aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* IE8 compatibility1.7ddtddt2009-05-061-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/1.7@3273 68402e56-0260-453c-a942-63ccdbb3a9ee
* Subversion admin: rename branch 1.7 to match new formatplegall2009-04-230-0/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/1.7@3253 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 899laurent.duretz2008-11-061-0/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2834 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -c2755 from branch 2.0 to branch 1.7plegall2008-10-162-5/+5
| | | | | | | - fix vulnerability http://www.milw0rm.com/exploits/6755 git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2762 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 894 : Missing slash at the end of URLlaurent.duretz2008-10-151-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2749 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix issue when picture_url_style = file (sql query like) rvelices2008-09-061-1/+3
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2504 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug 843: Author Info not saving when photos are uploadedrvelices2008-08-231-7/+7
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2486 68402e56-0260-453c-a942-63ccdbb3a9ee
* - security fix : when conf['question_mark_in_urls']=true , ↵rvelices2008-08-232-17/+26
| | | | | | | | $_SERVER['PATH_INFO'] was not sanitized against sql injection - mysql errors are now dumped using trigger_error instead of echo and die -> allow admins to see later on if someone tries funny stuff git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2483 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000842: Variable $user is erased on rating page rub2008-08-151-4/+4
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2474 68402e56-0260-453c-a942-63ccdbb3a9ee
* - bug fix: registered users could rate a picture several times from diffrent ↵rvelices2008-08-111-1/+1
| | | | | | ip adresses git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2470 68402e56-0260-453c-a942-63ccdbb3a9ee
* Subversion administration: in language files, now that release 1.7.2 exists,plegall2008-07-246-3/+14
| | | | | | | every language key new or modified will be for next release 1.7.3. git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2460 68402e56-0260-453c-a942-63ccdbb3a9ee
* - remove functions_group.inc.php (empty for some years; avoid unnecessary ↵rvelices2008-07-244-59/+25
| | | | | | | | | include_file) - thumbnails-fix-ie5-ie6.css merged into fix-ie5-ie6.css (avoid 2 IE6 css file requests) git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2457 68402e56-0260-453c-a942-63ccdbb3a9ee
* - merge r2451 from trunk: normalize behaviour of query search versus std ↵rvelices2008-07-233-230/+308
| | | | | | search (now both return items already sorted and permission checked); also more optimized sql queries (in some cases) git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2452 68402e56-0260-453c-a942-63ccdbb3a9ee
* lang correction + rating stars work better with safarirvelices2008-07-152-3/+3
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2436 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add triggers for category name (render_category_name).patdenice2008-07-124-5/+48
| | | | | | Add strip_tags for ALT attribute on category thumbnail. git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2432 68402e56-0260-453c-a942-63ccdbb3a9ee
* - merge -r2430 from trunk bug 600: Page not found after a strong rating ↵rvelices2008-07-122-38/+78
| | | | | | revise (and extended to most cases when the image is not in the requested section) git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2431 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 802 fixed: if GD library is not available, display an explicit error,plegall2008-07-091-0/+6
| | | | | | | even before trying to generated any thumbnail. git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2427 68402e56-0260-453c-a942-63ccdbb3a9ee
* - recent pics are sorted by date descending, and only then by conf['order_by']rvelices2008-07-051-0/+9
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2423 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 754 fixed for 1.7.2mathiasm2008-07-043-3/+12
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2422 68402e56-0260-453c-a942-63ccdbb3a9ee
* - tags improvement : pass to templates all fields in table #tags (handy for ↵rvelices2008-07-021-11/+14
| | | | | | plugins such as type tags) git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2414 68402e56-0260-453c-a942-63ccdbb3a9ee
* - tags improvement : pass to templates all fields in table #tags (handy for ↵rvelices2008-07-012-17/+18
| | | | | | plugins such as type tags) git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2410 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 817 (metadata display persistency) fixed for branch_1.7mathiasm2008-06-281-12/+21
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2406 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix display of menubar related tags in IE7rvelices2008-05-233-8/+7
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2355 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge from trunk revision 2353.patdenice2008-05-203-3/+4
| | | | | | | | 000819: "First" link was mapped with home navigation button Add trigger_event for menubar.php file in index.php Minor language correction. git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2354 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 703: Authorization system in Cat management works now with well ordered ↵vdigital2008-05-171-6/+21
| | | | | | lists git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2348 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug: 740 Language reviewvdigital2008-05-162-3/+3
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2347 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug: 314 French language reviewvdigital2008-05-161-7/+7
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2345 68402e56-0260-453c-a942-63ccdbb3a9ee
* - admin multi view plugin allows to view the gallery as any user (not only ↵rvelices2008-05-151-39/+76
| | | | | | guest/admin) git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2341 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000825: create_listing_file.php don't work with port server rub2008-05-141-1/+5
| | | | | | | Merge BSF 2336:2337 into branch-1_7 git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2338 68402e56-0260-453c-a942-63ccdbb3a9ee
* Admin waiting page was changed to upload, there are a lot time...rub2008-05-101-1/+1
| | | | | | | Merge BSF 2334:2335 into branch-1_7 git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2336 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r 2330 from trunkrvelices2008-05-041-1/+1
| | | | | | - fix issue when random representant was true git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2331 68402e56-0260-453c-a942-63ccdbb3a9ee
* just some optimizations (especially for large dbs)rvelices2008-05-033-18/+53
| | | | | | | - replace some REGEXP with LIKE in sql - optimized queries for the combination of large data sets with picture_url_style file git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2326 68402e56-0260-453c-a942-63ccdbb3a9ee
* French correctionrub2008-04-261-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2319 68402e56-0260-453c-a942-63ccdbb3a9ee
* - correct merge error of previous commitrvelices2008-04-251-4/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2311 68402e56-0260-453c-a942-63ccdbb3a9ee
* - merge r2308 and r2309 from trunk to branch-1_7rvelices2008-04-254-31/+57
| | | | | | | - minor mysql query optimizations - less mysql queries on the picture page (under some circumstances) git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2310 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r 2306 from trunk to branch-1_7rvelices2008-04-205-97/+58
| | | | | | - merged function ordering() with update_global_rank() and also optimized the queries git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2307 68402e56-0260-453c-a942-63ccdbb3a9ee
* - removed some unused codervelices2008-04-191-46/+20
| | | | | | | - mass_updates function does not need SELECT VERSION() - rewrote update_uppercats to avoid db update if no change git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2303 68402e56-0260-453c-a942-63ccdbb3a9ee
* - merge optimizitation of sql query (in section_init from trunk)rvelices2008-04-082-6/+4
| | | | | | - stricter check of url in parse_section_url git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2301 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000815: Email format standardizationrub2008-03-184-45/+69
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2283 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 814ddtddt2008-03-181-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2282 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000812: Format error with "$conf['enabled_format_email'] = ↵rub2008-03-171-5/+11
| | | | | | false;" git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2279 68402e56-0260-453c-a942-63ccdbb3a9ee
* Trigger correction in functions_user.inc.phppatdenice2008-03-091-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2271 68402e56-0260-453c-a942-63ccdbb3a9ee
* - security fix in profilervelices2008-03-081-12/+12
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2267 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000807: New slideshow featuresrub2008-03-061-0/+0
| | | | | | Change icons by stripy icons git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2258 68402e56-0260-453c-a942-63ccdbb3a9ee
* 801: add trigger in register_user function.patdenice2008-03-012-1/+13
| | | | | | | 805: add 2 triggers in profile.php. 769: correct get_email_address_as_display_text function. git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2236 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved bugs:patdenice2008-02-293-4/+12
| | | | | | | | | | 741 and 793: Added user does not appear in listing. 769: show email address in adviser mode when editing user profil. 800: get_absolute_root_url does not work with https protocol. git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2228 68402e56-0260-453c-a942-63ccdbb3a9ee
* little correctionsrub2008-02-272-4/+7
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2220 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix no translationrub2008-02-272-1/+1
| | | | | | set new slideshow icon git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2219 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000712: PWG-ERROR-VERSION on remote synchronizationrub2008-02-163-9/+83
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2212 68402e56-0260-453c-a942-63ccdbb3a9ee
* enhance keyboard navigation on picture page (first,last,thumbs)rvelices2008-02-151-16/+21
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2210 68402e56-0260-453c-a942-63ccdbb3a9ee