| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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-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. | |||||
| 2013-01-07 | Do not use the word "GEDCOM" unless talking about GEDCOM files, etc. | fisharebest | 1 | -6/+6 | |
| 2012-10-30 | Use consistent save/close buttons in the edit-interface forms. | fisharebest | 1 | -1/+1 | |
| 2012-10-25 | Combine similar texts and remove unnecessary buttons | fisharebest | 1 | -1/+1 | |
| 2012-09-16 | #1051657 - Small bug in Family Trees Administration Page | fisharebest | 1 | -1/+1 | |
| 2012-09-15 | Part of #1006430 - rtl/ltr parenthesis etc. | fisharebest | 1 | -1/+1 | |
| 2012-09-15 | Fix: lots of issues when there are either no trees, or no trees with public ↵ | fisharebest | 1 | -1/+2 | |
| access | |||||
| 2012-09-14 | Performance: fetch all the wt_site_setting values in one query. | fisharebest | 1 | -2/+2 | |
| 2012-09-14 | Tidy usage of new WT_Tree class. | fisharebest | 1 | -1/+1 | |
| 2012-09-13 | Tidy usage of new WT_Tree class. Show tree title instead of name. Allow ↵ | fisharebest | 1 | -11/+3 | |
| the default tree to be deselected. | |||||
| 2012-09-13 | Complete rewrite of the handling of lists of trees: | fisharebest | 1 | -44/+27 | |
| 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-05-05 | Move all privacy config settings to the same tab | fisharebest | 1 | -3/+0 | |
| 2012-05-04 | export gedcom window via ajax | Łukasz Wilenski | 1 | -1/+1 | |
| 2012-03-19 | Downloading GEDCOM files is an admin task, so style it accordingly. | fisharebest | 1 | -1/+1 | |
| 2012-03-07 | Move "Set default blocks" to admin menu list | Nigel Osborne | 1 | -3/+1 | |
| 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-01-16 | #916852 - Help Content Wrong | fisharebest | 1 | -1/+0 | |
| 2011-12-12 | HTML validation - use html5-style for self-closing tags, instead of xhtml-style | fisharebest | 1 | -13/+13 | |
| 2011-12-12 | HTML validation: & => & | fisharebest | 1 | -1/+1 | |
| 2011-12-03 | #899570 - Links to media missing when uploading new GEDCOM | fisharebest | 1 | -3/+3 | |
| 2011-12-01 | Change button on import/upload pages from "save" to "continue" | fisharebest | 1 | -1/+1 | |
| 2011-11-28 | Improve feedback during import process | fisharebest | 1 | -6/+15 | |
| 2011-11-11 | Use consistent style for <a href="#" onclick="foo();"> the various ↵ | fisharebest | 1 | -1/+1 | |
| combinations of javascript:XXX are non-standard, and cause problems with some browsers. | |||||
| 2011-11-05 | Implement "fluid" interface for controller - allows requests to be chained. | fisharebest | 1 | -2/+3 | |
| 2011-11-05 | Major MVC refactoring. Every page now has a controller. | fisharebest | 1 | -10/+4 | |
| 2011-10-16 | Remove meaningless "cancel" option from admin-trees-manage. I think this is ↵ | fisharebest | 1 | -3/+0 | |
| inherited from old code that used a popup window. | |||||
| 2011-07-05 | Fix bogus warning about "uploading a gedcom with a different name" | fisharebest | 1 | -27/+27 | |
| 2011-06-24 | Fix: cannot change default family tree when the name contains a space. | fisharebest | 1 | -1/+1 | |
| 2011-06-07 | Fix: remove bogus warning message about importing a different gedcom, when ↵ | fisharebest | 1 | -4/+6 | |
| the family tree name (WT_GEDCOM) is different to the imported filename. | |||||
| 2011-03-18 | Add missing help text to the "manage family trees" page. Simplify the options. | fisharebest | 1 | -74/+20 | |
| 2011-03-13 | Integrate the "custom text" functionality into the main code. User ↵ | fisharebest | 1 | -15/+12 | |
| translation files should be placed in the /data/language/ directory | |||||
| 2011-02-21 | Do not create a new gedcom with an empty name | fisharebest | 1 | -14/+16 | |
| 2011-02-20 | Fix: invalid $_INDEX_DIRECTORY causes code to loop (until wt_log tables ↵ | fisharebest | 1 | -1/+1 | |
| fills disk!) | |||||
| 2011-02-13 | Use admin theme during import from PGV | fisharebest | 1 | -1/+1 | |
| 2011-01-12 | I18N: minor update for consistency | fisharebest | 1 | -2/+2 | |
| 2011-01-11 | I18N: minor tidy up | fisharebest | 1 | -1/+1 | |
| 2011-01-04 | Minor style "tweaks" | Nigel Osborne | 1 | -1/+1 | |
| 2011-01-03 | fix typo | Łukasz Wilenski | 1 | -2/+2 | |
| 2011-01-03 | More admin design changes | Nigel Osborne | 1 | -3/+3 | |
| 2011-01-02 | Migrate to new admin modules (no longer use editgedcoms.php) | fisharebest | 1 | -1/+1 | |
| 2011-01-02 | Adding page help links | Nigel Osborne | 1 | -0/+3 | |
| 2011-01-01 | Refactoring class names and use autoloading. | fisharebest | 1 | -25/+25 | |
| 2011-01-01 | (no commit message) | fisharebest | 1 | -0/+345 | |
