#
f17c55f1 |
| 29-Jun-2020 |
Peter Cowburn |
use square brackets for string offset access
|
#
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 `[]`.
|
#
bce0f6fa |
| 07-Dec-2018 |
Peter Kokot |
Refactor each() function to foreach() The each() function has been deprecated since PHP 7.2 and shouldn't be used anymore: - http://php.net/manual/en/function.each.php
|
#
9cb5a207 |
| 05-Dec-2012 |
Daniel P. Brown |
Remove a few more references to www.php.net and replace them with php.net.
|
#
ac5894bf |
| 31-Dec-2008 |
Hannes Magnusson |
- No need to do some weird newyears checks now for the news files - Build the news items that the archive has, let phpweb control if it wants to display it or not
|
#
fb415ed6 |
| 07-Jun-2007 |
Hannes Magnusson |
New newssystem
|
#
424e1708 |
| 18-Feb-2007 |
Hannes Magnusson |
Add dc:subject into our feed #Usage <!-- SUBJECT: name -->
|
#
f9858a2a |
| 11-Feb-2007 |
Hannes Magnusson |
Oubs. copy&paste typo :]
|
#
b6991962 |
| 11-Feb-2007 |
Hannes Magnusson |
Fix "no more entrys" line
|
#
71642862 |
| 11-Feb-2007 |
Hannes Magnusson |
Link to the entry on php.net[/conferences]
|
#
ea2c4c52 |
| 08-Feb-2007 |
Hannes Magnusson |
Add RSS feed for php.net/conferences/
|
Revision tags: BEFORE_CONTENT_LAYOUT_SEP, BEFORE_SOC06, PHPGCOVWEB_1_0 |
|
#
576abb3c |
| 01-Mar-2006 |
Nuno Lopes |
fix the encoding stuff. do not run htmlspecialchars() on the text, as it should be already safe
|
#
1cc91c92 |
| 01-Mar-2006 |
Nuno Lopes |
make the scipt non dependent on a specific year.
|
Revision tags: RELEASE_1_0_4 |
|
#
9c6e46c4 |
| 14-Jun-2005 |
Mehdi Achour |
Not needed (c/p error)
|
#
ce764e74 |
| 14-Jun-2005 |
Mehdi Achour |
fix: don't parse commented items
|
#
e50c47ef |
| 14-Jun-2005 |
Mehdi Achour |
bump a year to make the parser ignore 2004 news
|
#
30bf0cbe |
| 27-Aug-2004 |
Derick Rethans |
- This was never supposed to be UTF-8, but normal iso-8859-1
|
#
cf242b06 |
| 15-Aug-2003 |
Gabor Hojtsy |
Proper end of news list detection and beautify output (trim leading and trailing space, and collapse spaces)
|
#
e504e5ec |
| 14-Aug-2003 |
Gabor Hojtsy |
Reflect change in the index file
|
#
8ef4835c |
| 08-Aug-2003 |
Gabor Hojtsy |
<hr /> is the news separator now
|
#
3757b997 |
| 06-Aug-2003 |
Gabor Hojtsy |
Dates are in spans now and not in font tags...
|
#
3aab4d58 |
| 06-Jan-2003 |
Gabor Hojtsy |
Commit fix sent by Tobias Schlitt (a bit modified)
|
#
3d9b96a7 |
| 05-Jan-2003 |
Gabor Hojtsy |
Next is supposed to be continue here...
|
#
d84eb9d4 |
| 04-Jan-2003 |
Gabor Hojtsy |
Adding date information to RSS feed
|
#
6d207c3f |
| 19-Nov-2002 |
Gabor Hojtsy |
Ups, I have comitted with code with debug parts. Commenting those out...
|