- Jul 11, 2018
-
-
aydreeihn authored
-
- Apr 17, 2018
-
-
aydreeihn authored
- function isReopenable needed to check for topic - getHelpTopics for inline edit needed to include name of disabled Topic if selected - getHelpTopics for dashboard needed to include disabled/archived Topics
-
- Mar 28, 2018
-
-
aydreeihn authored
-
- Mar 12, 2018
-
-
aydreeihn authored
-
- Jun 16, 2017
-
-
aydreeihn authored
-
- Jun 15, 2017
-
-
aydreeihn authored
-
- Jun 06, 2017
-
-
aydreeihn authored
-
- Mar 04, 2016
-
-
Peter Rotich authored
To avoid date format ambiguity the datepicker replaces entered date with a standard 'ISO 8601' date format on form submission. The system however fails to use datepicker's format on post-back, resulting in invalid date on subsequent submit. This pull request addresses the issue by making sure reflected date uses the format datepicker expects.
-
Peter Rotich authored
'strtotime' uses local timezone without taking into consideration the user's timezone. This pull requests simply makes sure user's entered timeframe range is converted to db time before it's used in a query.
-
- Aug 18, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Mar 05, 2015
-
-
Jared Hancock authored
Which indicates permissions are not windowed by an object's department
-
- Dec 31, 2014
-
-
Peter Rotich authored
Key permissions definition array Move canned and faq permissions to their respective classes.
-
- Dec 20, 2014
-
-
Peter Rotich authored
Allow for permissions to be registered dynamically. This will allow for the ability for models and plugins to register permissions.
-