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. |
4696f8e7 | 12-Dec-2012 |
Sherif Ramadan |
Typo, it's PDOStatement::execute() not PDOStatement::exucute(). I blame me. You can blame me too. |
affabf37 | 12-Dec-2012 |
Sherif Ramadan |
Fixed cron script to update voting information for user notes files. The voting information wasn't being added properly (was only following the full build path). |
3f150de6 | 12-Dec-2012 |
Sherif Ramadan |
Had to fix the cron script as it was discarding the vote information in the pipe. |
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. |
4c9cf5b3 | 12-Dec-2012 |
Sherif Ramadan |
Updated SQL schema for new votes table required for user notes voting features. |
9cb5a207 | 05-Dec-2012 |
Daniel P. Brown |
Remove a few more references to www.php.net and replace them with php.net. |
f1ad1ad5 | 26-Nov-2012 |
Peter Cowburn |
better cleaning for profile text |
2a6762d4 | 26-Nov-2012 |
Peter Cowburn |
Revert "detect if profiles are available" This reverts commit 746e183aa267a331e5969486e6148385c9bedc59. bjori came to the rescue by creating the table. |
746e183a | 26-Nov-2012 |
Peter Cowburn |
detect if profiles are available This is only a temporary (ha!) measure to prevent the ugly error from borking the page. |
812ffee1 | 25-Nov-2012 |
Peter Cowburn |
Merge branch 'salathe/people-profiles'
|
ebe049eb | 15-Nov-2012 |
Peter Cowburn |
add profile field for user |
501bfe5d | 15-Nov-2012 |
Peter Cowburn |
lets use php-markdown-extra |
581ce940 | 24-Nov-2012 |
Sherif Ramadan |
Fixed XSS vulnerabilities in preview note action and added syntax highlighting for proper preview when editing a note. |
532a6f02 | 23-Nov-2012 |
Sherif Ramadan |
Added myself to view phpinfo. |
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. |
3d00fb0b | 29-Oct-2012 |
Rasmus Lerdorf |
Test commit |
bb43cf8f | 14-Oct-2012 |
Johannes Schlüter |
Escape user data in event submission |
bcd16a13 | 12-Oct-2012 |
Daniel P. Brown |
Reverting to fix search; CC sponsorship info will have to be pulled another way. |
f3f00c50 | 10-Oct-2012 |
Daniel P. Brown |
Just realized that would only match on maximum-length IPv4s, not minimum or between. |
96092a7c | 10-Oct-2012 |
Daniel P. Brown |
Quick fix to only fetch recorded IPv4's, and to note that it will work for IPv4 and IPv4-mapped IPv6. |