aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* merge -c2459 from release 1.7.21.7.3plegall2008-10-162-5/+5
| | | | | | | | | | New version 1.7.3 hard coded. 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_3@2764 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
* - 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
* - remove functions_group.inc.php (empty for some years; avoid unnecessary ↵rvelices2008-07-242-31/+0
| | | | | | | | | 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
* Add triggers for category name (render_category_name).patdenice2008-07-123-4/+42
| | | | | | 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-121-34/+5
| | | | | | 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
* - 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
* - 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-011-7/+5
| | | | | | plugins such as type tags) git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2410 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge from trunk revision 2353.patdenice2008-05-201-1/+1
| | | | | | | | 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: 740 Language reviewvdigital2008-05-161-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2347 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-032-15/+50
| | | | | | | - 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
* - 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-253-23/+27
| | | | | | | - 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 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-183-43/+67
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2283 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
* 801: add trigger in register_user function.patdenice2008-03-011-1/+10
| | | | | | | 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-292-3/+11
| | | | | | | | | | 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
* 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
* merge revisions 2205 and 2206 from trunk to branch-1_7rvelices2008-02-131-0/+5
| | | | | | | 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
* Replace old use of $lang by l10n function.rub2008-01-307-48/+48
| | | | | | | 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 0000791: recent icon is wrong with winter timerub2008-01-141-23/+7
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2181 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000784: Mail notification disabled on register userrub2007-12-112-18/+41
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2177 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add second parameter for render_category_description to differentiate both ↵patdenice2007-11-293-4/+7
| | | | | | | | triggers in category_cats.inc.php and section_init.inc.php. Add render_page_banner trigger. git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2174 68402e56-0260-453c-a942-63ccdbb3a9ee
* Send comment notification only if comment is not validated and $conf is true.rub2007-11-201-2/+6
| | | | | | Merge BSF 2165:2166 into branch-1_7 git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2167 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix: in page_header.php U_HOME template var was overwriting the ones from ↵rvelices2007-11-012-26/+14
| | | | | | | | every page -> now it is always make_index_url fix: unvalidated comments use start end for RSS instead of end only (otherwise google reader creates a new item every time it downloads the feed) git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2158 68402e56-0260-453c-a942-63ccdbb3a9ee
* - send status code 403 when attempt to enter a comment, but comments are ↵rvelices2007-10-291-4/+8
| | | | | | | | disabled - added trigger wether we should increment hit count git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2154 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000763: mail triggers:rub2007-10-161-28/+94
| | | | | | | | | | | | Add triggers on mail part: o NBM o Group mail o process send mail + check groud_id null on group mail git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2139 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix plugin menu link broken with xamp (realpath behaves differently) ↵rvelices2007-10-161-1/+7
| | | | | | | | (merge from trunk to branch 1_7) - added some meta_robots (noindex and nofollow) on popuphelp, search_rules and search seaction (googlebot gets crazy) git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2137 68402e56-0260-453c-a942-63ccdbb3a9ee
* Commit 2128 was done with a latest version.rub2007-10-091-21/+51
| | | | | | Fix my mistake! git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2133 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix some little bugs on mail functionsrub2007-10-091-89/+59
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2128 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge revisions 2121, 2122 and 2123 from trunk to branch-1_7rvelices2007-10-083-113/+207
| | | | | | | | | - function str2url is compatible with utf-8 - removed some old code (useless) - remove str_translate_to_ascii7bits and lang_table_translate_ascii7bits - mail subject and address names can contain accentuated characters git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2125 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge rev 2119 from trunkrvelices2007-10-031-25/+29
| | | | | | | - bug 755: admin permalinks page - fix category field sort - web service functions: 1 fix and 3 optimizations git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2120 68402e56-0260-453c-a942-63ccdbb3a9ee
* - merge r 2117 from trunk (render_category_description and ↵rvelices2007-10-025-27/+45
| | | | | | | | render_category_literal_description events refactoring) - fix admin multiview plugin git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2118 68402e56-0260-453c-a942-63ccdbb3a9ee
* Change initialization of $filter in order to prevent of problem with some ↵rub2007-09-292-5/+1
| | | | | | | | | systems Merge BSF 2110:2111 into branch-1_7 git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2112 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved 0000580: Send mail by define smtp configurationrub2007-09-253-242/+430
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2105 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix very rare sql error (duplicate key) for ratingrvelices2007-09-201-10/+10
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2099 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix: quick search error if the query term contained " or 'rvelices2007-09-192-5/+42
| | | | | | | - optimized sql query in sync_users (called every time on admin page) - a lot faster when #user_cache_categories is big - added function Template->delete_block_vars (opposite of assign_block_vars) git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2094 68402e56-0260-453c-a942-63ccdbb3a9ee
* urls used in http redirections must not be html escaped (eg. should use & ↵rvelices2007-09-121-6/+7
| | | | | | instead of &) git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2088 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved 0000744: pwg_log: image_type is always nullrub2007-09-111-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2085 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved 0000738: Double port on urlrub2007-08-301-2/+6
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2082 68402e56-0260-453c-a942-63ccdbb3a9ee
* 0000735: Hits were displayed twice on Most visitedvdigital2007-08-271-1/+3
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2080 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved 0000728: Add description triggers for categories and elementsrub2007-08-251-2/+10
| | | | | | | | | Add: o render_category_description o render_category_literal_description o render_element_description git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2078 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved 0000726: script_basename returns bad resultrub2007-07-241-26/+25
| | | | | | | | | With specific server configuration, script_basename returns bad result. Merge BSF 2070:2071 into branch-1_7 git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2072 68402e56-0260-453c-a942-63ccdbb3a9ee