#
54328e85 |
| 18-Apr-2020 |
Sobak |
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 m
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 :/
show more ...
|
#
0e511803 |
| 10-Dec-2018 |
Peter Kokot |
Refactor long array() syntax to short [] Since app is using PHP 5.4+ already, the longer `array()` syntax can be refactored to shorter `[]`.
|
#
dacd9cf8 |
| 21-Jan-2012 |
Rasmus Lerdorf |
bug
|
#
c6814496 |
| 21-Jan-2012 |
Rasmus Lerdorf |
Switch to default filtering
|
#
cca0dde4 |
| 17-Aug-2010 |
Hannes Magnusson |
typo
|
#
6714f796 |
| 22-Mar-2008 |
Hannes Magnusson |
Enable hCalendar for frontpage events
|
#
c221fbf2 |
| 09-Aug-2007 |
Hannes Magnusson |
Show upcoming events months from now in the calender but not int the "upcoming events" sections
|
#
f6ff5a9a |
| 30-Mar-2007 |
Hannes Magnusson |
Prevent empty headers
|
#
de8128c5 |
| 20-Feb-2007 |
Steph Fox |
The right-hand column on the php.net homepage is _all_ h4 now.
|
#
39107ed1 |
| 10-Feb-2007 |
Hannes Magnusson |
Don't keep more than one month in the same buffer Simplify category ordering
|
#
28720f32 |
| 07-Feb-2007 |
Hannes Magnusson |
"buffer" each category so we can sort the output as we want Move conference events to the top
|
#
ef165618 |
| 07-Feb-2007 |
Hannes Magnusson |
Fix links (the events are now listed on /conferences/, too)
|
Revision tags: BEFORE_CONTENT_LAYOUT_SEP, BEFORE_SOC06, PHPGCOVWEB_1_0, RELEASE_1_0_4 |
|
#
b8414dbc |
| 31-Dec-2003 |
Gabor Hojtsy |
fix bug of not opening a new category header when a month begins, but the category remains
|
#
6f6cb318 |
| 14-Aug-2003 |
Gabor Hojtsy |
Ups, fix heredoc end string
|
#
2ad93709 |
| 14-Aug-2003 |
Gabor Hojtsy |
That varname should go out
|
#
95ab2cc6 |
| 14-Aug-2003 |
Gabor Hojtsy |
Fix csv filename var
|
#
12104515 |
| 14-Aug-2003 |
Gabor Hojtsy |
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-d
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.
show more ...
|