| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-10-06 | Whitespace changes to reduce merge conflicts with the assets branch | Greg Roach | 1 | -3/+2 | |
| 2014-09-17 | #237 - function accept_all_changes() not found | Greg Roach | 1 | -1/+0 | |
| 2014-08-27 | Remove more unused code / cleanup | Greg Roach | 1 | -1/+0 | |
| 2014-08-14 | Import classes, per PSR autoloading standards | Greg Roach | 1 | -1/+3 | |
| 2014-08-13 | Error in error message when merging non-existant records | Greg Roach | 1 | -2/+2 | |
| 2014-06-17 | Autocomplete doesn't work on pages with data from multiple trees | Greg Roach | 1 | -8/+6 | |
| 2014-05-09 | Refactor global user functions into new User/Auth classes | Greg Roach | 1 | -2/+2 | |
| 2014-03-31 | Merging records can fail when pending changes not accepted | Greg Roach | 1 | -10/+16 | |
| 2014-02-24 | Consolidate paste_*, pastename and openerpasteid implementations | Matthew Noorenberghe | 1 | -10/+3 | |
| pasteid is left alone for now | |||||
| 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-09-14 | #770024 - merge data from two different family-trees faulty | Greg Roach | 1 | -12/+30 | |
| 2013-08-29 | New filter/validation functions for GET/POST variables | Greg Roach | 1 | -8/+6 | |
| 2013-08-27 | #1217404 - Merging records causes loss of name | fisharebest | 1 | -1/+1 | |
| 2013-08-24 | Update non-typographic quotation marks | Greg Roach | 1 | -2/+2 | |
| Tidy up punctuation | |||||
| 2013-08-09 | Remove empty subversion Id tags | Greg Roach | 1 | -3/+1 | |
| 2013-07-05 | Rollback some ideas about always returning gedcom records, even for invalid ↵ | fisharebest | 1 | -2/+2 | |
| links. | |||||
| 2013-07-04 | Continue refactoring - with admin_site_merge.php | fisharebest | 1 | -165/+125 | |
| 2013-06-29 | (no commit message) | fisharebest | 1 | -5/+4 | |
| 2013-06-01 | Unreachable code... | fisharebest | 1 | -3/+1 | |
| 2013-02-09 | Use framework to add javascript | fisharebest | 1 | -7/+6 | |
| 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-05 | PHP 5.3 constructs in admin_site_merge.php | fisharebest | 1 | -2/+2 | |
| 2013-02-05 | TIdy up some I18N text | fisharebest | 1 | -9/+8 | |
| 2013-01-20 | PHP5.2 / PHP5.3 issues | fisharebest | 1 | -2/+5 | |
| 2013-01-19 | HTML5 validation - need to use the non-xhtml version of nl2br() | fisharebest | 1 | -3/+3 | |
| 2012-12-07 | Inline the function getXrefLink as it is only used in one place. | fisharebest | 1 | -1/+7 | |
| 2012-09-13 | Complete rewrite of the handling of lists of trees: | fisharebest | 1 | -13/+11 | |
| 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 | -4/+2 | |
| bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed. | |||||
| 2012-03-31 | Replace 3rd party autocomplete library with native jQuery functions | fisharebest | 1 | -1/+1 | |
| #964398 - find individual id | |||||
| 2012-03-28 | Use autofocus attribute instead of JavaScript | fisharebest | 1 | -12/+6 | |
| 2012-03-25 | Update text. Change "Find individual ID" to "Find an individual", etc. | fisharebest | 1 | -6/+6 | |
| 2012-03-24 | Replace $WT_IMAGES array of images with CSS. | fisharebest | 1 | -12/+6 | |
| 2012-02-29 | Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), ↵ | fisharebest | 1 | -2/+2 | |
| etc. The browser will do a much faster and better job than we can. Unfortunately, only Webkit supports this at the moment. Presto and Gecko should support it soon. Trident support is unknown. | |||||
| 2012-02-13 | Provide better sizes for popup windows. | fisharebest | 1 | -4/+4 | |
| 2011-12-12 | HTML validation - use html5-style for self-closing tags, instead of xhtml-style | fisharebest | 1 | -16/+16 | |
| 2011-11-19 | Remove classes .rtl and .lrt - these exist to correct the alignment when we ↵ | fisharebest | 1 | -1/+1 | |
| apply "center" at a parent element. We have now removed the "center", and no longer need this markup. | |||||
| 2011-11-11 | Remove redundant/obsolete html attribute (border="0") as this is already set ↵ | fisharebest | 1 | -3/+3 | |
| in CSS | |||||
| 2011-11-11 | Use consistent style for <a href="#" onclick="foo();"> the various ↵ | fisharebest | 1 | -6/+6 | |
| combinations of javascript:XXX are non-standard, and cause problems with some browsers. | |||||
| 2011-11-05 | Major MVC refactoring. Every page now has a controller. | fisharebest | 1 | -3/+5 | |
| 2011-05-28 | fix: Merge - clicking on the icons does not work | Łukasz Wilenski | 1 | -85/+83 | |
| 2011-04-02 | Small correction to 11262 | Nigel Osborne | 1 | -3/+3 | |
| 2011-04-02 | Remove unnecessary table cell and adjust alignment | Nigel Osborne | 1 | -7/+6 | |
| 2011-02-12 | don't display select family tree option when only one exists | Łukasz Wilenski | 1 | -17/+27 | |
| 2011-01-25 | Tidy up <script type="text/javascript"> tags. | fisharebest | 1 | -30/+26 | |
| 2011-01-16 | Tiny style change | Łukasz Wilenski | 1 | -9/+15 | |
| 2011-01-07 | Add missing admin functions | Nigel Osborne | 1 | -0/+320 | |
