summaryrefslogtreecommitdiff
path: root/modules_v3/sitemap
AgeCommit message (Collapse)AuthorFilesLines
2014-01-04Update copyright date to 2014Greg Roach1-1/+1
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho1-1/+1
2013-11-29#1256330 - Sitemap ignores privacy settings leading to 404 errorsGreg Roach1-6/+11
2013-11-29bug 1076873 - sitemap.xml contains empty <urlset> tagljm421-1/+2
add a link to the tree's home page as the first entry in every sitemap. This solves two problems: 1) the home page will be added to the sitemap 2) none of the sitemaps will be empty
2013-11-24#1252278 - webtrees 1.5.0 unable to save sitemap stateGreg Roach1-1/+1
2013-11-01Tidy up trailing whitespaceGreg Roach1-1/+1
2013-10-11Style prefer target ? instead of # for forms - does not change URLGreg Roach1-1/+1
2013-10-11HTML validationGreg Roach1-3/+3
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-4/+4
2013-08-09Remove empty subversion Id tagsGreg Roach1-2/+0
2013-07-18Rename function getFactbyType to getFirstFact to better reflect what it doesfisharebest1-1/+1
2013-07-16#1201192 - Sitemap and getClientIp() Errors (SVN15297)fisharebest1-4/+1
2013-06-29(no commit message)fisharebest1-16/+16
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.
2012-12-04#1084382 - ask.com sitemap link brokenfisharebest1-1/+0
2012-11-16Cosmetic: updates to I18N hintsfisharebest1-1/+1
2012-10-31Update DB structure - remove wt_media_mapping table (use wt_links instead), ↵fisharebest1-4/+4
update wt_media table (to add columns we need to search on).
2012-10-30Use consistent save/close buttons in the edit-interface forms.fisharebest1-1/+1
2012-10-01Do not include family records in the sitemap. These records will be found ↵fisharebest1-17/+1
by spidering from the pages of the contained individuals.
2012-09-16#1006430 - rtl/ltr parenthesis etc.fisharebest1-1/+1
2012-09-15Part of #1006430 - rtl/ltr parenthesis etc.fisharebest1-1/+1
2012-09-14Assume PHP time is the same as MySQL time. Both should use the same ↵fisharebest1-4/+4
underlying OS function. Saves a DB query. Only call time() once. For consistency, and for a very minor performance tweak.
2012-09-13Complete rewrite of the handling of lists of trees:fisharebest1-20/+20
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-04-19Need to explictly close sessionsfisharebest1-0/+1
2012-02-27#941990 - wrong URL in repo sitemapfisharebest1-2/+2
2011-12-28Reduce site of sitemap files to 500 entries, so they fit in the ↵fisharebest1-1/+1
wt_module_setting table. Should we change the column from TEXT to MEDIUMTEXT?
2011-12-28sitemap: syntax error in sitemap filesfisharebest1-8/+10
2011-12-20#905775 - sitemap fixesfisharebest1-29/+31
2011-12-16sitemap - error in media listsfisharebest1-1/+1
2011-12-16sitemap - typofisharebest1-1/+1
2011-12-14Remove Yahoo! from sitemap submissions list. It is being absorbed into Bing.fisharebest1-1/+0
2011-12-13url_encode the sitemap URL, in the submission linksfisharebest1-6/+7
2011-12-13Fix: copy/paste error in sitemap modulefisharebest1-2/+2
2011-12-13Rewrite the sitemaps module. Remove all configuration options. It "just ↵fisharebest3-476/+238
works" :-)
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-4/+4
2011-12-12HTML validation: & => &amp;fisharebest1-6/+6
2011-12-11#902550 - sitemaps missing optionŁukasz Wilenski2-8/+8
2011-12-05Fix: invalid date format in sitemap index files.fisharebest1-1/+1
2011-11-19Change final few headers to use consistent comment style. Delete some ↵fisharebest1-25/+23
empty/unused files.
2011-11-14Tidy up the options on the individiual-list page. show-married-names is now ↵fisharebest1-3/+3
a user-setting instead of a family-tree-setting.
2011-11-05Implement "fluid" interface for controller - allows requests to be chained.fisharebest1-2/+3
2011-11-05Major MVC refactoring. Every page now has a controller.fisharebest1-13/+4
2011-10-05Merge duplicate translations that differ only in upper/lower casefisharebest1-30/+26
2011-08-04#821050 - Error calling page after update to 1.2.2fisharebest3-0/+542