aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* -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
* - improvement: use a "filter" form for adding user comments.plegall2005-11-073-14/+35
| | | | git-svn-id: http://piwigo.org/svn/trunk@924 68402e56-0260-453c-a942-63ccdbb3a9ee
* (not in ChangeLog)plegall2005-11-051-5/+5
| | | | | | | | - bug fixed: French translation wrong on "v�rouiller" which should be written "verrouiller" git-svn-id: http://piwigo.org/svn/trunk@923 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 186 fixed: useless template theme icons deleted. Remaining icons inplegall2005-11-0541-3/+8
| | | | | | | GIF converted to PNG. git-svn-id: http://piwigo.org/svn/trunk@922 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 185 fixed: errors in language items.plegall2005-10-317-33/+39
| | | | git-svn-id: http://piwigo.org/svn/trunk@921 68402e56-0260-453c-a942-63ccdbb3a9ee
* (not in ChangeLog)plegall2005-10-311-0/+1
| | | | | | | | - "text-align: center" comes back on ul.categoryActions because action buttons were not centered in admin/picture_modify or admin/cat_modify git-svn-id: http://piwigo.org/svn/trunk@920 68402e56-0260-453c-a942-63ccdbb3a9ee
* - modification: use "filter" class for quickconnect box (with some customplegall2005-10-316-34/+50
| | | | | | | | | modifications) - bug fixed: the total number of pictures had disappeared git-svn-id: http://piwigo.org/svn/trunk@919 68402e56-0260-453c-a942-63ccdbb3a9ee
* 2005-10-30 volcomvolcom2005-10-307-12/+137
| | | | | | | | * bug 190 fixed: issue in stats.tpl display * bug fixed: labels of monthly, daily graph fixed git-svn-id: http://piwigo.org/svn/trunk@918 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 177 fixed: for Safari (was fixed for Konqueror only)chrisaga2005-10-262-3/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@917 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 183 fixed: Warning when trying to associate an image with an alreadyplegall2005-10-252-11/+26
| | | | | | | | associated category. Just coded the TODO instructions I had let some time ago. git-svn-id: http://piwigo.org/svn/trunk@916 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 184 fixed: .png button left aligned in IEchrisaga2005-10-242-1/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@915 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 182 fixed: newly created user is not displayed in the user list.plegall2005-10-232-2/+11
| | | | git-svn-id: http://piwigo.org/svn/trunk@914 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug fixed: during file tree synchronization, warning on finding the nextplegall2005-10-232-1/+17
| | | | | | | rank of category which has no sub-categories yet. git-svn-id: http://piwigo.org/svn/trunk@913 68402e56-0260-453c-a942-63ccdbb3a9ee