summaryrefslogtreecommitdiff
path: root/calendar.php
AgeCommit message (Collapse)AuthorFilesLines
2017-06-17jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windowsGreg Roach1-265/+271
2017-05-07Do not try to format date if not in valid range (#1242)Jonathan Jaubart1-1/+1
When using French calendar as an alternative calendar, calculation of months before the beginning of the calendar creation result in negative months, which causes an exception when trying to format it. A similar logic exist in Date::display.
2017-03-222017Greg Roach1-1/+1
2017-01-04Calendar - cannot select all eventsGreg Roach1-1/+1
2016-12-25Code style - single quotesGreg Roach1-1/+1
2016-12-23Code style - short array syntaxGreg Roach1-8/+8
2016-09-17Fix #1100 - consistent page title styleGreg Roach1-9/+1
2016-06-18Tweak English textGreg Roach1-3/+3
2016-05-07Improve English textsGreg Roach1-3/+3
2016-02-21Case mismatchGreg Roach1-1/+1
2016-01-30Update copyright yearGreg Roach1-1/+1
2016-01-20Default events for calendarGreg Roach1-1/+1
2016-01-17Misuse of  Greg Roach1-2/+0
2016-01-17Two spaces have no effect in HTMLGreg Roach1-6/+5
2016-01-04Code styleGreg Roach1-265/+219
2015-12-31Calendar page - wrong parts of headers shown on print viewGreg Roach1-21/+24
2015-07-12Code styleGreg Roach1-2/+2
2015-06-08PHPDocGreg Roach1-2/+1
2015-06-05Refactor includes/functions into classesGreg Roach1-4/+6
2015-05-31PSR-4Greg Roach1-0/+8
2015-05-30Code styleGreg Roach1-5/+5
2015-04-07Use calendar object, not calendar stringGreg Roach1-1/+1
2015-04-07Added defaultCalendar functionDavid Drury1-14/+1
2015-04-03Refactor static function from CalendarDateGreg Roach1-8/+1
2015-04-03Do not expose Locale classes from I18NGreg Roach1-3/+3
2015-03-30Take start-of-week from locale dataGreg Roach1-7/+13
2015-03-09Missing parameterGreg Roach1-2/+2
2015-03-09Use Tree object instead of ID/nameGreg Roach1-3/+3
2015-03-02PSR-1Greg Roach1-13/+13
2015-03-02PSR-1Greg Roach1-6/+6
2015-02-09PHP strict errorsGreg Roach1-2/+2
2015-02-05GlobalsGreg Roach1-0/+1
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
2015-02-04PHPDoc for globalsGreg Roach1-0/+9
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-106/+97
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
Escape username, to remove restriction on allowed characters.
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