#
2cfa8af3 |
| 22-Jul-2001 |
Rasmus Lerdorf |
Add upcoming events to the right sidebar. A bit of an experiment here. I have mirror sites fetching a CSV from www.php.net once every 6 hours. As far as I can tell this should work just fine
Add upcoming events to the right sidebar. A bit of an experiment here. I have mirror sites fetching a CSV from www.php.net once every 6 hours. As far as I can tell this should work just fine, but let's keep an eye on this concept and see if it actually does. The code is written such that if for some reason a mirror can't get or can't save the CSV, it still works but just doesn't show the upcoming events.
show more ...
|
#
69e52a62 |
| 14-Jul-2001 |
Gabor Hojtsy |
Whitespace at the top, whitespace at the bottom
|
#
1718c3a3 |
| 13-Jul-2001 |
Rasmus Lerdorf |
Uh, bad logic there
|
#
eb288331 |
| 13-Jul-2001 |
Jacques Marneweck |
* The "approved by" gets set to the person's cvs username that approved the event, previously was hardcoded to rasmus. --jm
|
#
d8163d1b |
| 13-Jul-2001 |
Jacques Marneweck |
* Redirect to the primary site if the mirror the page is being viewed on is not the primary site. --jm
|
#
3ae79557 |
| 12-Jul-2001 |
Rasmus Lerdorf |
Show event URL
|
#
fc07af2b |
| 12-Jul-2001 |
Rasmus Lerdorf |
Oops, we already have a built-in way to not enclose the page content in a table
|
#
9a335092 |
| 12-Jul-2001 |
Rasmus Lerdorf |
I'd like to have the full width available for this thing...
|
#
81bc6b20 |
| 12-Jul-2001 |
Rasmus Lerdorf |
Missing ;
|
#
5c1b333a |
| 12-Jul-2001 |
Rasmus Lerdorf |
Hey, stop screwing up my calendar! ;)
|
#
7c5c6619 |
| 12-Jul-2001 |
Rasmus Lerdorf |
Use ini_get() instead of get_cfg_var()
|
#
2923d6db |
| 12-Jul-2001 |
Gabor Hojtsy |
All our php.net pages are using the longer XML compatible start tag (to be short_open_tag off compatible for XML focused mirrors, etc.)
|
#
7782e7ac |
| 12-Jul-2001 |
Gabor Hojtsy |
PHP is printed by commonHeader()
|
#
4a06d62b |
| 12-Jul-2001 |
Gabor Hojtsy |
Adding some mousse around this (make it look like as a php.net page)
|
#
16a907a1 |
| 11-Jul-2001 |
Rasmus Lerdorf |
Handle stripslashes() correctly
|
#
0ec74a76 |
| 11-Jul-2001 |
Rasmus Lerdorf |
Fix some details
|
#
f8670c1f |
| 11-Jul-2001 |
Rasmus Lerdorf |
Oops, forgot reject code
|
#
59a5a8ef |
| 11-Jul-2001 |
Rasmus Lerdorf |
Add cvs auth checking
|
#
8d1e7323 |
| 11-Jul-2001 |
Rasmus Lerdorf |
Add initial calendar app - still need to add cvs-based authentication to approval code
|