History log of /web-master/manage/event.php (Results 1 – 25 of 57)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 81b302aa 01-Apr-2021 Nikita Popov

Finish migration to safe queries


# e69d94b2 01-Apr-2021 Nikita Popov

Fix event searchby logic

The !$searchby checks no longer did something meaningful after
switching to the Query object.


# 1a08ce75 01-Apr-2021 Nikita Popov

Migrate more code to safe query abstraction

Getting closer to done...


# 6135e250 01-Apr-2021 Nikita Popov

Move more queries to safe abstraction

Add a Query class to assemble queries by parts, and ?int placeholder
which is needed for LIMIT clauses.


# ed931f77 01-Apr-2021 Nikita Popov

Add safe(r) query abstraction

Add db_query_safe that accepts parameters separately. Use it in
some places.


# c8506579 31-Mar-2021 Nikita Popov

Remove get_magic_quotes_gpc() checks

master.php.net runs PHP 5.4, where magic quotes no longer exist.
Add a sanity check that they're really disable, and drop code
handling them. The

Remove get_magic_quotes_gpc() checks

master.php.net runs PHP 5.4, where magic quotes no longer exist.
Add a sanity check that they're really disable, and drop code
handling them. There was at least one use of escape() that wouldn't
do the right thing if this code was run with magic quotes.

show more ...


# 600780d7 30-Jan-2021 Rasmus Lerdorf

More PHP 8/Phan fixes


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


# f1ba778d 11-Jun-2014 kovacs.ferenc

escape the $action parameter


# 1b0dac3d 11-Jun-2014 kovacs.ferenc

escape the $search variable coming from $_REQUEST
magic_quote_gpc makes this not exploitable, but we should move away from that sooner or later


# 41e4d4af 11-Jun-2014 kovacs.ferenc

introduce a whitelist for the order param


# d3839097 11-Jun-2014 kovacs.ferenc

$user was renamed to $cuser in include/login.inc in c659097ec0d0a08327b80c1b32ac0797f35ba5dd


# f06875b3 30-Dec-2013 Hannes Magnusson

There are actually 5 cells here


# fbdc24ff 30-Dec-2013 Hannes Magnusson

Pretend this is the users table.
Added ordering asc/desc


# 859e608a 30-Dec-2013 Hannes Magnusson

Move function to include/fuctions.inc


# e107ae81 30-Dec-2013 Hannes Magnusson

Removed odd noop function


# 672d62c5 12-Dec-2013 Hannes Magnusson

Move searchbox from the page itself, into the header


# a3862bdd 12-Dec-2013 Hannes Magnusson

Fix include_path


# df7bdd31 16-May-2012 Daniel P. Brown

Actually, events can drop escaping on display entirely.


# 6b63fb53 16-May-2012 Daniel P. Brown

Don't need to escape in the forms.


# 1ed64922 16-May-2012 Daniel P. Brown

Missed a few.


# 72b128fa 16-May-2012 Daniel P. Brown

Fixing parts of the filtration for events, too.


# 74915e17 16-Feb-2012 Daniel P. Brown

Now we employ this here. Neat.


# c6814496 21-Jan-2012 Rasmus Lerdorf

Switch to default filtering


123