summaryrefslogtreecommitdiff
path: root/calendar.php
AgeCommit message (Collapse)AuthorFilesLines
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2018-01-06Use e() helper functionGreg Roach1-1/+1
2018-01-06Refactor: simpler url() function for recordsGreg Roach1-1/+1
2017-12-03Scrutinizer Auto-Fixes (#1525)Scrutinizer Auto-Fixer1-183/+183
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2017-11-03Code styleGreg Roach1-17/+16
2017-11-03CodeStyle - spacing/alignmentGreg Roach1-1/+1
2017-10-07Tidy AJAX loadingGreg Roach1-6/+17
2017-10-01Add class .wt-facts-table to replace various displays of facts and family ↵Greg Roach1-13/+13
members
2017-07-11Fix #1272 - URL parameter added after hashGreg Roach1-1/+1
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