History log of /web-master/ (Results 276 – 300 of 1278)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f286ac4222-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 ...

ef32dfcb17-Dec-2012 Sherif Ramadan

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

c4a67cbf16-Dec-2012 Sherif Ramadan

Added wildcard IP search to votes search feature.

91e2502e15-Dec-2012 Sherif Ramadan

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

6a9b113915-Dec-2012 Sherif Ramadan

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

e1a89ec115-Dec-2012 Ferenc Kovacs

adding johannes to the list of people allowed to approve accounts,
so he can't use this as an excuse to not approve pecl account requests:
http://www.mail-archive.com/pecl-dev@lists.php.net/m

adding johannes to the list of people allowed to approve accounts,
so he can't use this as an excuse to not approve pecl account requests:
http://www.mail-archive.com/pecl-dev@lists.php.net/msg00225.html :P

show more ...

c83d342b15-Dec-2012 Sherif Ramadan

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

d1173c7615-Dec-2012 Sherif Ramadan

Fixed minor styling issues.

2f1bcdda15-Dec-2012 Sherif Ramadan

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

aadd57ef15-Dec-2012 Sherif Ramadan

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

de4ed2a215-Dec-2012 Sherif Ramadan

Used the wrong timestamp in the votes search query.

6329015415-Dec-2012 Sherif Ramadan

Adjusted search to use a LEFT JOIN.

8677453015-Dec-2012 Sherif Ramadan

Fixed votes search and redirect and URL handling functionality.

2c15ab0c15-Dec-2012 Sherif Ramadan

Added search for votes by IP feature.

7c173c8c15-Dec-2012 Sherif Ramadan

Added new features to view most recent votes and optionally delete specific votes from the votes table, plus a couple of other minor improvements.

995d07d215-Dec-2012 Sherif Ramadan

Fixed white-space/indentation issues (tabs vs. spaces, bracket alignment, etc...) and some minor adjustments for readability.
The code was getting very hard to read with so many levels of nested

Fixed white-space/indentation issues (tabs vs. spaces, bracket alignment, etc...) and some minor adjustments for readability.
The code was getting very hard to read with so many levels of nested brackets and some tab vs. space issues with alignment.
I tried to make sure spaces are used consistently throughout with indentation set at a fixed 2 spaces per-block.

show more ...

00fe833015-Dec-2012 Sherif Ramadan

Fixed issue with deleting user notes not working. The SQL needed to be adjusted from an inner join to a left join otherwise both tables had to have a record for the delete to go through.

603c838a14-Dec-2012 Sherif Ramadan

That was still wrong. Needed to adjust the confirmation messages and post variables checked during confirm.

274dcb1f14-Dec-2012 Sherif Ramadan

Forgot to send the output during confirmation request.

321bdc0c14-Dec-2012 Sherif Ramadan

Added user check for reseting votes access and fixed a typo.

5b6959bd14-Dec-2012 Sherif Ramadan

Added new options to reset votes on user notes plus a few other minor tweaks.

ab8c0d7713-Dec-2012 Sherif Ramadan

Need to use LEFT JOIN on last/first 10 notes view since there could be no voting information available.

889a45f613-Dec-2012 Sherif Ramadan

Got the links for top/bottom rated notes backwards. Fixing order of the query.

d701848313-Dec-2012 Sherif Ramadan

Added new stats information for voting on the front page.

209cc60413-Dec-2012 Sherif Ramadan

Added voting information to search results and created new views for highest/lowest voted notes.

1...<<11121314151617181920>>...52