| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-02-02 | Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3. | Greg Roach | 2 | -608/+0 | |
| 2015-01-30 | Dashboard | Greg Roach | 1 | -352/+0 | |
| 2015-01-18 | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 3 | -99/+99 | |
| This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | |||||
| 2014-10-18 | PHPDoc | Greg Roach | 1 | -27/+27 | |
| 2014-10-17 | Localise numbers on admin changes summary | Greg Roach | 1 | -72/+90 | |
| 2014-09-13 | Code style - PSR-1 names for methods | Greg Roach | 1 | -8/+8 | |
| 2014-09-13 | Code style - PSR-1 names for methods | Greg Roach | 1 | -1/+1 | |
| 2014-09-12 | Use the (faster) native mb_string functions where available, and fallbacks ↵ | Greg Roach | 1 | -1/+1 | |
| where not. | |||||
| 2014-08-29 | Move global I18N functions to I18N class | Greg Roach | 1 | -1/+1 | |
| 2014-08-29 | Move global I18N functions to I18N class | Greg Roach | 1 | -2/+2 | |
| 2014-08-28 | Update comments | Greg Roach | 3 | -60/+167 | |
| 2014-08-28 | Tidy up WT_Query_Name | Greg Roach | 1 | -5/+5 | |
| 2014-08-28 | Tidy up WT_Query_Name | Greg Roach | 1 | -70/+96 | |
| 2014-08-28 | Individual/family lists - more untranslated counts | Greg Roach | 1 | -36/+41 | |
| 2014-08-28 | Individual/family lists - count of 'no surname' not translated | Greg Roach | 1 | -42/+54 | |
| 2014-05-10 | Cleanup - unused code | Greg Roach | 1 | -2/+2 | |
| 2014-05-09 | Refactor global user functions into new User/Auth classes | Greg Roach | 3 | -15/+0 | |
| 2014-04-14 | #1302465 - MySQL wildcards need to be escaped when searching for media files | Greg Roach | 1 | -7/+7 | |
| 2014-04-02 | PHP lint | Greg Roach | 1 | -2/+2 | |
| 2014-02-25 | Make counting number of individuals per surname optional as not required in ↵ | Rico Sonntag | 1 | -2/+5 | |
| individual view, reducing number of database request | |||||
| 2014-01-04 | Update copyright date to 2014 | Greg Roach | 3 | -3/+3 | |
| 2014-01-04 | Fix address of FSF, replace licence of GPLv2 by latest version | weberho | 3 | -3/+3 | |
| 2013-11-01 | Tidy up trailing whitespace | Greg Roach | 2 | -6/+6 | |
| 2013-08-09 | Remove empty subversion Id tags | Greg Roach | 3 | -6/+0 | |
| 2013-06-29 | (no commit message) | fisharebest | 2 | -8/+8 | |
| 2013-02-01 | Media list - (1) always include a top level folder, even if it is empty (2) ↵ | fisharebest | 1 | -10/+17 | |
| only show external media in the top level folder | |||||
| 2013-01-30 | #1104494 - svn 14680 - Folder Media List shows all tree media | fisharebest | 1 | -9/+10 | |
| 2013-01-24 | Fix: media-list errors when no media paths found in the database | fisharebest | 1 | -2/+10 | |
| 2013-01-18 | Major refactoring of media code. | fisharebest | 1 | -5/+19 | |
| #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-16 | Add new library class (to replace functions_mediadb.php) | fisharebest | 1 | -0/+97 | |
| 2012-10-31 | Update DB structure - remove wt_media_mapping table (use wt_links instead), ↵ | fisharebest | 1 | -3/+3 | |
| update wt_media table (to add columns we need to search on). | |||||
| 2012-03-05 | Use the SQL query cache for the A-Z counts on the individual list. | fisharebest | 1 | -6/+6 | |
| 2011-11-14 | Fix: list of surnames on indi-list ignoring the "include married names" ↵ | fisharebest | 1 | -0/+3 | |
| option. We need the where clause on both the inner and outer SQL statements | |||||
| 2011-10-31 | Fix: not applying collation rules to surname searches | fisharebest | 1 | -2/+2 | |
| 2011-10-31 | Fix: need to quote initial letters in name queries - they may contain quotes. | fisharebest | 1 | -1/+1 | |
| 2011-10-25 | #881369 - Individual listing | fisharebest | 1 | -1/+1 | |
| 2011-10-23 | #880404 - Hebrew Indi- & Fam-list top letters | fisharebest | 1 | -3/+3 | |
| 2011-09-14 | Performance - it is faster to extract the sex from the gedcom record than it ↵ | fisharebest | 1 | -1/+1 | |
| is to fetch the i_sex column from the database | |||||
| 2011-09-10 | #822603 - Death flag set wrongly | fisharebest | 1 | -1/+1 | |
| 2011-07-21 | #796581 - "_" in surname breaks indilist | fisharebest | 1 | -1/+1 | |
| 2011-06-15 | Fix: surname lists not taking account of collation rules | fisharebest | 1 | -1/+1 | |
| 2011-05-25 | #787958 - Individual list - no surname / surname beginning with space | fisharebest | 1 | -5/+14 | |
| 2011-05-23 | When a person has some visible names and also some private names, the INDI ↵ | fisharebest | 1 | -8/+12 | |
| list was listing the person under their private name. | |||||
| 2011-05-12 | I18N: add support for the translation of numbers. For example, 12345.67. ↵ | fisharebest | 1 | -7/+6 | |
| In English, this is "12,345.67". In French, this is "12 345.67" and in German, this is "12,345.67" | |||||
| 2011-04-27 | Fix: famlist.php, when filtering for unknown surnames, the given-initial ↵ | fisharebest | 1 | -11/+0 | |
| filter is ignored. | |||||
| 2011-04-26 | Fix: highlighting wrong initial letter on indilist page, for languages with ↵ | fisharebest | 1 | -0/+49 | |
| multi-letter initials. | |||||
| 2011-04-24 | Polish "A-Z" list includes letters that do not occur at the starts of words. | Łukasz Wilenski | 1 | -1/+1 | |
| 2011-04-06 | SQL error in admin.php changes summary | fisharebest | 1 | -0/+226 | |
| 2011-03-31 | Individual/family lists: Do not show @N.N. in the page title. Sort ↵ | fisharebest | 1 | -2/+2 | |
| unknown/missing after other letters. | |||||
| 2011-03-28 | Fix: Hebrew "A-Z" list includes letters that do not occur at the starts of ↵ | fisharebest | 1 | -1/+1 | |
| words. | |||||
