plegall
1aaa0f6aa6
l10n cs_CZ: help for permissions, by webprostor hosting
...
git-svn-id: http://piwigo.org/svn/trunk@6065 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-04 13:48:49 +00:00
plegall
0ce0f28a23
bug 1063 fixed: avoid error when adding a tag in chinese or russian characters.
...
In any language where the str2url would return an empty string. The behavior
doesn't change for european characters.
rvelices warned me about the many issues we might encounter with copy/paste of
the URL and required url_encode/url_decode BUT after many tests (Linux with
Firefox 3.0/Google Chrome 5, MacOS 10.6 with Firefox/Safari, WindowsXP with
IE6/Firefox) I've found 0 problem, even with the most error prone mode
$conf['tag_url_style'] = 'tag'
git-svn-id: http://piwigo.org/svn/trunk@6060 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-03 23:31:42 +00:00
plegall
1f01b7f912
bug 1642 fixed: if no category exists, prevent from selecting an existing
...
category (before form submission).
git-svn-id: http://piwigo.org/svn/trunk@6057 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-03 21:24:34 +00:00
plegall
322d345077
bug 1641 fixed: Admin>Categories>Synchronize moved to Admin>Tools>Synchronize
...
(the same for the Site Manager). The big "Quick Synchro" button is kept on
administration homepage. A link to the Synchronize screen was added into
Admin>Photos>Add>FTP+Synchro screen.
git-svn-id: http://piwigo.org/svn/trunk@6056 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-03 20:13:03 +00:00
keeshessels
3be918de4d
A few nl_NL updates
...
git-svn-id: http://piwigo.org/svn/trunk@6055 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-03 18:05:59 +00:00
plegall
a3f7bac7a6
deactivate debug traces for advanced upload form
...
git-svn-id: http://piwigo.org/svn/trunk@6054 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-03 13:38:12 +00:00
plegall
43f0af547c
bug 1640 fixed: the plugin deactivation warning key was not correctly set in
...
all language files.
git-svn-id: http://piwigo.org/svn/trunk@6053 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-03 13:27:08 +00:00
plegall
0c8cebe044
bug 1639 fixed: the upload form now correctly uses the $conf['upload_dir']
...
parameter (web API already use it).
By default, the $conf['upload_dir'] is no longer dependent to PHPWG_ROOT_PATH
because it becomes a real mess when admin/include/uploadify.php (called
directly, not from an include) tries to perform an upload.
Improvement: make clearer how $conf['upload_dir'] can be set (relative to the
Piwigo installation directory + HTTP reachable)
git-svn-id: http://piwigo.org/svn/trunk@6052 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-03 12:49:26 +00:00
plegall
89384aa6b1
improvement: use the same code to check upload readiness in admin>photos>add
...
screen and in web API.
bug fixed: UploadForm partly takes into account the configurable upload
directory (must be propagated everywhere in the UploadForm process)
git-svn-id: http://piwigo.org/svn/trunk@6051 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-03 09:56:22 +00:00
plegall
2de8344c97
bug 1635 fixed: new API method pwg.images.checkUpload tells pLoader if Piwigo
...
is ready for upload (currently, it checks write access on the upload directory)
git-svn-id: http://piwigo.org/svn/trunk@6049 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-03 09:09:40 +00:00
plegall
e803366a57
bug 1638 fixed: the "admin>tools>maintenance>unlinked elements" features now
...
works if you have only virtual categories, this is what happens if you don't
use synchronization to add photos (if you use pLoader or UploadForm for
example).
git-svn-id: http://piwigo.org/svn/trunk@6048 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-02 22:06:39 +00:00
samli
5cdddc2b53
[trunk] update HU language
...
git-svn-id: http://piwigo.org/svn/trunk@6036 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-01 18:25:08 +00:00
nikrou
6ed3a3b5f0
Bug 1636 fixed : add radius for chrome. Simplify css tabsheet.
...
git-svn-id: http://piwigo.org/svn/trunk@6027 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-01 13:35:05 +00:00
plegall
10dac9de37
bug 1637: make the privacy level the same everywher, use "who can see this photo?"
...
instead of "minimum privacy level".
git-svn-id: http://piwigo.org/svn/trunk@6025 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-30 22:38:17 +00:00
samli
7e82d545d5
[trunk] update HU language
...
git-svn-id: http://piwigo.org/svn/trunk@6024 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-30 19:22:25 +00:00
plegall
777f53c115
feature 1518: help on privacy levels.
...
Warning, I've also added first sentence in the "Permissions on categories"
fieldset.
git-svn-id: http://piwigo.org/svn/trunk@6023 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-30 18:17:05 +00:00
riopwg
41641b904c
Update language IT
...
git-svn-id: http://piwigo.org/svn/trunk@6020 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-30 06:28:22 +00:00
keeshessels
4956e14670
Some nl_NL changes
...
git-svn-id: http://piwigo.org/svn/trunk@6018 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-30 00:10:13 +00:00
patdenice
5a44a6f532
- Fix tab display on IE
...
- Display missing screenshot on themes_new if screenshot is missing.
git-svn-id: http://piwigo.org/svn/trunk@6015 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-29 21:34:37 +00:00
patdenice
0a5b09601b
feature 1502: Add $themeconf['load_parent_local_head'] parameter
...
git-svn-id: http://piwigo.org/svn/trunk@6006 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-29 19:57:48 +00:00
patdenice
6506716b11
Rollback revision 5923
...
git-svn-id: http://piwigo.org/svn/trunk@6004 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-29 19:40:10 +00:00
plegall
a6f0b397df
bug fixed: on Google Chrome (Linux), fieldsets were center aligned in administration
...
git-svn-id: http://piwigo.org/svn/trunk@6000 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-29 16:04:33 +00:00
plegall
ad27e26c48
bug 860 related: don't try to update the configuration during install because
...
pwg_query is not available yet.
git-svn-id: http://piwigo.org/svn/trunk@5999 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-29 16:02:20 +00:00
plegall
b8d3c9dba4
bug 860 related: if the directory doesn't exist (SVN users) first try to
...
create it. To avoid useless checks on filesystem (rvelices should
appreciate) a configuration variable tells if we have to check or not.
git-svn-id: http://piwigo.org/svn/trunk@5998 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-29 14:43:06 +00:00
plegall
884c9375f3
bug 1613 fixed: split the "pending" screen into 2 distinct sections :
...
admin>photos>pending + admin>tools>pending comments.
git-svn-id: http://piwigo.org/svn/trunk@5997 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-29 13:58:40 +00:00
plegall
a07188b3be
bug 1634: default theme and default language have a specific page, ability to
...
set them from guest settings was removed.
git-svn-id: http://piwigo.org/svn/trunk@5996 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-29 13:35:33 +00:00
plegall
f117dbe378
bug fixed: Admin>Config>Options>GuestSettings must show the guest settings,
...
not the default user settings.
git-svn-id: http://piwigo.org/svn/trunk@5995 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-29 13:15:25 +00:00
plegall
6e67764dd0
bug fixed: Admin>Config>Options>GuestSettings must show the guest settings,
...
not the default user settings.
git-svn-id: http://piwigo.org/svn/trunk@5994 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-29 12:55:46 +00:00
patdenice
53f66ba4ef
feature 1502: $themeconf['load_css_parent'] apply recursively
...
git-svn-id: http://piwigo.org/svn/trunk@5993 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-29 12:51:19 +00:00
patdenice
a2ccb9a5c9
feature 1502: Add $themeconf['load_parent_css'] parameter
...
git-svn-id: http://piwigo.org/svn/trunk@5991 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-29 12:45:27 +00:00
plegall
e7487082c3
bug 1484: prevent XSS vulnerability, encode url.
...
improvement: no need to transmit the REQUEST_URI from PHP, Smarty already
knows it.
git-svn-id: http://piwigo.org/svn/trunk@5990 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-29 10:44:30 +00:00
riopwg
ba70c8f5cb
Update language IT
...
git-svn-id: http://piwigo.org/svn/trunk@5989 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-29 06:34:13 +00:00
plegall
eb93271eb6
bug 1631: the pwg_token was missing on default tag administration screen.
...
git-svn-id: http://piwigo.org/svn/trunk@5987 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-28 17:20:01 +00:00
plegall
8849bd5fbc
bug 1484: after a "quick connect" you are correctly redirect to the same page.
...
git-svn-id: http://piwigo.org/svn/trunk@5986 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-28 16:52:28 +00:00
plegall
056668c9ae
bug 860: display a more readable error when the _data directory is not writable
...
git-svn-id: http://piwigo.org/svn/trunk@5985 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-28 16:11:07 +00:00
plegall
deb73a99f7
l10n: add new string in upgrade procedure
...
git-svn-id: http://piwigo.org/svn/trunk@5984 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-28 15:37:57 +00:00
plegall
b83bd09729
remove useless check of mysql.inc.php
...
git-svn-id: http://piwigo.org/svn/trunk@5983 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-28 15:36:29 +00:00
plegall
73db66afa5
feature 1630: upgrade to Piwigo 2.1 :-)
...
bug 1604: only activate core themes not all themes.
git-svn-id: http://piwigo.org/svn/trunk@5982 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-28 14:28:05 +00:00
patdenice
aaa31653ee
feature 1502: migrate other template than yoga.
...
git-svn-id: http://piwigo.org/svn/trunk@5981 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-28 10:45:05 +00:00
patdenice
48cf944cf3
Fix tooltip position on admin intro page.
...
Menubar reordering now looks like category reordering.
git-svn-id: http://piwigo.org/svn/trunk@5980 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-28 00:35:24 +00:00
patdenice
3e29cdd0e0
In user_list page, theme value must be theme id, not theme name.
...
git-svn-id: http://piwigo.org/svn/trunk@5974 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-27 10:09:03 +00:00
ddtddt
6764aa8ee3
[trunk] update ja_JP thanks to irohaproject
...
git-svn-id: http://piwigo.org/svn/trunk@5973 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-27 08:17:44 +00:00
voyteckst
5c9f8cd787
Translation done acording to: http://piwigo.org/forum/viewtopic.php?pid=113063#p113063
...
git-svn-id: http://piwigo.org/svn/trunk@5968 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-26 05:59:09 +00:00
voyteckst
527cfaed72
git-svn-id: http://piwigo.org/svn/trunk@5967 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-26 05:49:43 +00:00
ddtddt
5bf7a68459
[trunk] update IT thanks to Ericnet
...
git-svn-id: http://piwigo.org/svn/trunk@5965 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-25 21:53:17 +00:00
ddtddt
3453e56fce
[trunk] update ES
...
git-svn-id: http://piwigo.org/svn/trunk@5963 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-25 07:41:40 +00:00
patdenice
7a92117456
Change filename handler name for photos add pages.
...
git-svn-id: http://piwigo.org/svn/trunk@5960 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-24 23:29:54 +00:00
patdenice
8a1b7a4e5f
Add triggers for image and thumbnail resizing.
...
git-svn-id: http://piwigo.org/svn/trunk@5957 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-24 22:22:32 +00:00
nikrou
9ffeaaf2c8
Feature 1156 fixed : unit mode acts as picture modify, so remove action leave and set to.
...
git-svn-id: http://piwigo.org/svn/trunk@5956 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-24 21:54:39 +00:00
nikrou
fdc4577d0b
Feature 1156 fixed : add privacy level to photo bulk manager in unit mode
...
git-svn-id: http://piwigo.org/svn/trunk@5955 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-24 21:48:13 +00:00