aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 &) 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
* Rename trigger name loc_before_* by loc_begin_*rub2007-07-101-4/+4
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2057 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000718: Add method "concat_var_from_handle" in template classrub2007-07-091-14/+16
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2056 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000717: guest must be guestrub2007-07-074-0/+17
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2054 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix set_status_header for fastCGI installations that are strict in terms ↵rvelices2007-07-062-4/+15
| | | | | | of http protocol (1.0 or 1.1) git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2052 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000715: Best fix bad format of email with name contains ↵rub2007-07-021-2/+2
| | | | | | special character. git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2050 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000715: Fix bad format of email with name contains special ↵rub2007-07-021-1/+1
| | | | | | | | character. + Ignore all for plugins and theme directories git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2049 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge 2043 from trunk to branch-1_7rvelices2007-06-231-3/+11
| | | | | | quick search results improvement: elements with the same relevance are ordered using the global order_by git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2044 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000711: Add triggers and template block in order to add ↵rub2007-06-222-0/+18
| | | | | | | | | quickly new informations Merge BSF 2040:2041 into branch-1_7 git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2042 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000708: Error on synchronizationrub2007-06-213-13/+28
| | | | | | | | Resolved issue 0000709: Error with $conf['default_admin_layout'] Merge BSF 2037:2039 into branch-1_7 git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2040 68402e56-0260-453c-a942-63ccdbb3a9ee
* Enhancement for the plugin development:rub2007-06-132-1/+9
| | | | | | | o Add footer block o Add useful triggers on template object git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2035 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 0000705: Upload error with incomplete URL.vdigital2007-06-122-2/+5
| | | | | | + Broken link in Admin/intro.php git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2034 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000702: Code Injection with picture commentrub2007-06-074-4/+6
| | | | | | Merge BSF 2029:2030 into branch-1_7 git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2031 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved issue 0000693: guest & default users can to be deletedrub2007-05-253-10/+42
| | | | | | Merge BSF 2023:2024 into branch-1_7 git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2025 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug: Conformity issue, empty categories create errors. [Manual merge]vdigital2007-05-231-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2023 68402e56-0260-453c-a942-63ccdbb3a9ee
* - invalid html in page banner on admin page might interfere with actual pagervelices2007-05-181-2/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2020 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000691: Fix bad French translationsrub2007-05-171-2/+2
| | | | | | Merge BSF 2017:2018 into branch-1_7 git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2019 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge svn 2016 from trunk to branch-1_7rvelices2007-05-162-0/+47
| | | | | | admin multi view improvement: allow admins to change conf['show_queries'] and conf['debug_l10n'] for their session ... git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2017 68402e56-0260-453c-a942-63ccdbb3a9ee
* Replace some $lang by l10nrub2007-05-157-28/+20
| | | | | | Merge BSF 2013:2014 into branch-1_7 git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2015 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r 2012 from trunk to branch-1_7rvelices2007-05-151-1/+1
| | | | | | keyword search was not working comments.php git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2013 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000619: bad result of cookie_path() functionrub2007-05-141-1/+4
| | | | | | | | Manage gallery install on directly on root directory Apply modifications from BSF (2006) ;-) git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2011 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000619: bad result of cookie_path() functionrub2007-05-111-1/+15
| | | | | | | | After discussion with Radu of an other case, PATH_INFO is re-introduce with news conditions. Apply modifications from BSF (2006) ;-) git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2007 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000619: bad result of cookie_path() functionrub2007-05-081-20/+6
| | | | | | | | I removed source code with PATH_INFO because this code generates problem on some environment and because I don't understand this utility (next substr extracts good value) Manual merge BSF 2004-2004 into branch_1.7 git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2005 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 679 fixed: avoid involuntarily upgrading more than once. A check ofplegall2007-05-041-3/+8
| | | | | | | existing tables/columns was added to make sure the upgrade is not a refresh. git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1998 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r1996 from trunk to branch-1_7rvelices2007-05-021-1/+1
| | | | | | correct bug on one of my previous commits (flat for picture page) git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1997 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r1994 from trunk to branch-1_7rvelices2007-05-021-1/+1
| | | | | | check for is_adviser in plugin admin page git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1995 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000529:rub2007-04-291-2/+16
| | | | | | | | | | Enhance computing method of script_basename function. http://forum.phpwebgallery.net/viewtopic.php?pid=58258#p58258 Merge BSF 1988:1989 into branch-1_7 git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1990 68402e56-0260-453c-a942-63ccdbb3a9ee