summaryrefslogtreecommitdiff
path: root/modules_v3
AgeCommit message (Collapse)AuthorFilesLines
2012-07-24Contribution from Matt N: combine lightbox LTR and RTL scripts into a single ↵fisharebest3-250/+21
file.
2012-07-23Contributions from Matt N:fisharebest2-10/+17
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-18Specify WT_STATIC_URL path for all JS files - otherwise they won't get ↵fisharebest6-6/+6
picked up from a CDN server
2012-07-18Losslessly compress .PNG imagesfisharebest48-0/+0
2012-07-14Use WT_Place objects to generate links to placelist.phpfisharebest1-18/+2
2012-07-13Bug #1023183 GoogleMap info window icons not working in non-English ↵Nigel Osborne2-13/+13
languages - correction to previous change
2012-07-12Cannot add a GEDCOM favourite when a USER favourite already exists for the ↵fisharebest1-0/+2
same item
2012-07-12Minor display adjustmentNigel Osborne1-1/+1
2012-07-12Bug #1023183 GoogleMap info window icons not working in non-English languagesNigel Osborne2-15/+15
2012-07-12#1023183 GoogleMap info window icons not working in non-English languagesfisharebest3-76/+56
2012-07-11Bug #1023183 GoogleMap info window icons not working in non-English languagesNigel Osborne1-9/+9
2012-07-10Losslessly compress JPEG imagesfisharebest1-0/+0
2012-07-09Remove old/unused code relating to JS menus. Also fixes #1016225 - fisharebest3-35/+23
change flags not working in admin_places, which is caused by a conflicting function name - change_icon()
2012-07-09Fix: "set link" menu layout corrupted in album tab, media rowfisharebest4-8/+9
2012-07-09#1022422 - Note field in wt_favorite table truncatedfisharebest3-2/+46
2012-07-08Make more use of new WT_Place class. Update indexes for wt_place table.fisharebest2-4/+3
2012-07-07URLs for placelist.php do not need "level". We can work this out ↵fisharebest1-1/+1
automatically from "parent[]"
2012-07-07URLs for placelist.php do not need "level". We can work this out ↵fisharebest4-11/+9
automatically from "parent[]"
2012-07-07Tidy up the "showchanges()" logic. The option to hide/show changes was ↵fisharebest8-59/+16
removed a very long time ago.
2012-06-30Date classes - encapsulate the calendar type within the class (to allow for ↵fisharebest1-1/+1
some future optimisation using PHP5.3)
2012-06-30Performance. PHP has no native function for integer division. floor($x/$y) ↵fisharebest4-4/+4
is very slow. (int)($x/$y) is measurably faster. We call this function many thousands of times, especially in date calculations.
2012-06-29Bug #1018495 Icons not displayed in GoogleMaps - correctionNigel Osborne1-4/+2
2012-06-29#1016873 - Delete users leaves orphaned data in DBfisharebest6-3/+168
2012-06-29Bug #1018495 Icons not displayed in GoogleMaps - images and links added ↵Nigel Osborne3-2/+2
direct to the module.
2012-06-29Error in fix 14048 (old code left behind)Nigel Osborne1-1/+0
2012-06-29Bug #980373 JS Error requesting password Reset (in Login Block)in IE9Nigel Osborne1-1/+2
2012-06-27Bug #1016952 - Firebug warning when loading google map edit_places (in admin)Łukasz Wilenski1-1/+0
2012-06-27Bug #1016840 - Map in Pedigree map doesn't loadŁukasz Wilenski3-683/+596
2012-06-27Bug #1017962 - GoogleMap runs&runs in level 2 Place HierarchyŁukasz Wilenski1-1/+1
2012-06-22Bug #1016225 - change flags not working in admin_places EditNigel Osborne3-4/+7
2012-06-17Lightbox - instead of loading lots of small external JS files, load them all ↵fisharebest2-24/+10
as one inline script. This also fixes a dependency issue, now that we have moved external JS to the footer.
2012-06-16Defer loading of external javascript (and most inline javascript) to the ↵fisharebest39-145/+107
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-1/+1
2012-06-12Bug #977091 - CK-editor cannot save data.Nigel Osborne1-1/+1
Commented out "window.opener" code no longer used
2012-06-12Upgrade ckEditor module to latest (3.6.3) versionNigel Osborne141-342/+1371
2012-06-10Fix: broken links and deleted objects will break the clippings cartfisharebest1-53/+55
2012-06-10Streetview module doesn't load the webtrees framework. Add a quick/dirty ↵fisharebest1-0/+4
workaround.
2012-06-10Use HTTPS for google maps resourcesfisharebest2-5/+5
2012-06-10Google Maps. (1) the GM API script always fetches data using HTTPS. For ↵fisharebest7-40/+30
consistency, always fetch it using HTTPS. (1) Always pass language parameter to googlemaps. As well as improving the I18N of the GUI, it also internationalises some of the maps. (3) Update <script> tags for HTML5
2012-06-10Allow for https: use of googlemapsNigel Osborne7-11/+11
2012-06-09Charts menu broken. Interactive tree within charts menu also broken.fisharebest2-11/+10
2012-06-02separate multiple spouses in interactive treeŁukasz Wilenski2-6/+11
2012-06-02Optimise background images used in the interactive treefisharebest3-1/+1
2012-06-01Fix for GM pre/suffix problemNigel Osborne1-0/+1
2012-05-30Fix: Descendancy sidebar crashes when a pending individual is deletedfisharebest1-1/+1
2012-05-28Refactor handling of pending new/old factsfisharebest2-7/+7
2012-05-27Update to the Census Assistant to include a small USA 1940 census ↵Nigel Osborne3-11/+36
transcription. To include more is too complex for the current model.
2012-05-26Need to explicitly close sessions for AJAX responses. TODO we should really ↵fisharebest4-0/+4
do this via the WT_Ajax_Controller (or a new WT_Json_Controller)
2012-05-13Fix error "undefined variable language_filter"Nigel Osborne1-3/+0
2012-05-07fix typo for recent changeŁukasz Wilenski1-1/+0