| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2013-02-02 | Add version numbers to paths of javascript libraries | fisharebest | 1 | -2/+2 | |
| 2013-01-09 | Change the default title for new trees. The old title assumed you had a ↵ | fisharebest | 1 | -1/+1 | |
| gedcom file, and works badly with RTL text. | |||||
| 2012-10-25 | Combine similar texts and remove unnecessary buttons | fisharebest | 1 | -2/+1 | |
| 2012-10-20 | Use same text in user/registration as admin/add-user | fisharebest | 1 | -2/+2 | |
| 2012-09-25 | Tidy up Add new user screen. Add HTML5 forms validation. | Nigel Osborne | 1 | -66/+53 | |
| 2012-09-16 | #1006430 - rtl/ltr parenthesis etc. | fisharebest | 1 | -1/+1 | |
| 2012-09-15 | Part of #1006430 - rtl/ltr parenthesis etc. | fisharebest | 1 | -1/+1 | |
| 2012-09-15 | Create objects to encapsulate trees. Allows us to cache tree settings, ↵ | fisharebest | 1 | -40/+9 | |
| which saves about 80 DB queries per page. | |||||
| 2012-09-14 | Assume PHP time is the same as MySQL time. Both should use the same ↵ | fisharebest | 1 | -1/+1 | |
| underlying OS function. Saves a DB query. Only call time() once. For consistency, and for a very minor performance tweak. | |||||
| 2012-09-14 | Performance: fetch all the wt_site_setting values in one query. | fisharebest | 1 | -1/+1 | |
| 2012-09-13 | Complete rewrite of the handling of lists of trees: | fisharebest | 1 | -27/+22 | |
| 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-07-18 | Specify WT_STATIC_URL path for all JS files - otherwise they won't get ↵ | fisharebest | 1 | -1/+1 | |
| picked up from a CDN server | |||||
| 2012-06-16 | Defer loading of external javascript (and most inline javascript) to the ↵ | fisharebest | 1 | -6/+6 | |
| bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed. | |||||
| 2012-06-15 | #1011223 - User interface is unclear what is a required field when creating ↵ | fisharebest | 1 | -5/+10 | |
| new user | |||||
| 2012-05-15 | Explicitly close session in admin_users.php | Nigel Osborne | 1 | -0/+2 | |
| 2012-04-06 | Move a JS function from the page header to webtrees.js. Tidy up logic for ↵ | fisharebest | 1 | -1/+1 | |
| email icons | |||||
| 2012-03-31 | Replace 3rd party autocomplete library with native jQuery functions | fisharebest | 1 | -1/+1 | |
| #964398 - find individual id | |||||
| 2012-03-28 | Functions should return HTML, rather than output it | fisharebest | 1 | -2/+2 | |
| 2012-03-18 | #946697 - Use HTML5 email input type | fisharebest | 1 | -6/+1 | |
| 2012-03-17 | Tidy up some language strings - for clarity and consistency. | fisharebest | 1 | -2/+2 | |
| 2012-03-07 | Move "Set default blocks" to admin menu list | Nigel Osborne | 1 | -2/+0 | |
| 2012-03-06 | Invalid SQL being generated for user-list callback. | fisharebest | 1 | -6/+5 | |
| 2012-03-06 | Fix: page scrolls when you click the "change blocks" link. | fisharebest | 1 | -1/+1 | |
| 2012-03-05 | Add support for default blocks for new trees/users | fisharebest | 1 | -1/+4 | |
| 2012-03-05 | Allow the admin to configure the blocks on each user's "my page". | fisharebest | 1 | -1/+3 | |
| 2012-02-21 | Add tool tip to open/close icon on user list | Nigel Osborne | 1 | -1/+1 | |
