- Added logic to render toolbarbuttons (in index/view/add/edit/delete pages) from PageController of application and allow to override in beforeRender of individual controller
- Fixed notice error when no attachment.
- Fixed issue with the RTL checking logic
- Added image compression logic to the FileUploadBehavior
- Fixed an issue where the file is always overwritten when there is no file upload
- Fixed an issue where select option is not displaying if the value is 0
- Fixed an issue where multi select value doesn't retain when validation fails
- Fixed an issue where visible foreign key display fields are not part of the search in Index page
- Fixed an issue where notice error is displayed on View page if there are no values set for a multiple select control
- Fixed an issue in isJson() where _ext is retrieved using a deprecated function
- Fixed missing control type 'password' in PageHelper
- Fixed an issue where onchange function is not accessible due to permission checks
- Fixed an issue where value is not rendered with break lines for textarea fields
- Added logic to multiple select control to render values as comma-separated in view/delete page
- Added logic to PageController to load elements from controller's default model on initialised
- Added new function 'clear' in PageComponent to empty the elements array
- Changed MissingActionException checks to move from Controller actions to beforeFilter
- Fixed a bug on the onchange that causes a 404 error when trying to fetch the dependent options Issue #13
- Added logic to render labels (in index/view/delete pages) from predefined select options automatically.
- Added new function 'is' in PageComponent to check if the current request action is in the list of provided actions.
- Added new function 'getAction' in PageComponent to get the current request action.
- Fixed an issue where the displayFrom is not mapped to newly added field. Issue #10
- Fixed multiple dependent on for dropdown and page filters. Issue #11
- Fixed an issue on Edit action where value are not returning the correct format for multiple select control. Issue #9
- Added hasAttribute function in PageElement for checking the existence of an attribute.
- Fixed an issue with the i18nFormat. Change the formatting from dd-MM-YYYY to dd-MM-yyyy to address an issue with the year value in the final week of the year. Issue #8
- Added support for multiple select control using Chosen plugin in PageHelper. Issue #5
- Fixed an issue in PageHelper that still shows Action button even though there are no actions. Issue #1
- Fixed an issue in PageHelper that display html elements wrongly for binary control type in view page. Issue #3
- Fixed an issue which caused querystring to reset when performing search with filter option selected. Issue #4
- Added logic not to perform search conditions on excluded fields. Issue #7
- Initial setup