ORIENT/modules/backend/widgets
Samuel Georges 905e5fbb72 Fix for strict SQL languages (Pgsql)
When the value is null [id >= ''] an error is thrown, not being an integer, while [id >= null] will return nil results, curiously. Here we emulate infinity by using a large-ish number instead of null. In future if this becomes a problem we may need to resort to multiple condition definitions as a more verbose solution, for example:

- For when both are set (conditions: id >= ':min' and id <= ':max')
- For when min is set (conditionsMin: id >= ':min')
- For when max is set (conditionsMax: id >= ':max')
2019-12-02 17:27:43 +11:00
..
filter/partials Initial WIP on implementing dependsOn support for filter scopes. 2019-11-12 17:02:25 -06:00
form Added 'email' field type 2019-10-06 16:15:29 -06:00
lists Store limited list widget configuration in user preferences (#4360) 2019-06-08 11:28:08 +08:00
mediamanager Fixes typo, recompile assets 2019-09-11 21:42:02 +10:00
reportcontainer Replace use of parseJSON with JSON.parse (#4517) 2019-09-14 06:25:18 -06:00
search/partials Fix issue where the clear search button would submit a form if the search widget is within an HTML form 2018-12-28 11:51:51 -06:00
table Fixes typo, recompile assets 2019-09-11 21:42:02 +10:00
toolbar/partials Decouple the toolbar from the layout system 2015-08-26 20:24:37 +10:00
Filter.php Fix for strict SQL languages (Pgsql) 2019-12-02 17:27:43 +11:00
Form.php Add permission support for fields, columns and filter scopes (#4520) 2019-10-09 16:41:53 -06:00
Lists.php Force ordering when list widget column is sorted 2019-12-02 09:27:25 +08:00
MediaManager.php Pass path by reference in media.file.upload (#4616) 2019-09-11 22:22:08 -06:00
ReportContainer.php Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
Search.php Extract child instructions 2018-08-15 19:25:42 +02:00
Table.php Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
Toolbar.php Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00