| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-07-11 | Prepare to remove class Filter | Greg Roach | 1 | -5/+5 | |
| 2017-06-17 | jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windows | Greg Roach | 1 | -20/+11 | |
| 2017-03-24 | Merge some changes from develop branch | Greg Roach | 1 | -28/+28 | |
| 2017-03-22 | 2017 | Greg Roach | 1 | -1/+1 | |
| 2016-12-23 | Code style - short array syntax | Greg Roach | 1 | -13/+13 | |
| 2016-06-22 | Fix #1005 - button labels | Greg Roach | 1 | -3/+3 | |
| 2016-06-05 | CodeStyle | Greg Roach | 1 | -0/+1 | |
| 2016-04-12 | CodeStyle | Greg Roach | 1 | -8/+6 | |
| 2016-04-12 | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 1 | -8/+8 | |
| This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | |||||
| 2016-02-07 | Fix issue #828 | David Drury | 1 | -2/+2 | |
| 2016-01-30 | Update copyright year | Greg Roach | 1 | -1/+1 | |
| 2016-01-17 | Two spaces have no effect in HTML | Greg Roach | 1 | -2/+2 | |
| 2016-01-16 | Missing echo and cCode-Style | Greg Roach | 1 | -33/+33 | |
| 2015-12-04 | Use Fisharebest\Algorithm\MyersDiff to create a unified before/after display ↵ | David Drury | 1 | -33/+59 | |
| in the style of the batch update facility (more or less duplicating code found in BatchUpdateBasePlugin functions getActionPreview, decorateInsertedText, decorateDeletedText and createEditLinks). In addition added an undo icon for pending and accepted changes Simplify selectEditControl code for statuses Fix datetimepicker not initialising with earliest and latest dates Simplified version without undo / redo buttons (too many cases to catch and handle) Don't provide clickable links to deleted records Formatting! | |||||
| 2015-09-13 | Link targets are unfriendly on devices without windows | Greg Roach | 1 | -1/+1 | |
| 2015-06-08 | PHPDoc | Greg Roach | 1 | -2/+1 | |
| 2015-06-05 | Refactor includes/functions into classes | Greg Roach | 1 | -3/+4 | |
| 2015-05-31 | PSR-4 | Greg Roach | 1 | -0/+1 | |
| 2015-05-30 | Code style | Greg Roach | 1 | -3/+3 | |
| 2015-04-26 | Replace Zend_Session with our own class | Greg Roach | 1 | -3/+0 | |
| 2015-04-05 | Fix #548 - wrong parameter name in SQL | Greg Roach | 1 | -1/+1 | |
| 2015-03-25 | 1435788 - Wrong arrows in datetimepicker on RTL pages | Greg Roach | 1 | -2/+2 | |
| 2015-03-09 | Use Tree object instead of ID/name | Greg Roach | 1 | -1/+1 | |
| 2015-03-02 | Fix 1427110 - Cannot delete Changes log | Greg Roach | 1 | -1/+1 | |
| 2015-02-10 | Use parameter binding | Greg Roach | 1 | -63/+45 | |
| 2015-02-10 | Use parameter binding | Greg Roach | 1 | -3/+3 | |
| 2015-02-09 | Use parameter binding | Greg Roach | 1 | -45/+45 | |
| 2015-02-06 | Globals | Greg Roach | 1 | -1/+8 | |
| 2015-02-05 | Namespaces should consist of both vendor and package | Greg Roach | 1 | -1/+1 | |
| 2015-02-03 | Autoload includes/functions/* | Greg Roach | 1 | -2/+0 | |
| 2015-02-02 | Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3. | Greg Roach | 1 | -82/+80 | |
| 2015-01-31 | Combine WT_SERVER_NAME and WT_SCRIPT_PATH into WT_BASE_URL | Greg Roach | 1 | -1/+1 | |
| 2015-01-28 | Rewrite site-access rule management. Fix #1159214 | Greg Roach | 1 | -1/+1 | |
| 2015-01-26 | HTML validation and tidy up | Greg Roach | 1 | -1/+2 | |
| 2015-01-26 | Add a11y links for keyboard users. Rename 'admin pages' to 'Control panel' | Greg Roach | 1 | -1/+1 | |
| 2015-01-25 | Fix: #392 - cannot delete/export logs | Greg Roach | 1 | -3/+3 | |
| 2015-01-24 | Add visual feedback for privacy settings | Greg Roach | 1 | -1/+1 | |
| 2015-01-23 | Browser autocomplete conflicts with datepicker popup | Greg Roach | 1 | -2/+2 | |
| 2015-01-22 | Responsive | Greg Roach | 1 | -8/+8 | |
| 2015-01-22 | Add date-picker to admin site/change logs | Greg Roach | 1 | -75/+143 | |
| 2015-01-21 | Code quality - avoid @, exit() and die() | Greg Roach | 1 | -2/+4 | |
| 2015-01-19 | HTML5 | Greg Roach | 1 | -3/+3 | |
| 2015-01-18 | Default constructors do not need parentheses | Greg Roach | 1 | -6/+6 | |
| 2015-01-18 | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 1 | -61/+61 | |
| This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | |||||
| 2015-01-17 | New theme system and admin interface | Greg Roach | 1 | -2/+4 | |
| 2014-11-04 | Use Auth class instead of constants - will allow better masquerade function. ↵ | Greg Roach | 1 | -0/+2 | |
| Escape username, to remove restriction on allowed characters. | |||||
| 2014-10-24 | Do not use functions in loop conditions | Greg Roach | 1 | -8/+8 | |
| 2014-10-06 | Whitespace changes to reduce merge conflicts with the assets branch | Greg Roach | 1 | -1/+1 | |
| 2014-10-05 | Use consistent terminology (preference versus setting) | Greg Roach | 1 | -2/+2 | |
| 2014-09-18 | Use WT_DBStatement->fetchOne() in preference to PDOStatement->fetchColumn() | Greg Roach | 1 | -2/+2 | |
