| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - migrate many templates to smarty | rvelices | 2008-02-28 | 1 | -81/+32 |
* | - changed htmlentities to htmlspecialchars in comments.php (utf-8 issue) | rvelices | 2007-10-11 | 1 | -2/+2 |
* | - admin, comments and tags pages include page_header later in the code (as in... | rvelices | 2007-09-27 | 1 | -4/+2 |
* | Resolved issue 0000702: Code Injection with picture comment | rub | 2007-06-07 | 1 | -1/+1 |
* | keyword search was not working comments.php | rvelices | 2007-05-15 | 1 | -1/+1 |
* | feature 657: permalinks for categories | rvelices | 2007-02-28 | 1 | -7/+2 |
* | - refactoring page['category'] before 1.7 release | rvelices | 2007-02-27 | 1 | -3/+2 |
* | - user comments are not saved in the database with htmlspecialchars anymore | rvelices | 2007-02-22 | 1 | -4/+0 |
* | - thumbnails creation for all local sites (not only site id 1) | rvelices | 2007-02-14 | 1 | -1/+1 |
* | plugins improvements: allow plugins to fail the installation/activation | rvelices | 2007-01-11 | 1 | -63/+31 |
* | Fixed: HTML vulnerability (Cross Site Scripting) | rub | 2007-01-03 | 1 | -2/+2 |
* | Feature Issue ID 0000601: Filter all public pages with only recent elements | rub | 2006-12-21 | 1 | -21/+32 |
* | Undo 597: Unvalidated comments | vdigital | 2006-12-10 | 1 | -9/+0 |
* | 0000597: Unvalidated comments are displayed on public side | vdigital | 2006-12-09 | 1 | -0/+9 |
* | feature 440: send mail to admin when comment is entered | rvelices | 2006-11-22 | 1 | -13/+15 |
* | - comments.php improvements: | rvelices | 2006-11-08 | 1 | -56/+69 |
* | comments.php: cleanup url (t=1 in the url for an unknown reason) and image | rvelices | 2006-10-17 | 1 | -3/+4 |
* | fix bug 518: anyone can delete or validate a comment | nikrou | 2006-08-14 | 1 | -2/+5 |
* | URL rewriting: capable of fully working with urls without ? | rvelices | 2006-03-22 | 1 | -5/+2 |
* | URL rewriting: fix some old links, calendar simplification and prepare code | rvelices | 2006-03-21 | 1 | -7/+15 |
* | new: cleaner URL. Instead of category.php?cat=search&search=123&start=42, | plegall | 2006-03-15 | 1 | -1/+1 |
* | Step 2 improvement issue 0000301: | rub | 2006-03-09 | 1 | -0/+5 |
* | Improve security of sessions: | nikrou | 2006-01-15 | 1 | -3/+3 |
* | - modification: localized labels in Administration>Pictures>Caddie | plegall | 2005-10-15 | 1 | -1/+1 |
* | - new : HTML BODY identifier to let CSS stylesheets manage specific | plegall | 2005-08-25 | 1 | -5/+4 |
* | - modification : adaptation of template variables and blocks in comments | plegall | 2005-08-21 | 1 | -4/+6 |
* | - new feature : RSS notification feed. Feed generator is an external tool | plegall | 2005-07-16 | 1 | -0/+1 |
* | - comments page rewritten : comments are displayed one by one, with filters | plegall | 2005-06-21 | 1 | -106/+319 |
* | - bug fixed : same comments displayed as many times as element categories | plegall | 2005-01-23 | 1 | -10/+7 |
* | - use template->parse instead of pparse. (exceptions for install.php and | plegall | 2005-01-13 | 1 | -1/+1 |
* | all headers adapted to new year 2005, happy new year | plegall | 2005-01-07 | 1 | -1/+1 |
* | - in admin menu, status option for categories is not "permissions" but | plegall | 2004-12-12 | 1 | -1/+1 |
* | Unification of "Return to main page" entry in the language files. | gweltas | 2004-11-18 | 1 | -1/+2 |
* | - images.path column added to reduce database access | plegall | 2004-11-16 | 1 | -4/+2 |
* | update headers to comply with GPL | z0rglub | 2004-11-06 | 1 | -4/+4 |
* | - function mysql_query replaced by pwg_query : the same with debugging | z0rglub | 2004-10-30 | 1 | -5/+5 |
* | - refactoring of comments.php | z0rglub | 2004-10-23 | 1 | -161/+155 |
* | - dispatch of configuration | gweltas | 2004-09-19 | 1 | -1/+1 |
* | - non picture files management | z0rglub | 2004-08-05 | 1 | -14/+25 |
* | field comments.date becomes a datetime MySQL field type (instead of int) | z0rglub | 2004-05-20 | 1 | -20/+25 |
* | - Template migration | gweltas | 2004-03-20 | 1 | -31/+89 |
* | Template migration | gweltas | 2004-02-22 | 1 | -2/+2 |
* | Split of langage files | gweltas | 2004-02-19 | 1 | -2/+2 |
* | header global refactoring | z0rglub | 2004-02-11 | 1 | -3/+3 |
* | Template migration | gweltas | 2004-02-08 | 1 | -108/+78 |
* | Migration of common.php in the include directory to fit the new coding rules | gweltas | 2004-02-07 | 1 | -18/+26 |
* | Merge of the 1.3.1 release | gweltas | 2004-02-02 | 1 | -15/+19 |
* | define( CONSTANT, 'value' ) becomes define( "CONSTANT", 'value') | z0rglub | 2003-11-03 | 1 | -2/+2 |
* | Support of special syntax to underline, emphasis or italic words in users | z0rglub | 2003-10-05 | 1 | -1/+19 |
* | Always displays last comments, not only when choosing a number of days (-> | z0rglub | 2003-10-05 | 1 | -24/+21 |