History log of /web-master/entry/user-notes-vote.php (Results 1 – 8 of 8)
Revision Date Author Comments
# 9cfe978d 01-Apr-2021 Nikita Popov

Remove magic_quotes filter handling

The magic quotes filter is now disabled.


# 54328e85 18-Apr-2020 Sobak

Remove mirrors related code (in rather non-risky, not so intrusive way)

I tried to keep backwards compatibility where it seemed to make sense
(e.g. the API endpoint) or the script that m

Remove mirrors related code (in rather non-risky, not so intrusive way)

I tried to keep backwards compatibility where it seemed to make sense
(e.g. the API endpoint) or the script that might still be called
somehow. Hopefully I didn't break anything but if I did feel free
to point it at me and sorry in advance :/

show more ...


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


# 07da9a04 26-Dec-2012 Sherif Ramadan

Clean up GPC handling and move everything to undo_magic_quotes function for portability.


# e0f6118a 25-Dec-2012 Sherif Ramadan

Fixed wrong variable initialization bug.


# f286ac42 22-Dec-2012 Sherif Ramadan

This fixes the magic_quotes problem my code posed.

I was unaware that fter filter.default should have been set to 'magic_quotes' all along. My code was written under the assumption that

This fixes the magic_quotes problem my code posed.

I was unaware that fter filter.default should have been set to 'magic_quotes' all along. My code was written under the assumption that
'unsafe_raw' was used instead. This patch simply fixes that regression. No other code should be affected.

show more ...


# 66cab007 12-Dec-2012 Sherif Ramadan

Had to loosen up IP validation as some mirrors are returning IPs we can't validate properly.


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