| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-02-10 | Use parameter binding | Greg Roach | 1 | -43/+45 | |
| 2015-02-10 | Use parameter binding | Greg Roach | 1 | -44/+45 | |
| 2015-02-08 | Unused code | Greg Roach | 1 | -9/+0 | |
| 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 | -69/+67 | |
| 2015-01-31 | Combine WT_SERVER_NAME and WT_SCRIPT_PATH into WT_BASE_URL | Greg Roach | 1 | -1/+1 | |
| 2015-01-30 | Dashboard | Greg Roach | 1 | -1/+1 | |
| 2015-01-28 | Rewrite site-access rule management. Fix #1159214 | Greg Roach | 1 | -1/+1 | |
| 2015-01-27 | Use latest datatables API | Greg Roach | 1 | -1/+1 | |
| 2015-01-26 | HTML validation and tidy up | Greg Roach | 1 | -3/+5 | |
| 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 | -13/+13 | |
| 2015-01-22 | Add date-picker to admin site/change logs | Greg Roach | 1 | -50/+94 | |
| 2015-01-21 | Code quality - avoid @, exit() and die() | Greg Roach | 1 | -2/+4 | |
| 2015-01-18 | code style | Greg Roach | 1 | -1/+1 | |
| 2015-01-18 | Default constructors do not need parentheses | Greg Roach | 1 | -1/+1 | |
| 2015-01-18 | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 1 | -54/+54 | |
| 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 | -60/+79 | |
| 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 | -6/+6 | |
| 2014-10-06 | HTML validation | 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 | -2/+2 | |
| 2014-09-18 | Use WT_DBStatement->fetchOne() in preference to PDOStatement->fetchColumn() | Greg Roach | 1 | -2/+2 | |
| 2014-08-14 | Import classes, per PSR autoloading standards | Greg Roach | 1 | -6/+9 | |
| 2014-05-10 | Conflict in variable names | Greg Roach | 1 | -2/+2 | |
| 2014-05-09 | Refactor global user functions into new User/Auth classes | Greg Roach | 1 | -7/+9 | |
| 2014-05-03 | Upgrade datatables from 1.9.4 to 1.10.0 | Greg Roach | 1 | -42/+44 | |
| 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-01 | Tidy up trailing whitespace | Greg Roach | 1 | -1/+1 | |
| 2013-08-29 | New filter/validation functions for GET/POST variables | Greg Roach | 1 | -21/+21 | |
| 2013-08-21 | Add escaping functions, based on semantics of what is being escaped | Greg Roach | 1 | -5/+5 | |
| 2013-08-09 | Remove empty subversion Id tags | Greg Roach | 1 | -2/+0 | |
| 2013-02-06 | Previously, AJAX pages loaded their own copies of JS libraries (to work ↵ | fisharebest | 1 | -2/+2 | |
| 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 | Add more URL versioning to JS resources | fisharebest | 1 | -1/+1 | |
| 2013-02-02 | Add version numbers to paths of javascript libraries | fisharebest | 1 | -1/+1 | |
| 2012-09-14 | Tidy usage of new WT_Tree class. | fisharebest | 1 | -1/+1 | |
| 2012-09-13 | Complete rewrite of the handling of lists of trees: | fisharebest | 1 | -5/+1 | |
| https://bugs.launchpad.net/webtrees/+bug/1024825 - Custom language translations not working on family tree titles https://bugs.launchpad.net/webtrees/+bug/981640 - Partial solution - filter list of trees using REQUIRE_VISITOR_AUTHENTICATION to hide trees which the user cannot see. This also ensures that private trees remain completely hidden until after login. https://bugs.launchpad.net/webtrees/+bug/1046002 - v1.3.1 admin.php ERROR 8 at line 277 Performance tweak - save at least two DB calls per page. | |||||
| 2012-06-16 | Defer loading of external javascript (and most inline javascript) to the ↵ | fisharebest | 1 | -2/+2 | |
| bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed. | |||||
| 2012-04-17 | Explicitly close sessions in AJAX responses - otherwise it causes errors in ↵ | fisharebest | 1 | -0/+2 | |
| PHP/APC | |||||
| 2012-02-11 | Error messages may contain user-supplied data, and hence need escaping | fisharebest | 1 | -1/+4 | |
| 2011-12-12 | HTML validation - use html5-style for self-closing tags, instead of xhtml-style | fisharebest | 1 | -11/+11 | |
| 2011-11-23 | I18N: move datatables translations to the same place | fisharebest | 1 | -15/+1 | |
| 2011-11-05 | (part). (1) Only load datatables.js on pages that use it. (2) move ↵ | fisharebest | 1 | -24/+21 | |
| JavaScript to end of page | |||||
