| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-01-21 | Remove remaining inline-edit code | Greg Roach | 1 | -0/+11 | |
| 2015-01-19 | HTML5 | Greg Roach | 1 | -8/+6 | |
| 2015-01-18 | Default constructors do not need parentheses | Greg Roach | 1 | -1/+1 | |
| 2015-01-18 | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 1 | -11/+11 | |
| This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | |||||
| 2015-01-18 | Tidy some text | Greg Roach | 1 | -12/+5 | |
| 2015-01-17 | Fix: cannot save tree preferences | Greg Roach | 1 | -1/+1 | |
| 2015-01-17 | New theme system and admin interface | Greg Roach | 1 | -453/+564 | |
| 2014-12-09 | merge some minor changes from the theme branch | Greg Roach | 1 | -7/+3 | |
| 2014-11-08 | PHPDoc | Greg Roach | 1 | -1/+1 | |
| 2014-11-05 | Wrong class | Greg Roach | 1 | -1/+1 | |
| 2014-11-04 | Use Auth class instead of constants - will allow better masquerade function. ↵ | Greg Roach | 1 | -2/+2 | |
| Escape username, to remove restriction on allowed characters. | |||||
| 2014-10-27 | fix bug introduced in #44246b4. on click inadvertently targeted extra ↵ | David Drury | 1 | -1/+1 | |
| elements when users details were loaded and visible | |||||
| 2014-10-24 | Do not use functions in loop conditions | Greg Roach | 1 | -5/+5 | |
| 2014-10-21 | PSR-1 | Greg Roach | 1 | -1/+1 | |
| 2014-10-20 | #278 - explicit deletion of user preferences | Greg Roach | 1 | -12/+13 | |
| 2014-10-18 | Unused code | Greg Roach | 1 | -13/+7 | |
| 2014-10-18 | Use URL parameter to pre-filter list of users | Greg Roach | 1 | -7/+7 | |
| 2014-10-18 | Change server side data call from GET to POST | David Drury | 1 | -22/+34 | |
| Removed call to fnFilter in datatables init code as this generated an additional network call, the filter data (if any) is now passed as a parameter in the server side ajax call | |||||
| 2014-10-16 | More PSR-1 code style | Greg Roach | 1 | -1/+1 | |
| 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 | -27/+27 | |
| 2014-10-05 | Split tree/user preference getter/setter into two functions | Greg Roach | 1 | -9/+9 | |
| 2014-09-17 | Split site-preference getter/setter into two functions | Greg Roach | 1 | -1/+1 | |
| 2014-09-14 | Cleanup - remove dead/commented code | Greg Roach | 1 | -1/+0 | |
| 2014-08-14 | Import classes, per PSR autoloading standards | Greg Roach | 1 | -16/+20 | |
| 2014-08-07 | Don't show registered timestamp when it does not exist | Greg Roach | 1 | -1/+1 | |
| 2014-06-17 | Autocomplete doesn't work on pages with data from multiple trees | Greg Roach | 1 | -5/+5 | |
| 2014-05-27 | Error adding new users | Greg Roach | 1 | -7/+7 | |
| 2014-05-09 | Refactor global user functions into new User/Auth classes | Greg Roach | 1 | -58/+53 | |
| 2014-05-06 | Revert "Replace global user functions with WT_User class" - submitted to ↵ | Greg Roach | 1 | -35/+41 | |
| wrong branch This reverts commit 04e895d26b4a0f606b8f83488ecb32127df081cf. | |||||
| 2014-05-06 | Replace global user functions with WT_User class | Greg Roach | 1 | -41/+35 | |
| 2014-05-03 | Upgrade datatables from 1.9.4 to 1.10.0 | Greg Roach | 1 | -66/+68 | |
| 2014-02-24 | Consolidate paste_*, pastename and openerpasteid implementations | Matthew Noorenberghe | 1 | -4/+0 | |
| pasteid is left alone for now | |||||
| 2014-01-31 | #31: Fix call to undefined function regex_quote() on add user page | Rico Sonntag | 1 | -1/+5 | |
| 2014-01-04 | Update copyright date to 2014 | Greg Roach | 1 | -1/+1 | |
| 2014-01-04 | Fix address of FSF, replace licence of GPLv2 by latest version | weberho | 1 | -1/+1 | |
| 2013-11-09 | Move the masquerade function to the user list | Greg Roach | 1 | -1/+9 | |
| 2013-11-03 | Add CSRF checks to admin/user page | Greg Roach | 1 | -21/+10 | |
| 2013-11-01 | Tidy up trailing whitespace | Greg Roach | 1 | -9/+9 | |
| 2013-08-30 | Wrong parameter type to input filtering | fisharebest | 1 | -1/+1 | |
| 2013-08-29 | New filter/validation functions for GET/POST variables | Greg Roach | 1 | -45/+44 | |
| 2013-08-24 | Update non-typographic quotation marks | Greg Roach | 1 | -4/+4 | |
| Tidy up punctuation | |||||
| 2013-08-21 | Use new escape functions | Greg Roach | 1 | -1/+1 | |
| 2013-08-21 | Add escaping functions, based on semantics of what is being escaped | Greg Roach | 1 | -10/+10 | |
| 2013-08-09 | Remove empty subversion Id tags | Greg Roach | 1 | -3/+1 | |
| 2013-03-01 | #1138652 - Cant' edit IP address in site access rules | fisharebest | 1 | -1/+1 | |
| 2013-02-09 | Fix: jEditable/Datatables combo doesn't work with latest jQuery | fisharebest | 1 | -6/+2 | |
| 2013-02-06 | Previously, AJAX pages loaded their own copies of JS libraries (to work ↵ | fisharebest | 1 | -1/+1 | |
| around limitation in old versions of jquery?). Don't do this any more - it breaks jQuery extensions, by re-creating the jQuery object. This also has the benefit of making the home page more responsive. | |||||
| 2013-02-02 | Upgrade JQuery-UI to latest version | fisharebest | 1 | -3/+3 | |
| 2013-02-02 | Add more URL versioning to JS resources | fisharebest | 1 | -2/+2 | |
