-
!Remove configuration from the class, put it outside.
-
Check organisation of tests.
-
Move slugify to static or trait?
-
Are all the set methods needed, replace by one getting array of config?
-
Rewrite asset, create, createRelative with Uri/UriBuilder class.
- Add unit testing and prepare to move away configuraton included in the class.
- Update configuration file based on production or not.
- Update Makefile.
- Update description in composer.json.
- Use composer to install phpunit.
- Add config/di.
- Prepare to go through code and remove some waist and potentially breaking backward compatibility.
- Fix: Not to remove ending slash.
- Use dependecy anax/configure instead of anax/common.
- Add config/url_clean.php to ease scaffolding of clean url.
- Revert merge of Uri and put it into its own branch.
- Remove composer.lock.
- Adding own exception class.
- Fix urls with ~ and mailto urls.
- Update config-file to pass phpmd, removed self-reference.
- Made config/url.php a part of the module.
- Added implementing ConfigurationInterface.
- Common ConfigurationTrait was renamed.
- Added seniolabs badge.
- Cleanup makefile.
- Extracted from anax to be its own module.