summaryrefslogtreecommitdiff
path: root/includes/classes
AgeCommit message (Expand)AuthorFilesLines
2010-04-25correct some statisticsŁukasz Wilenski1-84/+58
2010-04-25fix place chartsŁukasz Wilenski1-16/+13
2010-04-24New gedcom importer/uploader/loaderfisharebest1-1/+1
2010-04-24Add support for loading stream data into database BLOB columns (add fluent in...fisharebest1-0/+1
2010-04-24Add support for loading stream data into database BLOB columnsfisharebest1-0/+5
2010-04-23I18N: more relationship translationsŁukasz Wilenski1-2/+4
2010-04-22Remove references to old/unused modules, install.php and config_download.php ...fisharebest1-1/+1
2010-04-21I18NŁukasz Wilenski1-20/+7
2010-04-21Remove file-based logging.fisharebest1-6/+0
2010-04-20Remove Mutex class/table. Not necessary, now that we are storing changes and...fisharebest1-155/+0
2010-04-19(no commit message)fisharebest6-83/+51
2010-04-17Fix UTF8 issues on servers that specify ISO8859-1 as defaultfisharebest1-0/+1
2010-04-16revert changes commited by mistakeŁukasz Wilenski5-179/+16
2010-04-16(no commit message)Łukasz Wilenski5-16/+179
2010-04-16(no commit message)fisharebest4-9/+6
2010-04-15Remove some old PHP-based collation (we now use DB collation exclusively)fisharebest1-3/+0
2010-04-15Apply collation rules on indi/fam lists (surnames only - given names to follow)fisharebest1-0/+7
2010-04-14I18n: Abbreviated fact labels for birth/marriage/death on chart boxesfisharebest3-17/+6
2010-04-14I18N: male/female translationsŁukasz Wilenski1-1/+1
2010-04-14Make block initialisation consistentfisharebest1-1/+1
2010-04-12I18N: nephew/niece works in PolishŁukasz Wilenski1-6/+15
2010-04-12Fix coding typofisharebest1-1/+1
2010-04-12Consistent syntax for embedded variablesfisharebest1-4/+4
2010-04-11Rename pgv_module.php to module.phpVeit Olschinski1-4/+4
2010-04-11Bug #559757 (relationship charts)fisharebest1-69/+65
2010-04-07Fix: static functions need self:: instead of $this->fisharebest1-9/+9
2010-04-07I18N: need context-sensitive translations, not language-specific functionsfisharebest1-5/+0
2010-04-07I18N error on advanced search pagefisharebest1-3/+0
2010-04-06Start to refactor module code. Administration and initialisation. NOTE: cha...fisharebest2-338/+127
2010-04-05(no commit message)Veit Olschinski29-0/+26194