summaryrefslogtreecommitdiff
path: root/setup.php
AgeCommit message (Collapse)AuthorFilesLines
2011-11-05Change document headers from XTHML to HTML5.fisharebest1-4/+5
2011-11-03Tweak to new help textfisharebest1-1/+1
2011-11-03Use consistent help text for username/password/email/real namefisharebest1-1/+1
2011-09-10#822603 - Death flag set wrongly fisharebest1-24/+20
2011-07-05XHTML validation: autocomplete is not a valid attributefisharebest1-1/+1
2011-06-27Scripts that do not call session.php need to set the new WT_DEBUG_LANG constant.fisharebest1-0/+1
2011-06-09Add check for PHP module "iconv" in setup wizardfisharebest1-1/+1
2011-06-07Fix: webtrees-1.1.2 changed the "full name" column in wt_name to include the ↵fisharebest1-2/+1
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-28Increase size of password field from 64 to 128 characters to support PHP ↵fisharebest1-1/+1
installations which use the SHA512 algorithm for crypt(), and hence generate 98 character hashes
2011-05-07Setup script: apply validation to database name and table-prefix, use ↵fisharebest1-33/+52
prepared statements where possible.
2011-03-17Fix: final page in setup always shown in Englishfisharebest1-0/+1
2011-03-07Performance: rewrite INDILIST and FAMLIST queries to use new indexes on ↵fisharebest1-2/+3
n_surn and n_givn columns.
2011-02-26Fix: setup cannot proceed when max_execution_time is set to zero. (fix to 10967)fisharebest1-1/+1
2011-02-25Fix: setup cannot proceed when max_execution_time is set to zero.fisharebest1-2/+3
2011-02-18Add support for the Persian/Iranian/Jalali calendar system. Thanks to Benygh.fisharebest1-2/+2
2011-02-01We no longer need the "dom" module, as we no longer export in XML (gramps) ↵fisharebest1-1/+0
format
2011-01-17Update setup.php script to work with new auto-loading frameworkfisharebest1-2/+3
2011-01-04Add support for MySQL connection via named socketsfisharebest1-1/+5
2011-01-02Refactoring class names and use autoloading.fisharebest1-1/+0
2011-01-01Refactoring class names and use autoloading.fisharebest1-125/+125
2010-12-14(no commit message)fisharebest1-13/+1
2010-12-12#677540 - config SHOW_RELATIVES_EVENTS is not saved. (Part two - combine ↵fisharebest1-1/+1
similar options). Also fix various bugs such as half-siblings not showing, maternal/paternal grandparent mixups, etc. Also fix various I18N errors, such as "Death of sister" instead of "Death of a sister"
2010-12-06Add support for sorting gedcoms in user-defined orderfisharebest1-33/+13
2010-10-23Relationship privacy - combine the separate gedcom-settings and ↵fisharebest1-1/+1
user-settings into a user-gedcom-setting. This provides more flexibility and is much easier to understand.
2010-10-15#594590 (update to existing bug report). We cannot reliably determine max ↵fisharebest1-41/+17
cpu/time limits on all servers. Our default behaviour is now to "not set these values", rather than "set them to the defaults".
2010-10-09#622194 - MAX_ALLOWED_PACKET and MySQL >= 5.1.31fisharebest1-16/+12
2010-10-07Fix: copy/paste error in setup.phpfisharebest1-1/+1
2010-10-07Fix typofisharebest1-1/+1
2010-10-03Session storage - move from filesystem to databasefisharebest1-2/+13
2010-09-25Tidy up whitespace/indentsfisharebest1-2/+2
2010-09-19Tidy whitespace/indentationfisharebest1-5/+5
2010-09-10Tidy up some whitespace/formattingfisharebest1-1/+0
2010-09-08Add I18N hintsfisharebest1-6/+6
2010-09-08#632763 - Translation Context Needed - Verb or adjective?fisharebest1-5/+5
2010-09-06MAX_ALLOWED_PACKET is read-only in MySQL 5.0 from 5.0.84 onwardsfisharebest1-1/+5
2010-08-24#622194 - MAX_ALLOWED_PACKET and MySQL >= 5.1.31 (interim solution)fisharebest1-0/+9
2010-07-07Remove unused column: wt_families.f_chilfisharebest1-1/+0
2010-06-19#595406 Use DECIMAL(20) for next_id table.fisharebest1-9/+9
2010-06-09setup.php used hard-coded table prefix wt_fisharebest1-1/+1
2010-06-09setup.php used hard-coded table prefix wt_fisharebest1-57/+57
2010-06-08Add logging of config changesfisharebest1-1/+1
2010-06-06Move gedcom and privacy settings from .PHP files to database tablesfisharebest1-0/+12
2010-06-04Use "0" and "1" consistently for user-settings, instead of a mixture of 0/1, ↵fisharebest1-6/+6
y/n and yes/no
2010-06-04Remove "AUTHENTICATION_MODULE" setting. This is currently unused, and needs ↵fisharebest1-1/+0
a better (module-based) implementation.
2010-06-03#589017 site-unavailable UTF-8 - Use explicit header() instead of ↵fisharebest1-2/+2
http-equiv. The latter doesn't work on sites configured with default_charset or default_mimetype in PHP.INI
2010-06-02wt_media has an auto-increment key - use itfisharebest1-6/+6
add auto-increment key to wt_media_mapping
2010-05-31Revert changes to DB engine - submitted in error?fisharebest1-29/+29
2010-05-30Delete FCKEditor moduleVeit Olschinski1-29/+29
Add CKEditor module changes for news editing
2010-05-30Increase column length to handle external URLs > 255 charsfisharebest1-1/+1
2010-05-29Fix: setup.php reverts to english after page onefisharebest1-1/+1