summaryrefslogtreecommitdiff
path: root/admin_pgv_to_wt.php
AgeCommit message (Collapse)AuthorFilesLines
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.
2011-10-21#821931 - Individual.php: Default tab isn't selected fisharebest1-15/+1
2011-09-10#822603 - Death flag set wrongly fisharebest1-2/+2
2011-09-07Remove the "enable multimedia" option. Multimedia is always enabled. Add a ↵fisharebest1-1/+1
new configuration option to restrict who can upload new media files.
2011-07-19#729313 - Default Tab in user accounts - bad valuesfisharebest1-1/+9
2011-06-21Remove option to send full-sized images as thumbnailsfisharebest1-1/+0
2011-06-12Minor tidy up - only check for ALLOW_THEME_DROPDOWN in one place. Also ↵fisharebest1-23/+20
saves 1 MySQL query on AJAX calls (and 2 MySQL queries on the colors theme).
2011-06-09I18N: Improve English texts. Refer to sort options consistently. Remove ↵fisharebest1-1/+0
"SHOW_MEDIA_FILENAME" configuration option, and use standardised behaviour.
2011-06-07Fix: webtrees-1.1.2 changed the "full name" column in wt_name to include the ↵fisharebest1-2/+2
slashes. The individual/family lists require that the name is saved the same as the way it is generated by the WT_Person object. Therefore upgrading to/from 1.1.2 causes records not to show - until they are edited or re-imported. Revert to the original behaviour (no slashes), and update the database to remove any that were added by 1.1.2. Also remove the n_list column. It has never been used.
2011-05-26PGV->WT wizard. Old PGV installations store reg_timestamp in the format ↵fisharebest1-0/+4
"2010-03-07 21:41:07". Convert these to timestamps.
2011-05-22Remove two configuration options. DISPLAY_JEWISH_GERESHAYIM was never ↵fisharebest1-2/+0
actually used by the code, and DISPLAY_JEWISH_THOUSANDS is not needed (meliza + kosherjava)
2011-05-14The default fields for the advanced search come from an non-editable config ↵fisharebest1-1/+0
setting and a hard-coded list. The config setting has a 255 char limit, so make this all hard coded for consistency.
2011-04-07Unquoted SQL table namesfisharebest1-18/+18
2011-02-25META_ROBOTS is now set automatically - it is no longer a user-configurable ↵fisharebest1-1/+0
setting
2011-02-17Remove the comment_exp option. It had poor I18N, was rarely used, and ↵fisharebest1-4/+0
provides little benefit.
2011-02-13Use admin theme during import from PGVfisharebest1-0/+1081