- Improved template image/background.php.
- Improved template layout/anax.php.
- Add template image/background.php to display a background image.
- Add region flash to the view layout/anax.php.
- Add view layout/plain.php as a simple view only rendering region main.
- Add helper urlController() to allow for relative linking within current controller mountpoint.
- Enhance layout for pagespeed.
- Add layout with preconnect links.
- Update template file for error messages.
- Add template file for list of images.
- Add template file for google analytics.
- Remove flash-region from anax layout.
- Add default view for anax layout.
- Escape output in classList, avoid xss, fix dbwebb-se/website#92
- Fix notice in view next-previous/default.php due to PHP 7.4.
- Add views to render plain information in
plain/pre
. - Update Makefile from commons.
- Fix build on scrutinizer.
- Updated README.
- Test towards PHP 7.3.
- Add view for stylechooser in view/anax/v2/stylechooser.
- Add view/anax/v2 for the blog.
- Re-adding view helper function wrapElementWithStartEnd.
- Re-adding view helper function wrapElementContentWithStartEnd.
- Fix missing tpl-variable in View/ViewCollection when using blog.
- Fix code style validation in file render.
- Fix code style validation (again).
- Fix code style validation.
- Add view helper redirect().
- Update layout to use flash message.
- Fix view data could not be merged.
- Adding default views to anax/v2.
- Send $data as argument to callable view.
- Add unit test for $data when setting view details.
- Add view function getPublishedDate().
- Added view helper e() as alias for htmlentities.
- Template file anax/v2/error/default.php should not echo debug info.
- Fix codestyle.
- Update description composer.json.
- Add view anax/v2/content/default.php.
- Remove stray src/View/ViewHelperTrait.
- Add missing dev view for session increment and destroy.
- Enhance dev view with route getHandlerType().
- Update views to Anax oophp me.
- Added views for error handler.
- Removed obsolete code.
- Use v2.0.0@alpha from anax/common to start work to remove it.
- Fix year in LICENSE.txt.
- Use v2.0.0 of anax/configure.
- Prepare to clean up waist and aline with release of Anax Lite v1.0.
- Ignore composer.lock.
- Update Makefile.
- Update to require PHP 7.2 in composer.json.
- Fix phpunit.
- Update config file for scrutinizer to install phpunit.
- Update config file for scrutinizer to install phpunit.
- Added views in view/anax/v1.
- Add get_defined_functions() for view helper showEnvironment.
- Include view helpers only once, needed for unit tests, fix #3.
- Do not remove variable data when sending data to view.
- Fix helper renderView and add tests.
- Move book views to scaffold dir.
- Improve formatting of view/default2/info.php.
- Adding view/book template files.
- Add showEnvironment() as view helper function.
- Phpmd config to ignore short name for $di.
- Make anax/di and anax/configure part of composer.json to pass tests.
- Bug: Double codeline in ViewRenderFile, fix #2.
- Change view info to use Route->getInfo().
- Add info about di loaded services.
- Adding a version supporting DI using classes ViewCollection, View2 and config/viewdi.php.
- Update configfile view.php to include helper-functions for use in the view template files.
- Replace view default1/404 with default1/http_status_code.
- Add own view dir to config path.
- Add navbar region to default1/layout.
- Print route details in view/default1/info.
- Add stylesheets to view/default1/layout.php.
- Remove stray setApp from ViewContainer.
- Add new directory for views to prepare move from older versions.
- Fix renderView() to supply $app.
- Cleanup docblock.
- ViewContainer implements ConfigureInterface.
- Update Makefile and configuration of phpcs.
- Formatting and phpcs of view files.
- Renamed all view files and removed .tpl.
- Added default view library as example in view/default.
- Added config in config/view.php.
ViewContainer:render()
returns void.
- Remove duplicate $app from ViewContainer.
- Add sensiolabs badge.
- Extracted from anax to be its own module.
- Rewritten without $di.