aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New version 1.7.2 hard coded.1.7.2plegall2008-07-243-6/+6
| | | | | | | | Stable release required modifications: don't show version and generation time in footer, don't check the upgrade feed, don't die on sql errors. git-svn-id: http://piwigo.org/svn/tags/release-1_7_2@2459 68402e56-0260-453c-a942-63ccdbb3a9ee
* Create release 1.7.2 from branch 1.7 r2457plegall2008-07-240-0/+0
| | | | git-svn-id: http://piwigo.org/svn/tags/release-1_7_2@2458 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
* merge revisions 2205 and 2206 from trunk to branch-1_7rvelices2008-02-132-0/+29
| | | | | | | feature 803: Implement keyboard navigation (left/right arrows) on the picture page fix: non-image elements without representative and without mime type icon default to thumbnail if possible git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2207 68402e56-0260-453c-a942-63ccdbb3a9ee
* - small correction (the prefetch of nezt image was not correct on non image ↵rvelices2008-01-311-1/+1
| | | | | | pages generating 404 errors) git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2203 68402e56-0260-453c-a942-63ccdbb3a9ee
* Replace old use of $lang by l10n function.rub2008-01-3023-177/+177
| | | | | | | Merge BSF 2200:2201 into branch-1_7 git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2202 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000794: Avoid to change create_listing_file.php on each versionrub2008-01-272-6/+29
| | | | | | | Resolved issue 0000795: In create_listing_file.php, it's not safe mode but set_time_limit is disabled git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2198 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug with no ref (and maybe 663): Currently if the "Search in subcategories" ↵vdigital2008-01-232-4/+16
| | | | | | | | | | | checkbox was unselected, all existing categories and elements were duplicated. Cause: Wrong comparison between fileserver directory list and already known files in tables. Resolution: keeping only the selected directory from the file server directory list in such cases, if that one is still allocated. git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2193 68402e56-0260-453c-a942-63ccdbb3a9ee
* Translation in English and correction of tag </ul>ddtddt2008-01-222-41/+36
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2191 68402e56-0260-453c-a942-63ccdbb3a9ee
* Locked bug: Search in sub-categories on synchronize screen has been hidden ↵vdigital2008-01-221-1/+5
| | | | | | | | | | | and replaced by a picture of a checked box. Currently if the real checkbox is unselected, it can duplicate all existing categories. A Warning message invites webmasters to contact us if they need this option. git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2190 68402e56-0260-453c-a942-63ccdbb3a9ee
* Place for create empty local files in install.phppatdenice2008-01-201-3/+3
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2188 68402e56-0260-453c-a942-63ccdbb3a9ee
* code's cleaning thank you rubddtddt2008-01-200-0/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2186 68402e56-0260-453c-a942-63ccdbb3a9ee