summaryrefslogtreecommitdiff
path: root/calendar.php
AgeCommit message (Expand)AuthorFilesLines
2015-01-20MonthGreg Roach1-1/+1
2015-01-19Corrupt URLs in calendar.php.Greg Roach1-14/+14
2015-01-19Minor whitespace changesGreg Roach1-1/+1
2015-01-19Tidy up calendar codeGreg Roach1-90/+89
2015-01-19HTML5Greg Roach1-36/+36
2015-01-18Default constructors do not need parenthesesGreg Roach1-1/+1
2014-12-05PHPDocGreg Roach1-127/+192
2014-11-08PHPDocGreg Roach1-1/+1
2014-11-04Use Auth class instead of constants - will allow better masquerade function. ...Greg Roach1-1/+3
2014-10-31#1384017 - Adar on non-leap years should be month 6, not 7Greg Roach1-34/+52
2014-10-24Do not use functions in loop conditionsGreg Roach1-5/+6
2014-10-16More PSR-1 code styleGreg Roach1-5/+5
2014-10-14Invalid parameters in calls to WT_Date::Display()Greg Roach1-1/+1
2014-10-12Fix: anniversary dates shown in day of wrong calendarGreg Roach1-4/+7
2014-10-09Fix: #1379482 - Monthly Calender Day not set box has vanishedGreg Roach1-1/+1
2014-10-06Whitespace changes to reduce merge conflicts with the assets branchGreg Roach1-1/+1
2014-10-05Fix: #1377127 - Dates without a year in the monthly calendarGreg Roach1-10/+10
2014-09-21Cannot calculate days in month for dates with no yearGreg Roach1-1/+1
2014-09-13Update function namesGreg Roach1-1/+1
2014-09-13Code style - PSR-1 names for methodsGreg Roach1-23/+23
2014-09-13Typo in class nameGreg Roach1-8/+1
2014-09-13Refactor dates and calendars. These are two different types of entity.Greg Roach1-3/+30
2014-04-05Fix: using the result of void functionsGreg Roach1-15/+15
2014-04-04Add terminating semicolon to CSS declarationsGreg Roach1-5/+5
2014-01-04Update copyright date to 2014Greg Roach1-1/+1
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho1-1/+1
2013-11-01Tidy up trailing whitespaceGreg Roach1-2/+2
2013-09-21Update language files. Tidy up some capitalisation in en_US.Greg Roach1-1/+1
2013-09-19Add custom facts as well as custom eventsGreg Roach1-1/+1
2013-09-03#1214183 - "On This Day" is a Day OffGreg Roach1-2/+2
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-8/+8
2013-08-24Update non-typographic quotation marksGreg Roach1-17/+17
2013-08-21Tidy redundant codeGreg Roach1-1/+1
2013-08-19Use record/fact objects for anniversariesGreg Roach1-60/+61
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2013-07-22#1203239 - Handling of Old Style Gregorian Datesfisharebest1-5/+12
2013-06-29(no commit message)fisharebest1-2/+2
2013-06-23Use PHP5.3 language features in gedcom-record classesfisharebest1-1/+1
2013-06-23Use PHP5.3 language features in date classes - gives performance gain of seve...fisharebest1-3/+3
2013-05-13#1162435 - Calendar by year range does not workfisharebest1-1/+1
2013-02-06Previously, AJAX pages loaded their own copies of JS libraries (to work aroun...fisharebest1-2/+2
2012-06-30Date classes - encapsulate the calendar type within the class (to allow for s...fisharebest1-5/+5
2012-06-30Performance. PHP has no native function for integer division. floor($x/$y) ...fisharebest1-2/+2
2012-06-04Fix wrong gender image for unknown.Nigel Osborne1-1/+1
2012-04-16calendar.php - filter inputsfisharebest1-18/+8
2012-04-02Use CSS for sex icons, instead of <img>fisharebest1-36/+35
2012-03-25Help text that includes the phrase "this is obvious" clearly needs removing!fisharebest1-5/+5
2012-03-24Replace $WT_IMAGES array of images with CSS.fisharebest1-12/+8
2012-01-31Add page ID to calendar.php, as most other pages.Nigel Osborne1-2/+2
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-20/+20