History log of /web-master/fetch/events.php (Results 1 – 20 of 20)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 3f5dc40d 01-Apr-2021 Nikita Popov

Use db_query_safe() in more places

Replace most of the raw mysql_query() calls.


# 48cb59d3 30-Jan-2021 Rasmus Lerdorf

A bit of PHP 7.4/8.0 cleanup


# 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 `[]`.


# cc651c06 21-Jan-2012 Philip

Sometimes these are POSTed to


# bff15edb 21-Jan-2012 Rasmus Lerdorf

Kill warning


# de13a7ba 20-Jan-2012 Ferenc Kovacs

s/$token/$_GET[token]/g fixing up the $token references in fetch/* to work without register_globals


# 2eb652d7 20-Jan-2012 Rasmus Lerdorf

Fix events


# f4c9780e 31-Jul-2011 Hannes Magnusson

enable the token


# 5c10f560 30-Jul-2011 Hannes Magnusson

Fix sql injection by Wolegequ.


Revision tags: BEFORE_CONTENT_LAYOUT_SEP, BEFORE_SOC06, PHPGCOVWEB_1_0, RELEASE_1_0_4
# 8bb7d990 06-Aug-2004 Wez Furlong

Rename php3 -> phpmasterdb


# c6a22c21 06-Sep-2003 James Cox

's/pconnect/connect/g'


# 9d18d90c 01-Jun-2003 Rasmus Lerdorf

Re-order the events based on their category within each month


# a6c073ce 01-Jun-2003 Rasmus Lerdorf

Export the category as well


# d2f60ff5 03-May-2003 Gabor Hojtsy

There were some vars ($re, $a) and some functions
not used in this file. Try to consolidate the whole
stuff by removing what we are not using...


# a0b7f00a 03-May-2003 Gabor Hojtsy

Reformatting code to be closer to PEAR guidelines
(and to readablity)

Also modify the CVS outputting code to output the
country code instead of the country name which
simplifies

Reformatting code to be closer to PEAR guidelines
(and to readablity)

Also modify the CVS outputting code to output the
country code instead of the country name which
simplifies the SQL query too. I have not found any
code in phpweb using the country information, but
now we need the country code to let the user see
events in his country highlighted

show more ...


# 6847b0e5 21-Apr-2002 jim winstead

go ahead and use persistent connections


# 0c7ad395 06-Mar-2002 jim winstead

include country in events.csv instead of old events.php link (ew)


# 912e9785 26-Sep-2001 Rasmus Lerdorf

base64 encode the long description


# 955bda39 26-Sep-2001 Rasmus Lerdorf

Seperate calendar stuff completely from mysql


# dcf14fca 21-Sep-2001 jim winstead

code for fetching events, mirror list, and user-notes