History log of /web-master/fetch/user-notes-rss.php (Results 1 – 10 of 10)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 81b302aa 01-Apr-2021 Nikita Popov

Finish migration to safe queries


# 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.


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


# 9cb5a207 05-Dec-2012 Daniel P. Brown

Remove a few more references to www.php.net and replace them with php.net.


# aaea42a2 22-Jan-2012 Rasmus Lerdorf

Remove transitional master2 name


# 42888ee6 20-Jan-2012 Rasmus Lerdorf

switch these to master2


# 91b2b579 23-Mar-2011 Hannes Magnusson

link to https


Revision tags: BEFORE_CONTENT_LAYOUT_SEP, BEFORE_SOC06
# 685fbf54 06-Jul-2006 Sean Coates

rearrange; un-ambiguate encoding


# 6a268f5c 06-Jul-2006 Sean Coates

fix about (was bugs) and encoding (data is stored in MySQL as Latin1)


# fe8569d6 06-Jul-2006 Sean Coates

add rss feed for notes; see code for usage