Commit Graph

17 Commits

Author SHA1 Message Date
Sobak 54328e85c2 Remove mirrors related code (in rather non-risky, not so intrusive way)
I tried to keep backwards compatibility where it seemed to make sense
(e.g. the API endpoint) or the script that might still be called
somehow. Hopefully I didn't break anything but if I did feel free
to point it at me and sorry in advance :/
2020-04-18 23:21:37 +02:00
Peter Kokot 0e511803a5 Refactor long array() syntax to short []
Since app is using PHP 5.4+ already, the longer `array()` syntax can be
refactored to shorter `[]`.
2018-12-10 03:26:03 +01:00
Rasmus Lerdorf dacd9cf83c bug 2012-01-20 19:58:39 -08:00
Rasmus Lerdorf c68144968c Switch to default filtering 2012-01-20 16:13:26 -08:00
Hannes Magnusson cca0dde4d2 typo 2010-08-17 18:48:00 +00:00
Hannes Magnusson 6714f79698 Enable hCalendar for frontpage events 2008-03-22 13:32:28 +00:00
Hannes Magnusson c221fbf24f Show upcoming events months from now in the calender but not int the "upcoming events" sections 2007-08-09 12:17:01 +00:00
Hannes Magnusson f6ff5a9a09 Prevent empty headers 2007-03-30 13:55:48 +00:00
Steph Fox de8128c52b The right-hand column on the php.net homepage is _all_ h4 now. 2007-02-20 05:24:10 +00:00
Hannes Magnusson 39107ed109 Don't keep more than one month in the same buffer
Simplify category ordering
2007-02-10 21:20:05 +00:00
Hannes Magnusson 28720f328b "buffer" each category so we can sort the output as we want
Move conference events to the top
2007-02-07 21:46:04 +00:00
Hannes Magnusson ef16561810 Fix links (the events are now listed on /conferences/, too) 2007-02-07 18:57:24 +00:00
Gabor Hojtsy b8414dbc5d fix bug of not opening a new category header when a month begins, but the category remains 2003-12-31 17:18:21 +00:00
Gabor Hojtsy 6f6cb31801 Ups, fix heredoc end string 2003-08-14 22:08:10 +00:00
Gabor Hojtsy 2ad93709f9 That varname should go out 2003-08-14 22:06:56 +00:00
Gabor Hojtsy 95ab2cc6a0 Fix csv filename var 2003-08-14 20:06:18 +00:00
Gabor Hojtsy 12104515a5 Pregenerate events listing into an include file, instead of generating
it per request. This runs the same time a new events listing is fecthed
to events.csv, so the listing will be as up-to-date as possible.
2003-08-14 11:13:34 +00:00