summaryrefslogtreecommitdiff
path: root/library/WT/Date
AgeCommit message (Expand)AuthorFilesLines
2013-06-24Variable name mis-match in calendar classesfisharebest3-21/+21
2013-06-23Use PHP5.3 language features in date classes - gives performance gain of seve...fisharebest8-255/+104
2013-06-01Performance - date text is normalised during import/entry. No need to do it ...fisharebest6-30/+25
2012-07-03Gregorian and Julian calendars using wrong calculation for negative leap-years.fisharebest2-6/+12
2012-06-30Date classes - encapsulate the calendar type within the class (to allow for s...fisharebest1-1/+1
2012-06-30Performance. PHP has no native function for integer division. floor($x/$y) ...fisharebest6-47/+45
2012-03-24Replace $WT_IMAGES array of images with CSS.fisharebest1-3/+1
2012-03-22Fix: undefined index error on individual list when birth/death dates overlap.fisharebest1-3/+3
2011-12-27Add I18N for years. Use CE/BCE notation for Julian dates, to easily distingu...fisharebest2-91/+29
2011-12-21#899734 - Hijri date conversion algorithmfisharebest1-4/+4
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-1/+1
2011-05-22Remove two configuration options. DISPLAY_JEWISH_GERESHAYIM was never actual...fisharebest1-1/+1
2011-03-02Jewish month names "Adar" and "Adar I" reversed. Also, do not show leap mont...fisharebest1-5/+4
2011-03-01Fix: Jewish years displayed wrongly (thanks, Meliza)fisharebest1-2/+2
2011-02-21Spelling: Persian month Ordibehest is really Ordibeheshtfisharebest1-12/+12
2011-02-19Spelling: Persian month Ordibehest is really Ordibeheshtfisharebest1-48/+48
2011-02-19fix typo (Persion->Persian)Ɓukasz Wilenski1-48/+48
2011-02-19Minor refactor: move calendar definitions to calendar filesfisharebest6-0/+32
2011-02-19Add translator commentsfisharebest1-48/+48
2011-02-19Use arabic characters for digits in dates on arabic/persian pages.fisharebest1-14/+81
2011-02-19Combine Hebrew/Jewish calendars into just Jewish. Hebrew formatting of numbe...fisharebest1-0/+95
2011-02-18Add support for the Persian/Iranian/Jalali calendar system. Thanks to Benygh.fisharebest4-265/+202
2011-02-17Replace global graphic image with per-theme graphic image (warning.gif)fisharebest1-1/+3
2011-01-13#702187 - Link to Calendar with Date Goes to Current Dayfisharebest1-1/+1
2011-01-01Refactoring class names and use autoloading.fisharebest5-237/+237
2011-01-01Refactoring class names and use autoloading.fisharebest9-0/+1622