source: trunk/comments.php

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @25018   10 years mistic100 remove all array_push (50% slower than []) + some changes missing for …
(edit) @25005   10 years mistic100 feature 2978: remove useless sprintf in the core
(edit) @22142   11 years plg merge r22141 from branch 2.5 to trunk bug 2887 fixed: avoid private …
(edit) @20609   11 years rvelices replaced page_messages.php with a function to call
(edit) @19703   11 years plg update Piwigo headers to 2013 (the end of the world didn't occur as …
(edit) @19303   11 years plg feature 2798: let the webmaster decide how many comments to display on …
(edit) @18995   11 years mistic100 feature:2786 Allow to edit website url in user comments + improve …
(edit) @18164   12 years mistic100 feature 2754: Add "Email" field for user comments + mandatory "Author"
(edit) @18063   12 years mistic100 feature 2747: Add triggers on all main pages
(edit) @17351   12 years mistic100 feature 2380: add URL for user comment
(edit) @15924   12 years mistic100 on comment_list add link to exit from comment edition
(edit) @15578   12 years mistic100 feature:2538 little rework of messages system, now can be used on …
(edit) @13865   12 years rvelices - comment edit form looks ok now with the new comment layout - removed …
(edit) @12930   12 years rvelices feature 2548 multisize - comments thumbnails + no more hard coded …
(edit) @12922   12 years mistic100 update Piwigo headers to 2012, last change before the expected (or …
(edit) @12887   12 years mistic100 feature:2549 Allow to disable comments for everybody
(edit) @12796   12 years rvelices feature 2541 multisize - core implementation + usage on most …
(edit) @12765   12 years mistic100 bug:2539 we can't edit the same comment twice without change page
(edit) @11261   13 years mistic100 bug:2328 wrong variable given
(edit) @11236   13 years mistic100 transmit comment ID to template on comments and picture_comment
(edit) @10824   13 years mistic100 restore HOME links, change parameter name for remove menu on certain page
(edit) @10812   13 years mistic100 merge spread_menus to the core
(edit) @9679   13 years flop25 bug:2221
(edit) @8728   13 years plg Happy new year 2011 Change "Piwigo - a PHP based picture gallery" …
(edit) @8711   13 years rvelices feature 2102 : rename item/image/picture to photo (public side)
(edit) @7495   13 years rvelices feature 1915: add protection on user registration against robots
(edit) @7488   13 years plg merge r7487 from branch 2.1 to trunk bug 1973 fixed: aboid SQL syntax …
(edit) @6910   14 years plg merge r6909 from branch 2.1 to trunk bug 1850 fixed: strong check of …
(edit) @6601   14 years nikrou Bug 1735 fixed : amend commit 6596 Need to add permissions filter to …
(edit) @6596   14 years nikrou Bug 1735 fixed : Comment page is not PostgreSQL compatible Fixed by …
(edit) @6363   14 years plg remove all svn:mergeinfo properties
(edit) @6348   14 years plg merge r6347 from branch 2.1 to trunk bug 1672: replace the language …
(edit) @6340   14 years plg merge r6338 from branch 2.1 to trunk bug 1694 fixed: COMPUTED Exif …
(edit) @6322   14 years plg merge r6321 from branch 2.1 to trunk bug 1682: r6312 was producing a …
(edit) @6316   14 years plg merge r6313 from branch 2.1 to trunk bug 1685 fixed: typo on …
(edit) @6315   14 years plg merge r6312 from branch 2.1 to trunk bug 1684 fixed: the test to …
(edit) @6314   14 years plg merge r6311 from branch 2.1 to trunk bug 1683 fixed: as soon as an …
(edit) @5199   14 years rvelices fix bug (a comment could be displayed several times in the comments liat)
(edit) @5196   14 years plg increase copyright year to 2010
(edit) @5195   14 years plg bug 1328: backport the pwg_token on trunk bug 1329: backport the …
(edit) @5014   14 years plg merge r5013 from branch 2.0 to trunk feature 1448 added: ability to …
(edit) @5002   14 years plg merge r5001 from branch 2.0 to trunk bug 1469 fixed: I should have …
(edit) @4966   14 years plg merge r4965 from branch 2.0 to trunk bug 1047 fixed: avoid warnings …
(edit) @4385   14 years nikrou Feature_1255 : - single quotes in queries - start using $confdblayer
(edit) @4367   14 years nikrou Feature 1255: modification in sql queries - manage random function …
(edit) @4334   14 years nikrou Feature 1255 : limit params in sql queries were in wrong order (LIMIT …
(edit) @4331   14 years nikrou Feature 1255 : improve sql Replace in queries LIMIT N,M by LIMIT N OFFSET M
(edit) @4325   14 years nikrou Feature 1244 resolved Replace all mysql functions in core code by ones …
(edit) @4182   14 years nikrou bug 1220 : fix regression in display when search by author or by …
(edit) @4139   14 years nikrou bug 1220 : fix XSS vulnerability. filter on since parameter …
(edit) @3600   15 years rvelices - fix php warning from comment_list.tpl - author name is saved always …
(edit) @3520   15 years vdigital merge r3519 from branch 2.0 to trunk Minor: prevent for non numeric …
(edit) @3487   15 years rvelices - remove unnecessary addslashes in comments.cpp - in template use …
(edit) @3452   15 years nikrou Fix two problem with Feature 1026 : use of …
(edit) @3450   15 years nikrou Feature 1026 step 2 : add author_id column so that guest cannot modify …
(edit) @3445   15 years nikrou Feature 1026 : Modify / delete comments for users + update config …
(edit) @3405   15 years nikrou remove duplicate retrieved field
(edit) @3282   15 years plg change: according to topic:15067, svn:keywords property was removed
(edit) @3172   15 years patdenice Create navigation_bar.tpl file. Move create_navigation_bar function …
(edit) @3122   15 years rvelices - removed second parameter $type from function format_date
(edit) @3049   15 years plg Administration: happy new year 2009, all PHP headers updated.
(edit) @2757   15 years rvelices merge 2755 and 2756 from branch 2.0 to trunk - 2755 fix vulnerability …
(edit) @2299   16 years plg Bug fixed: as rvelices notified me by email, my header replacement …
(edit) @2297   16 years plg Modification: new header on PHP files, PhpWebGallery renamed Piwigo.
(edit) @2268   16 years rvelices - security fix (profile) - les langues a la hache - fix some …
(edit) @2223   16 years rvelices - migrate many templates to smarty
(edit) @2134   16 years rvelices - changed htmlentities to htmlspecialchars in comments.php (utf-8 …
(edit) @2107   17 years rvelices - admin, comments and tags pages include page_header later in the code …
(edit) @2030   17 years rub Resolved issue 0000702: Code Injection with picture comment
(edit) @2012   17 years rvelices keyword search was not working comments.php
(edit) @1900   17 years rub Apply property svn:eol-style Value: LF
(edit) @1866   17 years rvelices feature 657: permalinks for categories
(edit) @1861   17 years rvelices - refactoring pagecategory before 1.7 release pagecategory is …
(edit) @1849   17 years rvelices - user comments are not saved in the database with htmlspecialchars …
(edit) @1814   17 years rvelices - thumbnails creation for all local sites (not only site id 1) - urls …
(edit) @1716   17 years rvelices plugins improvements: allow plugins to fail the …
(edit) @1696   17 years rub Fixed: HTML vulnerability (Cross Site Scripting)
(edit) @1677   17 years rub Feature Issue ID 0000601: Filter all public pages with only recent …
(edit) @1647   17 years vdigital Undo 597: Unvalidated comments
(edit) @1646   17 years vdigital 0000597: Unvalidated comments are displayed on public side Just add a …
(edit) @1617   17 years rvelices feature 440: send mail to admin when comment is entered
(edit) @1598   17 years rvelices - comments.php improvements: - unvalidated comments are shown only …
(edit) @1563   17 years rvelices comments.php: cleanup url (t=1 in the url for an unknown reason) and …
(edit) @1536   18 years nikrou fix bug 518: anyone can delete or validate a comment comment_id must …
(edit) @1092   18 years rvelices URL rewriting: capable of fully working with urls without ? URL …
(edit) @1090   18 years rvelices URL rewriting: fix some old links, calendar simplification and prepare …
(edit) @1082   18 years plg new: cleaner URL. Instead of …
(edit) @1072   18 years rub Step 2 improvement issue 0000301: o Add and use Functions Check of …
(edit) @1004   18 years nikrou Improve security of sessions: - use only cookies to store session id …
(edit) @889   18 years plg - modification: localized labels in Administration>Pictures>Caddie - …
(edit) @850   19 years plg - new : HTML BODY identifier to let CSS stylesheets manage specific …
(edit) @848   19 years plg - modification : adaptation of template variables and blocks in …
(edit) @801   19 years plg - new feature : RSS notification feed. Feed generator is an external …
(edit) @796   19 years plg - comments page rewritten : comments are displayed one by one, with …
(edit) @721   19 years plg - bug fixed : same comments displayed as many times as element categories
(edit) @688   19 years plg - use template->parse instead of pparse. (exceptions for install.php …
(edit) @675   19 years plg all headers adapted to new year 2005, happy new year
(edit) @642   19 years plg - in admin menu, status option for categories is not "permissions" but …
(edit) @607   19 years gweltas Unification of "Return to main page" entry in the language files.
(edit) @606   19 years plg - images.path column added to reduce database access - function …
Note: See TracRevisionLog for help on using the revision log.