summaryrefslogtreecommitdiff
path: root/admin_pgv_to_wt.php
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-12-27Re-enable the 'expand notes by default' optionGreg Roach1-0/+1
2013-12-26Add initial support for markdownGreg Roach1-1/+0
2013-08-30#1218624 - Interactive tree event sequence - dev / do not abbreviate chart ↵fisharebest1-2/+1
labels
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-4/+4
2013-08-21Add escaping functions, based on semantics of what is being escapedGreg Roach1-1/+1
2013-08-09Remove empty subversion Id tagsGreg Roach1-2/+0
2013-07-27PGV import wizard - the wt_placelocation table has not been imported since ↵fisharebest1-0/+12
2012-10.
2013-06-12#1064348 - Private trees are completely private - so how can we show welcome ↵fisharebest1-4/+0
information?
2013-05-19After PGV-WT wizard, users and trees have empty home pages.fisharebest1-0/+26
2013-05-19#1181682 - Import wizard - foreign key constraint errorfisharebest1-4/+9
2013-05-12#1100239- SMTP_HELO site config setting is incorrectly labelledfisharebest1-1/+0
2013-05-12#1178424 - PGV-to-WT import fails with errorfisharebest1-40/+39
2013-05-11#1161877 - Admin sees edit options when editing disabledfisharebest1-1/+0
2013-03-13#1154455 - PGV to WT wizard fails with session already closed errorfisharebest1-3/+2
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-22Remove the lightbox plugin from the "album" module. Add the colorbox module ↵fisharebest1-1/+0
(temporarily) in its place.
2013-01-18Major refactoring of media code.fisharebest1-2/+0
#935621 - Support for foreign language characters in media files #1079539 - Uploading non-english named file error #935621 - Support for foreign language characters in media files #1077472 - List media objects missing thumbs page 2 #1047957 - Icons not shown for some remote file types #592603 - $MEDIA_DIRECTORY_LEVELS does not work with absolute paths #1049102 - Inconsitent use of the word "directories"
2013-01-12Remove the "AUTO_GENERATE_THUMBS" option. We should generate thumbnails ↵fisharebest1-1/+0
whenever PHP supports it.
2012-11-27Remove configuration option "POSTAL_CODE". Do not show the ADDR subtags - ↵fisharebest1-1/+0
they cannot be entered and are for indexing/processing only. (part of) #1081217 - Localised punctuation in CSS
2012-10-28Fix: PGV Import wizard - broken since 1.3.2, doesn't import all settings.fisharebest1-257/+217
Rewrite to load data to the gedcom_chunk table, rather than the genealogy tables. Otherwise we are prevented from changing the structure of these tables
2012-10-21Simplify media handling - the options USE_MEDIA_FIREWALL, ↵fisharebest1-3/+0
MEDIA_FIREWALL_THUMBS and MEDIA_EXTERNAL are now always true.
2012-09-15Create objects to encapsulate trees. Allows us to cache tree settings, ↵fisharebest1-3/+3
which saves about 80 DB queries per page.
2012-09-14Performance: fetch all the wt_site_setting values in one query.fisharebest1-15/+15
2012-09-13Complete rewrite of the handling of lists of trees:fisharebest1-141/+141
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-09-01Remove old/unhelpful help text. ↵fisharebest1-1/+0
http://webtrees.net/index.php/en/forum/27-help-for-ver-1-3-latest-release/26577-lists-of-namen-3-out-of-4-presentation-options
2012-08-26After we have sent the headers (and closed the session), it is no longer ↵fisharebest1-5/+0
possible to update $_SESSION. Therefore trying to change our login ID during the PGV import wizard cannot work. Hopefully, the user will be #1 in both systems! If not, there is no reliable way to determine the "correct" user ID to switch to - and there is no easy way to switch....
2012-07-08Make more use of new WT_Place class. Update indexes for wt_place table.fisharebest1-2/+2
2012-06-28Remove the "Show empty boxes" option. Always show empty boxes. It makes a ↵fisharebest1-1/+0
cleaner display.
2012-06-09PGV wizard - remove restriction on directory namesfisharebest1-1/+1
2012-06-01Fix: PGV -> WT wizard deletes the default block settingsfisharebest1-2/+2
2012-05-05#994121 - PGV-WT wizard is still trying to copy favorites into plural formfisharebest1-57/+7
2012-05-05#905811 - Fatal error: Uncaught exception 'PDOException'fisharebest1-2/+4
2012-05-05Bug #905811 - Fatal error: Uncaught exception 'PDOException'Nigel Osborne1-1/+1
2012-03-31Replace 3rd party autocomplete library with native jQuery functionsfisharebest1-1/+0
#964398 - find individual id
2012-03-17Remove option to "Underline names in quotes" - refer Bug #931034Nigel Osborne1-1/+0
2012-03-12Fix typos.fisharebest1-3/+3
2012-03-07Update DB schema for favorites and news tables. Use numeric IDs instead of ↵fisharebest1-21/+29
the user/tree name.
2012-01-20Remove the "Help" menu. Make the FAQ module a menu.fisharebest1-2/+1
2011-12-14#903865 - Error when trying to adminstration of usersfisharebest1-1/+5
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-3/+3
2011-12-08#899773 - Admin mail config help messages wrongfisharebest1-1/+0
Remove "simple mail headers" option.
2011-11-14Fix: after running the PGV import wizard, we have replaced the wt_user ↵fisharebest1-1/+3
table, so our current user-id may not exist, or belong to a different user. The only safe action is to log out.
2011-11-14Possible fix for ob_flush() not working on some serversfisharebest1-14/+66
2011-11-14Tidy up the options on the individiual-list page. show-married-names is now ↵fisharebest1-1/+0
a user-setting instead of a family-tree-setting.
2011-11-10#883528 - PGV import wizard - $THEME_DIR undefinedfisharebest1-1/+7
2011-11-05Implement "fluid" interface for controller - allows requests to be chained.fisharebest1-3/+4
2011-11-05Major MVC refactoring. Every page now has a controller.fisharebest1-7/+5
2011-10-23Remove the LINK_ICONS and ZOOM_BOXES options (which control whether popup ↵fisharebest1-2/+0
menus are activated on click, hover, etc.) These are unnecessary, confusing, and don't work properly.