| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-11-19 | Fix I18N comments | fisharebest | 1 | -2/+2 | |
| 2011-11-11 | 12689 included some changes that were not ready. Comment out one that ↵ | fisharebest | 1 | -14/+14 | |
| causes issues. | |||||
| 2011-11-10 | Fix: sidebar modules should use the module interface for their AJAX ↵ | fisharebest | 1 | -1/+17 | |
| callback. Note that some of the "mod_action" and "sb_action" can be combined/simplified. | |||||
| 2011-11-05 | Change document headers from XTHML to HTML5. | fisharebest | 1 | -4/+5 | |
| 2011-11-03 | Tweak to new help text | fisharebest | 1 | -1/+1 | |
| 2011-11-03 | Use consistent help text for username/password/email/real name | fisharebest | 1 | -1/+1 | |
| 2011-09-10 | #822603 - Death flag set wrongly | fisharebest | 1 | -24/+20 | |
| 2011-07-05 | XHTML validation: autocomplete is not a valid attribute | fisharebest | 1 | -1/+1 | |
| 2011-06-27 | Scripts that do not call session.php need to set the new WT_DEBUG_LANG constant. | fisharebest | 1 | -0/+1 | |
| 2011-06-09 | Add check for PHP module "iconv" in setup wizard | fisharebest | 1 | -1/+1 | |
| 2011-06-07 | Fix: webtrees-1.1.2 changed the "full name" column in wt_name to include the ↵ | fisharebest | 1 | -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-28 | Increase size of password field from 64 to 128 characters to support PHP ↵ | fisharebest | 1 | -1/+1 | |
| installations which use the SHA512 algorithm for crypt(), and hence generate 98 character hashes | |||||
| 2011-05-07 | Setup script: apply validation to database name and table-prefix, use ↵ | fisharebest | 1 | -33/+52 | |
| prepared statements where possible. | |||||
| 2011-03-17 | Fix: final page in setup always shown in English | fisharebest | 1 | -0/+1 | |
| 2011-03-07 | Performance: rewrite INDILIST and FAMLIST queries to use new indexes on ↵ | fisharebest | 1 | -2/+3 | |
| n_surn and n_givn columns. | |||||
| 2011-02-26 | Fix: setup cannot proceed when max_execution_time is set to zero. (fix to 10967) | fisharebest | 1 | -1/+1 | |
| 2011-02-25 | Fix: setup cannot proceed when max_execution_time is set to zero. | fisharebest | 1 | -2/+3 | |
| 2011-02-18 | Add support for the Persian/Iranian/Jalali calendar system. Thanks to Benygh. | fisharebest | 1 | -2/+2 | |
| 2011-02-01 | We no longer need the "dom" module, as we no longer export in XML (gramps) ↵ | fisharebest | 1 | -1/+0 | |
| format | |||||
| 2011-01-17 | Update setup.php script to work with new auto-loading framework | fisharebest | 1 | -2/+3 | |
| 2011-01-04 | Add support for MySQL connection via named sockets | fisharebest | 1 | -1/+5 | |
| 2011-01-02 | Refactoring class names and use autoloading. | fisharebest | 1 | -1/+0 | |
| 2011-01-01 | Refactoring class names and use autoloading. | fisharebest | 1 | -125/+125 | |
| 2010-12-14 | (no commit message) | fisharebest | 1 | -13/+1 | |
| 2010-12-12 | #677540 - config SHOW_RELATIVES_EVENTS is not saved. (Part two - combine ↵ | fisharebest | 1 | -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-06 | Add support for sorting gedcoms in user-defined order | fisharebest | 1 | -33/+13 | |
| 2010-10-23 | Relationship privacy - combine the separate gedcom-settings and ↵ | fisharebest | 1 | -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 ↵ | fisharebest | 1 | -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.31 | fisharebest | 1 | -16/+12 | |
| 2010-10-07 | Fix: copy/paste error in setup.php | fisharebest | 1 | -1/+1 | |
| 2010-10-07 | Fix typo | fisharebest | 1 | -1/+1 | |
| 2010-10-03 | Session storage - move from filesystem to database | fisharebest | 1 | -2/+13 | |
| 2010-09-25 | Tidy up whitespace/indents | fisharebest | 1 | -2/+2 | |
| 2010-09-19 | Tidy whitespace/indentation | fisharebest | 1 | -5/+5 | |
| 2010-09-10 | Tidy up some whitespace/formatting | fisharebest | 1 | -1/+0 | |
| 2010-09-08 | Add I18N hints | fisharebest | 1 | -6/+6 | |
| 2010-09-08 | #632763 - Translation Context Needed - Verb or adjective? | fisharebest | 1 | -5/+5 | |
| 2010-09-06 | MAX_ALLOWED_PACKET is read-only in MySQL 5.0 from 5.0.84 onwards | fisharebest | 1 | -1/+5 | |
| 2010-08-24 | #622194 - MAX_ALLOWED_PACKET and MySQL >= 5.1.31 (interim solution) | fisharebest | 1 | -0/+9 | |
| 2010-07-07 | Remove unused column: wt_families.f_chil | fisharebest | 1 | -1/+0 | |
| 2010-06-19 | #595406 Use DECIMAL(20) for next_id table. | fisharebest | 1 | -9/+9 | |
| 2010-06-09 | setup.php used hard-coded table prefix wt_ | fisharebest | 1 | -1/+1 | |
| 2010-06-09 | setup.php used hard-coded table prefix wt_ | fisharebest | 1 | -57/+57 | |
| 2010-06-08 | Add logging of config changes | fisharebest | 1 | -1/+1 | |
| 2010-06-06 | Move gedcom and privacy settings from .PHP files to database tables | fisharebest | 1 | -0/+12 | |
| 2010-06-04 | Use "0" and "1" consistently for user-settings, instead of a mixture of 0/1, ↵ | fisharebest | 1 | -6/+6 | |
| y/n and yes/no | |||||
| 2010-06-04 | Remove "AUTHENTICATION_MODULE" setting. This is currently unused, and needs ↵ | fisharebest | 1 | -1/+0 | |
| a better (module-based) implementation. | |||||
| 2010-06-03 | #589017 site-unavailable UTF-8 - Use explicit header() instead of ↵ | fisharebest | 1 | -2/+2 | |
| http-equiv. The latter doesn't work on sites configured with default_charset or default_mimetype in PHP.INI | |||||
| 2010-06-02 | wt_media has an auto-increment key - use it | fisharebest | 1 | -6/+6 | |
| add auto-increment key to wt_media_mapping | |||||
| 2010-05-31 | Revert changes to DB engine - submitted in error? | fisharebest | 1 | -29/+29 | |
