summaryrefslogtreecommitdiff
path: root/library/WT/Date.php
AgeCommit message (Collapse)AuthorFilesLines
2013-11-30Typos in msgctxt strings for relationships. Consistent use of punctuationGreg Roach1-2/+2
2013-11-01Tidy up trailing whitespaceGreg Roach1-1/+1
2013-08-09Remove empty subversion Id tagsGreg Roach1-2/+0
2013-08-06Update .PO files with new messagesGreg Roach1-1/+1
2013-07-22#1203239 - Handling of Old Style Gregorian Datesfisharebest1-3/+3
2013-06-30#1196157 - Typo in Date.phpfisharebest1-1/+1
2013-06-29#1196044 - Error with dates of French revolutionary calendarfisharebest1-1/+1
2013-06-01Performance - date text is normalised during import/entry. No need to do it ↵fisharebest1-48/+42
again when we parse the dates.
2013-06-01#911875 - (DATE_PHRASE) not suport in INDI datesfisharebest1-0/+3
2012-06-30Performance. PHP has no native function for integer division. floor($x/$y) ↵fisharebest1-1/+1
is very slow. (int)($x/$y) is measurably faster. We call this function many thousands of times, especially in date calculations.
2012-03-26Replace $WT_IMAGES array of images with CSS.fisharebest1-4/+2
2012-02-25fix bug that prevents the display of 'Age related to death year' chartŁukasz Wilenski1-1/+1
2012-02-11Use "self::" when referring to ourselffisharebest1-2/+2
2012-01-18Fix: PHP error in indi list when death date before birth datefisharebest1-1/+1
2012-01-14Remove debug codeNigel Osborne1-1/+0
2012-01-13#916132 - Advanced search Error : ERROR 8: Undefined index format_indi_tablefisharebest1-1/+2
2012-01-07Fix: I18N for ages conflicts with warning about negative agesfisharebest1-11/+43
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-1/+1
2011-11-22Translate numbersfisharebest1-3/+5
2011-06-02Rollback change from svn11687Veit Olschinski1-1/+1
2011-06-02Stricter month recognition (see ↵Veit Olschinski1-1/+1
http://webtrees.net/en/forums/9-request-for-new-feature/12317-allow-dates-with-or-condition )
2011-02-18Add support for the Persian/Iranian/Jalali calendar system. Thanks to Benygh.fisharebest1-13/+14
2011-01-01Refactoring class names and use autoloading.fisharebest1-11/+11
2011-01-01Refactoring class names and use autoloading.fisharebest1-0/+394