rvelices
d446a221cd
merge rev 2119 from trunk
...
- 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
2007-10-03 23:38:37 +00:00
rvelices
530e3e6974
- merge r 2117 from trunk (render_category_description and 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
2007-10-02 05:42:22 +00:00
patdenice
58977351dd
0000749: Add an option to add new elements to caddie when synchronize database.
...
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
2007-10-01 15:46:04 +00:00
rub
7948d1871d
Change initialization of $filter in order to prevent of problem with some 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
2007-09-29 22:38:49 +00:00
rub
f1f4e4386c
Resolved 0000580: Send mail by define smtp configuration
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2105 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-09-25 21:49:21 +00:00
patdenice
7a267ee7f0
0000421 : call a function to create empty local files during install and upgrade
...
Avoid log errors
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2103 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-09-21 09:12:45 +00:00
rvelices
94cd8b4fbb
- fix very rare sql error (duplicate key) for rating
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2099 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-09-20 01:00:16 +00:00
patdenice
fc19598a8e
0000734: bug on tags edition
...
Useless functions removed
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2097 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-09-19 06:47:41 +00:00
rvelices
bb07324f76
- fix: quick search error if the query term contained " or '
...
- 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
2007-09-19 03:06:16 +00:00
patdenice
b34b7c6b28
0000734: bug on tags edition
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2092 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-09-18 16:41:36 +00:00
rvelices
0a8cfa318a
urls used in http redirections must not be html escaped (eg. should use & instead of &)
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2088 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-09-12 03:52:16 +00:00
rub
160fdcf517
Resolved 0000744: pwg_log: image_type is always null
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2085 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-09-11 21:36:02 +00:00
rub
fad95e6522
Resolved 0000738: Double port on url
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2082 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-08-30 05:30:19 +00:00
vdigital
61f2646d4e
0000735: Hits were displayed twice on Most visited
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2080 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-08-27 18:28:42 +00:00
rub
9d91210e41
Resolved 0000728: Add description triggers for categories and elements
...
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
2007-08-25 23:08:02 +00:00
laurent.duretz
5e5dc77f9e
Issue : 0000729: Distant Site on http://members.lycos.co.uk/
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2076 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-08-11 11:20:14 +00:00
laurent.duretz
cd9e784e75
Issue 0000727: create_listing_file.php n'assigne pas la miniature aux fichiers non images
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2074 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-07-25 18:58:48 +00:00
rub
d958a19ed5
Resolved 0000726: script_basename returns bad result
...
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
2007-07-24 19:16:02 +00:00
rvelices
e78758a25c
added 2 events: get_categories_menu_sql_where and get_html_menu_category in 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
2007-07-19 23:39:43 +00:00
rub
027d0c8846
Resolved issue 0000725: Check integrity
...
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
2007-07-19 20:03:17 +00:00
rvelices
2221b4e4e6
admin language and help file correction
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2063 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-07-12 00:00:53 +00:00
rvelices
b21a954e29
719 : Split purge history link into Purge summary and Purge details.
...
- add a confirmation box when purging history
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2061 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-07-10 21:58:24 +00:00
rub
c83520ffe1
Change headers with team email
...
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
2007-07-10 05:35:56 +00:00
rub
6fb6cf516f
Rename trigger name loc_before_* by loc_begin_*
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2057 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-07-10 05:06:01 +00:00
rub
e7130ac18c
Resolved issue 0000718: Add method "concat_var_from_handle" in template class
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2056 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-07-09 22:13:12 +00:00
rub
28a8e83485
Resolved issue 0000717: guest must be guest
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2054 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-07-07 09:22:11 +00:00
rvelices
c281046fca
- fix set_status_header for fastCGI installations that are strict in terms 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
2007-07-06 01:04:50 +00:00
rub
3d6fc7d9ea
Resolved issue 0000715: Best fix bad format of email with name contains special character.
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2050 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-07-02 06:36:53 +00:00
rub
30532b2186
Resolved issue 0000715: Fix bad format of email with name contains special 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
2007-07-02 06:26:44 +00:00
rvelices
134c91774f
merge 2043 from trunk to branch-1_7
...
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
2007-06-23 19:42:56 +00:00
rub
94a89e8f10
Resolved issue 0000711: Add triggers and template block in order to add 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
2007-06-22 21:05:37 +00:00
rub
97703aa9de
Resolved issue 0000708: Error on synchronization
...
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
2007-06-21 21:00:09 +00:00
rub
58dc3aa595
Enhancement for the plugin development:
...
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
2007-06-13 05:14:54 +00:00
vdigital
106c39d7bd
Bug 0000705: Upload error with incomplete URL.
...
+ Broken link in Admin/intro.php
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2034 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-06-12 22:00:59 +00:00
rub
fcb3c824a0
Resolved issue 0000702: Code Injection with picture comment
...
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
2007-06-07 18:52:40 +00:00
rub
d949a38624
Resolved issue 0000693: guest & default users can to be deleted
...
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
2007-05-25 15:59:39 +00:00
vdigital
805205c8a5
Bug: Conformity issue, empty categories create errors. [Manual merge]
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2023 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-05-23 20:13:49 +00:00
rvelices
f45c97f663
- invalid html in page banner on admin page might interfere with actual page
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2020 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-05-18 23:34:54 +00:00
rub
e0bd45f7e3
Issue 0000691: Fix bad French translations
...
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
2007-05-17 22:10:23 +00:00
rvelices
9c856a2fd0
merge svn 2016 from trunk to branch-1_7
...
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
2007-05-16 05:10:12 +00:00
rub
35858a70a0
Replace some $lang by l10n
...
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
2007-05-15 20:26:56 +00:00
rvelices
b0e92b7df1
merge -r 2012 from trunk to branch-1_7
...
keyword search was not working comments.php
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@2013 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-05-15 03:41:02 +00:00
rub
13a7e043ac
Issue 0000619: bad result of cookie_path() function
...
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
2007-05-14 21:09:21 +00:00
rub
2f9084b5e9
Issue 0000619: bad result of cookie_path() function
...
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
2007-05-11 20:09:21 +00:00
rub
1e8220d083
Issue 0000619: bad result of cookie_path() function
...
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
2007-05-08 10:16:26 +00:00
plegall
f413decdd7
Bug 679 fixed: avoid involuntarily upgrading more than once. A check of
...
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
2007-05-04 21:54:23 +00:00
rvelices
ae6cd8f928
merge r1996 from trunk to branch-1_7
...
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
2007-05-02 23:08:45 +00:00
rvelices
db02ed0b14
merge r1994 from trunk to branch-1_7
...
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
2007-05-02 03:11:16 +00:00
rub
933749789c
Issue 0000529:
...
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
2007-04-29 15:54:31 +00:00
rub
8192a92ff4
Delete all history tables on maintenance page.
...
Merge BSF 1986:1987 into branch-1_7
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1988 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-04-27 22:26:30 +00:00