Commit Graph

3044 Commits

Author SHA1 Message Date
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
ddtddt acb488486e [trunk] add SR help thanks to Darko
git-svn-id: http://piwigo.org/svn/trunk@5953 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-24 14:35:05 +00:00
duke 11e66926bd original file is ISO-8859, converted it to UTF-8
git-svn-id: http://piwigo.org/svn/trunk@5951 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-24 12:18:25 +00:00
duke e430866d5d added de_DE translation for help_add_photos.html
git-svn-id: http://piwigo.org/svn/trunk@5950 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-24 12:13:28 +00:00
ddtddt 993c19c340 [trunk] add file help NL thanks to pauldaytona
git-svn-id: http://piwigo.org/svn/trunk@5949 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-24 10:30:16 +00:00
plegall d43543d7ea bug fixed: help_add_photos.html was copied from fr_FR by mistake in r5526
git-svn-id: http://piwigo.org/svn/trunk@5948 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-24 08:08:05 +00:00
ddtddt 9f408f9a12 [trunk] update CN thanks to Winson
git-svn-id: http://piwigo.org/svn/trunk@5947 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-24 07:37:38 +00:00
ddtddt fd00821ac4 [trunk] update ES
git-svn-id: http://piwigo.org/svn/trunk@5946 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-24 06:34:26 +00:00