summaryrefslogtreecommitdiff
path: root/setup.php
AgeCommit message (Collapse)AuthorFilesLines
2013-05-07setup.php - change language on first page not working; add check for ↵fisharebest1-2/+10
disabled functions
2013-01-22Fix: setup.php needs to set more environment variablesfisharebest1-0/+1
2013-01-02Family tree preferences - update config options in preparation for changes ↵fisharebest1-18/+15
to media handling.
2012-11-16Cosmetic: updates to I18N hintsfisharebest1-2/+2
2012-10-31Update DB structure - remove wt_media_mapping table (use wt_links instead), ↵fisharebest1-23/+11
update wt_media table (to add columns we need to search on).
2012-10-25Combine similar textsfisharebest1-1/+1
2012-10-25Simplify the setup wizard. Create the config.ini.php file automatically - ↵fisharebest1-107/+68
we combine this with the check that the data folder has write permission.
2012-07-08Make more use of new WT_Place class. Update indexes for wt_place table.fisharebest1-5/+2
2012-05-31Fix: upgrades from 1.2.5, 1.2.6 and 1.2.7 fail to run database schema updatesfisharebest1-1/+1
2012-04-17Default site-access-rule for WebKit based browsers is too strict - does not ↵fisharebest1-1/+1
match iPhone, PlayStation and other devices
2012-04-17Fix: missing dependency in setup.phpfisharebest1-0/+1
2012-04-06[CDATA[ wrappers are only required for strict XHTML validation. They are ↵fisharebest1-9/+3
not needed for html5 validation.
2012-04-03Site access rules - bad pattern for WebKit browsers.fisharebest1-1/+1
2012-04-03Add experimental option to control site access using user-defined rulesfisharebest1-6/+5
2012-03-31Replace 3rd party autocomplete library with native jQuery functionsfisharebest1-0/+26
#964398 - find individual id
2012-03-25Fix: now that we initialise the modules during setup, we need the privacy ↵fisharebest1-0/+5
constants defined there too.
2012-03-18#946697 - Use HTML5 email input typefisharebest1-1/+1
2012-03-17Tidy up some of the WT_Module initialisation code. We need to be able to ↵fisharebest1-130/+135
create the modules during setup, so that we can create default blocks.
2012-03-17#957870 - Ein unerwarteter Datenbankfehler ist aufgetretenfisharebest1-1/+5
2012-03-05Add support for default blocks for new trees/usersfisharebest1-2/+15
2012-02-11setup.php - remove dependency on Zend_Registryfisharebest1-1/+1
2012-02-10Fix: harmless PHP error in setup.phpfisharebest1-0/+1
2012-02-01#913486 - Invalid redirection when Login URL is not emptyfisharebest1-3/+1
2012-01-14#915260 - session, php.ini, session.hash_function = sha256fisharebest1-1/+1
2011-12-13Revert a few changes of <br> to <br /> where they occur inside translation ↵fisharebest1-2/+2
strings
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-16/+16
2011-12-08#899773 - Admin mail config help messages wrongfisharebest1-14/+2
Remove "simple mail headers" option.
2011-12-05#900473 - RTL Setup wizard error at download stagefisharebest1-1/+1
2011-11-19Fix I18N commentsfisharebest1-2/+2
2011-11-1112689 included some changes that were not ready. Comment out one that ↵fisharebest1-14/+14
causes issues.
2011-11-10Fix: sidebar modules should use the module interface for their AJAX ↵fisharebest1-1/+17
callback. Note that some of the "mod_action" and "sb_action" can be combined/simplified.
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