| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-08-07 | Bug #1033163 - HTML validation error Edit - a better solution | Nigel Osborne | 1 | -4/+4 | |
| 2012-08-05 | Bug #1033163 - HTML validation error Edit | Nigel Osborne | 1 | -2/+2 | |
| 2012-07-07 | Tidy up the "showchanges()" logic. The option to hide/show changes was ↵ | fisharebest | 1 | -1/+0 | |
| removed a very long time ago. | |||||
| 2012-06-16 | Defer loading of external javascript (and most inline javascript) to the ↵ | fisharebest | 1 | -3/+4 | |
| bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed. | |||||
| 2012-05-29 | Refactor handling of facts - do not use global "nonfacts" array | fisharebest | 1 | -4/+0 | |
| 2012-03-28 | Bug #966956 - Loading indicator does not work on individual tabs | Łukasz Wilenski | 1 | -1/+1 | |
| 2012-03-27 | Add CSS for large/small animated loading images, instead of using <img> | fisharebest | 1 | -1/+1 | |
| 2012-03-10 | Final fix for Bug #930090 - indi_mainimage displayed above header_accordion | Nigel Osborne | 1 | -1/+2 | |
| 2012-03-08 | Another attempt to fix iBug #930090 - ndi_mainimage displayed above ↵ | Nigel Osborne | 1 | -1/+1 | |
| header_accordion | |||||
| 2012-03-08 | Revert 13572 - did not work | Nigel Osborne | 1 | -2/+0 | |
| 2012-03-08 | Another attempt to fix iBug #930090 - ndi_mainimage displayed above ↵ | Nigel Osborne | 1 | -0/+2 | |
| header_accordion | |||||
| 2012-02-25 | Send 404 instead of 403 for private/not found pages. Otherwise search ↵ | fisharebest | 1 | -1/+1 | |
| engines keep coming back.... | |||||
| 2012-02-21 | Change to inline loading of javascript. | Nigel Osborne | 1 | -13/+10 | |
| 2012-02-17 | PHP errors when visiting non-existent individual. | fisharebest | 1 | -70/+69 | |
| 2012-02-13 | Provide better sizes for popup windows. | fisharebest | 1 | -1/+1 | |
| 2012-02-13 | Change to inline loading of javascript. | Nigel Osborne | 1 | -88/+74 | |
| 2012-01-07 | Fix: I18N for ages conflicts with warning about negative ages | fisharebest | 1 | -3/+3 | |
| 2011-12-11 | #902683 - webtrees 1.2.4 W3C errors Bug | fisharebest | 1 | -1/+1 | |
| 2011-12-11 | webtrees 1.2.4 W3C errors Bug #902683 | Nigel Osborne | 1 | -1/+1 | |
| 2011-11-19 | Remove inline style elements | Nigel Osborne | 1 | -2/+2 | |
| 2011-11-17 | Individual page tabs - fix the "remember tab" logic. It relies on the ↵ | fisharebest | 1 | -3/+14 | |
| title="XXX" attribute, which was recently changed to the tab's title/description (which also breaks non-ajax tabs). | |||||
| 2011-11-11 | Remove redundant/obsolete html attribute (border="0") as this is already set ↵ | fisharebest | 1 | -1/+1 | |
| in CSS | |||||
| 2011-11-11 | Use simpler way to identify jQuery tab on individual page | fisharebest | 1 | -3/+1 | |
| 2011-11-11 | Use consistent style for <a href="#" onclick="foo();"> the various ↵ | fisharebest | 1 | -4/+4 | |
| combinations of javascript:XXX are non-standard, and cause problems with some browsers. | |||||
| 2011-11-09 | Fix: clippings cart trying to write to $_SESSION *after* we have have ↵ | fisharebest | 1 | -9/+8 | |
| printed the page header (which closes the session). | |||||
| 2011-11-06 | add tab's descrption in tool-tip | Łukasz Wilenski | 1 | -1/+1 | |
| 2011-11-06 | use id instead of title for tabs | Łukasz Wilenski | 1 | -3/+3 | |
| 2011-11-06 | Fix: make the individual page tab "sticky", without all the URL rewriting, ↵ | fisharebest | 1 | -25/+28 | |
| scroll-to-top, etc. | |||||
| 2011-11-06 | Remove some unused code | fisharebest | 1 | -16/+9 | |
| 2011-11-06 | Fix - sidebar not remembering open/closed state | fisharebest | 1 | -6/+8 | |
| 2011-11-03 | Refactoring - move towards a MVC (model/view/controller) architecture | fisharebest | 1 | -30/+27 | |
| 2011-11-01 | Use AJAX for handling update actions. These should not be GET/POST ↵ | fisharebest | 1 | -4/+4 | |
| requests. Introduce Zend "FlashMessenger" to provide feedback from AJAX requests. | |||||
| 2011-10-31 | Replace function ToggleByClassName() with native jQuery function | fisharebest | 1 | -12/+9 | |
| 2011-10-21 | #821931 - Individual.php: Default tab isn't selected | fisharebest | 1 | -5/+5 | |
| 2011-10-13 | Don't use AJAX to load tabs on pages for search engines. | fisharebest | 1 | -12/+10 | |
| 2011-10-06 | Add initial support for serving static files from a content delivery network. | fisharebest | 1 | -1/+1 | |
| 2011-09-21 | Send 403 (denied) instead of 200 (OK) for records that are not found. ↵ | fisharebest | 1 | -0/+1 | |
| Otherwise search engines will keep re-loading non-existent/private pages. | |||||
| 2011-09-11 | #826094 - Add/Change SOUR approval missing - SVN 12122 | fisharebest | 1 | -4/+0 | |
| Remove "Return to sources/repositories" links. We can arrive here from other pages, so "return" is incorrect. In any case, every page has a link to the source/repo list in the menu. | |||||
| 2011-09-07 | Remove the "enable multimedia" option. Multimedia is always enabled. Add a ↵ | fisharebest | 1 | -1/+1 | |
| new configuration option to restrict who can upload new media files. | |||||
| 2011-07-14 | #807800 - accept or reject: context? | fisharebest | 1 | -4/+4 | |
| 2011-07-14 | Simplify / tidy up some code. | Nigel Osborne | 1 | -53/+28 | |
| 2011-07-03 | Correction to 11951 | Nigel Osborne | 1 | -2/+2 | |
| 2011-07-03 | Revised fix for header accordion xhtml error | Nigel Osborne | 1 | -2/+4 | |
| 2011-07-03 | Bug #804825 - Admin page background flashes and animation jerky - apply patch; | Nigel Osborne | 1 | -1/+1 | |
| plus other minor style changes. | |||||
| 2011-06-28 | Fix: mediaviewer.php is not re-drawing after edits. | fisharebest | 1 | -12/+8 | |
| 2011-06-28 | #802729 - Private information | fisharebest | 1 | -8/+8 | |
| 2011-06-27 | Fixes for display and re-sizing issues in the header. | Nigel Osborne | 1 | -19/+23 | |
| 2011-06-25 | Tidy initial display of tabs, as per suggestion bt 'lindon' on ↵ | Nigel Osborne | 1 | -2/+2 | |
| http://webtrees.net/en/forums/23-help-for-ver-12-latest-release/13196-lightbox-and-tabs | |||||
| 2011-06-24 | I18N: do not use %s placeholders for HTML fragments. This breaks the ↵ | fisharebest | 1 | -4/+28 | |
| LTR/RTL display logic. Instead, the embedded text needs to be complete HTML. Add help text for pending changes. | |||||
| 2011-06-17 | Fix for ↵ | Nigel Osborne | 1 | -6/+19 | |
| http://webtrees.net/en/forums/3-help-for-beta-and-svn-versions/12905-clipped-thumb-on-indi-page-requires-large-window#12932 | |||||
