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