aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* code's cleaning you rubddtddt2008-01-201-8/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2185 68402e56-0260-453c-a942-63ccdbb3a9ee
* Correction of the bug 779.ddtddt2008-01-203-0/+112
| | | | | | | File history.hrml in French git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2183 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
* comit for the bug 782 and 783ddtddt2007-12-122-1/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2179 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000784: Mail notification disabled on register userrub2007-12-114-42/+44
| | | | 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
* French translation correctionrub2007-11-281-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2173 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
* Resolved issue 0000774: Statistics & plugin triggers => multi historyrub2007-11-012-130/+152
| | | | | | | First part git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2156 68402e56-0260-453c-a942-63ccdbb3a9ee
* - send status code 403 when attempt to enter a comment, but comments are ↵rvelices2007-10-292-6/+13
| | | | | | | | 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
* - update last_check from time to time even if no news, so that we don't ↵rvelices2007-10-231-8/+11
| | | | | | delete used feeds git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2151 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 765: Sort alphabetically the admin plugin menus and plugin listrvelices2007-10-192-4/+10
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2143 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000763: mail triggers:rub2007-10-164-39/+137
| | | | | | | | | | | | 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-165-10/+15
| | | | | | | | (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-085-629/+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-032-36/+44
| | | | | | | - 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-027-29/+47
| | | | | | | | 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
* 0000749: Add an option to add new elements to caddie when synchronize database.patdenice2007-10-015-1/+20
| | | | | | | Add a redirection on index.php after "add to caddie action" (like on picture.php) git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2113 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
* 0000421 : call a function to create empty local files during install and upgradepatdenice2007-09-213-0/+26
| | | | | | Avoid log errors git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2103 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
* 0000734: bug on tags editionpatdenice2007-09-191-17/+3
| | | | | | Useless functions removed git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2097 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix: quick search error if the query term contained " or 'rvelices2007-09-194-8/+45
| | | | | | | - 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
* 0000734: bug on tags editionpatdenice2007-09-181-3/+10
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2092 68402e56-0260-453c-a942-63ccdbb3a9ee
* urls used in http redirections must not be html escaped (eg. should use & ↵rvelices2007-09-123-26/+23
| | | | | | instead of &amp;) 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-253-4/+18
| | | | | | | | | 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
* Issue : 0000729: Distant Site on http://members.lycos.co.uk/laurent.duretz2007-08-111-5/+6
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2076 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000727: create_listing_file.php n'assigne pas la miniature aux ↵laurent.duretz2007-07-251-0/+1
| | | | | | fichiers non images git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2074 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
* added 2 events: get_categories_menu_sql_where and get_html_menu_category in ↵rvelices2007-07-192-9/+19
| | | | | | order to allow personalisation of the category menu git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2069 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000725: Check integrityrub2007-07-197-44/+517
| | | | | | | | | | Replace actual test (exif) by a new dynamic system of check integrity. Anomalies are listed with automatic correction if it's possible. Merge BSF 2064:2066 into branch-1_7 git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2067 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin language and help file correctionrvelices2007-07-124-15/+23
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2063 68402e56-0260-453c-a942-63ccdbb3a9ee
* 719 : Split purge history link into Purge summary and Purge details.rvelices2007-07-104-8/+20
| | | | | | - add a confirmation box when purging history git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2061 68402e56-0260-453c-a942-63ccdbb3a9ee
* Change headers with team emailrub2007-07-1014-33/+12
| | | | | | | Merge BSF 2058:2059 into branch-1_7 git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2060 68402e56-0260-453c-a942-63ccdbb3a9ee