Commit Graph

  • 575bb344cd BaseTestCaseTrait > minor refactoring Meritoo 2018-08-27 22:04:35 +02:00
  • 35b70f53e7 BaseType > minor refactoring Meritoo 2018-08-26 16:39:45 +02:00
  • 51ff110101 Phing > update configuration Meritoo 2018-08-26 15:25:09 +02:00
  • 2f9138d093 Merge branch 'develop' Meritoo 2018-08-08 18:37:09 +02:00
  • 75707a3f76 Utilities > Bootstrap4CssSelector > useful methods related to CSS selectors and the Bootstrap4 (front-end component library) Meritoo 2018-08-07 23:31:50 +02:00
  • 8ecbefbba6 Utilities > CssSelector > useful methods related to CSS selectors Meritoo 2018-08-07 09:18:55 +02:00
  • e850375c19 Tests > refactoring & minor improvements Meritoo 2018-08-04 21:42:26 +02:00
  • 0bd1e1e158 Merge branch 'develop' 0.1.2 Meritoo 2018-07-29 16:01:31 +02:00
  • 535ae65e5e Utilities > Reflection > setPropertyValue() method > sets value of given property Meritoo 2018-07-29 16:00:13 +02:00
  • 60d7b03cd7 Utilities > Reflection > refactoring Meritoo 2018-07-29 15:34:33 +02:00
  • c20fa5941f Docker > improve performance Meritoo 2018-07-28 21:00:54 +02:00
  • a448d592d2 Documentation > Value Objects Meritoo 2018-07-02 21:22:29 +02:00
  • e53273fb32 Merge branch 'develop' 0.1.1 Meritoo 2018-07-02 20:20:52 +02:00
  • cc30ad8d9e Move version of this package to "VERSION" file (from "composer.json" file) Meritoo 2018-07-02 20:19:29 +02:00
  • 9f08a2aaaf ValueObject > class Version > represents version of software Meritoo 2018-07-02 20:07:33 +02:00
  • b49605a26c TravisCI - fix "No output has been received in the last 10m0s" bug (build times out because no output was received) Meritoo 2018-04-04 21:54:45 +02:00
  • 8441c82356 TravisCI > run using PHP 7.2 too Meritoo 2018-07-02 09:53:16 +02:00
  • 55dde2e898 Merge branch 'develop' 0.1.0 Meritoo 2018-07-02 09:34:53 +02:00
  • a32e0c4cca Documentation > Exceptions Meritoo 2018-07-02 09:31:07 +02:00
  • 834b24f348 Exceptions > create instance of exception using static "create()" method (instead of constructor) Meritoo 2018-07-02 08:52:01 +02:00
  • 9342f0e87e Docker > rename "php-cli" service to "php" Meritoo 2018-07-02 08:47:56 +02:00
  • 72fd87e165 Composer > support/require PHP 5.6+ (instead of 5.5.9+) Meritoo 2018-07-02 08:12:26 +02:00
  • 64499b49d3 Update @author and @copyright in classes' descriptions Meritoo 2018-07-01 21:07:47 +02:00
  • 848adef015 Arrays > minor refactoring Meritoo 2018-07-01 17:43:06 +02:00
  • 1431fd9935 Composer > require ext-pcre Meritoo 2018-07-01 17:37:51 +02:00
  • 3bb7a182c2 Merge branch 'develop' Meritoo 2018-06-22 08:26:10 +02:00
  • 5c9436e4e2 Collection > add() method > treat empty string as not provided index (same as null) 0.0.20 Meritoo 2018-06-22 08:04:52 +02:00
  • 1a649d35e1 Merge branch 'develop' 0.0.19 Meritoo 2018-06-18 09:37:27 +02:00
  • 107480d01b StyleCI > disable & remove Meritoo 2018-06-16 14:43:16 +02:00
  • f4c12661b4 StyleCI configuration > fix bug "The provided fixer 'concat_with_spaces' cannot be enabled at the same time as 'concat_without_spaces'" Meritoo 2018-06-16 14:36:33 +02:00
  • fc7df571e2 StyleCI configuration > fix bug "The provided fixer 'binary_operator_spaces' cannot be enabled again because it was already enabled" Meritoo 2018-06-16 14:34:00 +02:00
  • 0f37edfc9b Coding standard > fix automatically Meritoo 2018-06-16 14:31:04 +02:00
  • ae3e82e233 Documentation > Docker > add paragraph for PHP Coding Standards Fixer Meritoo 2018-06-16 14:17:35 +02:00
  • c99a099c31 StyleCI & PHP Coding Standards Fixer > update configuration Meritoo 2018-06-16 14:15:35 +02:00
  • c443ef22d7 .gitignore > PHP Coding Standards Fixer > ignore custom settings Meritoo 2018-06-16 14:12:07 +02:00
  • be8b4a3498 Arrays > remove unnecessary code Meritoo 2018-06-16 14:10:57 +02:00
  • b1ddc6d561 .env.dist > enter default values (for easier .env creation) Meritoo 2018-06-16 10:04:14 +02:00
  • ffe34eb9cf StyleCI > update configuration Meritoo 2018-06-15 23:06:47 +02:00
  • 155c091a3e StyleCI > update configuration Meritoo 2018-06-15 23:00:29 +02:00
  • 0a3955026b Revert "StyleCI > update configuration" Meritoo 2018-06-15 23:00:53 +02:00
  • f9fa5f5915 StyleCI > update configuration Meritoo 2018-06-15 23:00:29 +02:00
  • 43945a8721 Composer > do not require symfony/http-foundation package Miscellaneous > remove getCurlResponseWithHeaders() method Meritoo 2018-06-15 22:54:00 +02:00
  • e9da0cf351 Reorganize documentation & update Readme Meritoo 2018-06-14 22:28:53 +02:00
  • 4c534394d9 Docker > Dockerfile > add "WORKDIR" (instead of "working_dir" in docker-compose.yml) Meritoo 2018-06-14 21:35:50 +02:00
  • 3726a26e47 Reorganize documentation & update Readme Meritoo 2018-06-14 21:32:18 +02:00
  • fb24bc2ff1 Docker > use project-related binaries globally Meritoo 2018-06-14 11:50:45 +02:00
  • 57a78d1299 Reorganize documentation & update Readme Meritoo 2018-06-14 11:32:54 +02:00
  • 696cff023c Add changelog Meritoo 2018-06-14 11:32:25 +02:00
  • 9197682cd2 Readme > update paragraphs with Composer, Docker & use 1st level headers Meritoo 2018-06-13 22:55:49 +02:00
  • 49638ff1c3 .gitignore > update sections' separators Meritoo 2018-06-13 22:21:28 +02:00
  • abf0ebf7ec Tests > increase code coverage Meritoo 2018-06-09 14:25:20 +02:00
  • 2e60176d95 Docker > Dockerfile > make bash terminal wider (increase columns count) Meritoo 2018-06-07 20:56:48 +02:00
  • c351ce887a Tests > implement PHPUnit (instead of Codeception) Meritoo 2018-06-07 20:51:55 +02:00
  • 8a6262a8c3 Phing > tests > update name of property with path (tests_framework.path > tests.framework.path) & ignore /build directory Meritoo 2018-05-28 21:22:00 +02:00
  • 3c83a8800e Start names of special directories without dot Meritoo 2018-05-28 17:58:17 +02:00
  • 233473d915 Tests > implement Codeception (instead of PHPUnit) Meritoo 2018-05-28 17:42:15 +02:00
  • 7382bce842 Phing > tests > do not verify if the "tests" directory exists Meritoo 2018-05-28 17:05:12 +02:00
  • c5b42017d2 Phing > tests > do not create database (for code coverage) Meritoo 2018-05-28 17:03:19 +02:00
  • bc54f734e2 Phing > update properties.dist > remove unnecessary properties and disabled code Meritoo 2018-05-28 16:56:59 +02:00
  • 0eb5343df0 Docker > name of containers > use custom suffix Docker > the "composer" service Meritoo 2018-05-28 15:03:52 +02:00
  • 52e74c8b48 Tests > increase code coverage Meritoo 2018-05-06 17:22:45 +02:00
  • 96bdb6eb60 Improve coding standard Meritoo 2018-05-06 14:41:13 +02:00
  • 5be449a83d Docker > Dockerfile > fix bug when error messages are displayed in french instead of english language (example: "chmod(): Aucun fichier ou dossier de ce type") Meritoo 2018-05-06 14:40:17 +02:00
  • 132a0a00e7 Docker > Dockerfile > fix bug "pecl/xdebug requires PHP (version >= 7.0.0), installed version is 5.5.38" Meritoo 2018-05-04 12:53:45 +02:00
  • 6fd18111b4 TravisCI - fix "No output has been received in the last 10m0s" bug (build times out because no output was received) Meritoo 2018-04-04 21:54:45 +02:00
  • 26c63ecb5c TravisCI > composer > install hirak/prestissimo package globally Meritoo 2018-04-04 21:40:44 +02:00
  • bedb6333b9 TravisCI > "composer install" command > increase verbosity to maximum Meritoo 2018-04-04 21:21:51 +02:00
  • ec2b5742ec Revert "TravisCI - fix "No output has been received in the last 10m0s" bug (build times out because no output was received)" Meritoo 2018-04-04 21:16:36 +02:00
  • ec2f3c6ead TravisCI - fix "No output has been received in the last 10m0s" bug (build times out because no output was received) Meritoo 2018-04-04 08:57:08 +02:00
  • 834c12f280 TravisCI - install locales before running tests - remove unnecessary command Meritoo 2018-04-03 22:57:41 +02:00
  • 122ff41dad TravisCI - install locales before running tests Meritoo 2018-04-03 19:13:38 +02:00
  • 180a8b8b5d TravisCI - install locales before running tests Meritoo 2018-04-03 17:10:40 +02:00
  • 499c603d54 TravisCI - install locales before running tests Meritoo 2018-04-03 17:04:43 +02:00
  • 1cbc87222f TravisCI - install locales before running tests Meritoo 2018-04-03 16:58:54 +02:00
  • 129b75ea93 Revert "TravisCI - install locales before running tests" Meritoo 2018-04-03 16:58:32 +02:00
  • aae7609c8c TravisCI - install locales before running tests Meritoo 2018-04-03 16:55:12 +02:00
  • 5578b051a7 Update PHPDoc and comments Meritoo 2018-04-03 08:26:51 +02:00
  • f111174ed2 Tests - increase code coverage Meritoo 2018-04-03 08:22:10 +02:00
  • ddbff1b557 Update PHPDoc and comments Meritoo 2018-04-02 22:46:02 +02:00
  • 8d1df9ced8 Tests - increase code coverage Meritoo 2018-03-30 22:07:04 +02:00
  • b7d0b61094 tests > PHPUnit configuration > update Meritoo 2018-03-30 21:15:42 +02:00
  • ad64d2e02a Docker - Dockerfile - minor update Meritoo 2018-01-27 13:10:14 +01:00
  • 470b8244ec Utilities - Locale - getLocale() method - returns locale for given category Meritoo 2018-01-27 13:05:20 +01:00
  • af38c35a1b Utilities - Locale - setLocale() method - return result of setting new locale (instead of "true") Tests - Locale - fix incorrectly prepared tests Meritoo 2018-01-27 13:04:04 +01:00
  • 1e3e1d454e Docker - Dockerfile - install "locales" package & generate popular locales Required to run tests related to setlocale() function (and Meritoo\Common\Utilities\Locale class) properly Meritoo 2018-01-27 12:59:55 +01:00
  • 57b411b59f Tests - increase code coverage Meritoo 2018-01-17 21:37:07 +01:00
  • 8a4860088f Phing - Composer-related task - validate Composer Meritoo 2018-01-14 21:19:06 +01:00
  • e9b8fb8852 Regex - isBinaryValue() method - returns information if given value is a binary value Meritoo 2018-01-10 17:35:42 +01:00
  • 780d4df17e Tests - increase code coverage Meritoo 2017-12-25 23:50:47 +01:00
  • d801e675fc Exception - InvalidHtmlAttributesException - an exception used while html attributes are invalid Meritoo 2017-12-24 00:03:23 +01:00
  • 6753076937 Regex - isValidHtmlAttribute() & areValidHtmlAttributes() methods - returns information if given html attribute is valid & if given html attributes are valid Meritoo 2017-12-23 23:08:49 +01:00
  • 7f713e0c6e Docker - name of containers - use custom prefix Meritoo 2017-12-22 10:44:07 +01:00
  • ebbed4825c Bundle - getBundleViewPath() method - return path using namespaced syntax Meritoo 2017-12-21 23:44:39 +01:00
  • 7d23ff59d1 Bundle - getBundleViewPath() method - verify name of bundle Meritoo 2017-12-21 22:43:45 +01:00
  • 0e4c33241e Tests - BundleTest - minor refactoring Meritoo 2017-12-21 22:05:07 +01:00
  • 66aefa2446 Regex - isValidBundleName() method - returns information if given name of bundle is valid Meritoo 2017-12-21 21:47:45 +01:00
  • 5aaf7cde72 Minor refactoring Meritoo 2017-12-21 20:41:12 +01:00
  • 8bb529b88d Docker - Dockerfile - minor refactoring Meritoo 2017-12-02 13:23:26 +01:00
  • 3588c00009 Docker - do not install "zip" package Meritoo 2017-12-02 13:12:34 +01:00
  • 78480ac853 .gitignore - ignore .env Meritoo 2017-12-02 12:53:32 +01:00