summaryrefslogtreecommitdiff
path: root/calendar.php
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-27Correct centering of table content - calendar.phpNigel Osborne1-3/+3
2011-11-19Remove classes .rtl and .lrt - these exist to correct the alignment when we a...fisharebest1-6/+6
2011-11-11Remove redundant/obsolete html attribute (border="0") as this is already set ...fisharebest1-2/+2
2011-11-05Major MVC refactoring. Every page now has a controller.fisharebest1-4/+4
2011-11-04Add spaces to fix HTML validation errorsfisharebest1-18/+18
2011-09-22Add HTML escapes and directional markup when we CREATE the names of objects, ...fisharebest1-1/+1
2011-07-11Always "require_once" functions_print_lists (not just "require"), because the...Larry Meaney1-1/+1
2011-07-05Validation error - duplicate CSS IDfisharebest1-2/+2
2011-07-05Fix: various validation errors in calendar.phpfisharebest1-2/+3
2011-06-11Lightbox module: stop loading config everywhere - just where it is used.fisharebest1-31/+25
2011-06-04I18N: combine similar translations (use ones with embedded variables)fisharebest1-3/+2
2011-04-16Some tidy upVeit Olschinski1-91/+86
2011-03-04Remove intermediate functionfisharebest1-13/+13
2011-03-02Jewish month names "Adar" and "Adar I" reversed. Also, do not show leap mont...fisharebest1-0/+4
2011-02-19Minor refactor: move calendar definitions to calendar filesfisharebest1-6/+6