History log of /web-master/manage/user-notes.php (Results 26 – 50 of 153)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 87125949 30-Dec-2013 Hannes Magnusson

Fix currently-loggedin-user check


# e5b48d2b 16-Jul-2013 Sherif Ramadan

Adding Levi to allow_mass_change list.


# 07da9a04 26-Dec-2012 Sherif Ramadan

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


# c2b7b05b 25-Dec-2012 Sherif Ramadan

Fixed precision on percentage or rating for notes search.


# a1f89f36 25-Dec-2012 Sherif Ramadan

Fixed rating calculation in notes search view. Not all queries select the rate.


# 01525ef1 25-Dec-2012 Sherif Ramadan

To avoid confusion use a different column name for rating and fall back to manual calculation if it's not present.


# 22207d5f 25-Dec-2012 Sherif Ramadan

Fixed search SQL for lowest rated notes.
For lowest rated notes we want to sort ascendingly by rating and descendingly by down votes.


# f1325b9b 25-Dec-2012 Sherif Ramadan

Explicitly select columns in note table since rating gets overwritten.
Fix links in votes div.


# 22b90f95 25-Dec-2012 Sherif Ramadan

Fixed syntax error from last commit and updated the SQL for better sorting of top/bottom rated notes.


# 810fea59 22-Dec-2012 Sherif Ramadan

Reverting my last change. That was the wrong way to solve array input in $_POST with the filter. This will work correctly.


# bcedf9ad 22-Dec-2012 Sherif Ramadan

Remove debug from code.


# 6549aeb5 22-Dec-2012 Sherif Ramadan

Account for array values in post when reverting to unsafe_raw.


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


# ef32dfcb 17-Dec-2012 Sherif Ramadan

Added additional table for finding IPs with high number of votes (spam detection).


# c4a67cbf 16-Dec-2012 Sherif Ramadan

Added wildcard IP search to votes search feature.


# 91e2502e 15-Dec-2012 Sherif Ramadan

Reverting wrong fix for previous page exception. I forgot that the page starts from 0. This should work.


# 6a9b1139 15-Dec-2012 Sherif Ramadan

Previous needs an exception for the second page otherwise we can't go back from there.


# c83d342b 15-Dec-2012 Sherif Ramadan

Fix previous page in search results and correct redirect URL from delete votes action.


# d1173c76 15-Dec-2012 Sherif Ramadan

Fixed minor styling issues.


# 2f1bcdda 15-Dec-2012 Sherif Ramadan

Added search votes by note id option and improved some of the stats.


# aadd57ef 15-Dec-2012 Sherif Ramadan

Enhanced search and pagination functionality for votes information including search pagination.


# de4ed2a2 15-Dec-2012 Sherif Ramadan

Used the wrong timestamp in the votes search query.


# 63290154 15-Dec-2012 Sherif Ramadan

Adjusted search to use a LEFT JOIN.


# 86774530 15-Dec-2012 Sherif Ramadan

Fixed votes search and redirect and URL handling functionality.


# 2c15ab0c 15-Dec-2012 Sherif Ramadan

Added search for votes by IP feature.


1234567