#
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 `[]`.
|
#
22b90f95 |
| 25-Dec-2012 |
Sherif Ramadan |
Fixed syntax error from last commit and updated the SQL for better sorting of top/bottom rated notes.
|
#
1deb32e9 |
| 25-Dec-2012 |
Sherif Ramadan |
Replaced the old SQL with a much more memory and time efficient single LEFT JOIN query and only fetching one row at a time.
|
#
4696f8e7 |
| 12-Dec-2012 |
Sherif Ramadan |
Typo, it's PDOStatement::execute() not PDOStatement::exucute(). I blame me. You can blame me too.
|
#
8b0a4d37 |
| 12-Dec-2012 |
Sherif Ramadan |
Added new user notes voting backend code. This will update the notes files on master with information from the database and provide the mirrors with an API to submit votes as well.
|
#
b70e521b |
| 24-Jan-2012 |
Rasmus Lerdorf |
quotes!
|
#
cc651c06 |
| 21-Jan-2012 |
Philip |
Sometimes these are POSTed to
|
#
de13a7ba |
| 20-Jan-2012 |
Ferenc Kovacs |
s/$token/$_GET[token]/g fixing up the $token references in fetch/* to work without register_globals
|
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'
|
#
337d6332 |
| 14-Jul-2003 |
Gabor Hojtsy |
Obfuscate email addresses right in the fetch process
|
#
9a505c39 |
| 03-Jun-2003 |
Andrew Lindeman |
implement bug #23991
|
#
d39efb0f |
| 19-May-2003 |
Andrew Lindeman |
Make notes not appear in the manual until someone approves them. This prevents questions/bug/other non-note material from appearing in the manual before it can be rejected/deleted. Make the
Make notes not appear in the manual until someone approves them. This prevents questions/bug/other non-note material from appearing in the manual before it can be rejected/deleted. Make them kind of kind the events system is right now...
show more ...
|
#
6847b0e5 |
| 21-Apr-2002 |
jim winstead |
go ahead and use persistent connections
|
#
93a0c650 |
| 21-Nov-2001 |
jim winstead |
get rid of some silly code, remove last of 'removed' stuff
|
#
5a016aec |
| 21-Nov-2001 |
jim winstead |
no longer using 'removed' column to mark deletion
|
#
dcf14fca |
| 21-Sep-2001 |
jim winstead |
code for fetching events, mirror list, and user-notes
|