#
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.
|
#
bd65392a |
| 13-Dec-2012 |
Sherif Ramadan |
Fixing quotes in votes div.
|
#
04d9585c |
| 13-Dec-2012 |
Sherif Ramadan |
Forgot the spaces in the concatenated query strings.
|
#
f14e2fc1 |
| 13-Dec-2012 |
Sherif Ramadan |
Added voting information from the new votes table in the database for viewing notes.
|
#
9cb5a207 |
| 05-Dec-2012 |
Daniel P. Brown |
Remove a few more references to www.php.net and replace them with php.net.
|
#
581ce940 |
| 24-Nov-2012 |
Sherif Ramadan |
Fixed XSS vulnerabilities in preview note action and added syntax highlighting for proper preview when editing a note.
|
#
3f4dfa42 |
| 22-Nov-2012 |
Sherif Ramadan |
Fixing typo in function name.
|
#
7c1d2a20 |
| 22-Nov-2012 |
Sherif Ramadan |
Fixed edit user notes - replaced old addslashes functions with mysql_real_escape functions instead.
|
#
bc5cc4d1 |
| 10-May-2012 |
Daniel P. Brown |
Final clean-up. Stupid typo during testing elsewhere had me all kinds of FUBAR. Should finally fix all user note b0rking during editing.
|
#
aee9c2bf |
| 10-May-2012 |
Daniel P. Brown |
Convert all stripslashes() to use master function strip().
|
#
ed1c23b8 |
| 10-May-2012 |
Daniel P. Brown |
And now fix the textarea editor display, and that should do it.
|
#
ebb20343 |
| 10-May-2012 |
Daniel P. Brown |
Forgot to decode, too, due to the filtration.
|
#
f2a6fb89 |
| 10-May-2012 |
Daniel P. Brown |
Fix the user note editor on master, which completely obliterates the notes (and has for a few months).
|
#
6c625d09 |
| 07-Feb-2012 |
Rasmus Lerdorf |
Cleanup
|
#
aaea42a2 |
| 22-Jan-2012 |
Rasmus Lerdorf |
Remove transitional master2 name
|