summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-08-11Finalise correction to submenus (remove title attribute where text label exists)Nigel Osborne4-0/+4
2012-08-11Add missing css for user verification formNigel Osborne5-5/+5
2012-08-11Add missing css for user verification formNigel Osborne1-1/+1
2012-08-11Convert CKEditor to jQuery. A further (small) step.Nigel Osborne1-1/+3
2012-08-10Convert CKEditor to jQuery. Note - it doesn't actually work (still need to ↵fisharebest4-55/+12
configure it) but it didn't work beforehand either!
2012-08-10 #1035346 - Editing LATI/LONG in PLAC impossiblefisharebest1-3/+2
2012-08-08Correct div tag to indent one more tabRob Peters1-1/+1
2012-08-08Add a new variable for HTML blocks.Nigel Osborne1-0/+7
2012-08-08Remove debug codeNigel Osborne1-1/+1
2012-08-08Further correction to submenus Nigel Osborne1-1/+2
2012-08-08Further correction to submenus Nigel Osborne1-1/+1
2012-08-08Correct error caused by previous change (in favorites menu)Nigel Osborne1-1/+1
2012-08-08Proposed fix for colors theme part of Bug #1033949 - Add news article fatal ↵Nigel Osborne3-7/+4
error Extend the same solution to other areas when there are no sub-menu items.
2012-08-08Proposed fix for colors theme part of Bug #1033949 - Add news article fatal ↵Nigel Osborne1-1/+6
error Added hover tip where there is no sub-menu and no label
2012-08-07Proposed fix for colors theme part of Bug #1033949 - Add news article fatal ↵Nigel Osborne1-9/+7
error (improved)
2012-08-07Proposed fix for colors theme part of Bug #1033949 - Add news article fatal ↵Nigel Osborne3-11/+11
error
2012-08-07 #1033949 - Add news article fatal errorfisharebest1-1/+1
2012-08-07Bug #1033163 - HTML validation error Edit - a better solutionNigel Osborne2-8/+8
2012-08-06Add page ID for cssNigel Osborne1-1/+2
2012-08-05Bug #1033163 - HTML validation error EditNigel Osborne1-2/+2
2012-08-04Remove minor css duplicationNigel Osborne1-1/+1
2012-08-01Bug #1022362 google maps won't zoom in occasionallyNigel Osborne1-6/+7
2012-08-01Add class to allow different layout if requiredNigel Osborne1-1/+1
2012-08-01Update old HTML functionNigel Osborne1-1/+1
2012-07-31Update ckeditor to latest version (3.6.4)Nigel Osborne116-274/+322
2012-07-31Fix: NSFX duplicated in display of pending namefisharebest2-10/+8
2012-07-31Show warning for family events that occur after death.fisharebest1-0/+4
2012-07-31Show all events recorded after death. These are errors in user-data and ↵fisharebest1-9/+4
hiding them prevents them from being found/fixed.
2012-07-31Fix for occasional problem with given names displayNigel Osborne1-1/+1
2012-07-30Correction to pedigree chart arrowsNigel Osborne7-28/+5
2012-07-30Update display of edit-user.phpNigel Osborne22-117/+152
2012-07-30Very minor style changeNigel Osborne1-1/+1
2012-07-29Make gender icon on INDI page editable, and tidy up code.Nigel Osborne1-20/+24
Remove code that displays SOUR and NOTE with SEX tag.
2012-07-28Fix: the build script is accidentally deleting the "latest-version.txt" filefisharebest1-2/+0
2012-07-27Tell IE to use "standards mode" instead of "compatibility mode"fisharebest1-0/+5
2012-07-27edit_changes.php - the "edit raw" link is broken.fisharebest1-0/+1
2012-07-27Minor layout correctionNigel Osborne1-2/+2
2012-07-27Minor style changeNigel Osborne1-3/+4
2012-07-27Minor style changeNigel Osborne1-1/+1
2012-07-26Bug #1028186 - Census Shared Note Using Assistant fails to add individualsNigel Osborne3-50/+50
2012-07-25Fix: "paste result of add new shared-note/source" broke in svn14116fisharebest1-16/+19
2012-07-24Performance - autocomplete on given names. The first part of the "order by" ↵fisharebest1-1/+1
clause was only needed when we allowed matching on the middle of names. Now that we restrict it to the start of names, it is no longer needed. It means we can execute the query from just the index, without needing temporary tables.
2012-07-24Contribution from Matt N: combine lightbox LTR and RTL scripts into a single ↵fisharebest3-250/+21
file.
2012-07-24Remove old "require_once" for functions_places.phpfisharebest1-2/+0
2012-07-23Contributions from Matt N:fisharebest8-225/+214
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-19Always ignore non-genelaogical data when performing a general searchfisharebest5-64/+60
2012-07-19Use more aggressive compression algorithm when pre-compressing files for CDN ↵fisharebest1-3/+6
server
2012-07-18Delete jquery.scrollfollow.js - it does not appear to be used anywherefisharebest1-251/+0
2012-07-18Tidy up the script to build/upload files for a CDNfisharebest1-17/+21
2012-07-18Specify WT_STATIC_URL path for all JS files - otherwise they won't get ↵fisharebest25-27/+27
picked up from a CDN server