summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)AuthorFilesLines
2013-02-02Upgrade JQuery-UI to latest versionfisharebest3-9/+14886
2013-02-02Add more URL versioning to JS resourcesfisharebest3-545/+9555
2013-02-02Add version numbers to paths of javascript librariesfisharebest1-0/+0
2013-02-02Add version numbers to paths of javascript librariesfisharebest4-208/+12642
2013-02-02Update jquery.cookie.js to version 1.3.1fisharebest2-41/+90
2013-02-02Add some basic support for colorbox and external media such as youtubefisharebest14-1884/+1162
2013-01-30#1105714 - edit_interface remained open after savefisharebest1-1/+10
2013-01-22Minor tweak to colorbox so that gallery function now works. Still need to ↵fisharebest1-0/+1
group media into separate galleries for pages with multiple tabs.
2013-01-22Remove the lightbox plugin from the "album" module. Add the colorbox module ↵fisharebest2-14/+17
(temporarily) in its place.
2013-01-12Fix: inverselink.php called for wrong family treefisharebest1-2/+3
2013-01-05Fix: the calendar widget picks the previous day when the the browser is in a ↵fisharebest1-11/+11
time-zone west of Greenwich
2012-12-04Upgrade jQuery and jQuery-UIfisharebest17-430/+210
2012-10-24Bug #1070565 - CEME tag autocomplete has no unique results code - v1.3.2Łukasz Wilenski1-1/+1
2012-10-10Add missing "&ged=GEDCOM" parameter to URLs on popup windows.fisharebest1-9/+24
2012-10-05Moving input field sizes from core code to stylesheetsNigel Osborne1-1/+1
2012-10-04Remove temporary experimental codeNigel Osborne1-76/+0
2012-10-04Remove the auto-complete for NPFX/SPFX/NSFX - it isn't helping data entry.fisharebest1-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-03Experimental addition of "Print" function to Individual lists (webtrees ↵Nigel Osborne2-139/+214
theme only at present)
2012-10-01Replace list of prefixes / suffixes with autocomplete as discussed in ↵Nigel Osborne1-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 changesNigel Osborne1-0/+16
2012-09-20Tidy up js/regex escapingfisharebest1-60/+39
2012-09-19Adjust 14315 to allow for regex characters in passwordsNigel Osborne1-0/+18
2012-09-13Update datatables js to latestNigel Osborne1-135/+138
2012-09-13Upgrade jquery (1.8.1) and jquery-ui (1.8.23), plus cdn links.Nigel Osborne17-51/+47
2012-08-30Corrections to layout of media linking pop-up windows.Nigel Osborne1-1/+2
2012-08-28Avoid scrolling in pop-up windowNigel Osborne1-0/+1
2012-08-12Replace html5shiv.js with Modernizr.js - and use it to load JS files in ↵fisharebest2-3/+4
parallel for improved responsiveness.
2012-07-25Fix: "paste result of add new shared-note/source" broke in svn14116fisharebest1-16/+19
2012-07-23Contributions from Matt N:fisharebest1-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-18Delete jquery.scrollfollow.js - it does not appear to be used anywherefisharebest1-251/+0
2012-07-18Losslessly compress .PNG imagesfisharebest14-0/+0
2012-07-09Remove old/unused code relating to JS menus. Also fixes #1016225 - fisharebest1-30/+0
change flags not working in admin_places, which is caused by a conflicting function name - change_icon()
2012-07-08Make more use of new WT_Place class. Update indexes for wt_place table.fisharebest1-2/+2
2012-07-07Tidy up the "showchanges()" logic. The option to hide/show changes was ↵fisharebest1-6/+2
removed a very long time ago.
2012-07-06Tidy up the "showchanges()" logic. The option to hide/show changes was ↵fisharebest1-1/+1
removed a very long time ago.
2012-07-06Fix: Media List -> Edit Details does not refresh page after saving changesfisharebest1-0/+15
2012-06-16Defer loading of external javascript (and most inline javascript) to the ↵fisharebest2-7/+7
bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed.
2012-06-16Move JS function to webtrees.jsfisharebest1-2/+7
2012-06-12Update jQuery-ui to 1.18.21, including cdn link, default and admin theme css.Nigel Osborne16-45/+45
2012-06-05Update jQuery to 1.18.20Nigel Osborne2-460/+168
2012-04-20Move duplicated JS functions to webtrees.js.fisharebest1-6/+7
Add JS via the controller, so it can be defered until the end of the page.
2012-04-06Move a JS function from the page header to webtrees.js. Tidy up logic for ↵fisharebest1-0/+5
email icons
2012-04-06Move repeated JavaScript code to webtrees.jsfisharebest1-0/+5
2012-04-06Add HTML5SHIV to allow IE7/8 to apply CSS styling to HTML5 elementsfisharebest1-0/+3
2012-04-06Upgrade jquery.js from 1.6.4 to 1.7.2fisharebest1-4/+4
2012-04-06Remove prototype.js. The only code that loads it is the lightbox module. ↵fisharebest2-6083/+0
However, it appears to be unused. Everything seems to work OK without it!
2012-04-02add WT_I18N::number to numbers in report options, add autocomplete to NAME inputŁukasz Wilenski1-1/+1
2012-04-02add WT_I18N::number to numbers in report optionsŁukasz Wilenski1-1/+1
2012-04-02One more change of '#' to jQueryNigel Osborne1-1/+1
2012-04-01Tune some autocomplete search functionsfisharebest1-6/+3