summaryrefslogtreecommitdiff
path: root/admin_pgv_to_wt.php
AgeCommit message (Collapse)AuthorFilesLines
2015-02-04Document globalsGreg Roach1-0/+6
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-107/+104
2015-01-31Combine WT_SERVER_NAME and WT_SCRIPT_PATH into WT_BASE_URLGreg Roach1-1/+1
2015-01-29Quotation marksGreg Roach1-1/+1
2015-01-26HTML validation and tidy upGreg Roach1-3/+5
2015-01-26Allow themes to style alertsGreg Roach1-11/+9
2015-01-26Add a11y links for keyboard users. Rename 'admin pages' to 'Control panel'Greg Roach1-1/+1
2015-01-23#386 Allow a user to delete their own account.Greg Roach1-5/+0
2015-01-21Code quality - avoid @, exit() and die()Greg Roach1-1/+1
2015-01-21PGV wizard - stylingGreg Roach1-58/+70
2015-01-20phpGedView import wizard - remove some limitations, bug fixes, cleanup, etc.Greg Roach1-192/+313
2015-01-18Default constructors do not need parenthesesGreg Roach1-1/+1
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-394/+394
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2015-01-17New theme system and admin interfaceGreg Roach1-2/+2
2014-12-23Flushing output buffers has no effect on many servers, and breaks othersGreg Roach1-24/+0
2014-12-14Use transaction via PDO interfaceGreg Roach1-2/+2
2014-10-22Don't sleepGreg Roach1-49/+42
2014-10-10Update .PO files. Fix some minor English grammar.Greg Roach1-7/+7
2014-09-17Split site-preference getter/setter into two functionsGreg Roach1-14/+14
2014-09-14Cleanup - remove dead/commented codeGreg Roach1-3/+2
2014-08-14Import classes, per PSR autoloading standardsGreg Roach1-4/+7
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-9/+4
2014-05-09Undefined variables error in import wizardGreg Roach1-0/+4
2014-05-06Revert "Replace global user functions with WT_User class" - submitted to ↵Greg Roach1-0/+5
wrong branch This reverts commit 04e895d26b4a0f606b8f83488ecb32127df081cf.
2014-05-06Replace global user functions with WT_User classGreg Roach1-5/+0
2014-04-13Remove invalid CSSGreg Roach1-1/+1
2014-04-04Add terminating semicolon to CSS declarationsGreg Roach1-1/+1
2014-02-22#1280687 Change in Geonames API interfaceGreg Roach1-1/+0
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