| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-02-02 | Upgrade JQuery-UI to latest version | fisharebest | 3 | -9/+14886 | |
| 2013-02-02 | Add more URL versioning to JS resources | fisharebest | 3 | -545/+9555 | |
| 2013-02-02 | Add version numbers to paths of javascript libraries | fisharebest | 1 | -0/+0 | |
| 2013-02-02 | Add version numbers to paths of javascript libraries | fisharebest | 4 | -208/+12642 | |
| 2013-02-02 | Update jquery.cookie.js to version 1.3.1 | fisharebest | 2 | -41/+90 | |
| 2013-02-02 | Add some basic support for colorbox and external media such as youtube | fisharebest | 14 | -1884/+1162 | |
| 2013-01-30 | #1105714 - edit_interface remained open after save | fisharebest | 1 | -1/+10 | |
| 2013-01-22 | Minor tweak to colorbox so that gallery function now works. Still need to ↵ | fisharebest | 1 | -0/+1 | |
| group media into separate galleries for pages with multiple tabs. | |||||
| 2013-01-22 | Remove the lightbox plugin from the "album" module. Add the colorbox module ↵ | fisharebest | 2 | -14/+17 | |
| (temporarily) in its place. | |||||
| 2013-01-12 | Fix: inverselink.php called for wrong family tree | fisharebest | 1 | -2/+3 | |
| 2013-01-05 | Fix: the calendar widget picks the previous day when the the browser is in a ↵ | fisharebest | 1 | -11/+11 | |
| time-zone west of Greenwich | |||||
| 2012-12-04 | Upgrade jQuery and jQuery-UI | fisharebest | 17 | -430/+210 | |
| 2012-10-24 | Bug #1070565 - CEME tag autocomplete has no unique results code - v1.3.2 | Łukasz Wilenski | 1 | -1/+1 | |
| 2012-10-10 | Add missing "&ged=GEDCOM" parameter to URLs on popup windows. | fisharebest | 1 | -9/+24 | |
| 2012-10-05 | Moving input field sizes from core code to stylesheets | Nigel Osborne | 1 | -1/+1 | |
| 2012-10-04 | Remove temporary experimental code | Nigel Osborne | 1 | -76/+0 | |
| 2012-10-04 | Remove the auto-complete for NPFX/SPFX/NSFX - it isn't helping data entry. | fisharebest | 1 | -15/+0 | |
| Move autofocus to the GIVN field - it will be the first one to enter almost every time. Remove the autopaste links from the tab sequence (on standard browsers - accessibility aware browsers should still include it) | |||||
| 2012-10-03 | Experimental addition of "Print" function to Individual lists (webtrees ↵ | Nigel Osborne | 2 | -139/+214 | |
| theme only at present) | |||||
| 2012-10-01 | Replace list of prefixes / suffixes with autocomplete as discussed in ↵ | Nigel Osborne | 1 | -0/+15 | |
| http://webtrees.net/index.php/en/forum/2-open-discussion/26752-something-wrong-with-prefixes-for-surnames | |||||
| 2012-09-30 | #1058419 Album tab media notes broken by SVN-14116 changes | Nigel Osborne | 1 | -0/+16 | |
| 2012-09-20 | Tidy up js/regex escaping | fisharebest | 1 | -60/+39 | |
| 2012-09-19 | Adjust 14315 to allow for regex characters in passwords | Nigel Osborne | 1 | -0/+18 | |
| 2012-09-13 | Update datatables js to latest | Nigel Osborne | 1 | -135/+138 | |
| 2012-09-13 | Upgrade jquery (1.8.1) and jquery-ui (1.8.23), plus cdn links. | Nigel Osborne | 17 | -51/+47 | |
| 2012-08-30 | Corrections to layout of media linking pop-up windows. | Nigel Osborne | 1 | -1/+2 | |
| 2012-08-28 | Avoid scrolling in pop-up window | Nigel Osborne | 1 | -0/+1 | |
| 2012-08-12 | Replace html5shiv.js with Modernizr.js - and use it to load JS files in ↵ | fisharebest | 2 | -3/+4 | |
| parallel for improved responsiveness. | |||||
| 2012-07-25 | Fix: "paste result of add new shared-note/source" broke in svn14116 | fisharebest | 1 | -16/+19 | |
| 2012-07-23 | Contributions from Matt N: | fisharebest | 1 | -171/+182 | |
| 1: Remove unused makevisible JS function 2: Reuse createXMLHttp in createXmlHttpRequest for GMaps 3: Remove seemingly unused evalAjaxJavascript function 4: Remove duplicate find* functions from edit_interface.php 5: Add unprefixed CSS opacity property for better browser support 6: Create edit_interface helper function to reduce duplication of URL building 7: Use a real ellipsis for long names 8: Fix missing closing > 9: Insert the high priority scripts before external resources so things like config variables can be used by external scripts 10: Make lightbox scripts external and cache them to significantly reduce page size and load time | |||||
| 2012-07-18 | Delete jquery.scrollfollow.js - it does not appear to be used anywhere | fisharebest | 1 | -251/+0 | |
| 2012-07-18 | Losslessly compress .PNG images | fisharebest | 14 | -0/+0 | |
| 2012-07-09 | Remove old/unused code relating to JS menus. Also fixes #1016225 - | fisharebest | 1 | -30/+0 | |
| change flags not working in admin_places, which is caused by a conflicting function name - change_icon() | |||||
| 2012-07-08 | Make more use of new WT_Place class. Update indexes for wt_place table. | fisharebest | 1 | -2/+2 | |
| 2012-07-07 | Tidy up the "showchanges()" logic. The option to hide/show changes was ↵ | fisharebest | 1 | -6/+2 | |
| removed a very long time ago. | |||||
| 2012-07-06 | Tidy up the "showchanges()" logic. The option to hide/show changes was ↵ | fisharebest | 1 | -1/+1 | |
| removed a very long time ago. | |||||
| 2012-07-06 | Fix: Media List -> Edit Details does not refresh page after saving changes | fisharebest | 1 | -0/+15 | |
| 2012-06-16 | Defer loading of external javascript (and most inline javascript) to the ↵ | fisharebest | 2 | -7/+7 | |
| bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed. | |||||
| 2012-06-16 | Move JS function to webtrees.js | fisharebest | 1 | -2/+7 | |
| 2012-06-12 | Update jQuery-ui to 1.18.21, including cdn link, default and admin theme css. | Nigel Osborne | 16 | -45/+45 | |
| 2012-06-05 | Update jQuery to 1.18.20 | Nigel Osborne | 2 | -460/+168 | |
| 2012-04-20 | Move duplicated JS functions to webtrees.js. | fisharebest | 1 | -6/+7 | |
| Add JS via the controller, so it can be defered until the end of the page. | |||||
| 2012-04-06 | Move a JS function from the page header to webtrees.js. Tidy up logic for ↵ | fisharebest | 1 | -0/+5 | |
| email icons | |||||
| 2012-04-06 | Move repeated JavaScript code to webtrees.js | fisharebest | 1 | -0/+5 | |
| 2012-04-06 | Add HTML5SHIV to allow IE7/8 to apply CSS styling to HTML5 elements | fisharebest | 1 | -0/+3 | |
| 2012-04-06 | Upgrade jquery.js from 1.6.4 to 1.7.2 | fisharebest | 1 | -4/+4 | |
| 2012-04-06 | Remove prototype.js. The only code that loads it is the lightbox module. ↵ | fisharebest | 2 | -6083/+0 | |
| However, it appears to be unused. Everything seems to work OK without it! | |||||
| 2012-04-02 | add WT_I18N::number to numbers in report options, add autocomplete to NAME input | Łukasz Wilenski | 1 | -1/+1 | |
| 2012-04-02 | add WT_I18N::number to numbers in report options | Łukasz Wilenski | 1 | -1/+1 | |
| 2012-04-02 | One more change of '#' to jQuery | Nigel Osborne | 1 | -1/+1 | |
| 2012-04-01 | Tune some autocomplete search functions | fisharebest | 1 | -6/+3 | |
