aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Subversion admin: rename branch 1.5 to match new format1.5plegall2009-04-230-0/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/1.5@3250 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge from trunk r1471:1472 into branch 1.6 (bug 193:quote in tooltip with ie)chrisaga2006-07-151-1/+6
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1474 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 378 fixed: category_id can't be -1 because the field is an unsignedplegall2006-05-312-2/+5
| | | | | | | integer. git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1330 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 347 fixed: need add_session_id function for identification withoutplegall2006-04-261-2/+2
| | | | | | | | cookie (this correction can't be merge to current trunk because cookies are now mandatory). git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1279 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 278 fixed: calendar on date_available could not work becauseplegall2006-02-232-4/+7
| | | | | | | | | date_available has a datetime MySQL column format while date_creation has a date MySQL column format. We use DATE_FORMAT MySQL function to resolv this issue. git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1054 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 269 fixed: the icon HTML creation was bugged on recent PHP versionsplegall2006-02-131-3/+11
| | | | | | | because stricter on arguments of mktime function. git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1039 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 276 fixed: french word "du" was hardcoded on day stats. Replaced by aplegall2006-02-131-1/+1
| | | | | | | ":", just like for month stats. git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1037 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge trunk r1024:1025 into branch 1.5:nikrou2006-02-064-13/+13
| | | | | | | Languages corrections: bug 225, 237, 248, 257, 258 fixed git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1026 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 277 fixed: Caddie text is always in englishnikrou2006-01-281-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1016 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 268 fixed: display debug content correctlynikrou2006-01-213-5/+17
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1011 68402e56-0260-453c-a942-63ccdbb3a9ee
* Revert to revision 1002nikrou2006-01-1542-246/+348
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1005 68402e56-0260-453c-a942-63ccdbb3a9ee
* Improve security of sessions: nikrou2006-01-1542-348/+246
| | | | | | | - use only cookies to store session id on client side - use default php session system with database handler to store sessions on server side git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1003 68402e56-0260-453c-a942-63ccdbb3a9ee
* -bug 259 fixed: optimize parse_comment_content() including linksnikrou2006-01-091-7/+11
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1002 68402e56-0260-453c-a942-63ccdbb3a9ee
* not include .svn directory in the candidates directories for updatenikrou2006-01-091-0/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1001 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 260 fixed: var U_LOST_PASSWORD not definednikrou2006-01-061-0/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_5@999 68402e56-0260-453c-a942-63ccdbb3a9ee
* code simplificationnikrou2006-01-011-5/+5
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_5@997 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix bug 254: Quickconnect items are currently outside the sidebar with Opera ↵chrisaga2005-12-301-2/+18
| | | | | | 7.x till 8.51 git-svn-id: http://piwigo.org/svn/branches/branch-1_5@994 68402e56-0260-453c-a942-63ccdbb3a9ee
* Modification mineure: le sujet du mail doit être encodé car il peut ↵nikrou2005-12-291-1/+1
| | | | | | contenir des espaces. git-svn-id: http://piwigo.org/svn/branches/branch-1_5@993 68402e56-0260-453c-a942-63ccdbb3a9ee
* Correction du bug 238nikrou2005-12-291-1/+8
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_5@992 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 196 fixed : release creator shell script transforms every occurence ofplegall2005-12-271-1/+3
| | | | | | | | %PWGVERSION% into the release number being created. This occurence should not been transformed, so we use a little trick :-) git-svn-id: http://piwigo.org/svn/branches/branch-1_5@991 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 247 fixed : image_id GET parameter was not checked for sanity beforeplegall2005-12-251-0/+6
| | | | | | | usage in SQL queries. Now, image_id must be a numeric value. git-svn-id: http://piwigo.org/svn/branches/branch-1_5@989 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 246 fixed : GET parameter "search" is not completely checked beforeplegall2005-12-251-0/+6
| | | | | | | usage in SQL queries. Simple check : if a ";" if found, execution stops. git-svn-id: http://piwigo.org/svn/branches/branch-1_5@988 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 245 fixed : GET parameters "since", "sort_by", "sort_order",plegall2005-12-241-16/+65
| | | | | | | "items_number", and "cat" are now checked before being used in SQL queries. git-svn-id: http://piwigo.org/svn/branches/branch-1_5@987 68402e56-0260-453c-a942-63ccdbb3a9ee
* cosmetic : change page title form {PAGE_TITLE} to ↵chrisaga2005-12-121-1/+1
| | | | | | {GALLERY_TITLE}:{PAGE_TITLE} in template git-svn-id: http://piwigo.org/svn/branches/branch-1_5@984 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug fixed : #eee background color for blockquote comments hadplegall2005-12-091-0/+1
| | | | | | | | disappeared. Now comments are displayed with same colors in comments.php and picture.php git-svn-id: http://piwigo.org/svn/branches/branch-1_5@977 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug fixed: PHP warning when no categories in menu, because $level was notplegall2005-12-091-0/+1
| | | | | | | initialized in get_html_menu_category function. git-svn-id: http://piwigo.org/svn/branches/branch-1_5@975 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 209 fixed: upgrade script did not delete obsolete columns in usersplegall2005-12-063-0/+217
| | | | | | | | | table. users.password column was not updated by upgrade script. To fix this bug, a new upgrade script from 1.5.0 was added even if database model did not change, it's just about fixing upgraded database. git-svn-id: http://piwigo.org/svn/branches/branch-1_5@974 68402e56-0260-453c-a942-63ccdbb3a9ee
* dd feature 221 : Add a link to "lost password" in quick connect formchrisaga2005-12-034-22/+38
| | | | | | | | plus link to "register" and move quickconnect rules from default-layout.css to menubar.css git-svn-id: http://piwigo.org/svn/branches/branch-1_5@973 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 220 fixed: french grammatical corrections.plegall2005-12-031-2/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_5@968 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 224 fixed: if no categories to synchronize (no directory inplegall2005-12-031-1/+1
| | | | | | | | "galleries" directory), crash on information retrieval from pictures uploaded by users. git-svn-id: http://piwigo.org/svn/branches/branch-1_5@966 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 226 fixed : mixed class and id for "infos" and "errors" between tpl and csschrisaga2005-12-032-4/+4
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_5@964 68402e56-0260-453c-a942-63ccdbb3a9ee
* svn properties : ignore config_local.inc.phpchrisaga2005-12-031-1/+0
| | | | | | | plus delete useless include/.cvsignore git-svn-id: http://piwigo.org/svn/branches/branch-1_5@962 68402e56-0260-453c-a942-63ccdbb3a9ee
* - feature 195 added: Link to admin main page added in admin menu. This isplegall2005-11-252-0/+2
| | | | | | | not a merge from BSF. git-svn-id: http://piwigo.org/svn/branches/branch-1_5@957 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 219 fixed: displaying "all" in "global mode" doesn't display allplegall2005-11-251-1/+2
| | | | | | | pictures but only all pictures from current display to end. git-svn-id: http://piwigo.org/svn/branches/branch-1_5@955 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix bug 222 : comments page broken with IEchrisaga2005-11-242-17/+24
| | | | | | | | IE doesn't understand child selector nor min-height use floating design instead of positionning git-svn-id: http://piwigo.org/svn/branches/branch-1_5@951 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 216 fixed: a message about validation required is given when a userplegall2005-11-191-9/+14
| | | | | | | submits a comment git-svn-id: http://piwigo.org/svn/branches/branch-1_5@947 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 215 fixed: unvalidated user comments are not displayed on userplegall2005-11-191-2/+4
| | | | | | | comments common page anymore git-svn-id: http://piwigo.org/svn/branches/branch-1_5@946 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 212 fixed: during registration process, different password andplegall2005-11-191-8/+9
| | | | | | | password confirmation triggered no error. git-svn-id: http://piwigo.org/svn/branches/branch-1_5@945 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 199 fixed: hard coded URL in RSS feed instead of usingplegall2005-11-181-1/+1
| | | | | | | $conf['gallery_url'] git-svn-id: http://piwigo.org/svn/branches/branch-1_5@944 68402e56-0260-453c-a942-63ccdbb3a9ee
* - corrupted picture comes backplegall2005-11-181-0/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_5@943 68402e56-0260-453c-a942-63ccdbb3a9ee
* - delete a corrupted file, will be added back soonplegall2005-11-181-0/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_5@942 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug fixed: UL/LI tags were not correctly closed in category menu tree.plegall2005-11-181-15/+8
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_5@940 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 206 fixed: PNG thumbnails clipped with IEchrisaga2005-11-1727-95/+103
| | | | | | | | | | | | - added class="icon" to recent.png (functions_html.inc.php) - added class="button" to al png button images (*.tpl) - changed pngfix.js to only fix icon or button images template improvement: category prettier and simpler (a little bit) - got rid of one SPAN level - content.css more readable git-svn-id: http://piwigo.org/svn/branches/branch-1_5@939 68402e56-0260-453c-a942-63ccdbb3a9ee
* - merge trunc r933:934 into branch 1.5 (bug 207 fixed)plegall2005-11-161-0/+6
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_5@935 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 197 fixed : IE doesn't support multiple classchrisaga2005-11-132-8/+11
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_5@933 68402e56-0260-453c-a942-63ccdbb3a9ee
* - merge trunc r930:931 into branch 1.5 (bug 198 fixed)plegall2005-11-121-0/+10
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_5@932 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 180 fixed: (report from BSF) remote_site.tpl doesn't validate.plegall2005-11-085-8/+25
| | | | | | | | - translation bug fixed: (report from BSF) generate_file_listing.php doesn't exist, it's create_listing_file.php ! git-svn-id: http://piwigo.org/svn/branches/branch-1_5@929 68402e56-0260-453c-a942-63ccdbb3a9ee
* - Branch 1.5 creationplegall2005-11-082-2/+9
| | | | | | | | - modification: on a fix branch, version is not shown, neither generation time. git-svn-id: http://piwigo.org/svn/branches/branch-1_5@928 68402e56-0260-453c-a942-63ccdbb3a9ee
* This commit was manufactured by cvs2svn to create branch 'branch-1_5'.plegall2005-11-070-0/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_5@926 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 184 fixed: for the third time...plegall2005-11-072-1/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@925 68402e56-0260-453c-a942-63ccdbb3a9ee