aboutsummaryrefslogtreecommitdiffstats
path: root/comments.php (follow)
Commit message (Expand)AuthorAgeFilesLines
* - admin, comments and tags pages include page_header later in the code (as in...rvelices2007-09-271-4/+2
* Resolved issue 0000702: Code Injection with picture commentrub2007-06-071-1/+1
* keyword search was not working comments.phprvelices2007-05-151-1/+1
* feature 657: permalinks for categoriesrvelices2007-02-281-7/+2
* - refactoring page['category'] before 1.7 releaservelices2007-02-271-3/+2
* - user comments are not saved in the database with htmlspecialchars anymorervelices2007-02-221-4/+0
* - thumbnails creation for all local sites (not only site id 1)rvelices2007-02-141-1/+1
* plugins improvements: allow plugins to fail the installation/activationrvelices2007-01-111-63/+31
* Fixed: HTML vulnerability (Cross Site Scripting)rub2007-01-031-2/+2
* Feature Issue ID 0000601: Filter all public pages with only recent elementsrub2006-12-211-21/+32
* Undo 597: Unvalidated commentsvdigital2006-12-101-9/+0
* 0000597: Unvalidated comments are displayed on public sidevdigital2006-12-091-0/+9
* feature 440: send mail to admin when comment is enteredrvelices2006-11-221-13/+15
* - comments.php improvements:rvelices2006-11-081-56/+69
* comments.php: cleanup url (t=1 in the url for an unknown reason) and image rvelices2006-10-171-3/+4
* fix bug 518: anyone can delete or validate a commentnikrou2006-08-141-2/+5
* URL rewriting: capable of fully working with urls without ?rvelices2006-03-221-5/+2
* URL rewriting: fix some old links, calendar simplification and prepare code rvelices2006-03-211-7/+15
* new: cleaner URL. Instead of category.php?cat=search&search=123&start=42,plegall2006-03-151-1/+1
* Step 2 improvement issue 0000301:rub2006-03-091-0/+5
* Improve security of sessions: nikrou2006-01-151-3/+3
* - modification: localized labels in Administration>Pictures>Caddieplegall2005-10-151-1/+1
* - new : HTML BODY identifier to let CSS stylesheets manage specificplegall2005-08-251-5/+4
* - modification : adaptation of template variables and blocks in commentsplegall2005-08-211-4/+6
* - new feature : RSS notification feed. Feed generator is an external toolplegall2005-07-161-0/+1
* - comments page rewritten : comments are displayed one by one, with filtersplegall2005-06-211-106/+319
* - bug fixed : same comments displayed as many times as element categoriesplegall2005-01-231-10/+7
* - use template->parse instead of pparse. (exceptions for install.php andplegall2005-01-131-1/+1
* all headers adapted to new year 2005, happy new yearplegall2005-01-071-1/+1
* - in admin menu, status option for categories is not "permissions" butplegall2004-12-121-1/+1
* Unification of "Return to main page" entry in the language files.gweltas2004-11-181-1/+2
* - images.path column added to reduce database accessplegall2004-11-161-4/+2
* update headers to comply with GPLz0rglub2004-11-061-4/+4
* - function mysql_query replaced by pwg_query : the same with debuggingz0rglub2004-10-301-5/+5
* - refactoring of comments.phpz0rglub2004-10-231-161/+155
* - dispatch of configurationgweltas2004-09-191-1/+1
* - non picture files managementz0rglub2004-08-051-14/+25
* field comments.date becomes a datetime MySQL field type (instead of int)z0rglub2004-05-201-20/+25
* - Template migrationgweltas2004-03-201-31/+89
* Template migrationgweltas2004-02-221-2/+2
* Split of langage filesgweltas2004-02-191-2/+2
* header global refactoringz0rglub2004-02-111-3/+3
* Template migrationgweltas2004-02-081-108/+78
* Migration of common.php in the include directory to fit the new coding rulesgweltas2004-02-071-18/+26
* Merge of the 1.3.1 releasegweltas2004-02-021-15/+19
* define( CONSTANT, 'value' ) becomes define( "CONSTANT", 'value')z0rglub2003-11-031-2/+2
* Support of special syntax to underline, emphasis or italic words in usersz0rglub2003-10-051-1/+19
* Always displays last comments, not only when choosing a number of days (->z0rglub2003-10-051-24/+21
* Adding a page for non admin to see last users commentsz0rglub2003-10-041-0/+174