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. |
e1a89ec1 | 15-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 ...
|
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. |
7c173c8c | 15-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. |
995d07d2 | 15-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 ...
|
00fe8330 | 15-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. |
603c838a | 14-Dec-2012 |
Sherif Ramadan |
That was still wrong. Needed to adjust the confirmation messages and post variables checked during confirm. |
274dcb1f | 14-Dec-2012 |
Sherif Ramadan |
Forgot to send the output during confirmation request. |
321bdc0c | 14-Dec-2012 |
Sherif Ramadan |
Added user check for reseting votes access and fixed a typo. |
5b6959bd | 14-Dec-2012 |
Sherif Ramadan |
Added new options to reset votes on user notes plus a few other minor tweaks. |
ab8c0d77 | 13-Dec-2012 |
Sherif Ramadan |
Need to use LEFT JOIN on last/first 10 notes view since there could be no voting information available. |
889a45f6 | 13-Dec-2012 |
Sherif Ramadan |
Got the links for top/bottom rated notes backwards. Fixing order of the query. |
d7018483 | 13-Dec-2012 |
Sherif Ramadan |
Added new stats information for voting on the front page. |
209cc604 | 13-Dec-2012 |
Sherif Ramadan |
Added voting information to search results and created new views for highest/lowest voted notes. |