Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sequential row (index) plugin (#384)
* add basic idea * add debug info * Thai language translation (#378) * partial translation of thai localization * fully thai translation * Update Module.php * fix sorting, add sorting relation hint. * concept for beforeListFind callable (#382) * concept for beforeListFind callable * add test * add changelog * Update CHANGELOG.md * fix issue with after find values (#388) * fix issue with after find values * add changelog, test and className update * not found error * prepare for release * Update BaseFileSystemStorageTest.php (#390) Replaced / to DIRECTORY_SEPARATOR for passing tests on Windows * skip if pool identifier does not exists. (#392) * skip if pool identifier does not exists. * add changelog and since * fix test * add where condition * handle plugin objects within i18n fallback value (#398) * handle plugin objects within i18n fallback value * add since, update changelog * newline... * run in seperate process * fix test * add whiteliste (#402) * add whiteliste * update code * add unit test * add audience and issuer properties * Use ngRestFind() instead (#403) * Use ngRestFind() insstead * add changelog * New Tag Delete Active Window (#399) * add test and basic concept * add hint and form * run in seperate * fix test * add success delete teste * add error test * attach window to model * add delete * improve ui view * tests * add translations * Update admin.php (#405) * Update admin.php * Update admin.php * Update admin.php * add missing translations * add opcache reset * Use ngRestFind() for API delete action. (#406) * ngrest find and delete * add not found exception test * ngrest raw input/output plugin (#407) * add raw plugin * add changelog and "test" * add update to "test" * add bootstrap tests * remove redundant execution of queue jobs (#396) * remove redundant execution of queue jobs (there is another in bootstrap yet) * run queue job in bootstrap for non admin context too * add changelog * use model as fixture * prepare for release * espace aws delete hint message * escape translation word * Bootstrap Queue CLI Commands (#410) * bootstrap cli command * fix admin queue name * use luya bootstrap method * lock file with latest version * Update CHANGELOG.md * lock file * add default option for retryable jobs * update error message in queue log * use error in exec event * ensure error exists * Disable Queue (#413) * Update Module.php * add changelog and fix * Travis with php 7.4 (#416) * Block Preview styling * Tooltip preview fix #246 * Date plugin with custom format * Changelog for #270 * Refactored namespace using * Connection lost handling * Unit test fixed close #229 * CONNECTION_ID only available in mysql * Block Preview styling * Tooltip preview fix #246 * travis tests with php 7.4 * clean up dist * user friendly exception (#412) * user friendly exception * improve message * add test * change cache behavior * Update Module.php * fix issue with title length when large error messages appear * use luya select for ngrest filters (#419) * use luya select for ngrest filters * add syntax error test * changelog * fix changelog * ensure group value is rendered trough plugins (#420) * ensure group value is rendered trough plugins * add changelog * lazy load certain methods (#422) * lazy load certain methods * add tests * add test * add tests * remove unused code * check for scalar (#423) * check for scalar * add test * phpdoc * this closes #415 * prepare for release * typos * active buttons fix (#424) * active buttons fix * Update CHANGELOG.md * Update ConfigTest.php * Update ConfigTest.php * echarts update closes #428 * fix bug with color plugin, closes #426 * remove deprecated function can #429 * remove deprecated method test * add readonly option (#430) * add readonly option * add test * add missing changelog * add docs and grouped index * add changelog
- Loading branch information