summaryrefslogtreecommitdiff
path: root/modules_v3/batch_update
AgeCommit message (Collapse)AuthorFilesLines
2013-07-27#1203581 - SVN-15328- Batch Update-S/R function brokenfisharebest1-14/+2
2013-07-05More refactoring - getting rid of get_gedcom_value()fisharebest1-6/+25
2013-06-29(no commit message)fisharebest2-8/+8
2013-06-01Don't say "GEDCOM" unless we mean it.fisharebest1-1/+1
2013-02-06Previously, AJAX pages loaded their own copies of JS libraries (to work ↵fisharebest1-2/+2
around limitation in old versions of jquery?). Don't do this any more - it breaks jQuery extensions, by re-creating the jQuery object. This also has the benefit of making the home page more responsive.
2013-01-09Update comments, renaming "directory" to "folder"fisharebest1-2/+2
2012-11-16Cosmetic: updates to I18N hintsfisharebest1-1/+1
2012-10-31Update DB structure - remove wt_media_mapping table (use wt_links instead), ↵fisharebest1-1/+1
update wt_media table (to add columns we need to search on).
2012-09-14Tidy usage of new WT_Tree class.fisharebest1-1/+1
2012-09-13Tidy usage of new WT_Tree class. The tree_name_html field is probably not ↵fisharebest1-6/+2
needed...
2012-09-13Complete rewrite of the handling of lists of trees:fisharebest1-4/+2
https://bugs.launchpad.net/webtrees/+bug/1024825 - Custom language translations not working on family tree titles https://bugs.launchpad.net/webtrees/+bug/981640 - Partial solution - filter list of trees using REQUIRE_VISITOR_AUTHENTICATION to hide trees which the user cannot see. This also ensures that private trees remain completely hidden until after login. https://bugs.launchpad.net/webtrees/+bug/1046002 - v1.3.1 admin.php ERROR 8 at line 277 Performance tweak - save at least two DB calls per page.
2012-06-16Defer loading of external javascript (and most inline javascript) to the ↵fisharebest1-3/+3
bottom of the page. This improves responsiveness, as the page can be rendered before the scripts are parsed.
2012-03-16#924338 - Error in batch update using regular expressionsfisharebest1-1/+3
2011-12-27Remove inconsistent ":" charactersNigel Osborne3-6/+6
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest2-5/+5
2011-11-19Change final few headers to use consistent comment style. Delete some ↵fisharebest4-108/+92
empty/unused files.
2011-11-14Update some comments from PGV to webtreesfisharebest1-1/+1
2011-11-11Use consistent style for <a href="#" onclick="foo();"> the various ↵fisharebest1-1/+1
combinations of javascript:XXX are non-standard, and cause problems with some browsers.
2011-11-06Typo prevents batch-update from runningfisharebest1-2/+4
2011-11-05Major MVC refactoring. Every page now has a controller.fisharebest2-4/+5
2011-10-21#729744 - Use of quotes - batch search/replace & place hierarchyfisharebest1-29/+22
2011-10-05Merge duplicate translations that differ only in upper/lower casefisharebest1-33/+28
Remove GEDCOM parameter - use ged instead
2011-08-04#821050 - Error calling page after update to 1.2.2fisharebest7-0/+931