aboutsummaryrefslogtreecommitdiffstats
path: root/comments.php (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-28- migrate many templates to smartyrvelices1-81/+32
2007-10-11- changed htmlentities to htmlspecialchars in comments.php (utf-8 issue)rvelices1-2/+2
2007-09-27- admin, comments and tags pages include page_header later in the code (as in...rvelices1-4/+2
2007-06-07Resolved issue 0000702: Code Injection with picture commentrub1-1/+1
2007-05-15keyword search was not working comments.phprvelices1-1/+1
2007-02-28feature 657: permalinks for categoriesrvelices1-7/+2
2007-02-27- refactoring page['category'] before 1.7 releaservelices1-3/+2
2007-02-22- user comments are not saved in the database with htmlspecialchars anymorervelices1-4/+0
2007-02-14- thumbnails creation for all local sites (not only site id 1)rvelices1-1/+1
2007-01-11plugins improvements: allow plugins to fail the installation/activationrvelices1-63/+31
2007-01-03Fixed: HTML vulnerability (Cross Site Scripting)rub1-2/+2
2006-12-21Feature Issue ID 0000601: Filter all public pages with only recent elementsrub1-21/+32
2006-12-10Undo 597: Unvalidated commentsvdigital1-9/+0
2006-12-090000597: Unvalidated comments are displayed on public sidevdigital1-0/+9
2006-11-22feature 440: send mail to admin when comment is enteredrvelices1-13/+15
2006-11-08- comments.php improvements:rvelices1-56/+69
2006-10-17comments.php: cleanup url (t=1 in the url for an unknown reason) and image rvelices1-3/+4
2006-08-14fix bug 518: anyone can delete or validate a commentnikrou1-2/+5
2006-03-22URL rewriting: capable of fully working with urls without ?rvelices1-5/+2
2006-03-21URL rewriting: fix some old links, calendar simplification and prepare code rvelices1-7/+15
2006-03-15new: cleaner URL. Instead of category.php?cat=search&search=123&start=42,plegall1-1/+1
2006-03-09Step 2 improvement issue 0000301:rub1-0/+5
2006-01-15Improve security of sessions: nikrou1-3/+3
2005-10-15- modification: localized labels in Administration>Pictures>Caddieplegall1-1/+1
2005-08-25- new : HTML BODY identifier to let CSS stylesheets manage specificplegall1-5/+4
2005-08-21- modification : adaptation of template variables and blocks in commentsplegall1-4/+6
2005-07-16- new feature : RSS notification feed. Feed generator is an external toolplegall1-0/+1
2005-06-21- comments page rewritten : comments are displayed one by one, with filtersplegall1-106/+319
2005-01-23- bug fixed : same comments displayed as many times as element categoriesplegall1-10/+7
2005-01-13- use template->parse instead of pparse. (exceptions for install.php andplegall1-1/+1
2005-01-07all headers adapted to new year 2005, happy new yearplegall1-1/+1
2004-12-12- in admin menu, status option for categories is not "permissions" butplegall1-1/+1
2004-11-18Unification of "Return to main page" entry in the language files.gweltas1-1/+2
2004-11-16- images.path column added to reduce database accessplegall1-4/+2
2004-11-06update headers to comply with GPLz0rglub1-4/+4
2004-10-30- function mysql_query replaced by pwg_query : the same with debuggingz0rglub1-5/+5
2004-10-23- refactoring of comments.phpz0rglub1-161/+155
2004-09-19- dispatch of configurationgweltas1-1/+1
2004-08-05- non picture files managementz0rglub1-14/+25
2004-05-20field comments.date becomes a datetime MySQL field type (instead of int)z0rglub1-20/+25
2004-03-20- Template migrationgweltas1-31/+89
2004-02-22Template migrationgweltas1-2/+2
2004-02-19Split of langage filesgweltas1-2/+2
2004-02-11header global refactoringz0rglub1-3/+3
2004-02-08Template migrationgweltas1-108/+78
2004-02-07Migration of common.php in the include directory to fit the new coding rulesgweltas1-18/+26
2004-02-02Merge of the 1.3.1 releasegweltas1-15/+19
2003-11-03define( CONSTANT, 'value' ) becomes define( "CONSTANT", 'value')z0rglub1-2/+2
2003-10-05Support of special syntax to underline, emphasis or italic words in usersz0rglub1-1/+19
2003-10-05Always displays last comments, not only when choosing a number of days (->z0rglub1-24/+21