ORIENT/modules/backend/controllers
Ben Thomson 866af34b1a
Use number literals for booleans in filter conditions.
SQL Server treats literal "false" and "true" as column names. This is probably the same for any other database type that does not have a true "boolean" storage.

Refs: https://github.com/rainlab/blog-plugin/pull/526#issuecomment-716299459
2020-10-26 15:32:13 +08:00
..
accesslogs Add filters to log pages (#3815) 2018-10-16 09:09:41 -06:00
auth Escape output to prevent XSS injection (#4074) 2019-01-18 10:26:56 -06:00
index Change default widget column sizes 2019-03-29 01:08:20 +11:00
media Removes unnecessary blocking head placeholders. Refs: https://github.com/rainlab/pages-plugin/issues/239 2017-11-15 20:26:48 -06:00
preferences Fix naming conflict 2020-05-31 11:23:31 -06:00
usergroups Fix naming conflict 2020-05-31 11:23:31 -06:00
userroles Fix naming conflict 2020-05-31 11:23:31 -06:00
users Use number literals for booleans in filter conditions. 2020-10-26 15:32:13 +08:00
AccessLogs.php Code doc improvements 2017-07-27 17:35:14 +10:00
Auth.php Add header and cookie support to ResponseMaker 2019-11-02 18:57:32 +11:00
Files.php Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
Index.php Improve Travis CI build process (#4394) 2019-06-24 07:38:41 +08:00
Media.php Update MM lang refs 2017-10-16 17:52:50 +11:00
Preferences.php More tweaks to the default publisher permissions, added separate permission for users to manage their own personal editor preferences. 2020-10-20 09:20:16 -06:00
UserGroups.php Remove unused imports 2018-08-24 19:51:59 +02:00
UserRoles.php Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
Users.php Add missing import (#5101) 2020-06-01 10:42:15 -06:00