Compare commits

...
Sign in to create a new pull request.

6804 commits
2.1 ... master

Author SHA1 Message Date
plegall
843ccb89c1 Merge branch '2.8' 2016-08-29 14:15:12 +02:00
plegall
a09d6e0623 Merge branch 'bug/376-mysql-5.7-order_by' into 2.8 2016-08-29 14:14:35 +02:00
plegall
ba627eeca8 Merge branch 2.8, which is a "fake" merge
git merge -s ours 2.8 : to avoid merging version number change
2016-08-29 13:55:28 +02:00
plegall
10da5801ef next version is 2.8.3 2016-08-29 13:55:03 +02:00
plegall
78bf53f45a typo fixed in comment 2016-07-26 16:02:01 +02:00
plegall
b87094ac2f fixes #376, remove option ONLY_FULL_GROUP_BY in sql_mode
based on solution provided by Mercury_LABBS on piwigo.org forums
2016-07-26 15:54:22 +02:00
plegall
80f5523892 fixes #469, add download link on photo edit/admin page 2016-07-18 23:08:31 +02:00
plegall
e47568b087 fixes #490, less visible borders on tags by letter 2016-07-13 19:28:15 +02:00
plegall
6932344e72 Merge branch 2.8, which is a "fake" merge
git merge -s ours 2.8 : to avoid merging version number change
2016-07-07 18:29:30 +02:00
plegall
374f341d0b next release is 2.8.2 2016-07-07 18:27:11 +02:00
plegall
ee737aeed7 Merge branch '2.8' 2016-07-07 18:22:22 +02:00
plegall
c72a414a48 cheery-pick 8 commits from translation
git log --reverse --oneline  translation ^master --pretty=format:"git cherry-pick --no-commit %H" c7465d6..39ad66c | bash
2016-07-05 14:02:01 +02:00
plegall
cfb62ec79b fixes #270 add password reset form to smartpocket 2016-07-05 13:37:51 +02:00
plegall
1f0e95c22c bug #476, set http code to 401 only when not redirecting 2016-07-05 12:17:28 +02:00
plegall
724befb35d feature #478, improve performances
By reducing frequency of update on user_infos.last_visit. Instead of updating
on each page visit, we wait at least a session length, which is 30 minutes by
default.

@modus75 suggested to use function log_user instead, which is a better design.
Unfortunately it would lead to much less accuracy, because on many systems PHP
sessions are never purged (Debian with default settings). It would be possible
to come back everyday and never update the last_visit, as long as the web
browser is not closed.
2016-07-04 15:47:02 +02:00
plegall
27c2871ca2 Merge branch 'bug/452-image-tags-lastmodified' 2016-06-23 18:04:23 +02:00
plegall
ba2b2ab574 Merge branch 'feature/478-last-visit' 2016-06-23 17:57:54 +02:00
jeremydurand
1c7b673e4c fixes #496 deactivate rating by default (#500)
* fixes #496 deactivate rating by default

* fixes #496 rate_anonymous true
2016-06-23 17:43:28 +02:00
plegall
f9f077bb15 fixes #452, update images.lastmodified when changing tag list 2016-06-23 12:37:43 +02:00
jeremydurand
4d75cf35b5 fixes #450 enlarge size text field for adding a permalink (#501)
fixes #450 enlarge size text field for adding a permalink
2016-06-09 15:57:23 +02:00
jeremydurand
e81bb9d273 incorrect translation in french (#497) 2016-06-06 17:13:14 +02:00
jeremydurand
6c342689d9 fixes #429 upgrade message (#495)
fixes #429 link to Take a Tour with core string
2016-06-06 16:39:29 +02:00
jeremydurand
e580e7d31f Bug/430 placeholder (#494)
fixes #430 placeholder
2016-06-03 14:51:46 +02:00
jeremydurand
43ecfbf60a fixes #488 make user input watermark filename safe (#492) 2016-06-02 11:17:57 +02:00
plegall
3f1dbf19c5 typo fixed, missing comma 2016-05-31 16:11:19 +02:00
plegall
4560e2d824 fixes #478, add new column user_infos.last_visit
This will speed up user edit popin opening, by avoiding to search in history for the last user visit.

The column user_infos.last_visit_from_history true/false says if the last_visit has already been search in history (to avoid making it twice). I could have implemented the search of last_visit for all users in the migration task 149 but in case of many users and long history, it would have taken years to execute...
2016-05-31 16:00:03 +02:00
jeremydurand
022bfd2493 fixes #487 replace "Invalid password" by "Invalid username or password" (#489)
* fixes #487 replace "Invalid password" by "Invalid username or password"

* missing space before exclamation mark
2016-05-30 14:35:24 +02:00
plegall
db0e02b5d4 fixes #476, in case of guest_access=false, redirect_http instead of redirect_html 2016-05-30 10:53:29 +02:00
plegall
bd0d2ae645 Merge branch '2.8' 2016-05-13 11:05:15 +02:00
plegall
bf81ba0315 fixes #479, fallback on srand.php to generate random bytes
when random_compat does not find a suitable random generator.

srand.php comes from https://github.com/GeorgeArgyros/Secure-random-bytes-in-PHP
2016-05-13 10:25:03 +02:00
plegall
a684afbdc3 fixes #415, even if non-picture file, force download with action.php 2016-05-10 11:37:35 +02:00
plegall
2543002c8b Merge branch '2.8' 2016-05-03 16:12:56 +02:00
plegall
f0d29d9134 cherry-pick 50 commits from translation
git log --reverse --oneline  translation ^master --pretty=format:"git cherry-pick --no-commit %H" a452994..c7465d6 | bash
2016-05-03 15:55:16 +02:00
plegall
105ccb8d0f Merge branch '2.8' 2016-05-03 15:16:34 +02:00
plegall
c5af8c4922 Merge branch 'bug/466-move-photos-on-new-album' into 2.8 2016-05-03 15:14:18 +02:00
plegall
3f96dc19f0 Merge branch '2.8' 2016-05-03 15:07:08 +02:00
plegall
e4a3b92fa4 fixes #440, update search page on SmartPocket theme
... to include new features of Piwigo 2.7 and 2.8
2016-05-03 15:04:42 +02:00
plegall
b544ee3948 fixes #440, update search page on SmartPocket theme
... to include new features of Piwigo 2.7 and 2.8
2016-05-03 15:02:29 +02:00
plegall
d1cb1f86a8 bug #466 fixed, new album listed when moving photos
In the batch manager, merge action blocks "associate" and "move" because they
follow the same pattern (list of albums + create new).
2016-05-02 16:09:50 +02:00
Cosmin Stroe
89e0eed10a Dates start from 1970 onward. 2016-05-02 13:09:38 +02:00
plegall
7ea9cf9075 Merge branch '2.8' 2016-05-02 13:09:12 +02:00
Pierrick Le Gall
cfa7bf2228 Merge pull request #444 from cstroe/fix_date_defaults
Fixes #443: Failure to create tables on fresh install with MySQL 5.7
2016-05-02 12:57:37 +02:00
plegall
f51ee90c66 bug #470, use a dedicated lib to generate random bytes 2016-04-26 11:07:44 +02:00
plegall
bffd582bf7 Merge branch '2.8' 2016-03-25 15:37:39 +01:00
plegall
a3c46de751 fixes #439, describe multiple format in embedded doc 2016-03-25 15:32:10 +01:00
plegall
97f5d13ff3 Merge branch '2.8' 2016-03-24 09:54:45 +01:00
plegall
c9c10bd524 fixes #442, forgot to include admin functions 2016-03-24 09:52:40 +01:00
Cosmin Stroe
c7bedefa30 Dates start from 1970 onward. 2016-03-21 03:24:24 -05:00
plegall
8cfee1dbc5 Merge branch '2.8'
"git merge -s ours 2.8" won't really apply change on version number introduced in 9f15161b62
2016-03-10 20:42:18 +01:00
plegall
9f15161b62 next version is 2.8.1 2016-03-10 20:41:30 +01:00
mistic100
a32c643cf2 Merge branch '2.8' 2016-03-10 19:36:29 +01:00
mistic100
eb1fb63128 Fix #436 Call to undefined method Logger::warning in i.php
Change log_lvl for release branch
2016-03-10 19:33:57 +01:00
mistic100
40dd6bc2ff Merge branch '2.8' 2016-03-09 22:08:31 +01:00
mistic100
de99e91b40 Fix #434 Deprecated constructor for LocalSiteReader 2016-03-09 22:07:32 +01:00
modus75
8c1a4a181c issue #378 upgrade datatables to 1.10.11 2016-03-09 22:01:25 +01:00
modus75
7dd5029fc6 Merge branch 'feature/378-upgrade-datatables' 2016-03-09 21:54:47 +01:00
plegall
4f60f4508c next version on master is 2.9.0beta1 2016-03-08 15:41:06 +01:00
plegall
f0ac27292e Merge branch '2.8'
"git merge -s ours 2.8" suggested by @moy, with only commits d72e825 + 507c932.
On next merge from 2.8 to master, these 2 commits won't be merged.
2016-03-08 15:34:51 +01:00
plegall
507c932db9 next version is 2.8.0 2016-03-08 15:32:30 +01:00
plegall
d72e8256a1 change default configuration settings for a stable branch. Developers who need previous configuration settings can modify them in their local configuration
git cherry-pick 39d3c6883b
2016-03-08 15:31:07 +01:00
plegall
234c132a1f cherry-pick 5 commits from translation
git log --reverse --oneline  translation ^master --pretty=format:"git cherry-pick --no-commit %H" f9fecd0..a452994 | bash
2016-03-08 15:27:52 +01:00
plegall
2e071ba4a1 merge --squash from translation up to f9fecd0be0
git merge --squash is simpler for the first time, then we plan to do cherry-pick
2016-03-08 10:51:10 +01:00
plegall
d80d853a23 fixes #431, all themes/languages get version "auto" 2016-03-08 10:13:13 +01:00
plegall
7f672711a0 new release script, which sets versions for extensions 2016-03-07 20:59:19 +01:00
plegall
e2bf31e482 bug fixed, escape language string before insert 2016-03-04 15:26:16 +01:00
plegall
91276709b4 bug fixed: wrong version number at the end of upgrade 2016-03-04 14:27:20 +01:00
plegall
f1f206f1bd dynamic list of image_types from history
... because a plugin can add types in history.image_type

code by @ddtddt
2016-02-29 18:30:42 +01:00
plegall
1928125edc fixes #425, update piecon.js 2016-02-26 19:39:36 +01:00
plegall
ca910609e9 copyright watermark for 2016 2016-02-26 16:06:54 +01:00
plegall
bbe117080d feature #321, set status with pwg.categories.setInfos 2016-02-23 15:58:31 +01:00
plegall
e936d291eb feature #321, pwg.categories.getList returns status 2016-02-23 15:35:49 +01:00
plegall
be671c1401 fixes #322, add {m4v,ogg,ogv,webm,webmv} for ffmpeg on upload 2016-02-23 13:50:52 +01:00
plegall
01d923bcb0 Merge branch 'feature/423-upgrade-2.8' 2016-02-23 12:18:58 +01:00
plegall
90be0782ff feature #423, upgrade script to 2.8 2016-02-23 10:44:32 +01:00
modus75
8b51eb1b40 upgrade datatables to 1.10.11 (issue #378) 2016-02-18 21:33:06 +01:00
plegall
8ffed40003 bug #325, use original TIFF for EXIF/IPTC read 2016-02-16 17:15:10 +01:00
plegall
1fe2631774 fixes #290, avoid error on MySQL insert with ipv6 2016-02-16 14:56:32 +01:00
plegall
a9a17a27cb feature #295, proxy support for fetchRemote 2016-02-15 15:02:16 +01:00
plegall
e03dff12b1 Merge branch 'feature/355-search-by-words-on-tags' 2016-02-15 14:50:57 +01:00
plegall
8897e75fc2 feature #355, OR with other "search by word" results
+ use $logger instead of old style "echo" for debugging
2016-02-13 19:31:26 +01:00
plegall
713bc49746 feature #355, apply search by word on tags
we "simulate" a search by tag, but we still perform a "search by words" AND "search by tags", which lead to different result compared to "word on title OR file OR description OR tags"
2016-02-13 18:36:55 +01:00
plegall
a6fbaf69c7 fixes #383, purge sessions on invalid user ids 2016-02-13 15:32:06 +01:00
plegall
bfb8b0b0fd bug #383, fix the bug in dedicated function as well 2016-02-13 15:30:55 +01:00
plegall
47838a23b3 fixes #345, forget about filesize limit on upload
... but check upload_max_filesize (PHP setting) is bigger than upload_form_chunk_size (Piwigo setting)
2016-02-13 14:35:23 +01:00
plegall
c451470ad4 typo fixed 2016-02-12 20:22:20 +01:00
plegall
fbd90fa460 fixes #414, deactivate auth keys on password change 2016-02-12 20:20:12 +01:00
plegall
25edfc2663 feature #383, dedicated function to delete sessions 2016-02-12 17:44:27 +01:00
plegall
2561928b80 bug #383, fix session deletion when user deleted 2016-02-12 15:56:53 +01:00
plegall
6290be46f2 fixes #419, an admin can't change webmaster password 2016-02-12 14:56:00 +01:00
plegall
718fe065f7 feature #360, add CSS class on navigation links
navPrevNext and navFirstLast, to make it possible to hide them.
2016-02-12 14:09:29 +01:00
plg
e71b61aee1 Merge branch 'nikrou-fix_408' 2016-02-10 15:21:22 +01:00
plg
08fe998dd1 session_regenerate_id() still fails with PHP 7.0.3
fix indentation
2016-02-10 15:19:40 +01:00
Nicolas
0909717c37 if php version is less than 7.0.3 and session_id exists do nothing 2016-02-10 12:37:12 +01:00
plegall
a35c7bdf18 Merge branch 'feature/410-pwg.categories.getList-thumbnail_size' 2016-02-09 17:57:42 +01:00
plegall
c67bf030d1 feature #410, use constant as default value 2016-02-04 10:14:44 +01:00
plegall
6af4590f01 fixes #410, add param thumbnail_size to pwg.categories.getList 2016-02-03 10:21:36 +01:00
plegall
c4b7977a42 next version is 2.8.0RC2 2016-02-01 10:52:07 +01:00
plegall
2fcf276811 fixes #413, force log in with auth key user 2016-02-01 10:05:33 +01:00
plegall
a12425629e fixes #412, warn visitor if auth key no longer valid 2016-01-29 12:44:38 +01:00
plegall
77888174cf fixes #411, auth keys details on notification forms 2016-01-29 11:47:30 +01:00
plegall
bc7316639f fixes #349, API set ranks of all album photos at once
on pwg.images.setRank, ability to provide a list of image_id (and no rank).
This way you can set the order of all photos of a given album, at once.
2016-01-28 16:03:39 +01:00
plegall
417a6b77b2 bug #409 fixed: handle error returned by pwg.users.setInfo 2016-01-28 12:33:31 +01:00
plg
f04e4d8b4f bug #408 fixed, no session_regenerate_id on early PHP 7 versions 2016-01-27 15:36:00 +01:00
plegall
7ae2094726 bug #407 fixed, avoid PHP warnings
... on formats_to_delete and caddiables variables during sync
2016-01-26 15:41:12 +01:00
plegall
74dd9b88ed Merge branch 'bug/405-css-emails' 2016-01-26 15:03:10 +01:00
modus75
69cdcf2316 fix change in smarty class name new version 2016-01-23 23:00:39 +01:00
plegall
025bc0533d bug #405, keep vanilla Smarty and remove {strip} for CSS emails 2016-01-22 22:01:42 +01:00
plegall
727b9827af Revert "bug #405 fixed, embed CSS style inline"
This reverts commit f3cb99ea09.
2016-01-22 21:57:24 +01:00
plegall
f3cb99ea09 bug #405 fixed, embed CSS style inline
emogrifier could not work, unless we reapply changes introduced by @mistic100 in earlier commits 9cc816d364 and efbc08e537
2016-01-21 15:14:37 +01:00
plegall
968e9ff06d changes on Smarty side breaks all prefilter in Piwigo
It would be better to modify the way template.class.php registers prefilters
but I didn't find the appropriate data structure.
2016-01-21 15:11:32 +01:00
plegall
d33051cb72 update to Smarty 3.1.29 2016-01-21 15:10:02 +01:00
plegall
4914643559 bug #404 fixed, database changes for auth keys
... applied during install: table user_auth_keys and column history.auth_key_id
2016-01-18 14:02:40 +01:00
modus75
4bf51fc8e0 shorten some code (not really important) 2016-01-16 17:20:43 +01:00
modus75
ac37eb5a50 clean USER_AUTH_KEYS_TABLE when deleting user 2016-01-16 17:15:55 +01:00
plegall
5c57d8aa0f adapt release creation script to Git and multiple repositories for plugins 2016-01-14 15:05:57 +01:00
plegall
c789347c51 happy new year 2016, all headers updated 2016-01-14 12:17:58 +01:00
plegall
c79cb18e44 Merge branch 'feature/293-trigger-upload' 2016-01-14 11:23:45 +01:00
plegall
c44a5e2890 feature #293, also process videos
... as in Piwigo 2.7, to keep the same level of features. Plugin VideoJS may provide a better algorithm.
2016-01-14 11:21:04 +01:00
plegall
9b10ebad3a next version is 2.8.0RC1 2016-01-14 10:42:55 +01:00
plegall
39fc4a604e Merge branch 'feature/259-album-notify-users' 2016-01-11 09:28:37 +01:00
plegall
2bfd316e34 Merge branch 'feature/398-refresh-user-list' (which should also include branch 'feature/397-edit-user-popin') 2016-01-11 09:17:53 +01:00
Damien Sorel
e756ba2d79 Typo in slideshow template 2016-01-10 10:52:41 +01:00
plegall
ac8c2bf470 feature #397, l10n 2016-01-09 18:53:38 +01:00
plegall
a3f80046b6 feature #397, close popin when user deleted 2016-01-09 18:47:50 +01:00
plegall
71c30f46c8 feature #397, bigger padding inside popin 2016-01-09 18:37:07 +01:00
plegall
d78caf8603 move new CSS rules to theme.css instead of {html_style} 2016-01-09 18:28:26 +01:00
plegall
041065a824 feature #398, update user list when user is modified 2016-01-09 18:01:18 +01:00
plegall
c4678c37a2 feature #397, edit user in a popin 2016-01-09 17:55:44 +01:00
plegall
646aa6f19a Merge branch 'feature/392-auth-keys' 2016-01-06 14:41:25 +01:00
plegall
426e10e235 feature #392, bug fixed on footer link
Use auth_key in mail cache key to avoid using the auth key of the first user.
2016-01-06 14:30:05 +01:00
plegall
c42f15dfa8 add auth_key in mail footer for pwg_mail_group 2016-01-06 14:29:32 +01:00
plegall
7bd36e0240 feature #259, notify an album to a list of users
... and not just to a group
2016-01-06 13:42:30 +01:00
plegall
67e142f331 feature #392, add authentication key in NBM mails
There are many links in NBM (Notification By Mail, see screen
[Administration > Users > Notification]). I had to change several
functions to take this authentication key into account.
2016-01-04 19:54:40 +01:00
plegall
f2f9e5ecb7 feature #392, authentication keys, history log
When a user successfully performs an authentication with an auth_key, Piwigo
registers it in the history table.

For now, it is not shown/searchable in the history screen, but we can add it
in the future and we can provide a plugin with specific details about
authentication keys usage.
2016-01-04 15:04:02 +01:00
Pierrick Le Gall
aa581bd3de Merge pull request #390 from thunderrabbit/readme-typo
Fixed a few typos in README.md
2016-01-04 10:01:58 +01:00
plegall
f4040a5a3a forgotten to give user_status on recursive call in create_user_auth_key, bug detected by @mistic100 2016-01-01 20:37:33 +01:00
plegall
4aeedb5a2e feature #392, authentication keys, album notification
* On album notification (for a group), sends one distinct email for each user
  with a new authentication key.

* When someone clicks the link with auth=<key> in URL, if the user is not
  already connected, Piwigo will automatically connect the user.
2015-12-31 19:59:08 +01:00
plegall
eee57a5d2e feature #392, authentication key, new table 2015-12-31 19:53:38 +01:00
Damien Sorel
01be8166f5 Merge pull request #391 from thunderrabbit/https
Support HTTPS in ws.htm and triggers_list.php
2015-12-30 22:59:23 +01:00
Mssr Tiger for Miss Tiger
32c3e3fcf0 removed http: from URLs wich support https 2015-12-30 12:00:57 -08:00
Mssr Tiger for Miss Tiger
1a65c68be5 removed http: from URLs wich support https 2015-12-30 12:00:03 -08:00
Rob Nugen
3f40090b5a cleanup: fixed some spelling errors in README 2015-12-31 03:22:54 +09:00
Rob Nugen
88a8722ab2 cleanup: fixed typo in README.md 2015-12-31 03:18:41 +09:00
plegall
3ec3cbe6ce Merge branch 'bug/385-php7' 2015-12-30 16:21:32 +01:00
plegall
6ba0148e64 Merge branch 'feature/379-multiple-format' 2015-12-30 16:08:54 +01:00
plegall
7b653c04d6 feature #379, multiple format, download original as format
If multiple format feature is enabled, always put the original file in the formats list.
2015-12-30 16:04:32 +01:00
plegall
99b1fd2704 feature #379, multiple format, bug fixed on sync
New formats were not detected if the photo had not already at least one format.
2015-12-23 10:10:34 +01:00
plegall
e439de1612 feature #379, multiple format, consider the original as a format 2015-12-22 19:04:00 +01:00
plegall
1681b02ee9 bug #385 __construct for PHP 7 compatibility 2015-12-20 21:49:11 +01:00
plegall
5bfb51c0ec PHP7 compatibility, use PasswordHash from Wordpress 4.4 (PHP5+ constructor) 2015-12-20 21:36:42 +01:00
plegall
6e2a4495bf feature #379, multiple format, add psd file extension by default 2015-12-20 21:00:28 +01:00
plegall
e7183e91d9 use window.SwitchBox instead of duplicating code 2015-12-20 20:38:30 +01:00
plegall
11f37b24b4 feature #379, multiple format, no browser cache
No need random string in URL to avoid browser cache, coding tip by @modus75
2015-12-20 17:49:12 +01:00
plegall
89bc74b3f3 feature #379, multiple format, labels
Ability to customize, with $lang['format CR2'] = 'RAW Canon' (in LocalFiles Editor) for example
2015-12-20 15:44:01 +01:00
plegall
8cd9c6602c changes on Smarty side breaks all prefilter in Piwigo
It would be better to modify the way template.class.php registers prefilters
but I didn't find the appropriate data structure.
2015-12-20 14:54:07 +01:00
plegall
f28420acfe feature #346, give chunk size in pwg.session.getStatus response 2015-12-20 11:49:49 +01:00
plegall
0f8d85491f feature #379, multiple format, hide formats when disabled 2015-12-17 14:08:53 +01:00
plegall
b1b9199258 feature #379, multiple format, hide url on download link 2015-12-17 14:06:04 +01:00
plegall
f66c27b731 indentation 2015-12-17 14:00:17 +01:00
plegall
ca238de66d feature #379 multiple format, step 3: add/remove
* during sync, Piwigo will detect new/removed formats for an existing photo
* multiple formats features is disabled by default
2015-12-16 18:16:16 +01:00
plegall
3282ddbe2e update Smarty to official version 3.1.28 2015-12-15 15:24:01 +01:00
plegall
8ba7a1587a feature #293 trigger to generate pwg_representative
* new function upload_file_pdf and upload_file_tiff
* code to handle videos removed for now (discussion with @xbgmsharp)
2015-12-15 10:12:46 +01:00
Damien Sorel
5a6f37edf9 Merge pull request #371 from erAck/master
fix #367 - do not specialize numeric tag to 'id-tag' URL
2015-12-14 14:42:38 +01:00
plegall
acbdd756cd bug #385 PHP7 compatibility
* array concatenation no longer seem to work
2015-12-10 17:27:21 +01:00
plegall
ed8db3da27 bug #385 compatibility with PHP7
* replace old-style constructor with PHP5-style constructor (__construct)
* do not call set_magic_quotes_runtime() any longer
* avoid automatic conversion from array to string
2015-12-10 14:03:54 +01:00
plegall
fa10e0945e bug #385 update to smarty-3.1.28-dev (from Github) 2015-12-10 14:02:22 +01:00
plegall
16f6a54fa7 fixes #384 use built-in functions to set charset 2015-12-08 13:39:09 +01:00
plegall
c3b748ecbf feature #379 multiple format, step 2: download formats
* if formats are available, replace the download link on picture.php by a switchBox with all formats
* register format in the history table for future statistics
2015-12-07 10:54:18 +01:00
plegall
5be28962a1 Merge branch 'feature/377-album-thumbnail' 2015-12-03 16:10:50 +01:00
plegall
8e098d502a feature #379 multiple format, step 1: add formats
* new table piwigo_image_format (each photo can have 0 to many formats)
* only compatible with synchronization for now. Formats must be in sub-directory pwg_format
* formats are visible on edition page only for now
2015-12-03 16:04:02 +01:00
plegall
2080897f3b faster SQL, by @mistic100 2015-12-01 13:53:57 +01:00
plegall
64d6beb13e improved use of jQuery, by @mistic100 2015-12-01 13:50:28 +01:00
plegall
be6afad731 fixes #377 use Ajax calls to refresh/delete album thumbnail 2015-12-01 12:08:10 +01:00
modus75
27389102d1 upgrade jquery from 1.11.1 to 1.11.3 2015-11-27 21:58:18 +01:00
plegall
034f689f8e fixes #373 ask a longer random string
to openssl_random_pseudo_bytes, to avoid reaching the base64 trailing "=" signs
2015-11-10 22:34:48 +01:00
Eike Rathke
a8381737bd fix #367 - do not specialize numeric tag to 'id-tag' URL
Apparently there is no reason in make_section_in_url() to "escape" a
numeric URL for a tags section if tag_url_style is 'tag'. In
parse_section_url() tag_url_style is checked, and if 'tag' the URL token
is used.
2015-11-08 20:06:01 +01:00
plegall
bfe4ff3e2f fix #369 : make sure to include the search day
... with forcing time to 00:00:00 on "start" and 23:59:59 on "stop"
2015-11-02 12:23:55 +01:00
Damien Sorel
74e2194a5f Merge pull request #365 from IGLOU-EU/IGLOU-EU-patch-1
Add //TRANSLIT to iconv for activate transliteration.
2015-10-30 18:06:23 +01:00
Iglou.eu
9fb420d426 Update functions.inc.php
Add //TRANSLIT to iconv for activate transliteration.
2015-10-29 15:29:50 +01:00
modus75
d7fef70c4c fix #361 - Watermark Y repeat 2015-10-15 22:05:20 +02:00
plegall
11ccdff585 Merge branch 'feature/357-orphans' 2015-10-09 20:34:35 +02:00
plegall
474942e62d fr_FR for orphans feature #357 2015-10-09 20:25:00 +02:00
plegall
92224bcbf4 fix #357 make orphans photos more obvious
... and easy to delete them all in one click. The orpans, if any, is shown as an entry in the "Photos" menu (link on Batch Manager). In the Batch Manager, new action "delete_orphans" next to prefilter.
2015-10-09 20:17:27 +02:00
mistic100
4bf7792c77 master version should be 2.8.0beta1 2015-10-09 19:52:12 +02:00
Pierrick Le Gall
47ebd6c91f pull-requests on master
... and not develop, which is no longer on Piwigo repository
2015-10-08 11:58:29 +02:00
Pierrick Le Gall
950da505a0 Merge pull request #353 from holzgeist/develop
Use HTTP_X_FORWARDED_HOST if available
2015-10-08 11:42:55 +02:00
Tobias Ollmann
6d01f33d9f Do not add the server port when sitting behind a proxy.
Assume that Http-X-Forwarded-Host is set correctly
2015-09-17 19:44:45 +02:00
Tobias Ollmann
d58534e877 Use HTTP_X_FORWARDED_HOST if available
This enables piwigo to be run e.g. in a docker container behind a proxy.
If HTTP_X_FORWARDED_HOST is not set, HTTP_HOST is used as usual
2015-09-16 19:24:57 +02:00
mistic100
9a622724fd Update .gitignore 2015-09-15 19:28:15 +02:00
mistic100
3e7964b628 Fix #347 Missing Template class in install.php 2015-09-15 19:28:05 +02:00
mistic100
bc196ef0a4 Add .gitignore 2015-09-12 20:18:42 +02:00
plegall
195791c4e2 fixes #348 force logical album sort order
This way we can safely remove empty albums without decrementing count_categories twice.
2015-09-05 00:05:35 +02:00
plegall
5579b1e1a3 closes #346 chunk_size is now a config setting 2015-08-12 14:06:55 +02:00
modus75
221a3b7e58 fix issue #328 a square that requires watermark should not be generated from a larger derivative with watermark, because if the watermark is not centered on the large image, it will be cropped
test first git commit
2015-07-28 22:42:13 +02:00
Pierrick Le Gall
a3538ca9a5 small changes on README 2015-07-28 15:56:05 +02:00
mistic100
f79d74338e Merge branch 'feature/hello-github' into develop 2015-07-26 19:19:19 +02:00
Damien Sorel
22381e829e Update README.md 2015-07-26 19:12:06 +02:00
mistic100
5503d93a39 Add license and empty readme 2015-07-26 19:11:37 +02:00
mistic100
4e71ba9d3e Remove core plugins from core repository 2015-07-26 19:11:36 +02:00
Piwigo-TranslationTeam
cc27a53572 Update lt_LT, thanks to vilisas
git-svn-id: http://piwigo.org/svn/trunk@31243 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-07-19 16:50:09 +00:00
Piwigo-TranslationTeam
b024b1f1c2 Update lt_LT, thanks to vilisas
git-svn-id: http://piwigo.org/svn/trunk@31239 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-07-19 16:49:53 +00:00
Piwigo-TranslationTeam
a400a80288 Update sl_SI, thanks to MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@31231 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-07-07 03:29:44 +00:00
Piwigo-TranslationTeam
39d32de324 Update sl_SI, thanks to MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@31230 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-07-07 03:29:41 +00:00
Piwigo-TranslationTeam
8205dd6dfc Update he_IL, thanks to ymoran00
git-svn-id: http://piwigo.org/svn/trunk@31228 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-06-28 10:31:17 +00:00
Piwigo-TranslationTeam
047f6c57cf Update nl_NL, thanks to evert
git-svn-id: http://piwigo.org/svn/trunk@31219 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-06-19 05:23:34 +00:00
plegall
880b7e549d feature 3229: example for pwg.images.upload
git-svn-id: http://piwigo.org/svn/trunk@31217 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-06-16 09:41:20 +00:00
Piwigo-TranslationTeam
86ee082174 Update ca_ES, thanks to josep.torne
git-svn-id: http://piwigo.org/svn/trunk@31215 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-06-14 15:34:15 +00:00
Piwigo-TranslationTeam
40238031e8 Update nl_NL, thanks to evert
git-svn-id: http://piwigo.org/svn/trunk@31210 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-06-14 05:29:23 +00:00
Piwigo-TranslationTeam
9de024f5bf Update th_TH, thanks to pradit
git-svn-id: http://piwigo.org/svn/trunk@31198 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-06-03 15:16:49 +00:00
Piwigo-TranslationTeam
7d66de0ff5 Update tr_TR, thanks to katpatuka
git-svn-id: http://piwigo.org/svn/trunk@31194 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-05-30 05:56:33 +00:00
Piwigo-TranslationTeam
ac4444d9e1 Update tr_TR, thanks to katpatuka
git-svn-id: http://piwigo.org/svn/trunk@31193 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-05-30 05:56:31 +00:00
ddtddt
27eb3a3bd1 [Trunk] - Language - error IL
git-svn-id: http://piwigo.org/svn/trunk@31192 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-05-29 21:03:07 +00:00
Piwigo-TranslationTeam
5d4b17e8d9 Update he_IL, thanks to ymoran00
git-svn-id: http://piwigo.org/svn/trunk@31191 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-05-29 20:41:46 +00:00
Piwigo-TranslationTeam
3f5fb81406 Update he_IL, thanks to ymoran00
git-svn-id: http://piwigo.org/svn/trunk@31190 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-05-29 20:41:23 +00:00
Piwigo-TranslationTeam
63092edb89 Update he_IL, thanks to ymoran00
git-svn-id: http://piwigo.org/svn/trunk@31189 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-05-29 20:41:20 +00:00
Piwigo-TranslationTeam
27e60234d6 Add he_IL, thanks to ymoran00
git-svn-id: http://piwigo.org/svn/trunk@31187 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-05-29 20:41:14 +00:00
plegall
b25c2af5c2 bug 3226: no need to make upgrade slow (on big tables) with a do_maintenance_all_tables() call, that is not the right time to do that
git-svn-id: http://piwigo.org/svn/trunk@31184 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-05-28 13:16:34 +00:00
plegall
b5de5c7658 feature 3225: add elapsed time on each upgrade
git-svn-id: http://piwigo.org/svn/trunk@31183 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-05-28 13:10:31 +00:00
Piwigo-TranslationTeam
928cf9ade9 Update br_FR, thanks to yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@31178 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-05-26 21:27:36 +00:00
Piwigo-TranslationTeam
5ea0fd9390 Update br_FR, thanks to yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@31177 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-05-26 21:27:21 +00:00
Piwigo-TranslationTeam
a5aafc5bb0 Update lb_LU, thanks to Quetsch
git-svn-id: http://piwigo.org/svn/trunk@31174 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-05-23 06:00:00 +00:00
plegall
e520cf8389 merge r31167 from branch 2.7 to trunk
bug 3223 fixed: make sure we have found a user before validating the connection


git-svn-id: http://piwigo.org/svn/trunk@31168 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-05-15 12:45:50 +00:00
plegall
32138f1fbd bug 3223 fixed: make sure we have found a user before validating the connection
git-svn-id: http://piwigo.org/svn/branches/2.7@31167 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-05-15 12:44:57 +00:00
Piwigo-TranslationTeam
a1b995686b Update br_FR, thanks to yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@31165 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-05-14 18:58:55 +00:00
Piwigo-TranslationTeam
5f256347cd Update br_FR, thanks to yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@31163 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-05-14 17:05:27 +00:00
rvelices
811ade468a ?> at end of php (even if not required)
git-svn-id: http://piwigo.org/svn/trunk@31157 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-05-12 20:29:02 +00:00
Piwigo-TranslationTeam
96fc294505 Update de_DE, thanks to bigant
git-svn-id: http://piwigo.org/svn/trunk@31125 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-05-04 06:27:28 +00:00
Piwigo-TranslationTeam
0c86a4d126 Update bg_BG, thanks to turnokopa
git-svn-id: http://piwigo.org/svn/trunk@31111 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-04-30 14:46:31 +00:00
Piwigo-TranslationTeam
efa92a835d Update bg_BG, thanks to turnokopa
git-svn-id: http://piwigo.org/svn/trunk@31110 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-04-30 14:46:28 +00:00
mistic100
42c04a1cb1 Merged revision(s) 31080 from trunk:
invalid js in SwitchBox

git-svn-id: http://piwigo.org/svn/branches/2.7@31104 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-04-24 20:27:59 +00:00
mistic100
271e1f5688 feature 3221 Lazy log file open, clean code
git-svn-id: http://piwigo.org/svn/trunk@31103 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-04-24 17:06:47 +00:00
mistic100
0c576ea19d feature 3221 Add Logger class
git-svn-id: http://piwigo.org/svn/trunk@31102 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-04-24 14:00:50 +00:00
Piwigo-TranslationTeam
becc0117f0 Update cs_CZ, thanks to gandycz
git-svn-id: http://piwigo.org/svn/trunk@31100 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-04-22 18:47:10 +00:00
Piwigo-TranslationTeam
34bfaba7b3 Add km_KH, thanks to Vanndy
git-svn-id: http://piwigo.org/svn/trunk@31098 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-04-22 04:54:12 +00:00
plegall
b3541bf16b feature 2955: make the keywords separator configurable
git-svn-id: http://piwigo.org/svn/trunk@31097 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-04-21 12:07:14 +00:00
Piwigo-TranslationTeam
796ac2f531 Update ca_ES, thanks to josep.torne
git-svn-id: http://piwigo.org/svn/trunk@31081 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-04-12 11:10:39 +00:00
mistic100
90809a1185 invalid js in SwitchBox
git-svn-id: http://piwigo.org/svn/trunk@31080 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-04-12 09:55:51 +00:00
Piwigo-TranslationTeam
654a36607c Update km_KH, thanks to Vanndy
git-svn-id: http://piwigo.org/svn/trunk@31076 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-04-06 08:06:02 +00:00
Piwigo-TranslationTeam
a00c7bb253 Update km_KH, thanks to Vanndy
git-svn-id: http://piwigo.org/svn/trunk@31073 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-04-06 04:47:24 +00:00
Piwigo-TranslationTeam
5aaad580a8 Update eo_EO, thanks to sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@31066 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-03-28 18:58:38 +00:00
Piwigo-TranslationTeam
5825e41090 Update pt_PT, thanks to vn
git-svn-id: http://piwigo.org/svn/trunk@31062 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-03-26 05:09:46 +00:00
Piwigo-TranslationTeam
24087ccc27 Update fi_FI, thanks to Juhi24
git-svn-id: http://piwigo.org/svn/trunk@31056 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-03-24 14:53:02 +00:00
Piwigo-TranslationTeam
bf1dd7ce0c Update pt_PT, thanks to vn
git-svn-id: http://piwigo.org/svn/trunk@31055 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-03-23 19:51:39 +00:00
Piwigo-TranslationTeam
88fa280e4d Update bg_BG, thanks to como
git-svn-id: http://piwigo.org/svn/trunk@31048 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-03-21 08:44:25 +00:00
Piwigo-TranslationTeam
cd600f84ba Update de_DE, thanks to bigant
git-svn-id: http://piwigo.org/svn/trunk@31045 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-03-20 05:28:24 +00:00
plegall
cc9ac40fce merge r31041 from trunk to branch 2.7
new version 2.7.2 for language_switch


git-svn-id: http://piwigo.org/svn/branches/2.7@31042 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-03-18 08:42:05 +00:00
plegall
a371746a17 new version 2.7.2 for language_switch
git-svn-id: http://piwigo.org/svn/trunk@31041 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-03-18 08:41:42 +00:00
plegall
c81e627fdf merge r31039 from trunk to branch 2.7
bug 3212 fixed: add CSS rule to support themes like Modus


git-svn-id: http://piwigo.org/svn/branches/2.7@31040 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-03-18 08:33:16 +00:00
plegall
ce8178c542 bug 3212 fixed: add CSS rule to support themes like Modus
git-svn-id: http://piwigo.org/svn/trunk@31039 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-03-18 08:17:16 +00:00
rvelices
6547a28547 bug 3209: quick search add author: syntax
git-svn-id: http://piwigo.org/svn/trunk@31032 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-03-12 19:56:33 +00:00
rvelices
4e60430dc6 use query2array
git-svn-id: http://piwigo.org/svn/trunk@31031 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-03-12 19:51:21 +00:00
rvelices
c7ea93cba3 use query2array + removed unused declaration
git-svn-id: http://piwigo.org/svn/trunk@31030 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-03-12 19:46:33 +00:00
Piwigo-TranslationTeam
05d8f5466b Update eo_EO, thanks to sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@31026 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-03-09 05:26:11 +00:00
Piwigo-TranslationTeam
e91dcf9936 Update eo_EO, thanks to sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@31025 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-03-09 05:26:09 +00:00
Piwigo-TranslationTeam
60efe3d7c2 Update de_DE, thanks to bigant
git-svn-id: http://piwigo.org/svn/trunk@31022 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-03-07 06:16:35 +00:00
Piwigo-TranslationTeam
c7e0a15c99 Update de_DE, thanks to bigant
git-svn-id: http://piwigo.org/svn/trunk@31021 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-03-07 06:16:34 +00:00
Piwigo-TranslationTeam
b8d46cce9b Update de_DE, thanks to bigant
git-svn-id: http://piwigo.org/svn/trunk@31020 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-03-07 06:16:33 +00:00
Piwigo-TranslationTeam
3d6648dca8 Update pt_PT, thanks to vn
git-svn-id: http://piwigo.org/svn/trunk@31018 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-03-06 13:18:21 +00:00
Piwigo-TranslationTeam
27b948203e Update pt_PT, thanks to vn
git-svn-id: http://piwigo.org/svn/trunk@31017 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-03-06 08:18:48 +00:00
Piwigo-TranslationTeam
969a7d88cd Update pt_PT, thanks to vn
git-svn-id: http://piwigo.org/svn/trunk@31011 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-26 18:07:22 +00:00
Piwigo-TranslationTeam
30d740ae8d Update pt_PT, thanks to vn
git-svn-id: http://piwigo.org/svn/trunk@31007 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-25 17:57:30 +00:00
Piwigo-TranslationTeam
a76e3c6ac2 Update pt_PT, thanks to vn
git-svn-id: http://piwigo.org/svn/trunk@31005 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-25 07:17:38 +00:00
Piwigo-TranslationTeam
0356fbda85 Update pt_PT, thanks to vn
git-svn-id: http://piwigo.org/svn/trunk@31004 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-24 19:37:21 +00:00
Piwigo-TranslationTeam
2869e13f48 Update pt_PT, thanks to vn
git-svn-id: http://piwigo.org/svn/trunk@31003 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-24 19:37:15 +00:00
Piwigo-TranslationTeam
198fe4bb69 Update pt_PT, thanks to vn
git-svn-id: http://piwigo.org/svn/trunk@31002 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-24 19:37:12 +00:00
Piwigo-TranslationTeam
0c28bed8a1 Update en_US, thanks to thunderrabbit
git-svn-id: http://piwigo.org/svn/trunk@31001 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-23 17:34:28 +00:00
Piwigo-TranslationTeam
12e14aed98 Update pt_BR, thanks to msakik
git-svn-id: http://piwigo.org/svn/trunk@30998 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-23 05:23:14 +00:00
ddtddt
fd4bf5420c [Trunk] - Language - add line Bengali - বাংলা (ভারত) (bn-IN) - Thanks to ojnc
git-svn-id: http://piwigo.org/svn/trunk@30994 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-21 13:27:46 +00:00
Piwigo-TranslationTeam
0f891b2516 Update de_DE, thanks to bigant
git-svn-id: http://piwigo.org/svn/trunk@30990 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-21 04:42:08 +00:00
Piwigo-TranslationTeam
b3fb94940f Update de_DE, thanks to bigant
git-svn-id: http://piwigo.org/svn/trunk@30989 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-21 04:36:00 +00:00
Piwigo-TranslationTeam
b949efbe84 Update sl_SI, thanks to MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@30981 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-17 14:34:36 +00:00
plegall
f57bea42b7 merge r30979 from trunk to branch 2.7
bug 3201: accept - in plugin directory name (identifier)


git-svn-id: http://piwigo.org/svn/branches/2.7@30980 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-17 12:38:35 +00:00
plegall
d0770df3f8 bug 3201: accept - in plugin directory name (identifier)
git-svn-id: http://piwigo.org/svn/trunk@30979 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-17 12:38:08 +00:00
Piwigo-TranslationTeam
2921c25e00 Update tr_TR, thanks to Nakre
git-svn-id: http://piwigo.org/svn/trunk@30977 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-17 09:40:18 +00:00
plegall
22b295ff8d next version is 2.7.4
git-svn-id: http://piwigo.org/svn/branches/2.7@30974 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-16 14:04:21 +00:00
plegall
6d452e8c1b merge r30972 from trunk to branch 2.7
bug 3203 fixed: for IE, explicit the url even for staying on the same page


git-svn-id: http://piwigo.org/svn/branches/2.7@30973 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-16 12:57:00 +00:00
plegall
2d01221893 bug 3203 fixed: for IE, explicit the url even for staying on the same page
git-svn-id: http://piwigo.org/svn/trunk@30972 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-16 12:56:36 +00:00
plegall
3e8f2b4c34 merge r30970 from trunk to branch 2.7
bug 3179 fixed: back merge r26971 (bug:2700) which introduced jBreadCrumb with this bug on Safari and not working. Maybe a future plugin instead.


git-svn-id: http://piwigo.org/svn/branches/2.7@30971 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-16 09:02:26 +00:00
plegall
e21c62eb04 bug 3179 fixed: back merge r26971 (bug:2700) which introduced jBreadCrumb with this bug on Safari and not working. Maybe a future plugin instead.
git-svn-id: http://piwigo.org/svn/trunk@30970 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-16 09:00:29 +00:00
ddtddt
abce055ecb [2.7.4] - Language - update prepare 2.7.4
git-svn-id: http://piwigo.org/svn/branches/2.7@30966 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-15 09:05:40 +00:00
ddtddt
0a83bf28ad [Trunk] - Language - update prepare 2.7.4
git-svn-id: http://piwigo.org/svn/trunk@30965 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-15 09:05:09 +00:00
ddtddt
3f7d3658d4 [2.7.4] - plugin - Language - update prepare 2.7.4
git-svn-id: http://piwigo.org/svn/branches/2.7@30964 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-15 08:44:57 +00:00
ddtddt
43440d8641 [Trunk] - plugin - Language - update prepare 2.7.4
git-svn-id: http://piwigo.org/svn/trunk@30963 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-15 08:44:11 +00:00
ddtddt
f2c3b7d7f3 [2.7.4] - theme - Language - update prepare 2.7.4
git-svn-id: http://piwigo.org/svn/branches/2.7@30962 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-15 08:16:20 +00:00
ddtddt
4fc404594d [Trunk] - theme - Language - update prepare 2.7.4
git-svn-id: http://piwigo.org/svn/trunk@30961 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-15 08:15:17 +00:00
mistic100
9df2050888 Merged revision(s) 30958 from trunk:
bug 3190: Datetime picker, can't change year on Chrome & IE11 

git-svn-id: http://piwigo.org/svn/branches/2.7@30959 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-13 08:46:19 +00:00
mistic100
93163abc77 bug 3190: Datetime picker, can't change year on Chrome & IE11
git-svn-id: http://piwigo.org/svn/trunk@30958 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-13 08:45:28 +00:00
mistic100
f5979a419e Merged revision(s) 30956 from trunk:
bug 3188: history search, trailing space in dates 

git-svn-id: http://piwigo.org/svn/branches/2.7@30957 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-13 08:34:20 +00:00
mistic100
0bf46b6854 bug 3188: history search, trailing space in dates
git-svn-id: http://piwigo.org/svn/trunk@30956 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-13 08:32:48 +00:00
plegall
cd74b8548f merge r30952 from trunk to branch 2.7
bug 3202 fixed: additional input check for filter_level


git-svn-id: http://piwigo.org/svn/branches/2.7@30953 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-12 14:39:36 +00:00
plegall
6de82cb36f bug 3202 fixed: additional input check for filter_level
git-svn-id: http://piwigo.org/svn/trunk@30952 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-12 14:39:09 +00:00
plegall
c0608565da merge r30950 from trunk to branch 2.7
bug 3201 fixed: check plugin identifier


git-svn-id: http://piwigo.org/svn/branches/2.7@30951 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-12 14:35:42 +00:00
plegall
3c28040ca8 bug 3201 fixed: check plugin identifier
git-svn-id: http://piwigo.org/svn/trunk@30950 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-12 14:32:33 +00:00
plegall
f07a61c105 merge r30948 from trunk to branch 2.7
bug 3200 fixed: add input checks on admin history


git-svn-id: http://piwigo.org/svn/branches/2.7@30949 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-12 14:30:14 +00:00
plegall
9faae3e25e bug 3200 fixed: add input checks on admin history
git-svn-id: http://piwigo.org/svn/trunk@30948 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-12 14:29:19 +00:00
Piwigo-TranslationTeam
ea0fa566b1 Update sv_SE, thanks to homdax
git-svn-id: http://piwigo.org/svn/trunk@30945 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-10 14:36:09 +00:00
Piwigo-TranslationTeam
f8c10a0dd0 Update bg_BG, thanks to como
git-svn-id: http://piwigo.org/svn/trunk@30944 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-10 14:36:01 +00:00
plegall
11f530c514 bug 3198: replace (toString.call by {}.toString.call to make it work with IE (all versions)
git-svn-id: http://piwigo.org/svn/branches/2.7@30942 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-10 13:52:47 +00:00
plegall
483dc8c065 bug 3198: upgrade Bootstrap tour to version 0.10.1 + change patch to replace toString.call by {}.toString.call (compatibility with IE)
git-svn-id: http://piwigo.org/svn/trunk@30941 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-10 13:49:36 +00:00
Piwigo-TranslationTeam
a3c9137789 Update sr_RS, thanks to gpopac
git-svn-id: http://piwigo.org/svn/trunk@30934 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-04 05:23:38 +00:00
ddtddt
55e4358fa3 [extensions] - TakeATour - add fr_CA - Quebec - Québécois Thanks to TiOger
git-svn-id: http://piwigo.org/svn/trunk@30931 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-03 06:52:32 +00:00
Piwigo-TranslationTeam
061d4d8a05 Update tr_TR, thanks to Nakre
git-svn-id: http://piwigo.org/svn/trunk@30927 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-02 19:39:11 +00:00
Piwigo-TranslationTeam
bfc0fcc9cb Update bg_BG, thanks to como
git-svn-id: http://piwigo.org/svn/trunk@30926 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-02 17:09:04 +00:00
Piwigo-TranslationTeam
e1dc691125 Update uk_UA, thanks to m_alien
git-svn-id: http://piwigo.org/svn/trunk@30925 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-02 17:09:02 +00:00
Piwigo-TranslationTeam
09e8758df2 Update ru_RU, thanks to Ministr
git-svn-id: http://piwigo.org/svn/trunk@30924 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-02-01 19:45:32 +00:00
Piwigo-TranslationTeam
72120f7a0d Update bg_BG, thanks to como
git-svn-id: http://piwigo.org/svn/trunk@30923 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-31 05:41:51 +00:00
Piwigo-TranslationTeam
f94028982c Update bg_BG, thanks to como
git-svn-id: http://piwigo.org/svn/trunk@30922 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-30 20:56:11 +00:00
Piwigo-TranslationTeam
71859c37fe Update bg_BG, thanks to como
git-svn-id: http://piwigo.org/svn/trunk@30921 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-30 20:56:07 +00:00
Piwigo-TranslationTeam
c2e483bc8f Update bg_BG, thanks to como
git-svn-id: http://piwigo.org/svn/trunk@30920 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-30 19:57:04 +00:00
Piwigo-TranslationTeam
88b6b7f904 Update bg_BG, thanks to como
git-svn-id: http://piwigo.org/svn/trunk@30919 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-30 19:57:02 +00:00
Piwigo-TranslationTeam
381769f46a Update bg_BG, thanks to como
git-svn-id: http://piwigo.org/svn/trunk@30918 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-30 19:56:58 +00:00
Piwigo-TranslationTeam
862d720fdd Update bg_BG, thanks to como
git-svn-id: http://piwigo.org/svn/trunk@30917 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-30 17:34:43 +00:00
Piwigo-TranslationTeam
2e2ea69705 Update bg_BG, thanks to como
git-svn-id: http://piwigo.org/svn/trunk@30916 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-30 17:34:39 +00:00
Piwigo-TranslationTeam
5249cdcf41 Update bg_BG, thanks to como
git-svn-id: http://piwigo.org/svn/trunk@30915 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-29 17:51:26 +00:00
Piwigo-TranslationTeam
a3048704d1 Update bg_BG, thanks to como
git-svn-id: http://piwigo.org/svn/trunk@30914 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-29 17:51:25 +00:00
Piwigo-TranslationTeam
0182f3bc62 Update bg_BG, thanks to como
git-svn-id: http://piwigo.org/svn/trunk@30913 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-29 17:51:21 +00:00
Piwigo-TranslationTeam
7247d66cc1 Update bg_BG, thanks to como
git-svn-id: http://piwigo.org/svn/trunk@30912 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-28 17:56:24 +00:00
Piwigo-TranslationTeam
bbaafd2ede Update bg_BG, thanks to como
git-svn-id: http://piwigo.org/svn/trunk@30911 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-28 17:54:46 +00:00
Piwigo-TranslationTeam
34c0f6c2d5 Update hr_HR, thanks to LuxZg
git-svn-id: http://piwigo.org/svn/trunk@30906 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-25 18:01:15 +00:00
Piwigo-TranslationTeam
8e1b26dc24 Update br_FR, thanks to yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@30905 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-25 18:01:12 +00:00
Piwigo-TranslationTeam
1db2cd929a Update vi_VN, thanks to thexixoa
git-svn-id: http://piwigo.org/svn/trunk@30898 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-21 16:24:34 +00:00
Piwigo-TranslationTeam
9818018a86 Update cs_CZ, thanks to jezekus
git-svn-id: http://piwigo.org/svn/trunk@30896 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-19 20:45:51 +00:00
Piwigo-TranslationTeam
99e0547b76 Update uk_UA, thanks to animan
git-svn-id: http://piwigo.org/svn/trunk@30894 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-18 18:21:29 +00:00
plegall
48354d14aa merge r30887 from trunk to branch 2.7
feature 2943: ability to display metadata (via plugin) even if Piwigo core
finds no EXIF. Patch by xbgmsharp (will be used by plugin videoJS).



git-svn-id: http://piwigo.org/svn/branches/2.7@30888 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-12 08:39:43 +00:00
plegall
68caff7099 feature 2943: ability to display metadata (via plugin) even if Piwigo core
finds no EXIF. Patch by xbgmsharp (will be used by plugin videoJS).


git-svn-id: http://piwigo.org/svn/trunk@30887 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-12 08:38:09 +00:00
Piwigo-TranslationTeam
982ca1eb30 Update sr_RS, thanks to gpopac
git-svn-id: http://piwigo.org/svn/trunk@30883 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-10 07:12:55 +00:00
Piwigo-TranslationTeam
aef6c6b7ca Update de_DE, thanks to bigant
git-svn-id: http://piwigo.org/svn/trunk@30880 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-10 07:12:51 +00:00
Piwigo-TranslationTeam
6737c16f5a Update mn_MN, thanks to Ulzii
git-svn-id: http://piwigo.org/svn/trunk@30876 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-10 07:12:40 +00:00
Piwigo-TranslationTeam
5272374a11 Update mn_MN, thanks to Ulzii
git-svn-id: http://piwigo.org/svn/trunk@30875 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-10 07:12:37 +00:00
plegall
f5561856a2 bug 3187: sort albums by names without accents
git-svn-id: http://piwigo.org/svn/trunk@30874 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-09 14:14:45 +00:00
plegall
a9c7ac432c next release is 2.7.3
git-svn-id: http://piwigo.org/svn/branches/2.7@30868 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-08 13:22:10 +00:00
plegall
6d04381f9d merge r30864 from trunk to branch 2.7
bug 3186: improved security on search.php


git-svn-id: http://piwigo.org/svn/branches/2.7@30867 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-08 13:11:46 +00:00
plegall
639edaa04b bug 3186: improved security on search.php
git-svn-id: http://piwigo.org/svn/trunk@30864 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-08 13:06:27 +00:00
Piwigo-TranslationTeam
503f13db47 Update br_FR, thanks to yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@30862 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-07 05:20:22 +00:00
Piwigo-TranslationTeam
65b23a2d50 Update de_DE, thanks to bigant
git-svn-id: http://piwigo.org/svn/trunk@30860 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-06 05:22:21 +00:00
Piwigo-TranslationTeam
178143b1df Update en_US, thanks to thunderrabbit
git-svn-id: http://piwigo.org/svn/trunk@30857 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-05 05:28:01 +00:00
Piwigo-TranslationTeam
2bcc237eaf Update en_US, thanks to thunderrabbit
git-svn-id: http://piwigo.org/svn/trunk@30856 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-05 05:27:59 +00:00
Piwigo-TranslationTeam
cd8e6895e0 Update en_UK, thanks to thunderrabbit
git-svn-id: http://piwigo.org/svn/trunk@30855 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-05 05:27:54 +00:00
Piwigo-TranslationTeam
cff35e8394 Update eo_EO, thanks to sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@30853 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-04 16:33:44 +00:00
Piwigo-TranslationTeam
81dc78cb04 Update ja_JP, thanks to thunderrabbit
git-svn-id: http://piwigo.org/svn/trunk@30842 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-03 11:32:49 +00:00
Piwigo-TranslationTeam
78962e9f5d Update cs_CZ, thanks to dragonlord
git-svn-id: http://piwigo.org/svn/trunk@30841 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-02 18:09:35 +00:00
Piwigo-TranslationTeam
528c929991 Update de_DE, thanks to bigant
git-svn-id: http://piwigo.org/svn/trunk@30839 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-02 10:43:56 +00:00
Piwigo-TranslationTeam
4d633dedc4 Update sk_SK, thanks to dodo
git-svn-id: http://piwigo.org/svn/trunk@30838 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-02 10:43:51 +00:00
Piwigo-TranslationTeam
eae264a7f5 Update de_DE, thanks to bigant
git-svn-id: http://piwigo.org/svn/trunk@30837 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-02 07:40:18 +00:00
Piwigo-TranslationTeam
f7dc496bf2 Update de_DE, thanks to bigant
git-svn-id: http://piwigo.org/svn/trunk@30835 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-01 08:53:12 +00:00
Piwigo-TranslationTeam
2a483632f9 Update de_DE, thanks to bigant
git-svn-id: http://piwigo.org/svn/trunk@30834 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-01 08:53:11 +00:00
Piwigo-TranslationTeam
4f6c178d9b Update de_DE, thanks to bigant
git-svn-id: http://piwigo.org/svn/trunk@30833 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-01 08:53:06 +00:00
Piwigo-TranslationTeam
95d65cc20f Update de_DE, thanks to bigant
git-svn-id: http://piwigo.org/svn/trunk@30832 68402e56-0260-453c-a942-63ccdbb3a9ee
2015-01-01 08:53:03 +00:00
Piwigo-TranslationTeam
09162b83b3 Update de_DE, thanks to bigant
git-svn-id: http://piwigo.org/svn/trunk@30831 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-12-31 11:32:00 +00:00
Piwigo-TranslationTeam
b0dcb589a6 Update de_DE, thanks to bigant
git-svn-id: http://piwigo.org/svn/trunk@30830 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-12-31 06:37:11 +00:00
Piwigo-TranslationTeam
a4a9ee2c45 Update ja_JP, thanks to ma2tak
git-svn-id: http://piwigo.org/svn/trunk@30825 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-12-25 05:35:29 +00:00
Piwigo-TranslationTeam
78e1c9cff1 Update eo_EO, thanks to sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@30824 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-12-24 12:31:46 +00:00
Piwigo-TranslationTeam
c08e175af1 Update eo_EO, thanks to sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@30823 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-12-24 12:31:45 +00:00
Piwigo-TranslationTeam
c1f800725d Update eo_EO, thanks to sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@30820 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-12-24 12:31:34 +00:00
Piwigo-TranslationTeam
f7c76afb0c Update ru_RU, thanks to Konve
git-svn-id: http://piwigo.org/svn/trunk@30815 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-12-23 20:53:45 +00:00
Piwigo-TranslationTeam
b1e0fd4b13 Update sk_SK, thanks to xpace
git-svn-id: http://piwigo.org/svn/trunk@30801 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-12-22 05:58:48 +00:00
Piwigo-TranslationTeam
33a05ad192 Update vi_VN, thanks to thexixoa
git-svn-id: http://piwigo.org/svn/trunk@30799 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-12-22 05:58:44 +00:00
Piwigo-TranslationTeam
1154a8857e Update ja_JP, thanks to ma2tak
git-svn-id: http://piwigo.org/svn/trunk@30795 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-12-21 20:15:04 +00:00
Piwigo-TranslationTeam
4cd51700ab Update sr_RS, thanks to gpopac
git-svn-id: http://piwigo.org/svn/trunk@30792 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-12-21 20:14:55 +00:00
Piwigo-TranslationTeam
ffc588bd31 Update pt_PT, thanks to ANO
git-svn-id: http://piwigo.org/svn/trunk@30784 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-12-19 15:08:23 +00:00
Piwigo-TranslationTeam
c8bfe97f4c Update pt_PT, thanks to ANO
git-svn-id: http://piwigo.org/svn/trunk@30782 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-12-19 05:52:38 +00:00
Piwigo-TranslationTeam
f9da1a0738 Update sr_RS, thanks to knjigor
git-svn-id: http://piwigo.org/svn/trunk@30781 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-12-18 21:28:24 +00:00
Piwigo-TranslationTeam
0946e87aa9 Update uk_UA, thanks to m_alien
git-svn-id: http://piwigo.org/svn/trunk@30778 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-12-18 21:28:19 +00:00
Piwigo-TranslationTeam
039a118a99 Update es_MX, thanks to gsades
git-svn-id: http://piwigo.org/svn/trunk@30775 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-12-18 06:42:40 +00:00
Piwigo-TranslationTeam
6a9479aff5 Update es_MX, thanks to gsades
git-svn-id: http://piwigo.org/svn/trunk@30774 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-12-18 06:42:36 +00:00
mistic100
932b67e241 Feature 3185 : Add upload progress indicator with Piecon
git-svn-id: http://piwigo.org/svn/trunk@30766 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-12-16 12:12:54 +00:00
Piwigo-TranslationTeam
69f175dc45 Update bg_BG, thanks to como
git-svn-id: http://piwigo.org/svn/trunk@30760 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-12-15 21:13:49 +00:00
Piwigo-TranslationTeam
03463336c3 Update es_MX, thanks to gsades
git-svn-id: http://piwigo.org/svn/trunk@30750 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-12-14 16:47:43 +00:00
ddtddt
e8c4931919 [Trunk] - Language - first release es_MX México
git-svn-id: http://piwigo.org/svn/trunk@30743 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-12-14 08:44:31 +00:00
Piwigo-TranslationTeam
e1624b83f8 Update es_MX, thanks to gsades
git-svn-id: http://piwigo.org/svn/trunk@30742 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-12-14 08:14:29 +00:00
Piwigo-TranslationTeam
dc8df8db1d Update ja_JP, thanks to ma2tak
git-svn-id: http://piwigo.org/svn/trunk@30736 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-12-12 15:44:06 +00:00
Piwigo-TranslationTeam
45cbabbe70 Update es_MX, thanks to gsades
git-svn-id: http://piwigo.org/svn/trunk@30729 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-12-10 21:44:55 +00:00
Piwigo-TranslationTeam
5b200ace60 [trunk_install] Update ja_JP, thanks to ma2tak
git-svn-id: http://piwigo.org/svn/trunk@30707 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-12-08 20:22:50 +00:00
Piwigo-TranslationTeam
6f9bd9fc21 [privacy] Update it_IT, thanks to Ericnet
git-svn-id: http://piwigo.org/svn/trunk@30705 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-12-07 22:04:37 +00:00
mistic100
bd4ff9fe71 Merged revision(s) 30630 from trunk:
bug 3183: Improve album creation 
update popup selectize with new album
init popup selectize with main selectize value

git-svn-id: http://piwigo.org/svn/branches/2.7@30633 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-30 17:42:18 +00:00
mistic100
966b6e6ac1 Merged revision(s) 30341 from trunk:
feature:3168 Unuseable datepicker for old dates
modify DatePicker internal methods to replace year select by a numeric input

git-svn-id: http://piwigo.org/svn/branches/2.7@30632 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-30 17:40:10 +00:00
mistic100
f1a7d6b66e bug 3183: Improve album creation
update popup selectize with new album
init popup selectize with main selectize value

git-svn-id: http://piwigo.org/svn/trunk@30630 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-30 12:47:59 +00:00
mistic100
5f80cb589c tweak colorbox style2
git-svn-id: http://piwigo.org/svn/trunk@30629 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-30 11:57:47 +00:00
mistic100
1ac4fb3168 update selectize and colorbox + all colorbox themes and i18n
git-svn-id: http://piwigo.org/svn/trunk@30628 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-30 11:38:09 +00:00
Piwigo-TranslationTeam
20959c774d [trunk_admin] Update fi_FI, thanks to jhellen
git-svn-id: http://piwigo.org/svn/trunk@30618 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-26 11:33:39 +00:00
Piwigo-TranslationTeam
2b6b964ad6 [admin_tools] Update de_DE, thanks to bigant
git-svn-id: http://piwigo.org/svn/trunk@30602 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-25 06:03:30 +00:00
Piwigo-TranslationTeam
8fc836d114 [trunk_upgrade] Update de_DE, thanks to bigant
git-svn-id: http://piwigo.org/svn/trunk@30601 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-25 06:03:28 +00:00
Piwigo-TranslationTeam
7f7de045b0 [trunk_install] Update de_DE, thanks to bigant
git-svn-id: http://piwigo.org/svn/trunk@30600 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-25 06:03:27 +00:00
Piwigo-TranslationTeam
6732721cbd [elegant] Update de_DE, thanks to bigant
git-svn-id: http://piwigo.org/svn/trunk@30599 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-25 06:03:25 +00:00
Piwigo-TranslationTeam
040a5173be [trunk_admin] Update nb_NO, thanks to yngve
git-svn-id: http://piwigo.org/svn/trunk@30586 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-24 18:57:08 +00:00
Piwigo-TranslationTeam
9462b4f8c4 [privacy] Update it_IT, thanks to Ericnet
git-svn-id: http://piwigo.org/svn/trunk@30580 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-24 06:11:03 +00:00
Piwigo-TranslationTeam
2c56aa86e1 [language_switch] Update fi_FI, thanks to jhellen
git-svn-id: http://piwigo.org/svn/trunk@30578 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-23 19:36:17 +00:00
plegall
4fb06e52fc next release is 2.7.2
git-svn-id: http://piwigo.org/svn/branches/2.7@30569 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-21 12:29:49 +00:00
plegall
9a53efa36a merge r30563 from trunk to branch 2.7
bug 3178 fixed, in_array check is not reliable when you compare string (user input) and numeric values


git-svn-id: http://piwigo.org/svn/branches/2.7@30566 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-21 12:19:21 +00:00
ddtddt
cc7c177977 [2.7] Language - prepare piwigo 2.7.2
git-svn-id: http://piwigo.org/svn/branches/2.7@30565 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-21 12:18:35 +00:00
ddtddt
9776e531a3 [Trunk] - Language - prepare piwigo 2.7.2
git-svn-id: http://piwigo.org/svn/trunk@30564 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-21 12:18:13 +00:00
plegall
40e8427a99 bug 3178 fixed, in_array check is not reliable when you compare string (user input) and numeric values
git-svn-id: http://piwigo.org/svn/trunk@30563 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-21 12:17:18 +00:00
ddtddt
443775f1bb [2.7] Language - plugin - prepare piwigo 2.7.2
git-svn-id: http://piwigo.org/svn/branches/2.7@30562 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-21 12:03:26 +00:00
ddtddt
f07185fee2 [Trunk] - Language -plugin- prepare piwigo 2.7.2
git-svn-id: http://piwigo.org/svn/trunk@30561 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-21 12:02:20 +00:00
ddtddt
492a11da9e [2.7] Language - theme - prepare piwigo 2.7.2
git-svn-id: http://piwigo.org/svn/branches/2.7@30560 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-21 11:56:42 +00:00
ddtddt
4d8c9ab56c [Trunk] - Language -theme- prepare piwigo 2.7.2
git-svn-id: http://piwigo.org/svn/trunk@30559 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-21 11:56:03 +00:00
ddtddt
e4b42ad932 [2.7] Language - prepare piwigo 2.7.2
git-svn-id: http://piwigo.org/svn/branches/2.7@30558 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-21 11:50:18 +00:00
ddtddt
53feb17e93 [Trunk] - Language - prepare piwigo 2.7.2
git-svn-id: http://piwigo.org/svn/trunk@30557 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-21 11:49:40 +00:00
Piwigo-TranslationTeam
c0ea9be391 [trunk_admin] Update ru_RU, thanks to Konve
git-svn-id: http://piwigo.org/svn/trunk@30556 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-21 11:35:37 +00:00
Piwigo-TranslationTeam
19986270aa [first_contact] Update pl_PL, thanks to tomsmig
git-svn-id: http://piwigo.org/svn/trunk@30553 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-20 20:34:12 +00:00
Piwigo-TranslationTeam
5aabbad9df [elegant] Update de_DE, thanks to bigant
git-svn-id: http://piwigo.org/svn/trunk@30551 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-20 07:15:26 +00:00
Piwigo-TranslationTeam
7ce35d0031 [trunk_public] Update de_DE, thanks to bigant
git-svn-id: http://piwigo.org/svn/trunk@30549 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-20 07:15:23 +00:00
Piwigo-TranslationTeam
238a0ebf2a [elegant] Update et_EE, thanks to ranger
git-svn-id: http://piwigo.org/svn/trunk@30543 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-19 22:38:13 +00:00
Piwigo-TranslationTeam
85a71f1e63 [trunk_admin] Update br_FR, thanks to yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@30539 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-19 22:38:05 +00:00
Piwigo-TranslationTeam
93a0280fe5 [trunk_public] Update th_TH, thanks to pradit
git-svn-id: http://piwigo.org/svn/trunk@30535 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-19 12:28:05 +00:00
Piwigo-TranslationTeam
806f999545 [trunk_admin] Update th_TH, thanks to pradit
git-svn-id: http://piwigo.org/svn/trunk@30534 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-19 12:28:03 +00:00
Piwigo-TranslationTeam
d04f150a02 [smartpocket] Update th_TH, thanks to pradit
git-svn-id: http://piwigo.org/svn/trunk@30528 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-19 12:27:53 +00:00
Piwigo-TranslationTeam
1680f8f32f [admin_tools] Update et_EE, thanks to ranger
git-svn-id: http://piwigo.org/svn/trunk@30525 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-19 12:27:36 +00:00
Piwigo-TranslationTeam
9496bac446 [first_contact] Update uk_UA, thanks to m_alien
git-svn-id: http://piwigo.org/svn/trunk@30522 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-19 12:27:31 +00:00
Piwigo-TranslationTeam
e2e95cce64 [smartpocket] Update ja_JP, thanks to ma2tak
git-svn-id: http://piwigo.org/svn/trunk@30510 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-17 06:23:11 +00:00
Piwigo-TranslationTeam
9e120862c5 [takeatour] Update sr_RS, thanks to gpopac
git-svn-id: http://piwigo.org/svn/trunk@30508 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-17 06:23:04 +00:00
Piwigo-TranslationTeam
9b49152b71 [privacy] Update el_GR, thanks to bas_alba
git-svn-id: http://piwigo.org/svn/trunk@30507 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-17 06:23:00 +00:00
Piwigo-TranslationTeam
e3300c661e [first_contact] Update el_GR, thanks to bas_alba
git-svn-id: http://piwigo.org/svn/trunk@30506 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-17 06:22:59 +00:00
Piwigo-TranslationTeam
94704e1849 [elegant] Update ja_JP, thanks to ma2tak
git-svn-id: http://piwigo.org/svn/trunk@30499 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-15 12:31:19 +00:00
ddtddt
cd83fc6c15 bug lexiglot
git-svn-id: http://piwigo.org/svn/trunk@30498 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-15 08:17:35 +00:00
Piwigo-TranslationTeam
5d768752e9 [first_contact] Update uk_UA, thanks to m_alien
git-svn-id: http://piwigo.org/svn/trunk@30494 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-14 12:26:22 +00:00
Piwigo-TranslationTeam
8b7e7acdfa [trunk_public] Update ja_JP, thanks to ma2tak
git-svn-id: http://piwigo.org/svn/trunk@30488 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-14 06:36:55 +00:00
Piwigo-TranslationTeam
25071b3f7b [tour_2_7_0] Update nb_NO, thanks to paulen
git-svn-id: http://piwigo.org/svn/trunk@30482 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-13 20:49:51 +00:00
Piwigo-TranslationTeam
56d3f36bbb [first_contact] Update nb_NO, thanks to paulen
git-svn-id: http://piwigo.org/svn/trunk@30481 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-13 20:49:49 +00:00
Piwigo-TranslationTeam
343cd1b47b [privacy] Update nb_NO, thanks to paulen
git-svn-id: http://piwigo.org/svn/trunk@30480 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-13 20:49:46 +00:00
Piwigo-TranslationTeam
9f611bd7dc [first_contact] Update nb_NO, thanks to paulen
git-svn-id: http://piwigo.org/svn/trunk@30475 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-13 12:28:16 +00:00
Piwigo-TranslationTeam
fb19ad940b [trunk_public] Update cs_CZ, thanks to marfig
git-svn-id: http://piwigo.org/svn/trunk@30473 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-13 11:35:24 +00:00
Piwigo-TranslationTeam
1a1f4a3977 [takeatour] Update sv_SE, thanks to wahlis
git-svn-id: http://piwigo.org/svn/trunk@30470 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-13 11:35:16 +00:00
Piwigo-TranslationTeam
fd3c4e6511 [takeatour] Update nb_NO, thanks to paulen
git-svn-id: http://piwigo.org/svn/trunk@30469 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-13 11:35:15 +00:00
Piwigo-TranslationTeam
94f38b8ec4 [first_contact] Update nb_NO, thanks to paulen
git-svn-id: http://piwigo.org/svn/trunk@30468 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-13 11:35:11 +00:00
plegall
40256be64a bug 3174 fixed: avoid using load_conf_from_db, use 3rd parameter updateGlobal instead
git-svn-id: http://piwigo.org/svn/trunk@30460 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-12 13:34:53 +00:00
Piwigo-TranslationTeam
c54c6f9db9 [trunk_admin] Update ja_JP, thanks to ma2tak
git-svn-id: http://piwigo.org/svn/trunk@30444 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-12 07:04:11 +00:00
Piwigo-TranslationTeam
efb3315e5c [trunk_public] Update ja_JP, thanks to ma2tak
git-svn-id: http://piwigo.org/svn/trunk@30443 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-12 07:04:09 +00:00
Piwigo-TranslationTeam
ab6567a23f [trunk_upgrade] Update ja_JP, thanks to ma2tak
git-svn-id: http://piwigo.org/svn/trunk@30442 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-12 07:04:07 +00:00
Piwigo-TranslationTeam
2cb058fee4 [trunk_help] Update ja_JP, thanks to ma2tak
git-svn-id: http://piwigo.org/svn/trunk@30440 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-12 07:04:02 +00:00
Piwigo-TranslationTeam
a9dd06e03d [admin_tools] Update cs_CZ, thanks to marfig
git-svn-id: http://piwigo.org/svn/trunk@30410 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-10 12:04:33 +00:00
Piwigo-TranslationTeam
57385d2715 [takeatour] Update pt_PT, thanks to ANO
git-svn-id: http://piwigo.org/svn/trunk@30406 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-10 07:06:17 +00:00
Piwigo-TranslationTeam
1fd317e6eb [privacy] Update it_IT, thanks to Ericnet
git-svn-id: http://piwigo.org/svn/trunk@30395 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-08 07:46:26 +00:00
plegall
5b9c25cf03 merge r30375 from trunk to branch 2.7
bug 3171 fixed: no need to double escape the file name from HTML5 upload


git-svn-id: http://piwigo.org/svn/branches/2.7@30376 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-06 09:17:46 +00:00
plegall
1cc9155c74 bug 3171 fixed: no need to double escape the file name from HTML5 upload
git-svn-id: http://piwigo.org/svn/trunk@30375 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-06 09:16:30 +00:00
Piwigo-TranslationTeam
7cae40a94f [takeatour] Update vi_VN, thanks to : thanhphan467
git-svn-id: http://piwigo.org/svn/trunk@30362 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-04 11:31:58 +00:00
Piwigo-TranslationTeam
7e4be22a21 [admin_tools] Update hu_HU, thanks to : asicu.com
git-svn-id: http://piwigo.org/svn/trunk@30360 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-04 06:29:45 +00:00
rvelices
2b58912b96 bug 3163: pwg.tags.getImages mysql error if order parameter is provided
git-svn-id: http://piwigo.org/svn/trunk@30359 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-03 21:07:33 +00:00
rvelices
a8f4ebc06e bug 3149: admin image preview (colorbox) does not work for small originals
git-svn-id: http://piwigo.org/svn/trunk@30358 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-03 20:50:50 +00:00
mistic100
dca7f6cfa7 feature:3168 Unuseable datepicker for old dates
modify DatePicker internal methods to replace year select by a numeric input

git-svn-id: http://piwigo.org/svn/trunk@30341 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-02 16:37:17 +00:00
Piwigo-TranslationTeam
092b394f63 [first_contact] Update vi_VN, thanks to : thanhphan467
git-svn-id: http://piwigo.org/svn/trunk@30339 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-11-02 08:07:37 +00:00
Piwigo-TranslationTeam
a0a0cfcfb1 [first_contact] Update vi_VN, thanks to : thanhphan467
git-svn-id: http://piwigo.org/svn/trunk@30332 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-30 12:33:18 +00:00
Piwigo-TranslationTeam
f9303add2d [trunk_admin] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@30325 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-30 12:33:07 +00:00
Piwigo-TranslationTeam
8ab353bc7d [trunk_admin] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@30316 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-26 22:04:41 +00:00
Piwigo-TranslationTeam
de4b7f0375 [admin_tools] Update vi_VN, thanks to : thanhphan467
git-svn-id: http://piwigo.org/svn/trunk@30315 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-26 20:01:41 +00:00
plegall
3f835e9aae merge r30310 from trunk to branch 2.7
bug 3165 fixed: template variable ACTIVATE_COMMENTS had been accidentally removed with Piwigo 2.6


git-svn-id: http://piwigo.org/svn/branches/2.7@30311 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-26 09:43:43 +00:00
plegall
2d75fd4579 bug 3165 fixed: template variable ACTIVATE_COMMENTS had been accidentally removed with Piwigo 2.6
git-svn-id: http://piwigo.org/svn/trunk@30310 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-26 09:42:26 +00:00
Piwigo-TranslationTeam
4f14825bef [trunk_admin] Update en_GB, thanks to : Pat2309
git-svn-id: http://piwigo.org/svn/trunk@30306 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-25 19:30:33 +00:00
Piwigo-TranslationTeam
21ace06d61 [first_contact] Update vi_VN, thanks to : thanhphan467
git-svn-id: http://piwigo.org/svn/trunk@30301 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-25 06:22:34 +00:00
Piwigo-TranslationTeam
e2a599f239 [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@30298 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-24 17:08:19 +00:00
Piwigo-TranslationTeam
5841a1026b [trunk_admin] Update de_DE, thanks to : Yogie
git-svn-id: http://piwigo.org/svn/trunk@30296 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-24 17:08:15 +00:00
Piwigo-TranslationTeam
543f618e4b [first_contact] Update de_DE, thanks to : Yogie
git-svn-id: http://piwigo.org/svn/trunk@30295 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-24 17:08:13 +00:00
Piwigo-TranslationTeam
dc2ee6bc0a [takeatour] Update de_DE, thanks to : Yogie
git-svn-id: http://piwigo.org/svn/trunk@30294 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-24 17:08:11 +00:00
Piwigo-TranslationTeam
145ee191f3 [trunk_admin] Update nb_NO, thanks to : paulen
git-svn-id: http://piwigo.org/svn/trunk@30293 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-24 17:08:10 +00:00
Piwigo-TranslationTeam
d0b98fccb4 [privacy] Update de_DE, thanks to : Yogie
git-svn-id: http://piwigo.org/svn/trunk@30292 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-24 17:08:09 +00:00
Piwigo-TranslationTeam
1943abb14c [tour_2_7_0] Update de_DE, thanks to : Yogie
git-svn-id: http://piwigo.org/svn/trunk@30291 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-24 17:08:08 +00:00
Piwigo-TranslationTeam
2f4b242459 [first_contact] Update vi_VN, thanks to : thanhphan467
git-svn-id: http://piwigo.org/svn/trunk@30290 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-24 17:08:06 +00:00
Piwigo-TranslationTeam
3ac840fea5 [trunk_help] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@30287 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-24 05:53:44 +00:00
Piwigo-TranslationTeam
8a739d22aa [trunk_admin] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@30286 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-24 05:53:43 +00:00
Piwigo-TranslationTeam
0351f5dd5b [admin_tools] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@30285 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-24 05:53:41 +00:00
Piwigo-TranslationTeam
b95190b448 [elegant] Add gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@30284 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-24 05:53:39 +00:00
Piwigo-TranslationTeam
e886d2d6de [smartpocket] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@30283 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-24 05:53:38 +00:00
Piwigo-TranslationTeam
3ca4dbf630 [first_contact] Update vi_VN, thanks to : thanhphan467
git-svn-id: http://piwigo.org/svn/trunk@30273 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-24 05:53:21 +00:00
Piwigo-TranslationTeam
e8e0d7e211 [first_contact] Update vi_VN, thanks to : thanhphan467
git-svn-id: http://piwigo.org/svn/trunk@30270 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-23 17:37:37 +00:00
Piwigo-TranslationTeam
0943e27cf4 [smartpocket] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@30269 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-23 17:37:35 +00:00
Piwigo-TranslationTeam
cb610d374b [trunk_help] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@30267 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-23 17:37:31 +00:00
Piwigo-TranslationTeam
b22e747bc1 [first_contact] Update vi_VN, thanks to : thanhphan467
git-svn-id: http://piwigo.org/svn/trunk@30265 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-23 06:06:47 +00:00
Piwigo-TranslationTeam
9e2bfac003 [first_contact] Update vi_VN, thanks to : thanhphan467
git-svn-id: http://piwigo.org/svn/trunk@30263 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-23 02:26:18 +00:00
Piwigo-TranslationTeam
e96f88351a [trunk_public] Update km_KH, thanks to : osify
git-svn-id: http://piwigo.org/svn/trunk@30260 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-22 19:38:22 +00:00
Piwigo-TranslationTeam
4400a05c8c [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@30258 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-22 19:38:19 +00:00
Piwigo-TranslationTeam
f39c182330 [trunk_public] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@30255 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-22 19:38:14 +00:00
Piwigo-TranslationTeam
6ce5e070ed [trunk_public] Update cs_CZ, thanks to : coudy
git-svn-id: http://piwigo.org/svn/trunk@30254 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-22 19:38:13 +00:00
Piwigo-TranslationTeam
9b99b7ec65 [trunk_help] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@30253 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-22 19:38:11 +00:00
Piwigo-TranslationTeam
fd5f66c675 [trunk_public] Update sv_SE, thanks to : wahlis
git-svn-id: http://piwigo.org/svn/trunk@30244 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-20 18:03:05 +00:00
Piwigo-TranslationTeam
3994e0226a [privacy] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@30236 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-20 18:02:49 +00:00
Piwigo-TranslationTeam
c7d8681107 [trunk_admin] Update vi_VN, thanks to : dummy
git-svn-id: http://piwigo.org/svn/trunk@30216 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-19 05:53:15 +00:00
Piwigo-TranslationTeam
7a93e23f72 [trunk_public] Update es_AR, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30198 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-18 14:33:53 +00:00
Piwigo-TranslationTeam
455c8a8ff4 [trunk_public] Update fr_CA, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30194 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-18 04:43:50 +00:00
Piwigo-TranslationTeam
51e95c1cf2 [trunk_admin] Update fr_CA, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30193 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-18 04:43:48 +00:00
Piwigo-TranslationTeam
96b738a701 [trunk_admin] Update de_DE, thanks to : waterpoloschlumpf
git-svn-id: http://piwigo.org/svn/trunk@30188 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-18 04:43:42 +00:00
Piwigo-TranslationTeam
2487fae440 [trunk_public] Update ar_EG, thanks to : elshobokshy
git-svn-id: http://piwigo.org/svn/trunk@30175 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:07:15 +00:00
Piwigo-TranslationTeam
59dc67ade0 [trunk_install] Update fr_FR, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30174 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:07:13 +00:00
Piwigo-TranslationTeam
ba88a2eb06 [trunk_install] Update af_ZA, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30173 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:07:11 +00:00
Piwigo-TranslationTeam
08caa33317 [trunk_install] Update bg_BG, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30172 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:07:10 +00:00
Piwigo-TranslationTeam
55c02de137 [trunk_install] Update br_FR, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30171 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:07:08 +00:00
Piwigo-TranslationTeam
afd851747d [trunk_install] Update ar_SA, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30170 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:07:07 +00:00
Piwigo-TranslationTeam
d12027aeb1 [trunk_install] Update ca_ES, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30169 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:07:04 +00:00
Piwigo-TranslationTeam
9b38cc0e61 [trunk_install] Update cs_CZ, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30168 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:07:03 +00:00
Piwigo-TranslationTeam
db71fc22e0 [trunk_install] Update da_DK, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30167 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:07:01 +00:00
Piwigo-TranslationTeam
5024914498 [trunk_install] Update de_DE, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30166 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:07:00 +00:00
Piwigo-TranslationTeam
f14c9eb4ed [trunk_install] Update el_GR, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30165 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:58 +00:00
Piwigo-TranslationTeam
64aa731ddd [trunk_install] Update en_UK, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30164 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:56 +00:00
Piwigo-TranslationTeam
f7125a7acd [trunk_install] Update eo_EO, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30163 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:54 +00:00
Piwigo-TranslationTeam
a69f33210d [trunk_install] Update es_ES, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30162 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:52 +00:00
Piwigo-TranslationTeam
ddd65fbaaf [trunk_install] Update et_EE, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30161 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:51 +00:00
Piwigo-TranslationTeam
8a030e5705 [trunk_install] Update fa_IR, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30160 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:49 +00:00
Piwigo-TranslationTeam
cce938f4ba [trunk_install] Update fi_FI, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30159 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:48 +00:00
Piwigo-TranslationTeam
533b12e31b [trunk_install] Update fr_CA, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30158 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:46 +00:00
Piwigo-TranslationTeam
70449c8127 [trunk_install] Update gl_ES, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30157 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:44 +00:00
Piwigo-TranslationTeam
adcbdc670e [trunk_install] Update he_IL, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30156 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:43 +00:00
Piwigo-TranslationTeam
21f31d3e08 [trunk_install] Update hr_HR, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30155 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:41 +00:00
Piwigo-TranslationTeam
b178eff2f0 [trunk_install] Update hu_HU, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30154 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:40 +00:00
Piwigo-TranslationTeam
3eb595054b [trunk_install] Update it_IT, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30153 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:38 +00:00
Piwigo-TranslationTeam
11e236807e [trunk_install] Update ja_JP, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30152 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:36 +00:00
Piwigo-TranslationTeam
4bbfa1fb9a [trunk_install] Update ka_GE, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30151 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:34 +00:00
Piwigo-TranslationTeam
3781ed1662 [trunk_install] Update km_KH, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30150 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:32 +00:00
Piwigo-TranslationTeam
ec36427223 [trunk_install] Update kn_IN, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30149 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:31 +00:00
Piwigo-TranslationTeam
ceb15260b3 [trunk_install] Update ko_KR, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30148 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:29 +00:00
Piwigo-TranslationTeam
58f25994b6 [trunk_install] Update lt_LT, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30147 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:28 +00:00
Piwigo-TranslationTeam
83a1c66886 [trunk_install] Update lv_LV, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30146 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:26 +00:00
Piwigo-TranslationTeam
41b1718f87 [trunk_install] Update mk_MK, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30145 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:24 +00:00
Piwigo-TranslationTeam
b9d41355fb [trunk_install] Update mn_MN, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30144 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:23 +00:00
Piwigo-TranslationTeam
fe3ac8fb2f [trunk_install] Update nb_NO, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30143 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:21 +00:00
Piwigo-TranslationTeam
23663ad7a5 [trunk_install] Update nl_NL, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30142 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:20 +00:00
Piwigo-TranslationTeam
4d72bbf684 [trunk_install] Update zh_TW, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30141 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:18 +00:00
Piwigo-TranslationTeam
4f2a913b98 [trunk_install] Update nn_NO, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30140 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:17 +00:00
Piwigo-TranslationTeam
213a65c185 [trunk_install] Update pl_PL, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30139 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:16 +00:00
Piwigo-TranslationTeam
ac31bf1215 [trunk_install] Update pt_BR, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30138 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:14 +00:00
Piwigo-TranslationTeam
1179f221a6 [trunk_install] Update pt_PT, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30137 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:13 +00:00
Piwigo-TranslationTeam
9e74e657ae [trunk_install] Update ro_RO, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30136 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:11 +00:00
Piwigo-TranslationTeam
37f5e91267 [trunk_install] Update ru_RU, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30135 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:09 +00:00
Piwigo-TranslationTeam
97a83fea31 [trunk_install] Update sh_RS, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30134 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:08 +00:00
Piwigo-TranslationTeam
19f906837f [trunk_install] Update sk_SK, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30133 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:07 +00:00
Piwigo-TranslationTeam
e1b3d39294 [trunk_install] Update sl_SI, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30132 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:05 +00:00
Piwigo-TranslationTeam
2034a0e62c [trunk_install] Update sr_RS, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30131 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:04 +00:00
Piwigo-TranslationTeam
0f310dfbd0 [trunk_install] Update sv_SE, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30130 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:03 +00:00
Piwigo-TranslationTeam
5707671bbe [trunk_install] Update ta_IN, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30129 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:01 +00:00
Piwigo-TranslationTeam
22f284a5b1 [trunk_install] Update th_TH, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30128 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:06:00 +00:00
Piwigo-TranslationTeam
3bf75480c1 [trunk_install] Update tr_TR, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30127 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:05:59 +00:00
Piwigo-TranslationTeam
df937b6213 [trunk_install] Update uk_UA, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30126 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:05:57 +00:00
Piwigo-TranslationTeam
bf383799a2 [trunk_install] Update vi_VN, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30125 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:05:56 +00:00
Piwigo-TranslationTeam
8ae5a61bb9 [trunk_install] Update zh_CN, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30124 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:05:54 +00:00
Piwigo-TranslationTeam
efb29f9e91 [trunk_install] Update zh_HK, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@30123 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:05:53 +00:00
Piwigo-TranslationTeam
1bd2b25fca [trunk_install] Update ar_EG, thanks to : ddtddt & elshobokshy
git-svn-id: http://piwigo.org/svn/trunk@30122 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 22:05:52 +00:00
Piwigo-TranslationTeam
d081342b0e [trunk_public] Update ar_EG, thanks to : elshobokshy
git-svn-id: http://piwigo.org/svn/trunk@30121 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 20:01:56 +00:00
Piwigo-TranslationTeam
063eb91290 [trunk_admin] Update sr_RS, thanks to : gpopac
git-svn-id: http://piwigo.org/svn/trunk@30119 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 20:01:54 +00:00
mistic100
98cf2105b7 Merged revision(s) 30110 from trunk:
datepicker display by default -80:+20 for year select (previous -10:+10)

git-svn-id: http://piwigo.org/svn/branches/2.7@30111 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 19:03:29 +00:00
mistic100
55f9454987 datepicker display by default -80:+20 for year select (previous -10:+10)
git-svn-id: http://piwigo.org/svn/trunk@30110 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 19:01:46 +00:00
Piwigo-TranslationTeam
2a1c176818 [trunk_public] Update ar_EG, thanks to : elshobokshy
git-svn-id: http://piwigo.org/svn/trunk@30108 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 17:05:35 +00:00
plegall
1d674e5955 merge r30106 from trunk to branch 2.7
bug 3162: because string(5) "35.10" == string(4) "35.1", we have to use === instead (or !==)



git-svn-id: http://piwigo.org/svn/branches/2.7@30107 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 12:00:54 +00:00
plegall
41043cbf0d bug 3162: because string(5) "35.10" == string(4) "35.1", we have to use === instead (or !==)
git-svn-id: http://piwigo.org/svn/trunk@30106 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 12:00:11 +00:00
plegall
a599995dc0 merge back r30104 (bad commit log, wrong copy/paste)
git-svn-id: http://piwigo.org/svn/trunk@30105 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 11:56:54 +00:00
plegall
639474d3b6 bug if (584 == )
git-svn-id: http://piwigo.org/svn/trunk@30104 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-16 11:53:38 +00:00
Piwigo-TranslationTeam
422beb53e0 [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@30098 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-15 22:04:15 +00:00
Piwigo-TranslationTeam
1bf9e259c8 [trunk_public] Update ar_EG, thanks to : elshobokshy
git-svn-id: http://piwigo.org/svn/trunk@30097 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-15 22:04:13 +00:00
Piwigo-TranslationTeam
a5e3154999 [trunk_public] Update ar_EG, thanks to : elshobokshy
git-svn-id: http://piwigo.org/svn/trunk@30096 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-15 19:20:09 +00:00
ddtddt
a40c643a68 [trunk] - language - add EG
git-svn-id: http://piwigo.org/svn/trunk@30079 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-15 06:28:03 +00:00
Piwigo-TranslationTeam
b2ede3d767 [trunk_admin] Update sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@30071 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-14 19:37:44 +00:00
Piwigo-TranslationTeam
63b40c4165 [takeatour] Update sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@30070 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-14 19:37:43 +00:00
Piwigo-TranslationTeam
5e004538cb [trunk_upgrade] Update sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@30069 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-14 19:37:41 +00:00
Piwigo-TranslationTeam
9ac920fcb2 [tour_2_7_0] Update sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@30068 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-14 19:37:39 +00:00
Piwigo-TranslationTeam
bfe215c64c [privacy] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@30045 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-13 20:37:23 +00:00
Piwigo-TranslationTeam
aa449cb40b [privacy] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@30025 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-12 18:37:39 +00:00
ddtddt
80a8bdcb8b [2.7] - language - prepare 2.7.1
git-svn-id: http://piwigo.org/svn/branches/2.7@30015 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-12 07:05:48 +00:00
ddtddt
29deed39ff [trunk] - language - prepare 2.7.1
git-svn-id: http://piwigo.org/svn/trunk@30014 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-12 07:05:23 +00:00
ddtddt
0f80a888a2 [2.7] - plugin - language - prepare 2.7.1
git-svn-id: http://piwigo.org/svn/branches/2.7@30013 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-12 06:24:58 +00:00
ddtddt
6b2f7b9634 [Trunk] - plugin - language - prepare 2.7.1
git-svn-id: http://piwigo.org/svn/trunk@30012 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-12 06:24:15 +00:00
Piwigo-TranslationTeam
951973c437 [trunk_admin] Update nb_NO, thanks to : paulen
git-svn-id: http://piwigo.org/svn/trunk@30009 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-11 19:10:56 +00:00
plegall
ccc730d54d next version is 2.7.1
git-svn-id: http://piwigo.org/svn/branches/2.7@30005 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-11 19:01:43 +00:00
plegall
c0be5c156f merge r30003 from branch 2.7 to trunk
bug 3039: smartpocket compatible with Firefox Mobile


git-svn-id: http://piwigo.org/svn/trunk@30004 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-11 19:00:51 +00:00
plegall
e364ea8856 bug 3039: smartpocket compatible with Firefox Mobile
git-svn-id: http://piwigo.org/svn/branches/2.7@30003 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-11 18:52:50 +00:00
mistic100
1faf6de7c7 &amp;
git-svn-id: http://piwigo.org/svn/trunk@29997 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-11 09:32:39 +00:00
Piwigo-TranslationTeam
a826493de6 [privacy] Update nb_NO, thanks to : paulen
git-svn-id: http://piwigo.org/svn/trunk@29996 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-11 04:45:43 +00:00
Piwigo-TranslationTeam
e6d494599a [privacy] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@29994 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-10 20:32:04 +00:00
Piwigo-TranslationTeam
b49819eb96 [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@29993 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-10 20:32:02 +00:00
Piwigo-TranslationTeam
ac7ced87a9 [trunk_admin] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@29988 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-10 20:31:54 +00:00
Piwigo-TranslationTeam
1aa65257c1 [privacy] Update nb_NO, thanks to : paulen
git-svn-id: http://piwigo.org/svn/trunk@29985 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-10 20:31:50 +00:00
plegall
f5c35f818f bug 3159: wrong URL for IE11 on "Add another set of photos" after upload
git-svn-id: http://piwigo.org/svn/trunk@29983 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-10 13:42:47 +00:00
Piwigo-TranslationTeam
cfbaa2125f [first_contact] Update nb_NO, thanks to : paulen
git-svn-id: http://piwigo.org/svn/trunk@29972 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-10 04:40:26 +00:00
Piwigo-TranslationTeam
18f5106339 [tour_2_7_0] Update nb_NO, thanks to : paulen
git-svn-id: http://piwigo.org/svn/trunk@29963 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-09 19:41:56 +00:00
Piwigo-TranslationTeam
62d3fa5189 [takeatour] Update nb_NO, thanks to : paulen
git-svn-id: http://piwigo.org/svn/trunk@29962 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-09 19:41:54 +00:00
Piwigo-TranslationTeam
5e489a45ac [first_contact] Update nb_NO, thanks to : paulen
git-svn-id: http://piwigo.org/svn/trunk@29951 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-09 19:41:38 +00:00
flop25
e9a154291c Merged revision(s) 29949 from trunk:
bug:3126
just an isset


git-svn-id: http://piwigo.org/svn/branches/2.7@29950 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-09 19:35:50 +00:00
flop25
457ae3064c bug:3126
just an isset

git-svn-id: http://piwigo.org/svn/trunk@29949 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-09 19:34:50 +00:00
Piwigo-TranslationTeam
0ffdb98bde [admin_tools] Update pl_PL, thanks to : AndrzejL
git-svn-id: http://piwigo.org/svn/trunk@29938 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-08 21:12:35 +00:00
Piwigo-TranslationTeam
1a79792e56 [tour_2_7_0] Update nb_NO, thanks to : paulen
git-svn-id: http://piwigo.org/svn/trunk@29935 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-08 21:12:31 +00:00
Piwigo-TranslationTeam
d9851d67ce [privacy] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@29923 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-07 21:17:19 +00:00
plegall
2a839be3b6 merge r29904 from trunk to branch 2.7
bug 3078: avoid zlib issue on Ubuntu 14.04 (PHP 5.5) and maybe other systems


git-svn-id: http://piwigo.org/svn/branches/2.7@29905 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-06 10:46:06 +00:00
plegall
c08e34dea3 bug 3078: avoid zlib issue on Ubuntu 14.04 (PHP 5.5) and maybe other systems
git-svn-id: http://piwigo.org/svn/trunk@29904 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-06 10:45:23 +00:00
plegall
1dfbbbf11d merge r29900 from trunk to branch 2.7
bug 3153: fix the AddPhotos buttons on Iceweasel (and on iOS 8.0.2... sometimes). Patch by mmoy


git-svn-id: http://piwigo.org/svn/branches/2.7@29903 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-06 09:29:35 +00:00
plegall
83f267dc95 merge r29901 from trunk to branch 2.7
bug 3156 fixed: avoid warning on PHP 5.2 for nl2br second parameter



git-svn-id: http://piwigo.org/svn/branches/2.7@29902 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-06 09:28:37 +00:00
plegall
c4017d2a8a bug 3156 fixed: avoid warning on PHP 5.2 for nl2br second parameter
git-svn-id: http://piwigo.org/svn/trunk@29901 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-06 09:27:19 +00:00
plegall
596c34b51a bug 3153: fix the AddPhotos buttons on Iceweasel (and on iOS 8.0.2... sometimes). Patch by mmoy
git-svn-id: http://piwigo.org/svn/trunk@29900 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-06 09:17:22 +00:00
Piwigo-TranslationTeam
3a8dd51c19 [first_contact] Update it_IT, thanks to : vaserra
git-svn-id: http://piwigo.org/svn/trunk@29898 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-06 05:51:05 +00:00
Piwigo-TranslationTeam
11a6c0b66a [privacy] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@29894 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-06 05:50:57 +00:00
Piwigo-TranslationTeam
cdab6677c9 [tour_2_7_0] Update nb_NO, thanks to : paulen
git-svn-id: http://piwigo.org/svn/trunk@29889 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-06 05:50:50 +00:00
Piwigo-TranslationTeam
3150bab9d4 [takeatour] Update nb_NO, thanks to : paulen
git-svn-id: http://piwigo.org/svn/trunk@29888 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-06 05:50:48 +00:00
Piwigo-TranslationTeam
7a0c6fc0ae [admin_tools] Update hu_HU, thanks to : asicu.com
git-svn-id: http://piwigo.org/svn/trunk@29885 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-06 05:50:43 +00:00
ddtddt
6fb7f07e50 [Trunk] - Language - bug NL
git-svn-id: http://piwigo.org/svn/trunk@29883 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-05 11:59:47 +00:00
Piwigo-TranslationTeam
892e50a4b1 [admin_tools] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@29882 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-05 04:32:04 +00:00
Piwigo-TranslationTeam
0fab45bbdf [trunk_public] Update nl_NL, thanks to : Blackbird
git-svn-id: http://piwigo.org/svn/trunk@29880 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-04 05:18:48 +00:00
Piwigo-TranslationTeam
018728cfd9 [trunk_public] Update nl_NL, thanks to : Blackbird
git-svn-id: http://piwigo.org/svn/trunk@29875 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-03 06:28:18 +00:00
flop25
acda99cf4d Merged revision(s) 29859 from trunk/plugins/TakeATour:
bug:3150
step 18 and 21 : can't click directly on links 


git-svn-id: http://piwigo.org/svn/branches/2.7@29860 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-01 19:29:01 +00:00
flop25
e44067087e bug:3150
step 18 and 21 : can't click directly on links 

git-svn-id: http://piwigo.org/svn/trunk@29859 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-01 19:14:11 +00:00
flop25
5ad27a59d3 Merged revision(s) 29857 from trunk/admin:
feature:3126 no more notice should be displayed
thx to rvelices for the report!



git-svn-id: http://piwigo.org/svn/branches/2.7@29858 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-01 18:06:45 +00:00
flop25
2a8734ed91 feature:3126 no more notice should be displayed
thx to rvelices for the report!


git-svn-id: http://piwigo.org/svn/trunk@29857 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-01 17:59:49 +00:00
Piwigo-TranslationTeam
9d5144b0f8 [trunk_admin] Update hu_HU, thanks to : asicu.com
git-svn-id: http://piwigo.org/svn/trunk@29856 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-10-01 17:28:12 +00:00
rvelices
bf786b038e bug 3148: merger -r29852 from trunk quick search fix html special chars
git-svn-id: http://piwigo.org/svn/branches/2.7@29853 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-30 21:09:00 +00:00
rvelices
c06d7bc2e5 bug 3148: quick search fix html special chars
git-svn-id: http://piwigo.org/svn/trunk@29852 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-30 21:07:59 +00:00
Piwigo-TranslationTeam
0952635dbc [tour_2_7_0] Update vi_VN, thanks to : dummy
git-svn-id: http://piwigo.org/svn/trunk@29843 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-30 09:27:24 +00:00
plegall
18f045bf35 bug 3111: cleaner code for get_browser_language (no more reference as parameter)
git-svn-id: http://piwigo.org/svn/trunk@29840 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-30 08:23:34 +00:00
plegall
7e5722ce78 bug 3111: add comment to help understand the code
git-svn-id: http://piwigo.org/svn/trunk@29839 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-29 20:55:00 +00:00
Piwigo-TranslationTeam
fdebb13ad4 [trunk_admin] Update en_UK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@29837 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-29 17:04:05 +00:00
Piwigo-TranslationTeam
9042875150 [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@29836 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-29 17:04:00 +00:00
Piwigo-TranslationTeam
8459d8e27c [tour_2_7_0] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@29833 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-29 05:38:02 +00:00
Piwigo-TranslationTeam
319071b84c [tour_2_7_0] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@29832 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-28 17:01:24 +00:00
Piwigo-TranslationTeam
19fa8ed237 [tour_2_7_0] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@29827 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-28 17:01:16 +00:00
Piwigo-TranslationTeam
7ba28213de [takeatour] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@29826 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-28 17:01:15 +00:00
Piwigo-TranslationTeam
6f456078c4 [tour_2_7_0] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@29823 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-28 06:56:29 +00:00
Piwigo-TranslationTeam
a2bcb57d8f [trunk_admin] Update pt_PT, thanks to : ANO
git-svn-id: http://piwigo.org/svn/trunk@29813 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-27 15:59:52 +00:00
Piwigo-TranslationTeam
daf3b5c28e [tour_2_7_0] Update et_EE, thanks to : kersta
git-svn-id: http://piwigo.org/svn/trunk@29807 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-27 06:02:29 +00:00
rvelices
946a1c7017 bug 3148: quick search Merged -r29804 from trunk to branch 2.7
git-svn-id: http://piwigo.org/svn/branches/2.7@29805 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-26 20:17:15 +00:00
rvelices
b3a6125892 git-svn-id: http://piwigo.org/svn/trunk@29804 68402e56-0260-453c-a942-63ccdbb3a9ee 2014-09-26 20:15:53 +00:00
Piwigo-TranslationTeam
ba160199ae [takeatour] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@29796 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-26 05:32:25 +00:00
Piwigo-TranslationTeam
00f80b803a [trunk_admin] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@29795 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-26 05:32:23 +00:00
mistic100
4f41b2e9ae Merged revision(s) 29773, 29778-29779 from trunk:
fix plugins autoupdate: call ##_maintain::update when updating from back-office
- plugins.version is not updated in "activate" action
- plugins.version is updated in "update" action and "load_plugin()" function (not only for plugins using maintain.class.php)

cases covered:
- autoupdate while active or inactive
- FTP update while active or inactive


git-svn-id: http://piwigo.org/svn/branches/2.7@29792 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-25 19:23:52 +00:00
Piwigo-TranslationTeam
b53dc36b84 [trunk_admin] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@29789 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-25 17:23:03 +00:00
Piwigo-TranslationTeam
a4e50ac860 [tour_2_7_0] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@29788 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-25 17:23:02 +00:00
Piwigo-TranslationTeam
613579a895 [takeatour] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@29787 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-25 17:23:01 +00:00
Piwigo-TranslationTeam
9b13d55ddb [privacy] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@29786 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-25 17:22:59 +00:00
Piwigo-TranslationTeam
a2d15af35a [privacy] Update nl_NL, thanks to : Ellin-E
git-svn-id: http://piwigo.org/svn/trunk@29782 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-25 17:22:53 +00:00
mistic100
0f0b8e0430 final fix for plugins update ?
- plugins.version is not updated in "activate" action
- plugins.version is updated in "update" action and "load_plugin()" function (not only for plugins using maintain.class.php)

cases covered:
- autoupdate while active or inactive
- FTP update while active or inactive


git-svn-id: http://piwigo.org/svn/trunk@29779 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-25 09:25:24 +00:00
mistic100
64b7e77a5a flaw in r29773
git-svn-id: http://piwigo.org/svn/trunk@29778 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-25 08:46:16 +00:00
plegall
5d666f8566 merge r29776 from trunk to branch 2.7
update Take a Tour version number to 2.7.1 (like on piwigo.org/ext)


git-svn-id: http://piwigo.org/svn/branches/2.7@29777 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-24 21:54:53 +00:00
plegall
9b662902cc update Take a Tour version number to 2.7.1 (like on piwigo.org/ext)
git-svn-id: http://piwigo.org/svn/trunk@29776 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-24 21:46:40 +00:00
Piwigo-TranslationTeam
f4692ac0bf [trunk_public] Update sr_RS, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@29775 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-24 21:22:42 +00:00
mistic100
17a72f2bb2 fix plugins autoupdate: call ##_maintain::update when updating from back-office
git-svn-id: http://piwigo.org/svn/trunk@29773 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-24 17:30:08 +00:00
plegall
335b2eda52 merge r29770 from trunk to branch 2.7
bug 3145: generate the pwg_token at the right time, not at prefilter time


git-svn-id: http://piwigo.org/svn/branches/2.7@29771 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-24 10:57:57 +00:00
plegall
d74b80bbb7 bug 3145: generate the pwg_token at the right time, not at prefilter time
git-svn-id: http://piwigo.org/svn/trunk@29770 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-24 10:56:08 +00:00
plegall
39d3c6883b change default configuration settings for a stable branch. Developers who need previous configuration settings can modify them in their local configuration
git-svn-id: http://piwigo.org/svn/branches/2.7@29768 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-24 07:14:44 +00:00
plegall
1560fae282 Create branch 2.7 from trunk r29766
git-svn-id: http://piwigo.org/svn/branches/2.7@29767 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-24 07:11:17 +00:00
Piwigo-TranslationTeam
775bab4d97 [tour_2_7_0] Update et_EE, thanks to : kersta
git-svn-id: http://piwigo.org/svn/trunk@29766 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-23 21:29:26 +00:00
Piwigo-TranslationTeam
dad5c67a75 [tour_2_7_0] Update zh_TW, thanks to : azq1231
git-svn-id: http://piwigo.org/svn/trunk@29765 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-23 16:53:24 +00:00
Piwigo-TranslationTeam
f02aa30194 [first_contact] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@29764 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-23 16:53:23 +00:00
plegall
60e849b8bc feature 3067: add pdf in conf.picture_ext to illustrate PDF representative generation
git-svn-id: http://piwigo.org/svn/trunk@29762 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-23 13:39:04 +00:00
mistic100
9d0357e889 filter "dissociate" action + display bug of Selectize widget
git-svn-id: http://piwigo.org/svn/trunk@29760 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-23 09:28:26 +00:00
plegall
3ef5464b26 bug fixed: register_user can be called with no ['mail_address']
git-svn-id: http://piwigo.org/svn/trunk@29759 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-23 08:37:16 +00:00
Piwigo-TranslationTeam
d58ee674d9 [tour_2_7_0] Update vi_VN, thanks to : dummy
git-svn-id: http://piwigo.org/svn/trunk@29757 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-23 05:40:46 +00:00
mistic100
0a53c355a5 syntax error in r29755
git-svn-id: http://piwigo.org/svn/trunk@29756 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-22 19:31:29 +00:00
ddtddt
0a12d3af59 [Trunk] - Plugin - TakeATour add 2.7 cs_CZ - Česky – Czech Thanks to webprostor
git-svn-id: http://piwigo.org/svn/trunk@29755 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-22 18:55:37 +00:00
Piwigo-TranslationTeam
0c474a9dea [first_contact] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@29749 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-22 18:22:49 +00:00
Piwigo-TranslationTeam
c95f4441d5 [tour_2_7_0] Update pt_PT, thanks to : ANO
git-svn-id: http://piwigo.org/svn/trunk@29748 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-22 18:22:48 +00:00
Piwigo-TranslationTeam
1378c629c6 [takeatour] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@29747 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-22 18:22:46 +00:00
Piwigo-TranslationTeam
a04685d0cc [takeatour] Update nb_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@29746 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-22 18:22:45 +00:00
Piwigo-TranslationTeam
9941c1cabc [trunk_admin] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@29745 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-22 18:22:44 +00:00
Piwigo-TranslationTeam
a598b38c9a [tour_2_7_0] Update sv_SE, thanks to : Blytung
git-svn-id: http://piwigo.org/svn/trunk@29744 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-22 18:22:42 +00:00
Piwigo-TranslationTeam
8892cac7e0 [trunk_admin] Update sv_SE, thanks to : Blytung
git-svn-id: http://piwigo.org/svn/trunk@29743 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-22 18:22:39 +00:00
Piwigo-TranslationTeam
c182139680 [takeatour] Update sv_SE, thanks to : Blytung
git-svn-id: http://piwigo.org/svn/trunk@29742 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-22 18:22:38 +00:00
plegall
aace8fa154 next version is 2.7.0
git-svn-id: http://piwigo.org/svn/trunk@29737 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-22 13:06:28 +00:00
plegall
88dc2f57b9 remove debug code
git-svn-id: http://piwigo.org/svn/trunk@29736 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-22 12:56:24 +00:00
plegall
01c531746a bug fixed: no need to check the table piwigo_plugins, this table always exists at this point
git-svn-id: http://piwigo.org/svn/trunk@29735 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-22 12:55:01 +00:00
plegall
c92b76a3b6 bug fixed: on Chrome + MacOSX, incorrect left margin on user list
git-svn-id: http://piwigo.org/svn/trunk@29731 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-22 10:55:15 +00:00
plegall
4dbf817829 feature 3083: return the upload_file_types in pwg.session.getStatus (list of file extension, comma separated)
git-svn-id: http://piwigo.org/svn/trunk@29729 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-22 09:29:00 +00:00
Piwigo-TranslationTeam
765feec9ea [tour_2_7_0] Update fi_FI, thanks to : lrd
git-svn-id: http://piwigo.org/svn/trunk@29728 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-22 04:53:23 +00:00
Piwigo-TranslationTeam
47990414cd [trunk_admin] Update zh_TW, thanks to : azq1231
git-svn-id: http://piwigo.org/svn/trunk@29727 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-22 04:53:21 +00:00
Piwigo-TranslationTeam
95398c51cf [smartpocket] Update zh_TW, thanks to : azq1231
git-svn-id: http://piwigo.org/svn/trunk@29726 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-22 04:53:20 +00:00
Piwigo-TranslationTeam
e26ad69b57 [takeatour] Update fi_FI, thanks to : lrd
git-svn-id: http://piwigo.org/svn/trunk@29725 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-21 21:19:26 +00:00
Piwigo-TranslationTeam
e778db24d9 [takeatour] Update et_EE, thanks to : kersta
git-svn-id: http://piwigo.org/svn/trunk@29722 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-21 20:09:38 +00:00
Piwigo-TranslationTeam
daa521fd0b [first_contact] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@29721 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-21 20:09:36 +00:00
Piwigo-TranslationTeam
8cccedb2a7 [takeatour] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@29716 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-21 20:09:27 +00:00
Piwigo-TranslationTeam
0db0ace0a9 [privacy] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@29715 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-21 20:09:26 +00:00
ddtddt
d8f17e2553 [Trunk] - language - prepare for 2.7.0
git-svn-id: http://piwigo.org/svn/trunk@29714 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-21 20:05:12 +00:00
ddtddt
2c3aaa93ac [Trunk] - plugin - prepare for 2.7.0
git-svn-id: http://piwigo.org/svn/trunk@29713 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-21 19:25:56 +00:00
ddtddt
380678b250 [2.6] - theme - prepare for 2.7.0
git-svn-id: http://piwigo.org/svn/trunk@29712 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-21 19:16:51 +00:00
Piwigo-TranslationTeam
f590235d3f [trunk_public] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@29711 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-21 17:35:57 +00:00
Piwigo-TranslationTeam
84cb67a8af [first_contact] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@29707 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-21 17:35:51 +00:00
Piwigo-TranslationTeam
c61d077951 [takeatour] Update et_EE, thanks to : kersta
git-svn-id: http://piwigo.org/svn/trunk@29706 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-21 17:35:50 +00:00
Piwigo-TranslationTeam
f708f78574 [admin_tools] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@29705 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-21 14:59:36 +00:00
Piwigo-TranslationTeam
e81efd9fe6 [trunk_admin] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@29704 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-21 14:59:34 +00:00
Piwigo-TranslationTeam
5add3998fc [trunk_admin] Update et_EE, thanks to : kersta
git-svn-id: http://piwigo.org/svn/trunk@29703 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-21 14:59:33 +00:00
Piwigo-TranslationTeam
524cf062a3 [takeatour] Update pl_PL, thanks to : Greybrow
git-svn-id: http://piwigo.org/svn/trunk@29701 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-21 14:59:30 +00:00
Piwigo-TranslationTeam
f1796df684 [trunk_admin] Update pl_PL, thanks to : Greybrow
git-svn-id: http://piwigo.org/svn/trunk@29700 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-21 14:59:29 +00:00
Piwigo-TranslationTeam
75ad4766f3 [takeatour] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@29695 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-21 07:48:00 +00:00
Piwigo-TranslationTeam
c0c94e0160 [trunk_admin] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@29689 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-21 05:23:44 +00:00
Piwigo-TranslationTeam
470f079adb [trunk_public] Update pl_PL, thanks to : AndrzejL
git-svn-id: http://piwigo.org/svn/trunk@29688 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-21 05:23:42 +00:00
Piwigo-TranslationTeam
c09d353bc4 [tour_2_7_0] Update uk_UA, thanks to : tb0hdan
git-svn-id: http://piwigo.org/svn/trunk@29687 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-20 18:56:44 +00:00
Piwigo-TranslationTeam
b02a97ed71 [tour_2_7_0] Update fr_FR, thanks to : plg
git-svn-id: http://piwigo.org/svn/trunk@29685 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-20 18:40:04 +00:00
Piwigo-TranslationTeam
fbabaa9b69 [trunk_admin] Update hu_HU, thanks to : asicu.com
git-svn-id: http://piwigo.org/svn/trunk@29684 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-20 16:34:11 +00:00
Piwigo-TranslationTeam
f5c347be51 [tour_2_7_0] Update uk_UA, thanks to : StreamThreader
git-svn-id: http://piwigo.org/svn/trunk@29683 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-20 16:34:10 +00:00
Piwigo-TranslationTeam
e95a1e132e [takeatour] Update uk_UA, thanks to : StreamThreader
git-svn-id: http://piwigo.org/svn/trunk@29682 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-20 16:34:08 +00:00
Piwigo-TranslationTeam
473d7ff7bb [trunk_public] Update nb_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@29678 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-20 16:34:02 +00:00
Piwigo-TranslationTeam
cb93c19f97 [trunk_admin] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@29675 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-20 16:33:58 +00:00
Piwigo-TranslationTeam
6d4c3adbfc [trunk_admin] Update nb_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@29674 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-20 14:39:41 +00:00
Piwigo-TranslationTeam
11e76960a9 [takeatour] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@29672 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-20 14:26:45 +00:00
Piwigo-TranslationTeam
33e0b66238 [takeatour] Update fi_FI, thanks to : Juhi24
git-svn-id: http://piwigo.org/svn/trunk@29671 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-20 14:26:43 +00:00
Piwigo-TranslationTeam
e1163fb2f5 [tour_2_7_0] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@29670 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-20 14:26:42 +00:00
Piwigo-TranslationTeam
d0618d63cd [first_contact] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@29669 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-20 14:26:41 +00:00
Piwigo-TranslationTeam
c702a6cc2e [takeatour] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@29668 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-20 13:09:38 +00:00
Piwigo-TranslationTeam
4ba4dc66cb [trunk_public] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@29667 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-20 12:23:34 +00:00
plegall
f98dd75868 bug 3141 fixed: forget to change piwigo_structure-mysql.sql in r29111 for feature 3050
git-svn-id: http://piwigo.org/svn/trunk@29666 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-20 11:52:45 +00:00
plegall
b0cc8f1bc2 * feature 3142: upgrade script to Piwigo 2.7
* link to Tour 2_7_0 at the end of upgrade

* activate plugin Take a Tour by default


git-svn-id: http://piwigo.org/svn/trunk@29665 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-20 11:43:01 +00:00
plegall
4e612f3e59 remove link to tour 2.7.0 on list_check_integrity trigger (it will always be shown), we will have a link at the end of the upgrade instead (much more visible)
git-svn-id: http://piwigo.org/svn/trunk@29664 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-20 11:36:34 +00:00
Piwigo-TranslationTeam
663c8b4bcd [admin_tools] Update ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@29663 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-19 17:44:52 +00:00
plegall
9f8835ab23 center the .bigbutton for only one bigButton (and not 2 with Take a tour)
git-svn-id: http://piwigo.org/svn/trunk@29647 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-19 13:46:51 +00:00
plegall
3a2fcdec4e on no_photo_yet, only show button "Start the Tour"
git-svn-id: http://piwigo.org/svn/trunk@29646 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-19 13:45:45 +00:00
Piwigo-TranslationTeam
4378e21a44 [takeatour] Update fr_FR, thanks to : plg
git-svn-id: http://piwigo.org/svn/trunk@29645 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-19 13:40:57 +00:00
Piwigo-TranslationTeam
ad0c3b7f82 [trunk_public] Update fr_FR, thanks to : plg
git-svn-id: http://piwigo.org/svn/trunk@29644 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-19 13:40:56 +00:00
Piwigo-TranslationTeam
aa9ef1bf77 [first_contact] Update fr_FR, thanks to : plg
git-svn-id: http://piwigo.org/svn/trunk@29643 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-19 13:28:52 +00:00
Piwigo-TranslationTeam
fe969c10c8 [first_contact] Update fr_FR, thanks to : plg
git-svn-id: http://piwigo.org/svn/trunk@29642 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-19 13:27:40 +00:00
plegall
194b0ca3c9 bug 3119 fixed: patch by mmoy, allow @import url(http://...); directives in minified CSS file.
git-svn-id: http://piwigo.org/svn/trunk@29636 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-19 08:46:12 +00:00
Piwigo-TranslationTeam
f048bb719f [takeatour] Update zh_CN, thanks to : winson
git-svn-id: http://piwigo.org/svn/trunk@29620 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-18 11:24:56 +00:00
plegall
8c8c982924 enlarge album list to 600px
git-svn-id: http://piwigo.org/svn/trunk@29619 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-18 11:12:22 +00:00
plegall
1826f53714 enlarge selectize boxes to 600px (like on picture_modify)
git-svn-id: http://piwigo.org/svn/trunk@29618 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-18 10:40:31 +00:00
plegall
dedcbbefbe smaller line height in selectize
no left-margin on font-icon checkboxes


git-svn-id: http://piwigo.org/svn/trunk@29617 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-18 10:37:15 +00:00
plegall
d16180d731 bug fixed: adapt the maxOptions to each listbox to display all items
git-svn-id: http://piwigo.org/svn/trunk@29614 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-18 09:54:04 +00:00
mistic100
392c1e9c37 dynamically set selectize maxOptions to accommodate very long lists
git-svn-id: http://piwigo.org/svn/trunk@29613 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-18 09:07:19 +00:00
Piwigo-TranslationTeam
6eac7dad94 [takeatour] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@29612 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-18 05:59:55 +00:00
Piwigo-TranslationTeam
b04b50d966 [takeatour] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@29611 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-18 05:58:59 +00:00
Piwigo-TranslationTeam
0ab90860f9 [privacy] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@29610 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-18 05:05:56 +00:00
plegall
9a7c024805 typo fixed
git-svn-id: http://piwigo.org/svn/trunk@29609 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-17 21:28:18 +00:00
ddtddt
91df7870cb [Trunk] - Plugin - TakeATour add 2.7 cs_CZ - Česky – Czech Thanks to webprostor
git-svn-id: http://piwigo.org/svn/trunk@29608 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-17 20:08:39 +00:00
plegall
daa71d8c7e indentation with spaces
git-svn-id: http://piwigo.org/svn/trunk@29607 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-17 19:09:48 +00:00
plegall
209dc50461 indentation with spaces
git-svn-id: http://piwigo.org/svn/trunk@29606 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-17 19:09:22 +00:00
plegall
c48d24158b move boxes
git-svn-id: http://piwigo.org/svn/trunk@29605 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-17 19:03:28 +00:00
Piwigo-TranslationTeam
f5f2c80864 [privacy] Update fr_FR, thanks to : plg
git-svn-id: http://piwigo.org/svn/trunk@29604 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-17 19:02:32 +00:00
Piwigo-TranslationTeam
c0ae492eaf [first_contact] Update fr_FR, thanks to : plg
git-svn-id: http://piwigo.org/svn/trunk@29603 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-17 19:02:31 +00:00
rvelices
594a946b47 add a home link and hide close this window link in popuphelp if the page is not opened through javascript
git-svn-id: http://piwigo.org/svn/trunk@29601 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-17 18:43:20 +00:00
rvelices
0719b52874 - active search filter but empty string in batch manager does not change the results
- if the quick search engine drops a searched term, indicate it in the admin batch manager

git-svn-id: http://piwigo.org/svn/trunk@29600 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-17 18:33:52 +00:00
Piwigo-TranslationTeam
dd486deacd [tour_2_7_0] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@29599 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-17 17:38:26 +00:00
mistic100
0afaeeef55 featur 3130: change batch_manager_register_filters to trigger_change
git-svn-id: http://piwigo.org/svn/trunk@29598 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-17 17:21:26 +00:00
Piwigo-TranslationTeam
7478a32fe0 [privacy] Update fr_FR, thanks to : plg
git-svn-id: http://piwigo.org/svn/trunk@29588 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-17 07:50:26 +00:00
Piwigo-TranslationTeam
84132a2a4d [trunk_help] Update fr_FR, thanks to : plg
git-svn-id: http://piwigo.org/svn/trunk@29587 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-17 07:46:48 +00:00
Piwigo-TranslationTeam
3436724193 [privacy] Update fr_FR, thanks to : plg
git-svn-id: http://piwigo.org/svn/trunk@29586 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-17 07:44:02 +00:00
Piwigo-TranslationTeam
04f434304f [trunk_admin] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@29581 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-16 22:35:04 +00:00
Piwigo-TranslationTeam
a66e1b0c06 [tour_2_7_0] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@29575 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-16 22:34:56 +00:00
Piwigo-TranslationTeam
ef7b172e54 [first_contact] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@29573 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-16 22:34:53 +00:00
Piwigo-TranslationTeam
7a1fc967ef [privacy] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@29572 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-16 22:34:51 +00:00
plegall
335ae43632 change wording
git-svn-id: http://piwigo.org/svn/trunk@29571 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-16 20:31:47 +00:00
Piwigo-TranslationTeam
b8363fe3d9 [privacy] Update fr_FR, thanks to : plg
git-svn-id: http://piwigo.org/svn/trunk@29570 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-16 20:22:24 +00:00
Piwigo-TranslationTeam
b104686eb0 [takeatour] Update tr_TR, thanks to : Nakre
git-svn-id: http://piwigo.org/svn/trunk@29566 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-16 18:11:59 +00:00
Piwigo-TranslationTeam
9e127e4a89 [tour_2_7_0] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@29565 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-16 18:11:57 +00:00
Piwigo-TranslationTeam
79bccd514b [takeatour] Update vi_VN, thanks to : dummy
git-svn-id: http://piwigo.org/svn/trunk@29563 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-16 18:11:55 +00:00
Piwigo-TranslationTeam
cb9f337e82 [takeatour] Update ro_RO, thanks to : cheilenereinfo
git-svn-id: http://piwigo.org/svn/trunk@29562 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-16 18:11:54 +00:00
mistic100
96d27d9791 use icon-ok for forced multi sizes + icon-zoom-in for preview boxes
git-svn-id: http://piwigo.org/svn/trunk@29557 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-16 11:24:38 +00:00
plegall
5d3075835b initialize variable
git-svn-id: http://piwigo.org/svn/trunk@29554 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-16 10:54:31 +00:00
plegall
67f358e012 next version is 2.7.0RC2
git-svn-id: http://piwigo.org/svn/trunk@29553 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-16 10:04:42 +00:00
riopwg
ca2872beb6 Update language/it_IT/common.lang.php
git-svn-id: http://piwigo.org/svn/trunk@29552 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-15 20:25:57 +00:00
riopwg
3560d931b7 Update language/it_IT/admin.lang.php
git-svn-id: http://piwigo.org/svn/trunk@29551 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-15 20:24:34 +00:00
ddtddt
1a3dbf11d1 [Trunk] - Plugin - TakeATour add cs_CZ - Česky – Czech Thanks to webprostor
git-svn-id: http://piwigo.org/svn/trunk@29550 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-15 19:47:56 +00:00
Piwigo-TranslationTeam
96336f40b1 [tour_2_7_0] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@29549 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-15 18:50:40 +00:00
Piwigo-TranslationTeam
5864f4b903 [takeatour] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@29548 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-15 18:50:39 +00:00
Piwigo-TranslationTeam
c37ae49891 [tour_2_7_0] Update pt_BR, thanks to : flaviove
git-svn-id: http://piwigo.org/svn/trunk@29547 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-15 18:50:37 +00:00
Piwigo-TranslationTeam
ce199fff61 [tour_2_7_0] Update fr_FR, thanks to : philweb
git-svn-id: http://piwigo.org/svn/trunk@29546 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-15 18:50:36 +00:00
Piwigo-TranslationTeam
23bd6c56ac [takeatour] Update de_DE, thanks to : Yogie
git-svn-id: http://piwigo.org/svn/trunk@29545 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-15 18:50:34 +00:00
Piwigo-TranslationTeam
c531092425 [tour_2_7_0] Update de_DE, thanks to : Yogie
git-svn-id: http://piwigo.org/svn/trunk@29544 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-15 18:50:32 +00:00
Piwigo-TranslationTeam
fda1715fb0 [first_contact] Update de_DE, thanks to : Yogie
git-svn-id: http://piwigo.org/svn/trunk@29543 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-15 18:50:31 +00:00
mistic100
043db7c311 forgot file in svn:29539
git-svn-id: http://piwigo.org/svn/trunk@29540 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-15 15:19:43 +00:00
mistic100
b56c103188 use fontello for every checkbox on config screens + split configuration.tpl file
git-svn-id: http://piwigo.org/svn/trunk@29539 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-15 15:18:17 +00:00
Piwigo-TranslationTeam
34c0290bbf [trunk_admin] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@29538 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-15 05:24:19 +00:00
Piwigo-TranslationTeam
43c90cafac [tour_2_7_0] Update pl_PL, thanks to : AndrzejL
git-svn-id: http://piwigo.org/svn/trunk@29537 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-15 05:24:17 +00:00
Piwigo-TranslationTeam
cd9372968d [first_contact] Update es_ES, thanks to : JamworkS
git-svn-id: http://piwigo.org/svn/trunk@29536 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-14 18:33:03 +00:00
Piwigo-TranslationTeam
e7c82be24f [tour_2_7_0] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@29535 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-14 17:11:40 +00:00
Piwigo-TranslationTeam
8a77daac9a [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@29534 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-14 05:20:11 +00:00
Piwigo-TranslationTeam
5e589d5b6c [trunk_admin] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@29533 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-14 05:20:10 +00:00
Piwigo-TranslationTeam
75c8097ef0 [trunk_public] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@29529 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-12 20:23:59 +00:00
Piwigo-TranslationTeam
4e3d44261f [trunk_admin] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@29528 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-12 20:23:58 +00:00
Piwigo-TranslationTeam
fa777a4bb1 [tour_2_7_0] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@29527 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-12 20:23:57 +00:00
Piwigo-TranslationTeam
0f9644e392 [takeatour] Update fr_FR, thanks to : plg
git-svn-id: http://piwigo.org/svn/trunk@29526 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-12 18:25:28 +00:00
Piwigo-TranslationTeam
5ad7bbb19e [tour_2_7_0] Update pt_BR, thanks to : flaviove
git-svn-id: http://piwigo.org/svn/trunk@29525 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-12 18:25:27 +00:00
Piwigo-TranslationTeam
2d0fea7185 [first_contact] Update pt_BR, thanks to : flaviove
git-svn-id: http://piwigo.org/svn/trunk@29524 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-12 18:25:25 +00:00
Piwigo-TranslationTeam
1291cc13d9 [takeatour] Update pt_BR, thanks to : flaviove
git-svn-id: http://piwigo.org/svn/trunk@29523 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-12 18:25:24 +00:00
Piwigo-TranslationTeam
715f90df6a [tour_2_7_0] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@29522 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-12 18:25:23 +00:00
Piwigo-TranslationTeam
8037e6148a [takeatour] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@29521 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-12 18:25:22 +00:00
Piwigo-TranslationTeam
8d20de5f5a [first_contact] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@29520 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-12 18:25:20 +00:00
Piwigo-TranslationTeam
f4ecadda9f [first_contact] Update nl_NL, thanks to : Pat2309
git-svn-id: http://piwigo.org/svn/trunk@29518 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-12 18:25:17 +00:00
Piwigo-TranslationTeam
e45b15bfef [takeatour] Update nl_NL, thanks to : Pat2309
git-svn-id: http://piwigo.org/svn/trunk@29517 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-12 18:25:15 +00:00
Piwigo-TranslationTeam
cea7716c7f [privacy] Update nl_NL, thanks to : Pat2309
git-svn-id: http://piwigo.org/svn/trunk@29516 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-12 18:25:14 +00:00
Piwigo-TranslationTeam
a650633127 [first_contact] Update en_UK, thanks to : Tadjio
git-svn-id: http://piwigo.org/svn/trunk@29515 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-12 18:25:12 +00:00
Piwigo-TranslationTeam
e60c75119d [tour_2_7_0] Update nl_NL, thanks to : Pat2309 & Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@29512 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-12 18:25:08 +00:00
Piwigo-TranslationTeam
1ccd95e28d [tour_2_7_0] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@29511 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-12 18:25:07 +00:00
Piwigo-TranslationTeam
eda8c986c8 [takeatour] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@29510 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-12 18:25:06 +00:00
plegall
908c770e3d new step on tour_2_7_0 to describe the new filter on file size
git-svn-id: http://piwigo.org/svn/trunk@29508 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-12 13:20:10 +00:00
Piwigo-TranslationTeam
fe96187614 [takeatour] Update en_UK, thanks to : Tadjio
git-svn-id: http://piwigo.org/svn/trunk@29507 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-12 12:44:01 +00:00
Piwigo-TranslationTeam
a5a489da55 [first_contact] Update en_UK, thanks to : plg & Tadjio
git-svn-id: http://piwigo.org/svn/trunk@29506 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-12 12:43:45 +00:00
mistic100
f83e780249 add URL filter input for dimension and filesize + batch_manager_url_filter trigger + fixes in doubleSlider.js
git-svn-id: http://piwigo.org/svn/trunk@29505 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-12 11:35:32 +00:00
Piwigo-TranslationTeam
67ad8fb81a [tour_2_7_0] Update en_UK, thanks to : mistic100
git-svn-id: http://piwigo.org/svn/trunk@29504 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-12 10:52:54 +00:00
Piwigo-TranslationTeam
886cd623bc [tour_2_7_0] Update fr_FR, thanks to : mistic100
git-svn-id: http://piwigo.org/svn/trunk@29503 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-12 10:52:53 +00:00
Piwigo-TranslationTeam
83eb314c7b [tour_2_7_0] Update fr_FR, thanks to : plg
git-svn-id: http://piwigo.org/svn/trunk@29502 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-12 07:41:01 +00:00
Piwigo-TranslationTeam
b4cd6acff8 [tour_2_7_0] Update fr_FR, thanks to : plg
git-svn-id: http://piwigo.org/svn/trunk@29501 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-12 07:36:51 +00:00
Piwigo-TranslationTeam
d8dac59e70 [first_contact] Update fr_FR, thanks to : plg
git-svn-id: http://piwigo.org/svn/trunk@29500 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-12 07:18:38 +00:00
Piwigo-TranslationTeam
e6e061d234 [first_contact] Update fr_FR, thanks to : plg
git-svn-id: http://piwigo.org/svn/trunk@29499 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-12 07:16:34 +00:00
Piwigo-TranslationTeam
a749611ed1 [takeatour] Update en_UK, thanks to : plg
git-svn-id: http://piwigo.org/svn/trunk@29498 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-12 07:03:18 +00:00
plegall
271a16b08a remove duplicate language key
git-svn-id: http://piwigo.org/svn/trunk@29497 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-12 07:00:57 +00:00
plegall
2041a09aec missing language string
git-svn-id: http://piwigo.org/svn/trunk@29496 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-12 06:50:06 +00:00
Piwigo-TranslationTeam
c95b022d32 [tour_2_7_0] Update de_DE, thanks to : Yogie
git-svn-id: http://piwigo.org/svn/trunk@29495 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-12 06:29:02 +00:00
Piwigo-TranslationTeam
0c6b3df333 [takeatour] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@29494 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-12 06:29:01 +00:00
plegall
fc210f4c27 automatically open the albums sort form
git-svn-id: http://piwigo.org/svn/trunk@29486 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-11 19:07:51 +00:00
plegall
8b4fa61135 feature 3139: add details about search on id: in the help
Move CSS outside the help file

bug fixed: fallback on en_UK in case of missing help file


git-svn-id: http://piwigo.org/svn/trunk@29485 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-11 12:50:39 +00:00
plegall
0ffdff9439 feature 3139: search photo by id
git-svn-id: http://piwigo.org/svn/trunk@29483 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-11 10:41:54 +00:00
plegall
ec7492cc2c new/modified steps in the 2.7 tour
git-svn-id: http://piwigo.org/svn/trunk@29482 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-11 09:31:47 +00:00
plegall
831629263c ability to set the filter-search by url (useful for TakeATour)
git-svn-id: http://piwigo.org/svn/trunk@29481 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-11 09:29:05 +00:00
mistic100
62cdffb50c feature 3138: Add photo zoom when editing a photo
git-svn-id: http://piwigo.org/svn/trunk@29480 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-11 09:05:00 +00:00
plegall
f14dcf0f7b dispatch language keys in tour_* files (1 tour = 1 language file)
git-svn-id: http://piwigo.org/svn/trunk@29475 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-11 07:56:57 +00:00
Piwigo-TranslationTeam
be35b776bc [trunk_admin] Update fi_FI, thanks to : lrd
git-svn-id: http://piwigo.org/svn/trunk@29468 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-11 07:01:22 +00:00
flop25
90ecf61d68 again fix for Permission tab
git-svn-id: http://piwigo.org/svn/trunk@29463 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-10 19:43:10 +00:00
flop25
c2785a9e74 tour privacy: bug on icon lock, and now goto step 10 when clicking on a Edit link
git-svn-id: http://piwigo.org/svn/trunk@29462 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-10 19:35:38 +00:00
Piwigo-TranslationTeam
00d3587501 [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@29461 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-10 17:37:58 +00:00
plegall
3e57296c90 tour "privacy": remove very advanced (and dangerous) last step about configuring $conf[available_permission_levels]
git-svn-id: http://piwigo.org/svn/trunk@29455 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-10 12:12:38 +00:00
plegall
c1697a61a0 tour "first contact": remove steps related to permissions
git-svn-id: http://piwigo.org/svn/trunk@29454 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-10 12:06:11 +00:00
Piwigo-TranslationTeam
05f8828d0e [takeatour] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@29447 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-09 10:26:57 +00:00
Piwigo-TranslationTeam
efc6b99b4f [trunk_admin] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@29446 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-09 10:26:56 +00:00
Piwigo-TranslationTeam
2517e7bf62 [trunk_admin] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@29444 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-08 18:25:07 +00:00
Piwigo-TranslationTeam
0716c7a17b [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@29442 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-08 18:25:04 +00:00
Piwigo-TranslationTeam
4823dec280 [trunk_admin] Update tr_TR, thanks to : Nakre
git-svn-id: http://piwigo.org/svn/trunk@29441 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-08 18:25:02 +00:00
Piwigo-TranslationTeam
84a93d8257 [trunk_admin] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@29440 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-08 18:25:01 +00:00
Piwigo-TranslationTeam
ee191715ec [trunk_admin] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@29439 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-08 18:25:00 +00:00
Piwigo-TranslationTeam
760629351e [takeatour] Update nl_NL, thanks to : a3vd
git-svn-id: http://piwigo.org/svn/trunk@29438 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-08 18:24:58 +00:00
Piwigo-TranslationTeam
840ef4993a [trunk_admin] Update he_IL, thanks to : OBN
git-svn-id: http://piwigo.org/svn/trunk@29437 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-08 18:24:57 +00:00
Piwigo-TranslationTeam
d277dd9c60 [trunk_admin] Update ro_RO, thanks to : cheilenereinfo
git-svn-id: http://piwigo.org/svn/trunk@29436 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-08 18:24:55 +00:00
plegall
3b95cf993e remove obsolete step
git-svn-id: http://piwigo.org/svn/trunk@29435 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-08 13:18:15 +00:00
Piwigo-TranslationTeam
299a32c13d [takeatour] Update fr_FR, thanks to : plg
git-svn-id: http://piwigo.org/svn/trunk@29434 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-08 13:16:19 +00:00
plegall
0bf9f89bdb Take a Tour: rephrase a few steps in tour "first contact"
git-svn-id: http://piwigo.org/svn/trunk@29433 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-08 13:00:10 +00:00
plegall
5a1bc79d8f feature 3094: display the author list if at least 1 author (but not 0)
git-svn-id: http://piwigo.org/svn/trunk@29432 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-08 09:52:09 +00:00
plegall
93aa6cd832 bug 3136: search by author must be an exact match, now that we have the author listbox
git-svn-id: http://piwigo.org/svn/trunk@29431 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-08 09:48:55 +00:00
plegall
478249d5d0 bug 3136: in author search listbox, do no count photos twice if they are associated to 2 albums
git-svn-id: http://piwigo.org/svn/trunk@29430 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-08 09:46:50 +00:00
Piwigo-TranslationTeam
a7646af2d9 [trunk_admin] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@29427 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-08 04:16:05 +00:00
Piwigo-TranslationTeam
63623dc2b2 [admin_tools] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@29423 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-08 04:15:59 +00:00
Piwigo-TranslationTeam
8c27cec1c3 [trunk_admin] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@29421 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-08 04:15:55 +00:00
Piwigo-TranslationTeam
c0e572403d [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@29420 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-07 15:23:07 +00:00
Piwigo-TranslationTeam
06d18d5527 [takeatour] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@29419 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-07 15:23:05 +00:00
Piwigo-TranslationTeam
6cd73f1e15 [takeatour] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@29411 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-06 05:21:43 +00:00
Piwigo-TranslationTeam
55391e5bcd [takeatour] Update nl_NL, thanks to : Pat2309
git-svn-id: http://piwigo.org/svn/trunk@29408 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-06 05:21:38 +00:00
plegall
b521f2f102 feature 2616: animate progress bar on roma
git-svn-id: http://piwigo.org/svn/trunk@29406 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-05 12:18:12 +00:00
plegall
c2f9702880 feature 2616: animate progress bar
git-svn-id: http://piwigo.org/svn/trunk@29405 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-05 11:32:34 +00:00
Piwigo-TranslationTeam
86560c196d [trunk_admin] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@29404 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-04 17:08:05 +00:00
Piwigo-TranslationTeam
e7e34fe1b9 [takeatour] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@29403 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-04 17:08:03 +00:00
Piwigo-TranslationTeam
43274e766e [takeatour] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@29401 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-04 17:08:00 +00:00
Piwigo-TranslationTeam
1b21a4f6f1 [trunk_admin] Update de_DE, thanks to : real68er
git-svn-id: http://piwigo.org/svn/trunk@29400 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-04 17:07:59 +00:00
plegall
cfbec50d47 feature 2616: graphical changes on upload big progress bar
git-svn-id: http://piwigo.org/svn/trunk@29396 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-03 21:00:40 +00:00
mistic100
3896ddc8d1 feature:2616 tweak progressbar
git-svn-id: http://piwigo.org/svn/trunk@29395 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-03 20:14:40 +00:00
mistic100
fc143dea9c feature:2616 add custom big progressbar
git-svn-id: http://piwigo.org/svn/trunk@29394 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-03 19:56:59 +00:00
mistic100
11ec153855 feature:2616 move "add files" and "start upload" buttons
git-svn-id: http://piwigo.org/svn/trunk@29393 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-03 17:33:29 +00:00
plegall
2125efc8ca bug 3134: hide warnings on exif_read_data to avoid breaking HTML5 upload
git-svn-id: http://piwigo.org/svn/trunk@29392 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-03 16:59:15 +00:00
plegall
ab00c52430 feature 3133: add colorscheme parameter for themes. This way we can use the
appropriate CSS for selectize (and other things)


git-svn-id: http://piwigo.org/svn/trunk@29389 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-03 09:02:07 +00:00
Piwigo-TranslationTeam
9639897ae0 [takeatour] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@29388 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-02 17:09:22 +00:00
plegall
a11991222e feature 3130: add new triggers in tools/triggers_list.php
git-svn-id: http://piwigo.org/svn/trunk@29380 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-01 22:18:50 +00:00
plegall
4931295d78 feature 3130: new triggers batch_manager_register_filters and
batch_manager_perform_filters to simplify adding filters in
Batch Manager with a plugin.


git-svn-id: http://piwigo.org/svn/trunk@29377 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-01 18:45:00 +00:00
Piwigo-TranslationTeam
ab9e6e33bf [trunk_admin] Update fi_FI, thanks to : lrd
git-svn-id: http://piwigo.org/svn/trunk@29363 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-01 16:45:21 +00:00
Piwigo-TranslationTeam
2588a8a465 [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@29360 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-01 16:45:16 +00:00
plegall
98c1dd5035 more appropriate tooltip
git-svn-id: http://piwigo.org/svn/trunk@29359 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-01 13:29:08 +00:00
plegall
278d96aefa remove obsolete language key
git-svn-id: http://piwigo.org/svn/trunk@29358 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-01 13:23:12 +00:00
Piwigo-TranslationTeam
199d510610 [trunk_admin] Update fr_FR, thanks to : plg
git-svn-id: http://piwigo.org/svn/trunk@29357 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-01 13:19:25 +00:00
plegall
0e28516b9b bug 3127: during upload, warn user if she wants to leave the page (works fine on Firefox/Chrome)
git-svn-id: http://piwigo.org/svn/trunk@29356 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-01 12:13:55 +00:00
Piwigo-TranslationTeam
ccea530eae [trunk_admin] Update he_IL, thanks to : OBN
git-svn-id: http://piwigo.org/svn/trunk@29350 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-01 10:28:19 +00:00
plegall
27e5977d85 bug 3074: no more than 50 photos per page on Batch Manager, unit mode (better fix expected with feature 3106)
git-svn-id: http://piwigo.org/svn/trunk@29349 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-01 08:35:09 +00:00
plegall
f29a7f698c bug 3129: remove maxlength on login at template level
git-svn-id: http://piwigo.org/svn/trunk@29347 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-01 07:34:22 +00:00
Piwigo-TranslationTeam
fcdfa1049b [trunk_public] Update fi_FI, thanks to : lrd
git-svn-id: http://piwigo.org/svn/trunk@29333 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-31 13:38:29 +00:00
Piwigo-TranslationTeam
7d3baddc2a [trunk_admin] Update de_DE, thanks to : real68er
git-svn-id: http://piwigo.org/svn/trunk@29329 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-31 05:39:02 +00:00
Piwigo-TranslationTeam
10183dea76 [trunk_public] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@29324 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-30 14:50:49 +00:00
Piwigo-TranslationTeam
29d213f9fa [trunk_public] Update he_IL, thanks to : OBN
git-svn-id: http://piwigo.org/svn/trunk@29321 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-30 09:00:00 +00:00
Piwigo-TranslationTeam
ea5fb3398c [trunk_admin] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@29318 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-30 05:21:03 +00:00
mistic100
2b1bba7ffa restore PluginMaintain::autoUpdate throwing a warning instead of a fatal error
git-svn-id: http://piwigo.org/svn/trunk@29316 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-29 07:26:53 +00:00
Piwigo-TranslationTeam
4d65035b39 [trunk_admin] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@29314 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-29 05:04:27 +00:00
Piwigo-TranslationTeam
3f0fbcf617 [trunk_public] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@29313 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-29 05:04:26 +00:00
Piwigo-TranslationTeam
9648e0f42d [admin_tools] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@29312 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-29 05:04:24 +00:00
Piwigo-TranslationTeam
fa773f11b0 [localfileseditor] Update ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@29306 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-27 18:03:08 +00:00
Piwigo-TranslationTeam
2a78c60e64 [trunk_public] Update sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@29303 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-27 18:03:00 +00:00
Piwigo-TranslationTeam
996a9cca40 [trunk_admin] Update sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@29302 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-27 18:02:59 +00:00
Piwigo-TranslationTeam
78ee6216b0 [trunk_admin] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@29300 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-27 18:02:56 +00:00
Piwigo-TranslationTeam
d6aaa9ad5d [trunk_admin] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@29296 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-27 04:30:17 +00:00
Piwigo-TranslationTeam
05b290731c [trunk_admin] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@29295 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-27 04:30:16 +00:00
Piwigo-TranslationTeam
c6aee1d6dd [trunk_admin] Update ro_RO, thanks to : cliante
git-svn-id: http://piwigo.org/svn/trunk@29293 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-27 04:30:12 +00:00
Piwigo-TranslationTeam
a0040650f1 [trunk_admin] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@29292 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-27 04:30:11 +00:00
Piwigo-TranslationTeam
912c71da6b [trunk_admin] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@29291 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-27 04:30:10 +00:00
Piwigo-TranslationTeam
16145c99a0 [takeatour] Update ro_RO, thanks to : cliante
git-svn-id: http://piwigo.org/svn/trunk@29289 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-27 04:30:07 +00:00
Piwigo-TranslationTeam
8c46486dfb [trunk_admin] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@29288 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-27 04:30:05 +00:00
Piwigo-TranslationTeam
a5c512a0d4 [trunk_admin] Update zh_TW, thanks to : azq1231
git-svn-id: http://piwigo.org/svn/trunk@29287 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-27 04:30:03 +00:00
Piwigo-TranslationTeam
24ace57a34 [trunk_public] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@29286 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-27 04:30:02 +00:00
Piwigo-TranslationTeam
60a4db55b2 [trunk_admin] Update pt_BR, thanks to : flaviove
git-svn-id: http://piwigo.org/svn/trunk@29285 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-27 04:30:01 +00:00
Piwigo-TranslationTeam
6c471bf865 [trunk_admin] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@29284 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-27 04:29:59 +00:00
Piwigo-TranslationTeam
37e71946a8 [trunk_admin] Update fr_FR, thanks to : philweb
git-svn-id: http://piwigo.org/svn/trunk@29283 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-27 04:29:58 +00:00
Piwigo-TranslationTeam
bff6b1cc6c [trunk_admin] Update pt_PT, thanks to : ANO
git-svn-id: http://piwigo.org/svn/trunk@29280 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-27 04:29:53 +00:00
Piwigo-TranslationTeam
83cd238d8b [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@29279 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-27 04:29:51 +00:00
Piwigo-TranslationTeam
0f46f21082 [takeatour] Update fr_FR, thanks to : philweb
git-svn-id: http://piwigo.org/svn/trunk@29277 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-27 04:29:49 +00:00
Piwigo-TranslationTeam
418b78b8c9 [takeatour] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@29276 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-27 04:29:48 +00:00
Piwigo-TranslationTeam
490fef6c81 [trunk_admin] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@29273 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-27 04:29:42 +00:00
Piwigo-TranslationTeam
5aa6ccf8b3 [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@29272 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-27 04:29:40 +00:00
plegall
a653b86081 feature 3105: also display link in install notification email
git-svn-id: http://piwigo.org/svn/trunk@29270 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-25 18:56:40 +00:00
Piwigo-TranslationTeam
9646b4c610 [trunk_admin] Update fr_FR, thanks to : mistic100
git-svn-id: http://piwigo.org/svn/trunk@29269 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-25 17:16:54 +00:00
Piwigo-TranslationTeam
ba3e8d53fa [trunk_admin] Update vi_VN, thanks to : dummy
git-svn-id: http://piwigo.org/svn/trunk@29268 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-25 17:16:53 +00:00
Piwigo-TranslationTeam
30218031eb [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@29267 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-25 17:16:52 +00:00
flop25
02ce640d3e feature:3126
Apply on subalbum checkbox about comments

git-svn-id: http://piwigo.org/svn/trunk@29265 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-24 20:56:41 +00:00
flop25
9e0872fa6f feature:3049
change Clear to Cancel already translated

git-svn-id: http://piwigo.org/svn/trunk@29264 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-24 20:44:42 +00:00
flop25
c656cfa362 feature:3049
Add filter box to narrow plugin list, thx to msakik

git-svn-id: http://piwigo.org/svn/trunk@29263 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-24 20:40:19 +00:00
flop25
0433f2ef77 feature:732
unlock sub-albums; lang

git-svn-id: http://piwigo.org/svn/trunk@29262 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-24 18:47:10 +00:00
plegall
f044c3e0d5 next release is 2.7.0RC1
git-svn-id: http://piwigo.org/svn/trunk@29260 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-24 18:23:43 +00:00
Piwigo-TranslationTeam
43c9a3d4e2 [trunk_admin] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@29259 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-24 06:25:07 +00:00
Piwigo-TranslationTeam
88067437d2 [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@29257 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-23 17:27:04 +00:00
mistic100
0c93a1c479 Ctrl+E opens the quick edit popup
git-svn-id: http://piwigo.org/svn/trunk@29255 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-23 11:47:32 +00:00
mistic100
84779415bd add IN_WS constant in ws.php
git-svn-id: http://piwigo.org/svn/trunk@29250 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-23 10:40:42 +00:00
mistic100
78d95a8a14 create a mini jquery plugin for sliders on batch manager + async load
git-svn-id: http://piwigo.org/svn/trunk@29249 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-23 10:24:55 +00:00
plegall
9c9f8548fc use filter_var for checking int/float values from user input instead of preg_match (PHP 5.2+)
git-svn-id: http://piwigo.org/svn/trunk@29245 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-22 09:09:17 +00:00
plegall
3d362a235f feature 2810: for duplicates filter, add "date & time" (checked by default) and "width & height" as options.
Change algorithm for a single SQL query with GROUP_CONCAT instead of 2 queries.


git-svn-id: http://piwigo.org/svn/trunk@29244 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-22 08:56:51 +00:00
Piwigo-TranslationTeam
0e20e01efb [trunk_admin] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@29243 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-22 05:32:17 +00:00
Piwigo-TranslationTeam
492f7ddb35 [trunk_admin] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@29242 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-21 17:47:17 +00:00
Piwigo-TranslationTeam
7f6e8a660b [trunk_admin] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@29240 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-21 17:47:14 +00:00
plegall
2d005735d5 feature 2791: apply the same color as for dimensions filter
git-svn-id: http://piwigo.org/svn/trunk@29239 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-21 17:45:29 +00:00
plegall
83ed6f8009 feature 2791: batch manager, filter by filesize
git-svn-id: http://piwigo.org/svn/trunk@29238 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-21 17:10:15 +00:00
plegall
b1c6c56249 bug 2810: use filename+date_creation to find duplicates and not only filename.
When using several camera, you quickly have the same filenames with totally
different photos.


git-svn-id: http://piwigo.org/svn/trunk@29237 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-21 12:50:50 +00:00
Piwigo-TranslationTeam
3626fe99a8 [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@29236 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-19 17:20:12 +00:00
Piwigo-TranslationTeam
c006333f5a [trunk_public] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@29234 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-19 05:32:01 +00:00
Piwigo-TranslationTeam
c83dfe59cd [trunk_admin] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@29232 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-18 05:35:40 +00:00
Piwigo-TranslationTeam
b760a9e87e [takeatour] Update fr_FR, thanks to : laurent.duretz
git-svn-id: http://piwigo.org/svn/trunk@29231 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-17 22:54:21 +00:00
Piwigo-TranslationTeam
c1bc1de50c [trunk_admin] Update fr_FR, thanks to : laurent.duretz
git-svn-id: http://piwigo.org/svn/trunk@29230 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-17 22:54:20 +00:00
flop25
f1f806b8a3 feature:732
unlock sub-albums

git-svn-id: http://piwigo.org/svn/trunk@29229 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-17 20:01:10 +00:00
flop25
3210684472 missing semicolon
git-svn-id: http://piwigo.org/svn/trunk@29228 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-17 16:03:08 +00:00
Piwigo-TranslationTeam
8c00f497b9 [trunk_public] Update ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@29227 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-17 16:02:39 +00:00
Piwigo-TranslationTeam
38d256eca0 [trunk_public] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@29226 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-17 16:02:37 +00:00
Piwigo-TranslationTeam
dd04a5a663 [takeatour] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@29223 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-17 16:02:31 +00:00
flop25
416233c2e4 bug:3122
removed admin files profile.tpl and profile_content.tpl, integrated in configuration.tpl
take into account default_user_id with a message
prefix for template var, to avoid overwriting of already existing vars especially in admin panel

git-svn-id: http://piwigo.org/svn/trunk@29221 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-15 16:14:43 +00:00
flop25
557fccb9a1 bug:3124
derivative_default_size can't be disabled

git-svn-id: http://piwigo.org/svn/trunk@29220 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-15 15:29:56 +00:00
Piwigo-TranslationTeam
ea90037efe [trunk_help] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@29219 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-15 05:47:26 +00:00
Piwigo-TranslationTeam
dde3366181 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@29213 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-14 10:19:37 +00:00
Piwigo-TranslationTeam
d0764355e6 [trunk_admin] Update zh_TW, thanks to : azq1231
git-svn-id: http://piwigo.org/svn/trunk@29212 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-13 17:34:53 +00:00
Piwigo-TranslationTeam
565ef7c839 [trunk_admin] Update vi_VN, thanks to : dummy
git-svn-id: http://piwigo.org/svn/trunk@29211 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-13 10:45:36 +00:00
Piwigo-TranslationTeam
dd593bd708 [trunk_admin] Update et_EE, thanks to : Eggy
git-svn-id: http://piwigo.org/svn/trunk@29203 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-12 06:23:23 +00:00
mistic100
8790cdb69c bug 3110: AdminTools DOM misplaced on admin
git-svn-id: http://piwigo.org/svn/trunk@29197 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-10 17:43:03 +00:00
flop25
12fc034d82 bug:3090
don't restrict the maxlength of the password

git-svn-id: http://piwigo.org/svn/trunk@29195 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-10 16:06:05 +00:00
flop25
b673b2b284 bug:3090
don't restrict the maxlength of the password

git-svn-id: http://piwigo.org/svn/trunk@29194 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-10 15:55:34 +00:00
Piwigo-TranslationTeam
d1d3174245 [takeatour] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@29192 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-10 15:25:17 +00:00
Piwigo-TranslationTeam
4f2fffee45 [takeatour] Update ro_RO, thanks to : cliante
git-svn-id: http://piwigo.org/svn/trunk@29180 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-09 07:52:31 +00:00
Piwigo-TranslationTeam
063dc70ef8 [trunk_help] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@29179 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-07 13:00:26 +00:00
Piwigo-TranslationTeam
eeb84f3ee5 [trunk_admin] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@29178 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-07 13:00:25 +00:00
Piwigo-TranslationTeam
8e15e62b39 [trunk_help] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@29177 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-06 18:51:37 +00:00
Piwigo-TranslationTeam
9c8990338c [trunk_public] Update eu_ES, thanks to : manuvui
git-svn-id: http://piwigo.org/svn/trunk@29176 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-06 17:27:59 +00:00
Piwigo-TranslationTeam
7b5005e442 [trunk_public] Update et_EE, thanks to : Eggy
git-svn-id: http://piwigo.org/svn/trunk@29175 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-06 17:27:58 +00:00
Piwigo-TranslationTeam
fe3a1c97f8 [takeatour] Update de_DE, thanks to : Yogie
git-svn-id: http://piwigo.org/svn/trunk@29173 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-05 17:46:00 +00:00
Piwigo-TranslationTeam
3cfaa894e1 [trunk_public] Update eu_ES, thanks to : manuvui
git-svn-id: http://piwigo.org/svn/trunk@29171 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-05 17:45:58 +00:00
mistic100
3766aa9935 add MultiView controller on admin page (replaces the "switch theme" button)
git-svn-id: http://piwigo.org/svn/trunk@29168 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-04 21:07:41 +00:00
Piwigo-TranslationTeam
5c5490e03e [trunk_public] Update vi_VN, thanks to : dummy
git-svn-id: http://piwigo.org/svn/trunk@29167 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-04 16:27:23 +00:00
Piwigo-TranslationTeam
793da5910c [takeatour] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@29163 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-04 06:00:20 +00:00
Piwigo-TranslationTeam
3fbcd6577b [trunk_admin] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@29161 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-04 06:00:17 +00:00
Piwigo-TranslationTeam
13529506e0 [takeatour] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@29158 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-03 19:25:20 +00:00
Piwigo-TranslationTeam
a894009fc8 [takeatour] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@29157 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-03 15:36:53 +00:00
Piwigo-TranslationTeam
871f0cf2a0 [takeatour] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@29152 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-03 09:48:04 +00:00
Piwigo-TranslationTeam
d1099e8645 [trunk_admin] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@29146 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-02 11:37:48 +00:00
Piwigo-TranslationTeam
cdde22f595 [trunk_public] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@29145 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-02 11:37:46 +00:00
Piwigo-TranslationTeam
5fe1322a70 [trunk_public] Update zh_TW, thanks to : azq1231
git-svn-id: http://piwigo.org/svn/trunk@29137 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-08-02 05:55:23 +00:00
Piwigo-TranslationTeam
0e12c6cf79 [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@29132 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-31 20:16:56 +00:00
Piwigo-TranslationTeam
a9d4a0e717 [takeatour] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@29131 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-31 20:16:55 +00:00
Piwigo-TranslationTeam
fa9925c361 [trunk_admin] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@29128 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-31 10:49:51 +00:00
Piwigo-TranslationTeam
4168e089dc [trunk_admin] Update pt_PT, thanks to : ANO
git-svn-id: http://piwigo.org/svn/trunk@29127 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-31 10:49:49 +00:00
Piwigo-TranslationTeam
22fb64c102 [trunk_admin] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@29126 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-31 10:49:48 +00:00
plegall
379398d917 feature 3067: upload any file type with the new HTML5 upload form.
$file_types = conf['upload_form_all_types'] ? $conf['file_ext'] : $conf['picture_ext'];

By default, conf['upload_form_all_types'] = false;


git-svn-id: http://piwigo.org/svn/trunk@29124 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-30 13:48:35 +00:00
Piwigo-TranslationTeam
cd110d959b [takeatour] Update pt_BR, thanks to : flaviove
git-svn-id: http://piwigo.org/svn/trunk@29123 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-29 16:20:02 +00:00
Piwigo-TranslationTeam
0a26fed0b1 [trunk_admin] Update pt_BR, thanks to : flaviove
git-svn-id: http://piwigo.org/svn/trunk@29122 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-29 16:20:00 +00:00
Piwigo-TranslationTeam
fe7a00fbe0 [takeatour] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@29118 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-29 16:19:54 +00:00
Piwigo-TranslationTeam
5b1d2431e9 [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@29117 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-29 16:19:53 +00:00
Piwigo-TranslationTeam
d32e223d14 [takeatour] Update en_UK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@29115 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-29 16:19:50 +00:00
Piwigo-TranslationTeam
ee2d0c4295 [trunk_public] Update pt_PT, thanks to : ANO
git-svn-id: http://piwigo.org/svn/trunk@29114 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-29 16:19:48 +00:00
Piwigo-TranslationTeam
6f7636cec5 [trunk_public] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@29113 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-29 10:04:06 +00:00
Piwigo-TranslationTeam
26236c3619 [trunk_public] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@29112 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-29 10:04:01 +00:00
plegall
87a30ff064 bug 3050: increase security on reset password algorithm.
* reset key has a 1-hour life
* reset key is automatically deleted once used
* reset key is stored as a hash

Thank you effigies for code suggestions


git-svn-id: http://piwigo.org/svn/trunk@29111 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-28 19:27:50 +00:00
Piwigo-TranslationTeam
dc69d64bb0 [takeatour] Update pt_BR, thanks to : flaviove
git-svn-id: http://piwigo.org/svn/trunk@29109 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-28 15:06:02 +00:00
Piwigo-TranslationTeam
aa4dc615c4 [takeatour] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@29108 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-28 10:46:31 +00:00
Piwigo-TranslationTeam
ed36f176d8 [trunk_public] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@29106 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-28 04:52:12 +00:00
Piwigo-TranslationTeam
c62dc03a5f [takeatour] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@29105 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-28 04:52:10 +00:00
Piwigo-TranslationTeam
d8ef6c779b [takeatour] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@29104 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-28 04:52:08 +00:00
Piwigo-TranslationTeam
7f8539a9ee [trunk_public] Update ro_RO, thanks to : cheilenereinfo
git-svn-id: http://piwigo.org/svn/trunk@29103 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-27 20:12:11 +00:00
Piwigo-TranslationTeam
cf7dcef6b2 [trunk_public] Update de_DE, thanks to : Yogie
git-svn-id: http://piwigo.org/svn/trunk@29102 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-27 20:12:09 +00:00
Piwigo-TranslationTeam
017c219c90 [trunk_admin] Update de_DE, thanks to : Yogie
git-svn-id: http://piwigo.org/svn/trunk@29099 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-27 20:12:03 +00:00
Piwigo-TranslationTeam
8de27c49bd [trunk_public] Update zh_HK, thanks to : hkdigit
git-svn-id: http://piwigo.org/svn/trunk@29098 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-27 20:12:02 +00:00
Piwigo-TranslationTeam
258fffd051 [trunk_public] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@29097 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-27 20:12:00 +00:00
Piwigo-TranslationTeam
51a978d659 [takeatour] Update nl_NL, thanks to : Ellin-E
git-svn-id: http://piwigo.org/svn/trunk@29096 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-27 20:11:58 +00:00
Piwigo-TranslationTeam
cfa0cb9dc1 [trunk_public] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@29095 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-27 20:11:56 +00:00
Piwigo-TranslationTeam
0c568942a2 [trunk_admin] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@29094 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-27 20:11:55 +00:00
Piwigo-TranslationTeam
e6e8e9aaf5 [trunk_public] Update pt_BR, thanks to : flaviove
git-svn-id: http://piwigo.org/svn/trunk@29093 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-27 20:11:53 +00:00
Piwigo-TranslationTeam
6785d0bae1 [trunk_public] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@29092 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-27 20:11:52 +00:00
Piwigo-TranslationTeam
d7cab76872 [takeatour] Update pt_BR, thanks to : flaviove
git-svn-id: http://piwigo.org/svn/trunk@29091 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-27 20:11:51 +00:00
Piwigo-TranslationTeam
f4014310d8 [takeatour] Update de_DE, thanks to : duke & Yogie & Joergen
git-svn-id: http://piwigo.org/svn/trunk@29090 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-27 20:11:49 +00:00
Piwigo-TranslationTeam
936b065540 [takeatour] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@29089 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-27 20:11:48 +00:00
Piwigo-TranslationTeam
d78aed9ea4 [trunk_public] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@29086 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-27 08:51:31 +00:00
Piwigo-TranslationTeam
f63745eb02 [takeatour] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@29085 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-27 08:51:30 +00:00
Piwigo-TranslationTeam
6755b3e356 [trunk_public] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@29084 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-27 08:51:28 +00:00
Piwigo-TranslationTeam
77083ced5e [trunk_admin] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@29083 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-27 08:51:27 +00:00
Piwigo-TranslationTeam
9cd516f5b6 [trunk_public] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@29082 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-27 08:51:25 +00:00
Piwigo-TranslationTeam
60f3d00ba7 [takeatour] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@29081 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-27 08:51:23 +00:00
Piwigo-TranslationTeam
1c09294b3f [trunk_public] Update tr_TR, thanks to : Nakre
git-svn-id: http://piwigo.org/svn/trunk@29080 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-27 08:51:22 +00:00
mistic100
06fd29a431 change outdated label
git-svn-id: http://piwigo.org/svn/trunk@29079 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-26 18:00:40 +00:00
flop25
3f37ec3477 add new trigger loc_end_photo_add_direct
First Contact tour reviewed and reworked to change dynamically with the new uploader


git-svn-id: http://piwigo.org/svn/trunk@29078 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-26 17:42:07 +00:00
flop25
c97e8ed352 pivacy tour wip
git-svn-id: http://piwigo.org/svn/trunk@29077 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-26 14:13:44 +00:00
plegall
cacdce6474 feature 2904: add a link "empty caddie" in the Batch Manager.
git-svn-id: http://piwigo.org/svn/trunk@29076 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-25 13:28:16 +00:00
plegall
b97fcf2a22 feature 3105: display the link to Piwigo in connection settings notification email (option on register)
git-svn-id: http://piwigo.org/svn/trunk@29075 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-25 12:40:34 +00:00
plegall
bf58209d7d bug 3104: less rights for admins (compared to webmaster). Now an admin can't:
* delete a webmaster
* give webmaster/admin status to any user
* change status of a webmaster/admin 


git-svn-id: http://piwigo.org/svn/trunk@29074 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-25 09:10:49 +00:00
plegall
30fa11fb9a feature 3103: enlarge users.id (and foreign keys user_id, added_by or author_id) from smallint (max 30k) to mediumint unsigned (max 16M)
git-svn-id: http://piwigo.org/svn/trunk@29072 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-24 08:34:02 +00:00
rvelices
6f069f50fc AdminTools show sql queries option is the first one to be set (before calling build_user in order to see all queries)
git-svn-id: http://piwigo.org/svn/trunk@29069 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-21 23:40:12 +00:00
rvelices
8ab305a688 fix my previous commit typo mistake
git-svn-id: http://piwigo.org/svn/trunk@29068 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-21 23:36:50 +00:00
rvelices
2eca26b97c bug 3101: Allow multi language tags to be recognized from selectize or metadata sync
git-svn-id: http://piwigo.org/svn/trunk@29066 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-21 21:00:17 +00:00
rvelices
ddbe02d7e0 remove tag query from batch manager (not required since selectize uses web service) + query2array
git-svn-id: http://piwigo.org/svn/trunk@29065 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-21 19:15:53 +00:00
Piwigo-TranslationTeam
13ef112a17 [takeatour] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@29064 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-21 10:29:40 +00:00
Piwigo-TranslationTeam
1ff55d9b31 [takeatour] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@29061 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-21 05:42:21 +00:00
rvelices
4047d8cc8b bug 3100 display IP address of comment author on admin page and also save the entire ip address in the database, not only the first three ip components
git-svn-id: http://piwigo.org/svn/trunk@29060 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-20 21:32:56 +00:00
flop25
f35908237c take a tour: privacy tour wip
git-svn-id: http://piwigo.org/svn/trunk@29058 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-19 20:53:06 +00:00
rvelices
5538e4824f rating user improvements: faster javascript, by default sorted by last rate date, better tooltips ...
git-svn-id: http://piwigo.org/svn/trunk@29053 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-17 19:06:05 +00:00
rvelices
428bb952f9 more query2array on admin side
git-svn-id: http://piwigo.org/svn/trunk@29052 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-17 18:47:07 +00:00
flop25
69c4a00dae Take A Tour:
-only 2 files per tour.tpl
-allow external tours
-absolute url when ending the tour
-better code, commented
wiki updated (2.7 technical changes)

git-svn-id: http://piwigo.org/svn/trunk@29046 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-15 18:03:00 +00:00
flop25
0efcdefe41 small correction
git-svn-id: http://piwigo.org/svn/trunk@29043 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-14 18:54:23 +00:00
Piwigo-TranslationTeam
106a91dc51 [trunk_admin] Update ro_RO, thanks to : cheilenereinfo
git-svn-id: http://piwigo.org/svn/trunk@29041 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-14 11:28:02 +00:00
Piwigo-TranslationTeam
7e76371ac0 [trunk_admin] Update de_DE, thanks to : Polly
git-svn-id: http://piwigo.org/svn/trunk@29040 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-14 11:28:00 +00:00
Piwigo-TranslationTeam
7b62e4a5bb [takeatour] Update de_DE, thanks to : Yogie
git-svn-id: http://piwigo.org/svn/trunk@29038 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-14 11:27:58 +00:00
Piwigo-TranslationTeam
a61561df51 [trunk_admin] Update hu_HU, thanks to : asicu.com
git-svn-id: http://piwigo.org/svn/trunk@29035 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-14 11:27:53 +00:00
Piwigo-TranslationTeam
b6589df290 [trunk_admin] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@29034 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-14 11:27:51 +00:00
Piwigo-TranslationTeam
f930a1eeac [trunk_admin] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@29033 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-14 11:27:50 +00:00
Piwigo-TranslationTeam
0bb488c1c7 [trunk_admin] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@29029 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-11 18:19:44 +00:00
Piwigo-TranslationTeam
4f4ba516c5 [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@29027 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-11 18:19:39 +00:00
Piwigo-TranslationTeam
225f4bbf7f [trunk_admin] Update nl_NL, thanks to : Ellin-E
git-svn-id: http://piwigo.org/svn/trunk@29025 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-11 18:19:34 +00:00
rvelices
cff2173deb bug 3056 quick search - fix regex for date searches (was not working with months 11 and 12)
git-svn-id: http://piwigo.org/svn/trunk@29022 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-10 21:00:12 +00:00
Piwigo-TranslationTeam
dcc719a06d [takeatour] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@29020 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-10 15:56:07 +00:00
Piwigo-TranslationTeam
69c3be4a8e [trunk_admin] Update tr_TR, thanks to : Nakre
git-svn-id: http://piwigo.org/svn/trunk@29018 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-10 10:19:46 +00:00
Piwigo-TranslationTeam
8c998d6fb0 [trunk_admin] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@29017 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-10 10:19:45 +00:00
Piwigo-TranslationTeam
22b0c36444 [trunk_public] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@29014 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-10 10:19:40 +00:00
Piwigo-TranslationTeam
609431183b [trunk_public] Update ro_RO, thanks to : cheilenereinfo
git-svn-id: http://piwigo.org/svn/trunk@29013 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-10 10:19:38 +00:00
Piwigo-TranslationTeam
03904ce1ad [takeatour] Update vi_VN, thanks to : thexixoa
git-svn-id: http://piwigo.org/svn/trunk@29012 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-10 04:52:43 +00:00
Piwigo-TranslationTeam
278eb0c010 [trunk_admin] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@29011 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-09 17:08:01 +00:00
plegall
80b697f69f bug fixed: remove the "using runtime ..." tooltip all over the upload file selection
git-svn-id: http://piwigo.org/svn/trunk@29009 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-09 07:55:04 +00:00
mistic100
9ff7ab03a8 feature:2807 better fix for svn:28995
git-svn-id: http://piwigo.org/svn/trunk@29008 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-08 19:00:47 +00:00
flop25
1efc0eb460 Take A Tour:
css for roma
en_UK force_fallback'ed
privacy wip

git-svn-id: http://piwigo.org/svn/trunk@29007 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-08 16:41:46 +00:00
Piwigo-TranslationTeam
82ffe38c37 [trunk_admin] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@29003 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-08 06:30:22 +00:00
Piwigo-TranslationTeam
5eb00841e2 [takeatour] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@29002 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-08 06:30:21 +00:00
Piwigo-TranslationTeam
0563019ced [takeatour] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@29001 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-08 04:12:31 +00:00
Piwigo-TranslationTeam
d1b87a9c95 [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@29000 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-08 04:12:30 +00:00
Piwigo-TranslationTeam
38c489f3b4 [trunk_admin] Update pt_BR, thanks to : flaviove
git-svn-id: http://piwigo.org/svn/trunk@28999 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-08 04:12:28 +00:00
Piwigo-TranslationTeam
a3cdc0d1b0 [trunk_public] Update zh_HK, thanks to : hkdigit
git-svn-id: http://piwigo.org/svn/trunk@28997 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-08 04:12:25 +00:00
rvelices
03c16caf50 bug 3056 quick search - allow negative values in numeric scope searches
git-svn-id: http://piwigo.org/svn/trunk@28996 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-07 22:38:54 +00:00
rvelices
a7e57cf852 feature 2807: fix bugs on comments format_date
git-svn-id: http://piwigo.org/svn/trunk@28995 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-07 21:36:23 +00:00
rvelices
5dac760ce7 picture.php remove THUMB_SRC template assignment (pre multiple size remainings)
git-svn-id: http://piwigo.org/svn/trunk@28993 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-07 20:44:35 +00:00
rvelices
d181101085 bug 3056 quick search - small fixes & improvements
- scopes are case insesitive date:2013 and Date:2013 are the same thing
- use strict comparison in scopes when required e.g. date:<2013 is not matching year 2013
- allow scopes (in plugins) to overwrite behaviour of space characters ...

git-svn-id: http://piwigo.org/svn/trunk@28992 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-07 20:39:29 +00:00
rvelices
45887f5d46 removed unused js from picture_modify.tpl
git-svn-id: http://piwigo.org/svn/trunk@28991 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-07 20:34:21 +00:00
mistic100
f2c16c2b33 bug 3075: Prevent deactivate default theme
git-svn-id: http://piwigo.org/svn/trunk@28989 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-07 11:16:48 +00:00
Piwigo-TranslationTeam
be610d6a1b [trunk_public] Update km_KH, thanks to : osify
git-svn-id: http://piwigo.org/svn/trunk@28988 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-07 10:01:04 +00:00
Piwigo-TranslationTeam
a2c50f50c6 [trunk_install] Update km_KH, thanks to : osify
git-svn-id: http://piwigo.org/svn/trunk@28987 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-07 10:01:00 +00:00
Piwigo-TranslationTeam
379d88982e [trunk_public] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@28986 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-07 10:00:59 +00:00
Piwigo-TranslationTeam
ece6eb71ad [takeatour] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@28985 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-07 10:00:57 +00:00
Piwigo-TranslationTeam
0f93be7c33 [trunk_public] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@28982 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-07 10:00:53 +00:00
mistic100
8a1ea2ad0a feature 2807: nicer display of "from to" dates (required changes in "format_date" function)
git-svn-id: http://piwigo.org/svn/trunk@28981 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-07 09:54:15 +00:00
mistic100
fb4237b786 bug 3008: explicitely say that email address is mandatory for registration (language update)
git-svn-id: http://piwigo.org/svn/trunk@28980 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-07 09:24:06 +00:00
Piwigo-TranslationTeam
3537ead249 [trunk_public] Update vi_VN, thanks to : dummy
git-svn-id: http://piwigo.org/svn/trunk@28979 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-07 04:57:30 +00:00
Piwigo-TranslationTeam
eefc6d4d53 [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@28978 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-07 04:57:29 +00:00
Piwigo-TranslationTeam
b113092aad [takeatour] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@28976 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-06 22:01:58 +00:00
Piwigo-TranslationTeam
1819268aaa [trunk_public] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@28975 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-06 22:01:56 +00:00
Piwigo-TranslationTeam
99b082820d [trunk_public] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@28973 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-06 15:33:21 +00:00
Piwigo-TranslationTeam
9d2c459bba [takeatour] Update pt_BR, thanks to : flaviove
git-svn-id: http://piwigo.org/svn/trunk@28970 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-06 15:33:16 +00:00
mistic100
1633d8ffaa improves regexes parsing plugins metadata
git-svn-id: http://piwigo.org/svn/trunk@28969 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-06 14:05:05 +00:00
Piwigo-TranslationTeam
dbedfd173f [trunk_public] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@28968 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-06 05:30:10 +00:00
Piwigo-TranslationTeam
74dee7bdbb [trunk_public] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@28966 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-06 05:30:06 +00:00
Piwigo-TranslationTeam
0ed24f1e1f [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@28963 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-05 19:03:34 +00:00
Piwigo-TranslationTeam
4fd960ee8d [trunk_public] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@28962 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-05 19:03:33 +00:00
Piwigo-TranslationTeam
1b486d887a [trunk_public] Update tr_TR, thanks to : Nakre
git-svn-id: http://piwigo.org/svn/trunk@28961 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-05 19:03:31 +00:00
Piwigo-TranslationTeam
0bf32f86bd [trunk_admin] Update ro_RO, thanks to : cheilenereinfo
git-svn-id: http://piwigo.org/svn/trunk@28959 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-05 19:03:28 +00:00
Piwigo-TranslationTeam
00a26dc40c [trunk_public] Update hu_HU, thanks to : asicu.com
git-svn-id: http://piwigo.org/svn/trunk@28958 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-05 19:03:27 +00:00
Piwigo-TranslationTeam
5d35be9328 [trunk_admin] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@28957 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-05 19:03:26 +00:00
Piwigo-TranslationTeam
51d0033a13 [trunk_public] Update de_DE, thanks to : fs101299
git-svn-id: http://piwigo.org/svn/trunk@28955 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-05 19:03:23 +00:00
Piwigo-TranslationTeam
b8859f2739 [trunk_public] Update fi_FI, thanks to : Juhi24
git-svn-id: http://piwigo.org/svn/trunk@28954 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-05 19:03:21 +00:00
mistic100
21bd2cf0f7 fix br_FR encoding again
git-svn-id: http://piwigo.org/svn/trunk@28953 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-05 16:21:37 +00:00
flop25
012fc98041 bug:3098
redirect to the current page when switching

git-svn-id: http://piwigo.org/svn/trunk@28952 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-05 15:29:59 +00:00
flop25
f140339c7d [take a tour]
empty language value with a space
tour 2.7 : search page, select js
tour privacy : wip

git-svn-id: http://piwigo.org/svn/trunk@28951 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-05 15:22:55 +00:00
Piwigo-TranslationTeam
0e562071c4 [trunk_public] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@28949 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-05 05:45:50 +00:00
Piwigo-TranslationTeam
c5ae5d7556 [trunk_public] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@28944 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-04 16:50:54 +00:00
mistic100
3217b14cc0 strict standards
git-svn-id: http://piwigo.org/svn/trunk@28939 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-04 10:30:54 +00:00
mistic100
a9d6e70d38 selectize/localcache : remove overkill categories sorting (already done in WS) + remove some data (comments, uppercets, etc...)
git-svn-id: http://piwigo.org/svn/trunk@28938 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-04 10:30:26 +00:00
mistic100
314cd45f75 fix sorting by global rank in selectize
git-svn-id: http://piwigo.org/svn/trunk@28937 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-04 07:53:45 +00:00
plegall
f2704dcb62 feature 2809: sort albums by date
git-svn-id: http://piwigo.org/svn/trunk@28934 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-03 13:18:12 +00:00
Piwigo-TranslationTeam
c14bedcbd0 [takeatour] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@28928 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-02 21:15:36 +00:00
mistic100
0161fd5a88 bug 3002: Two classes with the same name : Calendar
git-svn-id: http://piwigo.org/svn/trunk@28926 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-02 21:07:16 +00:00
mistic100
fa832428fa bug 3061: manual order becomes automatic order
git-svn-id: http://piwigo.org/svn/trunk@28924 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-02 20:58:16 +00:00
plegall
7e9b6530ec feature 2616: remove useless code (photos_add_direct_process or uploadify related variables)
git-svn-id: http://piwigo.org/svn/trunk@28919 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-02 13:34:46 +00:00
mistic100
d12f97545f fix br_FR common.lang encoding
git-svn-id: http://piwigo.org/svn/trunk@28918 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-02 12:58:50 +00:00
plegall
3b9e2659b0 i18n for the new HTML5 upload (use i18n files from plupload)
optional specific $lang_info[jquery_code] and $lang_info[plupload_code] to load the right i18n file


git-svn-id: http://piwigo.org/svn/trunk@28917 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-02 12:43:29 +00:00
plegall
266f2f756c remove line commited by mistake in r28913
git-svn-id: http://piwigo.org/svn/trunk@28914 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-02 09:40:05 +00:00
mistic100
78c98bd7ec feature 3046: Add option "force_fallback" to load_language + clean code
git-svn-id: http://piwigo.org/svn/trunk@28913 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-02 08:12:16 +00:00
rvelices
faa284333d bug 3013: Clean batch manager global
git-svn-id: http://piwigo.org/svn/trunk@28909 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-01 19:28:09 +00:00
Piwigo-TranslationTeam
bc3675b380 [trunk_admin] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@28906 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-01 17:28:39 +00:00
plegall
842a7e57eb next release is 2.7.0beta3
git-svn-id: http://piwigo.org/svn/trunk@28901 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-01 11:01:52 +00:00
plegall
5708fd68e1 next release is 2.7.0beta2
git-svn-id: http://piwigo.org/svn/trunk@28899 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-01 10:50:18 +00:00
mistic100
6cb53bb91b feature 3095 : block comment if website_url is not empty when field is disabled
git-svn-id: http://piwigo.org/svn/trunk@28893 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-01 09:56:02 +00:00
Piwigo-TranslationTeam
f279f62e12 [trunk_public] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@28880 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-01 06:03:10 +00:00
Piwigo-TranslationTeam
16406b5836 [takeatour] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@28879 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-01 06:03:08 +00:00
Piwigo-TranslationTeam
4d86fdb14d [trunk_public] Update sr_RS, thanks to : knjigor
git-svn-id: http://piwigo.org/svn/trunk@28866 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-30 10:15:11 +00:00
Piwigo-TranslationTeam
07a7e1974e [trunk_public] Update et_EE, thanks to : Eggy
git-svn-id: http://piwigo.org/svn/trunk@28865 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-30 10:15:10 +00:00
Piwigo-TranslationTeam
55cb2c044a [trunk_public] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@28831 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-29 08:40:20 +00:00
Piwigo-TranslationTeam
6bc29dacf7 [trunk_admin] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@28830 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-29 08:40:19 +00:00
Piwigo-TranslationTeam
55e3a8fe13 [trunk_admin] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@28823 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-28 05:19:26 +00:00
Piwigo-TranslationTeam
2c633b7bb6 [trunk_admin] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@28822 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-28 05:19:24 +00:00
rvelices
4c1ef417de batch manager move more js from footer to async ; move some inline to external file
git-svn-id: http://piwigo.org/svn/trunk@28821 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-28 04:45:37 +00:00
rvelices
e792b70731 fix date picker js dependencies when combine_template_files = false
git-svn-id: http://piwigo.org/svn/trunk@28820 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-28 04:32:12 +00:00
Piwigo-TranslationTeam
5bc5788c0d [trunk_admin] Update vi_VN, thanks to : dummy
git-svn-id: http://piwigo.org/svn/trunk@28819 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-27 16:31:25 +00:00
Piwigo-TranslationTeam
4b0da2c2d0 [takeatour] Update pl_PL, thanks to : billy88
git-svn-id: http://piwigo.org/svn/trunk@28818 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-27 16:31:23 +00:00
Piwigo-TranslationTeam
a8029b9eaa [takeatour] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@28812 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-27 06:16:50 +00:00
Piwigo-TranslationTeam
083d45d0c7 [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@28810 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-26 20:34:04 +00:00
Piwigo-TranslationTeam
d131736124 [trunk_admin] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@28809 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-26 20:34:03 +00:00
Piwigo-TranslationTeam
49d72d0202 [localfileseditor] Update ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@28808 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-26 20:34:02 +00:00
Piwigo-TranslationTeam
378e4a7802 [trunk_public] Update eu_ES, thanks to : manuvui
git-svn-id: http://piwigo.org/svn/trunk@28807 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-26 20:34:00 +00:00
rvelices
ec03d115a9 moved around 100k of javascript from synchronous loading to async... (a lot more could be done...)
git-svn-id: http://piwigo.org/svn/trunk@28806 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-26 20:23:50 +00:00
Piwigo-TranslationTeam
979ca7435b [trunk_public] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@28804 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-26 05:06:38 +00:00
Piwigo-TranslationTeam
6cc40fd711 [smartpocket] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@28803 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-26 05:06:36 +00:00
Piwigo-TranslationTeam
620032a5ea [trunk_admin] Update zh_CN, thanks to : winson
git-svn-id: http://piwigo.org/svn/trunk@28802 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-26 05:06:34 +00:00
Piwigo-TranslationTeam
1776029e9d [trunk_admin] Update zh_TW, thanks to : azq1231
git-svn-id: http://piwigo.org/svn/trunk@28801 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-26 05:06:32 +00:00
Piwigo-TranslationTeam
55866300a1 [trunk_install] Update km_KH, thanks to : osify
git-svn-id: http://piwigo.org/svn/trunk@28800 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-25 14:57:04 +00:00
Piwigo-TranslationTeam
657d5ba620 [trunk_admin] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@28799 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-25 14:57:03 +00:00
Piwigo-TranslationTeam
0683a6cf97 [trunk_admin] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@28798 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-25 10:08:27 +00:00
Piwigo-TranslationTeam
aac99dad1f [trunk_admin] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@28797 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-25 10:08:25 +00:00
Piwigo-TranslationTeam
10be7c9677 [trunk_admin] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@28796 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-25 10:08:24 +00:00
Piwigo-TranslationTeam
e75e696c28 [trunk_admin] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@28795 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-25 10:08:23 +00:00
Piwigo-TranslationTeam
c11788e4c5 [trunk_admin] Update cs_CZ, thanks to : coudy
git-svn-id: http://piwigo.org/svn/trunk@28794 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-25 10:08:22 +00:00
Piwigo-TranslationTeam
d13f764c2d [trunk_install] Update km_KH, thanks to : osify
git-svn-id: http://piwigo.org/svn/trunk@28789 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-25 10:08:13 +00:00
Piwigo-TranslationTeam
06bdfa557b [trunk_admin] Update pt_BR, thanks to : flaviove
git-svn-id: http://piwigo.org/svn/trunk@28788 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-25 10:08:12 +00:00
Piwigo-TranslationTeam
8c57413fee [trunk_admin] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@28786 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-25 10:08:09 +00:00
Piwigo-TranslationTeam
9952fee543 [trunk_admin] Update et_EE, thanks to : Eggy
git-svn-id: http://piwigo.org/svn/trunk@28785 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-25 06:19:20 +00:00
Piwigo-TranslationTeam
0fc2bca90d [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@28784 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-24 22:15:25 +00:00
Piwigo-TranslationTeam
42e23f3c5e [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@28782 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-24 22:15:22 +00:00
Piwigo-TranslationTeam
ed8b342f7f [trunk_admin] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@28781 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-24 22:15:20 +00:00
rvelices
09228a746f upgrade jquery ui from 1.10.1 to 1.10.4
git-svn-id: http://piwigo.org/svn/trunk@28780 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-24 20:16:59 +00:00
rvelices
03a3d1830c upgrade jquery from 1.11.0 to 1.11.1
git-svn-id: http://piwigo.org/svn/trunk@28776 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-24 20:06:28 +00:00
flop25
ba5fcfda0f adjustments for 2.7
js updated to 9.0.3

git-svn-id: http://piwigo.org/svn/trunk@28775 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-23 20:08:45 +00:00
Piwigo-TranslationTeam
517761cc8e [trunk_public] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@28774 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-23 19:26:34 +00:00
Piwigo-TranslationTeam
f0903c6ec9 [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@28772 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-23 19:26:30 +00:00
Piwigo-TranslationTeam
fef044d0b6 [takeatour] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@28771 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-23 19:26:29 +00:00
Piwigo-TranslationTeam
6e86f4b221 [trunk_public] Update zh_TW, thanks to : azq1231
git-svn-id: http://piwigo.org/svn/trunk@28768 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-23 05:31:33 +00:00
Piwigo-TranslationTeam
d5823c85d2 [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@28767 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-23 05:31:32 +00:00
mistic100
275e810c5f feature 3080: add cancel button, one minute granularity, fix missing css
git-svn-id: http://piwigo.org/svn/trunk@28765 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-22 12:44:43 +00:00
mistic100
b4b1797530 feature 3095: add "comments_enable_website" param + GUI
git-svn-id: http://piwigo.org/svn/trunk@28764 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-22 11:41:47 +00:00
Piwigo-TranslationTeam
f77f3698fe [trunk_public] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@28760 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-21 16:04:06 +00:00
Piwigo-TranslationTeam
41af1c34c0 [trunk_public] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@28759 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-21 16:04:05 +00:00
Piwigo-TranslationTeam
0bf7c9f55d [trunk_public] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@28757 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-21 12:44:01 +00:00
Piwigo-TranslationTeam
5d39f4a98b [trunk_public] Update vi_VN, thanks to : dummy
git-svn-id: http://piwigo.org/svn/trunk@28756 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-21 08:25:55 +00:00
Piwigo-TranslationTeam
56b6576001 [trunk_public] Update sv_SE, thanks to : Blytung
git-svn-id: http://piwigo.org/svn/trunk@28755 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-21 05:31:11 +00:00
Piwigo-TranslationTeam
42c5f8bd14 [takeatour] Update sv_SE, thanks to : Blytung
git-svn-id: http://piwigo.org/svn/trunk@28754 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-21 05:31:10 +00:00
Piwigo-TranslationTeam
e21e5e0cf7 [trunk_public] Update de_DE, thanks to : fs101299
git-svn-id: http://piwigo.org/svn/trunk@28748 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-20 21:01:49 +00:00
Piwigo-TranslationTeam
67664209ff [trunk_public] Update eu_ES, thanks to : manuvui
git-svn-id: http://piwigo.org/svn/trunk@28747 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-20 11:32:48 +00:00
rvelices
c703e2dcd8 feature 3094: redesign of search form - fix space lost in previous commit
git-svn-id: http://piwigo.org/svn/trunk@28746 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-20 04:45:09 +00:00
rvelices
a61307e652 feature 3094: redesign of search form
- fix comments page filter form (css changes affected also that .filter form - simplified also css rules)
- better query for author list (using id for visible_images instead of image_id field)
- don't show author list if there is only one author

git-svn-id: http://piwigo.org/svn/trunk@28744 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-19 20:39:12 +00:00
Piwigo-TranslationTeam
e9c7c08ec4 [trunk_public] Update sh_RS, thanks to : gpopac
git-svn-id: http://piwigo.org/svn/trunk@28743 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-19 17:16:37 +00:00
Piwigo-TranslationTeam
89513d42d6 [admin_tools] Update km_KH, thanks to : osify
git-svn-id: http://piwigo.org/svn/trunk@28739 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-19 12:04:53 +00:00
Piwigo-TranslationTeam
eb10d70977 [admin_tools] Update km_KH, thanks to : osify
git-svn-id: http://piwigo.org/svn/trunk@28738 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-19 10:25:55 +00:00
Piwigo-TranslationTeam
49318280ed [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@28737 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-19 10:25:53 +00:00
Piwigo-TranslationTeam
74620f15c7 [trunk_public] Update pl_PL, thanks to : T00kie
git-svn-id: http://piwigo.org/svn/trunk@28736 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-19 10:25:52 +00:00
Piwigo-TranslationTeam
3f441206db [trunk_public] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@28735 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-19 10:25:50 +00:00
Piwigo-TranslationTeam
8d30c52f5f [trunk_public] Update eu_ES, thanks to : manuvui
git-svn-id: http://piwigo.org/svn/trunk@28734 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-19 10:25:49 +00:00
Piwigo-TranslationTeam
b775c23704 [trunk_public] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@28733 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-19 10:25:47 +00:00
plegall
ad39e42222 feature 3091: remove inline CSS (but doesn't work with selectize)
git-svn-id: http://piwigo.org/svn/trunk@28732 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-19 08:14:38 +00:00
Piwigo-TranslationTeam
3edeaed602 [trunk_public] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@28731 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-19 06:59:34 +00:00
Piwigo-TranslationTeam
b45fe9949e [trunk_public] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@28730 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-19 06:21:57 +00:00
Piwigo-TranslationTeam
4758ae3335 [trunk_public] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@28728 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-19 05:53:31 +00:00
Piwigo-TranslationTeam
af74fd268f [trunk_public] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@28726 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-19 05:17:41 +00:00
Piwigo-TranslationTeam
53797ef92b [trunk_public] Update nb_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@28725 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-19 05:17:40 +00:00
Piwigo-TranslationTeam
afc8d4ea98 [trunk_public] Update fi_FI, thanks to : Juhi24
git-svn-id: http://piwigo.org/svn/trunk@28724 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-19 05:17:39 +00:00
Piwigo-TranslationTeam
0a688147e7 [trunk_public] Update pt_BR, thanks to : flaviove
git-svn-id: http://piwigo.org/svn/trunk@28723 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-19 05:17:37 +00:00
Piwigo-TranslationTeam
4a93d26d6d [trunk_public] Update zh_CN, thanks to : winson
git-svn-id: http://piwigo.org/svn/trunk@28722 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-19 05:17:35 +00:00
Piwigo-TranslationTeam
1433fdad05 [trunk_public] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@28721 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-19 05:17:34 +00:00
Piwigo-TranslationTeam
0518d785f4 [trunk_public] Update km_KH, thanks to : Vanndy
git-svn-id: http://piwigo.org/svn/trunk@28717 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-19 05:17:29 +00:00
Piwigo-TranslationTeam
7dd7fb504a [trunk_public] Update ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@28716 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-19 05:17:27 +00:00
rvelices
cac256e388 removed unused get_html_tag_selection function + css rules
git-svn-id: http://piwigo.org/svn/trunk@28715 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-18 20:39:25 +00:00
rvelices
3c13387dfd since number of accepted args not required for add_event_handler, simplify calls
git-svn-id: http://piwigo.org/svn/trunk@28714 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-18 19:51:42 +00:00
plegall
f894f1208c feature 3094: redesign on search form, use selectize for categories
git-svn-id: http://piwigo.org/svn/trunk@28710 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-17 11:17:34 +00:00
plegall
6f8caf22ba feature 3093: search form, ability to select the list of properties on which
the search terms applies.

feature 3094: minor redesign on search form.


git-svn-id: http://piwigo.org/svn/trunk@28709 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-17 11:11:44 +00:00
plegall
583af81d3d feature 2563: do not display all tags as checkboxes on search.php. Use jQuery Selectize instead.
git-svn-id: http://piwigo.org/svn/trunk@28708 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-16 14:17:53 +00:00
plegall
0511ed2236 feature 3091: search.php (advanced search), display a list of known authors instead of a text field.
git-svn-id: http://piwigo.org/svn/trunk@28707 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-16 13:53:16 +00:00
Piwigo-TranslationTeam
aacdb5a8bd [takeatour] Update uk_UA, thanks to : animan & StreamThreader
git-svn-id: http://piwigo.org/svn/trunk@28706 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-15 17:08:29 +00:00
mistic100
84d94906d2 add dark selectize theme + "ternary" template modifier
git-svn-id: http://piwigo.org/svn/trunk@28703 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-14 14:15:05 +00:00
mistic100
296ae7021e no more use of jquery ui for admin menu accordion
git-svn-id: http://piwigo.org/svn/trunk@28702 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-14 12:18:40 +00:00
mistic100
06cc578798 too much redirects
git-svn-id: http://piwigo.org/svn/trunk@28701 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-14 08:28:59 +00:00
mistic100
a02717a879 on batch manager global move "invalidate_user_cache" AFTER database updates (SmartAlbums compatibility)
git-svn-id: http://piwigo.org/svn/trunk@28700 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-14 08:14:59 +00:00
Piwigo-TranslationTeam
4edd40080c [takeatour] Update vi_VN, thanks to : dummy
git-svn-id: http://piwigo.org/svn/trunk@28698 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-14 05:18:37 +00:00
mistic100
25a30d2f46 feature 3088: [AdminTools] don't use auto version and uri anymore + author is "Piwigo Team"
git-svn-id: http://piwigo.org/svn/trunk@28697 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-13 20:05:58 +00:00
plegall
cc010093ba hide helpSynchro if sync is disabled (made with CSS instead of javascript)
git-svn-id: http://piwigo.org/svn/trunk@28696 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-13 19:56:53 +00:00
mistic100
aa3d38b431 feature 3088: set AdminTools as default plugin, set admin_multi_view as obsolete
git-svn-id: http://piwigo.org/svn/trunk@28695 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-13 19:56:13 +00:00
mistic100
0018bcd9f5 add AdminTools to trunk
git-svn-id: http://piwigo.org/svn/trunk@28694 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-13 19:53:56 +00:00
mistic100
715f13b123 remove Multi View from trunk
git-svn-id: http://piwigo.org/svn/trunk@28693 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-13 19:52:47 +00:00
mistic100
7c263a2dd2 correctly stringify booleans in conf_update_param
git-svn-id: http://piwigo.org/svn/trunk@28691 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-13 19:19:47 +00:00
mistic100
b153d19474 clean HTML code of header and footer
git-svn-id: http://piwigo.org/svn/trunk@28690 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-13 19:10:41 +00:00
mistic100
5e3e65e9f2 remove admin IE 6/7/8 fixes
git-svn-id: http://piwigo.org/svn/trunk@28689 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-13 18:32:29 +00:00
Piwigo-TranslationTeam
038f48825a [trunk_public] Update ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@28686 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-13 15:54:02 +00:00
Piwigo-TranslationTeam
f8a1b5bd50 [takeatour] Update pl_PL, thanks to : billy88
git-svn-id: http://piwigo.org/svn/trunk@28684 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-13 15:29:12 +00:00
Piwigo-TranslationTeam
1157c37173 [smartpocket] Update pl_PL, thanks to : billy88
git-svn-id: http://piwigo.org/svn/trunk@28683 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-13 15:29:10 +00:00
Piwigo-TranslationTeam
d6c167272f [takeatour] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@28680 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-13 04:29:26 +00:00
Piwigo-TranslationTeam
e34279306c [takeatour] Update bg_BG, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28679 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-12 18:11:20 +00:00
plegall
27972906be bug 3089: prevent SQL injection on photo edition
git-svn-id: http://piwigo.org/svn/trunk@28678 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-12 09:33:20 +00:00
ddtddt
2384b3168d [Trunk] - Language - prepare for 2.6.3
git-svn-id: http://piwigo.org/svn/trunk@28673 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-10 19:31:02 +00:00
ddtddt
6409d4f979 [Trunk] - plugin -Language - prepare for 2.6.3
git-svn-id: http://piwigo.org/svn/trunk@28672 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-10 19:24:46 +00:00
ddtddt
e1311ae1e9 [Trunk] - themes -Language - prepare for 2.6.3
git-svn-id: http://piwigo.org/svn/trunk@28669 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-10 19:18:07 +00:00
Piwigo-TranslationTeam
f63bed403a [takeatour] Update nl_NL, thanks to : Ellin-E
git-svn-id: http://piwigo.org/svn/trunk@28666 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-09 20:47:22 +00:00
Piwigo-TranslationTeam
d5d1238cc4 [trunk_public] Update nb_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@28665 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-09 18:51:59 +00:00
Piwigo-TranslationTeam
ec06f088a5 [takeatour] Update uk_UA, thanks to : StreamThreader
git-svn-id: http://piwigo.org/svn/trunk@28661 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-09 18:51:53 +00:00
Piwigo-TranslationTeam
f177212703 [trunk_public] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@28660 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-09 18:51:52 +00:00
Piwigo-TranslationTeam
fe34f2119b [trunk_upgrade] Update km_KH, thanks to : osify
git-svn-id: http://piwigo.org/svn/trunk@28658 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-09 18:51:49 +00:00
Piwigo-TranslationTeam
c9247040dd [trunk_public] Update zh_TW, thanks to : azq1231
git-svn-id: http://piwigo.org/svn/trunk@28657 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-09 18:51:48 +00:00
Piwigo-TranslationTeam
7cab8a32a8 [trunk_admin] Update km_KH, thanks to : osify
git-svn-id: http://piwigo.org/svn/trunk@28656 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-09 18:51:46 +00:00
Piwigo-TranslationTeam
698d07a983 [takeatour] Update nl_NL, thanks to : Ellin-E
git-svn-id: http://piwigo.org/svn/trunk@28654 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-09 18:51:43 +00:00
mistic100
6b7535498c feature 3076: Enhance plugin update system
git-svn-id: http://piwigo.org/svn/trunk@28651 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-09 17:20:43 +00:00
Piwigo-TranslationTeam
3f1cd5643b [takeatour] Update uk_UA, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28648 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-08 08:59:39 +00:00
Piwigo-TranslationTeam
09a1294b39 [takeatour] Update sv_SE, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28647 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-08 08:29:41 +00:00
Piwigo-TranslationTeam
24f328097c [takeatour] Update nl_NL, thanks to : Ellin-E
git-svn-id: http://piwigo.org/svn/trunk@28646 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-07 16:40:11 +00:00
Piwigo-TranslationTeam
948b0db8e7 [takeatour] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@28643 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-06 05:02:15 +00:00
Piwigo-TranslationTeam
ac07d18671 [takeatour] Update nl_NL, thanks to : Ellin-E
git-svn-id: http://piwigo.org/svn/trunk@28642 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-05 15:56:01 +00:00
Piwigo-TranslationTeam
1c42eb4252 [takeatour] Update nl_NL, thanks to : euroart
git-svn-id: http://piwigo.org/svn/trunk@28641 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-05 10:20:08 +00:00
mistic100
55619222fb don't update images.lastmodified field when incrementing hits count
git-svn-id: http://piwigo.org/svn/trunk@28640 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-05 07:25:28 +00:00
Piwigo-TranslationTeam
ea6d9ff40f [trunk_admin] Update pl_PL, thanks to : Krzysiu
git-svn-id: http://piwigo.org/svn/trunk@28639 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-05 06:13:08 +00:00
Piwigo-TranslationTeam
1dfe4d0ea8 [trunk_public] Update pl_PL, thanks to : Krzysiu
git-svn-id: http://piwigo.org/svn/trunk@28637 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-05 06:13:05 +00:00
Piwigo-TranslationTeam
10cdf44402 [takeatour] Update pl_PL, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28636 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-05 05:13:40 +00:00
Piwigo-TranslationTeam
489fdf3387 [takeatour] Update nl_NL, thanks to : euroart
git-svn-id: http://piwigo.org/svn/trunk@28635 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-04 17:04:06 +00:00
Piwigo-TranslationTeam
ce5371d160 [takeatour] Update vi_VN, thanks to : thexixoa
git-svn-id: http://piwigo.org/svn/trunk@28622 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-03 17:31:43 +00:00
mistic100
a70a274eaa feature 3038 : always apply serialize&addslashes if object/array is passed and not parser is defined
git-svn-id: http://piwigo.org/svn/trunk@28621 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-03 15:05:14 +00:00
ddtddt
ceaa7de36d [Trunk] - Language - prepare for 2.6.3
git-svn-id: http://piwigo.org/svn/trunk@28619 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-03 10:29:08 +00:00
plegall
bb1ca0faae syntax error
git-svn-id: http://piwigo.org/svn/trunk@28616 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-03 08:23:51 +00:00
plegall
8464fbbc17 bug 3082: increase generate_key randomness with openssl_random_pseudo_bytes (with fallback on mt_rand for Windows+PHP<5.3.4)
git-svn-id: http://piwigo.org/svn/trunk@28615 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-03 08:07:32 +00:00
mistic100
4c1066c8f6 redefine selectize templates without escaping + translate "Add"
git-svn-id: http://piwigo.org/svn/trunk@28613 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-02 21:56:54 +00:00
Piwigo-TranslationTeam
30291228bf [takeatour] Update nl_NL, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28612 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-02 21:29:50 +00:00
rvelices
0fe08001c3 local css prefilter does not need new line before get_combined_css
git-svn-id: http://piwigo.org/svn/trunk@28600 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-02 19:57:30 +00:00
rvelices
659528da06 increase frequency of persistent cache purge (every ~100 set ops instead of ~200 set ops)
git-svn-id: http://piwigo.org/svn/trunk@28599 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-02 19:55:38 +00:00
Piwigo-TranslationTeam
0a381a55ce [trunk_public] Update gu_IN, thanks to : huz_akh
git-svn-id: http://piwigo.org/svn/trunk@28594 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-02 16:38:33 +00:00
mistic100
f47ef1493f use lookup string for generate_key function
git-svn-id: http://piwigo.org/svn/trunk@28591 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-02 12:52:00 +00:00
ddtddt
0cba9b4b64 [Trunk] - language_ - add Gujarati - ગુજરાતી[IN] language for translate tool Thanks to huz_akh for first translation
git-svn-id: http://piwigo.org/svn/trunk@28590 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-02 10:29:50 +00:00
mistic100
4bd32005b5 feature 3010 : replace trigger_action/event by trigger_notify/change
git-svn-id: http://piwigo.org/svn/trunk@28587 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-02 07:55:46 +00:00
Piwigo-TranslationTeam
f98edc7a2e [takeatour] Update sl_SI, thanks to : newron
git-svn-id: http://piwigo.org/svn/trunk@28584 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-01 19:15:20 +00:00
Piwigo-TranslationTeam
f272b48a3a [takeatour] Update ar_SA, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28582 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-01 19:15:18 +00:00
Piwigo-TranslationTeam
857c8ba133 [trunk_admin] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@28580 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-01 05:36:55 +00:00
rvelices
8b4857c773 quick search - small fixes & improvements
available number of comments per user do not use visible_categories (only forbidden)

git-svn-id: http://piwigo.org/svn/trunk@28579 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-31 18:50:30 +00:00
rvelices
bd73ad9679 time picker more forgiving with parsing errors (accept dates only without time)
git-svn-id: http://piwigo.org/svn/trunk@28578 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-31 18:48:11 +00:00
Piwigo-TranslationTeam
4a99fcdf89 [trunk_admin] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@28575 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-31 04:55:15 +00:00
mistic100
eaf4d5db52 related to bug 3086 : test for curl_init and curl_exec in fetchRemote
git-svn-id: http://piwigo.org/svn/trunk@28572 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-30 13:01:20 +00:00
rvelices
13a70520fa bug 3082: random key generation algorithm
git-svn-id: http://piwigo.org/svn/trunk@28571 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-29 20:40:45 +00:00
mistic100
b317745ac9 feature 3038 : add $updateGlobal and $parser options to conf_update_param
git-svn-id: http://piwigo.org/svn/trunk@28567 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-29 14:11:14 +00:00
mistic100
42274fb26f i broke colorbox on batch manager unit + use css animations
git-svn-id: http://piwigo.org/svn/trunk@28563 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-29 08:56:41 +00:00
rvelices
867d779ffc added persistent cache for some slow queries in feed notification (even if not important to be fast on RSS feed, it might slow down galleries that are very large and actively used)
git-svn-id: http://piwigo.org/svn/trunk@28560 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-29 05:27:57 +00:00
rvelices
8aaa3612eb simplify batch manager overly complicated and expensive sql call
git-svn-id: http://piwigo.org/svn/trunk@28559 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-29 05:20:21 +00:00
rvelices
20919c9875 remove unused config variable
git-svn-id: http://piwigo.org/svn/trunk@28558 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-29 05:19:46 +00:00
mistic100
9a842dd86a feature 3077 : fix addAlbum process when creating the first ever album, improve data API
git-svn-id: http://piwigo.org/svn/trunk@28555 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-28 19:04:40 +00:00
plegall
7b3783c981 feature 2616: better behavior at the end of upload (more like with uploadify, but no page reload)
git-svn-id: http://piwigo.org/svn/trunk@28554 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-28 16:41:56 +00:00
Piwigo-TranslationTeam
5ddf8e00f6 [trunk_public] Update lb_LU, thanks to : Quetsch
git-svn-id: http://piwigo.org/svn/trunk@28553 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-28 16:36:55 +00:00
plegall
682148e917 feature 2616, customizations for plupload
* bug fixed, remove debug inserts in table "plupload"
* display photo title as tooltip on thumbnail
* hide useless .plupload_header
* hide any other form fieldset until an album is selected


git-svn-id: http://piwigo.org/svn/trunk@28552 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-28 09:33:17 +00:00
Piwigo-TranslationTeam
be60fee094 [trunk_public] Update lb_LU, thanks to : Quetsch
git-svn-id: http://piwigo.org/svn/trunk@28551 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-28 09:19:30 +00:00
mistic100
82b52dd0c0 feature 3077 : factorize code for cache/selectize
git-svn-id: http://piwigo.org/svn/trunk@28550 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-27 21:47:57 +00:00
Piwigo-TranslationTeam
af740fa3e4 [trunk_public] Update lb_LU, thanks to : Quetsch
git-svn-id: http://piwigo.org/svn/trunk@28549 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-27 18:44:59 +00:00
Piwigo-TranslationTeam
93cc3b189c [takeatour] Update zh_CN, thanks to : winson
git-svn-id: http://piwigo.org/svn/trunk@28548 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-27 17:18:45 +00:00
Piwigo-TranslationTeam
46b0fa8f36 [trunk_public] Update zh_CN, thanks to : winson
git-svn-id: http://piwigo.org/svn/trunk@28547 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-27 17:18:44 +00:00
Piwigo-TranslationTeam
f4068523cf [takeatour] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@28546 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-27 17:18:42 +00:00
plegall
70bcfb5b86 feature 2616: HTML5 upload (with plupload 2.1.2). First basic implementation. Needs customization.
Chunked upload + Drag & drop (no more Flash)

use a new specific API method pwg.images.upload


git-svn-id: http://piwigo.org/svn/trunk@28545 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-27 14:11:23 +00:00
Piwigo-TranslationTeam
39fc0a9f9a [takeatour] Update pt_PT, thanks to : ANO
git-svn-id: http://piwigo.org/svn/trunk@28544 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-27 05:22:53 +00:00
mistic100
a5b2cf8200 feature 3077 : factorize code for categories cache (TODO for other collections) + fix incorrect categories list for dissociation
git-svn-id: http://piwigo.org/svn/trunk@28542 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-26 22:03:57 +00:00
Piwigo-TranslationTeam
b97c45b941 [takeatour] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@28541 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-26 20:32:30 +00:00
mistic100
1b60bafb58 feature 3077 : always sort categories by global rank
git-svn-id: http://piwigo.org/svn/trunk@28540 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-26 16:56:39 +00:00
plegall
2f62865ac1 bug fixed: on upload form, display existing albums
git-svn-id: http://piwigo.org/svn/trunk@28539 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-26 09:57:07 +00:00
mistic100
ad10a97f4a feature 3077 : use selectize on batch_manager_global, cat_modify and photos_add_direct
+ rewrite "add album" popup (more flexible and working with selectize)

git-svn-id: http://piwigo.org/svn/trunk@28533 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-24 16:24:52 +00:00
mistic100
fea2a4efd1 feature 3077 : improve cache invalidation
- add "lastmodified" automatic field for categories, groups, users, tags and images tables
- provide a "server key" to the client cache manager

git-svn-id: http://piwigo.org/svn/trunk@28532 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-24 14:18:04 +00:00
Piwigo-TranslationTeam
59f418f798 [trunk_public] Update lb_LU, thanks to : Quetsch
git-svn-id: http://piwigo.org/svn/trunk@28531 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-23 17:01:35 +00:00
Piwigo-TranslationTeam
953bef388f [takeatour] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@28530 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-23 17:01:34 +00:00
Piwigo-TranslationTeam
953306bf12 [takeatour] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@28529 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-23 11:01:54 +00:00
Piwigo-TranslationTeam
537c1ec782 [takeatour] Update de_DE, thanks to : Joergen
git-svn-id: http://piwigo.org/svn/trunk@28521 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-20 17:58:10 +00:00
Piwigo-TranslationTeam
cbbb0a8691 [takeatour] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@28518 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-19 20:46:35 +00:00
Piwigo-TranslationTeam
d61752ea5c [takeatour] Update de_DE, thanks to : Joergen
git-svn-id: http://piwigo.org/svn/trunk@28513 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-19 16:26:26 +00:00
Piwigo-TranslationTeam
a3e8fb1b61 [takeatour] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@28510 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-19 10:36:06 +00:00
mistic100
40fa9b3cdb feature 3077 : use Selectize on batch_manager_global
git-svn-id: http://piwigo.org/svn/trunk@28502 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-18 15:15:25 +00:00
mistic100
2755a2f598 feature 3077 : use Selectize on user_list
git-svn-id: http://piwigo.org/svn/trunk@28501 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-18 11:57:18 +00:00
mistic100
97ffdb2edc feature 2679 : allow to change creation time
git-svn-id: http://piwigo.org/svn/trunk@28500 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-18 10:58:53 +00:00
mistic100
914b6d96d2 feature 3080 : simpler date inputs (one input + fontello + picker selects)
git-svn-id: http://piwigo.org/svn/trunk@28497 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-17 22:04:36 +00:00
mistic100
ce8a29810a feature 3077 : use Selectize with AJAX load/cache on cat_perm and batch_manager_unit
git-svn-id: http://piwigo.org/svn/trunk@28496 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-17 15:33:37 +00:00
mistic100
703a997f6a display request url and params in WS explorer
git-svn-id: http://piwigo.org/svn/trunk@28495 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-17 15:15:13 +00:00
mistic100
f932ee79df feature 3077 : use Selectize with AJAX load/cache on picture_modify
git-svn-id: http://piwigo.org/svn/trunk@28494 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-17 12:11:47 +00:00
rvelices
8296fb3db4 removed unused lang keys
git-svn-id: http://piwigo.org/svn/trunk@28492 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-17 06:12:44 +00:00
rvelices
9f8d9443c9 use persistent cache for calendar list in root flat mode (same perf improvement as category flat view)
git-svn-id: http://piwigo.org/svn/trunk@28491 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-17 06:09:33 +00:00
rvelices
99ea8d67d4 - dont't invalidate_user_cache on batch manager refresh photo set or add/remove caddie or generate/delete derivatives
- removed double sql query from batch_manager_global

git-svn-id: http://piwigo.org/svn/trunk@28490 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-17 05:58:07 +00:00
Piwigo-TranslationTeam
e51d22bb01 [trunk_admin] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@28488 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-16 17:04:58 +00:00
Piwigo-TranslationTeam
9094f4a0c9 [takeatour] Update de_DE, thanks to : Joergen
git-svn-id: http://piwigo.org/svn/trunk@28487 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-16 17:04:56 +00:00
Piwigo-TranslationTeam
23a25c3a1d [takeatour] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@28485 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-16 04:14:52 +00:00
rvelices
3df9bd4979 fix php warning (from one of my previous commits)
git-svn-id: http://piwigo.org/svn/trunk@28484 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-15 19:24:29 +00:00
Piwigo-TranslationTeam
65f164c6cc [takeatour] Update pt_BR, thanks to : flaviove
git-svn-id: http://piwigo.org/svn/trunk@28480 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-15 05:19:59 +00:00
Piwigo-TranslationTeam
999b423c24 [takeatour] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@28476 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-15 05:19:53 +00:00
Piwigo-TranslationTeam
de07a42da6 [takeatour] Update de_DE, thanks to : Joergen
git-svn-id: http://piwigo.org/svn/trunk@28467 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-14 05:27:06 +00:00
rvelices
ffd1a5b197 remove language duplicate
git-svn-id: http://piwigo.org/svn/trunk@28460 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-13 20:13:44 +00:00
rvelices
f2c42c791e bug 3056: quick search - cache results for 5 minutes + comments + small fix
git-svn-id: http://piwigo.org/svn/trunk@28459 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-13 20:09:04 +00:00
Piwigo-TranslationTeam
811e366f72 [takeatour] Update de_DE, thanks to : Joergen
git-svn-id: http://piwigo.org/svn/trunk@28456 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-13 15:59:53 +00:00
Piwigo-TranslationTeam
ae78e8b431 [takeatour] Update de_DE, thanks to : Joergen
git-svn-id: http://piwigo.org/svn/trunk@28452 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-13 10:32:21 +00:00
Piwigo-TranslationTeam
47710a3071 [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@28451 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-12 19:01:41 +00:00
Piwigo-TranslationTeam
b1384bd794 [takeatour] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@28450 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-12 17:55:45 +00:00
Piwigo-TranslationTeam
e205063e88 [takeatour] Update fr_FR, thanks to : laurent.duretz
git-svn-id: http://piwigo.org/svn/trunk@28446 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-12 17:55:39 +00:00
Piwigo-TranslationTeam
4eb559596c [takeatour] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@28444 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-12 17:55:36 +00:00
Piwigo-TranslationTeam
0d92f19c79 [takeatour] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@28442 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-12 10:04:56 +00:00
Piwigo-TranslationTeam
90d96175c3 [takeatour] Update ru_RU, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28441 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-12 05:16:22 +00:00
Piwigo-TranslationTeam
9e4dce3664 [takeatour] Update da_DK, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28440 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-12 05:16:21 +00:00
Piwigo-TranslationTeam
527ea98f3e [takeatour] Update ca_ES, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28439 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-12 05:16:20 +00:00
Piwigo-TranslationTeam
92622bf155 [takeatour] Update eo_EO, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28438 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-12 05:16:18 +00:00
Piwigo-TranslationTeam
8f429a1e3d [takeatour] Update es_ES, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28437 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-12 05:16:17 +00:00
Piwigo-TranslationTeam
076e8e2cc2 [takeatour] Update pt_BR, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28436 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-12 05:16:16 +00:00
Piwigo-TranslationTeam
c9a15c699e [takeatour] Update pt_PT, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28435 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-12 05:16:14 +00:00
Piwigo-TranslationTeam
211a337b3b [takeatour] Update tr_TR, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28434 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-12 05:16:13 +00:00
Piwigo-TranslationTeam
6f1684ee12 [takeatour] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@28433 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-12 05:12:08 +00:00
rvelices
f1f7e5d4ad added a persistent cache mechanism; used so far to cache image ids in flat view mode
git-svn-id: http://piwigo.org/svn/trunk@28432 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-11 08:26:41 +00:00
Piwigo-TranslationTeam
b4decbe52f [takeatour] Update lv_LV, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28416 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-11 05:26:38 +00:00
Piwigo-TranslationTeam
fbaab937da [takeatour] Update pt_BR, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28415 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-11 05:26:36 +00:00
Piwigo-TranslationTeam
3b0b1532d9 [takeatour] Update da_DK, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28414 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-11 05:26:34 +00:00
Piwigo-TranslationTeam
036e5954ca [takeatour] Update de_DE, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28413 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-11 05:26:32 +00:00
Piwigo-TranslationTeam
248ebd373b [takeatour] Update ca_ES, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28412 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-11 05:26:31 +00:00
Piwigo-TranslationTeam
4cd9e304e9 [takeatour] Update el_GR, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28411 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-11 05:26:29 +00:00
Piwigo-TranslationTeam
55e003408b [takeatour] Update zh_CN, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28410 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-11 05:26:28 +00:00
Piwigo-TranslationTeam
357d8103d7 [takeatour] Update eo_EO, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28409 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-11 05:26:27 +00:00
Piwigo-TranslationTeam
5b7b615b09 [takeatour] Update es_ES, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28408 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-11 05:26:25 +00:00
Piwigo-TranslationTeam
4199866d20 [takeatour] Update fr_FR, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28407 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-11 05:26:24 +00:00
Piwigo-TranslationTeam
a59e843d3c [takeatour] Update it_IT, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28406 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-11 05:26:22 +00:00
Piwigo-TranslationTeam
2d2c4e9e3a [takeatour] Update pt_PT, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28405 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-11 05:26:21 +00:00
Piwigo-TranslationTeam
b4d9513188 [takeatour] Update ro_RO, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28404 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-11 05:26:20 +00:00
Piwigo-TranslationTeam
fbcca5a028 [takeatour] Update ru_RU, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28403 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-11 05:26:18 +00:00
Piwigo-TranslationTeam
5985fedb7d [takeatour] Update sk_SK, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28402 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-11 05:26:17 +00:00
Piwigo-TranslationTeam
9e2e5308de [takeatour] Update sl_SI, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28401 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-11 05:26:16 +00:00
Piwigo-TranslationTeam
3dc55ca6c1 [takeatour] Update tr_TR, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28400 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-11 05:26:15 +00:00
Piwigo-TranslationTeam
7b3fd8f159 [takeatour] Update vi_VN, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28399 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-11 05:26:13 +00:00
Piwigo-TranslationTeam
db295e33cf [trunk_public] Update en_GB, thanks to : beerfestival
git-svn-id: http://piwigo.org/svn/trunk@28398 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-10 05:06:58 +00:00
Piwigo-TranslationTeam
a9644bf46e [trunk_admin] Update en_GB, thanks to : beerfestival
git-svn-id: http://piwigo.org/svn/trunk@28397 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-10 05:06:57 +00:00
Piwigo-TranslationTeam
acd43b82a0 [trunk_install] Update en_GB, thanks to : beerfestival
git-svn-id: http://piwigo.org/svn/trunk@28396 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-10 05:06:56 +00:00
Piwigo-TranslationTeam
b9e62d0613 [takeatour] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@28394 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-09 19:14:47 +00:00
flop25
c323508852 [TakeATour]
adding 2.7 tour

git-svn-id: http://piwigo.org/svn/trunk@28393 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-09 14:51:31 +00:00
Piwigo-TranslationTeam
414c9fe049 [takeatour] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@28391 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-08 10:48:44 +00:00
Piwigo-TranslationTeam
0f3ff4588b [takeatour] Update de_DE, thanks to : Joergen
git-svn-id: http://piwigo.org/svn/trunk@28386 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-07 17:58:38 +00:00
Piwigo-TranslationTeam
c4bd44f9c3 [takeatour] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@28384 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-07 10:09:56 +00:00
rvelices
748ede3988 bug 3056: quick search - fix variable name
git-svn-id: http://piwigo.org/svn/trunk@28383 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-06 19:14:11 +00:00
Piwigo-TranslationTeam
e0e6b69b27 [takeatour] Update de_DE, thanks to : Joergen
git-svn-id: http://piwigo.org/svn/trunk@28382 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-06 10:29:39 +00:00
Piwigo-TranslationTeam
76955ed51b [trunk_admin] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@28379 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-05 21:02:16 +00:00
Piwigo-TranslationTeam
2135e26c43 [takeatour] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@28376 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-05 21:02:11 +00:00
Piwigo-TranslationTeam
fce7e899dc [takeatour] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@28375 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-05 21:02:10 +00:00
Piwigo-TranslationTeam
6538e76e1c [localfileseditor] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@28372 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-05 21:02:06 +00:00
Piwigo-TranslationTeam
b9ff2fc459 [takeatour] Update de_DE, thanks to : Joergen
git-svn-id: http://piwigo.org/svn/trunk@28367 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-05 15:52:57 +00:00
Piwigo-TranslationTeam
f8fdeb11c6 [takeatour] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@28365 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-05 15:52:54 +00:00
Piwigo-TranslationTeam
7065292fbb [takeatour] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@28363 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-05 15:52:51 +00:00
Piwigo-TranslationTeam
9868c3a8d0 [takeatour] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@28359 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-05 09:56:47 +00:00
Piwigo-TranslationTeam
af892af70e [takeatour] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@28356 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-05 09:56:43 +00:00
Piwigo-TranslationTeam
5535ea28b7 [takeatour] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@28354 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-05 09:56:40 +00:00
Piwigo-TranslationTeam
13102cff98 [takeatour] Update de_DE, thanks to : Joergen
git-svn-id: http://piwigo.org/svn/trunk@28353 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-05 09:56:39 +00:00
Piwigo-TranslationTeam
5c2e255a37 [takeatour] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@28350 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-05 04:41:42 +00:00
Piwigo-TranslationTeam
af2c07c5f6 [trunk_public] Update eu_ES, thanks to : manuvui
git-svn-id: http://piwigo.org/svn/trunk@28349 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-05 04:41:40 +00:00
flop25
fa08b7011f Translate button Next/prev/end
git-svn-id: http://piwigo.org/svn/trunk@28347 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-04 17:16:01 +00:00
Piwigo-TranslationTeam
99d9484a3c [takeatour] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@28346 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-04 16:40:40 +00:00
Piwigo-TranslationTeam
1d812d42df [takeatour] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@28342 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-04 09:31:20 +00:00
Piwigo-TranslationTeam
3c4e9471c4 [takeatour] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@28335 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-04 05:23:10 +00:00
Piwigo-TranslationTeam
1b3b7980e3 [trunk_public] Update he_IL, thanks to : ADIRBITON
git-svn-id: http://piwigo.org/svn/trunk@28334 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-04 05:23:08 +00:00
Piwigo-TranslationTeam
9757dd4126 [trunk_install] Update he_IL, thanks to : ADIRBITON
git-svn-id: http://piwigo.org/svn/trunk@28333 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-04 05:23:06 +00:00
Piwigo-TranslationTeam
965f92e6ac [elegant] Update he_IL, thanks to : ADIRBITON
git-svn-id: http://piwigo.org/svn/trunk@28332 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-04 05:23:05 +00:00
Piwigo-TranslationTeam
9660d158a4 [takeatour] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@28327 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-03 13:49:33 +00:00
Piwigo-TranslationTeam
6102d018ef [takeatour] Update sl_SI, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28325 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-03 11:01:43 +00:00
Piwigo-TranslationTeam
e1c3cda194 [takeatour] Update pt_BR, thanks to : flaviove
git-svn-id: http://piwigo.org/svn/trunk@28321 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-01 17:32:10 +00:00
rvelices
38ccebec61 removed url compatibility with phpwebgallery 1.6 and below
git-svn-id: http://piwigo.org/svn/trunk@28320 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-30 18:52:28 +00:00
rvelices
e9f39d188d english inflection rules ing/er
git-svn-id: http://piwigo.org/svn/trunk@28319 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-30 18:49:36 +00:00
rvelices
5e1cf61f20 batch manager prefilter all does not make a sql query if there is also another filter
git-svn-id: http://piwigo.org/svn/trunk@28318 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-30 18:43:45 +00:00
rvelices
8c5064a330 admin tag selection use event delegation (faster load time with large number of tags)
git-svn-id: http://piwigo.org/svn/trunk@28317 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-30 18:36:49 +00:00
rvelices
fc20ee6b69 move QUERY_SEARCH template ssignment from index to menubar.inc.php (works also on photo pages)
git-svn-id: http://piwigo.org/svn/trunk@28316 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-30 18:31:00 +00:00
Piwigo-TranslationTeam
54cf766ac3 [takeatour] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@28315 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-30 05:10:47 +00:00
Piwigo-TranslationTeam
262dcdac7b [takeatour] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@28314 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-30 05:10:46 +00:00
Piwigo-TranslationTeam
8ef35a5322 [takeatour] Update eo_EO, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28313 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-29 16:50:19 +00:00
Piwigo-TranslationTeam
4d5401abc7 [takeatour] Update zh_CN, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28312 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-29 16:50:17 +00:00
Piwigo-TranslationTeam
1aa1ec642c [takeatour] Update sk_SK, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28311 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-29 16:50:16 +00:00
Piwigo-TranslationTeam
d22b991530 [takeatour] Update pt_PT, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28310 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-29 16:50:13 +00:00
Piwigo-TranslationTeam
754772705e [takeatour] Update tr_TR, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28309 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-29 16:50:11 +00:00
Piwigo-TranslationTeam
36da9fc184 [takeatour] Update vi_VN, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28308 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-29 16:50:10 +00:00
Piwigo-TranslationTeam
bb53cc5401 [takeatour] Update ro_RO, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28307 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-29 16:50:08 +00:00
Piwigo-TranslationTeam
3aa9854364 [takeatour] Update pt_BR, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28306 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-29 16:44:06 +00:00
Piwigo-TranslationTeam
5121687629 [takeatour] Update lv_LV, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28305 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-29 16:41:41 +00:00
Piwigo-TranslationTeam
817dec98b3 [takeatour] Update da_DK, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28304 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-29 16:41:40 +00:00
Piwigo-TranslationTeam
9079d55946 [takeatour] Update it_IT, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28303 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-29 16:41:38 +00:00
Piwigo-TranslationTeam
530597f585 [takeatour] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@28302 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-29 16:39:09 +00:00
Piwigo-TranslationTeam
d32f143c3d [trunk_public] Update lb_LU, thanks to : Quetsch
git-svn-id: http://piwigo.org/svn/trunk@28300 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-29 10:18:52 +00:00
Piwigo-TranslationTeam
e89791951c [takeatour] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@28299 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-29 10:18:50 +00:00
Piwigo-TranslationTeam
42fc2cafa1 [takeatour] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@28298 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-29 10:18:49 +00:00
Piwigo-TranslationTeam
b4bf2812c1 [takeatour] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@28296 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-29 10:18:45 +00:00
Piwigo-TranslationTeam
6d793e73b9 [takeatour] Update de_DE, thanks to : Joergen
git-svn-id: http://piwigo.org/svn/trunk@28295 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-29 10:18:44 +00:00
Piwigo-TranslationTeam
dbcdf459b4 [takeatour] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@28294 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-29 04:45:24 +00:00
Piwigo-TranslationTeam
6fabe0d268 [takeatour] Update de_DE, thanks to : Joergen
git-svn-id: http://piwigo.org/svn/trunk@28291 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-29 04:45:20 +00:00
Piwigo-TranslationTeam
5b7de663c9 [trunk_admin] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@28290 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-29 04:45:19 +00:00
Piwigo-TranslationTeam
5b4a1f0f74 [takeatour] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@28285 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-28 10:45:54 +00:00
Piwigo-TranslationTeam
7e299af7cb [takeatour] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@28277 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-27 19:28:59 +00:00
Piwigo-TranslationTeam
c2f2c972b6 [takeatour] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@28273 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-27 19:00:53 +00:00
Piwigo-TranslationTeam
e15cd70b3e [takeatour] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@28272 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-27 19:00:52 +00:00
Piwigo-TranslationTeam
fa04e97db4 [trunk_admin] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@28269 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-27 05:14:34 +00:00
Piwigo-TranslationTeam
2771cd4501 [takeatour] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@28267 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-26 15:26:00 +00:00
Piwigo-TranslationTeam
2a7f02b851 [trunk_admin] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@28265 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-26 15:25:57 +00:00
Piwigo-TranslationTeam
b4622abeec [takeatour] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@28264 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-26 15:25:55 +00:00
Piwigo-TranslationTeam
27a58eb218 [takeatour] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@28261 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-25 13:44:31 +00:00
Piwigo-TranslationTeam
a12831b25a [takeatour] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@28259 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-25 04:59:43 +00:00
Piwigo-TranslationTeam
950d90a712 [takeatour] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@28257 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-24 15:55:54 +00:00
Piwigo-TranslationTeam
4f1265288c [takeatour] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@28255 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-23 15:58:54 +00:00
Piwigo-TranslationTeam
21461304e0 [takeatour] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@28254 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-22 16:01:25 +00:00
Piwigo-TranslationTeam
d82335d068 [takeatour] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@28253 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-22 16:01:24 +00:00
Piwigo-TranslationTeam
1640a3c3bd [takeatour] Update pt_BR, thanks to : flaviove
git-svn-id: http://piwigo.org/svn/trunk@28252 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-22 16:01:23 +00:00
Piwigo-TranslationTeam
1d63e130ad [takeatour] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@28249 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-22 10:34:43 +00:00
Piwigo-TranslationTeam
25de1855e2 [takeatour] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@28248 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-22 10:34:42 +00:00
Piwigo-TranslationTeam
291a956c39 [takeatour] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@28245 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-22 04:54:58 +00:00
Piwigo-TranslationTeam
5afa9b2688 [takeatour] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@28244 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-22 04:54:56 +00:00
flop25
8374817cb3 escape language value for js
git-svn-id: http://piwigo.org/svn/trunk@28243 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-21 16:09:17 +00:00
Piwigo-TranslationTeam
97639b42bc [takeatour] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@28240 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-21 09:16:52 +00:00
Piwigo-TranslationTeam
e708755888 [takeatour] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@28238 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-21 04:58:11 +00:00
Piwigo-TranslationTeam
cf00860d39 [takeatour] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@28235 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-20 05:34:50 +00:00
Piwigo-TranslationTeam
ff049f806a [takeatour] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@28233 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-19 05:28:45 +00:00
Piwigo-TranslationTeam
d1b95439e8 [takeatour] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@28232 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-19 05:28:44 +00:00
Piwigo-TranslationTeam
526e4c28b4 [takeatour] Update fr_FR, thanks to : laurent.duretz
git-svn-id: http://piwigo.org/svn/trunk@28231 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-18 20:18:54 +00:00
Piwigo-TranslationTeam
8c0d8a2079 [takeatour] Update fr_FR, thanks to : laurent.duretz
git-svn-id: http://piwigo.org/svn/trunk@28228 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-18 10:29:05 +00:00
Piwigo-TranslationTeam
20bff2d3c1 [takeatour] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@28226 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-18 05:36:58 +00:00
Piwigo-TranslationTeam
568749528c [takeatour] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@28221 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-17 16:49:02 +00:00
Piwigo-TranslationTeam
ecc684d43b [takeatour] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@28217 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-17 16:48:56 +00:00
Piwigo-TranslationTeam
d916d6293e [takeatour] Update fr_FR, thanks to : laurent.duretz
git-svn-id: http://piwigo.org/svn/trunk@28216 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-17 16:48:55 +00:00
Piwigo-TranslationTeam
17788c5fdb [takeatour] Update pt_BR, thanks to : flaviove
git-svn-id: http://piwigo.org/svn/trunk@28211 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-17 16:48:47 +00:00
Piwigo-TranslationTeam
d05cc5366a [takeatour] Update ru_RU, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@28209 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-17 06:12:35 +00:00
flop25
cf8b032c14 use GET to start a tour also
git-svn-id: http://piwigo.org/svn/trunk@28208 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-16 21:17:10 +00:00
flop25
2383cd0072 code commented
useless code removed
first step for tour after update


git-svn-id: http://piwigo.org/svn/trunk@28207 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-16 20:45:31 +00:00
Piwigo-TranslationTeam
a1f9dbb486 [trunk_public] Update sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@28205 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-16 19:44:37 +00:00
Piwigo-TranslationTeam
cfd8f31d40 [trunk_admin] Update sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@28204 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-16 19:44:36 +00:00
rvelices
62212c97bd external imagick fix watermark issue if the watermark is larger than target derivative (the width/height of image object did not reflect applied resize/crop)
git-svn-id: http://piwigo.org/svn/trunk@28199 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-16 05:15:16 +00:00
rvelices
d1ac6441e8 bug 2971: i.php should escape source location
git-svn-id: http://piwigo.org/svn/trunk@28198 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-16 05:13:10 +00:00
rvelices
ac316cee71 bug 3056: quick search - english inflections improvements
git-svn-id: http://piwigo.org/svn/trunk@28196 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-15 20:22:10 +00:00
Piwigo-TranslationTeam
f010cc86b8 [takeatour] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@28194 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-15 19:26:00 +00:00
Piwigo-TranslationTeam
668e6e1552 [takeatour] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@28192 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-15 19:25:58 +00:00
ddtddt
cd14d0da75 [Trunk] - TakeATour - delete key EN in FR file
git-svn-id: http://piwigo.org/svn/trunk@28189 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-15 06:17:51 +00:00
Piwigo-TranslationTeam
b38b273157 [takeatour] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@28188 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-15 05:54:11 +00:00
rvelices
a4c0f7c393 attempt to make silent php warnings from emogrifier
git-svn-id: http://piwigo.org/svn/trunk@28185 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-14 21:40:34 +00:00
rvelices
cac08d6f48 simplified allow_increment_element_hit_count call and also pass the image id in the event ...
git-svn-id: http://piwigo.org/svn/trunk@28184 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-14 21:38:41 +00:00
rvelices
612509bef3 no php warning if website_url is missing from comment form submission (many spam robots do not fill it)
git-svn-id: http://piwigo.org/svn/trunk@28183 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-14 21:37:53 +00:00
rvelices
c2181683c9 bug 3056: quick search - added english inflections for -ing / -er for example searching for 'runner', 'runners' or 'running' will yield the same results for all terms (unless specifically quoted)
git-svn-id: http://piwigo.org/svn/trunk@28182 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-14 21:33:51 +00:00
flop25
8f9d4416e5 allow TakeATour to exist in the public part
typo fix in config.inc.php

git-svn-id: http://piwigo.org/svn/trunk@28180 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-14 20:58:02 +00:00
Piwigo-TranslationTeam
511138399b [takeatour] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@28178 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-14 20:57:54 +00:00
Piwigo-TranslationTeam
2ce6676462 [trunk_admin] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@28172 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-13 20:59:15 +00:00
flop25
168bc751df lang key with an empty value are not displayed
git-svn-id: http://piwigo.org/svn/trunk@28171 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-13 18:44:32 +00:00
flop25
31d5b5fa91 c13y_upgrade moved to extensions
git-svn-id: http://piwigo.org/svn/trunk@28170 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-13 18:24:45 +00:00
flop25
5ebeec822f TakeATour replace c13y_upgrade ; c13y_upgrade not activated after upgrade
adding TakeATour files
less margin-top in no_photo_yet.tpl

git-svn-id: http://piwigo.org/svn/trunk@28169 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-13 18:22:25 +00:00
flop25
d97c139451 loc_end_no_photo_yet & loc_end_help added
git-svn-id: http://piwigo.org/svn/trunk@28166 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-13 16:49:20 +00:00
rvelices
76d4ccb0bb bug 3056: quick search - fixes
git-svn-id: http://piwigo.org/svn/trunk@28165 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-13 04:44:14 +00:00
rvelices
e6a38c4172 fux php warning (one of my prev commit)
git-svn-id: http://piwigo.org/svn/trunk@28164 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-13 04:43:00 +00:00
rvelices
1ac8599718 bug 3056: quick search - better handling of short words and photo acronyms such as AF-S EF-S X-E2 etc ...
git-svn-id: http://piwigo.org/svn/trunk@28152 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-10 21:23:00 +00:00
rvelices
ddb1632bf9 fix
git-svn-id: http://piwigo.org/svn/trunk@28147 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-10 04:28:31 +00:00
Piwigo-TranslationTeam
40baa42806 [trunk_public] Update sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@28146 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-10 04:24:29 +00:00
rvelices
3ceca0d755 bug 3056: quick search - now tag search is the same as image search (full text match or like operator)
git-svn-id: http://piwigo.org/svn/trunk@28144 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-09 21:23:49 +00:00
rvelices
2c3eb75ee9 bug 3070 make tag names case insesitive in the db
git-svn-id: http://piwigo.org/svn/trunk@28143 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-09 21:21:43 +00:00
Piwigo-TranslationTeam
d47594b04e [trunk_public] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@28141 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-09 17:29:18 +00:00
rvelices
3ab9ee5b47 bug 3056: quick search - fix warning; better management of variants and short words
git-svn-id: http://piwigo.org/svn/trunk@28128 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-08 20:45:48 +00:00
Piwigo-TranslationTeam
ae58b3d7a1 [trunk_public] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@28117 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-08 09:59:19 +00:00
flop25
125c8dab47 2 triggers
todo update 2.6 branch and trigger list

git-svn-id: http://piwigo.org/svn/trunk@28101 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-06 19:25:38 +00:00
rvelices
2fa746ff10 bug 3056: quick search - added events for plugins; completed help file
git-svn-id: http://piwigo.org/svn/trunk@28092 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-06 06:33:46 +00:00
rvelices
35fd7da430 type error in prev commit
git-svn-id: http://piwigo.org/svn/trunk@28090 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-05 20:06:28 +00:00
rvelices
1786cac8b0 when displaying iptc metadata, add a space between iptc keywords (if there are many, the html line is unbreakable)
git-svn-id: http://piwigo.org/svn/trunk@28089 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-05 19:33:48 +00:00
rvelices
1f3f5ff73f bug 3069: add quick search as filter in batch manager
git-svn-id: http://piwigo.org/svn/trunk@28087 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-05 19:24:27 +00:00
rvelices
7a84635798 bug 3056: quick search - fixes and date range scopes (posted:2003 posted:>2003 posted:*2003 posted:2003-05..20050312 etc)
git-svn-id: http://piwigo.org/svn/trunk@28080 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-05 06:26:20 +00:00
Piwigo-TranslationTeam
045588f473 [trunk_public] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@28072 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-04 06:28:53 +00:00
Piwigo-TranslationTeam
dd9d6868bd [trunk_help] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@28071 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-04 04:58:39 +00:00
rvelices
d8d4297a22 bug 3058: update mdetect for windows 8 mobile etc ...
git-svn-id: http://piwigo.org/svn/trunk@28068 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-04 04:20:34 +00:00
rvelices
030b8cf318 increase jquery.geoip local cache duration
git-svn-id: http://piwigo.org/svn/trunk@28067 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-04 04:18:02 +00:00
rvelices
be877ea935 bug 3056: quick search - fixes and better numeric range searches examples:
ratio:0.9..1.1
ratio:0.9..
ratio:>0.9
ratio:<1.1
ratio:>3/2
ratio:16/9

git-svn-id: http://piwigo.org/svn/trunk@28066 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-04 04:14:38 +00:00
rvelices
74c69a0862 bug 3056: quick search -
added scoped searches tag: photo: file:
added range searches width:..1024 height: ratio: size: filesize: hits: score:

git-svn-id: http://piwigo.org/svn/trunk@28065 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-03 20:52:38 +00:00
rvelices
47c0a03291 bug 3056: quick search - fix + prepare for scoped/range searches
git-svn-id: http://piwigo.org/svn/trunk@28064 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-03 19:46:10 +00:00
plegall
ad12822489 merge r28038 from branch 2.6 to trunk
bug 3068 fixed: on Internet Explorer 8, indexOf function is broken.



git-svn-id: http://piwigo.org/svn/trunk@28039 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-01 13:11:14 +00:00
Piwigo-TranslationTeam
0c5ffb41d0 [trunk_public] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@28030 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-01 05:11:43 +00:00
Piwigo-TranslationTeam
0b4978c3ce [trunk_help] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@28027 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-01 05:11:38 +00:00
Piwigo-TranslationTeam
63e309dbf0 [trunk_admin] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@28026 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-01 05:11:36 +00:00
Piwigo-TranslationTeam
67c0005279 [trunk_public] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@28025 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-04-01 05:11:34 +00:00
Piwigo-TranslationTeam
adf31f70ec [trunk_public] Update sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@28009 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-29 13:48:01 +00:00
Piwigo-TranslationTeam
a81a91525f [trunk_admin] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@28002 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-29 13:47:51 +00:00
plegall
393b1b38ef merge r27996 from branch 2.6 to trunk
bug 3065 fixed: avoid SQL errors with external authentication



git-svn-id: http://piwigo.org/svn/trunk@27997 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-28 13:26:30 +00:00
Piwigo-TranslationTeam
4b7102bd45 [trunk_public] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@27983 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-27 06:21:47 +00:00
ddtddt
7112fb03ef [Trunk] - Language - error sr_RS
git-svn-id: http://piwigo.org/svn/trunk@27966 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-26 17:03:11 +00:00
Piwigo-TranslationTeam
1117eff562 [trunk_admin] Update sr_RS, thanks to : gpopac
git-svn-id: http://piwigo.org/svn/trunk@27965 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-26 17:00:28 +00:00
Piwigo-TranslationTeam
e943997c3a [trunk_public] Update sr_RS, thanks to : gpopac
git-svn-id: http://piwigo.org/svn/trunk@27964 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-26 17:00:26 +00:00
Piwigo-TranslationTeam
cd437d36c2 [elegant] Update sr_RS, thanks to : gpopac
git-svn-id: http://piwigo.org/svn/trunk@27963 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-26 17:00:24 +00:00
flop25
2e8ec79d78 triggers_list.php updated
git-svn-id: http://piwigo.org/svn/trunk@27953 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-25 21:36:06 +00:00
Piwigo-TranslationTeam
11d5981889 [trunk_admin] Update sr_RS, thanks to : gpopac
git-svn-id: http://piwigo.org/svn/trunk@27950 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-25 20:22:06 +00:00
Piwigo-TranslationTeam
b6e776e124 [trunk_admin] Update lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@27943 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-25 17:22:54 +00:00
Piwigo-TranslationTeam
60890bbb49 [trunk_public] Update lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@27942 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-25 17:22:52 +00:00
Piwigo-TranslationTeam
7556919a58 [trunk_public] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@27931 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-25 05:46:53 +00:00
plegall
fa53820760 merge r27925 from branch 2.6 to trunk
bug 3057: avoid warnings and SQL crash when encountering inconsistent
permissions + rewrite permissions consistancy check when setting albums
to private status.



git-svn-id: http://piwigo.org/svn/trunk@27926 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-24 20:22:43 +00:00
Piwigo-TranslationTeam
6b5940c9e1 [trunk_public] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@27923 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-24 17:46:07 +00:00
Piwigo-TranslationTeam
eec9d062e5 [trunk_public] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@27906 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-24 06:45:48 +00:00
Piwigo-TranslationTeam
a33c531f68 [trunk_public] Update de_DE, thanks to : fs101299
git-svn-id: http://piwigo.org/svn/trunk@27905 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-24 06:45:46 +00:00
Piwigo-TranslationTeam
38e20284e9 [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@27904 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-24 05:23:14 +00:00
Piwigo-TranslationTeam
86c8865a92 [trunk_admin] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@27903 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-24 05:23:12 +00:00
Piwigo-TranslationTeam
b7e346e715 [trunk_public] Update pt_BR, thanks to : flaviove
git-svn-id: http://piwigo.org/svn/trunk@27902 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-24 05:23:11 +00:00
Piwigo-TranslationTeam
3c78e5e81f [trunk_public] Update fr_FR, thanks to : laurent.duretz
git-svn-id: http://piwigo.org/svn/trunk@27901 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-24 05:23:10 +00:00
Piwigo-TranslationTeam
024fa53ca1 [trunk_public] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@27900 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-24 05:23:08 +00:00
Piwigo-TranslationTeam
f3a378ee14 [trunk_public] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@27899 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-24 05:23:06 +00:00
flop25
3c10508bd8 adding 2 loc_end trigger
git-svn-id: http://piwigo.org/svn/trunk@27896 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-23 21:15:22 +00:00
Piwigo-TranslationTeam
e2a9779c8b [trunk_public] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@27894 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-23 11:53:50 +00:00
Piwigo-TranslationTeam
55ca2cdd3c [trunk_public] Update pt_PT, thanks to : ANO
git-svn-id: http://piwigo.org/svn/trunk@27892 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-23 11:53:47 +00:00
Piwigo-TranslationTeam
072665b56c [trunk_public] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@27891 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-23 11:53:46 +00:00
ddtddt
2f8018c281 [Trunk] - Language - prepare for 2.6.2
git-svn-id: http://piwigo.org/svn/trunk@27889 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-23 07:48:35 +00:00
ddtddt
c197733615 [Trunk] - plugin - prepare for 2.6.2
git-svn-id: http://piwigo.org/svn/trunk@27887 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-23 07:15:19 +00:00
ddtddt
3aa186abe9 [Trunk] - theme - prepare for 2.6.2
git-svn-id: http://piwigo.org/svn/trunk@27885 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-23 06:41:07 +00:00
rvelices
f46b85bc85 bug 3056: quick search
- added inflectors for english and french languages
- current quick search is kept in the quick search input box
- small fixes

git-svn-id: http://piwigo.org/svn/trunk@27884 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-23 05:38:05 +00:00
Piwigo-TranslationTeam
5f040d9d73 [trunk_public] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@27883 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-23 05:00:49 +00:00
rvelices
dc17fc9ba9 bug 3056: quick search OR operator priority taken into account
search for 'mary qwerty' will ignore 'qwerty' and return only results for 'mary' if there is no such thing as 'qwerty' in the photos (if there was 'mary' and 'qwerty', the results for both 'mary' AND 'qwerty' would be shown)

git-svn-id: http://piwigo.org/svn/trunk@27882 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-22 13:03:45 +00:00
rvelices
eeb9c387cc bug 3056: Improve/rewrite quick search engine: by default AND is used to match all entered terms, OR operator, grouping using brackets ()
still work in progress

git-svn-id: http://piwigo.org/svn/trunk@27868 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-21 05:16:35 +00:00
rvelices
b3f3f8c38b no warning on missing user agent
git-svn-id: http://piwigo.org/svn/trunk@27867 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-21 05:13:06 +00:00
Piwigo-TranslationTeam
e4d1fc9d90 [trunk_admin] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@27866 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-21 04:27:44 +00:00
Piwigo-TranslationTeam
35af38c50c [smartpocket] Update sr_RS, thanks to : knjigor
git-svn-id: http://piwigo.org/svn/trunk@27863 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-20 18:36:03 +00:00
Piwigo-TranslationTeam
6847d79ce6 [smartpocket] Update sh_RS, thanks to : knjigor
git-svn-id: http://piwigo.org/svn/trunk@27862 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-20 18:36:01 +00:00
Piwigo-TranslationTeam
41e8b04fde [trunk_public] Update sh_RS, thanks to : knjigor
git-svn-id: http://piwigo.org/svn/trunk@27860 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-20 18:35:58 +00:00
Piwigo-TranslationTeam
fd4d59bfab [c13y_upgrade] Add sh_RS, thanks to : knjigor
git-svn-id: http://piwigo.org/svn/trunk@27859 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-20 18:35:57 +00:00
Piwigo-TranslationTeam
3de652fe19 [c13y_upgrade] Update sr_RS, thanks to : knjigor
git-svn-id: http://piwigo.org/svn/trunk@27858 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-20 18:35:55 +00:00
Piwigo-TranslationTeam
06c0cbd2d3 [adminmultiview] Add sh_RS, thanks to : knjigor
git-svn-id: http://piwigo.org/svn/trunk@27857 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-20 18:35:54 +00:00
Piwigo-TranslationTeam
17119c57e2 [trunk_admin] Update sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@27852 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-20 18:35:47 +00:00
Piwigo-TranslationTeam
db78e24ab9 [trunk_admin] Update pt_PT, thanks to : ANO
git-svn-id: http://piwigo.org/svn/trunk@27842 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-19 18:34:09 +00:00
plegall
6aa62e8613 merge r27836 from branch 2.6 to trunk
bug 3053 fixed: columns "groups" and "privacy level" come back in Piwigo 2.6
user manager (which still needs improvement on filtering options...)



git-svn-id: http://piwigo.org/svn/trunk@27837 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-18 22:23:38 +00:00
Piwigo-TranslationTeam
7defc05b9d [trunk_install] Update sr_RS, thanks to : gpopac
git-svn-id: http://piwigo.org/svn/trunk@27827 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-18 20:59:36 +00:00
Piwigo-TranslationTeam
3d1ea7b667 [trunk_install] Update sh_RS, thanks to : gpopac
git-svn-id: http://piwigo.org/svn/trunk@27826 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-18 20:59:34 +00:00
Piwigo-TranslationTeam
185e42ec89 [trunk_admin] Update sr_RS, thanks to : gpopac
git-svn-id: http://piwigo.org/svn/trunk@27825 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-18 20:59:33 +00:00
plegall
b08c46f3c3 merge r27810 from branch 2.6 to trunk
bug 3055: add security pwg_token on API methods introduced in Piwigo 2.6
(pwg.groups.addUser, pwg.groups.deleteUser, pwg.groups.setInfo, pwg.users.add,
pwg.users.setInfo, pwg.permissions.add, pwg.permissions.remove)



git-svn-id: http://piwigo.org/svn/trunk@27811 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-17 22:20:28 +00:00
Piwigo-TranslationTeam
61b4fd3bb2 [trunk_public] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@27809 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-17 21:29:20 +00:00
Piwigo-TranslationTeam
df8bc6f2f7 [trunk_admin] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@27808 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-17 21:29:19 +00:00
Piwigo-TranslationTeam
7a4b212ed4 [smartpocket] Update he_IL, thanks to : OBN
git-svn-id: http://piwigo.org/svn/trunk@27805 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-17 17:18:39 +00:00
Piwigo-TranslationTeam
4f9326e7b1 [trunk_public] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@27804 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-17 17:18:38 +00:00
Piwigo-TranslationTeam
40427aeb48 [trunk_admin] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@27782 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-16 19:22:48 +00:00
Piwigo-TranslationTeam
ff5965480f [trunk_install] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@27774 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-16 12:22:09 +00:00
Piwigo-TranslationTeam
be9692d85b [trunk_public] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@27773 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-16 12:22:08 +00:00
Piwigo-TranslationTeam
0ca76fe836 [trunk_upgrade] Update km_KH, thanks to : osify
git-svn-id: http://piwigo.org/svn/trunk@27751 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-14 06:55:20 +00:00
Piwigo-TranslationTeam
6ca95784e4 [language_switch] Update km_KH, thanks to : osify
git-svn-id: http://piwigo.org/svn/trunk@27749 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-14 05:07:35 +00:00
Piwigo-TranslationTeam
fbb872b842 [trunk_upgrade] Update km_KH, thanks to : osify
git-svn-id: http://piwigo.org/svn/trunk@27724 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-12 19:45:50 +00:00
plegall
cdeb5959bb merge r27715 from branch 2.6 to trunk
feature 3054: new trigger ws_users_getList



git-svn-id: http://piwigo.org/svn/trunk@27716 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-12 13:42:31 +00:00
plegall
fadbc98259 merge r27713 from branch 2.6 to trunk
feature 3014: new trigger picture_modify_before_update



git-svn-id: http://piwigo.org/svn/trunk@27714 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-12 13:35:41 +00:00
Piwigo-TranslationTeam
5b0a3e226d [elegant] Update km_KH, thanks to : osify
git-svn-id: http://piwigo.org/svn/trunk@27710 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-12 11:52:04 +00:00
Piwigo-TranslationTeam
2a1381dc13 [trunk_admin] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@27709 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-12 11:52:03 +00:00
Piwigo-TranslationTeam
58ced45077 [adminmultiview] Update km_KH, thanks to : osify
git-svn-id: http://piwigo.org/svn/trunk@27708 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-12 11:52:02 +00:00
Piwigo-TranslationTeam
c4efcaf1f9 [trunk_admin] Update km_KH, thanks to : osify
git-svn-id: http://piwigo.org/svn/trunk@27704 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-12 07:24:19 +00:00
Piwigo-TranslationTeam
457f3eaa8d [smartpocket] Update km_KH, thanks to : osify
git-svn-id: http://piwigo.org/svn/trunk@27703 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-12 07:24:18 +00:00
Piwigo-TranslationTeam
3430e4284e [trunk_upgrade] Update km_KH, thanks to : osify
git-svn-id: http://piwigo.org/svn/trunk@27701 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-12 07:24:15 +00:00
ddtddt
20d78321b8 [Trunk] - language_ - new BR release
git-svn-id: http://piwigo.org/svn/trunk@27700 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-12 07:06:21 +00:00
ddtddt
b968a8e937 [Trunk] - language_ - update language name km Thanks to osify
git-svn-id: http://piwigo.org/svn/trunk@27699 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-12 07:01:24 +00:00
rvelices
3be1afd583 removed unnecessary by ref parameters + do not define IN_ADMIN on ws method
git-svn-id: http://piwigo.org/svn/trunk@27694 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-11 20:48:27 +00:00
rvelices
0aac622d67 fix preg_replace_callback from -r26972
git-svn-id: http://piwigo.org/svn/trunk@27692 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-11 20:27:26 +00:00
rvelices
bb31b8b6a1 smartpocket was not putting footer_elements (plugins might add it) as the default theme
git-svn-id: http://piwigo.org/svn/trunk@27690 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-11 20:18:47 +00:00
Piwigo-TranslationTeam
0333d81ab7 [trunk_admin] Update km_KH, thanks to : osify
git-svn-id: http://piwigo.org/svn/trunk@27672 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-11 16:31:25 +00:00
Piwigo-TranslationTeam
c9b165f1f2 [trunk_admin] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@27671 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-11 16:31:23 +00:00
Piwigo-TranslationTeam
31d71ba680 [trunk_public] Update km_KH, thanks to : osify
git-svn-id: http://piwigo.org/svn/trunk@27668 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-11 11:07:27 +00:00
Piwigo-TranslationTeam
43b2d1020e [trunk_public] Update km_KH, thanks to : osify
git-svn-id: http://piwigo.org/svn/trunk@27655 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-11 06:09:03 +00:00
ddtddt
bce182ae27 [Trunk] - language_ - add Wolof for translate tool
git-svn-id: http://piwigo.org/svn/trunk@27630 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-09 17:59:28 +00:00
ddtddt
aa0209f21d [Trunk] - language_ - add Wolof for translate tool
git-svn-id: http://piwigo.org/svn/trunk@27629 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-09 17:55:40 +00:00
ddtddt
55bd5f90eb [Trunk] - language_switch - add flag Wolof
git-svn-id: http://piwigo.org/svn/trunk@27628 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-09 17:54:23 +00:00
Piwigo-TranslationTeam
e01f4ea6c7 [smartpocket] Update sv_SE, thanks to : Blytung
git-svn-id: http://piwigo.org/svn/trunk@27626 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-09 15:30:44 +00:00
Piwigo-TranslationTeam
9544ca38f9 [trunk_public] Update he_IL, thanks to : OBN
git-svn-id: http://piwigo.org/svn/trunk@27613 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-08 15:33:19 +00:00
Piwigo-TranslationTeam
6d32ffd8c4 [trunk_admin] Update he_IL, thanks to : OBN
git-svn-id: http://piwigo.org/svn/trunk@27606 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-08 15:33:10 +00:00
rvelices
29ef98dcc0 small code rewrite on history search page (still memory issues for large number of lines in history)
git-svn-id: http://piwigo.org/svn/trunk@27572 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-06 20:54:48 +00:00
Eric
9e2824aad8 bug 3051 fixed : Add missing render_category_name trigger in admin/album_notification.php
git-svn-id: http://piwigo.org/svn/trunk@27538 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-03-02 13:21:01 +00:00
Piwigo-TranslationTeam
aef7f77fd6 [trunk_admin] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@27475 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-23 21:21:50 +00:00
Piwigo-TranslationTeam
ddf74dd246 [trunk_admin] Update hu_HU, thanks to : asicu.com
git-svn-id: http://piwigo.org/svn/trunk@27455 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-22 17:43:36 +00:00
Piwigo-TranslationTeam
215b169590 [trunk_admin] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@27454 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-22 12:56:17 +00:00
Piwigo-TranslationTeam
ee6c924bde [smartpocket] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@27449 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-22 08:44:05 +00:00
Piwigo-TranslationTeam
e341b4992a [trunk_admin] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@27424 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-19 19:59:28 +00:00
Piwigo-TranslationTeam
0070fae464 [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@27416 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-19 18:44:06 +00:00
mistic100
1706d51c15 remove "virtual" namespaces (or whatever it's called) in emogrifier
git-svn-id: http://piwigo.org/svn/trunk@27404 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-18 17:35:38 +00:00
mistic100
a49fd1f6a4 update emogrifier
git-svn-id: http://piwigo.org/svn/trunk@27403 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-18 17:32:36 +00:00
rvelices
656ac54090 more query2array and remove unnecessary tests in often called url functions
git-svn-id: http://piwigo.org/svn/trunk@27388 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-16 07:39:19 +00:00
Piwigo-TranslationTeam
09764af8ff [trunk_admin] Update fa_IR, thanks to : mnsb13600
git-svn-id: http://piwigo.org/svn/trunk@27378 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-14 23:28:56 +00:00
rvelices
14bb4bc5a3 upgrade jquery from 1.10.2 to 1.11.0
git-svn-id: http://piwigo.org/svn/trunk@27372 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-13 22:57:07 +00:00
rvelices
9f05167bac web service always return pwg version (allow in the future mobile apps to maintain compatibility)
git-svn-id: http://piwigo.org/svn/trunk@27371 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-13 22:26:17 +00:00
rvelices
761736fc6a remove prehistoric unnecessary object references
git-svn-id: http://piwigo.org/svn/trunk@27370 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-13 22:24:06 +00:00
rvelices
2b81fbc4aa more query2array
git-svn-id: http://piwigo.org/svn/trunk@27369 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-13 22:21:12 +00:00
ddtddt
d0733822ce [Trunk] - language - udpate
git-svn-id: http://piwigo.org/svn/trunk@27364 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-13 16:49:45 +00:00
Piwigo-TranslationTeam
66b0226a2b [trunk_admin] Update sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@27361 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-13 11:43:42 +00:00
Piwigo-TranslationTeam
6e24a8b156 [trunk_public] Update sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@27360 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-13 11:43:41 +00:00
mistic100
7146581f86 feature 2999: (incomplete) doc of mysqli functions
git-svn-id: http://piwigo.org/svn/trunk@27337 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-11 22:12:57 +00:00
rvelices
2d9887993c arrayfromquery optimizations: move double if from inside loop to outside + use directly mysqli calls to avoid function call overhead for every row retrieved from db
git-svn-id: http://piwigo.org/svn/trunk@27336 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-11 21:47:44 +00:00
rvelices
78621a3487 small optim on events trigger when several handlers are registered (no more array_slice inside the loop)
git-svn-id: http://piwigo.org/svn/trunk@27335 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-11 21:45:55 +00:00
rvelices
d736f6b09a update trigger list
git-svn-id: http://piwigo.org/svn/trunk@27331 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-11 20:44:05 +00:00
Piwigo-TranslationTeam
e6640666f2 [trunk_admin] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@27321 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-10 21:53:34 +00:00
Piwigo-TranslationTeam
2979cf1a35 [trunk_admin] Update sk_SK, thanks to : JoeKundlak
git-svn-id: http://piwigo.org/svn/trunk@27312 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-10 18:06:52 +00:00
Piwigo-TranslationTeam
97ec7a6060 [trunk_admin] Update pt_BR, thanks to : flaviove
git-svn-id: http://piwigo.org/svn/trunk@27298 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-09 21:21:50 +00:00
rvelices
a1e0f1b52f feature 3043: Add event to allow calculation of rating score with a different algorithm
git-svn-id: http://piwigo.org/svn/trunk@27294 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-09 20:46:06 +00:00
Piwigo-TranslationTeam
57dc064a18 [trunk_admin] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@27273 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-09 08:52:28 +00:00
Piwigo-TranslationTeam
384d25b776 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@27259 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-07 16:23:48 +00:00
plegall
4567be63dc merge r27239 from branch 2.6 to trunk
bug 3042 fixed: apply render_element_description on photo label in history search results


git-svn-id: http://piwigo.org/svn/trunk@27240 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-06 13:04:45 +00:00
mistic100
42ffeed1c3 feature 3041: Give include path to add_event_handler
$accepted_args is replaced by $include_path (retrocompatible)

git-svn-id: http://piwigo.org/svn/trunk@27238 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-06 13:02:22 +00:00
mistic100
bed530cc88 PluginMaintain is not abstract anymore, allowing partial declaration
git-svn-id: http://piwigo.org/svn/trunk@27221 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-05 20:15:05 +00:00
mistic100
ec1f93b987 missing ; in elegant javascript, causing unexpected errors with following scripts
git-svn-id: http://piwigo.org/svn/trunk@27212 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-05 17:05:43 +00:00
rvelices
ccf3a7b6c4 remove Smarty backward compatible class (pre Smarty3)
git-svn-id: http://piwigo.org/svn/trunk@27184 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-04 20:12:44 +00:00
Piwigo-TranslationTeam
29eb4be6af [trunk_admin] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@27163 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-04 11:12:50 +00:00
mistic100
922de9a63d remove PHP < 5.2 code
git-svn-id: http://piwigo.org/svn/trunk@27158 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-04 11:02:38 +00:00
mistic100
f286327ad6 *Fatal error*: Call to undefined method plugins::plugin_version_compare
replaced by safe_version_compare
caused by r26998

git-svn-id: http://piwigo.org/svn/trunk@27156 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-04 10:56:44 +00:00
Piwigo-TranslationTeam
446dd3e9c6 [trunk_admin] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@27154 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-04 06:58:49 +00:00
rvelices
3736ea89c8 removed functions provided for php backward compatibility as 5.2 is now required
git-svn-id: http://piwigo.org/svn/trunk@27152 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-03 21:15:19 +00:00
Piwigo-TranslationTeam
d7a1ca37b9 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@27138 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-03 06:10:47 +00:00
Piwigo-TranslationTeam
9e546cd89e [trunk_install] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@27137 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-03 06:10:46 +00:00
Piwigo-TranslationTeam
1c2cc68057 [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@27123 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-01 13:11:29 +00:00
Piwigo-TranslationTeam
054e229b52 [trunk_admin] Update nl_NL, thanks to : eijdenberg
git-svn-id: http://piwigo.org/svn/trunk@27117 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-01 06:04:27 +00:00
plegall
abf1bc45c4 required PHP version is 5.2
git-svn-id: http://piwigo.org/svn/trunk@27095 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-31 14:47:47 +00:00
plegall
41f66ccac6 next version is 2.7.0beta1
git-svn-id: http://piwigo.org/svn/trunk@27094 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-31 14:42:31 +00:00
Piwigo-TranslationTeam
25c791eb70 [trunk_help] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@27091 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-31 04:46:43 +00:00
Piwigo-TranslationTeam
b2878ff238 [trunk_help] Update es_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@27090 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-31 04:46:41 +00:00
Piwigo-TranslationTeam
5f561fe032 [smartpocket] Update de_DE, thanks to : duke
git-svn-id: http://piwigo.org/svn/trunk@27083 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-30 20:07:25 +00:00
Piwigo-TranslationTeam
626f7287cc [trunk_admin] Update de_DE, thanks to : duke
git-svn-id: http://piwigo.org/svn/trunk@27082 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-30 20:07:23 +00:00
Piwigo-TranslationTeam
cacc92b31b [smartpocket] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@27078 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-30 17:07:29 +00:00
Piwigo-TranslationTeam
b630813996 [trunk_admin] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@27077 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-30 17:07:27 +00:00
Piwigo-TranslationTeam
980e32d021 [smartpocket] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@27071 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-30 17:07:19 +00:00
Piwigo-TranslationTeam
b00b969978 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@27054 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-30 05:27:47 +00:00
Piwigo-TranslationTeam
2a427aa321 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@27053 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-29 22:06:43 +00:00
Piwigo-TranslationTeam
6dae76e7b6 [trunk_admin] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@27052 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-29 22:06:42 +00:00
Piwigo-TranslationTeam
1e733daabd [trunk_help] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@27051 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-29 22:06:40 +00:00
Piwigo-TranslationTeam
1ad7515eb1 [trunk_admin] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@27050 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-29 22:06:38 +00:00
Piwigo-TranslationTeam
8fab21c02b [trunk_help] Update es_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@27049 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-29 22:06:36 +00:00
Piwigo-TranslationTeam
70c3316517 [trunk_admin] Update es_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@27048 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-29 22:06:35 +00:00
mistic100
8a8c8c161d str2DateTime return false on empty input
git-svn-id: http://piwigo.org/svn/trunk@27043 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-29 20:49:19 +00:00
Piwigo-TranslationTeam
fe98d56e38 [trunk_install] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@27033 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-28 21:53:17 +00:00
Piwigo-TranslationTeam
e1b1a5916a [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@27032 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-28 21:53:15 +00:00
Piwigo-TranslationTeam
593169a75a [trunk_admin] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@27030 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-28 21:53:12 +00:00
Piwigo-TranslationTeam
89d4d3607a [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@27015 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-27 18:58:45 +00:00
Piwigo-TranslationTeam
187832e3c0 [trunk_admin] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@27008 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-27 18:58:35 +00:00
Piwigo-TranslationTeam
9b593f234a [trunk_admin] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@27006 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-27 18:58:32 +00:00
Piwigo-TranslationTeam
0ce302ac51 [smartpocket] Update ro_RO, thanks to : cheilenereinfo
git-svn-id: http://piwigo.org/svn/trunk@27005 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-27 18:58:30 +00:00
Piwigo-TranslationTeam
c90ff08a75 [trunk_public] Update eu_ES, thanks to : manuvui
git-svn-id: http://piwigo.org/svn/trunk@27003 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-27 18:58:27 +00:00
mistic100
5310b5036e remove *_version_compare methods in languages & plugins & themes classes, unused and outdated (preg_replace /e modifier)
git-svn-id: http://piwigo.org/svn/trunk@26998 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-27 17:33:28 +00:00
Piwigo-TranslationTeam
2e7c7a1367 [trunk_admin] Update zh_CN, thanks to : coolsun19
git-svn-id: http://piwigo.org/svn/trunk@26994 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-27 05:13:55 +00:00
Piwigo-TranslationTeam
39221b7330 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26991 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-27 05:13:51 +00:00
Piwigo-TranslationTeam
710251ea41 [trunk_admin] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@26989 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-26 21:29:49 +00:00
Piwigo-TranslationTeam
5eab82f5f5 [trunk_public] Update eu_ES, thanks to : manuvui
git-svn-id: http://piwigo.org/svn/trunk@26987 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-26 19:33:45 +00:00
mistic100
fae05b2743 replace more preg_replace callback
git-svn-id: http://piwigo.org/svn/trunk@26972 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-26 00:38:37 +00:00
flop25
948adde840 bug:2700 implementation of jBreadCrumb
comments appreciated on the bugtracker

git-svn-id: http://piwigo.org/svn/trunk@26971 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-25 23:12:34 +00:00
Piwigo-TranslationTeam
ed9bdd861b [trunk_public] Update eu_ES, thanks to : manuvui
git-svn-id: http://piwigo.org/svn/trunk@26970 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-25 17:00:30 +00:00
Piwigo-TranslationTeam
398caf4b7b [smartpocket] Update sl_SI, thanks to : pikot
git-svn-id: http://piwigo.org/svn/trunk@26969 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-25 17:00:29 +00:00
Piwigo-TranslationTeam
34a631d4ee [trunk_admin] Update ro_RO, thanks to : cheilenereinfo
git-svn-id: http://piwigo.org/svn/trunk@26965 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-25 06:41:44 +00:00
ddtddt
1e13b65dab [Trunk] - language - new language México [MX] Thanks to soportebranz
git-svn-id: http://piwigo.org/svn/trunk@26961 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-24 21:35:48 +00:00
ddtddt
54397b0765 [Trunk] - prepare 2.6.1
git-svn-id: http://piwigo.org/svn/trunk@26959 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-24 21:27:30 +00:00
ddtddt
874474b3f5 [Trunk] - plugin /language_switch - ad es_MX - México
git-svn-id: http://piwigo.org/svn/trunk@26958 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-24 21:26:19 +00:00
plegall
01301c2500 merge r26952 from branch 2.6 to trunk
bug 3035 fixed: the output of pwg.categories.getList with option
tree_output=true was modified in r22729 to fix a bug. But fixing this bug has
broken iOS/Android applications which uses this parameter. The immediate
solution is to reintroduce the bug for now and fix it cleanly later (requires
a new version of iOS/Android apps)



git-svn-id: http://piwigo.org/svn/trunk@26953 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-24 20:12:08 +00:00
ddtddt
0dd928f798 [Trunk] - prepare 2.6.1
git-svn-id: http://piwigo.org/svn/trunk@26950 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-24 19:42:55 +00:00
mistic100
1f448f9b1e feature 2999; docblocks for history, install and metadata
git-svn-id: http://piwigo.org/svn/trunk@26946 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-24 12:50:48 +00:00
Piwigo-TranslationTeam
01324a50ad [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26944 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-24 11:47:02 +00:00
rvelices
a29ad436a4 admin rating user sorted by consensus by default
git-svn-id: http://piwigo.org/svn/trunk@26941 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-24 05:40:23 +00:00
Piwigo-TranslationTeam
168298ee3a [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26932 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-23 20:22:17 +00:00
Piwigo-TranslationTeam
c7cd469ba2 [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@26930 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-23 20:22:14 +00:00
Piwigo-TranslationTeam
2aeb6609bd [trunk_admin] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@26929 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-23 20:22:13 +00:00
mistic100
63f3531059 feature 3031: add $conf['sync_exclude_folders'] parameter
git-svn-id: http://piwigo.org/svn/trunk@26928 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-23 19:29:42 +00:00
mistic100
e255abf3e2 bug 3033: allow HTML in photo names from Batch Manager
git-svn-id: http://piwigo.org/svn/trunk@26926 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-23 19:16:14 +00:00
plegall
788e9eef64 merge r26921 from branch 2.6 to trunk
bug 3032 fixed: it seems that the SQL update in invalidate_user_cache_nb_tags corrupts the pwg_db_insert_id (very unexpected)


git-svn-id: http://piwigo.org/svn/trunk@26922 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-23 13:05:19 +00:00
mistic100
18eb56efd5 bug 3029: XSS on website_url comment form
git-svn-id: http://piwigo.org/svn/trunk@26916 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-23 11:06:38 +00:00
Piwigo-TranslationTeam
9efd97f4e4 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26913 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-22 21:51:46 +00:00
mistic100
cf0750dbc0 Display "Activate it now" link when installing a new plugin
git-svn-id: http://piwigo.org/svn/trunk@26909 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-22 21:21:37 +00:00
mistic100
597be89274 bug 2989: fix r26905
git-svn-id: http://piwigo.org/svn/trunk@26907 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-22 17:18:14 +00:00
mistic100
9ee07221ec Merged revision(s) 26904 from branches/2.6:
bug 2989: Deprecated: preg_replace(): The /e modifier is deprecated

git-svn-id: http://piwigo.org/svn/trunk@26905 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-22 12:05:27 +00:00
mistic100
732e0bb497 bug 3027: Fatal error on Configuration->Options->Photo size
git-svn-id: http://piwigo.org/svn/trunk@26902 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-22 10:45:24 +00:00
rvelices
eecb7cf42c admin rating user improvements
- add last rate date for user
- add consensus deviation but only based on the best rated photos (e.g. how much this user tries to change the best rated photos)


git-svn-id: http://piwigo.org/svn/trunk@26900 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-21 22:50:06 +00:00
Piwigo-TranslationTeam
9848d104e0 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26897 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-21 20:47:23 +00:00
Piwigo-TranslationTeam
1b00980132 [trunk_public] Update eu_ES, thanks to : manuvui
git-svn-id: http://piwigo.org/svn/trunk@26896 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-21 20:47:21 +00:00
Piwigo-TranslationTeam
587c804af5 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26893 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-20 13:28:26 +00:00
Piwigo-TranslationTeam
18d3090a5e [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26892 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-20 05:32:31 +00:00
Piwigo-TranslationTeam
858950f6c7 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26891 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-20 05:32:29 +00:00
Piwigo-TranslationTeam
94bd6d23ce [trunk_public] Update eu_ES, thanks to : manuvui
git-svn-id: http://piwigo.org/svn/trunk@26888 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-19 19:07:31 +00:00
ddtddt
339dfcd48a [Trunk] - language - new language Euskara [ES] Thanks to manuvui
git-svn-id: http://piwigo.org/svn/trunk@26887 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-19 18:37:56 +00:00
ddtddt
0673cf4d2e [Trunk] - language - new language Euskara [ES] Thanks to manuvui
git-svn-id: http://piwigo.org/svn/trunk@26886 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-19 17:45:14 +00:00
mistic100
5159e2253d typo
git-svn-id: http://piwigo.org/svn/trunk@26884 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-19 17:23:51 +00:00
mistic100
19d7f05b33 add eu_ES flag
git-svn-id: http://piwigo.org/svn/trunk@26883 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-19 17:22:34 +00:00
Piwigo-TranslationTeam
9f9da339b6 [smartpocket] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@26878 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-19 07:44:37 +00:00
Piwigo-TranslationTeam
4d06776510 [smartpocket] Update pl_PL, thanks to : K.S.
git-svn-id: http://piwigo.org/svn/trunk@26875 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-18 22:08:06 +00:00
mistic100
4cbc723d2a bug 3025: Fatal error: Declaration of Calendar::get_date_where() must be compatible with that of CalendarBase::get_date_where()
git-svn-id: http://piwigo.org/svn/trunk@26865 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-18 15:15:53 +00:00
mistic100
4a2ee2dfd7 bug 3024: Warning: array_merge(): Argument 1 is not an array on template.class.php
git-svn-id: http://piwigo.org/svn/trunk@26863 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-18 15:11:59 +00:00
mistic100
c1b07f9230 bug 3023: Fatal error when using trigger_notify/trigger_change on PHP < 5.3
git-svn-id: http://piwigo.org/svn/trunk@26846 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-18 12:39:09 +00:00
Piwigo-TranslationTeam
07e1d14dc4 [smartpocket] Update lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@26842 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-18 11:19:09 +00:00
Piwigo-TranslationTeam
de2ed7862c [trunk_public] Update ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@26839 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-18 06:42:04 +00:00
rvelices
50927b3569 admin rating improvements
- use web service for deletion
- use datatables for rating by user
- use fontello icons

git-svn-id: http://piwigo.org/svn/trunk@26837 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-17 22:19:44 +00:00
Piwigo-TranslationTeam
998cc9c1ac [smartpocket] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@26835 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-17 20:53:05 +00:00
plegall
aa7c1114a3 next release is 2.6.0 (be ready)
git-svn-id: http://piwigo.org/svn/trunk@26826 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-17 12:53:54 +00:00
plegall
7f39d5b695 bug 3020 and bug 3021 fixed: additionnal checks in search inputs
git-svn-id: http://piwigo.org/svn/trunk@26825 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-17 12:50:14 +00:00
plegall
787089742d backward compatibility for help pages linked on ploader page
git-svn-id: http://piwigo.org/svn/trunk@26824 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-17 08:39:39 +00:00
Piwigo-TranslationTeam
a8d8e98cae [smartpocket] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@26823 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-17 07:31:14 +00:00
Piwigo-TranslationTeam
7cf4ce3f99 [smartpocket] Update de_DE, thanks to : fs101299
git-svn-id: http://piwigo.org/svn/trunk@26822 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-17 06:24:04 +00:00
Piwigo-TranslationTeam
aba423e045 [smartpocket] Update ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@26821 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-17 06:24:03 +00:00
Piwigo-TranslationTeam
42ba07eeb7 [localfileseditor] Update ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@26820 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-17 06:24:01 +00:00
Piwigo-TranslationTeam
4180dd1c28 [trunk_admin] Update ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@26819 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-17 06:24:00 +00:00
Piwigo-TranslationTeam
14581340d4 [smartpocket] Update et_EE, thanks to : Pelagis
git-svn-id: http://piwigo.org/svn/trunk@26818 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-17 05:10:58 +00:00
Piwigo-TranslationTeam
59c62b0358 [smartpocket] Update fi_FI, thanks to : Juhi24
git-svn-id: http://piwigo.org/svn/trunk@26817 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-17 05:10:56 +00:00
Piwigo-TranslationTeam
bb03525c55 [smartpocket] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@26815 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-16 18:18:58 +00:00
Piwigo-TranslationTeam
2cb9f9db77 [trunk_admin] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@26813 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-16 18:18:55 +00:00
mistic100
28f4a33bcb feature 2999: documentation of admin/include/functions.php
git-svn-id: http://piwigo.org/svn/trunk@26807 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-16 15:24:36 +00:00
Piwigo-TranslationTeam
ec771fb246 [smartpocket] Update pt_BR, thanks to : flaviove
git-svn-id: http://piwigo.org/svn/trunk@26805 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-16 13:41:04 +00:00
Piwigo-TranslationTeam
9466d20de1 [smartpocket] Update fa_IR, thanks to : ipic
git-svn-id: http://piwigo.org/svn/trunk@26804 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-16 13:41:02 +00:00
Piwigo-TranslationTeam
0c79153116 [smartpocket] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@26799 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-16 09:38:10 +00:00
Piwigo-TranslationTeam
b4f8cdaeba [smartpocket] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@26796 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-16 08:45:17 +00:00
Piwigo-TranslationTeam
d49a0e5a04 [smartpocket] Update zh_HK, thanks to : hkdigit
git-svn-id: http://piwigo.org/svn/trunk@26795 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-16 08:45:15 +00:00
Piwigo-TranslationTeam
eb48844304 [smartpocket] Update nb_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@26790 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-16 08:45:08 +00:00
Piwigo-TranslationTeam
ea77bf4df4 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26789 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-16 08:45:07 +00:00
Piwigo-TranslationTeam
388871cce5 [smartpocket] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@26787 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-16 08:45:05 +00:00
ddtddt
0aecb41ddf [Trunk] - themes/smartpocket - add cs_CZ - Česky – Czech - Thanks to webprostor
git-svn-id: http://piwigo.org/svn/trunk@26786 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-16 05:53:07 +00:00
Piwigo-TranslationTeam
a74ae5eae1 [smartpocket] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@26785 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-16 05:28:01 +00:00
Piwigo-TranslationTeam
9797656e93 [smartpocket] Update pt_PT, thanks to : ANO
git-svn-id: http://piwigo.org/svn/trunk@26784 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-16 05:27:59 +00:00
Piwigo-TranslationTeam
92f643c11d [smartpocket] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@26780 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-16 05:27:53 +00:00
Piwigo-TranslationTeam
7ff2618e1a [smartpocket] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@26778 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-16 05:27:51 +00:00
Piwigo-TranslationTeam
2ae424d2a6 [smartpocket] Update vi_VN, thanks to : dummy
git-svn-id: http://piwigo.org/svn/trunk@26776 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-16 05:27:48 +00:00
Piwigo-TranslationTeam
03a7fdbd17 [smartpocket] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26775 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-16 05:27:47 +00:00
Piwigo-TranslationTeam
1dcf7e4dd3 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26774 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-16 05:27:45 +00:00
Piwigo-TranslationTeam
8b973c27c8 [smartpocket] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@26773 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-15 21:51:48 +00:00
ddtddt
a289427604 [trunk] - themes/smartpocket - add fr_CA - Quebec - Québécois Thanks to TiOger
git-svn-id: http://piwigo.org/svn/trunk@26771 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-15 21:22:46 +00:00
Piwigo-TranslationTeam
cbbb4d5c84 [smartpocket] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@26770 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-15 20:54:56 +00:00
Piwigo-TranslationTeam
990dd4db7d [smartpocket] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@26762 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-15 20:48:18 +00:00
rvelices
1d9bb50cbd change stupid sql query (no join at all instead of a triple join)
git-svn-id: http://piwigo.org/svn/trunk@26761 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-15 20:38:44 +00:00
rvelices
236142143e one less expensive query in comments.php (triple table join is already being done and we can use the result)
git-svn-id: http://piwigo.org/svn/trunk@26759 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-15 20:00:38 +00:00
flop25
151c3b1129 small fix : loading language files in public side too
git-svn-id: http://piwigo.org/svn/trunk@26758 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-15 18:25:07 +00:00
flop25
5e48a1a868 Smartpocket : language files added and tpl corrected/cleaned up
git-svn-id: http://piwigo.org/svn/trunk@26757 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-15 18:22:26 +00:00
Piwigo-TranslationTeam
79770d7e1f [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26747 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-15 16:26:03 +00:00
Piwigo-TranslationTeam
8eae86eb52 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26726 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-15 05:48:50 +00:00
rvelices
089c4542fb bug 2963: Ability to create css/js smarty templates with caching (scripts was not using template parameter)
git-svn-id: http://piwigo.org/svn/trunk@26718 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-14 21:13:40 +00:00
Piwigo-TranslationTeam
a6cc81af3c [trunk_help] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@26714 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-14 20:23:16 +00:00
Piwigo-TranslationTeam
58bd8c35c0 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26713 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-14 20:23:14 +00:00
Piwigo-TranslationTeam
32e4f4febe [trunk_admin] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@26704 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-14 07:40:27 +00:00
Piwigo-TranslationTeam
f7e9d53151 [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26694 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-13 18:57:44 +00:00
Piwigo-TranslationTeam
6f486e9709 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26693 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-13 18:57:42 +00:00
Piwigo-TranslationTeam
c552cbe63a [trunk_upgrade] Update sk_SK, thanks to : JoeKundlak
git-svn-id: http://piwigo.org/svn/trunk@26687 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-13 18:57:32 +00:00
Piwigo-TranslationTeam
551d3d109d [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26674 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-13 05:13:46 +00:00
Piwigo-TranslationTeam
a777bb43ea [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26673 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-13 05:13:45 +00:00
ddtddt
ddce31086c [Trunk] - language
git-svn-id: http://piwigo.org/svn/trunk@26659 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-12 12:56:53 +00:00
Piwigo-TranslationTeam
8975127aa9 [trunk_public] Update fa_IR, thanks to : ipic
git-svn-id: http://piwigo.org/svn/trunk@26654 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-12 12:46:30 +00:00
mistic100
a984354ee7 change behavior of reset/cancel button on tags manager + reorganize code
git-svn-id: http://piwigo.org/svn/trunk@26650 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-12 12:16:46 +00:00
mistic100
81ac87bc81 render_tag_name trigger transmit full tag data as second parameter
git-svn-id: http://piwigo.org/svn/trunk@26649 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-12 11:24:02 +00:00
mistic100
95dd3b88ec prevent "Enter" on tags filter input to reload the page
git-svn-id: http://piwigo.org/svn/trunk@26646 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-12 00:31:16 +00:00
ddtddt
a3a23a0ee7 [Trunk] - language 2.5 -> 2.6
git-svn-id: http://piwigo.org/svn/trunk@26640 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-11 23:40:14 +00:00
ddtddt
d02918304d [Trunk] - plugins 2.5 -> 2.6
git-svn-id: http://piwigo.org/svn/trunk@26639 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-11 23:24:54 +00:00
ddtddt
c8b1bbba0b [Trunk] - theme 2.5 -> 2.6
git-svn-id: http://piwigo.org/svn/trunk@26638 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-11 23:23:14 +00:00
flop25
b071d8dc18 smartpocket: Thememaintain class used in maintain.inc.php-> no more issue on 2.6 installation (tested)
git-svn-id: http://piwigo.org/svn/trunk@26627 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-11 15:35:00 +00:00
mistic100
dfea0da88f revert file mistakenly comited in 26618
git-svn-id: http://piwigo.org/svn/trunk@26620 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-11 13:21:05 +00:00
mistic100
bbb59ee3f9 add two triggers and user_list_backend.php and don't fail on unknown column
git-svn-id: http://piwigo.org/svn/trunk@26618 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-11 13:08:26 +00:00
Piwigo-TranslationTeam
bd08050670 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@26615 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-11 12:04:25 +00:00
ddtddt
889ee4f771 [Trunk] - language
git-svn-id: http://piwigo.org/svn/trunk@26606 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-11 06:49:31 +00:00
Piwigo-TranslationTeam
58342a271a [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26597 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-10 14:03:53 +00:00
Piwigo-TranslationTeam
852364d08c [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26596 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-10 14:03:52 +00:00
Piwigo-TranslationTeam
cf11fdf9c0 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26593 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-10 05:22:45 +00:00
mistic100
4f91b4b9b0 use custom safe_version_compare instead of version_compare to handle versions numbers with letters
git-svn-id: http://piwigo.org/svn/trunk@26591 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-09 21:22:13 +00:00
Piwigo-TranslationTeam
c41bdbeb87 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26586 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-09 20:51:35 +00:00
Piwigo-TranslationTeam
a7eaec0dfa [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26585 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-09 20:51:34 +00:00
Piwigo-TranslationTeam
2c6ff040d2 [trunk_public] Update th_TH, thanks to : pradit
git-svn-id: http://piwigo.org/svn/trunk@26581 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-09 20:51:27 +00:00
Piwigo-TranslationTeam
0a7f16c1c1 [trunk_admin] Update th_TH, thanks to : pradit
git-svn-id: http://piwigo.org/svn/trunk@26580 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-09 20:51:26 +00:00
Piwigo-TranslationTeam
f032a6ed4b [trunk_help] Update fa_IR, thanks to : ipic
git-svn-id: http://piwigo.org/svn/trunk@26505 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-08 05:13:41 +00:00
Piwigo-TranslationTeam
dd63bf93b7 [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26501 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-08 05:13:34 +00:00
Piwigo-TranslationTeam
6c58249469 [trunk_admin] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@26499 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-07 21:37:52 +00:00
Piwigo-TranslationTeam
acbf567ed3 [trunk_admin] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@26491 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-07 19:30:53 +00:00
Piwigo-TranslationTeam
e1bcb98587 [localfileseditor] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26479 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-07 06:25:40 +00:00
mistic100
636650309a Update headers to 2014. Happy new year!!
git-svn-id: http://piwigo.org/svn/trunk@26461 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-05 00:19:25 +00:00
Piwigo-TranslationTeam
83c6101081 [trunk_help] Update fa_IR, thanks to : ipic
git-svn-id: http://piwigo.org/svn/trunk@26447 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-04 15:17:48 +00:00
Piwigo-TranslationTeam
cbfa3b041c [trunk_public] Update fa_IR, thanks to : ipic
git-svn-id: http://piwigo.org/svn/trunk@26420 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-04 08:21:03 +00:00
Piwigo-TranslationTeam
60db82e062 [trunk_upgrade] Update fa_IR, thanks to : ipic
git-svn-id: http://piwigo.org/svn/trunk@26419 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-04 08:21:01 +00:00
Piwigo-TranslationTeam
a4526e5519 [trunk_admin] Update sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@26416 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-04 08:20:56 +00:00
Piwigo-TranslationTeam
c0a1c0f42d [localfileseditor] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26407 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-03 06:00:27 +00:00
Piwigo-TranslationTeam
abf1d2595d [trunk_admin] Update lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@26405 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-02 19:37:10 +00:00
Piwigo-TranslationTeam
3e699e513f [trunk_help] Update lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@26402 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-02 15:38:27 +00:00
plegall
104b93e80d feature 3016: upgrade script to Piwigo 2.6
git-svn-id: http://piwigo.org/svn/trunk@26401 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-02 15:04:16 +00:00
plegall
5fb0ce9063 bug 3015 fixed: remove "manage album photos" from cat_list to avoid
misunderstanding with "photos sort order".

Add infos on album manager: number of photos and sub-albums


git-svn-id: http://piwigo.org/svn/trunk@26399 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-02 11:51:58 +00:00
Piwigo-TranslationTeam
dd73213674 [trunk_install] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26394 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-02 10:14:58 +00:00
Piwigo-TranslationTeam
085130f22f [elegant] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26392 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-02 10:14:55 +00:00
Piwigo-TranslationTeam
b872cf3ede [trunk_admin] Update zh_CN, thanks to : winson
git-svn-id: http://piwigo.org/svn/trunk@26375 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-31 13:51:55 +00:00
Piwigo-TranslationTeam
6d516c7c99 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26371 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-31 11:06:54 +00:00
Piwigo-TranslationTeam
025de9f7e3 [trunk_upgrade] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26366 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-31 05:52:04 +00:00
Piwigo-TranslationTeam
7c1206c18d [trunk_install] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26365 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-31 05:52:03 +00:00
flop25
e6806fd13a smartpocket :
fix logout/login msg
set menu elements as collapsible and as an accordion too
top menu elements blue
picture centered
"Thumbnails" text hidden (too big)

git-svn-id: http://piwigo.org/svn/trunk@26362 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-30 19:18:13 +00:00
Piwigo-TranslationTeam
86c09698e1 [trunk_admin] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@26360 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-30 15:53:25 +00:00
Piwigo-TranslationTeam
5c3c3157da [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26353 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-30 06:31:09 +00:00
rvelices
8ff008f60a smart pocket template small fix
git-svn-id: http://piwigo.org/svn/trunk@26350 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-29 21:28:26 +00:00
rvelices
8c6f57e5f6 smart pocket new thumbnail display
git-svn-id: http://piwigo.org/svn/trunk@26349 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-29 21:23:57 +00:00
Piwigo-TranslationTeam
bf9641a17b [trunk_admin] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@26347 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-29 20:10:54 +00:00
Piwigo-TranslationTeam
f8ecc6f6b2 [trunk_admin] Update sv_SE, thanks to : magnus
git-svn-id: http://piwigo.org/svn/trunk@26346 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-29 20:10:53 +00:00
Piwigo-TranslationTeam
10db109432 [trunk_admin] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@26335 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-29 17:21:31 +00:00
Piwigo-TranslationTeam
c91662b05c [trunk_admin] Update fr_CA, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@26333 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-29 17:21:28 +00:00
rvelices
30a7a975f9 fix deactivate
git-svn-id: http://piwigo.org/svn/trunk@26329 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-29 13:37:54 +00:00
Piwigo-TranslationTeam
351385bdb7 [trunk_admin] Update de_DE, thanks to : fs101299
git-svn-id: http://piwigo.org/svn/trunk@26323 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-29 13:19:08 +00:00
Piwigo-TranslationTeam
9ec763afab [trunk_admin] Update fi_FI, thanks to : jhellen
git-svn-id: http://piwigo.org/svn/trunk@26315 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-29 13:18:56 +00:00
Piwigo-TranslationTeam
d16f3a625c [trunk_admin] Update en_GB, thanks to : beerfestival
git-svn-id: http://piwigo.org/svn/trunk@26313 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-29 13:18:54 +00:00
Piwigo-TranslationTeam
0abe204a39 [trunk_help] Update sl_SI, thanks to : simon.krajnc
git-svn-id: http://piwigo.org/svn/trunk@26309 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-29 13:18:47 +00:00
Piwigo-TranslationTeam
11345ff82b [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@26295 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-28 16:51:13 +00:00
Piwigo-TranslationTeam
70cf4de28f [elegant] Update ja_JP, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@26288 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-28 14:41:20 +00:00
Piwigo-TranslationTeam
68b92124d9 [trunk_admin] Update nb_NO, thanks to : skaulen
git-svn-id: http://piwigo.org/svn/trunk@26277 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-28 09:35:56 +00:00
Piwigo-TranslationTeam
f3cec10fb7 [trunk_admin] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@26276 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-28 09:35:55 +00:00
Piwigo-TranslationTeam
a35e6907f5 [trunk_admin] Update fa_IR, thanks to : farhang321
git-svn-id: http://piwigo.org/svn/trunk@26275 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-28 09:35:54 +00:00
Piwigo-TranslationTeam
d2cbab7490 [trunk_admin] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@26273 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-28 06:56:01 +00:00
Piwigo-TranslationTeam
594e71b268 [trunk_help] Update sv_SE, thanks to : magnus
git-svn-id: http://piwigo.org/svn/trunk@26271 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-28 06:55:58 +00:00
plegall
4c4fb7d9d9 feature 1668: use underscore.js to template the userDetails instead of
generating HTML directly in javascript. Will make work easier for plugins
modifying the user profile.


git-svn-id: http://piwigo.org/svn/trunk@26270 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-27 20:50:51 +00:00
Piwigo-TranslationTeam
33c683e159 [trunk_admin] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@26269 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-27 16:00:08 +00:00
Piwigo-TranslationTeam
e5a14111ac [trunk_admin] Update sl_SI, thanks to : simon.krajnc
git-svn-id: http://piwigo.org/svn/trunk@26268 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-27 14:54:52 +00:00
Piwigo-TranslationTeam
11d7be4682 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26266 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-27 12:41:53 +00:00
Piwigo-TranslationTeam
7294def030 [trunk_admin] Update ro_RO, thanks to : norboo
git-svn-id: http://piwigo.org/svn/trunk@26265 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-27 12:41:52 +00:00
Piwigo-TranslationTeam
89d4fa6b3b [trunk_admin] Update fi_FI, thanks to : jhellen
git-svn-id: http://piwigo.org/svn/trunk@26264 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-27 12:41:51 +00:00
Piwigo-TranslationTeam
ee0f303390 [trunk_admin] Update lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@26263 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-27 12:41:49 +00:00
Piwigo-TranslationTeam
7bd84df17f [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@26262 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-27 12:41:48 +00:00
Piwigo-TranslationTeam
d9a91f0209 [trunk_upgrade] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26259 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-27 08:13:47 +00:00
Piwigo-TranslationTeam
ce81a80fe7 [trunk_admin] Update pt_PT, thanks to : ANO
git-svn-id: http://piwigo.org/svn/trunk@26258 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-27 08:13:46 +00:00
Piwigo-TranslationTeam
c772e35083 [trunk_upgrade] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26256 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-27 07:10:20 +00:00
Piwigo-TranslationTeam
a92be4df92 [trunk_admin] Update zh_TW, thanks to : azq1231
git-svn-id: http://piwigo.org/svn/trunk@26255 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-27 07:10:18 +00:00
Piwigo-TranslationTeam
d812c6fb6c [trunk_admin] Update vi_VN, thanks to : dummy
git-svn-id: http://piwigo.org/svn/trunk@26254 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-27 07:10:17 +00:00
Piwigo-TranslationTeam
58966d4f3e [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26253 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-27 07:10:16 +00:00
Piwigo-TranslationTeam
7cbed105e2 [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26252 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-27 07:10:14 +00:00
Piwigo-TranslationTeam
0484ee0aba [trunk_admin] Update cs_CZ, thanks to : coudy
git-svn-id: http://piwigo.org/svn/trunk@26251 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-27 01:20:10 +00:00
Piwigo-TranslationTeam
c231875dc2 [trunk_admin] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@26249 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-26 18:00:54 +00:00
Piwigo-TranslationTeam
467d780f79 [trunk_admin] Update pt_BR, thanks to : flaviove
git-svn-id: http://piwigo.org/svn/trunk@26248 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-26 17:40:41 +00:00
Piwigo-TranslationTeam
bb42f148f4 [trunk_admin] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@26247 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-26 17:40:40 +00:00
Piwigo-TranslationTeam
b1e3156e4a [trunk_admin] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@26245 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-26 17:40:37 +00:00
Piwigo-TranslationTeam
ca290426cd [trunk_admin] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@26244 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-26 17:40:36 +00:00
Piwigo-TranslationTeam
56f1eedefe [trunk_admin] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@26242 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-26 16:02:25 +00:00
Piwigo-TranslationTeam
d6e62c0174 [trunk_admin] Update zh_HK, thanks to : hkdigit
git-svn-id: http://piwigo.org/svn/trunk@26241 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-26 16:02:23 +00:00
Piwigo-TranslationTeam
84b96c8605 [trunk_admin] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@26238 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-26 13:09:04 +00:00
Piwigo-TranslationTeam
c479464deb [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@26236 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-26 12:38:39 +00:00
Piwigo-TranslationTeam
f9c5d17348 [trunk_admin] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@26233 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-26 12:36:27 +00:00
Piwigo-TranslationTeam
9f142d763b [trunk_admin] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@26232 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-26 12:36:25 +00:00
Piwigo-TranslationTeam
537c9b622a [trunk_admin] Update pl_PL, thanks to : K.S.
git-svn-id: http://piwigo.org/svn/trunk@26231 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-26 12:36:24 +00:00
plegall
a3fd9b692b feature 1668: change the link text to "close" (with the appropriate icon) when user profile is open.
git-svn-id: http://piwigo.org/svn/trunk@26230 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-26 12:26:22 +00:00
Piwigo-TranslationTeam
905cf523ec [trunk_public] Update kn_IN, thanks to : rudramurthy
git-svn-id: http://piwigo.org/svn/trunk@26194 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-26 07:54:25 +00:00
Piwigo-TranslationTeam
18fc8bc194 [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26193 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-26 07:54:24 +00:00
Piwigo-TranslationTeam
ab40863e91 [trunk_admin] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@26192 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-25 21:05:25 +00:00
Piwigo-TranslationTeam
062c3caf70 [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26186 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-25 10:01:07 +00:00
Piwigo-TranslationTeam
b5a720f2b4 [elegant] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26185 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-25 10:01:06 +00:00
Piwigo-TranslationTeam
debebdf978 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26184 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-25 10:01:05 +00:00
Piwigo-TranslationTeam
0ba38c69ae [trunk_upgrade] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26182 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-25 10:00:57 +00:00
mistic100
f51729dfb8 add missing str_repeat functions in common.js and use it for batch_manager_global.tpl
git-svn-id: http://piwigo.org/svn/trunk@26179 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-24 16:50:35 +00:00
plegall
0b619c37f5 bug fixed: never display text-underline on font icon
bug fixed: keep the "close details" link always displayed.


git-svn-id: http://piwigo.org/svn/trunk@26178 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-24 15:08:02 +00:00
plegall
943d7d2272 feature 1668, user manager redesign: change the way we open user details to make it "more obvious"
git-svn-id: http://piwigo.org/svn/trunk@26177 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-24 14:30:46 +00:00
Piwigo-TranslationTeam
635aeb3ac8 [trunk_admin] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@26174 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-24 13:42:03 +00:00
Piwigo-TranslationTeam
e5f1cd23c0 [trunk_help] Update zh_HK, thanks to : hkdigit
git-svn-id: http://piwigo.org/svn/trunk@26171 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-24 11:39:07 +00:00
Piwigo-TranslationTeam
33c80d15f2 [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26170 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-24 11:39:05 +00:00
Piwigo-TranslationTeam
721ebad90f [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26169 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-24 11:39:04 +00:00
Piwigo-TranslationTeam
34c164ff08 [trunk_install] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@26167 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-24 11:39:01 +00:00
Piwigo-TranslationTeam
537ec71899 [trunk_public] Update ko_KR, thanks to : ayokyun
git-svn-id: http://piwigo.org/svn/trunk@26163 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-24 08:33:02 +00:00
Piwigo-TranslationTeam
0b9b42199f [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26162 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-24 08:33:01 +00:00
Piwigo-TranslationTeam
6a53e942e1 [c13y_upgrade] Add ko_KR, thanks to : ayokyun
git-svn-id: http://piwigo.org/svn/trunk@26161 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-24 08:32:59 +00:00
Piwigo-TranslationTeam
ef475faf01 [trunk_upgrade] Update ko_KR, thanks to : ayokyun
git-svn-id: http://piwigo.org/svn/trunk@26159 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-24 08:32:56 +00:00
Piwigo-TranslationTeam
954a9abffe [trunk_admin] Update ko_KR, thanks to : ayokyun
git-svn-id: http://piwigo.org/svn/trunk@26158 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-24 08:32:54 +00:00
ddtddt
89d24812f4 [Trunk] - language - delete space
git-svn-id: http://piwigo.org/svn/trunk@26156 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-24 07:02:27 +00:00
Piwigo-TranslationTeam
a42b10fb4f [trunk_public] Update es_AR, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@26155 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-24 06:42:09 +00:00
Piwigo-TranslationTeam
80053ddbb8 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26154 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-24 06:42:08 +00:00
Piwigo-TranslationTeam
840f9579e8 [adminmultiview] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26150 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-24 06:23:22 +00:00
Piwigo-TranslationTeam
a8be6e2a9b [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26146 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-24 06:23:14 +00:00
Piwigo-TranslationTeam
e23ade68ae [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26145 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-24 06:23:13 +00:00
Piwigo-TranslationTeam
5c3a5bbe88 [trunk_help] Update zh_HK, thanks to : hkdigit
git-svn-id: http://piwigo.org/svn/trunk@26135 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-23 17:33:37 +00:00
Piwigo-TranslationTeam
1830c58c6e [trunk_upgrade] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@26126 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-23 13:05:54 +00:00
Piwigo-TranslationTeam
d6649513ab [trunk_admin] Update et_EE, thanks to : Eggy
git-svn-id: http://piwigo.org/svn/trunk@26125 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-23 13:05:52 +00:00
Piwigo-TranslationTeam
47902a559f [trunk_admin] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@26119 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-23 13:05:44 +00:00
plegall
a4fc23a940 bug fixed (related to feature 1668): remove link to user manager filtered on
group from group manager. This feature is less useful since member list is
shown on group manager and filter feature not implemented yet on new user manager.


git-svn-id: http://piwigo.org/svn/trunk@26117 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-23 12:56:34 +00:00
mistic100
0b4646602b [elegant] changing configuration while the menu is hidden generates content overlap
git-svn-id: http://piwigo.org/svn/trunk@26114 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-23 11:18:58 +00:00
Piwigo-TranslationTeam
84ff2701e6 [trunk_admin] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@26103 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-23 06:49:50 +00:00
Piwigo-TranslationTeam
9a7a7a523b [localfileseditor] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@26092 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-22 19:40:00 +00:00
mistic100
76b478026f minimize number of url constructions on comments.php
git-svn-id: http://piwigo.org/svn/trunk@26088 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-22 18:46:47 +00:00
mistic100
bb20bfc9ea [elegant] panes state conflict due to last changes
git-svn-id: http://piwigo.org/svn/trunk@26087 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-22 17:45:13 +00:00
mistic100
77ec43f9f0 [elegant] fix comment form width change when scrolling caused by menubar size
git-svn-id: http://piwigo.org/svn/trunk@26086 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-22 16:31:56 +00:00
mistic100
fd4b73efa3 rewrite elegant javascript : use session storage instead of cookies, factorize jQuery variables, remove unecessary event handlers, wrap into anonymous function
git-svn-id: http://piwigo.org/svn/trunk@26085 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-22 16:06:43 +00:00
mistic100
12878437cd rewrite elegant javascript : use session storage instead of cookies, factorize jQuery variables, remove unecessary event handlers, wrap into anonymous function
git-svn-id: http://piwigo.org/svn/trunk@26084 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-22 15:59:55 +00:00
mistic100
e1c2ba81b1 feature 2985: missing multiplier when comparing css orders
git-svn-id: http://piwigo.org/svn/trunk@26073 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-21 21:39:41 +00:00
Piwigo-TranslationTeam
336ac0b8e6 [trunk_admin] Update sr_RS, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@26064 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-21 11:17:25 +00:00
Piwigo-TranslationTeam
feb3474647 [trunk_public] Update sr_RS, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@26062 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-21 07:33:41 +00:00
mistic100
2977d9f2b0 remove jquery.ui.button.css bundled in smartpocket admin
git-svn-id: http://piwigo.org/svn/trunk@26060 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-20 19:04:06 +00:00
plegall
bbec1de496 bug fixed: coherence for album edition tabs
git-svn-id: http://piwigo.org/svn/trunk@26053 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-20 14:41:55 +00:00
plegall
c108fdd6b4 feature 1668, user manager redesign: do not let the administrator try to
modify the status of protected users (pwg.users.setInfo will deactivate
status change for these users anyway)


git-svn-id: http://piwigo.org/svn/trunk@26052 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-20 14:02:23 +00:00
plegall
e1c6ac2379 feature 1668, user manager redesign:
* bug fixed: initialize nb_image_page and recent_period with current user
* in batch actions, use sliders for recent_period and nb_image_page


git-svn-id: http://piwigo.org/svn/trunk@26051 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-20 13:33:48 +00:00
plegall
09a00911c2 feature 1668: protect dataTables backend script (ajax called, serverside processing)
git-svn-id: http://piwigo.org/svn/trunk@26050 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-20 12:59:07 +00:00
plegall
76315b650c feature 1668: translate user status in user list
git-svn-id: http://piwigo.org/svn/trunk@26049 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-20 12:36:59 +00:00
mistic100
6e058da6b3 add query2array function, aiming to replace hash_from_query, array_from_query and simple_hash_fromq_query
git-svn-id: http://piwigo.org/svn/trunk@26048 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-20 10:54:02 +00:00
Piwigo-TranslationTeam
55bd51aa08 [trunk_help] Update sv_SE, thanks to : magnus
git-svn-id: http://piwigo.org/svn/trunk@26043 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-19 14:45:46 +00:00
mistic100
6e91ec554c feature 1668: escape login and password in registration email
git-svn-id: http://piwigo.org/svn/trunk@26028 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-18 19:59:30 +00:00
plegall
81e0958bad better colors for datepicker (and timepicker, when used)
git-svn-id: http://piwigo.org/svn/trunk@26019 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-18 10:06:25 +00:00
Piwigo-TranslationTeam
dd05fe8554 [c13y_upgrade] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@25991 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-17 21:54:46 +00:00
Piwigo-TranslationTeam
157d8cfe6d [trunk_admin] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@25990 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-17 21:54:45 +00:00
Piwigo-TranslationTeam
e2c0ad699c [trunk_admin] Update fi_FI, thanks to : lrd
git-svn-id: http://piwigo.org/svn/trunk@25988 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-17 21:54:42 +00:00
Piwigo-TranslationTeam
08c80299d6 [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@25987 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-17 19:12:09 +00:00
Piwigo-TranslationTeam
de26738577 [trunk_help] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@25977 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-17 05:44:37 +00:00
rvelices
29433f1db4 invalidate_user_cache fix in web service method + do not invalidate user cache on every page hit on album list, photo etc ...
git-svn-id: http://piwigo.org/svn/trunk@25975 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-16 20:18:56 +00:00
plegall
5c9b9c43f5 bug 3012 fixed: invalidate_user_cache() on pwg.users.setInfo, pwg.groups.addUser, pwg.groups.deleteUser
git-svn-id: http://piwigo.org/svn/trunk@25968 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-16 15:09:49 +00:00
Piwigo-TranslationTeam
b3bf2efb03 [elegant] Update ja_JP, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@25953 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-14 12:42:34 +00:00
Piwigo-TranslationTeam
f6d0a85309 [trunk_admin] Update fi_FI, thanks to : jhellen
git-svn-id: http://piwigo.org/svn/trunk@25949 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-14 11:35:14 +00:00
rvelices
2f550723dc revert smartpocket retina aware thumbs
git-svn-id: http://piwigo.org/svn/trunk@25938 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-13 20:42:05 +00:00
plegall
04230f0547 bug 2953 fixed: ['QUERY_STRING'] is not alway set
git-svn-id: http://piwigo.org/svn/trunk@25930 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-12 10:40:39 +00:00
plegall
483cce2612 feature 2869 added: support TIFF files on web upload (requires ext_imagick)
git-svn-id: http://piwigo.org/svn/trunk@25929 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-12 10:34:55 +00:00
plegall
97371a948a feature 1668: hide "delete" link for protected users, hide "change username" and "email address" for guest
git-svn-id: http://piwigo.org/svn/trunk@25928 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-12 09:51:47 +00:00
rvelices
e824dce312 removed never used javascript
git-svn-id: http://piwigo.org/svn/trunk@25923 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-10 21:17:45 +00:00
Piwigo-TranslationTeam
ff25f0fa61 [trunk_public] Update lb_LU, thanks to : Quetsch
git-svn-id: http://piwigo.org/svn/trunk@25918 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-10 16:17:51 +00:00
Piwigo-TranslationTeam
a75b883a27 [trunk_admin] Update cs_CZ, thanks to : coudy
git-svn-id: http://piwigo.org/svn/trunk@25880 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-09 22:07:37 +00:00
Piwigo-TranslationTeam
43de94d48c [trunk_public] Update cs_CZ, thanks to : coudy
git-svn-id: http://piwigo.org/svn/trunk@25879 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-09 22:07:36 +00:00
Piwigo-TranslationTeam
c20858e855 [trunk_public] Update et_EE, thanks to : Eggy
git-svn-id: http://piwigo.org/svn/trunk@25877 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-09 20:38:32 +00:00
Piwigo-TranslationTeam
1aa20823d1 [trunk_admin] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@25873 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-09 20:38:26 +00:00
Piwigo-TranslationTeam
41a9e79e88 [trunk_public] Update ro_RO, thanks to : smarmie
git-svn-id: http://piwigo.org/svn/trunk@25868 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-09 05:20:37 +00:00
Piwigo-TranslationTeam
b447d6df0a [trunk_admin] Update ro_RO, thanks to : smarmie
git-svn-id: http://piwigo.org/svn/trunk@25867 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-09 05:20:36 +00:00
mistic100
15c2dda934 don't display "null" when email address is empty on users manager
git-svn-id: http://piwigo.org/svn/trunk@25844 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-08 13:03:05 +00:00
Piwigo-TranslationTeam
d9b083c8da [trunk_public] Update fr_CA, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@25843 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-08 10:56:17 +00:00
Piwigo-TranslationTeam
f2968a392b [trunk_admin] Update fr_CA, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@25842 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-08 10:56:16 +00:00
Piwigo-TranslationTeam
752ee0889c [trunk_admin] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@25840 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-08 06:33:40 +00:00
mistic100
19b9fafb05 fix cssmin issue: surrounding @ names with double quotes (W3C invalid and breaks animations on Firefox)
seet http://code.google.com/p/cssmin/issues/detail?id=48

git-svn-id: http://piwigo.org/svn/trunk@25838 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-07 22:36:24 +00:00
Piwigo-TranslationTeam
bb18b42a10 [trunk_admin] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@25836 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-07 21:37:09 +00:00
Piwigo-TranslationTeam
67fb863917 [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@25819 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-07 19:55:04 +00:00
mistic100
94e948b2ac feature 3009: "!= NULL" is invalid, use "IS NOT NULL" instead
git-svn-id: http://piwigo.org/svn/trunk@25816 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-07 16:52:04 +00:00
mistic100
4dc1d52afb feature 2999: finish documentation of template.class.php
git-svn-id: http://piwigo.org/svn/trunk@25815 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-07 11:21:07 +00:00
mistic100
e676bdc8a5 feature 2999: documentation of Template class, other classes of template.class.php pending
git-svn-id: http://piwigo.org/svn/trunk@25812 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-07 00:00:41 +00:00
mistic100
02620af958 feature 3009: Don't delete 'lat' and 'lon' fields in case users try to delete an old plugin using them (SQL crash)
git-svn-id: http://piwigo.org/svn/trunk@25802 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-06 20:21:53 +00:00
mistic100
4fca6a259e feature 3009: Add 'latitude' and 'longitude' fields in images table
git-svn-id: http://piwigo.org/svn/trunk@25801 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-06 19:14:44 +00:00
mistic100
1e69be0b7a FileCombiner does not try to change url of images embedded in base64
git-svn-id: http://piwigo.org/svn/trunk@25800 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-06 17:18:19 +00:00
rvelices
ca8e0928e3 fix 1 pixel rounding errors when generating multi size from another multi size
git-svn-id: http://piwigo.org/svn/trunk@25793 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-05 20:53:18 +00:00
mistic100
989d3af765 feature 2995: disable DOM parsing warnings
git-svn-id: http://piwigo.org/svn/trunk@25787 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-04 21:32:52 +00:00
Piwigo-TranslationTeam
e7b45d169e [trunk_help] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@25778 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-03 05:38:00 +00:00
Piwigo-TranslationTeam
fcfeef7b0c [trunk_help] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@25763 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-01 20:33:53 +00:00
mistic100
0a76030ead feature 2999 : Documentation of menubar function and classes
git-svn-id: http://piwigo.org/svn/trunk@25762 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-01 15:03:38 +00:00
Piwigo-TranslationTeam
e8b111d1af [trunk_admin] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@25759 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-29 17:16:31 +00:00
Piwigo-TranslationTeam
7a43fa9826 [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@25757 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-29 17:16:29 +00:00
mistic100
7297e1cfae feature 2999 : Documentation of multisize classes
git-svn-id: http://piwigo.org/svn/trunk@25754 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-29 13:48:55 +00:00
plegall
91b6a0137d optimized jQuery (thanks to mistic100)
git-svn-id: http://piwigo.org/svn/trunk@25753 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-29 13:41:03 +00:00
plegall
d700b89628 smartpocket, configuration: simpler yes/no checkboxes (with fontello icons, same as AdminTools checkboxes)
git-svn-id: http://piwigo.org/svn/trunk@25752 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-29 13:00:40 +00:00
plegall
f1cb64106e bug 3004 fixed: add jQuery Chosen icons for iPad (high pixelratio).
update Chosen to version 1.0.0


git-svn-id: http://piwigo.org/svn/trunk@25751 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-29 12:09:46 +00:00
plegall
bf7b581beb update icons to edit album and show on map
git-svn-id: http://piwigo.org/svn/trunk@25750 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-29 11:50:12 +00:00
plegall
a35a3f25df change caddie icon (the name has already changed to "Selection" in en_GB, we will discuss about it on the forum)
git-svn-id: http://piwigo.org/svn/trunk@25749 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-29 10:24:14 +00:00
plegall
b03d27e607 feature 2916: add icons for cat_modify, picture_modify and admin top bar
git-svn-id: http://piwigo.org/svn/trunk@25748 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-29 10:13:05 +00:00
Piwigo-TranslationTeam
f0434fe2ca [trunk_public] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@25747 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-29 05:18:14 +00:00
rvelices
5640aafb9d remove reminescences of pre multi size ...
git-svn-id: http://piwigo.org/svn/trunk@25746 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-28 21:10:37 +00:00
plegall
092fdc76e0 feature 2920: add a navigation bar for long list of comments
git-svn-id: http://piwigo.org/svn/trunk@25744 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-28 13:06:31 +00:00
plegall
33d57530a3 next release is 2.6.0RC2
git-svn-id: http://piwigo.org/svn/trunk@25743 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-28 12:22:53 +00:00
Piwigo-TranslationTeam
95ab2aca9a [trunk_admin] Update ar_SA, thanks to : mazili
git-svn-id: http://piwigo.org/svn/trunk@25741 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-28 05:26:23 +00:00
Piwigo-TranslationTeam
a9f286177b [trunk_admin] Update fi_FI, thanks to : jhellen
git-svn-id: http://piwigo.org/svn/trunk@25737 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-27 05:25:20 +00:00
rvelices
fd38fa8fb5 fix adding many times post only / admin only ...
git-svn-id: http://piwigo.org/svn/trunk@25730 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-26 21:51:53 +00:00
mistic100
45afbb48fb remove is_adviser() and get_email_address_as_display_text()
git-svn-id: http://piwigo.org/svn/trunk@25729 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-26 20:54:07 +00:00
mistic100
79f0a80f33 feature 2999: documentation of functions_user.inc.php (move two functions to functions_category.inc.php)
git-svn-id: http://piwigo.org/svn/trunk@25728 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-26 20:48:08 +00:00
Piwigo-TranslationTeam
253a372df1 [trunk_admin] Update sv_SE, thanks to : kabo
git-svn-id: http://piwigo.org/svn/trunk@25727 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-26 20:47:07 +00:00
Piwigo-TranslationTeam
6786dbb76e [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@25725 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-26 20:24:05 +00:00
Piwigo-TranslationTeam
a2ae9777f5 [trunk_admin] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@25719 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-26 20:03:25 +00:00
rvelices
b8f02bb8f8 fix missing space
git-svn-id: http://piwigo.org/svn/trunk@25709 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-25 20:58:56 +00:00
Piwigo-TranslationTeam
6ea01c1a80 [trunk_help] Update sk_SK, thanks to : Jimako
git-svn-id: http://piwigo.org/svn/trunk@25691 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-25 18:58:23 +00:00
Piwigo-TranslationTeam
c23b7c1ed9 [trunk_admin] Update fi_FI, thanks to : jhellen
git-svn-id: http://piwigo.org/svn/trunk@25687 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-25 05:14:48 +00:00
Piwigo-TranslationTeam
1f56426ce8 [trunk_public] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@25686 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-25 05:14:46 +00:00
Piwigo-TranslationTeam
e4dc992c65 [trunk_admin] Update nl_NL, thanks to : marjolein
git-svn-id: http://piwigo.org/svn/trunk@25673 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-24 13:34:17 +00:00
Piwigo-TranslationTeam
5697ac4d2a [trunk_admin] Update fi_FI, thanks to : jhellen
git-svn-id: http://piwigo.org/svn/trunk@25672 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-24 13:34:16 +00:00
Piwigo-TranslationTeam
3951a5b321 [trunk_admin] Update nl_NL, thanks to : marjolein
git-svn-id: http://piwigo.org/svn/trunk@25662 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-24 07:15:21 +00:00
Piwigo-TranslationTeam
35a71f189e [trunk_admin] Update fi_FI, thanks to : jhellen
git-svn-id: http://piwigo.org/svn/trunk@25659 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-24 07:15:17 +00:00
mistic100
da06285d4e feature 2999: documentation of functions_search and functions_tag
git-svn-id: http://piwigo.org/svn/trunk@25658 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-23 22:57:15 +00:00
mistic100
037413eee8 force color of tokeninput search field
git-svn-id: http://piwigo.org/svn/trunk@25656 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-23 18:35:14 +00:00
Piwigo-TranslationTeam
85330035c7 [trunk_help] Update sk_SK, thanks to : Jimako
git-svn-id: http://piwigo.org/svn/trunk@25651 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-23 12:18:50 +00:00
Piwigo-TranslationTeam
83ed93f863 [trunk_public] Update sv_SE, thanks to : jhellen
git-svn-id: http://piwigo.org/svn/trunk@25650 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-23 12:18:48 +00:00
Piwigo-TranslationTeam
de852e71b8 [trunk_admin] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@25649 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-23 12:18:46 +00:00
Piwigo-TranslationTeam
5c294e9e03 [trunk_public] Update ja_JP, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@25646 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-22 18:05:39 +00:00
Piwigo-TranslationTeam
0fd2d17946 [trunk_admin] Update ja_JP, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@25645 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-22 18:05:38 +00:00
Piwigo-TranslationTeam
6ce02984a5 [trunk_admin] Update fi_FI, thanks to : jhellen
git-svn-id: http://piwigo.org/svn/trunk@25643 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-22 18:01:18 +00:00
Piwigo-TranslationTeam
017f94b722 [trunk_admin] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@25642 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-22 18:01:16 +00:00
Piwigo-TranslationTeam
2574938d29 [trunk_admin] Update zh_HK, thanks to : hkdigit
git-svn-id: http://piwigo.org/svn/trunk@25641 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-22 08:00:56 +00:00
Piwigo-TranslationTeam
c15dc7072f [trunk_public] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@25640 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-22 05:43:29 +00:00
Piwigo-TranslationTeam
9cea2ad7d5 [trunk_admin] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@25639 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-22 05:43:28 +00:00
Piwigo-TranslationTeam
b02cb491be [trunk_public] Update zh_HK, thanks to : hkdigit
git-svn-id: http://piwigo.org/svn/trunk@25637 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-22 05:43:25 +00:00
Piwigo-TranslationTeam
b7cd65d19a [trunk_admin] Update zh_HK, thanks to : hkdigit
git-svn-id: http://piwigo.org/svn/trunk@25635 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-22 05:43:23 +00:00
patdenice
e32dbb77be Small bug on password hash verification with strpos function
git-svn-id: http://piwigo.org/svn/trunk@25633 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-21 22:23:59 +00:00
Piwigo-TranslationTeam
ffa8dc445d [trunk_admin] Update de_DE, thanks to : duke
git-svn-id: http://piwigo.org/svn/trunk@25631 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-21 21:35:17 +00:00
Piwigo-TranslationTeam
6612b15750 [trunk_public] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@25627 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-21 20:05:58 +00:00
Piwigo-TranslationTeam
8886e44ff1 [trunk_admin] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@25626 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-21 20:05:56 +00:00
Piwigo-TranslationTeam
4722594719 [trunk_public] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@25624 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-21 20:05:54 +00:00
Piwigo-TranslationTeam
9aeb1b4367 [trunk_public] Update nb_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@25622 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-21 20:05:51 +00:00
Piwigo-TranslationTeam
5feeaf21cd [trunk_admin] Update nb_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@25621 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-21 20:05:50 +00:00
mistic100
2f06b27c26 move get_query_string_diff and url_is_remote to functions_url.inc.php
git-svn-id: http://piwigo.org/svn/trunk@25615 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-21 11:22:42 +00:00
mistic100
9565aef3b0 feature 2999: documentation of functions_rate and functions_session
git-svn-id: http://piwigo.org/svn/trunk@25614 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-21 10:02:44 +00:00
Piwigo-TranslationTeam
277c7fe8f4 [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@25612 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-21 05:22:42 +00:00
Piwigo-TranslationTeam
026540e371 [trunk_public] Update fi_FI, thanks to : Juhi24
git-svn-id: http://piwigo.org/svn/trunk@25611 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-20 21:42:15 +00:00
Piwigo-TranslationTeam
a2837a014a [trunk_public] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@25610 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-20 19:30:14 +00:00
Piwigo-TranslationTeam
50c10a6bf1 [trunk_admin] Update ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@25607 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-20 19:30:09 +00:00
Piwigo-TranslationTeam
c9f0ac94c0 [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@25606 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-20 19:30:08 +00:00
mistic100
077eacf3de aliases trigger_event() in trigger_change() and trigger_action() in trigger_notify()
complete removal for 2.7 or 2.8

git-svn-id: http://piwigo.org/svn/trunk@25602 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-20 12:45:37 +00:00
mistic100
e5ed169950 feature 2999: Documentation of include/functions_plugins.inc.php
git-svn-id: http://piwigo.org/svn/trunk@25601 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-20 12:15:36 +00:00
Piwigo-TranslationTeam
0ea814f781 [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@25599 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-20 05:19:03 +00:00
Piwigo-TranslationTeam
4532d37efe [trunk_admin] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@25598 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-20 05:19:01 +00:00
Piwigo-TranslationTeam
8da7cf8e5c [trunk_public] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@25597 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-20 05:19:00 +00:00
Piwigo-TranslationTeam
a794f60ad0 [trunk_public] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@25595 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19 21:54:50 +00:00
Piwigo-TranslationTeam
04c4e832da [trunk_public] Update sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@25594 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19 20:51:02 +00:00
plegall
e32da625e7 feature 3001: new link "add photos" on album edition page. Patch by msakik
git-svn-id: http://piwigo.org/svn/trunk@25593 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19 20:19:36 +00:00
Piwigo-TranslationTeam
995b1b3376 [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@25592 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19 19:53:44 +00:00
Piwigo-TranslationTeam
5d7be4964e [trunk_public] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@25591 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19 19:22:31 +00:00
Piwigo-TranslationTeam
5d999e9ee8 [trunk_public] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@25589 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19 19:22:28 +00:00
Piwigo-TranslationTeam
cbdc6736be [trunk_public] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@25588 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19 19:22:27 +00:00
Piwigo-TranslationTeam
6568771c87 [trunk_public] Update zh_TW, thanks to : azq1231
git-svn-id: http://piwigo.org/svn/trunk@25587 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19 19:22:26 +00:00
Piwigo-TranslationTeam
9fe2050ff9 [trunk_public] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@25586 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19 19:22:24 +00:00
Piwigo-TranslationTeam
37c2ff88af [trunk_public] Update de_DE, thanks to : fs101299
git-svn-id: http://piwigo.org/svn/trunk@25585 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19 19:22:23 +00:00
Piwigo-TranslationTeam
c9b2822123 [trunk_public] Update zh_CN, thanks to : winson
git-svn-id: http://piwigo.org/svn/trunk@25584 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19 19:22:22 +00:00
Piwigo-TranslationTeam
dcef5c2700 [trunk_public] Update lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@25583 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19 19:22:20 +00:00
Piwigo-TranslationTeam
b6aa2f07cc [trunk_public] Update pl_PL, thanks to : K.S.
git-svn-id: http://piwigo.org/svn/trunk@25582 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19 19:22:19 +00:00
Piwigo-TranslationTeam
cd08a461d8 [trunk_admin] Update pl_PL, thanks to : K.S.
git-svn-id: http://piwigo.org/svn/trunk@25581 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19 19:22:17 +00:00
Piwigo-TranslationTeam
04447b7053 [trunk_public] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@25579 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19 19:22:14 +00:00
mistic100
68bbe763cf feature 2999: Documentation of include/functions_notification + clean code
git-svn-id: http://piwigo.org/svn/trunk@25578 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19 18:45:48 +00:00
mistic100
6f211a609a feature 2998: Warning: Parameter 3 to theme_activate() expected to be a reference, value given
unable to pass references through func_get_args and call_user_func_array

git-svn-id: http://piwigo.org/svn/trunk@25577 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19 15:41:05 +00:00
mistic100
9bd6264087 feature 2995: missing config.sql update
git-svn-id: http://piwigo.org/svn/trunk@25576 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19 15:33:53 +00:00
plegall
bc995ccbae next release is 2.6.0RC1
git-svn-id: http://piwigo.org/svn/trunk@25575 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19 14:46:54 +00:00
Piwigo-TranslationTeam
84bd67c701 [trunk_public] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@25574 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19 07:24:41 +00:00
Piwigo-TranslationTeam
ec4ef079c0 [trunk_public] Update vi_VN, thanks to : dummy
git-svn-id: http://piwigo.org/svn/trunk@25573 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19 06:17:15 +00:00
Piwigo-TranslationTeam
c3a83a46cb [trunk_public] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@25571 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19 06:17:12 +00:00
rvelices
f289c2a44f english lang correction (forgot template)
git-svn-id: http://piwigo.org/svn/trunk@25570 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19 04:31:24 +00:00
rvelices
8d81cb9caf english lang correction
git-svn-id: http://piwigo.org/svn/trunk@25569 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19 04:28:04 +00:00
rvelices
5122b6df1f bug 2963: Ability to create css/js smarty templates - fixes (last I hope)
git-svn-id: http://piwigo.org/svn/trunk@25568 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19 04:26:07 +00:00
Piwigo-TranslationTeam
83e62f9410 [trunk_admin] Update pt_PT, thanks to : ANO
git-svn-id: http://piwigo.org/svn/trunk@25567 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18 22:48:01 +00:00
Piwigo-TranslationTeam
a6a62d25d6 [trunk_admin] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@25565 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18 22:16:50 +00:00
mistic100
a89a16f281 make flags useable anywhere
git-svn-id: http://piwigo.org/svn/trunk@25564 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18 20:06:43 +00:00
mistic100
4dd7b0e42f parse error in r25550
git-svn-id: http://piwigo.org/svn/trunk@25563 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18 19:54:36 +00:00
Piwigo-TranslationTeam
894a93ebff [trunk_admin] Update vi_VN, thanks to : dummy
git-svn-id: http://piwigo.org/svn/trunk@25562 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18 18:32:05 +00:00
Piwigo-TranslationTeam
d755147c1d [trunk_admin] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@25561 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18 18:32:03 +00:00
Piwigo-TranslationTeam
c6443dab10 [trunk_admin] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@25560 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18 18:32:01 +00:00
Piwigo-TranslationTeam
e5fe3628dd [trunk_admin] Update zh_TW, thanks to : azq1231
git-svn-id: http://piwigo.org/svn/trunk@25559 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18 18:32:00 +00:00
Piwigo-TranslationTeam
4df8bd53d6 [trunk_help] Update zh_TW, thanks to : azq1231
git-svn-id: http://piwigo.org/svn/trunk@25558 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18 18:31:58 +00:00
Piwigo-TranslationTeam
2cb931cdde [trunk_admin] Update lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@25557 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18 18:31:57 +00:00
Piwigo-TranslationTeam
c7b86cbfc7 [trunk_public] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@25556 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18 18:31:55 +00:00
Piwigo-TranslationTeam
c9f17b5073 [trunk_admin] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@25555 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18 18:31:54 +00:00
Piwigo-TranslationTeam
2aaea8e72f [trunk_public] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@25554 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18 18:31:53 +00:00
Piwigo-TranslationTeam
4fa568e92f [trunk_public] Update pt_PT, thanks to : ANO
git-svn-id: http://piwigo.org/svn/trunk@25553 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18 18:31:52 +00:00
Piwigo-TranslationTeam
e569d656c4 [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@25552 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18 18:31:50 +00:00
Piwigo-TranslationTeam
f4ac533280 [trunk_public] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@25551 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18 18:31:49 +00:00
mistic100
b8eeae36dc feature 2999: Documentation of include/functions_mail|metadata|picture
git-svn-id: http://piwigo.org/svn/trunk@25550 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18 17:36:35 +00:00
plegall
0ed662ef77 feature 1668: replace "Interface theme" by "Theme".
git-svn-id: http://piwigo.org/svn/trunk@25549 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18 13:53:19 +00:00
mistic100
3e1d6ba47a feature 2999: documentation of functions\comment|cookie|filter|html
git-svn-id: http://piwigo.org/svn/trunk@25548 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18 10:02:17 +00:00
mistic100
54343578e9 feature 2963 & feature 2985 : more flexibility for FileCombiner (keep API compatibility)
git-svn-id: http://piwigo.org/svn/trunk@25547 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18 08:53:24 +00:00
rvelices
7726147445 - ws users/groups/perms returns int instead of strings for ids
- fix ws permissions getList (sometimes got objects sometimes arrays)
- users_list data table uses POST (avoid extra lengthy urls)

git-svn-id: http://piwigo.org/svn/trunk@25545 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18 05:03:00 +00:00
rvelices
6078216e68 bug 2963: Ability to create css/js smarty templates - fixes rare cases + code simplifications
git-svn-id: http://piwigo.org/svn/trunk@25544 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18 05:01:11 +00:00
Piwigo-TranslationTeam
171012c604 [trunk_public] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@25543 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18 04:59:35 +00:00
Piwigo-TranslationTeam
3f10ff0d6b [trunk_admin] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@25542 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18 04:59:34 +00:00
Piwigo-TranslationTeam
834c755909 [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@25541 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18 04:59:33 +00:00
Piwigo-TranslationTeam
96a3f9cd14 [trunk_public] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@25540 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18 04:59:31 +00:00
Piwigo-TranslationTeam
c3b1036e83 [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@25539 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18 04:59:29 +00:00
Piwigo-TranslationTeam
2478439f8a [trunk_public] Update ko_KR, thanks to : ayokyun
git-svn-id: http://piwigo.org/svn/trunk@25538 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18 04:59:28 +00:00
Piwigo-TranslationTeam
2852a8477a [trunk_public] Update zh_TW, thanks to : azq1231
git-svn-id: http://piwigo.org/svn/trunk@25537 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18 04:59:27 +00:00
Piwigo-TranslationTeam
aae2cc16e8 [trunk_public] Update vi_VN, thanks to : dummy
git-svn-id: http://piwigo.org/svn/trunk@25536 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18 04:59:25 +00:00
Piwigo-TranslationTeam
0a2a3b118e [trunk_public] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@25535 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-17 21:02:05 +00:00
Piwigo-TranslationTeam
576aaddb51 [trunk_public] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@25534 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-17 19:50:50 +00:00
Piwigo-TranslationTeam
c9becd5d1b [trunk_admin] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@25533 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-17 19:50:48 +00:00
Piwigo-TranslationTeam
01c5790ad1 [trunk_public] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@25532 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-17 19:50:47 +00:00
Piwigo-TranslationTeam
14c4104841 [trunk_admin] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@25531 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-17 19:50:46 +00:00
Piwigo-TranslationTeam
a44d569e91 [trunk_public] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@25530 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-17 19:50:43 +00:00
Piwigo-TranslationTeam
aab5db3b95 [trunk_public] Update sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@25529 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-17 19:50:41 +00:00
Piwigo-TranslationTeam
24237f9f57 [trunk_admin] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@25528 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-17 19:50:39 +00:00
Piwigo-TranslationTeam
714aa2d88a [trunk_public] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@25526 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-17 19:50:37 +00:00
Piwigo-TranslationTeam
0aecc43021 [trunk_admin] Update sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@25525 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-17 19:50:34 +00:00
Piwigo-TranslationTeam
89d79d37e5 [trunk_public] Update et_EE, thanks to : Eggy
git-svn-id: http://piwigo.org/svn/trunk@25524 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-17 19:50:33 +00:00
Piwigo-TranslationTeam
95913382c4 [trunk_public] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@25523 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-17 19:50:32 +00:00
Piwigo-TranslationTeam
50590a9028 [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@25522 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-17 19:50:30 +00:00
Piwigo-TranslationTeam
4ff0000cc3 [trunk_public] Update zh_CN, thanks to : winson
git-svn-id: http://piwigo.org/svn/trunk@25520 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-17 19:50:27 +00:00
Piwigo-TranslationTeam
18d90ae532 [trunk_public] Update lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@25519 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-17 19:50:26 +00:00
Piwigo-TranslationTeam
b856e66be5 [trunk_public] Update fi_FI, thanks to : Juhi24
git-svn-id: http://piwigo.org/svn/trunk@25518 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-17 19:50:24 +00:00
Piwigo-TranslationTeam
52be75719e [trunk_public] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@25517 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-17 19:50:23 +00:00
Piwigo-TranslationTeam
16c6f84867 [trunk_public] Update pl_PL, thanks to : K.S.
git-svn-id: http://piwigo.org/svn/trunk@25516 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-17 19:50:21 +00:00
Piwigo-TranslationTeam
2a6d4fef3b [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@25513 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-17 19:50:18 +00:00
Piwigo-TranslationTeam
23a7bfaecf [trunk_admin] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@25512 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-17 19:50:16 +00:00
Piwigo-TranslationTeam
493c71f37a [trunk_public] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@25511 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-17 19:50:15 +00:00
Piwigo-TranslationTeam
369da9145b [trunk_admin] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@25509 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-17 19:50:12 +00:00
mistic100
6bd462d021 feature 2999 : documentation of include/functions_category.inc.php
git-svn-id: http://piwigo.org/svn/trunk@25508 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-17 16:57:04 +00:00
mistic100
5e2b2f4e02 feature 2999 : documentation of include/functions_calendar.inc.php and Calendar classes
git-svn-id: http://piwigo.org/svn/trunk@25507 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-17 15:03:32 +00:00
mistic100
04ff320e6e feature 2985: allow combine_script to set an ID in order the deal with stylesheets overlap
git-svn-id: http://piwigo.org/svn/trunk@25506 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-17 14:01:07 +00:00
mistic100
7899a41e15 feature 2963 : update triggers list !
git-svn-id: http://piwigo.org/svn/trunk@25505 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-17 13:01:42 +00:00
mistic100
8e0f55043f add DerivativeImage::get_one method working like DerivateImage::get_all but returning only one size
git-svn-id: http://piwigo.org/svn/trunk@25504 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-17 10:10:05 +00:00
Piwigo-TranslationTeam
ab3c27871e [trunk_admin] Update ja_JP, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@25503 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-17 07:53:48 +00:00
plegall
c374e7d6af feature 1668: add new language strings for the new user manager.
git-svn-id: http://piwigo.org/svn/trunk@25502 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-16 22:01:58 +00:00
Piwigo-TranslationTeam
d7c718e846 [trunk_admin] Update sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@25500 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-16 20:17:25 +00:00
Piwigo-TranslationTeam
30b1571417 [trunk_admin] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@25498 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-16 20:17:23 +00:00
Piwigo-TranslationTeam
274845526d [trunk_help] Update zh_TW, thanks to : azq1231
git-svn-id: http://piwigo.org/svn/trunk@25497 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-16 20:17:21 +00:00
Piwigo-TranslationTeam
73dac7c23a [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@25493 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-16 20:17:15 +00:00
plegall
d27e783e5b feature 1668: nb_image_page or recent_period in database will automatically take the nearest (bigger) value in the value list
git-svn-id: http://piwigo.org/svn/trunk@25492 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-15 22:37:43 +00:00
plegall
5f148e96bc feature 1668: in user details, ability to modify recent_period and nb_image_page with sliders
git-svn-id: http://piwigo.org/svn/trunk@25491 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-15 22:28:10 +00:00
mistic100
80d8031167 bug 2883: filter order_by for duplicated values
git-svn-id: http://piwigo.org/svn/trunk@25489 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-15 15:41:11 +00:00
plegall
1951be5673 feature 1668: implement "change password" and "edit username"
git-svn-id: http://piwigo.org/svn/trunk@25483 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-14 13:41:34 +00:00
Piwigo-TranslationTeam
37eb1a5e2a [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@25482 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-14 05:29:54 +00:00
Piwigo-TranslationTeam
76e3fdddfd [trunk_help] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@25480 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-13 21:42:33 +00:00
plegall
46fd7a42c1 feature 1668: delete single user, better colors for admin dark theme.
git-svn-id: http://piwigo.org/svn/trunk@25479 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-13 19:43:49 +00:00
plegall
146ee8c26f feature 1668: new display of userDetails, manage group list in user details,
display registration date in user list.

work in progress, not finished yet.


git-svn-id: http://piwigo.org/svn/trunk@25475 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-13 14:40:00 +00:00
plegall
b9233b8343 feature 2976: ability to set group association with pwg.users.setInfo
git-svn-id: http://piwigo.org/svn/trunk@25474 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-13 12:58:21 +00:00
mistic100
892fdb202e feature 2976: improve lisiblity of pwg.users.getList options on APi explore + optimizations (remove in_array())
git-svn-id: http://piwigo.org/svn/trunk@25472 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-13 11:08:22 +00:00
rvelices
53ac8a878e bug 2963: Ability to create css/js smarty templates - fixes again
git-svn-id: http://piwigo.org/svn/trunk@25471 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-12 21:43:50 +00:00
Piwigo-TranslationTeam
6f1b9ab904 [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@25469 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-12 21:34:30 +00:00
Piwigo-TranslationTeam
7e8011fe48 [trunk_upgrade] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@25467 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-12 21:34:27 +00:00
Piwigo-TranslationTeam
a3831f83f9 [trunk_help] Update sk_SK, thanks to : Jimako
git-svn-id: http://piwigo.org/svn/trunk@25466 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-12 21:34:26 +00:00
rvelices
18d9bff158 bug 2963: Ability to create css/js smarty templates - fixes
git-svn-id: http://piwigo.org/svn/trunk@25464 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-12 20:30:35 +00:00
Piwigo-TranslationTeam
2eb4059d58 [language_switch] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@25463 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-12 09:47:27 +00:00
rvelices
35337b01ae bug 2963: Ability to create css/js smarty templates with caching
so far can add template=true to combine_css function

git-svn-id: http://piwigo.org/svn/trunk@25462 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-12 06:33:30 +00:00
plegall
0cb2c621de feature 2976: makes sure we output registration_date if registration_date_* is requested (same for last_visit_*)
git-svn-id: http://piwigo.org/svn/trunk@25461 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-11 22:11:11 +00:00
plegall
c10683b35b feature 2976: add output fields for pwg.users.getList. registration_date,
registration_date_string, registration_date_since, last_visit,
last_visit_string, last_visit_since.

bug fixed: format_date(), removing leading zero on day number


git-svn-id: http://piwigo.org/svn/trunk@25459 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-11 17:30:39 +00:00
Piwigo-TranslationTeam
2945b71c10 [trunk_public] Update lb_LU, thanks to : Quetsch
git-svn-id: http://piwigo.org/svn/trunk@25458 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-11 15:10:26 +00:00
plegall
1f4e4b947d feature 1668: visual enhancement for user manager redesign. Appropriate
(fontello) icons for open/close user details, appropriate colors for
DataTables.


git-svn-id: http://piwigo.org/svn/trunk@25457 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-11 13:36:14 +00:00
Piwigo-TranslationTeam
0ccfcb8205 [trunk_admin] Update ja_JP, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@25455 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-11 13:06:14 +00:00
Piwigo-TranslationTeam
7849623bfe [trunk_admin] Update fr_CA, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@25454 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-11 13:06:13 +00:00
plegall
9159bdfd06 feature 2890: small changes to the new design of group manager. Tab (with
icon), javascript open for "add group" form, use a "link style" for
"Permissions" on each album, add icon for "Permissions" link, use same colors
for "selected" items as for photos batch manager or comments manager, replace
"-" by "&middot;" and make it less visible (softer color) for user separator.


git-svn-id: http://piwigo.org/svn/trunk@25449 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-11 11:49:27 +00:00
plegall
e48388d49e feature 1668: add a <form> to avoid confusing input[type=radio] (enabled_high, show_nb_hits...) between users.
git-svn-id: http://piwigo.org/svn/trunk@25445 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-11 10:03:08 +00:00
Piwigo-TranslationTeam
0bcb324e56 [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@25441 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-11 06:20:37 +00:00
Piwigo-TranslationTeam
cd0aa4de6c [trunk_admin] Update ar_SA, thanks to : aldambi
git-svn-id: http://piwigo.org/svn/trunk@25439 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-10 22:05:20 +00:00
Piwigo-TranslationTeam
59682eb932 [trunk_admin] Update hu_HU, thanks to : asicu.com
git-svn-id: http://piwigo.org/svn/trunk@25436 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-10 18:30:22 +00:00
Piwigo-TranslationTeam
3516ce269a [trunk_help] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@25433 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-10 18:30:17 +00:00
Piwigo-TranslationTeam
608474002b [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@25432 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-10 18:30:16 +00:00
Piwigo-TranslationTeam
eaafe4bffe [trunk_admin] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@25429 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-10 18:30:12 +00:00
mistic100
e01b40c529 move array_from_query to functions.inc.php
git-svn-id: http://piwigo.org/svn/trunk@25427 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-10 17:03:25 +00:00
mistic100
7d7a1ce4e4 feature 2999 : documentation of include/functions.inc.php
git-svn-id: http://piwigo.org/svn/trunk@25426 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-10 17:02:30 +00:00
mistic100
e6722ac1b4 delete replace_space function, modify get_cat_display_name_* functions
git-svn-id: http://piwigo.org/svn/trunk@25425 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-10 16:18:55 +00:00
Piwigo-TranslationTeam
ca80b5ade8 [localfileseditor] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@25424 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-10 05:47:05 +00:00
Piwigo-TranslationTeam
aaf12eae9e [trunk_help] Update sk_SK, thanks to : Jimako
git-svn-id: http://piwigo.org/svn/trunk@25419 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-09 20:44:46 +00:00
Piwigo-TranslationTeam
1123b7bb87 [trunk_admin] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@25418 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-09 20:44:44 +00:00
Piwigo-TranslationTeam
d2d0ab5693 [trunk_admin] Update pl_PL, thanks to : T00kie
git-svn-id: http://piwigo.org/svn/trunk@25416 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-09 15:01:24 +00:00
Piwigo-TranslationTeam
f9fb8f5c05 [trunk_help] Update zh_TW, thanks to : azq1231
git-svn-id: http://piwigo.org/svn/trunk@25414 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-09 14:22:45 +00:00
Piwigo-TranslationTeam
6da6eefeb2 [trunk_admin] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@25412 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-09 14:22:41 +00:00
Piwigo-TranslationTeam
eddd0c3128 [trunk_admin] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@25411 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-09 05:53:15 +00:00
Piwigo-TranslationTeam
3c4e24d073 [trunk_public] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@25410 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-09 05:53:14 +00:00
Piwigo-TranslationTeam
19f60b0a4c [trunk_admin] Update zh_TW, thanks to : azq1231
git-svn-id: http://piwigo.org/svn/trunk@25408 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-09 05:53:11 +00:00
mistic100
76fc9c27dc feature 2998: Maintenance class for plugin
git-svn-id: http://piwigo.org/svn/trunk@25406 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-08 23:29:38 +00:00
plegall
88001efb90 feature 1668: first draft, add a complete form to edit user properties inside the DataTable.
git-svn-id: http://piwigo.org/svn/trunk@25405 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-08 21:50:52 +00:00
Piwigo-TranslationTeam
559d64af18 [trunk_admin] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@25404 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-08 19:41:37 +00:00
Piwigo-TranslationTeam
6e8dc04ce5 [trunk_admin] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@25403 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-08 18:49:50 +00:00
Piwigo-TranslationTeam
80b2c86741 [trunk_admin] Update nb_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@25402 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-08 18:49:48 +00:00
Piwigo-TranslationTeam
145633b5da [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@25401 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-08 18:49:46 +00:00
Piwigo-TranslationTeam
dd871fdbfe [trunk_admin] Update vi_VN, thanks to : dummy
git-svn-id: http://piwigo.org/svn/trunk@25399 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-08 18:49:44 +00:00
Piwigo-TranslationTeam
4ccc60dbc9 [trunk_admin] Update pt_BR, thanks to : flaviove
git-svn-id: http://piwigo.org/svn/trunk@25398 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-08 18:49:42 +00:00
Piwigo-TranslationTeam
06ae9d947c [trunk_admin] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@25397 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-08 18:49:41 +00:00
Piwigo-TranslationTeam
52143e658d [trunk_admin] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@25395 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-08 18:49:38 +00:00
mistic100
07b8dd5770 Improve display on ws.htm
git-svn-id: http://piwigo.org/svn/trunk@25394 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-08 12:16:14 +00:00
Piwigo-TranslationTeam
aa85238878 [trunk_admin] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@25393 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-08 05:20:02 +00:00
Piwigo-TranslationTeam
42f7aa90fc [trunk_admin] Update zh_CN, thanks to : winson
git-svn-id: http://piwigo.org/svn/trunk@25392 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-07 23:43:42 +00:00
Piwigo-TranslationTeam
acc86e4120 [trunk_admin] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@25391 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-07 22:33:41 +00:00
Piwigo-TranslationTeam
b8bb8c250f [trunk_admin] Update lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@25390 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-07 22:33:39 +00:00
Piwigo-TranslationTeam
b3f8748bf0 [trunk_admin] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@25389 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-07 22:33:38 +00:00
Piwigo-TranslationTeam
6d7d074aa5 [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@25388 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-07 22:33:36 +00:00
Piwigo-TranslationTeam
219d72a77c [trunk_admin] Update pt_PT, thanks to : ANO
git-svn-id: http://piwigo.org/svn/trunk@25387 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-07 22:33:35 +00:00
Piwigo-TranslationTeam
aed4628573 [trunk_admin] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@25386 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-07 22:33:33 +00:00
rvelices
ae8186a484 i.php better check dir creation
git-svn-id: http://piwigo.org/svn/trunk@25385 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-07 21:06:38 +00:00
rvelices
0590f7e435 mail func (use smarty3 syntax, better debugging with error reason)
git-svn-id: http://piwigo.org/svn/trunk@25384 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-07 21:04:40 +00:00
rvelices
84789fe5fa upgrade jquery from 1.10.1 to 1.10.2
git-svn-id: http://piwigo.org/svn/trunk@25383 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-07 21:03:43 +00:00
rvelices
6caa1e5825 post_only for ws admin write methods without token (avoid XSRF)
git-svn-id: http://piwigo.org/svn/trunk@25382 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-07 21:02:52 +00:00
Piwigo-TranslationTeam
401c088364 [trunk_admin] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@25381 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-07 20:35:26 +00:00
Piwigo-TranslationTeam
6a46bbf383 [trunk_admin] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@25380 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-07 20:35:25 +00:00
Piwigo-TranslationTeam
a50b0f1a54 [trunk_admin] Update de_DE, thanks to : DanielHo
git-svn-id: http://piwigo.org/svn/trunk@25379 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-07 19:48:59 +00:00
Piwigo-TranslationTeam
acc034d415 [trunk_admin] Update et_EE, thanks to : Eggy
git-svn-id: http://piwigo.org/svn/trunk@25378 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-07 19:48:58 +00:00
Piwigo-TranslationTeam
d1db8a64de [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@25377 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-07 19:48:56 +00:00
Piwigo-TranslationTeam
9cf995dfeb [trunk_public] Update ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@25375 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-07 19:42:19 +00:00
Piwigo-TranslationTeam
5d589c9588 [trunk_admin] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@25374 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-07 19:42:18 +00:00
mistic100
29db7f60f7 feature 2995 missing migration task in r25372
git-svn-id: http://piwigo.org/svn/trunk@25373 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-07 17:54:31 +00:00
mistic100
ae974849bc feature 2995 and feature 2997
change organization of configuration page
add theme parameter on GUI
change links color of dark mail theme (pink)
remove main themes css files

git-svn-id: http://piwigo.org/svn/trunk@25372 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-07 15:30:59 +00:00
ddtddt
12b68909dc [Trunk] - language - add ar_MA
git-svn-id: http://piwigo.org/svn/trunk@25371 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-06 22:05:12 +00:00
ddtddt
6cd9610674 [Trunk] - language - language_switch - add ar_MA
git-svn-id: http://piwigo.org/svn/trunk@25370 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-06 22:04:29 +00:00
Piwigo-TranslationTeam
635ac1193e [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@25368 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-06 21:45:46 +00:00
mistic100
87f100e395 feature 2995: New email template
add function get_clean_recipients_list() allowing big flexibility for recipients lists

git-svn-id: http://piwigo.org/svn/trunk@25361 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-06 19:12:18 +00:00
mistic100
fc3b787b70 feature 2995: New email template
restore get_l10n_args removed at r25357
apply changes to NBM

git-svn-id: http://piwigo.org/svn/trunk@25360 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-06 17:57:53 +00:00
mistic100
68636067e9 feature feature 2995: New email template
improve mail cache system
fix font-size in Thunderbird


git-svn-id: http://piwigo.org/svn/trunk@25358 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-06 16:21:31 +00:00
mistic100
7a5e31e401 feature 2995: New email template
rewrite pwg_mail_group() and pwg_mail_notification_admins()
new function pwg_mail_admins()
add complete template management in pwg_mail()
TODO : font-size problem in Thunderbird

git-svn-id: http://piwigo.org/svn/trunk@25357 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-06 15:43:41 +00:00
Piwigo-TranslationTeam
b768047019 [trunk_upgrade] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@25353 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-05 20:25:08 +00:00
Piwigo-TranslationTeam
75ba01144e [trunk_public] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@25351 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-05 19:33:41 +00:00
Piwigo-TranslationTeam
2d9610f327 [trunk_help] Update es_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@25348 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-05 19:33:36 +00:00
Piwigo-TranslationTeam
550a2514c7 [trunk_upgrade] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@25346 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-05 19:33:34 +00:00
mistic100
7a26038e66 feature 2965: apply new template on pwg_mail()
TODO : review other mail functions, configuration GUI

git-svn-id: http://piwigo.org/svn/trunk@25344 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-05 19:23:29 +00:00
Piwigo-TranslationTeam
4c0899f889 [trunk_public] Update zh_HK, thanks to : hkdigit
git-svn-id: http://piwigo.org/svn/trunk@25343 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-05 09:57:28 +00:00
Piwigo-TranslationTeam
4eefee0258 [trunk_public] Update ko_KR, thanks to : ayokyun
git-svn-id: http://piwigo.org/svn/trunk@25342 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-05 09:57:27 +00:00
Piwigo-TranslationTeam
418b64e1b6 [trunk_admin] Update ko_KR, thanks to : ayokyun
git-svn-id: http://piwigo.org/svn/trunk@25341 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-05 09:57:25 +00:00
plegall
d256c2d004 in case of external auth, database admin has to reset piwigo_images.added_by
git-svn-id: http://piwigo.org/svn/trunk@25338 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-05 09:08:03 +00:00
Piwigo-TranslationTeam
796022af1a [trunk_help] Update es_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@25337 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-05 05:47:26 +00:00
Piwigo-TranslationTeam
5b4c446656 [adminmultiview] Update es_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@25328 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-04 20:09:35 +00:00
Piwigo-TranslationTeam
7be4974262 [trunk_help] Update zh_TW, thanks to : azq1231
git-svn-id: http://piwigo.org/svn/trunk@25326 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-04 13:24:45 +00:00
Piwigo-TranslationTeam
8dd793b219 [trunk_help] Update zh_TW, thanks to : azq1231
git-svn-id: http://piwigo.org/svn/trunk@25323 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-04 05:33:57 +00:00
mistic100
7d939e3bad bug 2944: r25280 broke the process on batch manager
git-svn-id: http://piwigo.org/svn/trunk@25312 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-03 13:55:32 +00:00
Piwigo-TranslationTeam
3a85687166 [trunk_help] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@25291 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-01 16:39:01 +00:00
Piwigo-TranslationTeam
bb4da1165a [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@25290 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-01 16:38:59 +00:00
mistic100
af040415e2 feature 2651: fallback language, failed when the "child" file does not exists
git-svn-id: http://piwigo.org/svn/trunk@25288 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-01 15:34:30 +00:00
Piwigo-TranslationTeam
41a74a821e [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@25286 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-01 15:12:17 +00:00
Piwigo-TranslationTeam
09af580578 [trunk_help] Update zh_TW, thanks to : azq1231
git-svn-id: http://piwigo.org/svn/trunk@25285 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-01 14:43:25 +00:00
plegall
c6363d8670 next version is 2.6.0beta2
git-svn-id: http://piwigo.org/svn/trunk@25283 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-01 12:46:00 +00:00
plegall
5f366b2ec6 feature 2976: pwg.users.delete requires pwg_token
git-svn-id: http://piwigo.org/svn/trunk@25282 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-01 12:37:32 +00:00
mistic100
2eae3907a7 splits ws_functions.inc.php in 8 files + comments + code cleaning
git-svn-id: http://piwigo.org/svn/trunk@25281 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-01 11:03:10 +00:00
mistic100
8ec9e2bbb6 initialization issue in add_album.inc.tpl if there is no albums
git-svn-id: http://piwigo.org/svn/trunk@25280 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-01 10:28:36 +00:00
plegall
7d45f2c76c syntax error
git-svn-id: http://piwigo.org/svn/trunk@25279 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-01 10:10:27 +00:00
plegall
27821debcd feature 2994: only activate elegant and smartpocket themes during install
git-svn-id: http://piwigo.org/svn/trunk@25278 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-01 10:05:36 +00:00
plegall
e5a1fa340f bug 2940 fixed: remove theme_activate() and theme_delete() for Elegant, to avoid crash on install (conflict with SmartPocket)
git-svn-id: http://piwigo.org/svn/trunk@25277 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-01 09:57:48 +00:00
plegall
2a75bbb9e5 syntax error fixed
git-svn-id: http://piwigo.org/svn/trunk@25276 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-01 09:33:56 +00:00
Piwigo-TranslationTeam
53f61f2b13 [trunk_help] Update zh_TW, thanks to : azq1231
git-svn-id: http://piwigo.org/svn/trunk@25275 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-01 08:37:43 +00:00
mistic100
32fa3ac522 bug 2982: pwg.categories.add parent parameter can be 0
git-svn-id: http://piwigo.org/svn/trunk@25264 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-31 17:27:37 +00:00
mistic100
73d9f75f3e feature 2976: correct description of pwg.permissions.getList
git-svn-id: http://piwigo.org/svn/trunk@25246 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-30 20:32:20 +00:00
mistic100
180e1a185c feature 2976: add three methods for permissions management
git-svn-id: http://piwigo.org/svn/trunk@25245 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-30 20:29:48 +00:00
mistic100
c64eb85452 mistakenly removed status check in previous commit + same thing for users
git-svn-id: http://piwigo.org/svn/trunk@25244 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-30 20:14:32 +00:00
mistic100
a1f414324b remove hardly understandable code with usage of INGORE keyword in SQL query
git-svn-id: http://piwigo.org/svn/trunk@25243 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-30 20:01:54 +00:00
plegall
df6718f3f8 feature 1668, user manager redesign: ability to add a new user (call to pwg.users.add through AJAX)
Move the "send connection settings" code to function register_user (avoid code duplication).


git-svn-id: http://piwigo.org/svn/trunk@25237 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-30 12:54:46 +00:00
Piwigo-TranslationTeam
f79ae0902b [trunk_admin] Update ja_JP, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@25235 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-30 11:53:45 +00:00
rvelices
5ba350a8dc simplified clandar bar template and css (also better alignment)
git-svn-id: http://piwigo.org/svn/trunk@25232 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-30 06:35:08 +00:00
rvelices
e0518947f3 private method becomes public (use in plugin)
git-svn-id: http://piwigo.org/svn/trunk@25231 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-30 06:34:21 +00:00
Piwigo-TranslationTeam
db93243d1f [elegant] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@25230 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-29 23:39:25 +00:00
plegall
42d65801a8 merge r25223 from branch 2.5 to trunk
bug 2992 fixed: escape all file names before searching them as duplicates in batch manager.



git-svn-id: http://piwigo.org/svn/trunk@25224 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-29 22:38:54 +00:00
Piwigo-TranslationTeam
475d8a6554 [trunk_public] Update lb_LU, thanks to : Quetsch
git-svn-id: http://piwigo.org/svn/trunk@25206 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-29 12:55:08 +00:00
Piwigo-TranslationTeam
3ca4f3128a [trunk_public] Update cs_CZ, thanks to : elpresidento
git-svn-id: http://piwigo.org/svn/trunk@25205 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-29 12:55:07 +00:00
Piwigo-TranslationTeam
642f30cb52 [trunk_admin] Update cs_CZ, thanks to : elpresidento
git-svn-id: http://piwigo.org/svn/trunk@25204 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-29 12:55:05 +00:00
mistic100
fc5c5d4b7c add two extra param to render_element_description trigger: main_page_element_description and picture_page_element_description
git-svn-id: http://piwigo.org/svn/trunk@25202 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-29 09:31:06 +00:00
plegall
6d73f88a51 feature 1668: implement all remaining actions (all using the new version of pwg.users.setInfo with multiple user_id)
git-svn-id: http://piwigo.org/svn/trunk@25198 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-28 19:18:45 +00:00
plegall
8d6970624c feature 1668: add DataTables
git-svn-id: http://piwigo.org/svn/trunk@25197 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-28 18:16:12 +00:00
mistic100
1996dadfe7 feature 2976: add 'display' parameter for pwg.users.getList
git-svn-id: http://piwigo.org/svn/trunk@25196 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-28 17:53:36 +00:00
mistic100
492a65418a feature 2976: new options for pwg.users.setInfo + user_id can be an array
git-svn-id: http://piwigo.org/svn/trunk@25195 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-28 17:20:34 +00:00
plegall
2fdcfdddfe feature 1668, in progress: redesign user manager (jQuery datatables, AJAX calls)
git-svn-id: http://piwigo.org/svn/trunk@25194 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-28 16:25:46 +00:00
Piwigo-TranslationTeam
7367858be8 [trunk_help] Update zh_TW, thanks to : azq1231
git-svn-id: http://piwigo.org/svn/trunk@25192 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-28 13:13:05 +00:00
ddtddt
9a44483ef9 [trunk] - language - en_US new management guidance language
git-svn-id: http://piwigo.org/svn/trunk@25190 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-28 08:34:14 +00:00
ddtddt
ced0197874 [trunk] - language - en_US new management guidance language
git-svn-id: http://piwigo.org/svn/trunk@25189 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-28 08:06:49 +00:00
Piwigo-TranslationTeam
a57de90d2a [trunk_help] Update bg_BG, thanks to : neddrag
git-svn-id: http://piwigo.org/svn/trunk@25184 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-27 21:12:38 +00:00
Piwigo-TranslationTeam
9551f24d74 [trunk_admin] Update ja_JP, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@25160 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-26 06:41:13 +00:00
Piwigo-TranslationTeam
7cfb4b5d1d [trunk_public] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@25152 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-25 20:24:13 +00:00
mistic100
61c7f9dd6b bug 2989: Deprecated: preg_replace(): The /e modifier is deprecated on
git-svn-id: http://piwigo.org/svn/trunk@25133 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-25 11:43:56 +00:00
Piwigo-TranslationTeam
d701b0a37b [trunk_install] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@25132 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-24 20:55:21 +00:00
Piwigo-TranslationTeam
33e4c265c1 [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@25131 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-24 20:55:19 +00:00
Piwigo-TranslationTeam
3258a2693d [elegant] Add br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@25130 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-24 20:55:18 +00:00
Piwigo-TranslationTeam
2cfd43e651 [trunk_public] Update lb_LU, thanks to : Quetsch
git-svn-id: http://piwigo.org/svn/trunk@25124 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-24 18:02:19 +00:00
flop25
cd76660cf6 bug:2948 The registration can be done without typing a password
The password is only mandatory on the public register page
Better error messages from admin/user_list.php

git-svn-id: http://piwigo.org/svn/trunk@25121 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-24 17:55:00 +00:00
flop25
703c5f9839 bug:2964 zero should be allowed for the recent period
only the profile page didn't allowed it

git-svn-id: http://piwigo.org/svn/trunk@25120 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-24 17:51:28 +00:00
flop25
06f89b68e0 bug:2980 Fatal error when renaming a group
git-svn-id: http://piwigo.org/svn/trunk@25119 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-24 17:48:49 +00:00
mistic100
4445af1217 feature 2976: can change user status and level
fix saving problem of groups.is_default value
use WS_PARAM_OPTIONAL when possible (TODO: use for old methods)

git-svn-id: http://piwigo.org/svn/trunk@25118 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-24 16:21:24 +00:00
mistic100
757fe9a821 feature 2976: API methods for users and groups management
TODO : methods to manage albums permissions

git-svn-id: http://piwigo.org/svn/trunk@25117 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-24 13:38:12 +00:00
mistic100
2d2a2e2813 bug 2988: register_user() must returns new user id
git-svn-id: http://piwigo.org/svn/trunk@25116 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-24 13:01:25 +00:00
mistic100
d6211432ec two new options for API methods : 'admin_only' and 'post_only'
git-svn-id: http://piwigo.org/svn/trunk@25115 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-24 10:01:35 +00:00
mistic100
e7fafb73a1 bug:2947 fix compatibility with PHP 5.2 and 5.3
git-svn-id: http://piwigo.org/svn/trunk@25114 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-24 09:07:17 +00:00
mistic100
fcf12b0b28 feature 2978: error func_get_args(): Can't be used as a function parameter on PHP <= 5.2
git-svn-id: http://piwigo.org/svn/trunk@25113 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-24 08:42:36 +00:00
Piwigo-TranslationTeam
a364b38501 [trunk_public] Update en_GB, thanks to : Tadjio
git-svn-id: http://piwigo.org/svn/trunk@25107 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-24 04:15:05 +00:00
Piwigo-TranslationTeam
ac4fabff2f [trunk_help] Update zh_TW, thanks to : azq1231
git-svn-id: http://piwigo.org/svn/trunk@25097 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-23 16:37:03 +00:00
plegall
0ce382a797 syntax error fixed
git-svn-id: http://piwigo.org/svn/trunk@25088 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-23 12:49:31 +00:00
plegall
1ba3136333 feature 2920: reuse "nb pending comments" calculation in admin/intro.
add missing CSS code in r25084


git-svn-id: http://piwigo.org/svn/trunk@25085 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-22 20:48:28 +00:00
plegall
fac62f863d feature 2920 added: change admin screen "pending comments" to "all comments".
Now the administrator can filter on "all" or "pending" with a single click.

In the admin menu, we display the number of pending comments.


git-svn-id: http://piwigo.org/svn/trunk@25084 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-22 20:39:10 +00:00
Piwigo-TranslationTeam
ad6c3fd566 [trunk_admin] Update hu_HU, thanks to : asicu.com
git-svn-id: http://piwigo.org/svn/trunk@25083 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-22 17:02:46 +00:00
Piwigo-TranslationTeam
252863110f [trunk_help] Update zh_TW, thanks to : azq1231
git-svn-id: http://piwigo.org/svn/trunk@25080 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-22 17:02:42 +00:00
mistic100
24b977d877 feature:2982 API: add high-level type check
introduces some constants fro bool, int, float, positive and notnull parameters
types are tested in PwgServer::invoke and no in each method
+ some optimizations + update methods descriptions

git-svn-id: http://piwigo.org/svn/trunk@25077 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-22 12:58:58 +00:00
mistic100
677fe6f888 bug:2981 fix parse error caused by r25018
git-svn-id: http://piwigo.org/svn/trunk@25076 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-22 12:55:22 +00:00
Piwigo-TranslationTeam
e8ceb7131d [trunk_install] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@25067 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-22 04:14:02 +00:00
Piwigo-TranslationTeam
e11bcc7725 [trunk_help] Update zh_TW, thanks to : azq1231
git-svn-id: http://piwigo.org/svn/trunk@25064 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-22 04:13:57 +00:00
Piwigo-TranslationTeam
983651e59c [trunk_help] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@25061 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-21 12:25:28 +00:00
Piwigo-TranslationTeam
82389afe5f [trunk_public] Update lb_LU, thanks to : Quetsch
git-svn-id: http://piwigo.org/svn/trunk@25058 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-21 11:33:11 +00:00
Piwigo-TranslationTeam
6ad090b092 [trunk_public] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@25056 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-21 11:33:08 +00:00
Piwigo-TranslationTeam
371682d5d7 [trunk_public] Update ja_JP, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@25055 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-21 11:33:07 +00:00
Piwigo-TranslationTeam
d0c7c87494 [trunk_admin] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@25054 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-21 11:33:05 +00:00
Piwigo-TranslationTeam
43683395d3 [adminmultiview] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@25046 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-21 04:53:51 +00:00
Piwigo-TranslationTeam
82a0c1b498 [trunk_install] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@25045 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-21 04:53:49 +00:00
Piwigo-TranslationTeam
faa6febd24 [trunk_admin] Update fr_CA, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@25041 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-20 17:02:49 +00:00
Piwigo-TranslationTeam
a16a95908e [trunk_install] Update fr_CA, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@25040 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-20 17:02:48 +00:00
Piwigo-TranslationTeam
eb7f728c69 [elegant] Add nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@25034 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-20 16:46:54 +00:00
Piwigo-TranslationTeam
acef88cca1 [trunk_admin] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@25033 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-20 16:46:53 +00:00
mistic100
f11fcfcb0b fix parse error from r25018
git-svn-id: http://piwigo.org/svn/trunk@25026 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-20 14:29:27 +00:00
mistic100
3e9c75d2bb add "abstract" keyword for API base classes + PwgRestRequestHandler inherits from PwgRequestHandler
git-svn-id: http://piwigo.org/svn/trunk@25025 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-20 09:37:45 +00:00
mistic100
4926fced5e replace some mass_updates/inserts by single_update/insert
git-svn-id: http://piwigo.org/svn/trunk@25019 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-19 18:17:10 +00:00
mistic100
ae707279a1 remove all array_push (50% slower than []) + some changes missing for feature:2978
git-svn-id: http://piwigo.org/svn/trunk@25018 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-19 17:43:04 +00:00
Piwigo-TranslationTeam
35ff1b7c1f [elegant] Add ar_SA, thanks to : aldambi
git-svn-id: http://piwigo.org/svn/trunk@25016 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-19 14:37:19 +00:00
ddtddt
16968665dd [trunk] - language - prepared 2.6 en_US
git-svn-id: http://piwigo.org/svn/trunk@25015 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-19 13:48:59 +00:00
ddtddt
68e0e36861 git-svn-id: http://piwigo.org/svn/trunk@25014 68402e56-0260-453c-a942-63ccdbb3a9ee 2013-10-19 13:44:34 +00:00
ddtddt
019ea44576 [trunk] - language - prepared 2.5.3
git-svn-id: http://piwigo.org/svn/trunk@25010 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-19 12:30:49 +00:00
ddtddt
7d6a39738b [trunk] - language - update en_GB Thanks to Cadencia
git-svn-id: http://piwigo.org/svn/trunk@25009 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-19 12:28:48 +00:00
ddtddt
dc01766c58 [trunk] - language - new language en_US Same en_UK
git-svn-id: http://piwigo.org/svn/trunk@25008 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-19 12:21:51 +00:00
mistic100
2f08283864 feature 2978: remove useless sprintf in the core
git-svn-id: http://piwigo.org/svn/trunk@25005 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-19 11:04:11 +00:00
Piwigo-TranslationTeam
139ffe3712 [trunk_admin] Update lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@25003 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-19 10:05:33 +00:00
Piwigo-TranslationTeam
a756a81e9b [trunk_admin] Update lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@25001 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-19 09:42:35 +00:00
Piwigo-TranslationTeam
c80bf9ebe7 [trunk_public] Update lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@24998 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-19 09:42:31 +00:00
mistic100
6313ae831d feature 2978: l10n() and {translate} with additional arguments
TODO: apply in core

git-svn-id: http://piwigo.org/svn/trunk@24988 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-19 09:21:01 +00:00
plegall
2209edc7f0 merge r24986 from branch 2.5 to trunk
bug 2977 fixed: when moving an album, whatever the previous status
private/public we must remove irrelevant permissions (a public album
can have hidden permission, ie list of groups/users permitted). I've
also found a bug in the algorithm that selects users/groups to delete
(reverse parameters in array_diff).



git-svn-id: http://piwigo.org/svn/trunk@24987 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-18 21:02:15 +00:00
plegall
cd53c8fcd7 feature 2968 added: Add link to "edit this album" when managung sub-albums. Patch by msakik.
git-svn-id: http://piwigo.org/svn/trunk@24985 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-18 19:34:23 +00:00
rvelices
4fb203b10a redirect page less dependent of the theme (can be called before theme loaded ...)
git-svn-id: http://piwigo.org/svn/trunk@24984 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-18 19:28:18 +00:00
plegall
27e000fd88 merge r24982 from branch 2.5 to trunk
bug 2967 fixed: avoid display changes when album list is long to load. Replace
input text for position to input hidden. It was a fallback when javascript is
deactivated, but nowadays Piwigo administration can't work without javascript.



git-svn-id: http://piwigo.org/svn/trunk@24983 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-18 19:20:55 +00:00
rvelices
965ec8b61b removed inline style width
git-svn-id: http://piwigo.org/svn/trunk@24981 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-18 19:09:10 +00:00
plegall
ed076b0970 bug 2975 fixed: remove useless "," at the end of arrays, because it breaks Internet Explorer 7 :-/
git-svn-id: http://piwigo.org/svn/trunk@24980 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-18 19:02:52 +00:00
Piwigo-TranslationTeam
82ba773bed [trunk_admin] Update en_GB, thanks to : Tadjio
git-svn-id: http://piwigo.org/svn/trunk@24970 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-18 04:11:33 +00:00
plegall
a397debf02 merge r24967 from branch 2.5 to trunk
bug 2973 fixed: automatically use encoding windows-1252 instead of iso-8859-1
(unless we find utf-8 signs) on IPTC before converting to utf-8



git-svn-id: http://piwigo.org/svn/trunk@24968 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-17 20:15:51 +00:00
rvelices
5abcfccff0 removed unused css rules, password recover form has a fieldset as all other forms, no exit if mail send fails
git-svn-id: http://piwigo.org/svn/trunk@24966 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-17 19:38:06 +00:00
Piwigo-TranslationTeam
bb083e63d0 [trunk_public] Update af_ZA, thanks to : maeztro
git-svn-id: http://piwigo.org/svn/trunk@24963 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-17 18:56:53 +00:00
Piwigo-TranslationTeam
999973cec2 [trunk_admin] Update af_ZA, thanks to : maeztro
git-svn-id: http://piwigo.org/svn/trunk@24962 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-17 18:56:51 +00:00
Piwigo-TranslationTeam
b0dd6802a7 [trunk_install] Update af_ZA, thanks to : maeztro
git-svn-id: http://piwigo.org/svn/trunk@24961 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-17 18:56:49 +00:00
Piwigo-TranslationTeam
a904c432eb [trunk_help] Update af_ZA, thanks to : maeztro
git-svn-id: http://piwigo.org/svn/trunk@24959 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-17 18:56:46 +00:00
plegall
6380e4d475 feature 2965: move phpmailer files in a specific directory
git-svn-id: http://piwigo.org/svn/trunk@24953 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-17 13:25:12 +00:00
plegall
ed40a38fca feature 2965: move phpmailer files in a specific directory
git-svn-id: http://piwigo.org/svn/trunk@24952 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-17 13:24:36 +00:00
plegall
d1a0a85520 feature 2965: replace custom mail functions by PHPMailer (version 5.2.7).
Based on patch by msakik.

function pwg_send_mail no longer used (all is done in pwg_mail)

new param $conf['smtp_secure']

work still in progress, some obsolete code must be removed


git-svn-id: http://piwigo.org/svn/trunk@24951 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-17 13:05:30 +00:00
Piwigo-TranslationTeam
e62abd7d4e [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@24949 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-17 04:18:09 +00:00
Piwigo-TranslationTeam
5ba0d6480c [trunk_public] Update en_GB, thanks to : Cadencia
git-svn-id: http://piwigo.org/svn/trunk@24948 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-17 04:18:07 +00:00
Piwigo-TranslationTeam
db9c80ca20 [trunk_admin] Update en_GB, thanks to : Cadencia
git-svn-id: http://piwigo.org/svn/trunk@24947 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-17 04:18:05 +00:00
rvelices
a67a99120e fix picture modify create date for days/months on two digits starting with 0
git-svn-id: http://piwigo.org/svn/trunk@24946 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-16 19:42:38 +00:00
ddtddt
00b1121dca [trunk] - language - parent language es_AR and fr_CA
git-svn-id: http://piwigo.org/svn/trunk@24944 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-16 19:22:36 +00:00
ddtddt
9d8dce2ece [trunk] - language - parent language en_GB -> en_UK
git-svn-id: http://piwigo.org/svn/trunk@24943 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-16 19:11:33 +00:00
ddtddt
2d2fed885a [trunk] - language - new language en_GB update flag
git-svn-id: http://piwigo.org/svn/trunk@24941 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-16 18:56:06 +00:00
ddtddt
b1b9b1b1fa [trunk] - language - new language en_GB Thanks to Cadencia
git-svn-id: http://piwigo.org/svn/trunk@24940 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-16 18:50:50 +00:00
ddtddt
85797e4bb8 [trunk] - language - language_switch - GB/US
git-svn-id: http://piwigo.org/svn/trunk@24938 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-16 18:39:25 +00:00
ddtddt
aa3622df30 [trunk] - smartpocket - prepared 2.5.3
git-svn-id: http://piwigo.org/svn/trunk@24928 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-15 18:18:14 +00:00
ddtddt
348f2789f6 [trunk] - language - LocalFilesEditor - prepared 2.5.3
git-svn-id: http://piwigo.org/svn/trunk@24926 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-15 18:06:34 +00:00
ddtddt
cdf8d36458 [trunk] - language - language_switch - prepared 2.5.3
git-svn-id: http://piwigo.org/svn/trunk@24924 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-15 17:15:23 +00:00
ddtddt
87e78e14c1 [trunk] - language - c13y_upgrade - prepared 2.5.3
git-svn-id: http://piwigo.org/svn/trunk@24922 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-15 17:07:54 +00:00
ddtddt
f5dee2cae1 [trunk] - language - admin_multi_view - prepared 2.5.3
git-svn-id: http://piwigo.org/svn/trunk@24916 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-15 07:37:33 +00:00
Piwigo-TranslationTeam
b1c4829c52 [trunk_help] Update zh_TW, thanks to : azq1231
git-svn-id: http://piwigo.org/svn/trunk@24914 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-15 07:32:03 +00:00
ddtddt
7748172649 [trunk] - language - prepared 2.5.3
git-svn-id: http://piwigo.org/svn/trunk@24910 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-14 21:45:50 +00:00
Piwigo-TranslationTeam
0f4ab218b6 [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@24909 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-14 21:43:13 +00:00
Piwigo-TranslationTeam
8aa342a067 [trunk_help] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@24898 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-14 20:25:49 +00:00
rvelices
a187974f05 simplified first and last holders in picture navigation...
git-svn-id: http://piwigo.org/svn/trunk@24881 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-13 05:01:14 +00:00
mistic100
efbc08e537 2816: {strip} removes too much things, fixed again for smarty 3
git-svn-id: http://piwigo.org/svn/trunk@24877 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-12 11:14:07 +00:00
Piwigo-TranslationTeam
be9144fc7e [language_switch] Add br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@24875 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-12 11:05:22 +00:00
Piwigo-TranslationTeam
c2ce0e0750 [trunk_install] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@24873 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-12 11:05:19 +00:00
Piwigo-TranslationTeam
50ec21f216 [trunk_public] Update lb_LU, thanks to : Quetsch
git-svn-id: http://piwigo.org/svn/trunk@24872 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-12 11:05:18 +00:00
Piwigo-TranslationTeam
72a9d7bc6c [trunk_admin] Update ar_SA, thanks to : aldambi
git-svn-id: http://piwigo.org/svn/trunk@24863 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-11 16:54:13 +00:00
Piwigo-TranslationTeam
667f8af7b8 [trunk_install] Update ar_SA, thanks to : aldambi
git-svn-id: http://piwigo.org/svn/trunk@24861 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-11 16:54:10 +00:00
Piwigo-TranslationTeam
66813eacdd [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@24855 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-11 04:16:07 +00:00
Piwigo-TranslationTeam
048f704237 [trunk_help] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@24854 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-11 04:16:05 +00:00
Piwigo-TranslationTeam
d616a26448 [trunk_admin] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@24847 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-10 20:50:25 +00:00
Piwigo-TranslationTeam
c9e182c69a [trunk_public] Update lb_LU, thanks to : Quetsch
git-svn-id: http://piwigo.org/svn/trunk@24839 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-10 20:50:14 +00:00
rvelices
902781cabb improved who can see this photo display
git-svn-id: http://piwigo.org/svn/trunk@24837 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-10 20:29:39 +00:00
mistic100
d03bb10888 remove tests from svn:23746
git-svn-id: http://piwigo.org/svn/trunk@24836 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-10 12:22:30 +00:00
mistic100
1824570368 bug 2970: Division by zero on batch manager
git-svn-id: http://piwigo.org/svn/trunk@24835 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-10 11:09:51 +00:00
mistic100
cfdfeb989d feature 2969: Unified Batch Manager URL
git-svn-id: http://piwigo.org/svn/trunk@24834 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-10 11:07:45 +00:00
mistic100
92d692a334 make get_query_string_diff compatible with arrays and use build-in functions
git-svn-id: http://piwigo.org/svn/trunk@24833 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-10 10:53:59 +00:00
rvelices
b75d88bdf0 do not load ajax loader on picture page because of comments
added some minor margins to avoid runin on small devices on calendar bars

git-svn-id: http://piwigo.org/svn/trunk@24831 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-10 04:40:46 +00:00
Piwigo-TranslationTeam
d1838b99bc [trunk_help] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@24826 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-10 04:19:00 +00:00
Piwigo-TranslationTeam
429784d963 [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@24822 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-10 04:18:55 +00:00
Piwigo-TranslationTeam
01cb0ebfcf [trunk_admin] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@24818 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-09 16:01:05 +00:00
Piwigo-TranslationTeam
76200cbdb6 [trunk_admin] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@24814 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-09 04:28:31 +00:00
Piwigo-TranslationTeam
1cbc1450ef [trunk_admin] Update sv_SE, thanks to : kabo
git-svn-id: http://piwigo.org/svn/trunk@24809 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-08 18:17:48 +00:00
rvelices
3a9e21ff16 removed unnecessary &nbsp; from pwg-icon classes
git-svn-id: http://piwigo.org/svn/trunk@24802 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-07 18:55:42 +00:00
Piwigo-TranslationTeam
c219b6b73e [trunk_public] Update lb_LU, thanks to : ddtddt & Quetsch
git-svn-id: http://piwigo.org/svn/trunk@24780 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-06 05:14:23 +00:00
Piwigo-TranslationTeam
c61c8c8679 [elegant] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@24770 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-05 15:40:42 +00:00
Piwigo-TranslationTeam
9d1b2b2154 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@24751 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-04 16:15:20 +00:00
ddtddt
402f7dd247 [trunk] - Language - create Luxembourgish - Lëtzebuergesch [lb_LU]
git-svn-id: http://piwigo.org/svn/trunk@24743 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-03 20:53:40 +00:00
ddtddt
06992c7678 [trunk] - Plugin - Language switch - Add Lëtzebuergesch [lb_LU]
git-svn-id: http://piwigo.org/svn/trunk@24730 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-02 19:33:38 +00:00
Piwigo-TranslationTeam
e9607a65be [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@24721 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-02 04:36:00 +00:00
Piwigo-TranslationTeam
cefec1c50d [trunk_admin] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@24716 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-01 18:50:36 +00:00
Piwigo-TranslationTeam
4b4f3986bd [language_switch] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@24707 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-30 19:53:39 +00:00
Piwigo-TranslationTeam
1eb89f211e [trunk_admin] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@24698 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-30 04:15:14 +00:00
Piwigo-TranslationTeam
b04c06fd79 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@24696 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-30 04:15:11 +00:00
Piwigo-TranslationTeam
d327ad31eb [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@24688 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-29 20:01:23 +00:00
ddtddt
0634752738 [trunk] - language - add about br_FR
git-svn-id: http://piwigo.org/svn/trunk@24679 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-29 19:45:24 +00:00
Piwigo-TranslationTeam
177eefa537 [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@24669 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-29 11:51:46 +00:00
Piwigo-TranslationTeam
2866f8f472 [elegant] Add fi_FI, thanks to : Juhi24
git-svn-id: http://piwigo.org/svn/trunk@24668 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-29 11:51:45 +00:00
Piwigo-TranslationTeam
99f0162e27 [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@24665 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-28 21:40:09 +00:00
Piwigo-TranslationTeam
129b9506a4 [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@24664 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-28 15:19:18 +00:00
Piwigo-TranslationTeam
a08145dcdd [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@24662 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-27 15:52:29 +00:00
Piwigo-TranslationTeam
145bec1430 [trunk_admin] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@24659 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-27 04:44:37 +00:00
Piwigo-TranslationTeam
32d784268c [trunk_admin] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@24658 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-26 19:46:15 +00:00
Piwigo-TranslationTeam
c858576bb2 [trunk_upgrade] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@24650 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-26 17:37:11 +00:00
Piwigo-TranslationTeam
b0c595c7c5 [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@24640 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-26 04:26:50 +00:00
Piwigo-TranslationTeam
f8ef74ed0d [trunk_admin] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@24639 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-26 04:26:49 +00:00
Piwigo-TranslationTeam
c42e986eda [trunk_public] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@24638 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-26 04:26:48 +00:00
Piwigo-TranslationTeam
ac74399410 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@24630 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-25 15:57:30 +00:00
Piwigo-TranslationTeam
db57d5a1d8 [trunk_admin] Update cs_CZ, thanks to : Dejv92
git-svn-id: http://piwigo.org/svn/trunk@24627 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-25 15:57:26 +00:00
Piwigo-TranslationTeam
117dc4cf13 [c13y_upgrade] Add ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@24616 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-24 22:14:37 +00:00
Piwigo-TranslationTeam
077824a8df [localfileseditor] Update ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@24615 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-24 22:14:36 +00:00
rvelices
d45adcf0b9 fix switchbox for deeply nested position absolute elements (should use position() instead of offset())
git-svn-id: http://piwigo.org/svn/trunk@24612 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-24 20:41:18 +00:00
rvelices
c181c32adf move property declaration from #linkFirst to #linkFirst DIV ...
git-svn-id: http://piwigo.org/svn/trunk@24611 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-24 20:32:22 +00:00
rvelices
6a497052ee added a new icon (looks like a menu for mobiles)
git-svn-id: http://piwigo.org/svn/trunk@24610 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-24 20:31:30 +00:00
Piwigo-TranslationTeam
69232f64d6 [trunk_admin] Update zh_TW, thanks to : azq1231
git-svn-id: http://piwigo.org/svn/trunk@24602 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-24 04:23:48 +00:00
Piwigo-TranslationTeam
9942d61c1f [trunk_admin] Update it_IT, thanks to : actinidia
git-svn-id: http://piwigo.org/svn/trunk@24581 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-22 14:43:30 +00:00
Piwigo-TranslationTeam
58f70739e3 [trunk_admin] Update de_DE, thanks to : fs101299
git-svn-id: http://piwigo.org/svn/trunk@24580 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-22 14:43:28 +00:00
Piwigo-TranslationTeam
e039a5a37e [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@24571 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-21 19:24:24 +00:00
Piwigo-TranslationTeam
923d01cf2e [trunk_admin] Update pl_PL, thanks to : K.S.
git-svn-id: http://piwigo.org/svn/trunk@24548 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-20 15:29:01 +00:00
Piwigo-TranslationTeam
cfb57ecf62 [trunk_admin] Update pt_PT, thanks to : ANO
git-svn-id: http://piwigo.org/svn/trunk@24546 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-20 15:28:58 +00:00
Piwigo-TranslationTeam
7a38c557a1 [trunk_admin] Update vi_VN, thanks to : dummy
git-svn-id: http://piwigo.org/svn/trunk@24544 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-20 04:23:27 +00:00
Piwigo-TranslationTeam
1a466f060e [trunk_admin] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@24541 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-19 18:27:19 +00:00
Piwigo-TranslationTeam
6f84294861 [trunk_admin] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@24540 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-19 18:27:18 +00:00
Piwigo-TranslationTeam
4119938ddc [trunk_admin] Update fr_FR, thanks to : laurent.duretz
git-svn-id: http://piwigo.org/svn/trunk@24539 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-19 18:27:16 +00:00
Piwigo-TranslationTeam
fe5e6e4982 [trunk_admin] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@24538 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-19 18:27:15 +00:00
Piwigo-TranslationTeam
1974e45a45 [trunk_admin] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@24536 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-19 18:27:12 +00:00
Piwigo-TranslationTeam
06b3e8f058 [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@24535 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-19 18:27:11 +00:00
Piwigo-TranslationTeam
fc56bcef05 [trunk_admin] Update nb_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@24534 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-19 18:27:09 +00:00
Piwigo-TranslationTeam
717b655e79 [trunk_admin] Update sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@24533 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-19 18:27:08 +00:00
Piwigo-TranslationTeam
065cd2b38b [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@24532 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-19 18:27:06 +00:00
Piwigo-TranslationTeam
8c76073b5f [trunk_admin] Update zh_CN, thanks to : winson
git-svn-id: http://piwigo.org/svn/trunk@24529 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-19 18:27:03 +00:00
Piwigo-TranslationTeam
4fa670373d [trunk_admin] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@24528 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-19 04:29:20 +00:00
Piwigo-TranslationTeam
e7b19988b8 [trunk_admin] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@24527 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-18 21:35:39 +00:00
ddtddt
1a49137acc [trunk] - bug l'indentation
git-svn-id: http://piwigo.org/svn/trunk@24526 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-18 21:29:44 +00:00
ddtddt
fe8e2c9a06 [trunk] - feature:2961 Thanks to msakik for report
git-svn-id: http://piwigo.org/svn/trunk@24525 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-18 21:20:30 +00:00
Piwigo-TranslationTeam
d2149bcccf [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@24524 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-18 20:17:10 +00:00
ddtddt
9845fb861c [trunk] - language - feature:2960 Thanks to msakik
git-svn-id: http://piwigo.org/svn/trunk@24523 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-18 20:09:50 +00:00
Piwigo-TranslationTeam
b120c267e6 [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@24522 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-18 19:51:14 +00:00
Piwigo-TranslationTeam
9883de2179 [trunk_admin] Update en_UK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@24521 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-18 19:51:13 +00:00
Piwigo-TranslationTeam
5b5ea470c8 [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@24515 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-18 18:00:27 +00:00
rvelices
fb85af3b4f smartpocket retina aware thumbnails display on index page
git-svn-id: http://piwigo.org/svn/trunk@24514 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-18 16:36:27 +00:00
rvelices
45c0f9228c reduce left?right margin of tag cloud on tags page
git-svn-id: http://piwigo.org/svn/trunk@24513 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-18 16:35:57 +00:00
Piwigo-TranslationTeam
657f2360e8 [elegant] Add nb_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@24499 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-17 15:37:21 +00:00
Piwigo-TranslationTeam
7ea21243f7 [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@24491 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-17 05:30:30 +00:00
mistic100
21dfe38f00 extra line break in de_DE file
git-svn-id: http://piwigo.org/svn/trunk@24471 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-15 11:08:05 +00:00
Piwigo-TranslationTeam
2f591995b0 [trunk_public] Update ga_IE, thanks to : soreilly
git-svn-id: http://piwigo.org/svn/trunk@24462 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-15 05:54:17 +00:00
Piwigo-TranslationTeam
b98744f3fd [trunk_admin] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@24445 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-13 17:04:07 +00:00
Piwigo-TranslationTeam
abcccad9f7 [trunk_admin] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@24443 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-13 04:30:56 +00:00
Piwigo-TranslationTeam
a0481f9056 [trunk_public] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@24436 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-12 18:59:18 +00:00
Piwigo-TranslationTeam
7ea1f1d25c [adminmultiview] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@24431 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-12 18:59:10 +00:00
Piwigo-TranslationTeam
be36ede340 [localfileseditor] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@24430 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-12 18:59:09 +00:00
Piwigo-TranslationTeam
c44c286ca8 [c13y_upgrade] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@24429 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-12 18:59:07 +00:00
Piwigo-TranslationTeam
43fc5abf13 [trunk_upgrade] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@24428 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-12 18:59:05 +00:00
Piwigo-TranslationTeam
31313a85b2 [trunk_help] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@24427 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-12 18:59:03 +00:00
Piwigo-TranslationTeam
56809f3462 [trunk_admin] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@24426 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-12 18:59:02 +00:00
Piwigo-TranslationTeam
4b64e1d0a0 [trunk_public] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@24408 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-11 04:25:59 +00:00
Piwigo-TranslationTeam
5d7cc208c3 [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@24404 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-10 20:26:14 +00:00
Piwigo-TranslationTeam
9f91b0848f [trunk_help] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@24401 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-10 19:12:24 +00:00
Piwigo-TranslationTeam
9fc0a195aa [trunk_public] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@24399 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-10 19:12:21 +00:00
Piwigo-TranslationTeam
b96329d54f [trunk_upgrade] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@24398 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-10 19:12:19 +00:00
Piwigo-TranslationTeam
08772d3dab [localfileseditor] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@24397 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-10 19:12:18 +00:00
Piwigo-TranslationTeam
4f51859ad4 [trunk_admin] Update pt_BR, thanks to : msakik
git-svn-id: http://piwigo.org/svn/trunk@24396 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-10 19:12:16 +00:00
Piwigo-TranslationTeam
e353c520ac [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@24395 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-10 19:12:15 +00:00
Piwigo-TranslationTeam
ef5f96e0ae [elegant] Add uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@24392 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-09 21:14:52 +00:00
Piwigo-TranslationTeam
e5fabfadac [trunk_public] Update cs_CZ, thanks to : sichr
git-svn-id: http://piwigo.org/svn/trunk@24385 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-09 21:14:44 +00:00
Piwigo-TranslationTeam
4065bea814 [localfileseditor] Add ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@24381 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-09 21:14:38 +00:00
Piwigo-TranslationTeam
4bb8aa5483 [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@24374 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-09 21:14:31 +00:00
Piwigo-TranslationTeam
74dd2555a4 [elegant] Add sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@24367 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-07 19:57:17 +00:00
Piwigo-TranslationTeam
4d4568ed8b [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@24363 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-06 17:06:22 +00:00
Piwigo-TranslationTeam
7218497f0a [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@24356 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-06 04:15:24 +00:00
Piwigo-TranslationTeam
28e4657571 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@24355 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-05 18:50:09 +00:00
Piwigo-TranslationTeam
bd25aae010 [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@24351 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-05 18:50:06 +00:00
mistic100
d05cff9ccc add function conf_delete_param
git-svn-id: http://piwigo.org/svn/trunk@24350 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-05 10:41:12 +00:00
mistic100
12707a70f2 bug 2865: correct handle of sockets for mysqli
git-svn-id: http://piwigo.org/svn/trunk@24346 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-05 08:06:31 +00:00
Piwigo-TranslationTeam
e76d7301c6 [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@24333 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-04 03:50:40 +00:00
Piwigo-TranslationTeam
a09eba9b26 [trunk_admin] Update en_UK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@24330 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-03 18:30:42 +00:00
Piwigo-TranslationTeam
0799fca962 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@24329 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-03 17:10:06 +00:00
Piwigo-TranslationTeam
b9a83388ab [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@24324 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-03 04:19:04 +00:00
Piwigo-TranslationTeam
0a042878bb [trunk_help] Update sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@24319 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-02 18:50:50 +00:00
Piwigo-TranslationTeam
804ac6b494 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@24318 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-02 18:50:49 +00:00
Piwigo-TranslationTeam
2b10dcb13f [trunk_public] Update ga_IE, thanks to : soreilly
git-svn-id: http://piwigo.org/svn/trunk@24313 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-02 04:27:31 +00:00
Piwigo-TranslationTeam
346a6b9f5d [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@24312 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-02 04:27:30 +00:00
Piwigo-TranslationTeam
933ef2d1c9 [trunk_public] Update ga_IE, thanks to : soreilly
git-svn-id: http://piwigo.org/svn/trunk@24309 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-01 12:41:48 +00:00
Piwigo-TranslationTeam
e260f6943c [trunk_install] Update sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@24301 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-09-01 04:37:26 +00:00
ddtddt
c5713416c7 [trunk] - language - update es_AR - Español - Argentina Thanks to alberto
git-svn-id: http://piwigo.org/svn/trunk@24297 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-31 05:36:30 +00:00
Piwigo-TranslationTeam
705683a9af [trunk_help] Update sv_SE, thanks to : AndersS
git-svn-id: http://piwigo.org/svn/trunk@24294 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-31 04:37:41 +00:00
Piwigo-TranslationTeam
4c934d2272 [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@24285 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-28 20:35:43 +00:00
Piwigo-TranslationTeam
a288c56c7a [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@24283 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-28 20:35:41 +00:00
Piwigo-TranslationTeam
a4ad4f6577 [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@24271 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-27 04:45:15 +00:00
Piwigo-TranslationTeam
003aed14d0 [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@24257 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-26 20:03:50 +00:00
Piwigo-TranslationTeam
632ab1d277 [trunk_public] Update sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@24225 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-22 16:09:41 +00:00
Piwigo-TranslationTeam
0da9194fa0 [trunk_admin] Update ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@24216 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-22 04:07:33 +00:00
Piwigo-TranslationTeam
f96c4734fd [trunk_admin] Update ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@24208 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-21 09:39:06 +00:00
Piwigo-TranslationTeam
61af66379b [trunk_public] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@24207 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-21 09:39:05 +00:00
Piwigo-TranslationTeam
9439bfafbc [trunk_admin] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@24206 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-21 09:39:04 +00:00
plegall
6f2fc71ffa remove obsolete/useless scripts
git-svn-id: http://piwigo.org/svn/trunk@24201 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-20 17:10:56 +00:00
Piwigo-TranslationTeam
6b73cb58b7 [trunk_admin] Update ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@24191 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-19 20:57:31 +00:00
Piwigo-TranslationTeam
332cd63033 [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@24189 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-19 20:57:30 +00:00
Piwigo-TranslationTeam
dd06c00c12 [trunk_admin] Update nb_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@24187 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-19 10:12:38 +00:00
Piwigo-TranslationTeam
cdd68f086c [trunk_admin] Update cs_CZ, thanks to : sichr
git-svn-id: http://piwigo.org/svn/trunk@24186 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-19 10:12:36 +00:00
Piwigo-TranslationTeam
dd5aa10450 [trunk_admin] Update ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@24181 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-18 06:13:10 +00:00
Piwigo-TranslationTeam
5c4e1003fa [trunk_install] Update cs_CZ, thanks to : sichr
git-svn-id: http://piwigo.org/svn/trunk@24180 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-17 21:05:13 +00:00
Piwigo-TranslationTeam
564f3beecd [trunk_help] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@24175 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-17 07:47:51 +00:00
Piwigo-TranslationTeam
f48acd4ff4 [trunk_admin] Update ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@24171 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-17 05:57:34 +00:00
rvelices
ffe1296cb4 smartpocket main image on picture page limited to width:100% (otherwise overflow hidden)
git-svn-id: http://piwigo.org/svn/trunk@24170 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-16 21:57:01 +00:00
Piwigo-TranslationTeam
a0eed018a3 [adminmultiview] Add ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@24167 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-16 19:19:35 +00:00
Piwigo-TranslationTeam
82c0c54cb5 [trunk_admin] Update ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@24165 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-16 19:19:32 +00:00
mistic100
8dc9978c02 feature:2950 add function request_plugin_update()
git-svn-id: http://piwigo.org/svn/trunk@24160 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-14 21:30:28 +00:00
mistic100
6eab56e705 feature:2826 missing hardcoded PEM category id in r20449
git-svn-id: http://piwigo.org/svn/trunk@24159 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-14 21:29:24 +00:00
Piwigo-TranslationTeam
0639d49126 [trunk_admin] Update ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@24157 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-14 13:36:32 +00:00
Piwigo-TranslationTeam
e5d8afca75 [language_switch] Add ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@24155 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-12 13:01:58 +00:00
Piwigo-TranslationTeam
568b124ff1 [elegant] Add fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@24153 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-12 13:01:56 +00:00
Piwigo-TranslationTeam
7c8db86769 [elegant] Add th_TH, thanks to : pradit
git-svn-id: http://piwigo.org/svn/trunk@24148 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-10 17:49:29 +00:00
Piwigo-TranslationTeam
857a37737c [trunk_admin] Update ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@24145 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-08 16:47:35 +00:00
ddtddt
fae8e6e4d0 [trunk] - update fr_CA - Quebec - Québécois - Thanks to TiOger
git-svn-id: http://piwigo.org/svn/trunk@24140 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-06 18:28:31 +00:00
Piwigo-TranslationTeam
a405d9b6c5 [trunk_admin] Update ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@24136 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-06 17:23:21 +00:00
Piwigo-TranslationTeam
938ddf08c1 [trunk_admin] Update ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@24133 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-06 13:45:33 +00:00
Piwigo-TranslationTeam
7e4a07162a [trunk_public] Update nb_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@24131 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-06 13:45:31 +00:00
Piwigo-TranslationTeam
61af9b726c [trunk_install] Update nb_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@24129 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-06 13:45:29 +00:00
Piwigo-TranslationTeam
252cc88e1c [elegant] Add ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@24123 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-06 07:50:59 +00:00
Piwigo-TranslationTeam
6049301ea3 [elegant] Add ko_KR, thanks to : ayokyun
git-svn-id: http://piwigo.org/svn/trunk@24119 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-06 07:50:54 +00:00
Piwigo-TranslationTeam
0c6da2292b [trunk_install] Update ko_KR, thanks to : ayokyun
git-svn-id: http://piwigo.org/svn/trunk@24118 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-06 07:50:53 +00:00
ddtddt
32070a891a [trunk] - Language - bug KR / lexiglot
git-svn-id: http://piwigo.org/svn/trunk@24114 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-06 06:54:23 +00:00
ddtddt
29dc270f8a [trunk] - Language - for release KR
git-svn-id: http://piwigo.org/svn/trunk@24112 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-06 06:37:48 +00:00
Piwigo-TranslationTeam
41c80afdc7 [trunk_admin] Update ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@24110 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-06 06:12:15 +00:00
Piwigo-TranslationTeam
979464a961 [trunk_admin] Update ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@24107 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-05 14:30:44 +00:00
mistic100
e9e8d495ef bug:2947 rewrite format_date() and time_since() with DateTime class + new parameters
git-svn-id: http://piwigo.org/svn/trunk@24099 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-01 17:03:57 +00:00
Piwigo-TranslationTeam
a78d48af8a [trunk_public] Update ko_KR, thanks to : ayokyun
git-svn-id: http://piwigo.org/svn/trunk@24097 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-08-01 06:35:51 +00:00
Piwigo-TranslationTeam
2e294c2143 [trunk_public] Update ko_KR, thanks to : ayokyun
git-svn-id: http://piwigo.org/svn/trunk@24093 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-31 07:21:37 +00:00
Piwigo-TranslationTeam
3aabb29d23 [trunk_upgrade] Update ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@24090 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-31 06:30:40 +00:00
Piwigo-TranslationTeam
8f073f8128 [elegant] Add ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@24080 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-30 19:50:11 +00:00
Piwigo-TranslationTeam
578fc492a8 [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@24078 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-30 19:50:09 +00:00
Piwigo-TranslationTeam
6989a43e0d [trunk_help] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@24073 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-30 11:05:17 +00:00
Piwigo-TranslationTeam
23d58c85e7 [trunk_public] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@24072 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-30 11:05:15 +00:00
Piwigo-TranslationTeam
f0794462f8 [trunk_public] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@24071 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-30 11:05:14 +00:00
Piwigo-TranslationTeam
4f721e07e4 [trunk_admin] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@24070 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-30 11:05:13 +00:00
Piwigo-TranslationTeam
86d6eae773 [trunk_install] Update ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@24049 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-28 19:31:26 +00:00
Piwigo-TranslationTeam
b2bfb87ebb [trunk_public] Update ga_IE, thanks to : soreilly
git-svn-id: http://piwigo.org/svn/trunk@24047 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-28 19:31:24 +00:00
Piwigo-TranslationTeam
81e65fb306 [trunk_admin] Update zh_HK, thanks to : gurunited
git-svn-id: http://piwigo.org/svn/trunk@24045 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-27 05:55:06 +00:00
Piwigo-TranslationTeam
0b55341022 [trunk_public] Update zh_TW, thanks to : azq1231
git-svn-id: http://piwigo.org/svn/trunk@24043 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-27 05:55:04 +00:00
Piwigo-TranslationTeam
12fe77dc3c [trunk_install] Update ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@24040 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-27 05:55:01 +00:00
Piwigo-TranslationTeam
e479067d6b [trunk_public] Update ta_IN, thanks to : saitjaleel
git-svn-id: http://piwigo.org/svn/trunk@24038 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-26 19:21:09 +00:00
Piwigo-TranslationTeam
59b668649a [elegant] Add hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@24031 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-26 05:46:24 +00:00
Piwigo-TranslationTeam
4b793b800a [trunk_public] Update ko_KR, thanks to : ayokyun
git-svn-id: http://piwigo.org/svn/trunk@24030 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-25 06:57:09 +00:00
Piwigo-TranslationTeam
3cb8acdd9f [elegant] Add vi_VN, thanks to : dummy
git-svn-id: http://piwigo.org/svn/trunk@24028 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-25 05:51:11 +00:00
Piwigo-TranslationTeam
64c65824c8 [localfileseditor] Add eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@24026 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-24 05:59:15 +00:00
Piwigo-TranslationTeam
5b1897120a [trunk_public] Update ko_KR, thanks to : ayokyun
git-svn-id: http://piwigo.org/svn/trunk@24022 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-23 06:59:15 +00:00
Piwigo-TranslationTeam
4b6665a43b [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@24020 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-22 20:31:28 +00:00
Piwigo-TranslationTeam
8e225a005e [trunk_admin] Update zh_HK, thanks to : gurunited
git-svn-id: http://piwigo.org/svn/trunk@24018 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-22 09:38:23 +00:00
Piwigo-TranslationTeam
9994a1ed94 [trunk_admin] Update zh_HK, thanks to : gurunited
git-svn-id: http://piwigo.org/svn/trunk@24011 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-22 05:38:57 +00:00
mistic100
0b203a8701 add mandatory option for check_input_parameter
git-svn-id: http://piwigo.org/svn/trunk@24009 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-21 12:05:10 +00:00
Piwigo-TranslationTeam
64ab1c8a2a [trunk_admin] Update kn_IN, thanks to : rudramurthy
git-svn-id: http://piwigo.org/svn/trunk@23996 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-19 05:53:02 +00:00
rvelices
cb1625d38c mobile tags page make it "searcheable"
git-svn-id: http://piwigo.org/svn/trunk@23995 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-18 19:50:48 +00:00
Piwigo-TranslationTeam
aa3965c128 [c13y_upgrade] Add kn_IN, thanks to : rudramurthy
git-svn-id: http://piwigo.org/svn/trunk@23991 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-18 06:21:09 +00:00
Piwigo-TranslationTeam
c6bbe0fb6c [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@23984 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-16 21:51:57 +00:00
Piwigo-TranslationTeam
2e7fc746db [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@23966 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-15 18:48:53 +00:00
Piwigo-TranslationTeam
ce6ab2a613 [trunk_admin] Update sv_SE, thanks to : kabo
git-svn-id: http://piwigo.org/svn/trunk@23959 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-15 10:43:18 +00:00
mistic100
065db80650 bug:2944 Performance issues when creating an album
prepend new <option> instead of append

git-svn-id: http://piwigo.org/svn/trunk@23952 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-14 19:59:27 +00:00
Piwigo-TranslationTeam
e039af727e [elegant] Add zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@23949 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-14 18:17:26 +00:00
Piwigo-TranslationTeam
17998b7029 [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@23948 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-14 18:17:16 +00:00
Piwigo-TranslationTeam
229598e397 [trunk_public] Update ga_IE, thanks to : soreilly
git-svn-id: http://piwigo.org/svn/trunk@23946 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-14 18:16:59 +00:00
mistic100
97cc62128f bug:2944 Performance issues when creating an album
git-svn-id: http://piwigo.org/svn/trunk@23944 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-14 16:43:22 +00:00
Piwigo-TranslationTeam
b4d9a99c58 [trunk_public] Update ga_IE, thanks to : soreilly
git-svn-id: http://piwigo.org/svn/trunk@23941 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-14 11:57:23 +00:00
ddtddt
a2aabf1800 [trunk] - Language - Add Irish language [ga_IE] Tahnks to soreilly
git-svn-id: http://piwigo.org/svn/trunk@23939 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-14 06:35:51 +00:00
ddtddt
4c39af1306 [trunk] - Plugin - Language switch - Add Irish language [ga_IE]
git-svn-id: http://piwigo.org/svn/trunk@23938 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-14 06:33:37 +00:00
Piwigo-TranslationTeam
57f52d4798 [trunk_public] Update cs_CZ, thanks to : elpresidento
git-svn-id: http://piwigo.org/svn/trunk@23936 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-13 20:35:01 +00:00
Piwigo-TranslationTeam
3d81e9b496 [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@23934 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-13 18:16:30 +00:00
Piwigo-TranslationTeam
d2e43054a0 [trunk_admin] Update sl_SI, thanks to : simon.krajnc
git-svn-id: http://piwigo.org/svn/trunk@23933 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-13 18:15:43 +00:00
Piwigo-TranslationTeam
6944b5a1a2 [elegant] Add sv_SE, thanks to : kabo
git-svn-id: http://piwigo.org/svn/trunk@23927 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-12 08:34:36 +00:00
Piwigo-TranslationTeam
1723b79d96 [trunk_admin] Update ro_RO, thanks to : smarmie
git-svn-id: http://piwigo.org/svn/trunk@23924 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-12 08:34:08 +00:00
Piwigo-TranslationTeam
4ab0cf2418 [localfileseditor] Add ro_RO, thanks to : smarmie
git-svn-id: http://piwigo.org/svn/trunk@23923 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-12 08:33:57 +00:00
Piwigo-TranslationTeam
c758092eda [c13y_upgrade] Add ro_RO, thanks to : smarmie
git-svn-id: http://piwigo.org/svn/trunk@23922 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-12 08:33:49 +00:00
Piwigo-TranslationTeam
de7fa628b4 [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@23918 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-12 04:42:01 +00:00
Piwigo-TranslationTeam
e5e2c9d323 [c13y_upgrade] Add zh_HK, thanks to : hkdigit
git-svn-id: http://piwigo.org/svn/trunk@23914 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-11 21:13:57 +00:00
Piwigo-TranslationTeam
e4939fafd9 [trunk_public] Update fr_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@23901 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-10 19:51:23 +00:00
Piwigo-TranslationTeam
37361c375c [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@23900 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-10 19:50:42 +00:00
Piwigo-TranslationTeam
10e4536799 [trunk_admin] Update vi_VN, thanks to : dummy
git-svn-id: http://piwigo.org/svn/trunk@23899 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-10 10:25:33 +00:00
Piwigo-TranslationTeam
33f523a2ae [localfileseditor] Add kn_IN, thanks to : rudramurthy
git-svn-id: http://piwigo.org/svn/trunk@23896 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-10 05:18:33 +00:00
Piwigo-TranslationTeam
63d97d64d0 [c13y_upgrade] Add eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@23895 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-09 20:39:16 +00:00
Piwigo-TranslationTeam
0df4ec035c [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@23894 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-09 20:39:04 +00:00
Piwigo-TranslationTeam
1c6e40c94e [trunk_help] Update et_EE, thanks to : Eggy
git-svn-id: http://piwigo.org/svn/trunk@23890 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-09 17:26:01 +00:00
mistic100
efb16d133c feature:2941 update triggers_list.php :-)
git-svn-id: http://piwigo.org/svn/trunk@23888 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-09 16:57:08 +00:00
plegall
80fc1c2f96 feature 2941: add trigger on get_webmaster_mail_address
git-svn-id: http://piwigo.org/svn/trunk@23887 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-09 16:41:59 +00:00
flop25
a1b66d8a33 bug:2855
bug corrected (if that was a virtual album created without parent)

git-svn-id: http://piwigo.org/svn/trunk@23886 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-09 13:37:42 +00:00
Piwigo-TranslationTeam
24e202fab0 [trunk_install] Update vi_VN, thanks to : dummy
git-svn-id: http://piwigo.org/svn/trunk@23885 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-09 07:01:50 +00:00
Piwigo-TranslationTeam
f258d0bb93 [trunk_public] Update id_ID, thanks to : papua
git-svn-id: http://piwigo.org/svn/trunk@23883 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-09 05:48:33 +00:00
rvelices
c3c807b553 - on picture.php do not set the prefetch link if already set by a plugin
- picture.tpl set the derivative size checkbox id to the correct name

git-svn-id: http://piwigo.org/svn/trunk@23882 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-08 23:14:14 +00:00
Piwigo-TranslationTeam
571ebc12f7 [trunk_public] Update vi_VN, thanks to : dummy
git-svn-id: http://piwigo.org/svn/trunk@23876 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-08 11:28:57 +00:00
Piwigo-TranslationTeam
23aba0a82b [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@23862 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-07 20:15:48 +00:00
Piwigo-TranslationTeam
3c8e46747c [trunk_admin] Update ro_RO, thanks to : smarmie
git-svn-id: http://piwigo.org/svn/trunk@23860 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-07 20:15:26 +00:00
Piwigo-TranslationTeam
35d2785c9c [elegant] Add ro_RO, thanks to : smarmie
git-svn-id: http://piwigo.org/svn/trunk@23854 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-07 20:14:30 +00:00
Piwigo-TranslationTeam
c80e741658 [trunk_install] Update ro_RO, thanks to : smarmie
git-svn-id: http://piwigo.org/svn/trunk@23852 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-07 20:14:11 +00:00
Piwigo-TranslationTeam
d99a798500 [trunk_public] Update ro_RO, thanks to : smarmie
git-svn-id: http://piwigo.org/svn/trunk@23845 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-07 17:39:14 +00:00
Piwigo-TranslationTeam
3c89adb0b5 [trunk_install] Update uk_UA, thanks to : tb0hdan
git-svn-id: http://piwigo.org/svn/trunk@23842 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-07 17:38:49 +00:00
Piwigo-TranslationTeam
fc7954e940 [trunk_admin] Update uk_UA, thanks to : tb0hdan
git-svn-id: http://piwigo.org/svn/trunk@23841 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-07 17:38:38 +00:00
Piwigo-TranslationTeam
5f486a75fb [trunk_admin] Update ro_RO, thanks to : smarmie
git-svn-id: http://piwigo.org/svn/trunk@23829 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-07 17:36:45 +00:00
mistic100
b1316542e4 bug:2939 switch_lang_to() must reload plugins files
git-svn-id: http://piwigo.org/svn/trunk@23823 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-07 12:54:44 +00:00
mistic100
92134bc102 bug:2933 make plain url when picture_url_style='id-file'
git-svn-id: http://piwigo.org/svn/trunk@23822 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-07 12:45:48 +00:00
mistic100
d95425b9bb bug:2898 make some updates methods static + factorize code from plugins, themes & languages
git-svn-id: http://piwigo.org/svn/trunk@23821 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-07 11:28:12 +00:00
ddtddt
718ef5a670 [trunk] - Plugin - Language switch - Add Bahasa Indonesia language (id_ID)
git-svn-id: http://piwigo.org/svn/trunk@23820 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-07 06:15:59 +00:00
ddtddt
86b8b69571 [trunk] - Language - Bahasa Indonesia language (id-ID) - Thanks to papua
git-svn-id: http://piwigo.org/svn/trunk@23819 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-07 06:01:21 +00:00
Piwigo-TranslationTeam
07c61dc464 [trunk_public] Update ms_MY, thanks to : papua
git-svn-id: http://piwigo.org/svn/trunk@23817 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-07 05:51:43 +00:00
mistic100
29e2ed6b91 bug 2931: revert r23675 & r23721, make element_set_ranks.php uses ASC keyword (+ migration task)
git-svn-id: http://piwigo.org/svn/trunk@23813 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-06 18:31:14 +00:00
Piwigo-TranslationTeam
754af8ddde [trunk_admin] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@23812 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-06 17:58:37 +00:00
Piwigo-TranslationTeam
64a33290c5 [c13y_upgrade] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@23791 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-05 18:45:50 +00:00
Piwigo-TranslationTeam
85930bc2ea [localfileseditor] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@23790 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-05 18:45:37 +00:00
ddtddt
4d47bfb906 [trunk] - LT -
git-svn-id: http://piwigo.org/svn/trunk@23784 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-05 03:56:48 +00:00
Piwigo-TranslationTeam
ed3fcd726d [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@23783 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-05 03:54:08 +00:00
Piwigo-TranslationTeam
836b312fcc [trunk_admin] Update pt_BR, thanks to : flaviove
git-svn-id: http://piwigo.org/svn/trunk@23782 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-05 03:53:48 +00:00
Piwigo-TranslationTeam
417711a0dc [elegant] Add kn_IN, thanks to : rudramurthy
git-svn-id: http://piwigo.org/svn/trunk@23781 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-05 03:53:36 +00:00
Piwigo-TranslationTeam
9b0e5780a0 [trunk_public] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@23780 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-04 20:26:50 +00:00
Piwigo-TranslationTeam
c40546125c [trunk_public] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@23779 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-04 20:26:35 +00:00
Piwigo-TranslationTeam
4b8697b4a8 [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@23775 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-04 20:25:53 +00:00
Piwigo-TranslationTeam
062bea91e4 [trunk_admin] Update et_EE, thanks to : Eggy
git-svn-id: http://piwigo.org/svn/trunk@23770 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-04 16:06:15 +00:00
Piwigo-TranslationTeam
d70a223b81 [trunk_public] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@23765 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-03 20:29:58 +00:00
Piwigo-TranslationTeam
58efb67011 [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@23764 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-03 20:29:43 +00:00
Piwigo-TranslationTeam
7a44b6118d [trunk_public] Update kn_IN, thanks to : rudramurthy
git-svn-id: http://piwigo.org/svn/trunk@23758 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-03 00:14:38 +00:00
Piwigo-TranslationTeam
401bd73bc7 [trunk_install] Update kn_IN, thanks to : rudramurthy
git-svn-id: http://piwigo.org/svn/trunk@23757 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-03 00:14:22 +00:00
Piwigo-TranslationTeam
768c48b484 [trunk_admin] Update zh_TW, thanks to : unsetlay
git-svn-id: http://piwigo.org/svn/trunk@23753 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-03 00:13:41 +00:00
Piwigo-TranslationTeam
165775ea4a [elegant] Add zh_TW, thanks to : unsetlay
git-svn-id: http://piwigo.org/svn/trunk@23752 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-03 00:13:34 +00:00
Piwigo-TranslationTeam
5ba238b69b [trunk_help] Update zh_TW, thanks to : unsetlay
git-svn-id: http://piwigo.org/svn/trunk@23749 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-03 00:13:02 +00:00
Piwigo-TranslationTeam
55f3935917 [language_switch] Update zh_TW, thanks to : unsetlay
git-svn-id: http://piwigo.org/svn/trunk@23747 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-03 00:12:45 +00:00
flop25
46040738d8 bug:2808
add "Your Favorites" to the filters of the Batch Manager 

git-svn-id: http://piwigo.org/svn/trunk@23746 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-02 19:59:34 +00:00
flop25
251bbd5704 bug:2848
The "More Info" link now works and redirects to the picture page 

git-svn-id: http://piwigo.org/svn/trunk@23745 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-02 19:29:24 +00:00
Piwigo-TranslationTeam
6814153630 [elegant] Add et_EE, thanks to : Eggy
git-svn-id: http://piwigo.org/svn/trunk@23737 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-01 21:15:46 +00:00
Piwigo-TranslationTeam
e114680494 [trunk_admin] Update it_IT, thanks to : Sugar888
git-svn-id: http://piwigo.org/svn/trunk@23736 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-01 21:15:35 +00:00
Piwigo-TranslationTeam
bdab99e5c4 [trunk_admin] Update zh_CN, thanks to : winson
git-svn-id: http://piwigo.org/svn/trunk@23734 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-01 21:15:12 +00:00
Piwigo-TranslationTeam
691c403c48 [trunk_admin] Update pt_PT, thanks to : ANO
git-svn-id: http://piwigo.org/svn/trunk@23732 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-01 21:14:52 +00:00
Piwigo-TranslationTeam
1cb127e859 [trunk_admin] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@23730 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-01 21:14:33 +00:00
Piwigo-TranslationTeam
1db61574ff [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@23729 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-01 21:14:20 +00:00
Piwigo-TranslationTeam
da0283f5ca [trunk_public] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@23728 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-01 21:14:10 +00:00
Piwigo-TranslationTeam
a416a7e762 [trunk_public] Update fi_FI, thanks to : Juhi24
git-svn-id: http://piwigo.org/svn/trunk@23726 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-01 21:13:55 +00:00
rvelices
4514e1592c bug 2931: photos sort order, "default" is meaningless (fix again when order contains " ASC")
git-svn-id: http://piwigo.org/svn/trunk@23721 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-07-01 19:01:51 +00:00
flop25
18cfd1bb20 bug:2848
added two options for the slideshow

ToDo lang var

git-svn-id: http://piwigo.org/svn/trunk@23718 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30 21:15:06 +00:00
flop25
19ae5b7e2e bug:2848
Switch to Desktop link in the menu also

git-svn-id: http://piwigo.org/svn/trunk@23716 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30 20:10:04 +00:00
flop25
80576a8ff6 Directly display the picture page if it uses a representative pict
git-svn-id: http://piwigo.org/svn/trunk@23715 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30 19:41:33 +00:00
mistic100
85d592c8d4 remove constructors css markup in ws.htm and triggers_list.php
git-svn-id: http://piwigo.org/svn/trunk@23714 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30 14:49:54 +00:00
flop25
3e9d3ab686 bug:2848
jquery.mobile updated
photoswipe updated
menubar is now a right panel, with almost all the usual links
added comment, search, picture, about and tags pages

ToDo:
*bug correction of the link added to the photoswipe toolbar (link doesn't triggered)
*display the calculated size on the picture page
limitations: no calendar view

git-svn-id: http://piwigo.org/svn/trunk@23713 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30 14:24:42 +00:00
Piwigo-TranslationTeam
b1a2127aef [trunk_admin] Update pl_PL, thanks to : T00kie
git-svn-id: http://piwigo.org/svn/trunk@23712 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30 10:39:03 +00:00
Piwigo-TranslationTeam
d4dfb95d15 [trunk_admin] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@23711 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30 10:38:53 +00:00
Piwigo-TranslationTeam
d102fc4508 [c13y_upgrade] Add lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@23707 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30 10:38:19 +00:00
Piwigo-TranslationTeam
a55f9355fa [trunk_admin] Update de_DE, thanks to : Yogie
git-svn-id: http://piwigo.org/svn/trunk@23705 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30 10:38:03 +00:00
Piwigo-TranslationTeam
0ef9257f98 [elegant] Add bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@23701 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30 10:37:29 +00:00
Piwigo-TranslationTeam
d99d374eef [trunk_public] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@23696 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30 10:36:43 +00:00
Piwigo-TranslationTeam
3041804eed [trunk_admin] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@23695 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30 10:36:33 +00:00
Piwigo-TranslationTeam
227fef1208 [trunk_public] Update et_EE, thanks to : Eggy
git-svn-id: http://piwigo.org/svn/trunk@23694 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30 10:36:22 +00:00
Piwigo-TranslationTeam
3794beac7b [elegant] Add nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@23692 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30 10:36:03 +00:00
Piwigo-TranslationTeam
ff6ffed5c4 [trunk_admin] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@23691 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30 07:05:16 +00:00
Piwigo-TranslationTeam
9d27dbf33c [trunk_admin] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@23690 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30 07:05:06 +00:00
rvelices
49da4accc8 on picture page add TITLE_ESC variable for every thumb to avoid escaping TITLE more than 40 times in the template...
git-svn-id: http://piwigo.org/svn/trunk@23689 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30 05:57:49 +00:00
rvelices
3c3c3aacc9 replace the language_prefilter with a postfilter (now that smarty has modifiercompiler feature, there is no need for prefilter)
git-svn-id: http://piwigo.org/svn/trunk@23688 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30 05:34:55 +00:00
Piwigo-TranslationTeam
84f6ee73d8 [trunk_public] Update lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@23687 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30 05:14:20 +00:00
Piwigo-TranslationTeam
3e296f2fbd [trunk_admin] Update lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@23686 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30 05:14:09 +00:00
Piwigo-TranslationTeam
558f1e93c7 [localfileseditor] Add lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@23685 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30 05:14:00 +00:00
Piwigo-TranslationTeam
bb26512743 [trunk_public] Update zh_CN, thanks to : winson
git-svn-id: http://piwigo.org/svn/trunk@23677 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30 05:12:35 +00:00
Piwigo-TranslationTeam
f20db94e75 [trunk_public] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@23676 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30 05:12:08 +00:00
rvelices
9fe001a70a bug 2931: photos sort order, "default" is meaningless (was not working with ascending order fields in admin)
git-svn-id: http://piwigo.org/svn/trunk@23675 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30 04:16:01 +00:00
Piwigo-TranslationTeam
ce4a255865 [trunk_public] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@23674 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-29 18:47:50 +00:00
Piwigo-TranslationTeam
82c6f494b7 [trunk_public] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@23673 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-29 18:47:40 +00:00
Piwigo-TranslationTeam
c879a869af [trunk_admin] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@23672 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-29 18:47:29 +00:00
Piwigo-TranslationTeam
76cb67407c [trunk_public] Update de_DE, thanks to : fs101299
git-svn-id: http://piwigo.org/svn/trunk@23671 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-29 18:00:28 +00:00
Piwigo-TranslationTeam
9c23cadf70 [trunk_public] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@23670 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-29 14:04:08 +00:00
Piwigo-TranslationTeam
4d49573bc1 [trunk_public] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@23663 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-29 14:02:54 +00:00
Piwigo-TranslationTeam
53753115d5 [trunk_public] Update th_TH, thanks to : pradit
git-svn-id: http://piwigo.org/svn/trunk@23662 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-29 14:02:44 +00:00
Piwigo-TranslationTeam
a2fdd38f14 [trunk_admin] Update th_TH, thanks to : pradit
git-svn-id: http://piwigo.org/svn/trunk@23661 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-29 14:02:32 +00:00
flop25
6ed0882676 bug:2934
wrong id/name for the username input 

git-svn-id: http://piwigo.org/svn/trunk@23658 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-29 12:05:57 +00:00
Piwigo-TranslationTeam
ff4cbd7d97 [trunk_public] Update sv_SE, thanks to : stefan63
git-svn-id: http://piwigo.org/svn/trunk@23657 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-29 11:12:41 +00:00
Piwigo-TranslationTeam
9f65c68d48 [trunk_public] Update pt_BR, thanks to : flaviove
git-svn-id: http://piwigo.org/svn/trunk@23656 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-29 11:12:31 +00:00
Piwigo-TranslationTeam
223ccfc85c [trunk_public] Update pt_PT, thanks to : ANO
git-svn-id: http://piwigo.org/svn/trunk@23655 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-29 10:25:56 +00:00
Piwigo-TranslationTeam
b77d726ca8 [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@23654 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-29 10:19:09 +00:00
Piwigo-TranslationTeam
279b79e84e [trunk_public] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@23653 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-29 09:26:08 +00:00
Piwigo-TranslationTeam
d7bb8016db [trunk_public] Update pl_PL, thanks to : K.S.
git-svn-id: http://piwigo.org/svn/trunk@23652 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-29 09:25:59 +00:00
Piwigo-TranslationTeam
a657724d65 [trunk_public] Update zh_HK, thanks to : hkdigit
git-svn-id: http://piwigo.org/svn/trunk@23651 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-29 09:25:46 +00:00
Piwigo-TranslationTeam
84075e7abd [trunk_public] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@23649 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-29 09:25:24 +00:00
Piwigo-TranslationTeam
92d65b1e2a [trunk_admin] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@23648 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-29 08:29:24 +00:00
Piwigo-TranslationTeam
f4eab57085 [trunk_public] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@23647 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-29 08:29:14 +00:00
Piwigo-TranslationTeam
0b0402394c [trunk_public] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@23646 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-29 08:29:05 +00:00
Piwigo-TranslationTeam
a16934bd6d [trunk_public] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@23645 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-29 08:28:36 +00:00
flop25
bd9529fbf0 bug:2840
disable the "resize after upload" options if gd 
1 lang key added

git-svn-id: http://piwigo.org/svn/trunk@23643 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-28 20:12:49 +00:00
flop25
cc8835bb1f bug:2918
Display a link for the fist and last page on picture.tpl, to go to the album
3 lang keys added

git-svn-id: http://piwigo.org/svn/trunk@23642 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-28 19:39:31 +00:00
Piwigo-TranslationTeam
512bf7ce86 [trunk_admin] Update lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@23619 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-28 17:43:14 +00:00
rvelices
56b3516bae fix missing prev/next nav items in the calendar view (Smarty get_template_vars by reference not working anymore)
git-svn-id: http://piwigo.org/svn/trunk@23618 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-27 20:45:32 +00:00
Piwigo-TranslationTeam
c41ff2e14e [elegant] Add lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@23597 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-27 17:07:53 +00:00
rvelices
cbd0a1e886 fix define_derivative (matter of smarty3 variable scope)
git-svn-id: http://piwigo.org/svn/trunk@23588 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-27 04:37:38 +00:00
Piwigo-TranslationTeam
5986a70f3f [trunk_public] Update zh_CN, thanks to : winson
git-svn-id: http://piwigo.org/svn/trunk@23585 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-27 04:17:53 +00:00
Piwigo-TranslationTeam
f1dd3b42ac [trunk_public] Update de_DE, thanks to : fs101299
git-svn-id: http://piwigo.org/svn/trunk@23582 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-26 20:04:38 +00:00
Piwigo-TranslationTeam
ec7f986e48 [trunk_public] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@23581 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-26 20:04:26 +00:00
Piwigo-TranslationTeam
86a1f7da80 [trunk_public] Update tr_TR, thanks to : Nakre
git-svn-id: http://piwigo.org/svn/trunk@23580 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-26 20:04:10 +00:00
Piwigo-TranslationTeam
2eed9ffd13 [trunk_public] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@23578 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-26 20:03:35 +00:00
Piwigo-TranslationTeam
9ad6753a03 [trunk_public] Update pl_PL, thanks to : K.S.
git-svn-id: http://piwigo.org/svn/trunk@23575 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-26 20:02:57 +00:00
Piwigo-TranslationTeam
5d9754f97a [trunk_public] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@23574 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-26 20:02:46 +00:00
Piwigo-TranslationTeam
e2fdf842ce [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@23570 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-26 20:02:11 +00:00
Piwigo-TranslationTeam
3b5ebb12d3 [trunk_public] Update zh_HK, thanks to : hkdigit
git-svn-id: http://piwigo.org/svn/trunk@23557 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-26 04:22:12 +00:00
Piwigo-TranslationTeam
d03afd4b90 [trunk_admin] Update zh_HK, thanks to : gurunited
git-svn-id: http://piwigo.org/svn/trunk@23554 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-26 04:21:47 +00:00
Piwigo-TranslationTeam
828ceaf354 [trunk_public] Update lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@23553 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-26 04:21:24 +00:00
rvelices
b97a2a5bd9 fix smarty 3: | (modifier) operator priority is greater than +,/ ...
git-svn-id: http://piwigo.org/svn/trunk@23550 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-25 21:29:15 +00:00
Piwigo-TranslationTeam
61d185e3cf [trunk_admin] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@23546 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-25 20:09:59 +00:00
Piwigo-TranslationTeam
d4808a716d [c13y_upgrade] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@23545 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-25 20:09:53 +00:00
Piwigo-TranslationTeam
b3b2392658 [trunk_upgrade] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@23544 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-25 20:09:42 +00:00
Piwigo-TranslationTeam
66fce16aa6 [trunk_install] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@23543 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-25 20:09:29 +00:00
Piwigo-TranslationTeam
542c12260b [trunk_public] Update it_IT, thanks to : salvatore
git-svn-id: http://piwigo.org/svn/trunk@23542 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-25 20:09:19 +00:00
Piwigo-TranslationTeam
3cb87a8893 [trunk_install] Update sv_SE, thanks to : stefan63
git-svn-id: http://piwigo.org/svn/trunk@23540 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-25 20:09:00 +00:00
flop25
0ab0059344 [elegant]
when disabling the animation of the main menu, make sure the menu will be showed

git-svn-id: http://piwigo.org/svn/trunk@23535 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-25 19:07:57 +00:00
mistic100
067b4c567c bug:2931 photos sort order, "default" is meaningless
check the first criteria if available

git-svn-id: http://piwigo.org/svn/trunk@23533 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-25 11:37:44 +00:00
plegall
1c7ecb93e5 indent with spaces, not tabs
git-svn-id: http://piwigo.org/svn/trunk@23532 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-25 08:18:30 +00:00
Piwigo-TranslationTeam
f80fe39f0d [trunk_public] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@23531 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-25 06:06:53 +00:00
Piwigo-TranslationTeam
60533f9bd2 [trunk_public] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@23530 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-25 06:06:41 +00:00
rvelices
8274027e7f use |translate and |sprintf instead of pwg->l10n ...
git-svn-id: http://piwigo.org/svn/trunk@23526 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-25 03:46:39 +00:00
plegall
b01a787735 indent with spaces, not tabs
git-svn-id: http://piwigo.org/svn/trunk@23521 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-24 21:38:31 +00:00
rvelices
1253012e5b bug 2932: Smarty error in templates configuration
git-svn-id: http://piwigo.org/svn/trunk@23520 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-24 20:53:32 +00:00
Piwigo-TranslationTeam
da69c29646 [elegant] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@23518 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-24 17:17:41 +00:00
Piwigo-TranslationTeam
8a877d40e0 [elegant] Add tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@23511 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-24 16:44:00 +00:00
Piwigo-TranslationTeam
ac75327d14 [elegant] Add de_DE, thanks to : fs101299
git-svn-id: http://piwigo.org/svn/trunk@23510 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-24 16:43:52 +00:00
Piwigo-TranslationTeam
7ad7c59906 [elegant] Add sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@23509 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-24 16:43:44 +00:00
Piwigo-TranslationTeam
ce7d29756f [trunk_public] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@23508 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-24 16:43:34 +00:00
Piwigo-TranslationTeam
51e153cd20 [trunk_public] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@23507 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-24 16:43:20 +00:00
Piwigo-TranslationTeam
67ed81018a [elegant] Add pt_PT, thanks to : ANO
git-svn-id: http://piwigo.org/svn/trunk@23506 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-24 16:43:13 +00:00
Piwigo-TranslationTeam
19af3b703c [elegant] Add eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@23505 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-24 16:43:06 +00:00
Piwigo-TranslationTeam
63571b685f [trunk_public] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@23504 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-24 16:42:56 +00:00
Piwigo-TranslationTeam
2e923d232a [elegant] Add el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@23503 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-24 16:42:46 +00:00
Piwigo-TranslationTeam
73a1754cd1 [elegant] Add da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@23502 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-24 16:42:40 +00:00
Piwigo-TranslationTeam
4b04474b58 [trunk_public] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@23501 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-24 16:42:29 +00:00
Piwigo-TranslationTeam
7961061766 [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@23500 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-24 16:42:17 +00:00
plegall
f599ea711c merge r23498 from branch 2.5 to trunk
feature 2929: strip metadata on configurable threshold



git-svn-id: http://piwigo.org/svn/trunk@23499 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-24 13:34:03 +00:00
plegall
e41f9bddc9 feature 2885: forgotten jQuery(document).ready
git-svn-id: http://piwigo.org/svn/trunk@23497 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-24 13:20:40 +00:00
rvelices
46dd825423 change lang key (email -> Email) and moved it to common from admin (used in comment add)
git-svn-id: http://piwigo.org/svn/trunk@23496 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-24 04:23:03 +00:00
rvelices
d12e519e1a Smart 3 - fix per handle prefilters
git-svn-id: http://piwigo.org/svn/trunk@23495 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-24 04:16:53 +00:00
Piwigo-TranslationTeam
baf745c4ab [elegant] Add ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@23493 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-24 03:51:27 +00:00
Piwigo-TranslationTeam
f62b4d9501 [elegant] Add zh_HK, thanks to : hkdigit
git-svn-id: http://piwigo.org/svn/trunk@23492 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-24 03:51:20 +00:00
mistic100
e3c95b4770 "Email" doesn't exist, use "Email address" instead
git-svn-id: http://piwigo.org/svn/trunk@23490 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-23 23:37:55 +00:00
rvelices
61ca0d0c6c Smarty EOL style LF svn property
git-svn-id: http://piwigo.org/svn/trunk@23485 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-23 19:25:17 +00:00
Piwigo-TranslationTeam
3def272a38 [elegant] Add lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@23484 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-23 19:25:15 +00:00
Piwigo-TranslationTeam
3cad395c38 [elegant] Add it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@23482 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-23 19:24:53 +00:00
Piwigo-TranslationTeam
02f3c45e54 [elegant] Add pt_BR, thanks to : flaviove
git-svn-id: http://piwigo.org/svn/trunk@23480 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-23 19:24:41 +00:00
rvelices
b93085c7fb Smarty3 added 'translate_dec' compilermodifier (generated code is a lot better than $pwg->l10n_dec)
git-svn-id: http://piwigo.org/svn/trunk@23476 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-23 18:39:31 +00:00
ddtddt
67d736e3fd [trunk] - elegant - Add cs_CZ - Česky – Czech - Thanks to webprostor
git-svn-id: http://piwigo.org/svn/trunk@23475 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-23 18:35:13 +00:00
Piwigo-TranslationTeam
8daaebd4c0 [elegant] Add pl_PL, thanks to : T00kie
git-svn-id: http://piwigo.org/svn/trunk@23471 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-23 17:20:00 +00:00
Piwigo-TranslationTeam
f3838460c4 [elegant] Add es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@23470 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-23 16:51:31 +00:00
ddtddt
81e30f462b [trunk] - elegant - add fr_CA - Quebec - Québécois - Thanks to TiOger
git-svn-id: http://piwigo.org/svn/trunk@23469 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-23 16:45:11 +00:00
Piwigo-TranslationTeam
84eb9a7def [trunk_install] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@23462 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-23 10:01:36 +00:00
Piwigo-TranslationTeam
46b9769396 [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@23460 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-23 10:01:22 +00:00
ddtddt
a4adfde99e [trunk] - plugins language - check 2.5.2
git-svn-id: http://piwigo.org/svn/trunk@23454 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-23 07:31:45 +00:00
ddtddt
a7960b2240 [trunk] - language - check 2.5.2
git-svn-id: http://piwigo.org/svn/trunk@23452 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-23 07:15:16 +00:00
Piwigo-TranslationTeam
37d752abb1 [trunk_public] Update pt_BR, thanks to : manglio
git-svn-id: http://piwigo.org/svn/trunk@23448 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-22 21:08:46 +00:00
Piwigo-TranslationTeam
ea620c5f37 [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@23446 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-22 12:19:20 +00:00
Piwigo-TranslationTeam
152ef01b0f [trunk_install] Update lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@23445 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-22 12:19:08 +00:00
Piwigo-TranslationTeam
fc78c11ea8 [language_switch] Add eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@23439 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-22 10:23:35 +00:00
Piwigo-TranslationTeam
cc87aa590f [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@23438 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-22 10:23:13 +00:00
rvelices
0b319ddd45 feature 2928: fctorize switchBox (now js is loaded async + also apply to the calendar type links on index page)
git-svn-id: http://piwigo.org/svn/trunk@23437 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-22 04:44:48 +00:00
Piwigo-TranslationTeam
6d74171c3c [trunk_install] Update fa_IR, thanks to : mohammadN
git-svn-id: http://piwigo.org/svn/trunk@23434 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-21 21:07:32 +00:00
flop25
55d91fffd1 bug:2855
check "Apply to sub" checkbox if $conf inheritance_by_default is true
add admins to the users granted
optimizations

git-svn-id: http://piwigo.org/svn/trunk@23430 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-21 14:48:43 +00:00
flop25
231e718ccf indent correction
git-svn-id: http://piwigo.org/svn/trunk@23429 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-21 14:09:41 +00:00
flop25
acb5d4cda7 bug:2855
take care if no parent album, and propagate the permissions
ToDo: check "Apply to sub" checkbox if $conf inheritance_by_default is true, optimizations

git-svn-id: http://piwigo.org/svn/trunk@23428 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-21 14:09:02 +00:00
mistic100
8a28666fd3 feature:2916
modify .showIcon class to be used with fontello (icon-info-circled-1)

git-svn-id: http://piwigo.org/svn/trunk@23426 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-21 10:26:09 +00:00
rvelices
9da3d7f92e bug 2858: Smarty3 fix php warnings, concat, used modifier on array
git-svn-id: http://piwigo.org/svn/trunk@23425 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-21 05:04:57 +00:00
mistic100
863bce7f13 feature:2832 Provide better integration of plugins adding a all new section
don't need for an extra file

git-svn-id: http://piwigo.org/svn/trunk@23399 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-20 14:35:16 +00:00
mistic100
2d15ba1746 feature:2832 Provide better integration of plugins adding a all new section
see future version of skeleton/trunk for usage

git-svn-id: http://piwigo.org/svn/trunk@23396 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-20 11:06:38 +00:00
plegall
1a5ba81093 feature 2916: add icons on album list
git-svn-id: http://piwigo.org/svn/trunk@23394 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-20 10:03:54 +00:00
rvelices
6fc07742f8 smarty 3 - first pass for tests
git-svn-id: http://piwigo.org/svn/trunk@23384 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-20 03:38:47 +00:00
plegall
9843eb362d feature 2916 (admin icons):
* all level 2 admin menus have an icon
* bigger right-margin (0.5em instead of 0.2em) on #menubar dd icons
* many tabs get an icon (list plugins/themes/languages, update, add; add photos, history)

Specific changes on "roma" (dark admin theme)

* menu icons in grey #666
* no text-decoration on icons


git-svn-id: http://piwigo.org/svn/trunk@23382 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-19 23:10:00 +00:00
Piwigo-TranslationTeam
1d05038e96 [trunk_admin] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@23381 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-19 20:52:56 +00:00
flop25
af51f55815 bug:2855
$conf['inheritance_by_default'] applies on FTP added albums

git-svn-id: http://piwigo.org/svn/trunk@23376 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-19 20:39:44 +00:00
flop25
5937d97b60 feature:2924
language files 

git-svn-id: http://piwigo.org/svn/trunk@23373 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-19 16:58:43 +00:00
mistic100
6119b6895e Add trigger "load_conf" at the end of load_conf_from_db()
not usable for the first call in common.inc.php (plugins not loaded)

git-svn-id: http://piwigo.org/svn/trunk@23372 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-19 15:21:12 +00:00
Piwigo-TranslationTeam
23329cc2ff [localfileseditor] Add zh_HK, thanks to : hkdigit
git-svn-id: http://piwigo.org/svn/trunk@23368 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-19 15:02:54 +00:00
Piwigo-TranslationTeam
01e3fd1224 [trunk_install] Update th_TH, thanks to : pradit
git-svn-id: http://piwigo.org/svn/trunk@23364 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-19 15:02:22 +00:00
rvelices
2f41d77764 upgraded jquery to 1.10.1
git-svn-id: http://piwigo.org/svn/trunk@23358 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-19 04:36:23 +00:00
plegall
68b4a77fad feature 2916: font icons
* new icon for users
* icon for Batch Manager
* icon for Synchronize
* icon for Site Manager
* new icon for History
* new icon for Maintenance
* icon for Updates
* icon for Options
* icon for Menus
* icon for Templates
* new icon for Languages
* icon for Themes


git-svn-id: http://piwigo.org/svn/trunk@23357 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-18 22:07:30 +00:00
plegall
2e9265e95d feature 2916: slightly bigger icons for level 1 admin menubar
git-svn-id: http://piwigo.org/svn/trunk@23356 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-18 21:24:13 +00:00
Piwigo-TranslationTeam
38c968acdc [trunk_install] Update pl_PL, thanks to : K.S.
git-svn-id: http://piwigo.org/svn/trunk@23339 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-18 17:41:22 +00:00
Piwigo-TranslationTeam
b64e69acc9 [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@23336 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-18 17:40:49 +00:00
Piwigo-TranslationTeam
10c3cf0ad8 [trunk_install] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@23335 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-18 17:40:31 +00:00
mistic100
34d0c5cd1a hide tiptip when changing method
git-svn-id: http://piwigo.org/svn/trunk@23322 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-18 13:12:24 +00:00
mistic100
078e4d1bbd feature:2928 Factorize JS code for switchBox
switchBox("selector for link", "selector for box");

git-svn-id: http://piwigo.org/svn/trunk@23320 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-18 10:29:55 +00:00
Piwigo-TranslationTeam
9602a3a203 [trunk_install] Update de_DE, thanks to : Joergen
git-svn-id: http://piwigo.org/svn/trunk@23313 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-17 21:35:07 +00:00
Piwigo-TranslationTeam
e691f4122c [trunk_install] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@23310 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-17 21:34:34 +00:00
Piwigo-TranslationTeam
59e05cb995 [trunk_install] Update et_EE, thanks to : Eggy
git-svn-id: http://piwigo.org/svn/trunk@23308 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-17 21:34:12 +00:00
Piwigo-TranslationTeam
2564f2789e [trunk_install] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@23287 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-17 04:53:37 +00:00
Piwigo-TranslationTeam
0240c331bf [trunk_admin] Update fi_FI, thanks to : Juhi24
git-svn-id: http://piwigo.org/svn/trunk@23283 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-17 04:38:02 +00:00
mistic100
e5eb631031 remove the ugly load_conf_from_db();
git-svn-id: http://piwigo.org/svn/trunk@23277 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-16 21:14:19 +00:00
mistic100
68ffc79d86 feature:2927 Update TokenInput to 1.6.1/mistic100
git-svn-id: http://piwigo.org/svn/trunk@23275 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-16 20:53:20 +00:00
flop25
c17bc66aeb bug:2855
new otpion "inherit" for create_virtual_category(), and $conf['inheritance_by_default'] = false;
ToDo: album registred from Ftp

git-svn-id: http://piwigo.org/svn/trunk@23272 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-16 19:52:51 +00:00
flop25
272a55d377 bug:2923
fix the bug if the panel was closed then opened

git-svn-id: http://piwigo.org/svn/trunk@23269 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-16 18:20:19 +00:00
mistic100
2b8ea75b1d feature:2785 Improve template method to sort actions buttons
+ add default rank = 50

git-svn-id: http://piwigo.org/svn/trunk@23263 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-16 17:15:24 +00:00
mistic100
0a98109a9e feature:2926 add option to hide API methods to reflection.getMethodList
git-svn-id: http://piwigo.org/svn/trunk@23261 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-16 16:51:59 +00:00
mistic100
5671287801 feature:2847 Display additional info for API methods fields
keep tooltip alive

git-svn-id: http://piwigo.org/svn/trunk@23260 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-16 16:48:05 +00:00
mistic100
7dc8423770 feature:2884 Display "i" tooltip on themes
+ simplify layout (like plugins_installed)

git-svn-id: http://piwigo.org/svn/trunk@23259 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-16 16:23:45 +00:00
flop25
b4cac60076 feature:2924
adding 3 options for the default behaviour of the panels
ToDo lang files

git-svn-id: http://piwigo.org/svn/trunk@23251 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-16 14:22:35 +00:00
flop25
c86481cbbe feature:2925
theme_delete with less arg

git-svn-id: http://piwigo.org/svn/trunk@23248 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-16 12:16:06 +00:00
flop25
970b0a596a feature:2925
new function theme_delete

git-svn-id: http://piwigo.org/svn/trunk@23247 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-16 12:02:22 +00:00
Piwigo-TranslationTeam
7025712a3f [trunk_install] Update pt_BR, thanks to : flaviove
git-svn-id: http://piwigo.org/svn/trunk@23246 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-16 06:47:29 +00:00
Piwigo-TranslationTeam
0ab250e97d [trunk_install] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@23243 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-16 06:47:00 +00:00
Piwigo-TranslationTeam
26960c4c24 [trunk_install] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@23239 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-16 06:46:22 +00:00
Piwigo-TranslationTeam
711ab14367 [trunk_install] Update ru_RU, thanks to : nadusha
git-svn-id: http://piwigo.org/svn/trunk@23238 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-16 06:46:09 +00:00
Piwigo-TranslationTeam
1fa1fcc215 [trunk_install] Update zh_CN, thanks to : winson
git-svn-id: http://piwigo.org/svn/trunk@23237 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-16 06:45:44 +00:00
flop25
e6f5421508 elegant 2.5.1
git-svn-id: http://piwigo.org/svn/trunk@23235 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-15 16:55:39 +00:00
flop25
cbce862520 bug:2923
adding js to fix the "Add acomment" div when scrolling

git-svn-id: http://piwigo.org/svn/trunk@23233 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-15 16:49:38 +00:00
mistic100
6fafebd52a feature:2922 Add caseSensitive option to TokenInput (false by default)
git-svn-id: http://piwigo.org/svn/trunk@23231 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-15 15:44:21 +00:00
mistic100
212d37a36a escape special chars used in regex
cc8eab541a

git-svn-id: http://piwigo.org/svn/trunk@23229 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-15 13:50:10 +00:00
Piwigo-TranslationTeam
c3574ce9d5 [trunk_install] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@23227 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-15 13:09:17 +00:00
Piwigo-TranslationTeam
781fa5385f [trunk_install] Update pt_PT, thanks to : ANO
git-svn-id: http://piwigo.org/svn/trunk@23226 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-15 11:16:55 +00:00
Piwigo-TranslationTeam
10e6a9960f [trunk_install] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@23225 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-15 09:11:22 +00:00
Piwigo-TranslationTeam
4d705791aa [trunk_install] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@23224 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-15 09:11:13 +00:00
Piwigo-TranslationTeam
b73ba6ed76 [trunk_install] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@23223 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-15 09:10:55 +00:00
Piwigo-TranslationTeam
8d77453f7c [trunk_install] Update zh_HK, thanks to : hkdigit
git-svn-id: http://piwigo.org/svn/trunk@23222 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-15 06:21:18 +00:00
Piwigo-TranslationTeam
45f947c7e8 [trunk_install] Update zh_TW, thanks to : hkdigit
git-svn-id: http://piwigo.org/svn/trunk@23221 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-15 06:21:08 +00:00
Piwigo-TranslationTeam
c0bf66ca54 [trunk_install] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@23220 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-15 06:20:54 +00:00
Piwigo-TranslationTeam
94c9b23bc1 [trunk_install] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@23219 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-15 06:03:06 +00:00
mistic100
6529d1db10 set trunk version to 2.6.0beta1
git-svn-id: http://piwigo.org/svn/trunk@23217 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-14 21:35:42 +00:00
mistic100
96eafa0a3b Use common language strings on install.tpl and remove duplicates from install.lang.php
git-svn-id: http://piwigo.org/svn/trunk@23212 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-14 21:18:46 +00:00
mistic100
699951a8e7 fix display of install page (when was it broken ?) + html5 doctype
git-svn-id: http://piwigo.org/svn/trunk@23211 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-14 20:39:53 +00:00
mistic100
aea33dbb25 comments I forgot to commit in triggers_list.php
git-svn-id: http://piwigo.org/svn/trunk@23210 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-14 20:27:06 +00:00
Piwigo-TranslationTeam
b28f15e8de [trunk_admin] Update fi_FI, thanks to : Juhi24
git-svn-id: http://piwigo.org/svn/trunk@23188 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-13 22:10:02 +00:00
rvelices
cecee258bb nicer urls when used over https
git-svn-id: http://piwigo.org/svn/trunk@23187 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-13 18:41:32 +00:00
rvelices
3f610c0fd8 no need to double render_tag_name (since my previous commit on this file)
git-svn-id: http://piwigo.org/svn/trunk@23185 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-13 18:31:17 +00:00
rvelices
25b6955cef combine_script recognizes path starting with // as absolute urls
git-svn-id: http://piwigo.org/svn/trunk@23184 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-13 18:26:18 +00:00
Piwigo-TranslationTeam
83cbcd3430 [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@23163 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-12 20:34:00 +00:00
Piwigo-TranslationTeam
e58c44945b [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@23156 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-11 19:03:22 +00:00
rvelices
97ef1cbd57 history - merge album/tags link into a single column (table is already very large and these columns are mutually exclusive
- add tags link in the history table

git-svn-id: http://piwigo.org/svn/trunk@23151 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-11 04:35:32 +00:00
flop25
0c2e87cb58 bug:2890
new layout finished: ie7 compat, dynamic, rounded corners...
the 2 "Manage..." options has been deleted

git-svn-id: http://piwigo.org/svn/trunk@23121 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-09 18:57:26 +00:00
ddtddt
84c5c2b202 [trunk] - language - update vi_VN - Tiếng Việt - Vietnamese thanks to Em Ku
git-svn-id: http://piwigo.org/svn/trunk@23120 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-09 16:55:14 +00:00
Piwigo-TranslationTeam
34b0679b1a [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@23113 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-08 19:53:44 +00:00
Piwigo-TranslationTeam
657dff29cb [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@23109 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-08 14:01:04 +00:00
rvelices
793c3b537e feature 2916 symbol fonts - fix dark admin theme display
git-svn-id: http://piwigo.org/svn/trunk@23105 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-08 04:36:13 +00:00
Piwigo-TranslationTeam
2aabc82db7 [trunk_public] Update cs_CZ, thanks to : elpresidento
git-svn-id: http://piwigo.org/svn/trunk@23095 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-07 14:56:08 +00:00
Piwigo-TranslationTeam
b9f5fc94d6 [trunk_admin] Update cs_CZ, thanks to : elpresidento
git-svn-id: http://piwigo.org/svn/trunk@23094 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-07 14:55:58 +00:00
Piwigo-TranslationTeam
11c0a4ab2e [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@23084 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-07 04:33:46 +00:00
Piwigo-TranslationTeam
9ef15224d0 [trunk_admin] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@23082 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-06 20:00:59 +00:00
Piwigo-TranslationTeam
0e3ceef447 [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@23077 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-06 20:00:17 +00:00
Piwigo-TranslationTeam
7692dcd4b8 [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@23076 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-06 19:59:43 +00:00
Piwigo-TranslationTeam
9ff2fb73d8 [trunk_admin] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@23071 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-06 11:54:10 +00:00
flop25
6eb040cde6 bug:2890
testing a new layout: feedbacks welcomed on the bug ticket
ToDo: not hardcoded, rounded corners, remove the 2 actions

git-svn-id: http://piwigo.org/svn/trunk@23062 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-05 21:46:20 +00:00
plegall
c3e6883b62 merge r23059 from branch 2.5 to trunk
bug 2917 fixed: invalidate user cache each time pwg.images.delete is called,
to avoid blocking errors on gallery side if deleted photo is set as album
thumbnail.



git-svn-id: http://piwigo.org/svn/trunk@23060 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-05 10:01:50 +00:00
rvelices
83efb7b38a feature 2916 Replace raphael with symbol fonts (experimental 2 icons in batch manager actions)
git-svn-id: http://piwigo.org/svn/trunk@23055 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-05 05:24:01 +00:00
Piwigo-TranslationTeam
32502437e8 [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@23047 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-04 18:23:18 +00:00
Piwigo-TranslationTeam
15fe72bb8a [trunk_admin] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@23031 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-04 04:59:22 +00:00
rvelices
5b60c54c55 feature 2916 Replace raphael with symbol fonts
I added more icons than before (I think it's better as we can find links faster but that's arguable ...)

git-svn-id: http://piwigo.org/svn/trunk@23029 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-04 04:44:34 +00:00
Piwigo-TranslationTeam
bfd8e798d7 [trunk_admin] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@23027 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-03 17:43:07 +00:00
Piwigo-TranslationTeam
f8eda09f08 [localfileseditor] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@23021 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-03 06:28:56 +00:00
Piwigo-TranslationTeam
a8e992f7ee [adminmultiview] Add eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@23017 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-02 19:38:21 +00:00
Piwigo-TranslationTeam
3011a5c44f [trunk_public] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@23014 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-02 19:37:55 +00:00
Piwigo-TranslationTeam
7f86e1592d [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@23012 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-02 19:37:27 +00:00
Piwigo-TranslationTeam
84b65da18e [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@23006 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-01 19:44:05 +00:00
Piwigo-TranslationTeam
3287dbb266 [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@23003 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-01 14:59:00 +00:00
Piwigo-TranslationTeam
0448dfcfcd [trunk_public] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@23002 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-01 14:58:51 +00:00
Piwigo-TranslationTeam
90184bfc1f [trunk_help] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@23001 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-01 14:58:39 +00:00
Piwigo-TranslationTeam
3e5b721c3c [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@23000 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-01 14:58:28 +00:00
Piwigo-TranslationTeam
3c8e721988 [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@22995 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-01 11:50:54 +00:00
Piwigo-TranslationTeam
ba0808aa5b [trunk_help] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@22992 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-01 11:50:23 +00:00
Piwigo-TranslationTeam
dc39255fab [trunk_help] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@22987 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-31 16:22:52 +00:00
plegall
eb002c40a4 merge r22978 from branch 2.5 to trunk
bug 2915 fixed: really disable synchronization on synchronization and site (directories) manager screens.



git-svn-id: http://piwigo.org/svn/trunk@22979 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-31 12:23:45 +00:00
plegall
c8d5ad2d77 merge r22949 from branch 2.5 to trunk
bug 2909 fixed: make sure the selection of private album is not empty before
adding permission to user. The good test had been removed in r11729



git-svn-id: http://piwigo.org/svn/trunk@22950 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-29 20:52:04 +00:00
Piwigo-TranslationTeam
9af70c8aa3 [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@22931 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-29 04:15:49 +00:00
Piwigo-TranslationTeam
e77d2d1f89 [trunk_public] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@22930 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-29 04:15:38 +00:00
Piwigo-TranslationTeam
e1520cac05 [trunk_upgrade] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@22929 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-29 04:15:25 +00:00
Piwigo-TranslationTeam
f92c9ba309 [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@22928 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-29 04:15:09 +00:00
Piwigo-TranslationTeam
ca1f91de92 [adminmultiview] Update zh_HK, thanks to : hkdigit
git-svn-id: http://piwigo.org/svn/trunk@22927 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-29 04:15:03 +00:00
Piwigo-TranslationTeam
2718af4da6 [trunk_install] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22910 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-28 09:00:38 +00:00
Piwigo-TranslationTeam
63ef6fbaa1 [trunk_upgrade] Update zh_HK, thanks to : hkdigit
git-svn-id: http://piwigo.org/svn/trunk@22903 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-28 06:17:19 +00:00
Piwigo-TranslationTeam
783bb7fabc [trunk_install] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22902 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-28 06:17:10 +00:00
Piwigo-TranslationTeam
c7029bc72e [language_switch] Add zh_HK, thanks to : hkdigit
git-svn-id: http://piwigo.org/svn/trunk@22899 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-28 06:16:40 +00:00
Piwigo-TranslationTeam
88b566bd0c [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@22894 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-27 19:17:50 +00:00
Piwigo-TranslationTeam
db1f01490d [trunk_public] Update zh_HK, thanks to : hkdigit
git-svn-id: http://piwigo.org/svn/trunk@22888 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-27 16:15:38 +00:00
Piwigo-TranslationTeam
800c83e1a3 [trunk_install] Update zh_HK, thanks to : hkdigit
git-svn-id: http://piwigo.org/svn/trunk@22887 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-27 16:15:23 +00:00
rvelices
c121640b6d bug 2097: wrong number of sub-albums
bug 2098: make number of direct sub-albums available for each user

git-svn-id: http://piwigo.org/svn/trunk@22879 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-26 19:56:31 +00:00
Piwigo-TranslationTeam
d3ebc321b7 [trunk_install] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22860 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-24 21:29:15 +00:00
Piwigo-TranslationTeam
82418661df [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@22844 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-24 04:24:38 +00:00
ddtddt
2fc22876bf [trunk] - Language - sl_SI
git-svn-id: http://piwigo.org/svn/trunk@22840 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-23 20:29:47 +00:00
Piwigo-TranslationTeam
c439dea09f [language_switch] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@22839 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-23 11:04:32 +00:00
Piwigo-TranslationTeam
72f282fddb [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@22834 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-23 09:13:58 +00:00
Piwigo-TranslationTeam
32ab3b5fd6 [trunk_public] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@22829 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-22 22:44:25 +00:00
Piwigo-TranslationTeam
fa51b5a065 [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@22828 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-22 22:44:11 +00:00
Piwigo-TranslationTeam
4cc1bb7a75 [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@22818 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-22 13:06:53 +00:00
Piwigo-TranslationTeam
b441a4dc21 [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@22813 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-21 22:13:21 +00:00
rvelices
7b36df8f75 compatibility with jquery 1.9
git-svn-id: http://piwigo.org/svn/trunk@22812 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-21 21:02:17 +00:00
Piwigo-TranslationTeam
bac2631cb4 [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@22810 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-21 18:17:46 +00:00
Piwigo-TranslationTeam
3ee2c8222f [trunk_public] Update br_FR, thanks to : yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@22754 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-20 13:25:41 +00:00
Piwigo-TranslationTeam
707e5d20f6 [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22753 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-20 11:30:12 +00:00
Piwigo-TranslationTeam
b616983bc5 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22752 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-20 11:30:02 +00:00
Piwigo-TranslationTeam
22790498e2 [trunk_public] Update en_UK, thanks to : mistic100
git-svn-id: http://piwigo.org/svn/trunk@22751 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-20 11:29:52 +00:00
mistic100
d8955263bb add Brezhoneg [br_FR] flag
git-svn-id: http://piwigo.org/svn/trunk@22750 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-20 10:39:41 +00:00
ddtddt
f2806cc95c [trunk] - Language_- Add br_FR Breton - Brezhoneg - Thanks to yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@22749 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-20 10:19:16 +00:00
ddtddt
93e51094cd [trunk] - Language_- Add br_FR Breton - Brezhoneg - Thanks to yves.kerleguer
git-svn-id: http://piwigo.org/svn/trunk@22748 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-20 10:12:45 +00:00
Piwigo-TranslationTeam
f10b10d807 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22745 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-20 05:52:40 +00:00
Piwigo-TranslationTeam
7f6168c87a [trunk_admin] Update lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@22741 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-19 16:31:15 +00:00
Piwigo-TranslationTeam
defa757ace [trunk_admin] Update th_TH, thanks to : pradit
git-svn-id: http://piwigo.org/svn/trunk@22737 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-18 12:00:01 +00:00
Piwigo-TranslationTeam
50ab014a03 [c13y_upgrade] Add th_TH, thanks to : pradit
git-svn-id: http://piwigo.org/svn/trunk@22734 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-18 11:59:39 +00:00
rvelices
8083ba10ec bug 2900: Improve web service output
git-svn-id: http://piwigo.org/svn/trunk@22729 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-18 03:58:36 +00:00
Piwigo-TranslationTeam
ac75099200 [trunk_public] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@22727 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-17 22:45:51 +00:00
Piwigo-TranslationTeam
c670b6cd77 [trunk_public] Update nb_NO, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@22721 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-17 14:34:00 +00:00
Piwigo-TranslationTeam
fc9a364da9 [trunk_public] Update nn_NO, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@22720 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-17 14:33:51 +00:00
Piwigo-TranslationTeam
d3f510875d [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22719 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-17 13:37:59 +00:00
Piwigo-TranslationTeam
f4ae0ddf4e [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22718 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-17 13:37:50 +00:00
plegall
a67544b1ad feature 2885: only display Google Map on a click
git-svn-id: http://piwigo.org/svn/trunk@22715 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-17 11:07:42 +00:00
Piwigo-TranslationTeam
9920df7daa [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22709 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-17 04:30:47 +00:00
Piwigo-TranslationTeam
1caf4a7c46 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22708 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-17 04:30:36 +00:00
plegall
ff097c3d83 bug 2901 fixed: batch manager, for "set title" and "set author" actions,
|@escape:javascript to avoid problems with single quotes.


git-svn-id: http://piwigo.org/svn/trunk@22705 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-16 22:21:17 +00:00
plegall
6a42022517 slightly larger textfield for album name creation
git-svn-id: http://piwigo.org/svn/trunk@22704 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-16 22:00:43 +00:00
rvelices
923ee0d253 feature 2885: Add geoip info in the stats / history page - fixes and add a location map image
git-svn-id: http://piwigo.org/svn/trunk@22703 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-16 20:46:21 +00:00
ddtddt
090b2e46a3 [trunk] - Language - update da_DK - Dansk – Danish - Thanks to Kaare
git-svn-id: http://piwigo.org/svn/trunk@22701 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-16 16:11:05 +00:00
Piwigo-TranslationTeam
7fc5ac1c73 [trunk_public] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@22690 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-16 04:37:48 +00:00
Piwigo-TranslationTeam
3667fd8e50 [trunk_install] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@22689 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-16 04:37:39 +00:00
rvelices
42bdfe8c8d feature 2885: Add geoip info in the stats / history page
- use jsonp (cross origin)
- use localStorage cache
- use tiptip instead of ui tooltip

git-svn-id: http://piwigo.org/svn/trunk@22683 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-16 04:31:48 +00:00
ddtddt
237a642dda [trunk] - Language - sl_SI
git-svn-id: http://piwigo.org/svn/trunk@22680 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-15 19:44:26 +00:00
ddtddt
08c4155602 [trunk] - Language - sl_SI
git-svn-id: http://piwigo.org/svn/trunk@22679 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-15 19:40:56 +00:00
Piwigo-TranslationTeam
bae01d1f5a [trunk_upgrade] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@22673 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-15 12:14:55 +00:00
Piwigo-TranslationTeam
1b079aa2ca [adminmultiview] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@22672 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-15 12:14:49 +00:00
Piwigo-TranslationTeam
1ad569ea00 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22671 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-15 12:14:38 +00:00
Piwigo-TranslationTeam
e9f3e8504f [trunk_install] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@22669 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-15 04:43:09 +00:00
Piwigo-TranslationTeam
f180fc016d [trunk_public] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@22668 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-15 04:43:00 +00:00
Piwigo-TranslationTeam
f600724fef [trunk_admin] Update eo_EO, thanks to : sylvbarrier
git-svn-id: http://piwigo.org/svn/trunk@22667 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-15 04:42:49 +00:00
Piwigo-TranslationTeam
ba04c34bd3 [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22666 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-15 04:42:31 +00:00
rvelices
d2c695ee89 feature 2885: Add geoip info in the stats / history page
git-svn-id: http://piwigo.org/svn/trunk@22664 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-14 19:30:26 +00:00
Piwigo-TranslationTeam
e97963464b [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22663 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-14 13:47:16 +00:00
plegall
206d9bee4c merge r22660 from branch 2.5 to trunk
feature 2899: ability to allow HTML in EXIF/IPTC (disabled by default)



git-svn-id: http://piwigo.org/svn/trunk@22661 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-14 08:05:06 +00:00
Piwigo-TranslationTeam
348ab67a88 [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22658 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-14 05:05:34 +00:00
Piwigo-TranslationTeam
645f52e460 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22657 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-14 05:05:15 +00:00
flop25
6ed179a9c6 correction of rev:21515
git-svn-id: http://piwigo.org/svn/trunk@22653 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-13 17:26:43 +00:00
Piwigo-TranslationTeam
b13b7b857d [trunk_public] Update sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@22651 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-13 16:42:51 +00:00
Piwigo-TranslationTeam
89c9d3c4f3 [trunk_help] Update es_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@22648 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-13 16:42:19 +00:00
Piwigo-TranslationTeam
62cbead8f5 [trunk_upgrade] Update kn_IN, thanks to : rudramurthy
git-svn-id: http://piwigo.org/svn/trunk@22647 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-13 16:42:06 +00:00
Piwigo-TranslationTeam
d4c3bfa335 [trunk_admin] Update it_IT, thanks to : actinidia
git-svn-id: http://piwigo.org/svn/trunk@22643 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-13 16:41:24 +00:00
Piwigo-TranslationTeam
3bb3c30e9a [trunk_admin] Update sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@22642 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-13 16:41:13 +00:00
Piwigo-TranslationTeam
72bd2a2afd [trunk_public] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@22637 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-13 16:40:23 +00:00
Piwigo-TranslationTeam
4de071ce36 [trunk_admin] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@22636 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-13 16:40:13 +00:00
ddtddt
2db3b7da22 [trunk] - Language - update sl_SI - Slovenia - Slovenšcina - Thanks to MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@22633 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-13 15:56:13 +00:00
Piwigo-TranslationTeam
9ae712aa4f [trunk_admin] Update es_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@22628 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-12 19:52:13 +00:00
Piwigo-TranslationTeam
fc7f949f3f [trunk_admin] Update es_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@22625 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-12 16:11:56 +00:00
Piwigo-TranslationTeam
60affd14ee [trunk_public] Update sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@22616 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-11 15:47:17 +00:00
Piwigo-TranslationTeam
1879b0d600 [localfileseditor] Update sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@22614 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-11 14:56:04 +00:00
Piwigo-TranslationTeam
ce979e495a [trunk_admin] Update sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@22605 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-11 14:54:38 +00:00
Piwigo-TranslationTeam
7f02d7aaff [c13y_upgrade] Update sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@22597 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-11 06:27:09 +00:00
Piwigo-TranslationTeam
a8e8410dbe [localfileseditor] Add sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@22596 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-11 06:27:02 +00:00
Piwigo-TranslationTeam
70e6d124c1 [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@22595 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-11 04:54:46 +00:00
rvelices
0f3db14cd4 feature 2897: add a a search filter input on tags admin page
git-svn-id: http://piwigo.org/svn/trunk@22592 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-11 04:32:07 +00:00
rvelices
567cc715fa clean admin unused css ...
git-svn-id: http://piwigo.org/svn/trunk@22580 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-10 04:49:09 +00:00
rvelices
3e083a5597 compatibility with jquery 1.9.1
git-svn-id: http://piwigo.org/svn/trunk@22579 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-10 04:47:31 +00:00
Piwigo-TranslationTeam
896805f267 [trunk_public] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@22573 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-09 12:30:10 +00:00
ddtddt
bdecb28d36 [trunk] - add new site br.piwigo.org
git-svn-id: http://piwigo.org/svn/trunk@22570 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-09 12:24:30 +00:00
Piwigo-TranslationTeam
e9851b6239 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22568 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-09 11:14:54 +00:00
Piwigo-TranslationTeam
8d2cf803a3 [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@22565 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-09 11:14:30 +00:00
Piwigo-TranslationTeam
732e1c7f1c [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@22562 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-09 05:06:29 +00:00
Piwigo-TranslationTeam
ea9813bbfd [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22561 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-09 05:06:19 +00:00
ddtddt
43a8511a29 [trunk] - Language_-
git-svn-id: http://piwigo.org/svn/trunk@22551 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-08 10:26:55 +00:00
rvelices
3234bb5bc9 admin theme links use text-decoration on hovering instead of border-bottom (css simpler, no box sizing issues on hover ...)
git-svn-id: http://piwigo.org/svn/trunk@22541 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-08 05:23:07 +00:00
Piwigo-TranslationTeam
cb0aec202d [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22540 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-08 04:52:20 +00:00
Piwigo-TranslationTeam
8da0bb26e6 [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22536 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-07 16:41:13 +00:00
Piwigo-TranslationTeam
0344a14f74 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22535 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-07 16:41:01 +00:00
plegall
d737b12e6b merge r22525 from branch 2.5 to trunk
bug 2895 fixed: replace border-bottom by text-decoration in menubar links for
admin theme roma, to avoid height change on plugins box.



git-svn-id: http://piwigo.org/svn/trunk@22526 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-07 08:53:04 +00:00
Piwigo-TranslationTeam
93fae88c2d [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22523 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-07 06:21:15 +00:00
rvelices
f6bcdf4335 bug 2896 - thumbnail title fix (use $comment parameter + no double htmlspecialchars)
git-svn-id: http://piwigo.org/svn/trunk@22520 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-07 04:52:08 +00:00
flop25
1da192431b bug:2896
debugg the empty()
adding htmlspecialchars(strip_tags()) before the truncature in order to avoid blanks, if the description has html/ExtendedDescription tags

git-svn-id: http://piwigo.org/svn/trunk@22518 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-06 21:24:26 +00:00
flop25
5a0bd85b80 bug:2890
for "Manage Permissions" and "Manage the members", don't display the button "apply action" button and style as a button the links

git-svn-id: http://piwigo.org/svn/trunk@22516 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-06 18:34:56 +00:00
Piwigo-TranslationTeam
9547e03a57 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22513 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-06 18:27:12 +00:00
Piwigo-TranslationTeam
c9ed2f16e7 [trunk_upgrade] Update es_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@22510 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-06 18:26:42 +00:00
Piwigo-TranslationTeam
d4a22cb716 [trunk_public] Update es_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@22508 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-06 18:26:23 +00:00
flop25
2e1af1dd90 bug:2896
thx to Kaare
apply render_element_description inside get_thumbnail_title()

git-svn-id: http://piwigo.org/svn/trunk@22505 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-06 17:30:34 +00:00
Piwigo-TranslationTeam
2fb13e6687 [localfileseditor] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@22503 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-06 04:36:07 +00:00
Piwigo-TranslationTeam
21fc3e5009 [trunk_admin] Update pt_BR, thanks to : flaviove
git-svn-id: http://piwigo.org/svn/trunk@22498 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-05 05:21:52 +00:00
Piwigo-TranslationTeam
6c250b9f68 [trunk_help] Update tr_TR, thanks to : hakanselcuk
git-svn-id: http://piwigo.org/svn/trunk@22497 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-05 05:21:41 +00:00
Piwigo-TranslationTeam
5b012465d2 [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@22480 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-03 06:40:55 +00:00
Piwigo-TranslationTeam
823057f6c3 [trunk_install] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@22477 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-03 06:40:31 +00:00
Piwigo-TranslationTeam
0264f02f94 [trunk_install] Update kn_IN, thanks to : rudramurthy
git-svn-id: http://piwigo.org/svn/trunk@22473 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-03 06:39:56 +00:00
Piwigo-TranslationTeam
4defe65f65 [trunk_public] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@22472 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-03 06:39:47 +00:00
Piwigo-TranslationTeam
aa9e3dfd2b [adminmultiview] Add kn_IN, thanks to : rudramurthy
git-svn-id: http://piwigo.org/svn/trunk@22471 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-03 06:39:39 +00:00
Piwigo-TranslationTeam
52247870b8 [language_switch] Add kn_IN, thanks to : rudramurthy
git-svn-id: http://piwigo.org/svn/trunk@22470 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-03 06:39:32 +00:00
Piwigo-TranslationTeam
5080958425 [trunk_public] Update kn_IN, thanks to : rudramurthy
git-svn-id: http://piwigo.org/svn/trunk@22468 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-03 06:39:10 +00:00
Piwigo-TranslationTeam
a92f94eb07 [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22466 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-02 11:08:07 +00:00
Piwigo-TranslationTeam
838b929783 [trunk_admin] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22464 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-02 11:07:52 +00:00
Piwigo-TranslationTeam
0d629dd3fa [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@22463 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-02 04:37:12 +00:00
Piwigo-TranslationTeam
4034320af9 [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@22458 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-01 19:10:40 +00:00
Piwigo-TranslationTeam
d918cef7e7 [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@22444 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-01 11:34:11 +00:00
Piwigo-TranslationTeam
51b6c77f2b [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22443 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-01 11:34:03 +00:00
Piwigo-TranslationTeam
d557611cbc [trunk_install] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@22438 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-01 05:06:08 +00:00
Piwigo-TranslationTeam
a8a6bc3907 [trunk_help] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@22437 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-01 05:05:59 +00:00
Piwigo-TranslationTeam
7582c96ebd [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@22436 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-01 05:05:50 +00:00
Piwigo-TranslationTeam
58544fbe29 [trunk_public] Update ru_RU, thanks to : Konve
git-svn-id: http://piwigo.org/svn/trunk@22435 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-01 05:05:41 +00:00
Piwigo-TranslationTeam
049036d28c [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22433 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-05-01 05:05:14 +00:00
Piwigo-TranslationTeam
44ade02020 [trunk_admin] Update lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@22429 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-30 15:35:08 +00:00
Piwigo-TranslationTeam
002b32a2a8 [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22425 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-30 10:55:50 +00:00
Piwigo-TranslationTeam
f20c6fe8eb [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22417 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-30 05:31:09 +00:00
Piwigo-TranslationTeam
bc4c6f2fcc [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22408 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-29 16:25:25 +00:00
plegall
1edebf3db2 merge r22402 from branch 2.5 to trunk
bug 2894 fixed: make sure all users cache is reset when an admin changes the
album thumbnail.



git-svn-id: http://piwigo.org/svn/trunk@22403 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-29 14:57:33 +00:00
Piwigo-TranslationTeam
ed762294fd [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22388 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-28 06:30:45 +00:00
Piwigo-TranslationTeam
0a1c4351d5 [trunk_admin] Update fr_CA, thanks to : mistic100
git-svn-id: http://piwigo.org/svn/trunk@22387 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-27 17:13:12 +00:00
Piwigo-TranslationTeam
e996fb4d4b [trunk_admin] Update fr_CA, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@22385 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-27 16:56:47 +00:00
Piwigo-TranslationTeam
20ee3a679e [trunk_admin] Update lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@22379 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-27 16:00:49 +00:00
Piwigo-TranslationTeam
c1df9d5d63 [trunk_help] Update tr_TR, thanks to : hakanselcuk
git-svn-id: http://piwigo.org/svn/trunk@22377 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-27 16:00:37 +00:00
Piwigo-TranslationTeam
ffa1ba6af3 [adminmultiview] Add lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@22371 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-27 08:35:27 +00:00
rvelices
801047cb23 group_list compatibility with jquery 1.9
git-svn-id: http://piwigo.org/svn/trunk@22368 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-26 19:58:06 +00:00
Piwigo-TranslationTeam
835af44215 [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22366 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-26 05:13:31 +00:00
Piwigo-TranslationTeam
f331b2d015 [trunk_help] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@22362 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-25 16:12:15 +00:00
Piwigo-TranslationTeam
0a7ce3c540 [trunk_admin] Update pt_PT, thanks to : ANO
git-svn-id: http://piwigo.org/svn/trunk@22358 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-25 07:48:23 +00:00
Piwigo-TranslationTeam
00565b2b4d [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22356 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-25 05:26:40 +00:00
Piwigo-TranslationTeam
6bc5c9c458 [trunk_install] Update kn_IN, thanks to : rudramurthy
git-svn-id: http://piwigo.org/svn/trunk@22349 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-24 05:31:42 +00:00
mistic100
ee3e287aa0 move and update jgrowl css
git-svn-id: http://piwigo.org/svn/trunk@22338 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-23 15:46:47 +00:00
mistic100
a6bcd40bd8 update jGrowl to 1.2.12 for jQuery 1.9.1
git-svn-id: http://piwigo.org/svn/trunk@22337 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-23 15:13:07 +00:00
ddtddt
0c1f113c0e [trunk] - Language_- update language Mongolian (Cyrillic, Mongolia) - Монгол хэл (Монгол улс) language (mn_MN) Thanks to Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22336 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-23 12:18:55 +00:00
Piwigo-TranslationTeam
bc9bb254a6 [trunk_help] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@22332 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-22 18:54:49 +00:00
Piwigo-TranslationTeam
8b625f7c2d [trunk_admin] Update en_UK, thanks to : Tadjio
git-svn-id: http://piwigo.org/svn/trunk@22331 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-22 18:54:41 +00:00
Piwigo-TranslationTeam
fa45c5b114 [trunk_admin] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@22327 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-22 06:49:55 +00:00
ddtddt
198c9ae001 [trunk] - Language_- update language Mongolian (Cyrillic, Mongolia) - Монгол хэл (Монгол улс) language (mn_MN) Thanks to Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22316 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-20 16:31:58 +00:00
ddtddt
c66d4540f5 [trunk] - Language_- update language Mongolian (Cyrillic, Mongolia) - Монгол хэл (Монгол улс) language (mn_MN) Thanks to Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22315 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-20 16:31:01 +00:00
Piwigo-TranslationTeam
ece56b8d83 [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22311 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-20 16:26:46 +00:00
Piwigo-TranslationTeam
a653e6abf6 [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22307 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-20 05:43:56 +00:00
plegall
c6606fd585 merge r22301 from branch 2.5 to trunk
bug 2892 fixed: no more error when tag_ids input parameter is empty (but
provided) on pwg.images.setInfo.



git-svn-id: http://piwigo.org/svn/trunk@22302 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-19 20:19:15 +00:00
Piwigo-TranslationTeam
0a6928b029 [trunk_admin] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@22290 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-18 14:16:02 +00:00
Piwigo-TranslationTeam
f512851c59 [trunk_admin] Update sl_SI, thanks to : simon.krajnc
git-svn-id: http://piwigo.org/svn/trunk@22289 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-18 14:15:54 +00:00
Piwigo-TranslationTeam
c0bea9d2b9 [trunk_help] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@22286 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-18 14:15:32 +00:00
plegall
f81a7de103 merge r22282 from branch 2.5 to trunk
bug 2891 fixed: pure root_url on Home link in breadcrumb


git-svn-id: http://piwigo.org/svn/trunk@22283 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-18 13:18:17 +00:00
plegall
08ca141ecc merge r22280 from branch 2.5 to trunk
bug 2864 fixed: avoid warning on /dev/urandom with open_basedir restriction



git-svn-id: http://piwigo.org/svn/trunk@22281 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-18 13:01:57 +00:00
Piwigo-TranslationTeam
f05e793ad6 [trunk_admin] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@22275 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-18 09:43:24 +00:00
Piwigo-TranslationTeam
28c3782a69 [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22264 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-18 06:07:21 +00:00
Piwigo-TranslationTeam
1d59e6f6d4 [language_switch] Add lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@22256 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-17 16:52:11 +00:00
Piwigo-TranslationTeam
854854c9fb [trunk_public] Update mn_MN, thanks to : Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22252 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-17 09:42:36 +00:00
ddtddt
6251b390a2 [trunk] - Language_- new language Mongolian (Cyrillic, Mongolia) - Монгол хэл (Монгол улс) language (mn_MN) Thanks to Ulzii
git-svn-id: http://piwigo.org/svn/trunk@22249 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-17 06:50:43 +00:00
Piwigo-TranslationTeam
6b053a5a0b [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@22244 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-16 19:09:09 +00:00
Piwigo-TranslationTeam
6827f58fea [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@22239 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-16 05:19:47 +00:00
Piwigo-TranslationTeam
7627cb08ed [trunk_public] Update zh_TW, thanks to : tedx
git-svn-id: http://piwigo.org/svn/trunk@22233 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-15 19:01:38 +00:00
Piwigo-TranslationTeam
d9319b5e6a [trunk_admin] Update fi_FI, thanks to : rolle
git-svn-id: http://piwigo.org/svn/trunk@22216 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-15 04:38:58 +00:00
Piwigo-TranslationTeam
8b73bc6ee9 [trunk_admin] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@22207 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-14 17:06:38 +00:00
Piwigo-TranslationTeam
2e1ebb8f89 [trunk_admin] Update de_DE, thanks to : fs101299
git-svn-id: http://piwigo.org/svn/trunk@22197 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-13 20:13:47 +00:00
Piwigo-TranslationTeam
8ad5031ab5 [trunk_install] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@22196 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-13 20:13:38 +00:00
Piwigo-TranslationTeam
19f35abaa2 [trunk_admin] Update sl_SI, thanks to : simon.krajnc & MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@22192 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-13 20:13:10 +00:00
ddtddt
127bec68b5 [branche 2.5] plugin - check Language 2.5.1
git-svn-id: http://piwigo.org/svn/trunk@22187 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-13 10:31:06 +00:00
ddtddt
060f5d1854 [trunk] - Language_- check 2.5.1
git-svn-id: http://piwigo.org/svn/trunk@22185 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-13 10:15:58 +00:00
plegall
e8020eb4cc merge r22183 from branch 2.5 to trunk
typo fixed in code comment


git-svn-id: http://piwigo.org/svn/trunk@22184 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-12 22:00:59 +00:00
plegall
fc8b781ddd merge r22181 from branch 2.5 to trunk
bug 2865: mysqli can now handle socket and specific port number


git-svn-id: http://piwigo.org/svn/trunk@22182 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-12 21:59:42 +00:00
Piwigo-TranslationTeam
12dd40060d [trunk_admin] Update zh_TW, thanks to : tedx
git-svn-id: http://piwigo.org/svn/trunk@22178 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-12 20:09:51 +00:00
Piwigo-TranslationTeam
978bb8c9cc [trunk_admin] Update pl_PL, thanks to : Greybrow
git-svn-id: http://piwigo.org/svn/trunk@22177 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-12 20:09:43 +00:00
rvelices
d3e271fbe4 upgrade jquery to 1.9.1
git-svn-id: http://piwigo.org/svn/trunk@22176 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-12 19:59:09 +00:00
rvelices
dcd7bbef2a fix quick search php warnings in some very rare cases
git-svn-id: http://piwigo.org/svn/trunk@22175 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-12 19:57:51 +00:00
ddtddt
abc16c1ccb [trunk] - Language_- update language Kannada - ಕನ್ನಡ (ಭಾರತ) [india] Thanks to rudramurthy
git-svn-id: http://piwigo.org/svn/trunk@22174 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-12 16:48:56 +00:00
Piwigo-TranslationTeam
c6278864c7 [trunk_admin] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@22173 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-12 16:12:35 +00:00
Piwigo-TranslationTeam
cf3a7eb4af [trunk_public] Update kn_IN, thanks to : rudramurthy
git-svn-id: http://piwigo.org/svn/trunk@22169 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-12 16:12:00 +00:00
Piwigo-TranslationTeam
8d1ffe0181 [trunk_admin] Update uk_UA, thanks to : marchelly
git-svn-id: http://piwigo.org/svn/trunk@22165 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-12 16:11:26 +00:00
rvelices
5627167a31 fix home link with flat parameter from picture page breadcrumb
git-svn-id: http://piwigo.org/svn/trunk@22161 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-12 05:01:28 +00:00
Piwigo-TranslationTeam
2bd4137212 [trunk_admin] Update zh_CN, thanks to : winson
git-svn-id: http://piwigo.org/svn/trunk@22157 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-11 19:37:25 +00:00
Piwigo-TranslationTeam
b48ad711ce [trunk_admin] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@22156 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-11 19:37:17 +00:00
Piwigo-TranslationTeam
29e3c7aad8 [trunk_admin] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@22155 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-11 19:37:09 +00:00
Piwigo-TranslationTeam
cbee147fb6 [trunk_admin] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@22154 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-11 19:37:01 +00:00
Piwigo-TranslationTeam
2e484f5e8d [trunk_admin] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@22153 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-11 19:36:54 +00:00
Piwigo-TranslationTeam
a7d1692e59 [trunk_admin] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@22152 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-11 19:36:44 +00:00
Piwigo-TranslationTeam
d399b1837e [trunk_admin] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@22151 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-11 19:36:36 +00:00
Piwigo-TranslationTeam
c65cdcbb85 [trunk_admin] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@22150 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-11 19:36:28 +00:00
Piwigo-TranslationTeam
cbfb34cad1 [trunk_admin] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@22149 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-11 19:36:20 +00:00
Piwigo-TranslationTeam
c8ad7f949f [trunk_admin] Update zh_TW, thanks to : tedx
git-svn-id: http://piwigo.org/svn/trunk@22148 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-11 19:36:11 +00:00
Piwigo-TranslationTeam
d83cb818fd [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@22147 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-11 19:36:03 +00:00
Piwigo-TranslationTeam
6919751b52 [trunk_admin] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@22146 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-11 19:35:56 +00:00
Piwigo-TranslationTeam
09ca5c4c38 [trunk_admin] Update ru_RU, thanks to : nadusha
git-svn-id: http://piwigo.org/svn/trunk@22145 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-11 19:35:49 +00:00
plegall
22d81a69f3 merge r22141 from branch 2.5 to trunk
bug 2887 fixed: avoid private photos to be returned as results on user comment
search with the appropriate author.



git-svn-id: http://piwigo.org/svn/trunk@22142 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-11 14:28:04 +00:00
flop25
0490009705 bug:2863
display a message on the upload page if "Resized after upload" is checked 

git-svn-id: http://piwigo.org/svn/trunk@22135 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-11 13:18:46 +00:00
flop25
c22683add2 fix typo which crash the install process
git-svn-id: http://piwigo.org/svn/trunk@22134 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-11 10:04:32 +00:00
ddtddt
a477ea4f99 [trunk] - Language_- new language Kannada - ಕನ್ನಡ (ಭಾರತ) [india] Thanks to rudramurthy
git-svn-id: http://piwigo.org/svn/trunk@22127 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-10 12:21:52 +00:00
ddtddt
981048ab53 [trunk] - Language_- new language Kannada - ಕನ್ನಡ (ಭಾರತ) [india] Thanks to rudramurthy
git-svn-id: http://piwigo.org/svn/trunk@22126 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-10 12:13:15 +00:00
Piwigo-TranslationTeam
1157f19c9a [trunk_install] Update sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@22104 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-09 17:57:09 +00:00
Piwigo-TranslationTeam
a85a4f4f3e [trunk_admin] Update lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@22059 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-07 17:54:43 +00:00
ddtddt
e5cd8472db [trunk] - Language_- Lietuvių - LT - update for 2.5.1
git-svn-id: http://piwigo.org/svn/trunk@22058 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-07 14:45:20 +00:00
Piwigo-TranslationTeam
b64ca633fe [trunk_install] Update lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@22057 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-07 13:42:54 +00:00
Piwigo-TranslationTeam
8c69943288 [trunk_public] Update lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@22054 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-07 09:12:44 +00:00
Piwigo-TranslationTeam
e183c8dc03 [trunk_upgrade] Update lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@22052 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-07 09:07:12 +00:00
ddtddt
3fe1186a60 [trunk] - Language_- nn_NO - update for 2.5.1
git-svn-id: http://piwigo.org/svn/trunk@22035 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-06 14:28:00 +00:00
ddtddt
9a4e1e1d83 [trunk] - Language_update flag nn_NO
git-svn-id: http://piwigo.org/svn/trunk@22034 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-06 14:25:42 +00:00
Piwigo-TranslationTeam
8961dad1fe [trunk_public] Update lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@22033 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-06 13:41:25 +00:00
Piwigo-TranslationTeam
de249901ba [trunk_public] Update lt_LT, thanks to : vilisas
git-svn-id: http://piwigo.org/svn/trunk@22026 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-06 10:30:24 +00:00
plegall
f23b5fbcae merge r21236 from branch 2.5 to trunk
bug 2861: avoid "invalid password" with manual upgrade and admin session expired


git-svn-id: http://piwigo.org/svn/trunk@22005 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-04 10:56:51 +00:00
Piwigo-TranslationTeam
1965cbd9c8 [trunk_admin] Update sl_SI, thanks to : simon.krajnc
git-svn-id: http://piwigo.org/svn/trunk@21999 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-03 21:01:23 +00:00
ddtddt
e11a1dbd59 [trunk] - Language_switch
git-svn-id: http://piwigo.org/svn/trunk@21992 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-03 12:02:42 +00:00
mistic100
f840e695e9 use right flag for sl_SI
git-svn-id: http://piwigo.org/svn/trunk@21983 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-02 20:24:57 +00:00
rvelices
c75ba6ba1d fix web service optional array parameters were always transformed to arrays
git-svn-id: http://piwigo.org/svn/trunk@21965 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-02 04:04:51 +00:00
Piwigo-TranslationTeam
1f9fd210b8 [trunk_public] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@21963 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-01 16:50:08 +00:00
Piwigo-TranslationTeam
7dfc92c871 [adminmultiview] Add nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@21954 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-01 16:47:30 +00:00
Piwigo-TranslationTeam
af41d7f178 [c13y_upgrade] Add nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@21953 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-01 16:47:22 +00:00
Piwigo-TranslationTeam
652f70f4e5 [trunk_admin] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@21944 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-01 16:44:31 +00:00
Piwigo-TranslationTeam
70d4eafe71 [trunk_admin] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@21938 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-01 07:21:33 +00:00
Piwigo-TranslationTeam
8b7d950577 [localfileseditor] Add nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@21937 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-04-01 07:21:12 +00:00
Piwigo-TranslationTeam
1d35161ba9 [trunk_help] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@21932 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-31 21:46:24 +00:00
Piwigo-TranslationTeam
1b10dad96e [trunk_help] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@21917 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-30 22:46:07 +00:00
Piwigo-TranslationTeam
750d410c66 [trunk_public] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@21911 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-30 12:35:07 +00:00
Piwigo-TranslationTeam
7488058493 [trunk_help] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@21906 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-29 19:32:01 +00:00
Piwigo-TranslationTeam
41560cf62a [trunk_public] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@21905 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-29 19:31:30 +00:00
rvelices
f6d6f66d79 tag names in admin history search were not being displayed using rander_tag_name event
git-svn-id: http://piwigo.org/svn/trunk@21894 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-28 21:38:36 +00:00
ddtddt
bee0027180 [trunk] - Language - update
git-svn-id: http://piwigo.org/svn/trunk@21893 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-28 21:36:27 +00:00
ddtddt
baac0fa7ee [trunk] - Language - add nn_NO about - Norwegian nynorsk Thanks to kiho
git-svn-id: http://piwigo.org/svn/trunk@21891 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-28 21:30:48 +00:00
Piwigo-TranslationTeam
5da4f63a03 [trunk_help] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@21889 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-28 20:40:37 +00:00
Piwigo-TranslationTeam
efaade940f [trunk_public] Update nb_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@21879 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-27 20:00:10 +00:00
Piwigo-TranslationTeam
6c676d7e7e [trunk_public] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@21877 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-27 19:59:33 +00:00
Piwigo-TranslationTeam
509be2f8be [language_switch] Add nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@21875 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-27 19:59:04 +00:00
Piwigo-TranslationTeam
c9dc7b1d26 [trunk_public] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@21868 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-27 15:28:24 +00:00
ddtddt
cc67a86938 [trunk] - Language - update
git-svn-id: http://piwigo.org/svn/trunk@21862 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-26 22:52:56 +00:00
Piwigo-TranslationTeam
6ef5f85eae [trunk_admin] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@21861 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-26 22:41:57 +00:00
Piwigo-TranslationTeam
cf8895eff2 [trunk_upgrade] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@21860 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-26 22:41:38 +00:00
Piwigo-TranslationTeam
019a57522c [trunk_install] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@21859 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-26 22:41:07 +00:00
Piwigo-TranslationTeam
b14bb8e424 [trunk_public] Update nn_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@21858 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-26 22:40:28 +00:00
ddtddt
6130c4c0bd [trunk] - Language - add nn_NO - Norwegian nynorsk Thanks to kiho
git-svn-id: http://piwigo.org/svn/trunk@21856 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-26 18:55:33 +00:00
Piwigo-TranslationTeam
d71cb913e8 [c13y_upgrade] Add et_EE, thanks to : Eggy
git-svn-id: http://piwigo.org/svn/trunk@21855 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-26 18:28:46 +00:00
Piwigo-TranslationTeam
5b79293a48 [trunk_public] Update nb_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@21836 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-25 21:22:28 +00:00
Piwigo-TranslationTeam
c0c7839383 [trunk_admin] Update nb_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@21827 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-25 21:19:56 +00:00
Piwigo-TranslationTeam
2eac71f5e9 [trunk_public] Update nb_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@21822 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-24 21:42:45 +00:00
Piwigo-TranslationTeam
8e7560233b [trunk_admin] Update nb_NO, thanks to : kiho
git-svn-id: http://piwigo.org/svn/trunk@21821 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-24 21:41:40 +00:00
rvelices
87ed74afd9 - remove code for backward compatibility (jquery ui effect + template variable)
git-svn-id: http://piwigo.org/svn/trunk@21818 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-24 06:49:06 +00:00
rvelices
ea10c19ac5 feature 2836: display the number of comments/tags in the menubar
git-svn-id: http://piwigo.org/svn/trunk@21817 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-24 06:46:35 +00:00
rvelices
55275efb66 feature 2557 recent photos/albums should never be empty
git-svn-id: http://piwigo.org/svn/trunk@21802 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-23 10:50:57 +00:00
rvelices
19d831bfe1 db changes for feature 2836 display # of comments/tags in menubar and feature 2557 recent photos should never be empty
git-svn-id: http://piwigo.org/svn/trunk@21801 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-23 10:02:04 +00:00
rvelices
c523eec163 fix unquoted string + better image sql filter
git-svn-id: http://piwigo.org/svn/trunk@21799 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-23 09:32:25 +00:00
rvelices
0804d94565 fix compatibility with jquery 1.9
git-svn-id: http://piwigo.org/svn/trunk@21798 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-23 09:23:59 +00:00
Piwigo-TranslationTeam
db1903ed5f [trunk_upgrade] Update he_IL, thanks to : ADIRBITON
git-svn-id: http://piwigo.org/svn/trunk@21790 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-22 19:57:58 +00:00
Piwigo-TranslationTeam
38ddd0328f [trunk_admin] Update he_IL, thanks to : ADIRBITON
git-svn-id: http://piwigo.org/svn/trunk@21789 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-22 19:57:28 +00:00
Piwigo-TranslationTeam
081eb721b4 [trunk_admin] Update zh_TW, thanks to : tedx
git-svn-id: http://piwigo.org/svn/trunk@21782 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-22 19:53:58 +00:00
patdenice
f529c8f0cb Correct image size in smartpocket with GThumb+ activated
git-svn-id: http://piwigo.org/svn/trunk@21779 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-22 09:18:08 +00:00
Piwigo-TranslationTeam
29e640d3d9 [c13y_upgrade] Add sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@21758 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-21 12:30:53 +00:00
Piwigo-TranslationTeam
5b98180385 [trunk_install] Update sl_SI, thanks to : obucek
git-svn-id: http://piwigo.org/svn/trunk@21717 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-19 11:26:25 +00:00
Piwigo-TranslationTeam
a5e6f717c4 [trunk_public] Update nl_NL, thanks to : Rob57
git-svn-id: http://piwigo.org/svn/trunk@21715 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-19 09:58:44 +00:00
Piwigo-TranslationTeam
6eae7416de [trunk_public] Update zh_TW, thanks to : tedx
git-svn-id: http://piwigo.org/svn/trunk@21714 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-19 09:58:08 +00:00
Piwigo-TranslationTeam
2d5066f4bc [trunk_public] Update zh_TW, thanks to : tedx
git-svn-id: http://piwigo.org/svn/trunk@21699 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-19 06:25:59 +00:00
Piwigo-TranslationTeam
df4488772b [trunk_public] Update nl_NL, thanks to : Rob57
git-svn-id: http://piwigo.org/svn/trunk@21698 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-19 06:24:51 +00:00
Piwigo-TranslationTeam
27393e1f95 [trunk_public] Update sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@21690 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-18 20:40:39 +00:00
Piwigo-TranslationTeam
4f6a2e18f3 [trunk_admin] Update zh_TW, thanks to : tedx
git-svn-id: http://piwigo.org/svn/trunk@21688 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-18 20:40:11 +00:00
Piwigo-TranslationTeam
fbe830d2a6 [trunk_upgrade] Update sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@21687 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-18 20:39:37 +00:00
Piwigo-TranslationTeam
6930550606 [trunk_public] Update zh_TW, thanks to : tedx
git-svn-id: http://piwigo.org/svn/trunk@21686 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-18 20:39:10 +00:00
Piwigo-TranslationTeam
dffbb41d0f [trunk_install] Update zh_TW, thanks to : tedx
git-svn-id: http://piwigo.org/svn/trunk@21685 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-18 20:38:47 +00:00
Piwigo-TranslationTeam
c9c721d5ca [adminmultiview] Add sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@21682 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-18 20:38:20 +00:00
Piwigo-TranslationTeam
8ad02a7564 [trunk_admin] Update sl_SI, thanks to : MarkoAm
git-svn-id: http://piwigo.org/svn/trunk@21676 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-18 20:35:24 +00:00
Piwigo-TranslationTeam
ec5136fa03 [trunk_admin] Update zh_TW, thanks to : tedx
git-svn-id: http://piwigo.org/svn/trunk@21660 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-18 04:50:12 +00:00
Piwigo-TranslationTeam
a8c0437302 [trunk_admin] Update zh_TW, thanks to : tedx
git-svn-id: http://piwigo.org/svn/trunk@21646 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-17 14:33:26 +00:00
Piwigo-TranslationTeam
5981517d58 [trunk_public] Update zh_TW, thanks to : tedx
git-svn-id: http://piwigo.org/svn/trunk@21610 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-16 20:27:59 +00:00
plegall
0c49940ad2 merge r21566 from branch 2.5 to trunk
bug 2867 fixed: move get_dirs function to a function file, so that it can be used in plugin LocalFiles Editor (see r18629)



git-svn-id: http://piwigo.org/svn/trunk@21567 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-15 10:06:38 +00:00
Piwigo-TranslationTeam
071036fa3a [language_switch] Add sl_SI, thanks to : obucek
git-svn-id: http://piwigo.org/svn/trunk@21559 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-14 20:41:59 +00:00
flop25
539180863f add the nb of pages as template var for navigation_bar.tpl for extensions
git-svn-id: http://piwigo.org/svn/trunk@21515 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-12 14:24:46 +00:00
Piwigo-TranslationTeam
6c6df4986c [trunk_help] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@21498 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-12 05:11:26 +00:00
Piwigo-TranslationTeam
322f4c43bc [trunk_admin] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@21494 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-11 21:07:16 +00:00
Piwigo-TranslationTeam
95cbb3800a [trunk_help] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@21493 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-11 21:06:43 +00:00
Piwigo-TranslationTeam
473a6f3879 [trunk_help] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@21471 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-11 16:14:29 +00:00
Piwigo-TranslationTeam
d3a94b4429 [trunk_admin] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@21470 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-11 16:13:21 +00:00
Piwigo-TranslationTeam
eb8d4272fa [trunk_admin] Update sr_RS, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@21434 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-10 14:49:07 +00:00
Piwigo-TranslationTeam
706c7ed645 [trunk_help] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@21420 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-09 15:33:06 +00:00
Piwigo-TranslationTeam
c003d9c956 [trunk_public] Update ja_JP, thanks to : codomo
git-svn-id: http://piwigo.org/svn/trunk@21419 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-09 12:41:07 +00:00
Piwigo-TranslationTeam
f5941c25d5 [trunk_help] Update bg_BG, thanks to : picsvet
git-svn-id: http://piwigo.org/svn/trunk@21416 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-09 12:28:30 +00:00
Piwigo-TranslationTeam
676672fa39 [trunk_help] Update bg_BG, thanks to : picsvet
git-svn-id: http://piwigo.org/svn/trunk@21398 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-08 22:51:11 +00:00
Piwigo-TranslationTeam
4c9ae6d1c0 [localfileseditor] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@21387 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-08 19:24:59 +00:00
Piwigo-TranslationTeam
c5853a9095 [trunk_public] Update pt_PT, thanks to : toze
git-svn-id: http://piwigo.org/svn/trunk@21377 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-08 16:25:23 +00:00
ddtddt
baaf9e7ad6 [trunk] - Language - update pt_PT - Português - Portuguese Thanks to Ano
git-svn-id: http://piwigo.org/svn/trunk@21376 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-08 16:22:39 +00:00
Piwigo-TranslationTeam
583c7118f0 [trunk_admin] Update pt_PT, thanks to : toze
git-svn-id: http://piwigo.org/svn/trunk@21374 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-08 16:11:44 +00:00
flop25
8be7776b67 small fix
git-svn-id: http://piwigo.org/svn/trunk@21359 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-08 13:01:22 +00:00
mistic100
61ca0705dd update css overload
git-svn-id: http://piwigo.org/svn/trunk@21356 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-08 12:09:06 +00:00
Piwigo-TranslationTeam
b7e2b01768 [trunk_admin] Update tr_TR, thanks to : Nakre
git-svn-id: http://piwigo.org/svn/trunk@21343 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-07 21:48:13 +00:00
Piwigo-TranslationTeam
25e7f3b83a [trunk_admin] Update tr_TR, thanks to : Nakre
git-svn-id: http://piwigo.org/svn/trunk@21342 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-07 21:13:11 +00:00
Piwigo-TranslationTeam
88e9180b51 [trunk_admin] Update zh_TW, thanks to : tedx
git-svn-id: http://piwigo.org/svn/trunk@21331 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-07 18:51:11 +00:00
Piwigo-TranslationTeam
81e9af10a0 [trunk_public] Update zh_TW, thanks to : tedx
git-svn-id: http://piwigo.org/svn/trunk@21330 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-07 18:50:49 +00:00
plegall
97eda7e98e merge r21323 from branch 2.5 to trunk
typo fixed in french language value


git-svn-id: http://piwigo.org/svn/trunk@21324 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-07 16:34:56 +00:00
Piwigo-TranslationTeam
f75eaa3f50 [trunk_admin] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@21319 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-07 15:04:33 +00:00
riopwg
41b466269d Update language IT
git-svn-id: http://piwigo.org/svn/trunk@21310 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-07 10:53:27 +00:00
Piwigo-TranslationTeam
87cdb07f69 [trunk_public] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@21302 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-06 22:56:56 +00:00
Piwigo-TranslationTeam
a93564fb2e [trunk_admin] Update nb_NO, thanks to : hammer9600
git-svn-id: http://piwigo.org/svn/trunk@21263 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-06 16:06:39 +00:00
Piwigo-TranslationTeam
2bdd07f29c [trunk_help] Update tr_TR, thanks to : hakanselcuk
git-svn-id: http://piwigo.org/svn/trunk@21229 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-05 23:02:37 +00:00
ddtddt
9d9e48a0c3 [trunk] - language - update vi_VN - Tiếng Việt - Vietnamese thanks to Em Ku
git-svn-id: http://piwigo.org/svn/trunk@21221 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-05 22:28:52 +00:00
ddtddt
4d5fa9213c [trunk] - language
git-svn-id: http://piwigo.org/svn/trunk@21201 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-05 10:48:16 +00:00
Piwigo-TranslationTeam
9f98742e98 [language_switch] Add gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@21199 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-05 09:55:17 +00:00
ddtddt
847d9d991b [trunk] - language
git-svn-id: http://piwigo.org/svn/trunk@21198 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-05 09:54:10 +00:00
ddtddt
929e6cc430 [trunk] - theme
git-svn-id: http://piwigo.org/svn/trunk@21197 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-05 07:21:14 +00:00
Piwigo-TranslationTeam
262e84514c [trunk_upgrade] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@21196 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-05 07:07:53 +00:00
Piwigo-TranslationTeam
5a80a9d02a [trunk_help] Update bg_BG, thanks to : picsvet
git-svn-id: http://piwigo.org/svn/trunk@21190 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-04 21:46:52 +00:00
Piwigo-TranslationTeam
ddb3e8ba01 [c13y_upgrade] Add pt_BR, thanks to : flaviove
git-svn-id: http://piwigo.org/svn/trunk@21181 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-04 16:40:57 +00:00
plegall
79be4e80bc better (not outdated) example for database host during install
git-svn-id: http://piwigo.org/svn/trunk@21178 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-04 15:13:13 +00:00
plegall
bc89179e48 bug 2860 fixed: "Photos sort order" is better than "Manage photo ranks"
git-svn-id: http://piwigo.org/svn/trunk@21177 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-04 14:56:34 +00:00
plegall
6e1d4c230f typo fixed from r21175
git-svn-id: http://piwigo.org/svn/trunk@21176 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-04 14:34:03 +00:00
plegall
c1f445f510 bug 2859 fixed: sanitize of photo title before use in title/alt HTML attributes
git-svn-id: http://piwigo.org/svn/trunk@21175 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-04 14:31:46 +00:00
Piwigo-TranslationTeam
6c1e393bea [trunk_public] Update sl_SI, thanks to : svartur81
git-svn-id: http://piwigo.org/svn/trunk@21174 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-04 11:16:28 +00:00
plegall
1f229ccfa3 bug 2857 fixed: select/options are invisible (#ccc on #ccc) with Chrome
git-svn-id: http://piwigo.org/svn/trunk@21173 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-04 09:55:27 +00:00
Piwigo-TranslationTeam
6538a57d9c [trunk_help] Update bg_BG, thanks to : picsvet
git-svn-id: http://piwigo.org/svn/trunk@21167 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-04 07:29:15 +00:00
ddtddt
9685e9a3b1 [trunk] - add 2 new site piwigo.org da/tr
git-svn-id: http://piwigo.org/svn/trunk@21166 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-03 22:28:40 +00:00
ddtddt
2aac4f6190 [trunk] - add 2 new site piwigo.org da/tr
git-svn-id: http://piwigo.org/svn/trunk@21165 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-03 22:24:15 +00:00
ddtddt
7cb863f46b [trunk] - Language - update TR translator
git-svn-id: http://piwigo.org/svn/trunk@21164 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-03 22:02:24 +00:00
ddtddt
68d1dd974c [trunk] - Language - update translator
git-svn-id: http://piwigo.org/svn/trunk@21157 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-03 20:42:32 +00:00
Piwigo-TranslationTeam
31d2a66953 [trunk_admin] Update pt_PT, thanks to : ANO
git-svn-id: http://piwigo.org/svn/trunk@21149 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-03 18:32:09 +00:00
Piwigo-TranslationTeam
9d33aef0f2 [c13y_upgrade] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@21148 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-03 18:32:02 +00:00
Piwigo-TranslationTeam
82523c579e [trunk_public] Update pt_PT, thanks to : ANO
git-svn-id: http://piwigo.org/svn/trunk@21146 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-03 18:31:24 +00:00
Piwigo-TranslationTeam
7f135e3fd1 [trunk_install] Update pt_PT, thanks to : ANO
git-svn-id: http://piwigo.org/svn/trunk@21145 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-03 18:31:08 +00:00
Piwigo-TranslationTeam
6da68e0c3d [trunk_upgrade] Update pt_PT, thanks to : ANO
git-svn-id: http://piwigo.org/svn/trunk@21144 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-03 18:30:31 +00:00
Piwigo-TranslationTeam
1dd3ffcb51 [adminmultiview] Update pt_PT, thanks to : ANO
git-svn-id: http://piwigo.org/svn/trunk@21143 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-03 18:30:24 +00:00
Piwigo-TranslationTeam
8ed96e312f [trunk_help] Update pt_PT, thanks to : ANO
git-svn-id: http://piwigo.org/svn/trunk@21142 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-03 18:29:59 +00:00
Piwigo-TranslationTeam
9b972febeb [c13y_upgrade] Update pt_PT, thanks to : ANO
git-svn-id: http://piwigo.org/svn/trunk@21140 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-03 18:29:43 +00:00
Piwigo-TranslationTeam
ab92d2aa65 [language_switch] Update pt_PT, thanks to : ANO
git-svn-id: http://piwigo.org/svn/trunk@21138 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-03 18:29:14 +00:00
Piwigo-TranslationTeam
dbcbdca734 [localfileseditor] Update pt_PT, thanks to : ANO
git-svn-id: http://piwigo.org/svn/trunk@21137 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-03 18:29:02 +00:00
Piwigo-TranslationTeam
3a2bd908f1 [trunk_admin] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@21129 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-03 18:26:22 +00:00
Piwigo-TranslationTeam
5f585a99f9 [trunk_help] Update pt_BR, thanks to : flaviove
git-svn-id: http://piwigo.org/svn/trunk@21127 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-03 18:25:49 +00:00
Piwigo-TranslationTeam
54c64cfeb8 [trunk_admin] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@21121 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-03 18:23:52 +00:00
Piwigo-TranslationTeam
537f3a18b3 [c13y_upgrade] Add fi_FI, thanks to : Juhi24
git-svn-id: http://piwigo.org/svn/trunk@21108 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-02 23:45:11 +00:00
Piwigo-TranslationTeam
9433990c7e [trunk_admin] Update pt_PT, thanks to : ANO
git-svn-id: http://piwigo.org/svn/trunk@21107 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-02 23:44:39 +00:00
plegall
ef830b0991 next version is 2.5.0
git-svn-id: http://piwigo.org/svn/trunk@21104 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-02 21:03:35 +00:00
plegall
082705b414 feature 2856: upgrade script to version 2.5
git-svn-id: http://piwigo.org/svn/trunk@21103 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-02 21:02:42 +00:00
ddtddt
dcd518ce6e [trunk] - theme - update Révision to 2.5.0
git-svn-id: http://piwigo.org/svn/trunk@21098 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-02 15:10:55 +00:00
ddtddt
577c7957c4 [trunk] - Language - update Révision to 2.5.0
git-svn-id: http://piwigo.org/svn/trunk@21097 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-02 14:00:11 +00:00
ddtddt
654ae8b9ef [trunk] - language - updatee Galician - Galego for 2.4.1
git-svn-id: http://piwigo.org/svn/trunk@21096 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-02 13:56:49 +00:00
Piwigo-TranslationTeam
a4a6af8fb1 [trunk_help] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@21095 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-02 13:03:38 +00:00
Piwigo-TranslationTeam
ae736a0968 [trunk_public] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@21094 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-02 13:03:13 +00:00
Piwigo-TranslationTeam
9296c8ad9c [trunk_admin] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@21089 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-02 13:02:03 +00:00
mistic100
d441783ca3 feature:65 add pwg_db_errno and pwg_db_error
git-svn-id: http://piwigo.org/svn/trunk@21088 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-02 12:19:06 +00:00
Piwigo-TranslationTeam
a69847d7ab [trunk_public] Update ru_RU, thanks to : nadusha
git-svn-id: http://piwigo.org/svn/trunk@21082 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-01 06:29:29 +00:00
Piwigo-TranslationTeam
09a21f96f3 [trunk_help] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@21076 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-01 06:26:58 +00:00
plegall
3fd8143ccd bug 2852 fixed: ability to use HTML markup in album description for pwg.categories.add
git-svn-id: http://piwigo.org/svn/trunk@21070 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-28 12:41:16 +00:00
Piwigo-TranslationTeam
42c2c3eb10 [trunk_admin] Update it_IT, thanks to : mclee
git-svn-id: http://piwigo.org/svn/trunk@21067 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-28 09:10:56 +00:00
Piwigo-TranslationTeam
2596b66f43 [trunk_admin] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@21063 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-28 09:10:04 +00:00
Piwigo-TranslationTeam
0264858fd2 [trunk_admin] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@21061 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-28 09:09:17 +00:00
Piwigo-TranslationTeam
ce385248d9 [trunk_help] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@21053 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-27 11:25:36 +00:00
Piwigo-TranslationTeam
12d900cdf8 [trunk_admin] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@21052 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-27 11:25:20 +00:00
Piwigo-TranslationTeam
52e84f0a85 [trunk_public] Update ro_RO, thanks to : rvelices
git-svn-id: http://piwigo.org/svn/trunk@21051 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-27 11:24:37 +00:00
Piwigo-TranslationTeam
1f02b6fa45 [trunk_admin] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@21045 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-26 12:41:53 +00:00
Piwigo-TranslationTeam
f1429b46f6 [trunk_admin] Update cs_CZ, thanks to : elpresidento
git-svn-id: http://piwigo.org/svn/trunk@21044 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-26 12:40:38 +00:00
Piwigo-TranslationTeam
37a0733b95 [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@21042 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-26 07:55:17 +00:00
Piwigo-TranslationTeam
73c8d59661 [trunk_admin] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@21041 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-26 07:54:06 +00:00
rvelices
062a75acf7 bug 2851: hide related tags menu bar section on photo page
git-svn-id: http://piwigo.org/svn/trunk@21040 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-25 21:19:13 +00:00
rvelices
e9dab9db74 on picture.php replace U_ADMIN url with U_PHOTO_ADMIN url to avoid being overriden by menubar and having to redefine it (U_ADMIN still there for 2.5 version for backward compatibility)
git-svn-id: http://piwigo.org/svn/trunk@21039 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-25 21:16:10 +00:00
Piwigo-TranslationTeam
99214da72d [trunk_help] Update af_ZA, thanks to : maeztro
git-svn-id: http://piwigo.org/svn/trunk@21037 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-25 17:51:36 +00:00
Piwigo-TranslationTeam
a49cc27620 [localfileseditor] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@21035 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-25 17:51:04 +00:00
Piwigo-TranslationTeam
b887faabe4 [c13y_upgrade] Add gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@21033 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-25 17:50:46 +00:00
Piwigo-TranslationTeam
d4c7e98d5e [trunk_admin] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@21020 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-25 10:15:24 +00:00
Piwigo-TranslationTeam
4b73f334e3 [trunk_install] Update pl_PL, thanks to : K.S.
git-svn-id: http://piwigo.org/svn/trunk@21015 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-25 07:53:48 +00:00
Piwigo-TranslationTeam
431a8ac93f [trunk_admin] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@21010 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-25 07:52:06 +00:00
Piwigo-TranslationTeam
f0643d1be2 [trunk_admin] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@21009 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-25 07:51:38 +00:00
Piwigo-TranslationTeam
0008768ba7 [trunk_admin] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@21002 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-24 12:28:19 +00:00
Piwigo-TranslationTeam
d8b8132836 [localfileseditor] Add gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@21001 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-24 12:28:08 +00:00
Piwigo-TranslationTeam
0c2a0c5447 [adminmultiview] Add gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@21000 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-24 12:28:01 +00:00
rvelices
b47c2a680e bug 2846: pwg.images.search sql error when called with f_* parameters
git-svn-id: http://piwigo.org/svn/trunk@20999 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-24 12:24:58 +00:00
Piwigo-TranslationTeam
0e62a02468 [trunk_admin] Update pl_PL, thanks to : K.S.
git-svn-id: http://piwigo.org/svn/trunk@20990 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-24 06:24:04 +00:00
Piwigo-TranslationTeam
ef67009e5b [trunk_admin] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@20989 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-24 06:23:00 +00:00
plegall
045fb53be7 next version is 2.5.0RC2
git-svn-id: http://piwigo.org/svn/trunk@20986 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-23 21:25:38 +00:00
rvelices
c486989c9c duplicate lang
git-svn-id: http://piwigo.org/svn/trunk@20984 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-23 13:06:26 +00:00
rvelices
1c9a69ba0a - replaced calendar views select with a drop down box (as sort order and photo sizes)
- some css compaction

git-svn-id: http://piwigo.org/svn/trunk@20982 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-23 07:24:04 +00:00
Piwigo-TranslationTeam
ff678083b6 [localfileseditor] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@20980 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-23 07:04:44 +00:00
Piwigo-TranslationTeam
87b014017b [adminmultiview] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@20979 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-23 07:04:38 +00:00
Piwigo-TranslationTeam
cb56e6bd77 [trunk_admin] Update ro_RO, thanks to : strotti
git-svn-id: http://piwigo.org/svn/trunk@20978 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-23 07:04:10 +00:00
rvelices
695cc68cbe admin multi view smaller controller size (use sans serif fonts, less margins ...)
git-svn-id: http://piwigo.org/svn/trunk@20977 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-23 07:03:50 +00:00
Piwigo-TranslationTeam
a119f00487 [trunk_admin] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@20976 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-23 07:03:35 +00:00
Piwigo-TranslationTeam
b0548f9cde [trunk_public] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@20975 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-23 07:03:18 +00:00
Piwigo-TranslationTeam
b2b2aa23f0 [trunk_install] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@20974 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-23 07:02:51 +00:00
Piwigo-TranslationTeam
d78c943bb9 [trunk_upgrade] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@20973 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-23 07:01:44 +00:00
Piwigo-TranslationTeam
a0dd3fdc98 [trunk_public] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@20962 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-22 19:05:54 +00:00
Piwigo-TranslationTeam
54847d471c [trunk_admin] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@20961 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-22 19:05:25 +00:00
Piwigo-TranslationTeam
5b0ccb270a [language_switch] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@20960 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-22 19:05:15 +00:00
Piwigo-TranslationTeam
db91c06942 [c13y_upgrade] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@20959 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-22 19:05:08 +00:00
Piwigo-TranslationTeam
4402ddf18a [trunk_admin] Update en_UK, thanks to : Tadjio
git-svn-id: http://piwigo.org/svn/trunk@20956 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-22 19:03:48 +00:00
Piwigo-TranslationTeam
3504adcea4 [trunk_upgrade] Update en_UK, thanks to : Tadjio
git-svn-id: http://piwigo.org/svn/trunk@20955 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-22 19:03:32 +00:00
Piwigo-TranslationTeam
472514a69d [trunk_public] Update en_UK, thanks to : Tadjio
git-svn-id: http://piwigo.org/svn/trunk@20947 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-22 19:00:55 +00:00
Piwigo-TranslationTeam
50b593b9ee [adminmultiview] Update en_UK, thanks to : Tadjio
git-svn-id: http://piwigo.org/svn/trunk@20946 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-22 19:00:48 +00:00
Piwigo-TranslationTeam
84e9de9395 [localfileseditor] Update en_UK, thanks to : Tadjio
git-svn-id: http://piwigo.org/svn/trunk@20945 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-22 19:00:29 +00:00
Piwigo-TranslationTeam
59900bf0bd [language_switch] Update en_UK, thanks to : Tadjio
git-svn-id: http://piwigo.org/svn/trunk@20944 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-22 19:00:10 +00:00
flop25
2ad7b37aa8 bug:2837
render the same display in rtl and ltr

git-svn-id: http://piwigo.org/svn/trunk@20943 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-22 14:12:36 +00:00
Piwigo-TranslationTeam
4d64770d76 [trunk_public] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@20940 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-22 07:27:25 +00:00
Piwigo-TranslationTeam
21f82e8216 [localfileseditor] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@20939 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-22 07:27:14 +00:00
Piwigo-TranslationTeam
90b566e228 [trunk_public] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@20932 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-22 07:25:34 +00:00
Piwigo-TranslationTeam
4350fd620d [trunk_admin] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@20930 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-22 07:25:00 +00:00
Piwigo-TranslationTeam
723f539b9f [trunk_upgrade] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@20929 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-22 07:24:31 +00:00
Piwigo-TranslationTeam
0107177700 [trunk_install] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@20928 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-22 07:24:02 +00:00
Piwigo-TranslationTeam
ff4421e933 [trunk_admin] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@20927 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-22 07:23:46 +00:00
Piwigo-TranslationTeam
872499eb1c [trunk_public] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@20926 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-22 07:23:18 +00:00
Piwigo-TranslationTeam
4e3daf8db6 [trunk_admin] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@20925 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-22 07:22:51 +00:00
rvelices
82217461c4 fix english language string
added missing rel nofollow on registration page link

git-svn-id: http://piwigo.org/svn/trunk@20924 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-22 05:00:23 +00:00
Piwigo-TranslationTeam
13aed207f1 [trunk_public] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@20923 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-21 19:53:02 +00:00
Piwigo-TranslationTeam
3f9eec1b3b [trunk_admin] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@20922 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-21 19:52:34 +00:00
Piwigo-TranslationTeam
296b46ee05 [trunk_admin] Update pt_PT, thanks to : lola
git-svn-id: http://piwigo.org/svn/trunk@20920 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-21 19:51:57 +00:00
Piwigo-TranslationTeam
724974c81f [trunk_admin] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@20918 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-21 19:51:31 +00:00
Piwigo-TranslationTeam
86f3a2d888 [trunk_upgrade] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@20917 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-21 19:50:59 +00:00
Piwigo-TranslationTeam
8b1df75afa [trunk_install] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@20916 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-21 19:50:31 +00:00
Piwigo-TranslationTeam
1b362bf9e9 [trunk_public] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@20915 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-21 19:49:37 +00:00
Piwigo-TranslationTeam
301e081cec [trunk_help] Update af_ZA, thanks to : maeztro
git-svn-id: http://piwigo.org/svn/trunk@20914 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-21 09:52:25 +00:00
Piwigo-TranslationTeam
0b4561da01 [trunk_admin] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@20913 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-21 09:52:06 +00:00
Piwigo-TranslationTeam
8adb083e99 [adminmultiview] Update pl_PL, thanks to : T00kie
git-svn-id: http://piwigo.org/svn/trunk@20912 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-21 09:51:58 +00:00
Piwigo-TranslationTeam
d056b7af1d [trunk_install] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@20909 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-21 08:50:24 +00:00
Piwigo-TranslationTeam
6d87b33aff [trunk_upgrade] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@20907 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-21 08:49:24 +00:00
Piwigo-TranslationTeam
33961c3e9c [trunk_help] Update af_ZA, thanks to : maeztro
git-svn-id: http://piwigo.org/svn/trunk@20906 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-21 08:48:47 +00:00
Piwigo-TranslationTeam
9ce2b1e1d3 [trunk_admin] Update sv_SE, thanks to : affeee
git-svn-id: http://piwigo.org/svn/trunk@20905 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-21 07:21:20 +00:00
Piwigo-TranslationTeam
0650662240 [c13y_upgrade] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@20904 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-21 04:48:54 +00:00
Piwigo-TranslationTeam
3ca033dd69 [language_switch] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@20903 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-21 04:48:35 +00:00
Piwigo-TranslationTeam
2f90b29a4e [localfileseditor] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@20902 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-21 04:48:12 +00:00
Piwigo-TranslationTeam
54d8f0b4bb [trunk_admin] Update bg_BG, thanks to : picsvet
git-svn-id: http://piwigo.org/svn/trunk@20900 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-20 23:37:15 +00:00
Piwigo-TranslationTeam
8d6c2fbbc3 [trunk_public] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@20899 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-20 23:36:45 +00:00
Piwigo-TranslationTeam
50482d0d08 [trunk_admin] Update fi_FI, thanks to : Juhi24
git-svn-id: http://piwigo.org/svn/trunk@20898 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-20 23:36:29 +00:00
Piwigo-TranslationTeam
c75b6b0b64 [trunk_install] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@20897 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-20 23:36:13 +00:00
Piwigo-TranslationTeam
d509f8a95f [trunk_upgrade] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@20896 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-20 23:35:42 +00:00
Piwigo-TranslationTeam
c200de4bfa [trunk_admin] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@20895 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-20 23:35:13 +00:00
Piwigo-TranslationTeam
05e98042fb [trunk_admin] Update cs_CZ, thanks to : sichr
git-svn-id: http://piwigo.org/svn/trunk@20893 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-20 23:34:29 +00:00
Piwigo-TranslationTeam
c96e091cbc [localfileseditor] Update pl_PL, thanks to : K.S.
git-svn-id: http://piwigo.org/svn/trunk@20882 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-20 23:31:27 +00:00
Piwigo-TranslationTeam
225d4e0b18 [language_switch] Update pl_PL, thanks to : K.S.
git-svn-id: http://piwigo.org/svn/trunk@20881 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-20 23:31:16 +00:00
Piwigo-TranslationTeam
3e00903b7d [c13y_upgrade] Update pl_PL, thanks to : K.S.
git-svn-id: http://piwigo.org/svn/trunk@20880 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-20 23:31:09 +00:00
Piwigo-TranslationTeam
cacab7730b [trunk_upgrade] Update pl_PL, thanks to : K.S.
git-svn-id: http://piwigo.org/svn/trunk@20878 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-20 23:30:26 +00:00
Piwigo-TranslationTeam
c80796e84e [trunk_admin] Update pl_PL, thanks to : K.S.
git-svn-id: http://piwigo.org/svn/trunk@20877 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-20 23:30:08 +00:00
ddtddt
97ef393070 [trunk] - Language - update Révision to 2.5.0
git-svn-id: http://piwigo.org/svn/trunk@20876 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-20 21:21:36 +00:00
ddtddt
23c59b6098 [trunk] - plugin - update Révision to 2.5.0
git-svn-id: http://piwigo.org/svn/trunk@20875 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-20 21:06:09 +00:00
ddtddt
0f11047dfa [trunk] - language - updatee Galician - Galego thanks to damufo
git-svn-id: http://piwigo.org/svn/trunk@20874 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-20 21:03:25 +00:00
Piwigo-TranslationTeam
6f3c9c520a [trunk_admin] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@20872 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-20 14:29:43 +00:00
Piwigo-TranslationTeam
8ad4619e3b [trunk_public] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@20870 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-20 14:28:37 +00:00
Piwigo-TranslationTeam
8e0533327c [trunk_public] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@20869 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-20 12:38:28 +00:00
Piwigo-TranslationTeam
0c6d894bee [trunk_public] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@20863 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-20 09:34:48 +00:00
mistic100
05a88e9205 add gl_ES flag
git-svn-id: http://piwigo.org/svn/trunk@20861 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-19 21:39:49 +00:00
Piwigo-TranslationTeam
bea829a7b4 [trunk_help] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@20859 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-19 21:07:14 +00:00
flop25
3d15581d15 better explanation less confusing
http://piwigo.org/forum/viewtopic.php?id=20703

git-svn-id: http://piwigo.org/svn/trunk@20853 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-19 15:03:27 +00:00
Piwigo-TranslationTeam
6c4eac353d [trunk_public] Update gl_ES, thanks to : damufo
git-svn-id: http://piwigo.org/svn/trunk@20851 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-19 14:30:21 +00:00
Piwigo-TranslationTeam
7643df15cc [adminmultiview] Add fi_FI, thanks to : Juhi24
git-svn-id: http://piwigo.org/svn/trunk@20846 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-19 13:07:47 +00:00
Piwigo-TranslationTeam
aeff26f185 [trunk_admin] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@20840 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-19 10:26:18 +00:00
ddtddt
e03d84a3e1 [trunk] - language - updatee Galician - Galego thanks to damufo
git-svn-id: http://piwigo.org/svn/trunk@20838 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-19 09:34:09 +00:00
ddtddt
6e3d680c01 [trunk] - language - create Galician - Galego thanks to damufo
git-svn-id: http://piwigo.org/svn/trunk@20837 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-19 09:05:49 +00:00
plegall
c3c87d9755 use jquery CDN instead of Google's (but it would be preferable to use Piwigo files instead)
git-svn-id: http://piwigo.org/svn/trunk@20826 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-18 21:43:27 +00:00
rvelices
527a86190f ws.htm uses jquery 1.9.1 instead of 1.9.0
git-svn-id: http://piwigo.org/svn/trunk@20825 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-18 21:19:19 +00:00
rvelices
74373ea717 upgraded jquery ui from 1.9.0 to 1.10.1
git-svn-id: http://piwigo.org/svn/trunk@20824 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-18 21:18:40 +00:00
rvelices
f2da009c0f make batch manager ready for jquery 1.9
git-svn-id: http://piwigo.org/svn/trunk@20823 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-18 20:58:46 +00:00
rvelices
eeb7942b4e upgraded jquery jcrop from 0.9.10 to 0.9.12
git-svn-id: http://piwigo.org/svn/trunk@20820 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-18 20:33:45 +00:00
rvelices
56bf419cac upgraded jquery chosen from 0.9.7 to 0.9.11
git-svn-id: http://piwigo.org/svn/trunk@20818 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-18 20:24:46 +00:00
mistic100
0462e6e129 completely rewrite the indentation of ws.php, no technical changes
git-svn-id: http://piwigo.org/svn/trunk@20817 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-18 20:02:55 +00:00
rvelices
3c95ae69f4 upgraded jquery colorbox from 1.3.16 to 1.4.1
git-svn-id: http://piwigo.org/svn/trunk@20816 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-18 19:58:24 +00:00
mistic100
2e1e026c71 completely rewrite the indentation of ws.php, no technical changes
git-svn-id: http://piwigo.org/svn/trunk@20815 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-18 19:41:40 +00:00
flop25
d02cc8f1d8 bug:2845
added 'tags' as potential array for pwg.images.addSimple 

git-svn-id: http://piwigo.org/svn/trunk@20814 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-18 18:55:16 +00:00
mistic100
75fa687b88 allow to pass an array to get_tag_ids()
git-svn-id: http://piwigo.org/svn/trunk@20805 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-18 12:31:56 +00:00
Piwigo-TranslationTeam
d80011ed4c [trunk_admin] Update af_ZA, thanks to : maeztro
git-svn-id: http://piwigo.org/svn/trunk@20802 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-18 10:09:27 +00:00
Piwigo-TranslationTeam
8f0c81eed6 [trunk_admin] Update bg_BG, thanks to : picsvet
git-svn-id: http://piwigo.org/svn/trunk@20792 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-16 22:34:44 +00:00
ddtddt
34cbe6c75d [trunk] - language - update vi_VN - Tiếng Việt - Vietnamese thanks to Em Ku
git-svn-id: http://piwigo.org/svn/trunk@20789 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-16 19:18:41 +00:00
mistic100
98f08b3ee3 feature:2847 Display additional info for API methods fields
git-svn-id: http://piwigo.org/svn/trunk@20750 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-13 19:26:34 +00:00
Piwigo-TranslationTeam
9687732271 [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@20748 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-13 18:55:07 +00:00
flop25
1246fd7922 bug:2845
use of \ to escape the comma
"a, b\, 1" will give Array ( [0] => a [1] => b, 1 ) whatever the number of \

git-svn-id: http://piwigo.org/svn/trunk@20741 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-13 18:12:10 +00:00
flop25
d6abd25b6b bug:2841 doesn't duplicate using 'merge' action on only one group
git-svn-id: http://piwigo.org/svn/trunk@20740 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-13 13:32:49 +00:00
Piwigo-TranslationTeam
a25f398952 [trunk_admin] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@20723 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-12 22:31:28 +00:00
mistic100
9722255086 feature:65 fix fatal error at the end of the install process, remove unused file and function
git-svn-id: http://piwigo.org/svn/trunk@20721 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-12 11:37:34 +00:00
mistic100
e8bdcecfeb feature:65 pwg_db_connect doesn't return anything now
git-svn-id: http://piwigo.org/svn/trunk@20720 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-12 11:06:00 +00:00
plegall
758f29eb7d merge r20713 from branch 2.4 to trunk
bug 2844: improve security on LocalFiles Editor, add pwg_token to avoid CSRF



git-svn-id: http://piwigo.org/svn/trunk@20715 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-12 10:21:03 +00:00
plegall
8a7952a171 merge r20712 from branch 2.4 to trunk
bug 2844: increase security on LocalFiles Editor, filter on files to edit.



git-svn-id: http://piwigo.org/svn/trunk@20714 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-12 10:19:57 +00:00
Piwigo-TranslationTeam
270d0330a1 [trunk_admin] Update es_ES, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@20709 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-12 05:30:45 +00:00
plegall
ed1b88c550 merge r20706 from branch 2.4 to trunk
bug 2843: filter $_GET['dl'], it must be a md5sum-like string and nothing else


git-svn-id: http://piwigo.org/svn/trunk@20707 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-11 21:52:29 +00:00
Piwigo-TranslationTeam
853dea3625 [trunk_admin] Update bg_BG, thanks to : picsvet
git-svn-id: http://piwigo.org/svn/trunk@20701 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-11 20:10:30 +00:00
Piwigo-TranslationTeam
07797a569f [trunk_admin] Update fa_IR, thanks to : PicaKing
git-svn-id: http://piwigo.org/svn/trunk@20677 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-11 20:03:16 +00:00
Piwigo-TranslationTeam
6c9319ddfa [trunk_admin] Update bg_BG, thanks to : picsvet
git-svn-id: http://piwigo.org/svn/trunk@20669 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-10 21:02:44 +00:00
Piwigo-TranslationTeam
f0d7b9c1ab [trunk_admin] Update pl_PL, thanks to : K.S.
git-svn-id: http://piwigo.org/svn/trunk@20667 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-10 19:58:00 +00:00
riopwg
03c5a06fc2 Update language IT Review
git-svn-id: http://piwigo.org/svn/trunk@20648 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-10 16:05:36 +00:00
Eric
b6029f51e5 English reference translation fix : "Connection to server unavailable." instead of "Connection to server impossible."
git-svn-id: http://piwigo.org/svn/trunk@20644 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-10 13:59:18 +00:00
Piwigo-TranslationTeam
9c44130791 [trunk_admin] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@20637 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-10 06:51:33 +00:00
Piwigo-TranslationTeam
e51a9514a6 [trunk_admin] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@20636 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-09 22:52:35 +00:00
Piwigo-TranslationTeam
75dbf9922e [trunk_admin] Update es_ES, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@20611 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-08 05:19:23 +00:00
rvelices
ec50a59f75 replaced page_messages.php with a function to call
git-svn-id: http://piwigo.org/svn/trunk@20609 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-07 21:17:08 +00:00
Piwigo-TranslationTeam
e86d61a4d2 [trunk_admin] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@20603 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-07 18:44:46 +00:00
ddtddt
afd5d53909 [trunk] - language - update zh_TW - 中文 (繁體) - Chinese traditional Thanks to chouyh
git-svn-id: http://piwigo.org/svn/trunk@20600 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-07 06:23:03 +00:00
rvelices
f66a624576 start the php session before loading plugins in a standard manner (related to bug 2835: )
git-svn-id: http://piwigo.org/svn/trunk@20599 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-07 05:43:44 +00:00
Piwigo-TranslationTeam
7956ce1d42 [trunk_admin] Update pt_BR, thanks to : PabloBSantiago
git-svn-id: http://piwigo.org/svn/trunk@20595 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-07 05:36:14 +00:00
mistic100
5dd4b3ca3b remove useless flags (33), use JPEG 90% instead of PNG-24
(flags are desaturated at 15%, the original non compressed file is available)

git-svn-id: http://piwigo.org/svn/trunk@20590 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-06 17:52:48 +00:00
flop25
c2fc8af9c2 non compressed sprite
git-svn-id: http://piwigo.org/svn/trunk@20589 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-06 16:56:51 +00:00
Piwigo-TranslationTeam
86bee7e076 [trunk_admin] Update de_DE, thanks to : Polly
git-svn-id: http://piwigo.org/svn/trunk@20588 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-06 16:02:09 +00:00
flop25
8f019e2f8d bug:2827
adding a sprite for flags. So the flag in language packages is no longuer required, but language_switch.css need to be edited for a language added to Piwigo.

git-svn-id: http://piwigo.org/svn/trunk@20587 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-06 15:47:00 +00:00
ddtddt
bc60fe50fa [trunk] - change french to Québecois
git-svn-id: http://piwigo.org/svn/trunk@20586 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-06 15:44:06 +00:00
Piwigo-TranslationTeam
e511a42737 [trunk_admin] Update th_TH, thanks to : pradit
git-svn-id: http://piwigo.org/svn/trunk@20585 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-06 14:01:14 +00:00
Piwigo-TranslationTeam
6b2a5fe6bf [trunk_help] Update tr_TR, thanks to : hakanselcuk
git-svn-id: http://piwigo.org/svn/trunk@20583 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-06 05:40:40 +00:00
Piwigo-TranslationTeam
d4bbc04ea1 [trunk_admin] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@20581 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-06 05:39:31 +00:00
rvelices
f0f01c2be1 fix potential smartpocket redirect issue in admin (redirect -> redirect_html -> new Template -> include themeconf.inc.php => Fatal error)
git-svn-id: http://piwigo.org/svn/trunk@20579 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-05 19:41:03 +00:00
rvelices
00ed87a52d removed an old debug log message in i.log
git-svn-id: http://piwigo.org/svn/trunk@20578 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-05 19:16:16 +00:00
Piwigo-TranslationTeam
2871e9df0b [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@20577 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-05 18:23:09 +00:00
Piwigo-TranslationTeam
a076525def [trunk_admin] Update pl_PL, thanks to : Greybrow
git-svn-id: http://piwigo.org/svn/trunk@20576 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-05 18:22:53 +00:00
Piwigo-TranslationTeam
48d44f229f [trunk_admin] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@20573 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-05 13:09:09 +00:00
Piwigo-TranslationTeam
68d3b219f5 [trunk_admin] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@20572 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-05 13:08:53 +00:00
Piwigo-TranslationTeam
ae8ee55eb7 [trunk_admin] Update zh_CN, thanks to : winson
git-svn-id: http://piwigo.org/svn/trunk@20571 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-05 13:08:25 +00:00
Piwigo-TranslationTeam
3a47621979 [trunk_public] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@20570 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-05 13:08:02 +00:00
Piwigo-TranslationTeam
6980020e77 [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@20569 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-05 11:18:26 +00:00
Piwigo-TranslationTeam
03d5c554a6 [trunk_admin] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@20568 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-05 11:17:56 +00:00
Piwigo-TranslationTeam
8de1737fe9 [trunk_admin] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@20567 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-05 11:17:32 +00:00
ddtddt
1a7100538a [trunk] - language update ES bug
git-svn-id: http://piwigo.org/svn/trunk@20566 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-05 07:17:50 +00:00
Piwigo-TranslationTeam
1a98f34f75 [language_switch] Update ru_RU, thanks to : baraban
git-svn-id: http://piwigo.org/svn/trunk@20561 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-04 20:59:06 +00:00
Piwigo-TranslationTeam
7cbdd53b11 [trunk_admin] Update ru_RU, thanks to : baraban
git-svn-id: http://piwigo.org/svn/trunk@20555 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-04 19:00:27 +00:00
Piwigo-TranslationTeam
5b08f43035 [trunk_admin] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@20553 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-04 18:26:31 +00:00
Piwigo-TranslationTeam
fda415c6c9 [trunk_admin] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@20550 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-04 18:20:19 +00:00
plegall
7321b32db9 feature 65: piwigo_structure-mysqli.php doesn't exist, we force the use of piwigo_structure-mysql.php
git-svn-id: http://piwigo.org/svn/trunk@20546 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-04 13:06:24 +00:00
plegall
4c4bf26b0c feature 65: fetch_assoc behaves different with mysql and mysqli. When no row
is returned, mysql returns bool:false, while mysqli returns null and it was
breaking completely the installation process. I have faked the old mysql
behavior with mysqli (just for get_default_user_infos function)


git-svn-id: http://piwigo.org/svn/trunk@20545 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-04 13:04:42 +00:00
plegall
b267aea0e2 bug 2825: add maintenance action to clean the database and avoid integrity errors
git-svn-id: http://piwigo.org/svn/trunk@20544 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-04 11:28:03 +00:00
patdenice
b39b4e0f39 bug:2835
ability detect mobile theme earlier, before plugin load

git-svn-id: http://piwigo.org/svn/trunk@20543 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-04 10:02:05 +00:00
plegall
3826020023 feature 2834: move "up" icon before previous/next arrows
git-svn-id: http://piwigo.org/svn/trunk@20542 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-04 09:46:55 +00:00
plegall
2bfff619f2 feature 2833: better looking icons for Elegant. Mainly on picture.php, to be completed.
Icons are coming from screenshots of entypo and typicons fonts. The Entypo and Typicons
pictograms are licensed under CC BY 3.0.


git-svn-id: http://piwigo.org/svn/trunk@20541 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-04 09:41:55 +00:00
Piwigo-TranslationTeam
72f243349e [trunk_public] Update es_ES, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@20536 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-03 21:11:51 +00:00
Piwigo-TranslationTeam
4764e458ec [trunk_help] Update es_ES, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@20535 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-03 21:11:24 +00:00
Piwigo-TranslationTeam
8427351f10 [trunk_admin] Update es_ES, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@20534 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-03 21:11:03 +00:00
mistic100
f7d95017a4 bug:2822 editing photo replaces date_creation time to 00:00:00
git-svn-id: http://piwigo.org/svn/trunk@20531 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-03 15:25:52 +00:00
rvelices
5b22fcea0e feature 2831: simple way to protect urls of originals
git-svn-id: http://piwigo.org/svn/trunk@20516 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-02 07:09:52 +00:00
mistic100
21c97f3858 feature:65 add fetch_array SQL functions
git-svn-id: http://piwigo.org/svn/trunk@20510 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-01 12:18:00 +00:00
flop25
3edee07252 language changed to match the one defined in lang files
git-svn-id: http://piwigo.org/svn/trunk@20489 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-30 19:04:35 +00:00
mistic100
6f04aba061 feature:65 Add support for PHP mysqli extension, activated by default, remove returns of link_identifier
git-svn-id: http://piwigo.org/svn/trunk@20462 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-30 11:12:22 +00:00
mistic100
0bba3bfcf7 some code cleaning
git-svn-id: http://piwigo.org/svn/trunk@20453 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-29 18:46:23 +00:00
flop25
6b1b98df15 moved inline css in theme.css
removed useless theme conf
ready for rc

git-svn-id: http://piwigo.org/svn/trunk@20452 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-29 18:35:50 +00:00
mistic100
4708e6c75e feature:2826
git-svn-id: http://piwigo.org/svn/trunk@20449 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-29 17:35:23 +00:00
Piwigo-TranslationTeam
ec235d488e [trunk_public] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@20438 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-27 22:01:08 +00:00
Piwigo-TranslationTeam
e759833e26 [trunk_admin] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@20434 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-27 21:59:47 +00:00
Piwigo-TranslationTeam
3ac656c0ae [trunk_admin] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@20417 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-27 12:48:42 +00:00
Piwigo-TranslationTeam
704d1555b6 [trunk_public] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@20411 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-26 17:49:56 +00:00
Piwigo-TranslationTeam
ac2fa59600 [trunk_help] Update pt_BR, thanks to : flaviove
git-svn-id: http://piwigo.org/svn/trunk@20385 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-25 17:41:59 +00:00
mistic100
beb5ee38e5 separate each html_style with a nex line, for source code lisibility
git-svn-id: http://piwigo.org/svn/trunk@20370 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-25 11:28:22 +00:00
Piwigo-TranslationTeam
e05819e7d8 [trunk_public] Update az_AZ, thanks to : Behrad
git-svn-id: http://piwigo.org/svn/trunk@20357 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-24 13:00:47 +00:00
Piwigo-TranslationTeam
f5acb63dbd [trunk_install] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@20355 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-24 12:59:37 +00:00
Piwigo-TranslationTeam
d275929c1b [trunk_public] Update vi_VN, thanks to : icy
git-svn-id: http://piwigo.org/svn/trunk@20343 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-23 05:49:26 +00:00
rvelices
35717d6ad9 javascript int type instead of string
git-svn-id: http://piwigo.org/svn/trunk@20336 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-22 19:17:09 +00:00
rvelices
d855ec866d some code comments
git-svn-id: http://piwigo.org/svn/trunk@20335 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-22 19:16:36 +00:00
Piwigo-TranslationTeam
68c40fa96f [trunk_admin] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@20331 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-22 19:07:59 +00:00
mistic100
bd58477644 feature:2823 Add triggers for login system, load function_plugins before function_user
git-svn-id: http://piwigo.org/svn/trunk@20325 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-22 15:12:48 +00:00
Piwigo-TranslationTeam
fa6cd5115f [trunk_help] Update et_EE, thanks to : kersta
git-svn-id: http://piwigo.org/svn/trunk@20319 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-21 21:09:41 +00:00
Piwigo-TranslationTeam
693da2aabe [trunk_public] Update az_AZ, thanks to : Behrad
git-svn-id: http://piwigo.org/svn/trunk@20317 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-21 17:27:58 +00:00
Piwigo-TranslationTeam
bd590ea9d5 [trunk_admin] Update ro_RO, thanks to : norboo
git-svn-id: http://piwigo.org/svn/trunk@20287 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-20 16:00:37 +00:00
mistic100
ff5568afec feature:2823 Add triggers for login system
git-svn-id: http://piwigo.org/svn/trunk@20282 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-20 11:50:08 +00:00
mistic100
3d81c8d2cb protect session data with pwg_db_real_escape_string
git-svn-id: http://piwigo.org/svn/trunk@20281 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-20 11:48:53 +00:00
Piwigo-TranslationTeam
61fca5efdc [trunk_admin] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@20272 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-19 21:38:45 +00:00
Piwigo-TranslationTeam
532b5d5ec1 [trunk_admin] Update sv_SE, thanks to : affeee
git-svn-id: http://piwigo.org/svn/trunk@20233 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-17 23:25:28 +00:00
Piwigo-TranslationTeam
95785d61e0 [trunk_help] Update sv_SE, thanks to : affeee
git-svn-id: http://piwigo.org/svn/trunk@20231 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-17 23:24:45 +00:00
Piwigo-TranslationTeam
8852d2d598 [trunk_admin] Update ro_RO, thanks to : smarmie
git-svn-id: http://piwigo.org/svn/trunk@20230 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-17 23:24:33 +00:00
Piwigo-TranslationTeam
e8bda3909b [trunk_help] Update et_EE, thanks to : kersta
git-svn-id: http://piwigo.org/svn/trunk@20218 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-17 23:21:41 +00:00
Piwigo-TranslationTeam
c8695b7b98 [trunk_admin] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@20214 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-17 23:20:40 +00:00
flop25
63198af499 bug:2820 & bug:2684
much better code : ability to pass max_requests to the js file like error_icon


git-svn-id: http://piwigo.org/svn/trunk@20212 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-17 18:38:54 +00:00
flop25
b91d2f7772 bug:2684
picture page and comment_list.tpl
clean up unused loader gif

git-svn-id: http://piwigo.org/svn/trunk@20211 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-17 18:17:53 +00:00
Piwigo-TranslationTeam
a8d61ee8e6 [trunk_admin] Update ro_RO, thanks to : smarmie
git-svn-id: http://piwigo.org/svn/trunk@20197 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-16 20:41:58 +00:00
Piwigo-TranslationTeam
9225f4ec2a [trunk_public] Update sv_SE, thanks to : affeee
git-svn-id: http://piwigo.org/svn/trunk@20196 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-16 20:41:41 +00:00
Piwigo-TranslationTeam
250ccbea8e [trunk_admin] Update sv_SE, thanks to : affeee
git-svn-id: http://piwigo.org/svn/trunk@20194 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-16 20:41:06 +00:00
Piwigo-TranslationTeam
7281fe8fe7 [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@20193 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-16 20:40:48 +00:00
mistic100
f81f2f637d update triggers_list, use DataTables and same design as Webservices explorer
git-svn-id: http://piwigo.org/svn/trunk@20192 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-16 20:28:42 +00:00
Piwigo-TranslationTeam
7c85756763 [localfileseditor] Add fi_FI, thanks to : Juhi24
git-svn-id: http://piwigo.org/svn/trunk@20184 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-16 05:41:31 +00:00
Piwigo-TranslationTeam
4b35add830 [trunk_admin] Update ro_RO, thanks to : strotti
git-svn-id: http://piwigo.org/svn/trunk@20183 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-16 05:41:14 +00:00
ddtddt
abf2595969 [trunk] - update language Konkani - कोंकणी - kok_IN - Thanks to Seby Fernandes
git-svn-id: http://piwigo.org/svn/trunk@20182 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-16 05:33:55 +00:00
flop25
2bf0b67809 bug:2820 Var renamed
git-svn-id: http://piwigo.org/svn/trunk@20177 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-15 23:11:14 +00:00
Piwigo-TranslationTeam
5d6dc81374 [trunk_help] Update et_EE, thanks to : kersta
git-svn-id: http://piwigo.org/svn/trunk@20171 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-15 21:32:17 +00:00
Piwigo-TranslationTeam
8af24dbc17 [trunk_help] Update et_EE, thanks to : kersta
git-svn-id: http://piwigo.org/svn/trunk@20168 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-15 11:40:51 +00:00
Piwigo-TranslationTeam
d4ed9d4f8b [trunk_help] Update et_EE, thanks to : kersta
git-svn-id: http://piwigo.org/svn/trunk@20167 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-15 08:33:15 +00:00
flop25
a6f55ac038 bug:2820 & bug:2684
add $conf['maxRequests']
perf enhanced : declare once {combine_script}
add one loading gif, fixed at the bottom right of the page
display an icon for picture loading, and an error icon if ajax failed : might need to be integrated in sprite.png
ToDo picture page/clean up unused loader gif/sleep above all.


git-svn-id: http://piwigo.org/svn/trunk@20161 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-14 23:15:34 +00:00
Piwigo-TranslationTeam
0b70232656 [trunk_help] Update et_EE, thanks to : kersta
git-svn-id: http://piwigo.org/svn/trunk@20157 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-14 22:13:36 +00:00
mistic100
d0c95da2cb try to fix buggy admin menu since jquery update
git-svn-id: http://piwigo.org/svn/trunk@20156 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-14 20:44:02 +00:00
Piwigo-TranslationTeam
c3357f202e [trunk_install] Update en_UK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@20149 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-14 18:47:20 +00:00
Piwigo-TranslationTeam
fd5ed29d64 [trunk_upgrade] Update en_UK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@20148 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-14 18:47:02 +00:00
Piwigo-TranslationTeam
ce43ff644b [trunk_admin] Update fi_FI, thanks to : Juhi24
git-svn-id: http://piwigo.org/svn/trunk@20119 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-14 05:37:51 +00:00
Piwigo-TranslationTeam
bea227fd37 [trunk_public] Update ro_RO, thanks to : norboo
git-svn-id: http://piwigo.org/svn/trunk@20114 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-14 05:36:14 +00:00
Piwigo-TranslationTeam
f21b5fe098 [trunk_admin] Update ro_RO, thanks to : norboo
git-svn-id: http://piwigo.org/svn/trunk@20113 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-14 05:35:22 +00:00
Piwigo-TranslationTeam
4ae9f25ac5 [trunk_admin] Update fi_FI, thanks to : Juhi24
git-svn-id: http://piwigo.org/svn/trunk@20076 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-11 16:56:17 +00:00
Piwigo-TranslationTeam
583fc0a95d [trunk_admin] Update fi_FI, thanks to : Juhi24
git-svn-id: http://piwigo.org/svn/trunk@20050 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-10 23:05:26 +00:00
Piwigo-TranslationTeam
a5fbe47f24 [trunk_install] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@20018 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-09 18:59:45 +00:00
patdenice
65c180b4d7 bug:2819
Link problem in menu with smartpocket

Add redirect.tpl in smartpocket.

git-svn-id: http://piwigo.org/svn/trunk@20014 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-09 00:24:52 +00:00
Piwigo-TranslationTeam
df3df4fdf0 [trunk_public] Update az_AZ, thanks to : Behrad
git-svn-id: http://piwigo.org/svn/trunk@19989 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-08 11:43:09 +00:00
Piwigo-TranslationTeam
c41fc018b9 [trunk_public] Update fa_IR, thanks to : Behrad
git-svn-id: http://piwigo.org/svn/trunk@19988 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-08 11:42:54 +00:00
Piwigo-TranslationTeam
cdee69cba9 [trunk_admin] Update sr_RS, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@19945 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-07 17:49:46 +00:00
mistic100
4813bb8443 feature:2718 errors when no photo on the gallery, use arbitrary values instead
git-svn-id: http://piwigo.org/svn/trunk@19920 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-06 18:09:37 +00:00
Piwigo-TranslationTeam
dd3899eab1 [trunk_upgrade] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@19918 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-06 17:04:49 +00:00
Piwigo-TranslationTeam
36d735e713 [trunk_admin] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@19917 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-06 17:04:23 +00:00
Piwigo-TranslationTeam
31ea31c923 [trunk_public] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@19916 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-06 17:04:09 +00:00
Piwigo-TranslationTeam
8714c44af8 [language_switch] Update ja_JP, thanks to : ryoon
git-svn-id: http://piwigo.org/svn/trunk@19891 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-06 07:42:37 +00:00
Piwigo-TranslationTeam
289133e51a [trunk_install] Update ja_JP, thanks to : ryoon
git-svn-id: http://piwigo.org/svn/trunk@19890 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-06 07:42:11 +00:00
Piwigo-TranslationTeam
2649281e09 [trunk_admin] Update ja_JP, thanks to : ryoon
git-svn-id: http://piwigo.org/svn/trunk@19889 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-06 07:41:57 +00:00
Piwigo-TranslationTeam
e2a48a2ba8 [trunk_admin] Update fi_FI, thanks to : Juhi24
git-svn-id: http://piwigo.org/svn/trunk@19887 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-06 07:41:23 +00:00
Piwigo-TranslationTeam
d6f92636e8 [trunk_admin] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@19883 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-06 07:40:28 +00:00
Piwigo-TranslationTeam
30844c7762 [trunk_public] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@19882 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-06 07:40:01 +00:00
Piwigo-TranslationTeam
0a4467fc81 [trunk_upgrade] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@19881 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-06 07:39:46 +00:00
rvelices
2296637e1a some code comments
git-svn-id: http://piwigo.org/svn/trunk@19878 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-06 06:59:27 +00:00
Piwigo-TranslationTeam
285145db1e [trunk_install] Update ja_JP, thanks to : ryoon
git-svn-id: http://piwigo.org/svn/trunk@19874 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-05 21:10:44 +00:00
Piwigo-TranslationTeam
5818a8703d [trunk_admin] Update ja_JP, thanks to : ryoon
git-svn-id: http://piwigo.org/svn/trunk@19873 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-05 21:10:30 +00:00
mistic100
4b7b977db2 minor optimization on photos_add_direct
git-svn-id: http://piwigo.org/svn/trunk@19828 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-05 10:04:10 +00:00
Piwigo-TranslationTeam
46c1519fbe [trunk_public] Update fi_FI, thanks to : Juhi24
git-svn-id: http://piwigo.org/svn/trunk@19820 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-05 00:36:24 +00:00
ddtddt
e05dfa0e47 [trunk] - new language Konkani - कोंकणी - kok_IN - encoding
git-svn-id: http://piwigo.org/svn/trunk@19784 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-04 09:57:44 +00:00
ddtddt
1a59f01f43 [trunk] - new language Konkani - कोंकणी - kok_IN - Thanks to Seby Fernandes - the first lines
git-svn-id: http://piwigo.org/svn/trunk@19783 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-04 09:48:12 +00:00
Piwigo-TranslationTeam
58f515a3d1 [trunk_install] Update hr_HR, thanks to : alen
git-svn-id: http://piwigo.org/svn/trunk@19770 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-03 21:43:15 +00:00
Piwigo-TranslationTeam
f9d3825bb1 [trunk_public] Update hr_HR, thanks to : alen
git-svn-id: http://piwigo.org/svn/trunk@19769 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-03 21:43:00 +00:00
Piwigo-TranslationTeam
2505a1b30f [localfileseditor] Update hr_HR, thanks to : alen
git-svn-id: http://piwigo.org/svn/trunk@19768 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-03 21:42:38 +00:00
Piwigo-TranslationTeam
12762b700b [trunk_admin] Update hr_HR, thanks to : alen
git-svn-id: http://piwigo.org/svn/trunk@19767 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-03 21:42:24 +00:00
Piwigo-TranslationTeam
0a3aceba67 [trunk_public] Update fi_FI, thanks to : Juhi24
git-svn-id: http://piwigo.org/svn/trunk@19749 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-03 14:24:01 +00:00
Piwigo-TranslationTeam
154b6a97fe [trunk_help] Update pt_BR, thanks to : oigreslima
git-svn-id: http://piwigo.org/svn/trunk@19712 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-02 11:36:16 +00:00
ddtddt
8b46ac4077 [trunk] - language - update es_AR - Español - Argentina Thanks to alberto
git-svn-id: http://piwigo.org/svn/trunk@19708 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-02 10:11:38 +00:00
ddtddt
37c17ae7b2 [trunk] - language - update zh_TW - 中文 (繁體) - Chinese traditional Thanks to chouyh
git-svn-id: http://piwigo.org/svn/trunk@19706 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-02 08:48:00 +00:00
plegall
4bc775e479 update Piwigo headers to 2013 (the end of the world didn't occur as expected on r12922)
git-svn-id: http://piwigo.org/svn/trunk@19703 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-01 12:35:02 +00:00
flop25
237478931b bug:2797 added !defined('IN_ADMIN') to prefilter_local_css to exlude the local css files from the administration part
git-svn-id: http://piwigo.org/svn/trunk@19696 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-31 14:07:12 +00:00
Piwigo-TranslationTeam
522335c572 [trunk_public] Update pt_BR, thanks to : oigreslima
git-svn-id: http://piwigo.org/svn/trunk@19695 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-31 13:39:24 +00:00
Piwigo-TranslationTeam
df35a55549 [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@19692 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-31 13:38:40 +00:00
Piwigo-TranslationTeam
df05b57efd [trunk_admin] Update pt_BR, thanks to : oigreslima
git-svn-id: http://piwigo.org/svn/trunk@19688 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-31 09:36:58 +00:00
Piwigo-TranslationTeam
ed16453d03 [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@19686 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-31 07:05:20 +00:00
Piwigo-TranslationTeam
0f4dfe2003 [trunk_admin] Update af_ZA, thanks to : maeztro
git-svn-id: http://piwigo.org/svn/trunk@19685 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-31 07:05:05 +00:00
rvelices
2fc850c5b2 upgraded js libs
jquery from 1.8.2 to 1.8.3
jquery jCrop from 0.9.9 to 0.9.10

git-svn-id: http://piwigo.org/svn/trunk@19682 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-31 06:13:14 +00:00
Piwigo-TranslationTeam
33dcdfb783 [trunk_help] Update pt_BR, thanks to : glaucio
git-svn-id: http://piwigo.org/svn/trunk@19657 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-30 18:40:59 +00:00
Piwigo-TranslationTeam
23855e63e6 [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@19655 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-30 05:33:54 +00:00
ddtddt
d715662447 [trunk] - language - update fr_CA - Quebec - Québécois - Thanks to TiOger
git-svn-id: http://piwigo.org/svn/trunk@19644 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-29 16:23:40 +00:00
Piwigo-TranslationTeam
98194dbba5 [trunk_admin] Update cs_CZ, thanks to : lanius
git-svn-id: http://piwigo.org/svn/trunk@19640 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-29 14:25:46 +00:00
Piwigo-TranslationTeam
f169da3c90 [trunk_install] Update fr_FR, thanks to : julien1311
git-svn-id: http://piwigo.org/svn/trunk@19627 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-28 21:18:49 +00:00
Piwigo-TranslationTeam
6c68d39aeb [trunk_admin] Update sr_RS, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@19622 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-28 20:52:54 +00:00
Piwigo-TranslationTeam
ac55dfe354 [trunk_admin] Update nl_NL, thanks to : yjb
git-svn-id: http://piwigo.org/svn/trunk@19591 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-28 10:47:25 +00:00
ddtddt
2772f55f3d [trunk] - language - update es_AR - Español - Argentina Thanks to alberto
git-svn-id: http://piwigo.org/svn/trunk@19590 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-28 09:01:35 +00:00
ddtddt
d9a62974a9 [trunk] - language - update fr_CA - Quebec - Québécois - Thanks to TiOger
git-svn-id: http://piwigo.org/svn/trunk@19589 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-28 08:30:04 +00:00
mistic100
e11b5a757c smarty bug introduced in r19575
git-svn-id: http://piwigo.org/svn/trunk@19581 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-26 18:20:14 +00:00
mistic100
69a2071778 bug:2663 replace JSmin by JShrink
git-svn-id: http://piwigo.org/svn/trunk@19576 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-26 11:39:32 +00:00
mistic100
9cc816d364 feature 2816: {strip} smarty tag can introduce bugs in javascript + fix picture.tpl
git-svn-id: http://piwigo.org/svn/trunk@19575 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-26 11:35:40 +00:00
Piwigo-TranslationTeam
8188973b0c [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@19573 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-26 08:00:27 +00:00
Piwigo-TranslationTeam
dda25b0b70 [trunk_admin] Update bg_BG, thanks to : picsvet
git-svn-id: http://piwigo.org/svn/trunk@19565 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-25 18:23:35 +00:00
rvelices
b6328fcb70 bug 2794: Virtual albums are displayed in physical albums list in synchronization tool
git-svn-id: http://piwigo.org/svn/trunk@19548 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-24 10:16:33 +00:00
rvelices
7a7b1f259a cleanup admin css
git-svn-id: http://piwigo.org/svn/trunk@19530 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-23 06:38:05 +00:00
Piwigo-TranslationTeam
b4ea66c42d [trunk_admin] Update ru_RU, thanks to : nadusha
git-svn-id: http://piwigo.org/svn/trunk@19522 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-22 08:42:11 +00:00
Piwigo-TranslationTeam
b3306125ab [trunk_admin] Update pt_PT, thanks to : lola
git-svn-id: http://piwigo.org/svn/trunk@19462 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-17 06:36:16 +00:00
Piwigo-TranslationTeam
af4c12c232 [trunk_admin] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@19459 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-16 18:03:26 +00:00
Piwigo-TranslationTeam
8086ba3ede [trunk_admin] Update bg_BG, thanks to : picsvet
git-svn-id: http://piwigo.org/svn/trunk@19458 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-16 18:03:09 +00:00
Piwigo-TranslationTeam
6b49671651 [trunk_public] Update af_ZA, thanks to : maeztro
git-svn-id: http://piwigo.org/svn/trunk@19454 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-16 14:37:14 +00:00
Piwigo-TranslationTeam
9be21e77f5 [trunk_admin] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@19447 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-16 14:35:36 +00:00
Piwigo-TranslationTeam
0a1e0d5330 [trunk_admin] Update de_DE, thanks to : Polly
git-svn-id: http://piwigo.org/svn/trunk@19433 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-15 16:58:02 +00:00
ddtddt
6467a20d30 [trunk] - new language Konkani - कोंकणी - kok_IN - Thanks to Seby Fernandes - the first lines
git-svn-id: http://piwigo.org/svn/trunk@19432 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-15 15:32:06 +00:00
Piwigo-TranslationTeam
07b9ef3ab8 [trunk_admin] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@19425 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-13 22:07:29 +00:00
plegall
6f61232067 next version is 2.5.0RC1
git-svn-id: http://piwigo.org/svn/trunk@19424 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-13 14:37:43 +00:00
plegall
4a93241dd1 merge r19419 from branch 2.4 to trunk
bug 2806 fixed: only use the day to compare from and to, and not the time.



git-svn-id: http://piwigo.org/svn/trunk@19420 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-13 10:59:17 +00:00
plegall
703465f7fc merge r19417 from branch 2.4 to trunk
bug 2805: avoid XSS from EXIF/IPTC



git-svn-id: http://piwigo.org/svn/trunk@19418 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-13 09:33:10 +00:00
Piwigo-TranslationTeam
3f838630b8 [trunk_public] Update en_UK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@19412 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-12 21:32:40 +00:00
Piwigo-TranslationTeam
b966dcdaa3 [trunk_admin] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@19406 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-12 14:16:27 +00:00
Piwigo-TranslationTeam
c7847a3ce3 [trunk_admin] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@19403 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-12 14:15:14 +00:00
ddtddt
261bfd9faf [trunk] - new language Konkani - कोंकणी - kok_IN - Thanks to Seby Fernandes - the first lines
git-svn-id: http://piwigo.org/svn/trunk@19399 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-12 05:54:24 +00:00
Piwigo-TranslationTeam
adf3a2f5ba [trunk_public] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@19386 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-10 21:27:20 +00:00
Piwigo-TranslationTeam
d86fbedb6b [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@19384 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-10 21:26:44 +00:00
Piwigo-TranslationTeam
86348ed9cb [trunk_admin] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@19383 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-10 21:26:28 +00:00
flop25
b40fc9e9bc translation disambiguations
git-svn-id: http://piwigo.org/svn/trunk@19381 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-10 10:20:21 +00:00
Piwigo-TranslationTeam
416ccf3738 [trunk_admin] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@19371 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-09 14:56:58 +00:00
Piwigo-TranslationTeam
5598476d14 [trunk_admin] Update th_TH, thanks to : pradit
git-svn-id: http://piwigo.org/svn/trunk@19370 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-09 12:54:12 +00:00
Piwigo-TranslationTeam
c936541652 [trunk_public] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@19369 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-09 12:53:45 +00:00
Piwigo-TranslationTeam
c83e8aed28 [trunk_install] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@19368 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-09 12:53:30 +00:00
Piwigo-TranslationTeam
67348b7562 [trunk_admin] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@19367 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-09 12:53:16 +00:00
ddtddt
109ec4d307 [trunk] - new language Bengali - বাংলা - bn_IN - Thanks to Anindya Banerjee - the first lines
git-svn-id: http://piwigo.org/svn/trunk@19358 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-09 07:37:06 +00:00
Piwigo-TranslationTeam
f23d1a1dbe [trunk_admin] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@19357 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-09 07:33:56 +00:00
Piwigo-TranslationTeam
0a62defe9e [trunk_public] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@19356 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-09 07:33:20 +00:00
ddtddt
70bd11f388 [trunk] - language bug
git-svn-id: http://piwigo.org/svn/trunk@19351 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-08 21:32:53 +00:00
Piwigo-TranslationTeam
be7cbf6726 [trunk_public] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@19344 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-08 21:07:56 +00:00
Piwigo-TranslationTeam
834316cf6e [trunk_admin] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@19341 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-08 21:07:19 +00:00
Piwigo-TranslationTeam
7d31242549 [trunk_admin] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@19340 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-08 21:07:05 +00:00
Piwigo-TranslationTeam
5dc08461eb [trunk_admin] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@19339 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-08 21:06:45 +00:00
mistic100
bfd46560db make sure get_sql_condition_FandF() doesn't generate corrupted SQL code
git-svn-id: http://piwigo.org/svn/trunk@19333 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-08 17:36:03 +00:00
Piwigo-TranslationTeam
d0bfc8cb1f [trunk_admin] Update it_IT, thanks to : Ericnet
git-svn-id: http://piwigo.org/svn/trunk@19327 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-08 07:37:46 +00:00
Piwigo-TranslationTeam
f96fb21a56 [trunk_admin] Update nb_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@19323 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-07 16:40:47 +00:00
Piwigo-TranslationTeam
73d0a36131 [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@19315 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-07 05:39:16 +00:00
Piwigo-TranslationTeam
eb4245ca12 [trunk_admin] Update pl_PL, thanks to : kuba
git-svn-id: http://piwigo.org/svn/trunk@19313 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-06 22:31:50 +00:00
Piwigo-TranslationTeam
4f35af3567 [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@19307 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-06 17:23:49 +00:00
plegall
36d1ab0e3e feature 2798: let the webmaster decide how many comments to display on
comments.php by default


git-svn-id: http://piwigo.org/svn/trunk@19303 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-06 14:19:12 +00:00
plegall
b70a6d7709 improved template/css: create .tag_search_results and .category_search_results
CSS class to avoid inline CSS and make customization easier (ability to hide
these blocks with LocalFiles Editor)


git-svn-id: http://piwigo.org/svn/trunk@19302 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-06 11:31:12 +00:00
flop25
ec9072c302 bug:2425
New interface like the Batch Mananger :
language files and keys

git-svn-id: http://piwigo.org/svn/trunk@19292 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-05 20:37:32 +00:00
flop25
b750da5b90 bug:2425
New interface like the Batch Mananger :
merge & interface finished

git-svn-id: http://piwigo.org/svn/trunk@19290 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-05 19:58:09 +00:00
flop25
c988181366 bug:2425
New interface like the Batch Mananger :
rename, delete, duplicate and toggle-default

TODO soon  merge & finalisation of the interface

git-svn-id: http://piwigo.org/svn/trunk@19286 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-04 22:23:54 +00:00
plegall
94f17094cb feature 2614: on a upgraded gallery, nb_categories_page is set to 50 instead
of the default value 12 for a new installation.


git-svn-id: http://piwigo.org/svn/trunk@19281 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-04 12:47:45 +00:00
Piwigo-TranslationTeam
5ace134574 [trunk_public] Update sr_RS, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@19278 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-04 06:45:12 +00:00
Piwigo-TranslationTeam
56ceb20f71 [trunk_admin] Update ru_RU, thanks to : nadusha
git-svn-id: http://piwigo.org/svn/trunk@19260 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-02 13:30:04 +00:00
ddtddt
da2f5ad353 [trunk] - language add help file cat_move.html he_IL - Thanks to beky4kr site translation cucumis
git-svn-id: http://piwigo.org/svn/trunk@19254 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-01 18:25:26 +00:00
ddtddt
dd148e9102 [trunk] - language add help file cat_move.html - Thanks to Ionut Andrei site translation cucumis
git-svn-id: http://piwigo.org/svn/trunk@19253 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-01 18:23:40 +00:00
Piwigo-TranslationTeam
5529058225 [trunk_public] Update th_TH, thanks to : pradit
git-svn-id: http://piwigo.org/svn/trunk@19252 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-01 13:35:19 +00:00
Piwigo-TranslationTeam
47b75162d4 [trunk_admin] Update th_TH, thanks to : pradit
git-svn-id: http://piwigo.org/svn/trunk@19248 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-01 13:34:12 +00:00
rvelices
5ca6b4c919 bug 2772: remove "Home" from html title pages on index pages - partial revert change of breadcrumb title on home page
git-svn-id: http://piwigo.org/svn/trunk@19233 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-30 20:59:02 +00:00
flop25
06e54482cc bug:2425
New interface like the Batch Mananger : select menu and js to handle the actions

git-svn-id: http://piwigo.org/svn/trunk@19230 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-29 17:23:37 +00:00
mistic100
cd1af14ce0 clean some function desc
git-svn-id: http://piwigo.org/svn/trunk@19225 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-29 14:57:32 +00:00
Piwigo-TranslationTeam
c84eaf1985 [trunk_admin] Update bg_BG, thanks to : picsvet
git-svn-id: http://piwigo.org/svn/trunk@19199 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-27 21:45:56 +00:00
Piwigo-TranslationTeam
87f6c6f57b [trunk_public] Update fi_FI, thanks to : Tome-
git-svn-id: http://piwigo.org/svn/trunk@19175 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-26 05:47:48 +00:00
Piwigo-TranslationTeam
4eeba4f4d9 [trunk_admin] Update fi_FI, thanks to : Tome-
git-svn-id: http://piwigo.org/svn/trunk@19172 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-26 05:46:57 +00:00
Piwigo-TranslationTeam
d8d0a995d5 [trunk_admin] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@19170 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-25 19:49:02 +00:00
Piwigo-TranslationTeam
9ffcc7ce27 [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@19169 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-25 12:21:24 +00:00
mistic100
d7a9cbae9a bug:2793 use "include_once" instead of "include" when including pclzip
git-svn-id: http://piwigo.org/svn/trunk@19167 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-25 10:41:02 +00:00
Piwigo-TranslationTeam
fb672b5c49 [trunk_admin] Update cs_CZ, thanks to : coudy
git-svn-id: http://piwigo.org/svn/trunk@19158 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-24 21:41:12 +00:00
Piwigo-TranslationTeam
c6e0d751e9 [trunk_admin] Update pt_PT, thanks to : lola
git-svn-id: http://piwigo.org/svn/trunk@19157 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-24 21:40:40 +00:00
Piwigo-TranslationTeam
2190da21ff [trunk_admin] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@19155 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-24 14:11:10 +00:00
Piwigo-TranslationTeam
3060875c20 [trunk_admin] Update bg_BG, thanks to : picsvet
git-svn-id: http://piwigo.org/svn/trunk@19152 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-24 11:57:42 +00:00
Piwigo-TranslationTeam
d4be81288e [trunk_admin] Update nl_NL, thanks to : yjb
git-svn-id: http://piwigo.org/svn/trunk@19149 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-24 10:12:33 +00:00
Piwigo-TranslationTeam
05d131ad1d [trunk_public] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@19148 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-24 07:24:58 +00:00
Piwigo-TranslationTeam
7a6208d51d [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@19147 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-24 07:24:19 +00:00
Piwigo-TranslationTeam
b01a14d3a3 [trunk_admin] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@19142 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-23 19:11:58 +00:00
Piwigo-TranslationTeam
455e230825 [trunk_admin] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@19137 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-22 20:35:27 +00:00
Piwigo-TranslationTeam
e296162e67 [trunk_admin] Update pl_PL, thanks to : larky
git-svn-id: http://piwigo.org/svn/trunk@19136 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-22 20:35:13 +00:00
Piwigo-TranslationTeam
361afe6512 [trunk_admin] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@19135 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-22 20:34:49 +00:00
Piwigo-TranslationTeam
483c4944c4 [trunk_public] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@19129 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-22 12:25:35 +00:00
Piwigo-TranslationTeam
f505e84592 [trunk_admin] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@19128 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-22 12:25:21 +00:00
Piwigo-TranslationTeam
b1c4a39b50 [trunk_public] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@19127 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-22 12:24:58 +00:00
mistic100
ad4c9f96a5 feature:2718 Add batch manager filters for photo dimensions, small cleaning in the code
git-svn-id: http://piwigo.org/svn/trunk@19121 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-21 14:28:55 +00:00
Piwigo-TranslationTeam
f35e8ccc3d [trunk_help] Update pt_BR, thanks to : glaucio
git-svn-id: http://piwigo.org/svn/trunk@19118 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-21 05:31:22 +00:00
Piwigo-TranslationTeam
e1c7b0d3a9 [trunk_admin] Update km_KH, thanks to : Vanndy
git-svn-id: http://piwigo.org/svn/trunk@19112 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-21 05:27:59 +00:00
Piwigo-TranslationTeam
97dfc2d65f [trunk_public] Update de_DE, thanks to : Joergen
git-svn-id: http://piwigo.org/svn/trunk@19111 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-20 19:44:10 +00:00
Piwigo-TranslationTeam
55424b4f73 [trunk_admin] Update de_DE, thanks to : Joergen
git-svn-id: http://piwigo.org/svn/trunk@19110 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-20 19:43:55 +00:00
Piwigo-TranslationTeam
fada011ad4 [trunk_public] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@19107 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-20 18:37:22 +00:00
Piwigo-TranslationTeam
05216379e5 [trunk_admin] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@19105 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-20 18:36:46 +00:00
Piwigo-TranslationTeam
aed667afd2 [trunk_public] Update cs_CZ, thanks to : coudy
git-svn-id: http://piwigo.org/svn/trunk@19104 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-20 18:36:17 +00:00
Piwigo-TranslationTeam
8b6ff7e524 [trunk_public] Update zh_CN, thanks to : winson
git-svn-id: http://piwigo.org/svn/trunk@19103 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-20 18:36:02 +00:00
Piwigo-TranslationTeam
b725268fc6 [trunk_public] Update tr_TR, thanks to : Nakre
git-svn-id: http://piwigo.org/svn/trunk@19102 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-20 18:35:48 +00:00
Piwigo-TranslationTeam
934575fbe4 [trunk_admin] Update pt_BR, thanks to : glaucio
git-svn-id: http://piwigo.org/svn/trunk@19100 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-20 18:35:11 +00:00
Piwigo-TranslationTeam
c86d1583c8 [trunk_public] Update pt_BR, thanks to : glaucio
git-svn-id: http://piwigo.org/svn/trunk@19099 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-20 18:34:56 +00:00
Piwigo-TranslationTeam
5c34c215a2 [trunk_help] Update pt_BR, thanks to : glaucio
git-svn-id: http://piwigo.org/svn/trunk@19098 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-20 18:34:29 +00:00
Piwigo-TranslationTeam
967e780e9c [trunk_public] Update pl_PL, thanks to : T00kie
git-svn-id: http://piwigo.org/svn/trunk@19091 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-20 12:32:35 +00:00
Piwigo-TranslationTeam
7eccb6b089 [trunk_public] Update ru_RU, thanks to : yuragal
git-svn-id: http://piwigo.org/svn/trunk@19089 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-20 12:32:01 +00:00
Piwigo-TranslationTeam
00f1fcfcd4 [trunk_admin] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@19086 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-20 12:31:33 +00:00
Piwigo-TranslationTeam
86f44b9740 [trunk_public] Update pt_PT, thanks to : lola
git-svn-id: http://piwigo.org/svn/trunk@19084 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-20 12:30:57 +00:00
Piwigo-TranslationTeam
3c2de69b51 [trunk_admin] Update sk_SK, thanks to : xpace
git-svn-id: http://piwigo.org/svn/trunk@19082 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-20 12:30:27 +00:00
Piwigo-TranslationTeam
a8ef0a78ac [trunk_public] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@19081 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-20 10:20:12 +00:00
Piwigo-TranslationTeam
ec4ce53c44 [trunk_admin] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@19080 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-20 10:19:59 +00:00
Piwigo-TranslationTeam
ab087c7547 [trunk_public] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@19078 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-20 10:19:22 +00:00
Piwigo-TranslationTeam
893d3892d3 [trunk_public] Update hu_HU, thanks to : evryka23
git-svn-id: http://piwigo.org/svn/trunk@19077 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-20 10:18:55 +00:00
Piwigo-TranslationTeam
d798f61838 [trunk_public] Update nb_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@19076 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-20 10:18:40 +00:00
Piwigo-TranslationTeam
8d445f2326 [trunk_public] Update nl_NL, thanks to : yjb
git-svn-id: http://piwigo.org/svn/trunk@19075 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-20 10:18:13 +00:00
Piwigo-TranslationTeam
7d12d5c058 [trunk_public] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@19073 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-20 09:02:22 +00:00
plegall
1c29bfd22e next version is 2.5.0beta3
git-svn-id: http://piwigo.org/svn/trunk@19070 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-19 22:57:11 +00:00
plegall
ae13fca74e feature 2718: Batch Manager filter on dimensions, only display existing values
improved colors on ui-slider


git-svn-id: http://piwigo.org/svn/trunk@19069 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-19 18:26:37 +00:00
mistic100
938a263d09 feature:2780 Differentiate graphically physical album vs virtual albums, only apply to direct descendants
git-svn-id: http://piwigo.org/svn/trunk@19066 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-18 10:42:45 +00:00
Piwigo-TranslationTeam
f983e75fca [trunk_public] Update he_IL, thanks to : ADIRBITON
git-svn-id: http://piwigo.org/svn/trunk@19062 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-17 18:26:01 +00:00
Piwigo-TranslationTeam
b5507cfb0d [trunk_upgrade] Update he_IL, thanks to : ADIRBITON
git-svn-id: http://piwigo.org/svn/trunk@19060 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-17 18:25:21 +00:00
Piwigo-TranslationTeam
d121ac1605 [trunk_admin] Update he_IL, thanks to : ADIRBITON
git-svn-id: http://piwigo.org/svn/trunk@19057 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-17 18:24:38 +00:00
Piwigo-TranslationTeam
9fc265dd36 [trunk_admin] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@19036 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-15 19:14:33 +00:00
Piwigo-TranslationTeam
06b777b181 [trunk_public] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@19035 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-15 19:14:16 +00:00
Piwigo-TranslationTeam
69ec920d2d [localfileseditor] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@19034 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-15 19:14:03 +00:00
rvelices
a97b921b73 wrong html
git-svn-id: http://piwigo.org/svn/trunk@19014 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-14 21:11:23 +00:00
rvelices
9dfd117d77 fix legend color for dark themes with IE
git-svn-id: http://piwigo.org/svn/trunk@19013 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-14 20:40:32 +00:00
mistic100
06db015c8e feature:2614 pagination on albums, disable pagination on SmartPocket, waiting for a better integration
git-svn-id: http://piwigo.org/svn/trunk@19009 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-13 20:39:33 +00:00
rvelices
5bf7d3f779 cosmetic change (easier for prefilter)
git-svn-id: http://piwigo.org/svn/trunk@19007 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-13 20:14:03 +00:00
rvelices
57980a1fbc bug 2614: pagination on albums - fix mobile theme
git-svn-id: http://piwigo.org/svn/trunk@19006 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-13 20:12:31 +00:00
rvelices
897f03f724 increqse hieght of dqrk theme h2 bqckground (some pixels were missing)
git-svn-id: http://piwigo.org/svn/trunk@19005 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-13 20:07:31 +00:00
mistic100
470ac5b077 feature:2614 pagination on albums, change var name to allow redefinition
git-svn-id: http://piwigo.org/svn/trunk@19002 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-13 12:05:52 +00:00
riopwg
5b2c01a57d Update language IT
git-svn-id: http://piwigo.org/svn/trunk@18998 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-12 12:19:16 +00:00
mistic100
2fa1013ace feature:2786 Allow to edit website url in user comments + improve "user experience" on comment edition
git-svn-id: http://piwigo.org/svn/trunk@18995 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-11 15:01:09 +00:00
mistic100
c81093b0e9 feature:2718 Add batch manager filters for photo dimensions, redesign with sliders
git-svn-id: http://piwigo.org/svn/trunk@18988 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-10 20:10:01 +00:00
mistic100
36d1745710 clean HTML+JS code on cat_list.tpl
git-svn-id: http://piwigo.org/svn/trunk@18986 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-10 12:34:36 +00:00
mistic100
b9cc51b4ad feature:2780 Differentiate graphically physical album vs virtual albums
git-svn-id: http://piwigo.org/svn/trunk@18985 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-10 12:33:54 +00:00
Piwigo-TranslationTeam
b83b19e3f3 [trunk_admin] Update nb_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@18984 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-10 11:15:11 +00:00
rvelices
0484f86918 cleanup admin css
git-svn-id: http://piwigo.org/svn/trunk@18976 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-08 21:12:26 +00:00
rvelices
73abb2a12b js code simplification
git-svn-id: http://piwigo.org/svn/trunk@18974 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-08 06:48:50 +00:00
riopwg
5028378bd3 Update language IT
Some files still encoded in ANSI


git-svn-id: http://piwigo.org/svn/trunk@18969 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-07 13:04:36 +00:00
patdenice
294b6e91b2 bug:2687
bug:2778
Unable to switch from mobile theme to classic theme with incompatible plugins.
Detect blackberry and symbian for mobile theme.
Update mdetect class.

git-svn-id: http://piwigo.org/svn/trunk@18967 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-07 09:42:28 +00:00
Piwigo-TranslationTeam
18f7349ea4 [trunk_public] Update nl_NL, thanks to : Denniske
git-svn-id: http://piwigo.org/svn/trunk@18966 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-07 06:00:33 +00:00
Piwigo-TranslationTeam
dbf630ca38 [trunk_admin] Update el_GR, thanks to : geof70
git-svn-id: http://piwigo.org/svn/trunk@18960 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-07 05:58:16 +00:00
rvelices
86272efb90 remove unused files + web service explorer uses same jquery version as the core
git-svn-id: http://piwigo.org/svn/trunk@18957 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-06 21:49:14 +00:00
rvelices
7ea730125f move a lot of inline js code (raphael icons) from inline to external async script
git-svn-id: http://piwigo.org/svn/trunk@18956 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-06 21:20:36 +00:00
rvelices
f0d061d613 feature 2771 upgrade jquery ui - forgot to add non minimified files (not used anywhere in the code, but for the sake of coherence)
git-svn-id: http://piwigo.org/svn/trunk@18953 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-06 21:00:59 +00:00
rvelices
8ec9fb34c7 remove old unused icons
git-svn-id: http://piwigo.org/svn/trunk@18952 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-06 20:57:41 +00:00
rvelices
0251c5122e - fill add comment form fields only if the input comment has been rejected
- simplify templates

git-svn-id: http://piwigo.org/svn/trunk@18950 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-06 20:46:56 +00:00
plegall
67748f5ccb next version is 2.5.0beta2
git-svn-id: http://piwigo.org/svn/trunk@18947 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-06 09:41:51 +00:00
mistic100
08b5a4dcc3 update triggers_list.php for r18924
git-svn-id: http://piwigo.org/svn/trunk@18926 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-04 12:13:00 +00:00
rvelices
fda8092e14 all category infos from db are available in template variables and removed second paramater in event (because out of sync with the first one due to the nav bar)
git-svn-id: http://piwigo.org/svn/trunk@18924 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-04 05:41:29 +00:00
rvelices
4688bd4b65 remove unused css
git-svn-id: http://piwigo.org/svn/trunk@18923 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-04 05:39:17 +00:00
ddtddt
04d1c2f702 [trunk] - language - add LT about Thanks to Giedrelis
git-svn-id: http://piwigo.org/svn/trunk@18910 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-03 18:49:46 +00:00
Piwigo-TranslationTeam
1dc8c0a7e6 [trunk_help] Update it_IT, thanks to : virgigiole
git-svn-id: http://piwigo.org/svn/trunk@18893 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-02 23:17:00 +00:00
mistic100
40e652922c feature:2614 bad display when there are empty albums
revert most of the previous changes and slice the array at the very end

git-svn-id: http://piwigo.org/svn/trunk@18892 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-02 15:04:54 +00:00
plegall
26e0ed8fd6 feature 2727: improved backward compatibility with ['pass_convert']
git-svn-id: http://piwigo.org/svn/trunk@18890 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-02 14:39:01 +00:00
plegall
a73846717f feature 2727: improve password security with the use of PasswordHash class.
This class performs salt and multiple iterations. Already used in Wordpress,
Drupal, phpBB and many other web applications.

$conf['pass_convert'] is replaced by $conf['password_hash'] + $conf['password_verify']


git-svn-id: http://piwigo.org/svn/trunk@18889 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-02 13:59:07 +00:00
Piwigo-TranslationTeam
805ce4bb02 [trunk_admin] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@18877 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-01 18:24:12 +00:00
Piwigo-TranslationTeam
d75b124073 [c13y_upgrade] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@18855 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-01 11:08:03 +00:00
plegall
200f22e82b feature 2783: ability to disable ip address in the session id
git-svn-id: http://piwigo.org/svn/trunk@18850 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-01 09:18:03 +00:00
Piwigo-TranslationTeam
a715d83cad [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@18846 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-01 08:48:13 +00:00
Piwigo-TranslationTeam
a98d87cad6 [trunk_public] Update af_ZA, thanks to : maeztro
git-svn-id: http://piwigo.org/svn/trunk@18842 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-01 07:58:14 +00:00
Piwigo-TranslationTeam
ae7ef026f1 [trunk_public] Update lt_LT, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@18840 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-11-01 06:06:49 +00:00
Piwigo-TranslationTeam
ca3488aed6 [trunk_public] Update lt_LT, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@18839 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-31 22:05:58 +00:00
ddtddt
dd49e3654e [trunk] - language update language/lt_LT Lithuanian - Lietuviu Thanks to Giedrelis
git-svn-id: http://piwigo.org/svn/trunk@18831 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-31 21:37:44 +00:00
ddtddt
81c89fe79f [trunk] - language addnew language/lt_LT Lithuanian - Lietuviu Thanks to Giedrelis
git-svn-id: http://piwigo.org/svn/trunk@18827 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-31 18:59:40 +00:00
plegall
ead2024b92 merge r18820 from branch 2.4 to trunk
bug 2782 fixed: make sure %d or %s are correctly translated

he_IL needs to be fixed, too complicated for me.



git-svn-id: http://piwigo.org/svn/trunk@18821 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-31 09:46:36 +00:00
Piwigo-TranslationTeam
4f493e723a [trunk_public] Update sl_SI, thanks to : svartur81
git-svn-id: http://piwigo.org/svn/trunk@18819 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-30 20:20:57 +00:00
rvelices
ae887e7806 - spaces are not replaced with &nbsp; in category names by default. The same thing can be achieved by css if required and long album names are cut in the middle of the word on elegant theme, picture page sidebar. NOte: I almost wanted to remove the replace_space feature, but let's wait for 2.6
git-svn-id: http://piwigo.org/svn/trunk@18815 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-30 05:59:12 +00:00
Piwigo-TranslationTeam
60620e883e [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@18809 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-29 22:05:36 +00:00
Piwigo-TranslationTeam
2dfb62a45a [trunk_public] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@18798 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-29 15:42:35 +00:00
Piwigo-TranslationTeam
f98a33ce83 [trunk_admin] Update ru_RU, thanks to : kiddy-admin
git-svn-id: http://piwigo.org/svn/trunk@18797 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-29 12:48:32 +00:00
Piwigo-TranslationTeam
f685c2b94b [trunk_admin] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@18795 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-29 12:48:07 +00:00
Piwigo-TranslationTeam
184e8cb4b1 [trunk_public] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@18794 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-29 12:47:52 +00:00
Piwigo-TranslationTeam
83dc7bb9c6 [trunk_admin] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@18792 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-29 11:25:43 +00:00
Piwigo-TranslationTeam
9cca1d9d61 [trunk_admin] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@18791 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-29 11:25:28 +00:00
Piwigo-TranslationTeam
6e52dd4c91 [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@18790 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-29 11:25:01 +00:00
Piwigo-TranslationTeam
ce172fe547 [trunk_admin] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@18788 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-29 11:24:18 +00:00
Piwigo-TranslationTeam
8ba5fca6db [trunk_public] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@18787 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-29 11:23:58 +00:00
Piwigo-TranslationTeam
8759887809 [trunk_admin] Update pl_PL, thanks to : Greybrow
git-svn-id: http://piwigo.org/svn/trunk@18786 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-29 09:00:24 +00:00
Piwigo-TranslationTeam
1e2fc858ac [trunk_admin] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@18784 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-29 08:09:07 +00:00
Piwigo-TranslationTeam
10c8edcb66 [trunk_admin] Update de_DE, thanks to : Joergen
git-svn-id: http://piwigo.org/svn/trunk@18779 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-29 07:10:45 +00:00
Piwigo-TranslationTeam
bb21ccf378 [trunk_admin] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@18776 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-29 07:09:16 +00:00
rvelices
8a44113765 feature 2771: added backward compatibility with pre jquery ui 1.9 effect file naming (combine script id issues)
git-svn-id: http://piwigo.org/svn/trunk@18775 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-28 21:25:43 +00:00
Piwigo-TranslationTeam
efc5ab1bc7 [language_switch] Update sv_SE, thanks to : styxsailor
git-svn-id: http://piwigo.org/svn/trunk@18770 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-28 17:10:38 +00:00
Piwigo-TranslationTeam
c608b00da9 [trunk_help] Update sv_SE, thanks to : styxsailor
git-svn-id: http://piwigo.org/svn/trunk@18769 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-28 17:10:23 +00:00
Piwigo-TranslationTeam
476ad0c247 [trunk_admin] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@18767 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-28 14:14:20 +00:00
Piwigo-TranslationTeam
cf0855533c [trunk_admin] Update tr_TR, thanks to : Nakre
git-svn-id: http://piwigo.org/svn/trunk@18766 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-28 12:34:52 +00:00
riopwg
67d70ab70d Update language IT
git-svn-id: http://piwigo.org/svn/trunk@18764 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-28 09:50:42 +00:00
Piwigo-TranslationTeam
edf4d6c315 [trunk_admin] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@18762 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-28 08:26:47 +00:00
mistic100
457dbb4dac feature:2781 Add template method to sort actions buttons
git-svn-id: http://piwigo.org/svn/trunk@18760 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-27 12:32:43 +00:00
Piwigo-TranslationTeam
cbfdae7499 [trunk_admin] Update fr_FR, thanks to : mistic100
git-svn-id: http://piwigo.org/svn/trunk@18759 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-27 11:02:40 +00:00
mistic100
41c8a69ca2 feature:2718 Add batch manager filters for photo dimensions, redisgn
git-svn-id: http://piwigo.org/svn/trunk@18758 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-27 10:59:31 +00:00
rvelices
fe8330d14f fix php warning + removed unnecessary &nbsp;
git-svn-id: http://piwigo.org/svn/trunk@18757 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-27 07:18:32 +00:00
rvelices
e4d30d6bff doctype is html5 - less restrictivie than html 4 strict (which we are not compatible with anyway)...
git-svn-id: http://piwigo.org/svn/trunk@18756 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-27 06:57:11 +00:00
rvelices
d3a2304418 rollback remove empty <ul> ( -r18748 )
git-svn-id: http://piwigo.org/svn/trunk@18750 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-26 05:09:21 +00:00
mistic100
5577aa4d76 feature:2747: Add triggers on all main pages "Call to undefined function triggr_action() in search.php on line 33"
git-svn-id: http://piwigo.org/svn/trunk@18749 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-25 20:28:14 +00:00
rvelices
0c4106e606 rel nofollow for user comment url + remove empty <ul>
git-svn-id: http://piwigo.org/svn/trunk@18748 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-25 20:04:06 +00:00
rvelices
b57ab43510 related categories on picture page contain status and visible db fields (useful for example for "social" plugins to know if a photo is public or not)
git-svn-id: http://piwigo.org/svn/trunk@18747 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-25 20:01:14 +00:00
rvelices
f609713578 code simplification
git-svn-id: http://piwigo.org/svn/trunk@18746 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-25 19:59:32 +00:00
rvelices
9f24af98f2 add page_url (canonical picture url) for web service methods images.search, tags.getImages, images.getInfo, categories.getImages
git-svn-id: http://piwigo.org/svn/trunk@18732 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-24 20:24:44 +00:00
Piwigo-TranslationTeam
d911377937 [trunk_public] Update nb_NO, thanks to : plg
git-svn-id: http://piwigo.org/svn/trunk@18730 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-24 10:07:00 +00:00
rvelices
856b5a2519 - navigation bar urls are always on the number of images per page boundaries (fix rare case when the admin changer the number of thumbs per page for guests, and then google bot fetches almost all start-xx pages)
git-svn-id: http://piwigo.org/svn/trunk@18729 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-23 20:19:57 +00:00
mistic100
edd6cc25c5 bug 2775: on index page, errors/infos messages can be at the bottom with PWG Stuffs
git-svn-id: http://piwigo.org/svn/trunk@18712 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-21 15:27:50 +00:00
plegall
548698e760 merge r18699 from branch 2.4 to trunk
bug 2774 fixed: better sanitize on username_or_email user input


git-svn-id: http://piwigo.org/svn/trunk@18700 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-19 20:16:52 +00:00
ddtddt
248784ff18 [trunk] - language add translator
git-svn-id: http://piwigo.org/svn/trunk@18697 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-19 16:23:42 +00:00
Piwigo-TranslationTeam
c9c85ca6a8 [trunk_help] Update ca_ES, thanks to : mistic100
git-svn-id: http://piwigo.org/svn/trunk@18689 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-18 05:40:31 +00:00
rvelices
aace3770ae - improved page title when viewing tags, fix canonical url on index page if the webmaster changes the default number of thumbnails per page
git-svn-id: http://piwigo.org/svn/trunk@18667 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-16 19:58:12 +00:00
rvelices
d283bd5128 bug 2772: remove "Home" from html title pages on index pages (better title when viewing in flat mode)
git-svn-id: http://piwigo.org/svn/trunk@18666 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-16 19:56:13 +00:00
rvelices
7f75c131ed bug 2772: remove "Home" from html title pages on index pages
git-svn-id: http://piwigo.org/svn/trunk@18637 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-13 15:55:35 +00:00
rvelices
1e6e762643 feature 2760: allow tag exclusion in quick search
git-svn-id: http://piwigo.org/svn/trunk@18636 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-13 15:40:14 +00:00
mistic100
cb11878233 feature 2773: add pwg_db_close() method
git-svn-id: http://piwigo.org/svn/trunk@18634 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-13 09:05:58 +00:00
rvelices
97294dac5a feature 2771: upgrade jquery from 1.7.2 to 1.8.2 and jquery.ui from 1.8.16 to 1.9.0
Attention plugins: jquery ui effect script ids change when using combine_script because file names changed ... 

git-svn-id: http://piwigo.org/svn/trunk@18630 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-12 20:32:30 +00:00
rvelices
267c548896 - remove unsed code; shorten existing code and improve readability ...
git-svn-id: http://piwigo.org/svn/trunk@18629 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-12 20:00:16 +00:00
rvelices
5a061cb37d - remove unsed code; shorten existing code and improve readability ...
git-svn-id: http://piwigo.org/svn/trunk@18628 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-12 19:56:12 +00:00
Piwigo-TranslationTeam
d0d17dc34c [trunk_public] Update cs_CZ, thanks to : sichr
git-svn-id: http://piwigo.org/svn/trunk@18611 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-11 22:00:30 +00:00
rvelices
9653d75331 upgrade cluetip version from 1.0.7 to 1.2.6
git-svn-id: http://piwigo.org/svn/trunk@18610 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-11 21:29:28 +00:00
mistic100
7a370d49b5 feature 2770: Add bottom pagination on batch manager unit
git-svn-id: http://piwigo.org/svn/trunk@18607 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-11 15:40:06 +00:00
Piwigo-TranslationTeam
a30a4f6e83 [trunk_public] Update ro_RO, thanks to : norboo
git-svn-id: http://piwigo.org/svn/trunk@18605 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-11 05:17:08 +00:00
Piwigo-TranslationTeam
fdaa378089 [trunk_admin] Update pl_PL, thanks to : Greybrow
git-svn-id: http://piwigo.org/svn/trunk@18601 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-11 05:15:30 +00:00
Piwigo-TranslationTeam
bfdd17e3dd [trunk_public] Update ro_RO, thanks to : norboo
git-svn-id: http://piwigo.org/svn/trunk@18598 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-10 18:38:30 +00:00
Piwigo-TranslationTeam
db27485d32 [trunk_public] Update pt_PT, thanks to : alahel76
git-svn-id: http://piwigo.org/svn/trunk@18591 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-10 16:25:48 +00:00
Piwigo-TranslationTeam
9f85c41199 [trunk_public] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@18586 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-10 16:24:12 +00:00
Piwigo-TranslationTeam
80f1c2b601 [trunk_admin] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@18585 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-10 16:23:13 +00:00
rvelices
1afee20ed2 some code simplification
git-svn-id: http://piwigo.org/svn/trunk@18579 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-09 19:47:22 +00:00
rvelices
05671cf18c batch manager - remove unused code, less sql queries and avoid 4 calls to same display_select function
git-svn-id: http://piwigo.org/svn/trunk@18573 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-09 04:58:57 +00:00
Piwigo-TranslationTeam
4c03bc9260 [trunk_admin] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@18547 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-07 17:57:44 +00:00
Piwigo-TranslationTeam
9006b1f1b4 [trunk_public] Update ca_ES, thanks to : josep.torne
git-svn-id: http://piwigo.org/svn/trunk@18546 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-07 17:57:13 +00:00
Piwigo-TranslationTeam
cd9fbbfab1 [trunk_admin] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@18532 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-06 20:32:21 +00:00
Piwigo-TranslationTeam
d4289f2794 [trunk_public] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@18531 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-06 20:32:07 +00:00
Piwigo-TranslationTeam
0e61b82ca8 [trunk_admin] Update fa_IR, thanks to : arashshiler
git-svn-id: http://piwigo.org/svn/trunk@18521 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-06 13:06:17 +00:00
Piwigo-TranslationTeam
aa073a393e [trunk_public] Update fa_IR, thanks to : arashshiler
git-svn-id: http://piwigo.org/svn/trunk@18520 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-06 13:06:03 +00:00
Piwigo-TranslationTeam
84c37740e6 [trunk_admin] Update th_TH, thanks to : pradit
git-svn-id: http://piwigo.org/svn/trunk@18519 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-06 13:05:41 +00:00
Piwigo-TranslationTeam
c6a2a7603f [trunk_public] Update nl_NL, thanks to : pauldaytona
git-svn-id: http://piwigo.org/svn/trunk@18516 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-06 10:48:21 +00:00
Piwigo-TranslationTeam
dccd387166 [trunk_admin] Update cs_CZ, thanks to : sichr
git-svn-id: http://piwigo.org/svn/trunk@18494 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-06 06:24:40 +00:00
Piwigo-TranslationTeam
9e84735e01 [trunk_public] Update cs_CZ, thanks to : sichr
git-svn-id: http://piwigo.org/svn/trunk@18493 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-06 06:23:56 +00:00
rvelices
8fb19cb1a4 added "are you sure?" confirmation before deleting all derivatives in maintenance or before deleting more than 500 derivatives in the batch manager
git-svn-id: http://piwigo.org/svn/trunk@18484 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-05 19:36:38 +00:00
mistic100
8501556201 feature:2614 restore global_rank on recent_cats
git-svn-id: http://piwigo.org/svn/trunk@18464 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-04 16:43:58 +00:00
mistic100
b3e71e424c feature 2761: Pass all kind of messages through session on admin
git-svn-id: http://piwigo.org/svn/trunk@18463 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-04 16:03:25 +00:00
mistic100
b1cec7bf86 feature:2614 pagination on albums
return to old fashioned way (one query in category_cats), restoring recent_cats feature and "menubar optimization", rename "starta" into "startcat"

git-svn-id: http://piwigo.org/svn/trunk@18462 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-04 15:03:55 +00:00
mistic100
b5f020ee66 bug:2756 feature:2737 on batch manager use "tag" url parameter instead of re-use "cat"
git-svn-id: http://piwigo.org/svn/trunk@18459 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-04 14:14:25 +00:00
rvelices
2a9e479384 fix - when applying default image order to an album , same behaviour (null versus empty string db field) for parent and children
git-svn-id: http://piwigo.org/svn/trunk@18456 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-04 04:23:27 +00:00
rvelices
cc558d8694 php optimizations:
- use faster [] operator instead of array_push
- if tags are grouped by letter, don't add level to tags, sort etc ...

git-svn-id: http://piwigo.org/svn/trunk@18455 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-04 04:15:28 +00:00
Piwigo-TranslationTeam
b90d2721e5 [trunk_admin] Update ro_RO, thanks to : norboo
git-svn-id: http://piwigo.org/svn/trunk@18449 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-03 11:48:52 +00:00
Piwigo-TranslationTeam
dcaa4df8ae [trunk_public] Update sr_RS, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@18448 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-03 04:54:08 +00:00
ddtddt
88676a7b5b [trunk] - language addnew language/ms_MY Malay - Bahasa Malaysia Thanks to sivastar
git-svn-id: http://piwigo.org/svn/trunk@18446 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-02 20:14:10 +00:00
Piwigo-TranslationTeam
67203cd3d3 [trunk_public] Update zh_CN, thanks to : winson
git-svn-id: http://piwigo.org/svn/trunk@18444 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-02 18:51:11 +00:00
Piwigo-TranslationTeam
14e89340d5 [trunk_public] Update fi_FI, thanks to : Rinnaus
git-svn-id: http://piwigo.org/svn/trunk@18443 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-02 18:50:45 +00:00
Piwigo-TranslationTeam
74b5fac1d6 [trunk_public] Update nb_NO, thanks to : skaulen
git-svn-id: http://piwigo.org/svn/trunk@18440 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-02 18:50:05 +00:00
Piwigo-TranslationTeam
72081ca2cf [trunk_public] Update ta_IN, thanks to : sivastar
git-svn-id: http://piwigo.org/svn/trunk@18436 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-02 18:49:10 +00:00
Piwigo-TranslationTeam
553fed965a [trunk_public] Update pl_PL, thanks to : T00kie
git-svn-id: http://piwigo.org/svn/trunk@18428 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-02 11:32:39 +00:00
Piwigo-TranslationTeam
6f953292e5 [trunk_admin] Update nb_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@18425 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-02 07:50:41 +00:00
Piwigo-TranslationTeam
8aa5b493d5 [trunk_public] Update ta_IN, thanks to : sivastar
git-svn-id: http://piwigo.org/svn/trunk@18417 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-01 21:49:55 +00:00
Piwigo-TranslationTeam
fc4d960f66 [trunk_public] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@18410 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-01 21:15:04 +00:00
Piwigo-TranslationTeam
7eb17bd910 [trunk_public] Update ta_IN, thanks to : sivastar
git-svn-id: http://piwigo.org/svn/trunk@18409 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-01 21:13:13 +00:00
Piwigo-TranslationTeam
86a26bd272 [trunk_admin] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@18403 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-01 17:46:01 +00:00
ddtddt
a95f113313 [trunk] - language addnew language/ta_IN Tamil தமிழ் Thanks to sivastar
git-svn-id: http://piwigo.org/svn/trunk@18398 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-01 17:17:37 +00:00
mistic100
1e927104aa feature 2614: pagination on albums, save one query on picture page
git-svn-id: http://piwigo.org/svn/trunk@18392 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-01 13:58:11 +00:00
Piwigo-TranslationTeam
5fed7d636b [trunk_admin] Update pt_PT, thanks to : lola
git-svn-id: http://piwigo.org/svn/trunk@18383 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-30 10:06:54 +00:00
Piwigo-TranslationTeam
03532d57ac [trunk_admin] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@18382 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-30 10:06:39 +00:00
Piwigo-TranslationTeam
cd7eb9c316 [trunk_public] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@18381 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-30 10:06:17 +00:00
Piwigo-TranslationTeam
94af8e3966 [trunk_admin] Update da_DK, thanks to : thomas1956
git-svn-id: http://piwigo.org/svn/trunk@18376 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-30 05:52:09 +00:00
Piwigo-TranslationTeam
be0a79e33b [trunk_public] Update eo_EO, thanks to : axel584
git-svn-id: http://piwigo.org/svn/trunk@18363 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-29 08:59:44 +00:00
Piwigo-TranslationTeam
2101f32217 [trunk_public] Update cs_CZ, thanks to : sichr
git-svn-id: http://piwigo.org/svn/trunk@18359 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-29 06:01:58 +00:00
Piwigo-TranslationTeam
5e535d74e5 [trunk_admin] Update cs_CZ, thanks to : sichr
git-svn-id: http://piwigo.org/svn/trunk@18343 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-29 05:57:53 +00:00
Piwigo-TranslationTeam
3a478e6785 [trunk_public] Update de_DE, thanks to : Joergen
git-svn-id: http://piwigo.org/svn/trunk@18338 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-28 15:34:18 +00:00
mistic100
394f4d0310 2756: Batch Manager is unusable in some cases, due to tags management
git-svn-id: http://piwigo.org/svn/trunk@18332 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-28 12:08:37 +00:00
mistic100
dda33d47b7 feature:2754 and feature:2614, fatal error when installing Piwigo
git-svn-id: http://piwigo.org/svn/trunk@18330 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-28 11:46:51 +00:00
Piwigo-TranslationTeam
88daff6d27 [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@18323 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-28 04:45:24 +00:00
Piwigo-TranslationTeam
8546a618a5 [trunk_admin] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@18313 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-27 18:43:15 +00:00
Piwigo-TranslationTeam
27f1a5a94f [trunk_help] Update th_TH, thanks to : pradit
git-svn-id: http://piwigo.org/svn/trunk@18303 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-27 18:40:58 +00:00
riopwg
74a058fd3c Update language IT
git-svn-id: http://piwigo.org/svn/trunk@18298 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-27 14:55:39 +00:00
Piwigo-TranslationTeam
232c483f37 [trunk_admin] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@18296 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-27 05:25:50 +00:00
Piwigo-TranslationTeam
add299d275 [trunk_public] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@18293 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-27 05:24:50 +00:00
Piwigo-TranslationTeam
2a04751e7c [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@18292 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-27 05:24:16 +00:00
Piwigo-TranslationTeam
ea8e6f889a [trunk_admin] Update pt_BR, thanks to : oigreslima
git-svn-id: http://piwigo.org/svn/trunk@18285 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-26 19:23:28 +00:00
Piwigo-TranslationTeam
4172c76769 [trunk_public] Update pt_BR, thanks to : oigreslima
git-svn-id: http://piwigo.org/svn/trunk@18284 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-26 19:23:01 +00:00
Piwigo-TranslationTeam
5bd6fd41ba [trunk_public] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@18282 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-26 19:22:30 +00:00
Piwigo-TranslationTeam
97c1e5b6b7 [trunk_admin] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@18278 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-26 19:21:28 +00:00
Piwigo-TranslationTeam
2991ec8c8d [trunk_admin] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@18269 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-25 21:13:25 +00:00
Piwigo-TranslationTeam
4e461f41c4 [trunk_admin] Update de_DE, thanks to : Polly
git-svn-id: http://piwigo.org/svn/trunk@18268 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-25 21:13:12 +00:00
Piwigo-TranslationTeam
98c4602c0c [trunk_admin] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@18246 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-25 21:08:05 +00:00
Piwigo-TranslationTeam
98d0448321 [trunk_admin] Update ru_RU, thanks to : nadusha
git-svn-id: http://piwigo.org/svn/trunk@18231 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-25 05:36:01 +00:00
Piwigo-TranslationTeam
e69b6554fd [trunk_public] Update ru_RU, thanks to : nadusha
git-svn-id: http://piwigo.org/svn/trunk@18229 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-25 05:35:29 +00:00
Piwigo-TranslationTeam
51c4979876 [trunk_public] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@18224 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-25 05:34:24 +00:00
Piwigo-TranslationTeam
24f256b388 [trunk_admin] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@18221 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-25 05:33:23 +00:00
Piwigo-TranslationTeam
03701c1a00 [trunk_public] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@18220 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-25 05:33:08 +00:00
Piwigo-TranslationTeam
c40b94bc9f [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@18219 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-25 05:32:41 +00:00
Piwigo-TranslationTeam
c72708ad03 [trunk_public] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@18218 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-25 05:32:26 +00:00
Piwigo-TranslationTeam
05eaa6991b [trunk_public] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@18216 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-25 05:31:54 +00:00
Piwigo-TranslationTeam
4eb6187ad8 [trunk_admin] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@18215 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-25 05:31:26 +00:00
Piwigo-TranslationTeam
2c15b0dafd [trunk_admin] Update sr_RS, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@18212 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-25 05:30:40 +00:00
Piwigo-TranslationTeam
e4035555ca [trunk_admin] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@18209 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-25 05:29:57 +00:00
rvelices
3180f1638a quick search - better handling of wildcard begin/end in tag names (technically rewrote parts of query analser)
still to do: exclusion of matching tags

git-svn-id: http://piwigo.org/svn/trunk@18207 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-24 20:50:24 +00:00
Piwigo-TranslationTeam
6f15e3f001 [trunk_admin] Update th_TH, thanks to : pradit
git-svn-id: http://piwigo.org/svn/trunk@18202 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-24 04:56:20 +00:00
Piwigo-TranslationTeam
d603d30846 [trunk_admin] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@18197 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-24 04:33:19 +00:00
Piwigo-TranslationTeam
89d2eb1472 [trunk_upgrade] Update pt_BR, thanks to : oigreslima
git-svn-id: http://piwigo.org/svn/trunk@18196 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-24 04:32:50 +00:00
Piwigo-TranslationTeam
5304d1e2a2 [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@18191 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-23 19:02:29 +00:00
Piwigo-TranslationTeam
611cf5bea7 [trunk_admin] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@18187 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-23 19:01:37 +00:00
Piwigo-TranslationTeam
d472954bea [trunk_admin] Update de_DE, thanks to : fs101299
git-svn-id: http://piwigo.org/svn/trunk@18179 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-23 18:59:41 +00:00
Piwigo-TranslationTeam
0248a776e3 [trunk_admin] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@18178 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-23 18:59:28 +00:00
Piwigo-TranslationTeam
2c3d34ba5e [trunk_public] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@18177 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-23 18:59:03 +00:00
Piwigo-TranslationTeam
5b9dfcfd97 [trunk_public] Update th_TH, thanks to : pradit
git-svn-id: http://piwigo.org/svn/trunk@18173 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-23 18:58:21 +00:00
Piwigo-TranslationTeam
fafb4be4d6 [trunk_admin] Update th_TH, thanks to : pradit
git-svn-id: http://piwigo.org/svn/trunk@18172 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-23 18:58:08 +00:00
Piwigo-TranslationTeam
c60a742420 [trunk_admin] Update zh_CN, thanks to : dennisyan
git-svn-id: http://piwigo.org/svn/trunk@18167 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-23 18:56:50 +00:00
riopwg
bd0ad4f250 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@18166 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-23 17:07:40 +00:00
mistic100
4e65d9af46 feature 2614: pagination on albums
git-svn-id: http://piwigo.org/svn/trunk@18165 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-23 11:19:26 +00:00
mistic100
7e33b84e77 feature 2754: Add "Email" field for user comments + mandatory "Author"
git-svn-id: http://piwigo.org/svn/trunk@18164 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-23 09:34:30 +00:00
Piwigo-TranslationTeam
b6d2db8600 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@18155 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-22 14:42:49 +00:00
Piwigo-TranslationTeam
9193492366 [trunk_admin] Update it_IT, thanks to : virgigiole
git-svn-id: http://piwigo.org/svn/trunk@18149 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-22 12:18:43 +00:00
Piwigo-TranslationTeam
a939526515 [trunk_admin] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@18133 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-22 12:15:13 +00:00
Piwigo-TranslationTeam
cade23bffe [trunk_admin] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@18123 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-21 14:53:26 +00:00
plegall
8c629a7395 merge r18116 from branch 2.4 to trunk
bug 2752 fixed: make sure we don't use the mobile theme with the no_photo_yet feature


git-svn-id: http://piwigo.org/svn/trunk@18117 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-21 09:15:26 +00:00
Piwigo-TranslationTeam
16eafb642c [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@18109 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-20 21:51:01 +00:00
Piwigo-TranslationTeam
31fe761186 [trunk_public] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@18108 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-20 21:50:48 +00:00
Piwigo-TranslationTeam
cace14df77 [language_switch] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@18107 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-20 21:50:39 +00:00
Piwigo-TranslationTeam
149e26eb68 [trunk_install] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@18106 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-20 21:50:14 +00:00
Piwigo-TranslationTeam
d7023e484d [trunk_upgrade] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@18105 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-20 21:49:59 +00:00
Piwigo-TranslationTeam
44feacfb2b [localfileseditor] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@18104 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-20 21:49:44 +00:00
Piwigo-TranslationTeam
90835c5bff [c13y_upgrade] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@18103 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-20 21:49:37 +00:00
Piwigo-TranslationTeam
93ab8cdb8a [trunk_help] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@18086 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-20 18:00:33 +00:00
mistic100
900a925a06 feature 2737: improve tag administration screen, rename tags action labels
git-svn-id: http://piwigo.org/svn/trunk@18080 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-20 16:32:17 +00:00
mistic100
2f7ffaf11f feature 2751: Redesign web API, webservices explorer
git-svn-id: http://piwigo.org/svn/trunk@18079 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-20 16:04:23 +00:00
Piwigo-TranslationTeam
10bd062272 [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@18078 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-20 16:03:36 +00:00
Piwigo-TranslationTeam
403148caa9 [trunk_help] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@18066 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-20 16:01:03 +00:00
mistic100
77a4aa107c minor fix: comments where not correctly highlighted
git-svn-id: http://piwigo.org/svn/trunk@18064 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-20 15:17:38 +00:00
mistic100
cbb971db3f feature 2747: Add triggers on all main pages
git-svn-id: http://piwigo.org/svn/trunk@18063 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-20 12:16:45 +00:00
Piwigo-TranslationTeam
5c70d3b971 [trunk_public] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@18061 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-19 22:11:39 +00:00
Piwigo-TranslationTeam
097fc20735 [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@18057 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-19 22:10:50 +00:00
Piwigo-TranslationTeam
bdaa3abc28 [trunk_help] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@18053 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-19 22:09:44 +00:00
Piwigo-TranslationTeam
76085de3bb [trunk_admin] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@18047 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-19 11:32:29 +00:00
Piwigo-TranslationTeam
f7f1cbd7e3 [trunk_admin] Update pl_PL, thanks to : T00kie
git-svn-id: http://piwigo.org/svn/trunk@18046 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-19 11:32:08 +00:00
Piwigo-TranslationTeam
3867c85b21 [trunk_admin] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@18045 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-19 11:31:27 +00:00
Piwigo-TranslationTeam
3d3aad65f7 [trunk_upgrade] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@18042 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-19 04:32:40 +00:00
Piwigo-TranslationTeam
2ef3c48cc0 [trunk_install] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@18041 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-19 04:32:12 +00:00
Piwigo-TranslationTeam
b23580bda3 [trunk_help] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@18040 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-19 04:31:52 +00:00
Piwigo-TranslationTeam
b98f625e85 [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@18039 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-19 04:31:23 +00:00
Piwigo-TranslationTeam
16459e4921 [trunk_admin] Update ru_RU, thanks to : nadusha
git-svn-id: http://piwigo.org/svn/trunk@18038 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-19 04:31:05 +00:00
Piwigo-TranslationTeam
c1f66cb0b0 [trunk_admin] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@18035 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-19 04:30:02 +00:00
Piwigo-TranslationTeam
76d0b9e274 [trunk_admin] Update es_ES, thanks to : jpr928
git-svn-id: http://piwigo.org/svn/trunk@18031 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-19 04:28:51 +00:00
Piwigo-TranslationTeam
cca4db5159 [trunk_admin] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@18028 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-19 04:27:51 +00:00
Piwigo-TranslationTeam
59dd467d65 [trunk_admin] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@18019 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-18 19:01:29 +00:00
Piwigo-TranslationTeam
e6cfc178e6 [trunk_help] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@18015 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-18 19:00:19 +00:00
Piwigo-TranslationTeam
71ecb1e45e [trunk_public] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@18014 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-18 19:00:06 +00:00
Piwigo-TranslationTeam
ec20c9c1ee [language_switch] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@18013 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-18 18:59:55 +00:00
Piwigo-TranslationTeam
4089cc016f [c13y_upgrade] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@18005 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-18 18:58:31 +00:00
Piwigo-TranslationTeam
672f898e77 [adminmultiview] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@18004 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-18 18:58:25 +00:00
Piwigo-TranslationTeam
32db932492 [localfileseditor] Update da_DK, thanks to : Kaare
git-svn-id: http://piwigo.org/svn/trunk@18003 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-18 18:58:01 +00:00
plegall
a8fdff631d merge r17983 from branch 2.4 to trunk
bug 2750 fixed: HTML-sanitize $_POST['username_or_email'] before display (both
username and email don't allow HTML tags...)

Original report by Stefan Schurtz via Secunia SVCRP



git-svn-id: http://piwigo.org/svn/trunk@17984 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-18 12:09:45 +00:00
plegall
a1002f61fd little code refactoring over r17424
bug fixed on Edit Photo page when associating with no album.


git-svn-id: http://piwigo.org/svn/trunk@17980 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-18 11:43:36 +00:00
plegall
a12e006c89 merge r17978 from branch 2.4 to trunk
bug 2748 fixed: make sure scripts.js is loaded when we need phpWGOpenWindow


git-svn-id: http://piwigo.org/svn/trunk@17979 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-18 08:40:01 +00:00
mistic100
a9b7abbc4f update triggers_list fro r17975
git-svn-id: http://piwigo.org/svn/trunk@17977 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-17 20:34:46 +00:00
rvelices
fca022031a distinguish event render_element name and description
git-svn-id: http://piwigo.org/svn/trunk@17975 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-17 19:57:35 +00:00
mistic100
5cabef8479 feature 2737: improve tag administration screen, rename "Edit" into "Batch Manager"
planned for 2.5:
"View" -> "View in gallery"
"Edit" -> "Manage photos"

git-svn-id: http://piwigo.org/svn/trunk@17970 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-17 16:11:48 +00:00
Piwigo-TranslationTeam
e07c4d1b91 [trunk_admin] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@17967 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-17 04:36:16 +00:00
Piwigo-TranslationTeam
67fb656436 [trunk_admin] Update de_DE, thanks to : Joergen
git-svn-id: http://piwigo.org/svn/trunk@17956 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-16 18:55:05 +00:00
Piwigo-TranslationTeam
9007ab5692 [trunk_admin] Update it_IT, thanks to : virgigiole
git-svn-id: http://piwigo.org/svn/trunk@17951 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-16 18:54:10 +00:00
mistic100
7ba1a2d6b4 feature 2737: improve tag administration screen, update triggers list
git-svn-id: http://piwigo.org/svn/trunk@17948 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-16 16:30:00 +00:00
mistic100
0b7bd87646 feature 2718: Add batch manager filters for photo dimensions
git-svn-id: http://piwigo.org/svn/trunk@17931 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-15 15:47:52 +00:00
mistic100
ff130a06af small css fixes:
make disabled options visible with clear, 
  remove border on .showInfo:hover, avoiding clipping on some pages with roma

git-svn-id: http://piwigo.org/svn/trunk@17928 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-15 15:27:26 +00:00
rvelices
c78c9760ca fix batch manager unit photo titles with quotes (+ send all photo data to template)
fix batch manager global fix tiptip selector for thumbs

git-svn-id: http://piwigo.org/svn/trunk@17856 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-11 02:47:32 +00:00
Piwigo-TranslationTeam
4a2f9da888 [trunk_admin] Update th_TH, thanks to : pradit
git-svn-id: http://piwigo.org/svn/trunk@17851 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-10 20:46:28 +00:00
Piwigo-TranslationTeam
3b1b1d1bb2 [trunk_public] Update ro_RO, thanks to : rvelices
git-svn-id: http://piwigo.org/svn/trunk@17801 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-07 19:01:09 +00:00
Piwigo-TranslationTeam
1d1e509a0d [trunk_help] Update it_IT, thanks to : virgigiole
git-svn-id: http://piwigo.org/svn/trunk@17773 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-05 21:11:55 +00:00
Piwigo-TranslationTeam
01e875633d [c13y_upgrade] Update it_IT, thanks to : virgigiole
git-svn-id: http://piwigo.org/svn/trunk@17772 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-05 21:11:48 +00:00
rvelices
dadd8f6307 feature 2737: improve tag administration screen
show for every tag
- the number of photos
- link to public index page
- link to batch manager edit

add an event for extended description multi language strings (used for autocompletion and shown in the tag admin screen) instead of hard coded in the core [lang=..

git-svn-id: http://piwigo.org/svn/trunk@17765 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-05 20:38:30 +00:00
rvelices
528c75ab35 bug 2735: fix/improve non latin language tags
a. non latin tags (greek/cyrillic...) are not sorted case-insesitive and group by letter view in tag list is not case insesitive
b. quick searching tag names does not perform correctly accent folding (e.g. Köln and Koln do not match) and case insesitivity for non latin letters
c. missing from remove_accents characters in romanian language (Latin Extended-B)
  ? c8 98 = LATIN CAPITAL LETTER S WITH COMMA BELOW
  ? c8 99 = LATIN SMALL LETTER S WITH COMMA BELOW
  ? c8 9a = LATIN CAPITAL LETTER T WITH COMMA BELOW
  ? c8 9b = LATIN SMALL LETTER T WITH COMMA BELOW
d. str2url allow non latin letters in output only if the input does not contain any valid lating letter/digit. we should always allow non latin letters in output 

git-svn-id: http://piwigo.org/svn/trunk@17748 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-04 20:03:33 +00:00
rvelices
0257b32062 bug 2732: when new tags must be added, also look first for existing tags with different case
git-svn-id: http://piwigo.org/svn/trunk@17724 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-03 20:48:50 +00:00
Piwigo-TranslationTeam
15741e9c0f [trunk_admin] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@17718 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-09-03 16:22:20 +00:00
rvelices
c04137702b bug 2686: multi size with diacritical file names not generated
git-svn-id: http://piwigo.org/svn/trunk@17681 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-31 19:37:38 +00:00
rvelices
c918bb9209 bug 2725: Piwigo isn't compatible with suPHP + better handling of watermark upload errors
git-svn-id: http://piwigo.org/svn/trunk@17675 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-30 19:20:00 +00:00
Piwigo-TranslationTeam
d9854148a5 [trunk_help] Update da_DK, thanks to : Egorip
git-svn-id: http://piwigo.org/svn/trunk@17672 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-30 18:44:10 +00:00
plegall
6beee17904 merge r17668 from branch 2.4 to trunk
bug 2733 fixed: when creating a sub-album in a private album with
pwg.categories.add, it is automatically private too.



git-svn-id: http://piwigo.org/svn/trunk@17669 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-30 12:54:29 +00:00
rvelices
62452b90ce bug 2730: multi size not deleted when physical directory deleted
git-svn-id: http://piwigo.org/svn/trunk@17650 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-27 18:42:04 +00:00
rvelices
a6c33e9332 remove deprecated function get_thumbnail_url + $conf['local_data_dir']
git-svn-id: http://piwigo.org/svn/trunk@17649 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-27 18:32:10 +00:00
Piwigo-TranslationTeam
ec41085ce7 [trunk_admin] Update th_TH, thanks to : pradit
git-svn-id: http://piwigo.org/svn/trunk@17628 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-23 18:14:25 +00:00
Piwigo-TranslationTeam
441a6c77b6 [trunk_install] Update he_IL, thanks to : ADIRBITON
git-svn-id: http://piwigo.org/svn/trunk@17596 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-17 19:59:17 +00:00
Piwigo-TranslationTeam
b9e96b094a [trunk_admin] Update he_IL, thanks to : ADIRBITON
git-svn-id: http://piwigo.org/svn/trunk@17595 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-17 19:59:06 +00:00
plegall
b9c82b0186 merge r17573 from branch 2.4 to trunk
bug 2724 fixed: tooltip on thumbnails is back on photos sort order manager



git-svn-id: http://piwigo.org/svn/trunk@17574 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-15 11:48:10 +00:00
Piwigo-TranslationTeam
448c7297d6 [trunk_admin] Update th_TH, thanks to : pradit
git-svn-id: http://piwigo.org/svn/trunk@17564 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-15 08:30:46 +00:00
flop25
411d0d5983 bug:2719
no need to array diff : the system check after to not reinsert existing lines

git-svn-id: http://piwigo.org/svn/trunk@17561 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-14 18:53:43 +00:00
Piwigo-TranslationTeam
b97f82ddc0 [trunk_admin] Update he_IL, thanks to : ADIRBITON
git-svn-id: http://piwigo.org/svn/trunk@17527 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-10 06:05:33 +00:00
rvelices
07d38d71bc removed some unused language keys and fix lower/uppercase discrepancies
git-svn-id: http://piwigo.org/svn/trunk@17509 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-09 20:12:12 +00:00
rvelices
bffbb8811b just sort language files (as usual after a release to see quicker new keys and which keys are duplicates ...)
git-svn-id: http://piwigo.org/svn/trunk@17506 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-09 19:54:28 +00:00
mistic100
0560be158e feature 2721: slight improvement of "contact webmaster" link
git-svn-id: http://piwigo.org/svn/trunk@17496 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-09 14:48:51 +00:00
rvelices
9166a8d39d small fix on element_url returned from web service calls (now coherent with picture.php)
git-svn-id: http://piwigo.org/svn/trunk@17469 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-07 19:52:37 +00:00
mistic100
b0512b37b4 bug 2716: modifying a photo reset it's rank
modify associate_images_to_categories() and move_images_to_categories() to preserve ranks
please test before 2.4.4 ! :-D

git-svn-id: http://piwigo.org/svn/trunk@17424 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-06 09:04:46 +00:00
Piwigo-TranslationTeam
12758e0b8f [trunk_help] Update zh_CN, thanks to : jimhu
git-svn-id: http://piwigo.org/svn/trunk@17409 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-05 16:31:02 +00:00
mistic100
115cdd7070 bug 2717: Warning + no content on help page
git-svn-id: http://piwigo.org/svn/trunk@17381 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-04 09:22:46 +00:00
Piwigo-TranslationTeam
bd0cc9ca83 [adminmultiview] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@17376 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-04 02:52:39 +00:00
mistic100
d7bf41b3ef feature 2380: add URL for user comment
git-svn-id: http://piwigo.org/svn/trunk@17351 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-03 17:02:24 +00:00
mistic100
efdb998cee bug 2714: missing icons on jgrowl notifications
git-svn-id: http://piwigo.org/svn/trunk@17347 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-03 14:59:50 +00:00
mistic100
77e753e91f bug 2715: on picture page, tools buttons + Firefox prefetch increment the hit counter
git-svn-id: http://piwigo.org/svn/trunk@17345 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-03 09:53:43 +00:00
Piwigo-TranslationTeam
00ca4f95ad [trunk_help] Update pt_PT, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@17337 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-02 21:55:54 +00:00
Piwigo-TranslationTeam
78952b1f79 [trunk_help] Update pt_PT, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@17326 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-02 20:35:25 +00:00
Piwigo-TranslationTeam
6b786195b6 [trunk_public] Update zh_CN, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@17325 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-02 20:35:00 +00:00
Piwigo-TranslationTeam
1699578aaa [trunk_admin] Update zh_CN, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@17322 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-02 20:34:25 +00:00
rvelices
6812c45995 multi size works now with special chars (tested with space ()[]!,=)
git-svn-id: http://piwigo.org/svn/trunk@17315 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-02 16:46:48 +00:00
Piwigo-TranslationTeam
ad7f6816dc [trunk_help] Update pt_PT, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@17305 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-02 07:11:23 +00:00
rvelices
92049de075 merge-r17295 from branch 2.4 feature 2708: in admin, display allowed custom derivatives and ability to delete them
git-svn-id: http://piwigo.org/svn/trunk@17302 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-01 19:03:17 +00:00
Piwigo-TranslationTeam
56a395e3a4 [trunk_help] Update pt_PT, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@17300 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-01 19:02:01 +00:00
Piwigo-TranslationTeam
ed15f2bc05 [trunk_public] Update bg_BG, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@17293 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-01 19:00:42 +00:00
rvelices
4eb43c1406 batch manager improvements/fixes:
- when refreshing photo set, start is set to 0 (otherwise if the new set is smaller that start, it looks like it is empty)
- correct positioning of thumbnails (width/height) is done in template instead of javascript (immediate instead on ready + no reflows)
- less space lost on batch manager page
- fix wrong page title in batch manager because of global variable $title overriden
- fix language keys in element_set_ranks (capital/lowercase issue)

git-svn-id: http://piwigo.org/svn/trunk@17289 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-01 16:59:06 +00:00
Piwigo-TranslationTeam
eae8b9c051 [trunk_help] Update pt_PT, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@17288 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-01 16:06:21 +00:00
Piwigo-TranslationTeam
49d4aaf92d [trunk_public] Update bg_BG, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@17273 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-01 15:39:33 +00:00
Piwigo-TranslationTeam
28e7f64913 [trunk_admin] Update bg_BG, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@17272 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-01 15:39:22 +00:00
Piwigo-TranslationTeam
9a4a934999 [trunk_admin] Update th_TH, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@17266 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-01 08:12:17 +00:00
Piwigo-TranslationTeam
9a11e665b8 [trunk_help] Update pt_PT, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@17264 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-01 05:59:42 +00:00
Piwigo-TranslationTeam
d7a53ee3b9 [trunk_admin] Update th_TH, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@17251 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-01 05:56:42 +00:00
Piwigo-TranslationTeam
660d7691ad [trunk_help] Update pt_PT, thanks to : alahel76
git-svn-id: http://piwigo.org/svn/trunk@17240 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-31 06:18:17 +00:00
Piwigo-TranslationTeam
73880d7d52 [adminmultiview] Update th_TH, thanks to : pradit
git-svn-id: http://piwigo.org/svn/trunk@17239 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-31 06:18:11 +00:00
Piwigo-TranslationTeam
541ce22808 [trunk_install] Update th_TH, thanks to : pradit
git-svn-id: http://piwigo.org/svn/trunk@17235 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-31 06:17:23 +00:00
Piwigo-TranslationTeam
cdadf059bb [trunk_public] Update th_TH, thanks to : pradit
git-svn-id: http://piwigo.org/svn/trunk@17234 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-31 06:17:00 +00:00
Piwigo-TranslationTeam
9ae0e8bc94 [trunk_admin] Update th_TH, thanks to : pradit
git-svn-id: http://piwigo.org/svn/trunk@17233 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-31 06:16:26 +00:00
rvelices
214a3c9dab bug 2712: Custom sized derivatives are never sharpened
git-svn-id: http://piwigo.org/svn/trunk@17230 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-30 20:01:17 +00:00
rvelices
26db3dde8f bug 2711: Watermark is sometimes applied while it should not be
git-svn-id: http://piwigo.org/svn/trunk@17229 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-30 19:51:44 +00:00
Piwigo-TranslationTeam
17999edf41 [trunk_help] Update pt_PT, thanks to : alahel76
git-svn-id: http://piwigo.org/svn/trunk@17223 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-30 14:33:54 +00:00
mistic100
8e568b317c remove debug code from r17002
git-svn-id: http://piwigo.org/svn/trunk@17210 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-30 13:50:28 +00:00
Piwigo-TranslationTeam
f816bdae16 [trunk_help] Update zh_CN, thanks to : quqibing
git-svn-id: http://piwigo.org/svn/trunk@17190 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-28 08:02:51 +00:00
Piwigo-TranslationTeam
938973fc11 [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@17185 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-28 08:01:48 +00:00
Piwigo-TranslationTeam
54eadef377 [trunk_admin] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@17184 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-28 08:00:57 +00:00
plegall
479f6a2496 merge r17166 from branch 2.4 to trunk
bug 2707 fixed: display tabs in the language manager



git-svn-id: http://piwigo.org/svn/trunk@17167 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-27 07:40:21 +00:00
mistic100
ea2b7d1cfb [language_switch] error introduced in previous commit
git-svn-id: http://piwigo.org/svn/trunk@17149 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-26 21:25:04 +00:00
Piwigo-TranslationTeam
87837aeef3 [trunk_admin] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@17130 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-26 10:48:12 +00:00
Piwigo-TranslationTeam
8696fcae76 [trunk_admin] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@17086 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-25 20:48:01 +00:00
ddtddt
4187963fee [trunk] - language - update zh_HK - 中文 (香港) – Chinese HK Thanks to fatman - feature:2676
git-svn-id: http://piwigo.org/svn/trunk@17083 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-25 20:46:32 +00:00
mistic100
0a7878f4e8 works with Additional Pages
git-svn-id: http://piwigo.org/svn/trunk@17064 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-25 20:19:39 +00:00
ddtddt
b5f1db1079 [trunk] - language - update zh_TW - 中文 (繁體) - Chinese traditional Thanks to chouyh - feature:2676
git-svn-id: http://piwigo.org/svn/trunk@17062 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-25 19:54:17 +00:00
Piwigo-TranslationTeam
f8c933f207 [adminmultiview] Update pt_BR, thanks to : oigreslima
git-svn-id: http://piwigo.org/svn/trunk@17056 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-25 18:01:11 +00:00
Piwigo-TranslationTeam
fd48db6963 [trunk_admin] Update cs_CZ, thanks to : jezekus
git-svn-id: http://piwigo.org/svn/trunk@17038 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-25 17:57:23 +00:00
Piwigo-TranslationTeam
ffb0d34a21 [trunk_public] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@17028 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-25 17:55:17 +00:00
rvelices
4ca257c5d7 - fix smartpocket : web service calls in admin not working on iphones
- removed unused func params in template

git-svn-id: http://piwigo.org/svn/trunk@17021 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-25 17:24:54 +00:00
plegall
1e1c2d4d59 merge r17016 from branch 2.4 to trunk
bug 2706 fixed: pwg.getMissingDerivatives correctly manages galleries with not a single photo.



git-svn-id: http://piwigo.org/svn/trunk@17017 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-25 15:14:04 +00:00
plegall
6c2fad0dd3 merge r17008 from branch 2.4 to trunk
feature 2693 added: automatically show link to caddie if caddie not empty



git-svn-id: http://piwigo.org/svn/trunk@17009 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-25 11:45:08 +00:00
plegall
ab924a14bd merge r17006 from branch 2.4 to trunk
bug 2655 fixed: maximum length for album name is 255 chars



git-svn-id: http://piwigo.org/svn/trunk@17007 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-25 10:58:25 +00:00
plegall
b6329cb062 merge r17003 from branch 2.4 to trunk
bug 2705 (related to): if rotate function is called with a 0 (zero) angle,
like plugin RotateImage may do, ExtIM fails with the same error
"convert: invalid argument for option `-rotate': -orient"



git-svn-id: http://piwigo.org/svn/trunk@17004 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-25 10:32:34 +00:00
plegall
60d23d4f61 merge r17001 from branch 2.4 to trunk
bug 2627 fixed: photos added with the web form or pwg.images.addSimple now have
a correct image_category.rank.



git-svn-id: http://piwigo.org/svn/trunk@17002 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-25 10:20:40 +00:00
rvelices
c382e4c865 fix prev commit - again :( (bug 2682)
git-svn-id: http://piwigo.org/svn/trunk@16994 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-24 22:08:59 +00:00
rvelices
0de9ecfb4a bug 2682: Watermark sizing calculation is made on the requested size not on the final one - fix
git-svn-id: http://piwigo.org/svn/trunk@16991 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-24 20:54:08 +00:00
rvelices
7502b3bbee bug 2682: Watermark sizing calculation is made on the requested size not on the final one
git-svn-id: http://piwigo.org/svn/trunk@16989 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-24 20:49:31 +00:00
rvelices
9571cf5e45 refactor code when selected derivative on index page is changed by a plugin ...
git-svn-id: http://piwigo.org/svn/trunk@16987 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-24 20:34:52 +00:00
rvelices
81e869eaa0 fix checkbox of selected derivative on index page when a plugin overrides the default value (merge from 2.4 to trunk)
git-svn-id: http://piwigo.org/svn/trunk@16986 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-24 19:14:39 +00:00
ddtddt
9ecbc019f4 [trunk] - /plugins/ - version
git-svn-id: http://piwigo.org/svn/trunk@16980 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-24 16:55:11 +00:00
mistic100
c6912b7896 update triggers_list and fix display bug
git-svn-id: http://piwigo.org/svn/trunk@16967 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-24 09:42:38 +00:00
Piwigo-TranslationTeam
33c271855f [localfileseditor] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@16956 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-23 21:03:56 +00:00
Piwigo-TranslationTeam
5cd320460c [language_switch] Update pt_BR, thanks to : oigreslima
git-svn-id: http://piwigo.org/svn/trunk@16947 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-23 17:40:11 +00:00
plegall
e23052b963 merge r16934 from branch 2.4 to trunk
bug 2705 fixed: if the rotation is "0", no rotation is needed, we skip the
rotate function which behaves badly (in ExtIM) with a zero degree rotation.



git-svn-id: http://piwigo.org/svn/trunk@16936 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-23 13:52:32 +00:00
mistic100
9a4a9d846e feature 2703: make it easy for plugins to add tabs in admin screens
centralize all core tabs in one file

git-svn-id: http://piwigo.org/svn/trunk@16928 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-23 11:50:41 +00:00
ddtddt
7b181f067b [trunk] - language - update et_EE - Estonian
git-svn-id: http://piwigo.org/svn/trunk@16927 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-23 10:58:16 +00:00
mistic100
283e9010eb feature 2703: make it easy for plugins to add tabs in admin screens
add a trigger a give an id to each core tabsheets

git-svn-id: http://piwigo.org/svn/trunk@16925 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-23 10:03:14 +00:00
Piwigo-TranslationTeam
2e2ac819ec [trunk_public] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@16911 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-22 18:33:39 +00:00
Piwigo-TranslationTeam
5768226d14 [localfileseditor] Update pt_BR, thanks to : oigreslima
git-svn-id: http://piwigo.org/svn/trunk@16879 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-21 05:36:22 +00:00
Piwigo-TranslationTeam
c755fafb34 [localfileseditor] Update pt_BR, thanks to : oigreslima
git-svn-id: http://piwigo.org/svn/trunk@16876 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-20 19:55:45 +00:00
Piwigo-TranslationTeam
c602fc94d6 [trunk_admin] Update zh_CN, thanks to : winson
git-svn-id: http://piwigo.org/svn/trunk@16862 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-20 11:03:20 +00:00
Piwigo-TranslationTeam
0d4c072a5d [trunk_public] Update zh_HK, thanks to : fatman
git-svn-id: http://piwigo.org/svn/trunk@16860 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-20 11:02:54 +00:00
Piwigo-TranslationTeam
9c4577d368 [trunk_admin] Update pt_PT, thanks to : lola
git-svn-id: http://piwigo.org/svn/trunk@16857 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-20 07:03:20 +00:00
flop25
32eebebcb9 bug:2684
a better gif

git-svn-id: http://piwigo.org/svn/trunk@16849 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-19 17:03:40 +00:00
Piwigo-TranslationTeam
1df484440a [trunk_public] Update zh_HK, thanks to : fatman
git-svn-id: http://piwigo.org/svn/trunk@16848 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-19 16:19:49 +00:00
flop25
431fd6722d bug:2698
at the bottom!


git-svn-id: http://piwigo.org/svn/trunk@16829 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-18 16:35:19 +00:00
flop25
09b1d455a1 bug:2698
2 id identical
fieldset instead of a span
moving up the field for autoorder
hiding the link to set a autoorder if there is no album (clicking on it didn't do anything)

git-svn-id: http://piwigo.org/svn/trunk@16827 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-18 16:18:58 +00:00
flop25
d35a3c411d bug:2698
moving the forms

git-svn-id: http://piwigo.org/svn/trunk@16825 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-18 14:33:07 +00:00
Piwigo-TranslationTeam
8cda09e11b [trunk_public] Update zh_HK, thanks to : fatman
git-svn-id: http://piwigo.org/svn/trunk@16820 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-18 09:53:39 +00:00
Piwigo-TranslationTeam
b0d52d8dcf [trunk_public] Update es_ES, thanks to : Dani BCN
git-svn-id: http://piwigo.org/svn/trunk@16815 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-18 05:20:27 +00:00
Piwigo-TranslationTeam
14a82e90e8 [adminmultiview] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@16814 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-17 21:34:10 +00:00
Piwigo-TranslationTeam
2472d26218 [language_switch] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@16812 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-17 20:49:41 +00:00
Piwigo-TranslationTeam
7cdb89bff6 [trunk_admin] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@16811 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-17 19:56:18 +00:00
Piwigo-TranslationTeam
6c31404af4 [trunk_admin] Update pt_BR, thanks to : oigreslima
git-svn-id: http://piwigo.org/svn/trunk@16810 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-17 19:55:58 +00:00
Piwigo-TranslationTeam
6eb6a929c2 [trunk_admin] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@16804 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-17 14:10:41 +00:00
Piwigo-TranslationTeam
2413ad951d [trunk_admin] Update ro_RO, thanks to : decadnce
git-svn-id: http://piwigo.org/svn/trunk@16803 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-17 14:10:31 +00:00
flop25
0deaffb607 wrong name for the loop : odd/even feature working now
git-svn-id: http://piwigo.org/svn/trunk@16801 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-17 13:56:22 +00:00
flop25
c6128fb485 bug:2688
changing padding margin...
+10 px for .thumbnailCategory .description using a prefilter

git-svn-id: http://piwigo.org/svn/trunk@16800 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-17 13:47:31 +00:00
flop25
6518f7b5ac bug:2688
changing the padding
adding a prefilter to a height for .thumbnailCategory .description .text
adding rounded border

git-svn-id: http://piwigo.org/svn/trunk@16799 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-17 09:42:12 +00:00
Piwigo-TranslationTeam
1efd5a0733 [trunk_admin] Update pt_BR, thanks to : PabloBSantiago
git-svn-id: http://piwigo.org/svn/trunk@16795 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-17 05:37:09 +00:00
Piwigo-TranslationTeam
e435257dee [trunk_admin] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@16793 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-16 20:29:36 +00:00
ddtddt
c8b0a05db3 [trunk] - language - update et_EE - Estonian - Thanks to kristian - feature:2676
git-svn-id: http://piwigo.org/svn/trunk@16768 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-16 06:57:43 +00:00
Piwigo-TranslationTeam
9f9fd7e3c7 [trunk_install] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@16766 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-16 06:07:34 +00:00
Piwigo-TranslationTeam
88f44414ef [trunk_admin] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@16765 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-16 06:07:12 +00:00
Piwigo-TranslationTeam
cfaa877985 [trunk_public] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@16763 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-15 21:44:04 +00:00
Piwigo-TranslationTeam
258332cca5 [trunk_admin] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@16762 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-15 21:43:54 +00:00
Piwigo-TranslationTeam
2d8259d4f2 [trunk_admin] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@16761 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-15 20:53:07 +00:00
Piwigo-TranslationTeam
001b5aaba3 [trunk_admin] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@16759 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-15 20:52:38 +00:00
Piwigo-TranslationTeam
2b77db9079 [trunk_admin] Update da_DK, thanks to : thomas1956
git-svn-id: http://piwigo.org/svn/trunk@16756 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-15 19:43:24 +00:00
Piwigo-TranslationTeam
425b97611c [trunk_admin] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@16752 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-15 13:57:07 +00:00
ddtddt
fd4901329e [trunk] - language - update fr_CA - Quebec - Québécois - Thanks to TiOger - feature:2676
git-svn-id: http://piwigo.org/svn/trunk@16745 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-15 11:30:20 +00:00
Piwigo-TranslationTeam
dc39e81315 [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@16740 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-15 10:32:20 +00:00
Piwigo-TranslationTeam
666653059f [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@16739 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-15 10:32:09 +00:00
Piwigo-TranslationTeam
c3ffcec7ff [trunk_admin] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@16730 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-14 16:45:27 +00:00
Piwigo-TranslationTeam
c8794d9cc4 [trunk_admin] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@16726 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-14 12:08:01 +00:00
Piwigo-TranslationTeam
49244b2ed9 [trunk_admin] Update nl_NL, thanks to : ruud
git-svn-id: http://piwigo.org/svn/trunk@16725 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-14 12:07:51 +00:00
Piwigo-TranslationTeam
d7cc4a7757 [trunk_admin] Update af_ZA, thanks to : maeztro
git-svn-id: http://piwigo.org/svn/trunk@16724 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-14 12:07:41 +00:00
Piwigo-TranslationTeam
9c9769560c [trunk_admin] Update sr_RS, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@16721 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-14 12:07:03 +00:00
Piwigo-TranslationTeam
a43d673e64 [trunk_admin] Update nb_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@16718 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-14 09:42:04 +00:00
Piwigo-TranslationTeam
1a29dfe795 [trunk_public] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@16713 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-14 06:06:23 +00:00
Piwigo-TranslationTeam
2917210ca4 [trunk_admin] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@16712 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-14 06:06:12 +00:00
Piwigo-TranslationTeam
947ade0db7 [trunk_public] Update sr_RS, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@16711 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-14 06:06:01 +00:00
Piwigo-TranslationTeam
f5ae193f4f [trunk_admin] Update pt_BR, thanks to : PabloBSantiago
git-svn-id: http://piwigo.org/svn/trunk@16708 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-14 06:05:03 +00:00
ddtddt
723af15d76 [trunk] - language - add az_AZ – Azeri - Azərbaycanca Thanks to Nightly - feature:2676
git-svn-id: http://piwigo.org/svn/trunk@16699 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-13 21:48:27 +00:00
Piwigo-TranslationTeam
46ec400a97 [trunk_help] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@16678 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-13 06:16:05 +00:00
Piwigo-TranslationTeam
7b5e514302 [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@16676 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-13 06:15:39 +00:00
Piwigo-TranslationTeam
8c89f8d7a3 [trunk_public] Update pt_BR, thanks to : PabloBSantiago
git-svn-id: http://piwigo.org/svn/trunk@16675 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-13 06:15:26 +00:00
Piwigo-TranslationTeam
17f034d4a6 [trunk_admin] Update pt_BR, thanks to : PabloBSantiago
git-svn-id: http://piwigo.org/svn/trunk@16670 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-13 06:14:06 +00:00
Piwigo-TranslationTeam
91dabedd6b [trunk_help] Update pt_PT, thanks to : alahel76
git-svn-id: http://piwigo.org/svn/trunk@16669 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-12 20:34:53 +00:00
Piwigo-TranslationTeam
4d9182ecee [trunk_install] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@16668 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-12 20:34:43 +00:00
Piwigo-TranslationTeam
9b1164313f [trunk_upgrade] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@16667 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-12 20:34:23 +00:00
Piwigo-TranslationTeam
e775548426 [trunk_admin] Update de_DE, thanks to : Polly
git-svn-id: http://piwigo.org/svn/trunk@16666 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-12 20:34:12 +00:00
Piwigo-TranslationTeam
2dc590c6b1 [trunk_public] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@16665 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-12 20:34:01 +00:00
Piwigo-TranslationTeam
b001251a62 [trunk_admin] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@16661 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-12 20:33:07 +00:00
mistic100
93fca46119 public colorbox template deprecated
git-svn-id: http://piwigo.org/svn/trunk@16655 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-12 16:48:47 +00:00
riopwg
8991f36091 Update language IT Minor error
git-svn-id: http://piwigo.org/svn/trunk@16653 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-12 14:26:34 +00:00
Piwigo-TranslationTeam
69c114a2d2 [trunk_upgrade] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@16651 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-12 14:24:56 +00:00
Piwigo-TranslationTeam
691201dbe2 [trunk_admin] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@16650 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-12 14:24:37 +00:00
Piwigo-TranslationTeam
93629499e5 [trunk_public] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@16649 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-12 13:01:59 +00:00
Piwigo-TranslationTeam
03516f7849 [trunk_install] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@16647 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-12 13:01:32 +00:00
Piwigo-TranslationTeam
93a5a1dd09 [trunk_upgrade] Update fi_FI, thanks to : streen
git-svn-id: http://piwigo.org/svn/trunk@16646 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-12 13:01:20 +00:00
Piwigo-TranslationTeam
3350c7963b [trunk_admin] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@16645 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-12 13:01:08 +00:00
Piwigo-TranslationTeam
0299b69a17 [trunk_public] Update zh_HK, thanks to : fatman
git-svn-id: http://piwigo.org/svn/trunk@16617 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-11 13:04:49 +00:00
Piwigo-TranslationTeam
58e2edb057 [trunk_admin] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@16616 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-11 13:04:38 +00:00
ddtddt
a5b944e7fa [trunk] - language - LocalFilesEditor - add zh_TW - 中文 (繁體) - Chinese traditional Thanks to chouyh - feature:2676
git-svn-id: http://piwigo.org/svn/trunk@16606 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-11 07:46:45 +00:00
Piwigo-TranslationTeam
91618d1d27 [trunk_public] Update zh_HK, thanks to : fatman
git-svn-id: http://piwigo.org/svn/trunk@16603 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-11 07:01:21 +00:00
Piwigo-TranslationTeam
e958ad942e [trunk_public] Update zh_HK, thanks to : fatman
git-svn-id: http://piwigo.org/svn/trunk@16600 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-10 17:05:11 +00:00
Piwigo-TranslationTeam
5b9a52a178 [trunk_admin] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@16595 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-10 14:32:27 +00:00
riopwg
73ae9de1e7 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@16593 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-10 14:04:51 +00:00
Piwigo-TranslationTeam
33b8245cc7 [trunk_admin] Update ru_RU, thanks to : nadusha
git-svn-id: http://piwigo.org/svn/trunk@16583 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-10 12:01:24 +00:00
Piwigo-TranslationTeam
df6183efd8 [trunk_help] Update pt_PT, thanks to : alahel76
git-svn-id: http://piwigo.org/svn/trunk@16575 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-10 05:43:49 +00:00
Piwigo-TranslationTeam
792ab01319 [localfileseditor] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16571 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-10 05:43:13 +00:00
Piwigo-TranslationTeam
b4e0d60840 [language_switch] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16570 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-10 05:43:06 +00:00
Piwigo-TranslationTeam
9262dc7e33 [adminmultiview] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16569 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-10 05:43:00 +00:00
Piwigo-TranslationTeam
4ceba21c75 [c13y_upgrade] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16567 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-10 05:42:40 +00:00
Piwigo-TranslationTeam
23473b432c [trunk_admin] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16566 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-10 05:42:26 +00:00
Piwigo-TranslationTeam
b1536e54c9 [trunk_help] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16559 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-09 16:42:59 +00:00
Piwigo-TranslationTeam
58dc311119 [trunk_admin] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16558 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-09 16:42:49 +00:00
Piwigo-TranslationTeam
fca308a889 [trunk_admin] Update pl_PL, thanks to : T00kie
git-svn-id: http://piwigo.org/svn/trunk@16538 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-09 12:14:10 +00:00
Piwigo-TranslationTeam
152611518c [trunk_install] Update fi_FI, thanks to : streen
git-svn-id: http://piwigo.org/svn/trunk@16535 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-09 12:13:34 +00:00
flop25
3ce06735b4 code cleanup
git-svn-id: http://piwigo.org/svn/trunk@16529 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-09 11:17:57 +00:00
ddtddt
70d8523449 [trunk] - language - add km_KH – ​ភាសា​ខ្មែរ​- khmer (Cambodia) Thanks to Vanndy - feature:2676
git-svn-id: http://piwigo.org/svn/trunk@16528 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-09 10:55:15 +00:00
flop25
d4bb085dd1 feature:2424
language keys added for UK and FR

git-svn-id: http://piwigo.org/svn/trunk@16527 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-09 10:30:34 +00:00
flop25
07662bdf74 feature:2424
ability to duplicate tags

git-svn-id: http://piwigo.org/svn/trunk@16526 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-09 10:18:58 +00:00
Piwigo-TranslationTeam
012d69fd11 [trunk_help] Update zh_CN, thanks to : deserteagle
git-svn-id: http://piwigo.org/svn/trunk@16525 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-09 08:39:21 +00:00
flop25
587d567177 only load the js for the ajax loading, if one picture needs to be generated
bug:2684

git-svn-id: http://piwigo.org/svn/trunk@16522 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-09 08:02:03 +00:00
Piwigo-TranslationTeam
efa0a0f277 [trunk_help] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16520 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-09 06:35:36 +00:00
Piwigo-TranslationTeam
c8aca9f42f [trunk_admin] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@16518 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-09 06:34:53 +00:00
Piwigo-TranslationTeam
a9f37baea8 [trunk_help] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16517 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-08 22:09:45 +00:00
Piwigo-TranslationTeam
3a044bf24d [trunk_public] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16516 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-08 22:09:25 +00:00
Piwigo-TranslationTeam
2bdb6c8ecb [trunk_admin] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16515 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-08 22:09:15 +00:00
Piwigo-TranslationTeam
71c85c71a3 [trunk_public] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@16514 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-08 22:09:05 +00:00
Piwigo-TranslationTeam
44a140a178 [trunk_admin] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@16513 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-08 22:08:53 +00:00
flop25
618c983b9d merge r16507 from branch 2.4 to trunk
bug:2683
create get_size_css


git-svn-id: http://piwigo.org/svn/trunk@16508 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-08 17:16:41 +00:00
flop25
911ce29f94 adding the loader ajax-loader-small.gif for comment_list.tpl, and ajax-loader-big.gif for picture_content.tpl
bug:2684

git-svn-id: http://piwigo.org/svn/trunk@16505 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-08 16:58:29 +00:00
flop25
e00b7dfa1a adding the loader ajax-loader-small.gif for thumbnails.tpl & mainpage_categories.tpl
bug:2684

git-svn-id: http://piwigo.org/svn/trunk@16504 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-08 16:31:28 +00:00
flop25
97f795f89f adding a conf img_dir and a loader : ajax-loader-big.gif 128x128
bug:2684

git-svn-id: http://piwigo.org/svn/trunk@16502 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-08 15:47:48 +00:00
Piwigo-TranslationTeam
6a29edb4d5 [trunk_install] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@16500 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-08 15:26:28 +00:00
Piwigo-TranslationTeam
b02d365a27 [trunk_admin] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@16496 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-08 15:25:47 +00:00
Piwigo-TranslationTeam
9846e50d3c [trunk_help] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16483 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-08 06:11:19 +00:00
Piwigo-TranslationTeam
3e8dd7fd45 [trunk_admin] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16481 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-08 06:11:03 +00:00
Piwigo-TranslationTeam
a1f59378ac [trunk_public] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16480 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-08 06:10:33 +00:00
Piwigo-TranslationTeam
f02fcb2de0 [trunk_help] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16477 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-07 22:40:15 +00:00
Piwigo-TranslationTeam
1e4d1b8639 [trunk_admin] Update sv_SE, thanks to : styxsailor
git-svn-id: http://piwigo.org/svn/trunk@16471 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-07 22:39:17 +00:00
Piwigo-TranslationTeam
3e67a860ec [trunk_public] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16468 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-07 22:38:44 +00:00
Piwigo-TranslationTeam
e82f54c0ff [trunk_admin] Update eo_EO, thanks to : axel584
git-svn-id: http://piwigo.org/svn/trunk@16466 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-07 22:38:25 +00:00
Piwigo-TranslationTeam
d9a86352db [trunk_admin] Update da_DK, thanks to : nileson
git-svn-id: http://piwigo.org/svn/trunk@16452 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-07 14:08:09 +00:00
Piwigo-TranslationTeam
cfab97d5c1 [trunk_public] Update fi_FI, thanks to : streen
git-svn-id: http://piwigo.org/svn/trunk@16447 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-07 14:07:03 +00:00
Piwigo-TranslationTeam
6e6569398e [trunk_public] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@16446 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-07 14:06:52 +00:00
Piwigo-TranslationTeam
1d70eb5400 [trunk_public] Update da_DK, thanks to : nileson
git-svn-id: http://piwigo.org/svn/trunk@16444 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-07 14:06:17 +00:00
Piwigo-TranslationTeam
bf5f8a8b24 [trunk_public] Update zh_HK, thanks to : fatman
git-svn-id: http://piwigo.org/svn/trunk@16443 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-07 06:43:35 +00:00
ddtddt
b093fa3c50 [trunk] - language - zh_HK - 中文 (香港) - Chinese (Hong Kong S.A.R.) ref / PEM
git-svn-id: http://piwigo.org/svn/trunk@16442 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-07 04:52:40 +00:00
Piwigo-TranslationTeam
d8ee103d75 [trunk_help] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16441 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-07 04:33:41 +00:00
Piwigo-TranslationTeam
e64f8217b8 [trunk_install] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@16438 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-07 04:33:14 +00:00
Piwigo-TranslationTeam
4f680e5913 [trunk_admin] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16437 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-07 04:32:55 +00:00
Piwigo-TranslationTeam
e1e076e2bc [trunk_public] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16435 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-07 04:32:35 +00:00
Piwigo-TranslationTeam
197dd7eba5 [trunk_public] Update zh_HK, thanks to : fatman
git-svn-id: http://piwigo.org/svn/trunk@16434 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-07 04:32:15 +00:00
Piwigo-TranslationTeam
0fd2f53478 [trunk_public] Update th_TH, thanks to : pradit
git-svn-id: http://piwigo.org/svn/trunk@16432 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-07 04:31:44 +00:00
Piwigo-TranslationTeam
1785578ae0 [trunk_help] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16431 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-06 21:43:05 +00:00
Piwigo-TranslationTeam
5230cfaf2e [trunk_public] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16425 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-06 21:41:58 +00:00
Piwigo-TranslationTeam
9388c87043 [trunk_admin] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16424 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-06 21:41:37 +00:00
Piwigo-TranslationTeam
f2246db8f7 [trunk_public] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16416 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-06 20:03:34 +00:00
Piwigo-TranslationTeam
d9c403e701 [trunk_admin] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16415 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-06 20:03:24 +00:00
Piwigo-TranslationTeam
5150debf8b [trunk_public] Update zh_HK, thanks to : fatman
git-svn-id: http://piwigo.org/svn/trunk@16413 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-06 20:02:58 +00:00
rvelices
58bc6d8358 qualify better css exceptions for ie 5-7 merge r16411 from branch 2.4 to trunk
git-svn-id: http://piwigo.org/svn/trunk@16412 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-06 18:45:49 +00:00
Piwigo-TranslationTeam
77bb15d2f8 [trunk_help] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16408 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-06 15:25:27 +00:00
Piwigo-TranslationTeam
bd6c7aa077 [trunk_admin] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16407 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-06 15:25:17 +00:00
Piwigo-TranslationTeam
22f72635ff [trunk_public] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16406 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-06 15:25:06 +00:00
Piwigo-TranslationTeam
eebf5d2de2 [trunk_help] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16404 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-06 14:41:14 +00:00
Piwigo-TranslationTeam
26b8b40ef4 [trunk_admin] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16396 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-06 14:39:49 +00:00
Piwigo-TranslationTeam
6cd86ec2a9 [trunk_admin] Update he_IL, thanks to : ADIRBITON
git-svn-id: http://piwigo.org/svn/trunk@16395 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-06 14:39:39 +00:00
ddtddt
43abcc35b3 [trunk] - language - add zh_HK - 中文 (香港) - Chinese (Hong Kong S.A.R.) Thanks to fatman - feature:2676
git-svn-id: http://piwigo.org/svn/trunk@16394 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-06 14:35:39 +00:00
mistic100
5683ff723e feature 2680: styles for jQuery UI slider
still need to include "themes/default/js/ui/theme/jquery.ui.slider.css"

git-svn-id: http://piwigo.org/svn/trunk@16390 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-06 08:44:29 +00:00
Piwigo-TranslationTeam
dd54089acf [trunk_help] Update pt_PT, thanks to : alahel76
git-svn-id: http://piwigo.org/svn/trunk@16389 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-05 21:41:06 +00:00
Piwigo-TranslationTeam
daee95ff8e [trunk_help] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16388 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-05 21:40:53 +00:00
Piwigo-TranslationTeam
3529a1392b [trunk_public] Update et_EE, thanks to : kristian
git-svn-id: http://piwigo.org/svn/trunk@16382 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-05 21:39:05 +00:00
Piwigo-TranslationTeam
6a8fd5ad06 [trunk_help] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16376 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-05 15:57:58 +00:00
Piwigo-TranslationTeam
31a7323d6b [trunk_public] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@16372 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-05 15:57:18 +00:00
Piwigo-TranslationTeam
6848ef9186 [trunk_public] Update zh_CN, thanks to : quqibing
git-svn-id: http://piwigo.org/svn/trunk@16360 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-05 15:55:13 +00:00
Piwigo-TranslationTeam
6f5cf831b9 [trunk_admin] Update zh_CN, thanks to : quqibing
git-svn-id: http://piwigo.org/svn/trunk@16359 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-05 15:55:02 +00:00
Piwigo-TranslationTeam
5f3343275b [trunk_help] Update pt_PT, thanks to : alahel76
git-svn-id: http://piwigo.org/svn/trunk@16352 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-05 04:56:51 +00:00
Piwigo-TranslationTeam
79c3ad0190 [trunk_help] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16351 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-05 04:56:40 +00:00
Piwigo-TranslationTeam
0a305d240f [trunk_admin] Update ja_JP, thanks to : irohaproject
git-svn-id: http://piwigo.org/svn/trunk@16349 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-05 04:56:13 +00:00
ddtddt
00001698f0 [trunk] - language - Update de_DE- Deutsch - German, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16346 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-04 19:04:27 +00:00
Piwigo-TranslationTeam
85f9cdeb4e [trunk_help] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16340 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-03 22:27:04 +00:00
rvelices
0b59bf7465 user_cache was not invalidated on photo deletion
git-svn-id: http://piwigo.org/svn/trunk@16334 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-03 20:19:47 +00:00
Piwigo-TranslationTeam
f3d8517c1a [trunk_help] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16333 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-03 16:48:56 +00:00
Piwigo-TranslationTeam
44f2db8ad3 [trunk_public] Update zh_CN, thanks to : quqibing
git-svn-id: http://piwigo.org/svn/trunk@16322 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-03 16:47:05 +00:00
ddtddt
8d181b55a8 [trunk] - language - update
git-svn-id: http://piwigo.org/svn/trunk@16315 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-03 04:55:17 +00:00
plegall
52fa0fed5e merge r16312 from branch 2.4 to trunk
bug 2677 fixed: smarter check of the database version and manage partial upgrade.



git-svn-id: http://piwigo.org/svn/trunk@16313 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-02 22:28:50 +00:00
ddtddt
39d54098e7 [2.4] - language - update language for 2.4.1
git-svn-id: http://piwigo.org/svn/trunk@16304 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-02 21:12:28 +00:00
ddtddt
c78389388f [trunk] - language - update fr_CA - Quebec - Québécois - Thanks to TiOger - feature:2676
git-svn-id: http://piwigo.org/svn/trunk@16295 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-02 19:47:37 +00:00
ddtddt
37bdec249f [trunk] - language - update zh_TW - 中文 (繁體) - Chinese traditional Thanks to chouyh - feature:2676
git-svn-id: http://piwigo.org/svn/trunk@16293 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-02 19:39:40 +00:00
Piwigo-TranslationTeam
4a245c4dd9 [trunk_help] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16292 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-02 19:26:19 +00:00
Piwigo-TranslationTeam
206df39661 [localfileseditor] Update af_ZA, thanks to : jpmeijers
git-svn-id: http://piwigo.org/svn/trunk@16288 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-02 19:25:38 +00:00
Piwigo-TranslationTeam
2166df155d [adminmultiview] Update af_ZA, thanks to : jpmeijers
git-svn-id: http://piwigo.org/svn/trunk@16286 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-02 19:25:16 +00:00
plegall
f4bfc841db merge r16281 from branch 2.4 to trunk
bug 2661 fixed: there is no more high_filesize in Piwigo 2.4. We have to remove it from history search.



git-svn-id: http://piwigo.org/svn/trunk@16282 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-02 13:31:56 +00:00
plegall
1316c2d151 merge r16277 from branch 2.4 to trunk
bug 2673 fixed: Batch Manager, single mode, a click on the thumbnail opens the L size and not the original.



git-svn-id: http://piwigo.org/svn/trunk@16280 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-02 13:14:25 +00:00
mistic100
ba6dfe6a34 bug 2674: cssmin 3.0.1 requires PHP 5.2.4
git-svn-id: http://piwigo.org/svn/trunk@16278 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-02 13:08:07 +00:00
mistic100
f99f5c1e67 bug 2669: cancel migration task 121
git-svn-id: http://piwigo.org/svn/trunk@16275 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-02 10:53:18 +00:00
Piwigo-TranslationTeam
5eee1599e6 [trunk_help] Update pt_PT, thanks to : alahel76
git-svn-id: http://piwigo.org/svn/trunk@16268 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-02 00:07:04 +00:00
Piwigo-TranslationTeam
7a900b801a [trunk_help] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16267 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-02 00:06:47 +00:00
Piwigo-TranslationTeam
55c8626ce8 [trunk_admin] Update hu_HU, thanks to : asicu.com
git-svn-id: http://piwigo.org/svn/trunk@16263 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-02 00:06:08 +00:00
Piwigo-TranslationTeam
0eba8f8b43 [trunk_admin] Update af_ZA, thanks to : jpmeijers
git-svn-id: http://piwigo.org/svn/trunk@16262 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-02 00:05:58 +00:00
Piwigo-TranslationTeam
a99358dbc0 [trunk_public] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16257 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-02 00:05:06 +00:00
Piwigo-TranslationTeam
d6c9b235e7 [trunk_help] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16245 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-01 06:30:40 +00:00
Piwigo-TranslationTeam
96425bb7cb [trunk_public] Update he_IL, thanks to : ADIRBITON
git-svn-id: http://piwigo.org/svn/trunk@16244 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-01 06:30:30 +00:00
Piwigo-TranslationTeam
a31d591df4 [trunk_public] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16243 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-01 06:30:03 +00:00
Piwigo-TranslationTeam
aade8aafc3 [trunk_help] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16240 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-30 21:31:16 +00:00
Piwigo-TranslationTeam
8b89b43f50 [trunk_install] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16235 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-30 21:30:32 +00:00
Piwigo-TranslationTeam
2d40e78592 [trunk_admin] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16233 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-30 21:30:03 +00:00
Piwigo-TranslationTeam
e2d772ca7d [trunk_public] Update he_IL, thanks to : ADIRBITON
git-svn-id: http://piwigo.org/svn/trunk@16232 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-30 21:29:52 +00:00
Piwigo-TranslationTeam
8fb7a7cecf [trunk_public] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16231 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-30 21:29:40 +00:00
rvelices
f8ba24a777 bug 2672: invalid option sampling-factor for old versions of ImageMagick (use it for new versions)
git-svn-id: http://piwigo.org/svn/trunk@16230 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-30 19:23:43 +00:00
Piwigo-TranslationTeam
ee4a290e1a [trunk_admin] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@16225 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-30 12:53:14 +00:00
Piwigo-TranslationTeam
6eda408a9c [trunk_upgrade] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16214 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-30 05:32:45 +00:00
Piwigo-TranslationTeam
74bce13765 [trunk_install] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16213 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-30 05:32:35 +00:00
Piwigo-TranslationTeam
b87f546a2b [trunk_admin] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16212 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-30 05:32:07 +00:00
plegall
60c264d6dc merge r16210 from branch 2.4 to trunk
bug 2672: deactivate sampling-factor (for now)



git-svn-id: http://piwigo.org/svn/trunk@16211 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-29 22:24:24 +00:00
Piwigo-TranslationTeam
cc2faea84b [trunk_admin] Update nl_NL, thanks to : ruud
git-svn-id: http://piwigo.org/svn/trunk@16203 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-29 21:39:09 +00:00
Piwigo-TranslationTeam
b278c7d8ab [trunk_admin] Update nb_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@16202 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-29 21:38:59 +00:00
Piwigo-TranslationTeam
d64ebfa852 [trunk_admin] Update de_DE, thanks to : Joergen
git-svn-id: http://piwigo.org/svn/trunk@16201 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-29 21:38:49 +00:00
Piwigo-TranslationTeam
37ece239d7 [trunk_admin] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@16200 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-29 21:38:37 +00:00
mistic100
9883bd67ef bug 2671: use get_branch_from_version() to find the real branch, however the version looks like
git-svn-id: http://piwigo.org/svn/trunk@16179 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-29 15:08:00 +00:00
mistic100
d4402725e1 incompatible plugins check doesn't work since 2.4, because version number format has changed
git-svn-id: http://piwigo.org/svn/trunk@16177 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-29 14:29:48 +00:00
rvelices
a05c8c538a bug 2668 - fix php warnings on glob function
git-svn-id: http://piwigo.org/svn/trunk@16167 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-29 04:25:02 +00:00
Piwigo-TranslationTeam
e39685df6f [trunk_admin] Update zh_CN, thanks to : quqibing
git-svn-id: http://piwigo.org/svn/trunk@16162 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-29 04:02:24 +00:00
Piwigo-TranslationTeam
b89459ea08 [trunk_admin] Update pt_PT, thanks to : alahel76
git-svn-id: http://piwigo.org/svn/trunk@16161 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-29 04:02:13 +00:00
Piwigo-TranslationTeam
480f9ce5f9 [trunk_install] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16159 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-29 04:01:46 +00:00
Piwigo-TranslationTeam
9f6380bab3 [trunk_admin] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16157 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-29 04:01:30 +00:00
Piwigo-TranslationTeam
764c15131a [trunk_public] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16152 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-29 04:00:06 +00:00
mistic100
51c02b0af9 check if ilog() exists before using it, allowing the use the class outer i.php
git-svn-id: http://piwigo.org/svn/trunk@16146 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-28 18:45:51 +00:00
Piwigo-TranslationTeam
bea7ce8a85 [trunk_install] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16140 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-28 16:05:27 +00:00
Piwigo-TranslationTeam
be6898b7f6 [trunk_public] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16135 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-28 16:04:21 +00:00
Piwigo-TranslationTeam
758c03d963 [trunk_help] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16117 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-28 04:21:46 +00:00
Piwigo-TranslationTeam
26ea85fd4e [trunk_upgrade] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16114 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-28 04:21:16 +00:00
Piwigo-TranslationTeam
807e15ab60 [trunk_install] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16113 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-28 04:21:05 +00:00
Piwigo-TranslationTeam
a996577949 [trunk_public] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16110 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-28 04:20:25 +00:00
Piwigo-TranslationTeam
90cae127c3 [trunk_admin] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16109 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-28 04:19:46 +00:00
Piwigo-TranslationTeam
bf36ab4b8e [trunk_upgrade] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@16103 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-27 19:17:58 +00:00
Piwigo-TranslationTeam
50ae128505 [trunk_admin] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16100 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-27 19:17:24 +00:00
Piwigo-TranslationTeam
51b86cb3a6 [trunk_admin] Update ja_JP, thanks to : oyoyon
git-svn-id: http://piwigo.org/svn/trunk@16099 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-27 19:17:06 +00:00
Piwigo-TranslationTeam
49c7f11300 [trunk_install] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16097 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-27 19:16:48 +00:00
Piwigo-TranslationTeam
cb7234b66b [trunk_public] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16094 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-27 19:16:10 +00:00
Piwigo-TranslationTeam
fa51020aa3 [trunk_public] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@16092 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-27 19:15:52 +00:00
Piwigo-TranslationTeam
120ea64560 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@16091 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-27 19:15:33 +00:00
plegall
5d6912c45c merge r16083 from branch 2.4 to trunk
tabulation is not the expected indentation


git-svn-id: http://piwigo.org/svn/trunk@16084 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-27 07:02:26 +00:00
Piwigo-TranslationTeam
32ecb677a9 [trunk_admin] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16081 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-27 04:35:14 +00:00
Piwigo-TranslationTeam
c4cfa9cb93 [trunk_admin] Update ja_JP, thanks to : irohaproject
git-svn-id: http://piwigo.org/svn/trunk@16079 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-27 04:34:50 +00:00
Piwigo-TranslationTeam
ddb71a1ce0 [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@16078 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-27 04:34:40 +00:00
rvelices
9d42cbed3d correctly log errors when external imagick fails
git-svn-id: http://piwigo.org/svn/trunk@16076 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-27 04:19:38 +00:00
rvelices
0bbca1dcbf bug 2666 Fix invalid xml on web service output with xml format
git-svn-id: http://piwigo.org/svn/trunk@16074 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-27 04:08:55 +00:00
rvelices
ef541746f8 bug 2655 avoid php warning in safe_mode
git-svn-id: http://piwigo.org/svn/trunk@16072 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-27 03:54:23 +00:00
Piwigo-TranslationTeam
635a24dff3 [trunk_admin] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16054 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-26 17:09:16 +00:00
Piwigo-TranslationTeam
a9f380a976 [trunk_admin] Update ru_RU, thanks to : nadusha
git-svn-id: http://piwigo.org/svn/trunk@16042 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-26 04:58:45 +00:00
Piwigo-TranslationTeam
b8c217dc4e [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@16039 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-26 04:58:10 +00:00
Piwigo-TranslationTeam
c63521b54d [trunk_public] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@16037 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-26 04:57:34 +00:00
Piwigo-TranslationTeam
b01cc9af84 [trunk_admin] Update pl_PL, thanks to : Greybrow
git-svn-id: http://piwigo.org/svn/trunk@16031 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-25 17:15:34 +00:00
riopwg
4ef57f05d1 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@16027 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-25 06:26:52 +00:00
Piwigo-TranslationTeam
bfae13d9f5 [trunk_admin] Update pl_PL, thanks to : Greybrow
git-svn-id: http://piwigo.org/svn/trunk@16024 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-25 04:53:03 +00:00
Piwigo-TranslationTeam
34029fc12c [trunk_admin] Update de_DE, thanks to : fragoriscus
git-svn-id: http://piwigo.org/svn/trunk@16023 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-25 04:52:37 +00:00
Piwigo-TranslationTeam
95cd16ddcc [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@16003 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-24 18:28:29 +00:00
Piwigo-TranslationTeam
b4f000c61e [trunk_admin] Update es_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@16002 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-24 17:18:17 +00:00
Piwigo-TranslationTeam
4a5e4174fc [trunk_admin] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@16001 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-24 17:17:53 +00:00
Piwigo-TranslationTeam
f873b590c2 [trunk_admin] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@15990 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-24 08:02:30 +00:00
Piwigo-TranslationTeam
228f59c566 [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@15985 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-24 05:25:48 +00:00
Piwigo-TranslationTeam
7e9f02f977 [trunk_admin] Update cs_CZ, thanks to : coudy
git-svn-id: http://piwigo.org/svn/trunk@15984 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-24 05:25:36 +00:00
mistic100
d39aaff5bc bug 2660: check guest IP on insert_user_comment (same system as rate_picture)
git-svn-id: http://piwigo.org/svn/trunk@15983 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-24 01:24:55 +00:00
Piwigo-TranslationTeam
3ecd123ef5 [trunk_help] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15980 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-23 17:37:47 +00:00
Piwigo-TranslationTeam
0aa252078f [trunk_admin] Update es_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15976 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-23 17:37:06 +00:00
Piwigo-TranslationTeam
e146c9fb30 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15975 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-23 17:36:55 +00:00
Piwigo-TranslationTeam
826be2cae1 [trunk_admin] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@15967 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-23 11:04:48 +00:00
Piwigo-TranslationTeam
3bc09fea7f [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15957 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-22 22:09:32 +00:00
Piwigo-TranslationTeam
df54c44f8b [trunk_public] Update es_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15956 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-22 22:09:21 +00:00
Piwigo-TranslationTeam
e30cb8152e [trunk_admin] Update es_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15955 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-22 22:09:06 +00:00
mistic100
8f40368b16 bug 2659: Possible misconfiguration of ORDER BY + missing language string
git-svn-id: http://piwigo.org/svn/trunk@15950 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-22 21:41:07 +00:00
Piwigo-TranslationTeam
0252fed78e [localfileseditor] Update af_ZA, thanks to : maeztro
git-svn-id: http://piwigo.org/svn/trunk@15947 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-22 13:43:27 +00:00
Piwigo-TranslationTeam
8823be79e9 [adminmultiview] Update af_ZA, thanks to : maeztro
git-svn-id: http://piwigo.org/svn/trunk@15945 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-22 13:42:57 +00:00
Piwigo-TranslationTeam
8af52d8419 [trunk_admin] Update af_ZA, thanks to : maeztro
git-svn-id: http://piwigo.org/svn/trunk@15943 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-22 13:42:24 +00:00
plegall
fbc7b6b4ac next version on trunk is 2.5.0beta1
git-svn-id: http://piwigo.org/svn/trunk@15937 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-22 08:59:28 +00:00
Piwigo-TranslationTeam
efad6b0fa9 [localfileseditor] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@15931 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-21 19:45:48 +00:00
mistic100
5ae74aac04 on comment_list add link to exit from comment edition
git-svn-id: http://piwigo.org/svn/trunk@15924 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-21 13:39:25 +00:00
mistic100
b2149f3c10 [Language Switch] new version using 2.4 drop-down menus
git-svn-id: http://piwigo.org/svn/trunk@15923 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-21 10:23:12 +00:00
ddtddt
7fd3211427 [trunk] - language - update fr_CA - Quebec - Québécois - Thanks to TiOger - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@15920 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-20 21:43:40 +00:00
Piwigo-TranslationTeam
02c09ba620 [trunk_admin] Update es_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15918 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-20 21:18:42 +00:00
ddtddt
f366218598 [trunk] - language - plugin core - update zh_TW - 中文 (繁體) - Chinese traditional Thanks to chouyh - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@15917 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-20 21:15:33 +00:00
plegall
c3f8e072ff rename language no_NO into nb_NO on core plugins
git-svn-id: http://piwigo.org/svn/trunk@15855 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-20 19:43:01 +00:00
mistic100
6ddf16ead6 feature 2657: previous commit may work, but badly coded
git-svn-id: http://piwigo.org/svn/trunk@15852 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-20 16:05:27 +00:00
mistic100
c8d097d3f8 feature 2657: make sure admins can access the new category (see r11727)
git-svn-id: http://piwigo.org/svn/trunk@15851 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-20 15:56:54 +00:00
mistic100
07c7470584 feature 2657: More options for pwg.categories.add
git-svn-id: http://piwigo.org/svn/trunk@15850 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-20 15:41:31 +00:00
Piwigo-TranslationTeam
d355647796 [trunk_help] Update pl_PL, thanks to : Greybrow
git-svn-id: http://piwigo.org/svn/trunk@15847 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-19 22:57:30 +00:00
Piwigo-TranslationTeam
06bf29dcc9 [trunk_help] Update da_DK, thanks to : Egorip
git-svn-id: http://piwigo.org/svn/trunk@15846 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-19 22:57:20 +00:00
plegall
b9ea235bd3 feature 2656: rename language no_NO into nb_NO
git-svn-id: http://piwigo.org/svn/trunk@15841 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-19 20:42:35 +00:00
Piwigo-TranslationTeam
c9fafecf3b [trunk_help] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@15836 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-19 04:49:03 +00:00
Piwigo-TranslationTeam
18ed4921d4 [trunk_admin] Update es_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15832 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-18 20:35:30 +00:00
Piwigo-TranslationTeam
4aeefb67bf [localfileseditor] Update en_UK, thanks to : Tadjio
git-svn-id: http://piwigo.org/svn/trunk@15831 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-18 18:51:04 +00:00
Piwigo-TranslationTeam
8a3486c968 [trunk_help] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@15828 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-18 18:50:32 +00:00
Piwigo-TranslationTeam
3d974cd60c [language_switch] Update en_UK, thanks to : Tadjio
git-svn-id: http://piwigo.org/svn/trunk@15825 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-18 18:50:02 +00:00
Piwigo-TranslationTeam
ce088ad91e [trunk_install] Update en_UK, thanks to : Tadjio
git-svn-id: http://piwigo.org/svn/trunk@15821 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-18 18:49:22 +00:00
Piwigo-TranslationTeam
3a8ca0edaf [trunk_upgrade] Update en_UK, thanks to : Tadjio
git-svn-id: http://piwigo.org/svn/trunk@15819 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-18 18:49:02 +00:00
Piwigo-TranslationTeam
b9090bb338 [trunk_public] Update vi_VN, thanks to : icy
git-svn-id: http://piwigo.org/svn/trunk@15818 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-18 18:48:43 +00:00
Piwigo-TranslationTeam
80200c17d9 [trunk_public] Update es_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15816 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-18 18:48:23 +00:00
Piwigo-TranslationTeam
75f8e30d85 [trunk_help] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@15813 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-18 05:07:23 +00:00
mistic100
60a2bbec44 none function was working
git-svn-id: http://piwigo.org/svn/trunk@15805 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-17 20:49:31 +00:00
Piwigo-TranslationTeam
614233989a [trunk_public] Update sl_SI, thanks to : svartur81
git-svn-id: http://piwigo.org/svn/trunk@15803 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-17 14:32:38 +00:00
Piwigo-TranslationTeam
0c65a9da04 [trunk_help] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15801 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-17 09:39:27 +00:00
Piwigo-TranslationTeam
4102401ab7 [trunk_help] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@15798 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-17 05:03:04 +00:00
Piwigo-TranslationTeam
fe60a47b1c [trunk_help] Update ru_RU, thanks to : nadusha
git-svn-id: http://piwigo.org/svn/trunk@15792 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-16 20:37:48 +00:00
Piwigo-TranslationTeam
ff4d7b87ba [trunk_help] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@15787 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-16 18:23:48 +00:00
ddtddt
715da03fd7 [trunk] - language - update - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@15785 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-16 17:44:29 +00:00
Piwigo-TranslationTeam
70e8037dae [trunk_help] Update fr_CA, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@15784 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-16 17:02:09 +00:00
Piwigo-TranslationTeam
e84fc0ceb5 [trunk_admin] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@15783 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-16 17:01:56 +00:00
Piwigo-TranslationTeam
74e35271ba [trunk_admin] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@15775 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-16 17:00:41 +00:00
Piwigo-TranslationTeam
4e493af7b1 [trunk_public] Update tr_TR, thanks to : LazBoy
git-svn-id: http://piwigo.org/svn/trunk@15774 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-16 17:00:29 +00:00
Piwigo-TranslationTeam
8f976da5d1 [trunk_admin] Update sv_SE, thanks to : styxsailor
git-svn-id: http://piwigo.org/svn/trunk@15772 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-16 16:59:51 +00:00
ddtddt
8a5fe18c6c [trunk] - language - update tool - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@15747 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-16 06:54:53 +00:00
Piwigo-TranslationTeam
14e628107e [trunk_admin] Update sv_SE, thanks to : styxsailor
git-svn-id: http://piwigo.org/svn/trunk@15744 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-16 06:54:19 +00:00
Piwigo-TranslationTeam
af9e308cff [trunk_install] Update en_UK, thanks to : Tadjio
git-svn-id: http://piwigo.org/svn/trunk@15724 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-15 12:35:44 +00:00
Piwigo-TranslationTeam
5214b49e95 [trunk_upgrade] Update en_UK, thanks to : Tadjio
git-svn-id: http://piwigo.org/svn/trunk@15723 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-15 12:35:27 +00:00
Piwigo-TranslationTeam
950afc21df [trunk_help] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@15716 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-14 22:33:22 +00:00
Piwigo-TranslationTeam
3d7acd5ac3 [trunk_help] Update sv_SE, thanks to : styxsailor
git-svn-id: http://piwigo.org/svn/trunk@15715 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-14 22:33:11 +00:00
Piwigo-TranslationTeam
9f65db1d6f [trunk_admin] Update sv_SE, thanks to : styxsailor
git-svn-id: http://piwigo.org/svn/trunk@15709 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-14 22:32:13 +00:00
Piwigo-TranslationTeam
10cc546c27 [trunk_admin] Update lv_LV, thanks to : agrisans
git-svn-id: http://piwigo.org/svn/trunk@15708 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-14 22:32:03 +00:00
Piwigo-TranslationTeam
59ba52e448 [trunk_admin] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@15707 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-14 22:31:53 +00:00
Piwigo-TranslationTeam
d2289ac0f9 [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@15706 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-14 22:31:35 +00:00
Piwigo-TranslationTeam
f5d38d97fb [trunk_admin] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@15705 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-14 22:31:25 +00:00
Piwigo-TranslationTeam
2912e25836 [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@15704 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-14 22:31:16 +00:00
Piwigo-TranslationTeam
52fc263fe2 [trunk_admin] Update cs_CZ, thanks to : lanius
git-svn-id: http://piwigo.org/svn/trunk@15703 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-14 22:30:58 +00:00
Piwigo-TranslationTeam
10898355fd [trunk_admin] Update ja_JP, thanks to : oyoyon
git-svn-id: http://piwigo.org/svn/trunk@15691 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-14 22:29:05 +00:00
Piwigo-TranslationTeam
15a7494bfa [trunk_upgrade] Update ja_JP, thanks to : oyoyon
git-svn-id: http://piwigo.org/svn/trunk@15687 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-14 22:28:21 +00:00
Piwigo-TranslationTeam
d0b6ac783f [trunk_admin] Update zh_CN, thanks to : quqibing
git-svn-id: http://piwigo.org/svn/trunk@15681 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-14 22:27:22 +00:00
plegall
c89365f10e feature 2632: add a test on upgrade.php, if a remote site is detected downgrade to 2.3.4
git-svn-id: http://piwigo.org/svn/trunk@15680 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-14 21:46:47 +00:00
plegall
754a12881d feature 2632: major upgrade script from 2.3 to 2.4 (which calls tasks in install/db directory)
git-svn-id: http://piwigo.org/svn/trunk@15679 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-14 12:29:52 +00:00
plegall
06347bfb71 feature 2632: do not deactivate smartpocket automatically during upgrade
git-svn-id: http://piwigo.org/svn/trunk@15678 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-14 12:21:39 +00:00
Piwigo-TranslationTeam
53bec6fe8f [trunk_admin] Update tr_TR, thanks to : Nakre
git-svn-id: http://piwigo.org/svn/trunk@15675 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-14 09:49:06 +00:00
Piwigo-TranslationTeam
fe9f1829d2 [trunk_admin] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@15674 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-14 09:48:55 +00:00
Piwigo-TranslationTeam
b25ae2f08a [trunk_admin] Update ru_RU, thanks to : nadusha
git-svn-id: http://piwigo.org/svn/trunk@15673 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-14 09:48:45 +00:00
Piwigo-TranslationTeam
ea9974445c [trunk_admin] Update pt_PT, thanks to : klito
git-svn-id: http://piwigo.org/svn/trunk@15672 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-14 09:48:24 +00:00
Piwigo-TranslationTeam
67c80ea3c9 [trunk_admin] Update pl_PL, thanks to : Greybrow
git-svn-id: http://piwigo.org/svn/trunk@15671 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-14 09:48:14 +00:00
Piwigo-TranslationTeam
853314b9ef [trunk_admin] Update no_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@15670 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-14 09:48:03 +00:00
Piwigo-TranslationTeam
88f05cd595 [trunk_admin] Update nl_NL, thanks to : ruud
git-svn-id: http://piwigo.org/svn/trunk@15669 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-14 09:47:44 +00:00
Piwigo-TranslationTeam
188e217e8d [trunk_admin] Update de_DE, thanks to : Joergen
git-svn-id: http://piwigo.org/svn/trunk@15668 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-14 09:47:34 +00:00
Piwigo-TranslationTeam
3522bddb6a [trunk_admin] Update da_DK, thanks to : thomas1956
git-svn-id: http://piwigo.org/svn/trunk@15667 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-14 09:47:24 +00:00
Piwigo-TranslationTeam
a3aa47e6ff [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15666 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-14 09:47:04 +00:00
Piwigo-TranslationTeam
cf4e71c22d [trunk_public] Update zh_CN, thanks to : quqibing
git-svn-id: http://piwigo.org/svn/trunk@15662 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-14 09:46:11 +00:00
Piwigo-TranslationTeam
615e0c1b3b [trunk_admin] Update ja_JP, thanks to : oyoyon
git-svn-id: http://piwigo.org/svn/trunk@15661 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-14 09:45:27 +00:00
riopwg
5850a94748 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@15660 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-13 21:57:02 +00:00
plegall
bb3db660a4 feature 2652: remote site removal, do not talk about "remote site" on the site manager
git-svn-id: http://piwigo.org/svn/trunk@15659 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-13 20:52:12 +00:00
Piwigo-TranslationTeam
0add118f09 [trunk_public] Update en_UK, thanks to : Tadjio
git-svn-id: http://piwigo.org/svn/trunk@15655 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-13 09:58:28 +00:00
plegall
02111b79be feature 2632: remove useless columns and config settings at gallery installation
git-svn-id: http://piwigo.org/svn/trunk@15652 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-12 20:51:25 +00:00
Piwigo-TranslationTeam
9ab3c7162b [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15650 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-12 19:12:53 +00:00
Piwigo-TranslationTeam
e318746807 [c13y_upgrade] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@15639 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-11 17:03:35 +00:00
Piwigo-TranslationTeam
c1fff6154b [c13y_upgrade] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@15638 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-11 15:24:00 +00:00
Piwigo-TranslationTeam
7a58ef94be [trunk_public] Update he_IL, thanks to : ADIRBITON
git-svn-id: http://piwigo.org/svn/trunk@15637 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-11 14:15:27 +00:00
Piwigo-TranslationTeam
33d4b9de95 [trunk_public] Update he_IL, thanks to : ADIRBITON
git-svn-id: http://piwigo.org/svn/trunk@15633 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-11 07:19:42 +00:00
ddtddt
dc3979d93c [trunk] - language - update sv_SE - Svenska - Swedish Thanks to styxsailor - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@15626 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-10 14:09:17 +00:00
Piwigo-TranslationTeam
070d72b190 [trunk_public] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@15622 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-09 10:56:13 +00:00
Piwigo-TranslationTeam
4e09b5ac36 [trunk_admin] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@15621 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-09 10:56:01 +00:00
Piwigo-TranslationTeam
595b8900b0 [adminmultiview] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@15619 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-09 10:27:11 +00:00
Piwigo-TranslationTeam
adfaa6201f [trunk_admin] Update ro_RO, thanks to : norboo
git-svn-id: http://piwigo.org/svn/trunk@15617 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-09 10:26:43 +00:00
ddtddt
82d90f5f5e [trunk] - language - update sl_SI - Slovenia - Slovenšcina - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@15614 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-09 10:19:12 +00:00
Piwigo-TranslationTeam
a4cd97d923 [c13y_upgrade] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@15611 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-09 05:17:24 +00:00
plegall
cf24bfa32e feature 2650: rename language sl_SL into sl_SI according to ISO 3166-1 codes
git-svn-id: http://piwigo.org/svn/trunk@15609 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-08 22:08:50 +00:00
plegall
32ca509d17 feature 2632: derivatives: search and replace hotlinks inside Piwigo
(page_banner, covers also plugins Additional Pages and PWG Stuffs)


git-svn-id: http://piwigo.org/svn/trunk@15608 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-08 21:42:37 +00:00
Piwigo-TranslationTeam
bd9dbce2bc [trunk_admin] Update ro_RO, thanks to : norboo
git-svn-id: http://piwigo.org/svn/trunk@15599 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-08 05:05:49 +00:00
plegall
aa7bc99766 no longer use of images.tn_ext field any longer
git-svn-id: http://piwigo.org/svn/trunk@15598 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-07 22:04:19 +00:00
plegall
1808c59fd6 bug 2649: broken code commited in r15587, fixed with a simpler condition
git-svn-id: http://piwigo.org/svn/trunk@15597 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-07 21:33:30 +00:00
Piwigo-TranslationTeam
8bb75437f7 [language_switch] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@15594 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-07 19:50:40 +00:00
Piwigo-TranslationTeam
50fbfe1883 [localfileseditor] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@15593 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-07 18:46:11 +00:00
Piwigo-TranslationTeam
d6a72de977 [localfileseditor] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@15592 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-07 17:02:25 +00:00
plegall
40bae560fa "zone" becomes "area", correction by Billr
git-svn-id: http://piwigo.org/svn/trunk@15588 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-07 16:00:19 +00:00
plegall
28e722f27c bug 2649 fixed: do not load mobile theme when using web API
git-svn-id: http://piwigo.org/svn/trunk@15587 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-07 13:20:00 +00:00
plegall
1e4bc8d5d6 merge r15585 from branch 2.3 to trunk
bug 2648 fixed: pwg.categories.getList, avoid to throw an error when
representative_picture_id is missing for an album, which makes parsing
the JSON output impossible.



git-svn-id: http://piwigo.org/svn/trunk@15586 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-07 13:09:17 +00:00
patdenice
3d7971d640 bug:2647
Test 1and1 server with $_SERVER['SCRIPT_FILENAME']

git-svn-id: http://piwigo.org/svn/trunk@15583 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-07 10:48:57 +00:00
Piwigo-TranslationTeam
227432815c [trunk_public] Update sl_SL, thanks to : svartur81
git-svn-id: http://piwigo.org/svn/trunk@15579 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-06 21:03:09 +00:00
mistic100
8c4a87a0f5 feature:2538 little rework of messages system, now can be used on 'loc_end_index' and 'loc_end_picture'
git-svn-id: http://piwigo.org/svn/trunk@15578 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-06 20:29:30 +00:00
plegall
e11d4ebb67 bug fixed: rounded corners with Firefox 13
git-svn-id: http://piwigo.org/svn/trunk@15577 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-06 18:44:37 +00:00
patdenice
acb3e717fc bug:2647
External ImageMagick does not work anymore on 1and1 servers

git-svn-id: http://piwigo.org/svn/trunk@15575 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-06 15:38:56 +00:00
plegall
1dfe8d5645 bug 2646 fixed: avoid useless PHP warnings with uncompleted creation date
git-svn-id: http://piwigo.org/svn/trunk@15573 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-05 22:55:57 +00:00
ddtddt
5136cffb4e [trunk] - language - update zh_TW - 中文 (繁體) - Chinese traditional Thanks to chouyh - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@15572 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-05 21:53:18 +00:00
mistic100
56cfd9b3ac bug:2645 author field is kept when comment not validated
git-svn-id: http://piwigo.org/svn/trunk@15570 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-05 19:51:54 +00:00
ddtddt
bf80d3f3bd [trunk] - language - el_GR- Greek - ελληνικά - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@15568 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-05 18:59:36 +00:00
Piwigo-TranslationTeam
fcae3d043b [trunk_public] Update da_DK, thanks to : thomas1956
git-svn-id: http://piwigo.org/svn/trunk@15559 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-05 18:41:30 +00:00
Piwigo-TranslationTeam
747d103b5a [trunk_admin] Update da_DK, thanks to : thomas1956
git-svn-id: http://piwigo.org/svn/trunk@15552 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-05 18:39:11 +00:00
rvelices
34e6f1aa49 multisize - avoid php warning for rotation_angle; better error logging; javascript avoid navigation to empty # anchor
git-svn-id: http://piwigo.org/svn/trunk@15551 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-05 18:06:53 +00:00
Piwigo-TranslationTeam
2997079181 [trunk_help] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@15546 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-05 04:57:10 +00:00
mistic100
6a678b6af7 update triggers_list.php for 2.4 derivatives
git-svn-id: http://piwigo.org/svn/trunk@15536 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-04 14:45:52 +00:00
Piwigo-TranslationTeam
21d52f119d [trunk_help] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@15535 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-04 14:15:52 +00:00
Piwigo-TranslationTeam
ce29e501f8 [trunk_help] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@15533 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-04 13:04:03 +00:00
Piwigo-TranslationTeam
a07d20c76e [trunk_admin] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@15529 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-04 13:03:25 +00:00
Piwigo-TranslationTeam
b742a5c559 [trunk_public] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@15528 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-04 13:03:15 +00:00
plegall
ae4b8c7e41 clean help files: no longer need thumbnail.html and site_manager.html
git-svn-id: http://piwigo.org/svn/trunk@15524 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-04 12:33:27 +00:00
Piwigo-TranslationTeam
566f37e45c [trunk_help] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@15523 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-04 10:38:55 +00:00
Piwigo-TranslationTeam
9211d5abb6 [language_switch] Update af_ZA, thanks to : maeztro
git-svn-id: http://piwigo.org/svn/trunk@15521 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-04 09:55:39 +00:00
Piwigo-TranslationTeam
05e300ea8e [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15520 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-04 09:55:23 +00:00
Piwigo-TranslationTeam
0528ea63e9 [trunk_admin] Update ja_JP, thanks to : irohaproject
git-svn-id: http://piwigo.org/svn/trunk@15514 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-04 05:20:01 +00:00
Piwigo-TranslationTeam
187ed4167d [trunk_admin] Update tr_TR, thanks to : bigK
git-svn-id: http://piwigo.org/svn/trunk@15509 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-03 19:08:04 +00:00
ddtddt
8499e67e5e [trunk] - language - add plugin core fr_CA - Quebec - Québécois - Thanks to TiOger - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@15507 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-03 17:56:00 +00:00
Piwigo-TranslationTeam
ce030c55ed [trunk_public] Update hr_HR, thanks to : alen
git-svn-id: http://piwigo.org/svn/trunk@15490 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-03 14:17:09 +00:00
Piwigo-TranslationTeam
8993b5ed74 [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@15488 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-03 08:27:27 +00:00
Piwigo-TranslationTeam
acfa8d2a12 [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@15486 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-03 08:15:29 +00:00
Piwigo-TranslationTeam
9532d755d0 [trunk_help] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@15484 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-02 21:40:03 +00:00
Piwigo-TranslationTeam
d8462cc970 [trunk_help] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@15482 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-02 10:46:10 +00:00
Piwigo-TranslationTeam
3aa4563b7e [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15480 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-02 10:45:52 +00:00
Piwigo-TranslationTeam
382f72f42f [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15479 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-02 10:45:35 +00:00
Piwigo-TranslationTeam
cfee41c4f0 [trunk_admin] Update af_ZA, thanks to : jpmeijers
git-svn-id: http://piwigo.org/svn/trunk@15478 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-02 10:45:26 +00:00
ddtddt
54a65567ba [trunk] - language - update lv_LV - Latviešu - Latvian feature:2457
git-svn-id: http://piwigo.org/svn/trunk@15476 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-06-02 07:01:32 +00:00
ddtddt
7cee499cd3 [trunk] - language - update es_AR - Español - Argentina Thanks to alberto - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@15471 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-31 18:35:37 +00:00
Piwigo-TranslationTeam
ae7676288b [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15466 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-31 17:42:41 +00:00
Piwigo-TranslationTeam
a118e2c5d0 [trunk_public] Update es_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15460 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-31 17:41:46 +00:00
Piwigo-TranslationTeam
a1e031568c [trunk_help] Update da_DK, thanks to : thomas1956
git-svn-id: http://piwigo.org/svn/trunk@15459 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-31 14:59:27 +00:00
Piwigo-TranslationTeam
d1f4f7cd9a [trunk_public] Update da_DK, thanks to : thomas1956
git-svn-id: http://piwigo.org/svn/trunk@15458 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-31 14:59:09 +00:00
Piwigo-TranslationTeam
4c0b361c4b [trunk_install] Update ka_GE, thanks to : geomagi
git-svn-id: http://piwigo.org/svn/trunk@15456 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-31 14:58:51 +00:00
Piwigo-TranslationTeam
33f55357f6 [trunk_public] Update de_DE, thanks to : Polly
git-svn-id: http://piwigo.org/svn/trunk@15455 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-31 14:58:33 +00:00
Piwigo-TranslationTeam
e266669e69 [trunk_public] Update ka_GE, thanks to : geomagi
git-svn-id: http://piwigo.org/svn/trunk@15453 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-31 14:58:16 +00:00
Piwigo-TranslationTeam
2f82861fc5 [trunk_admin] Update ka_GE, thanks to : geomagi
git-svn-id: http://piwigo.org/svn/trunk@15452 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-31 14:57:57 +00:00
Piwigo-TranslationTeam
d8c5caf2d6 [trunk_admin] Update tr_TR, thanks to : fahrettin75
git-svn-id: http://piwigo.org/svn/trunk@15451 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-31 14:57:47 +00:00
plegall
4689cce333 feature 2632: derivatives: clean the database. Remove useless configuration
settings and useless columns in "images" table.


git-svn-id: http://piwigo.org/svn/trunk@15450 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-31 14:09:48 +00:00
plegall
49c61dde90 feature 2632: convert 2.3 thumbnails/websize/hd settings into 2.4 derivatives settings
git-svn-id: http://piwigo.org/svn/trunk@15449 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-31 13:46:22 +00:00
Piwigo-TranslationTeam
ae58245981 [trunk_admin] Update ka_GE, thanks to : geomagi
git-svn-id: http://piwigo.org/svn/trunk@15446 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-31 04:49:33 +00:00
riopwg
c83c817a13 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@15445 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-30 22:03:54 +00:00
ddtddt
5edbd09d23 [trunk] - language - update fr_CA - Quebec - Québécois - Thanks to TiOger - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@15444 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-30 18:46:04 +00:00
Piwigo-TranslationTeam
c316c9bacb [localfileseditor] Update tr_TR, thanks to : bigK
git-svn-id: http://piwigo.org/svn/trunk@15442 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-30 18:26:23 +00:00
Piwigo-TranslationTeam
8a2c677b60 [trunk_admin] Update tr_TR, thanks to : Nakre
git-svn-id: http://piwigo.org/svn/trunk@15438 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-30 18:25:37 +00:00
Piwigo-TranslationTeam
e02d849455 [trunk_public] Update pt_PT, thanks to : klito
git-svn-id: http://piwigo.org/svn/trunk@15434 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-30 14:49:31 +00:00
rvelices
aca35f36f0 multi size: avoid warning for nonphoto elements for which the mime type icon does not exist in the current theme
git-svn-id: http://piwigo.org/svn/trunk@15431 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-30 04:22:45 +00:00
Piwigo-TranslationTeam
2ec1c7d0e9 [trunk_public] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@15429 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-29 22:01:37 +00:00
Piwigo-TranslationTeam
aaa6eebe3b [trunk_public] Update nl_NL, thanks to : ruud
git-svn-id: http://piwigo.org/svn/trunk@15427 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-29 20:59:24 +00:00
Piwigo-TranslationTeam
ea0e390707 [trunk_public] Update ro_RO, thanks to : norboo
git-svn-id: http://piwigo.org/svn/trunk@15425 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-29 17:28:36 +00:00
Piwigo-TranslationTeam
fbf1f6eba8 [trunk_public] Update uk_UA, thanks to : quest_tom
git-svn-id: http://piwigo.org/svn/trunk@15419 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-29 15:54:20 +00:00
Piwigo-TranslationTeam
880422767c [trunk_admin] Update af_ZA, thanks to : jpmeijers
git-svn-id: http://piwigo.org/svn/trunk@15416 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-29 15:53:42 +00:00
Piwigo-TranslationTeam
f318acb192 [trunk_public] Update tr_TR, thanks to : fahrettin75
git-svn-id: http://piwigo.org/svn/trunk@15415 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-29 15:53:32 +00:00
Piwigo-TranslationTeam
bb27deeb90 [trunk_public] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@15414 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-29 15:53:22 +00:00
Piwigo-TranslationTeam
ec6f009234 [trunk_public] Update ru_RU, thanks to : nadusha
git-svn-id: http://piwigo.org/svn/trunk@15413 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-29 15:53:10 +00:00
Piwigo-TranslationTeam
132b803fdb [trunk_public] Update pl_PL, thanks to : Greybrow
git-svn-id: http://piwigo.org/svn/trunk@15412 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-29 15:52:58 +00:00
Piwigo-TranslationTeam
62f94b1f0a [trunk_public] Update no_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@15411 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-29 15:52:48 +00:00
Piwigo-TranslationTeam
410986eaed [trunk_public] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@15410 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-29 15:52:31 +00:00
Piwigo-TranslationTeam
71f466a24d [trunk_public] Update eo_EO, thanks to : axel584
git-svn-id: http://piwigo.org/svn/trunk@15409 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-29 15:52:21 +00:00
Piwigo-TranslationTeam
f3d6135531 [trunk_public] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@15408 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-29 15:52:10 +00:00
Piwigo-TranslationTeam
841563e676 [trunk_public] Update da_DK, thanks to : thomas1956
git-svn-id: http://piwigo.org/svn/trunk@15407 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-29 15:51:52 +00:00
Piwigo-TranslationTeam
36060c05fb [trunk_public] Update cs_CZ, thanks to : lanius
git-svn-id: http://piwigo.org/svn/trunk@15406 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-29 15:51:39 +00:00
Piwigo-TranslationTeam
77c19f174f [trunk_public] Update af_ZA, thanks to : jpmeijers
git-svn-id: http://piwigo.org/svn/trunk@15405 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-29 15:51:29 +00:00
Piwigo-TranslationTeam
e78dcd3a4b [trunk_install] Update af_ZA, thanks to : jpmeijers
git-svn-id: http://piwigo.org/svn/trunk@15404 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-29 15:51:11 +00:00
Piwigo-TranslationTeam
749a3916f7 [trunk_public] Update ja_JP, thanks to : irohaproject
git-svn-id: http://piwigo.org/svn/trunk@15403 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-29 15:50:49 +00:00
Piwigo-TranslationTeam
0fd0f83f97 [trunk_public] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@15402 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-29 04:40:50 +00:00
Piwigo-TranslationTeam
8de35044cc [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@15401 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-29 04:40:26 +00:00
Piwigo-TranslationTeam
09cb9fab0f [trunk_public] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@15395 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-28 19:15:12 +00:00
Piwigo-TranslationTeam
9d36b6ab09 [trunk_public] Update it_IT, thanks to : Gdvpixel
git-svn-id: http://piwigo.org/svn/trunk@15394 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-28 19:15:01 +00:00
Piwigo-TranslationTeam
235462242e [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15393 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-28 19:14:40 +00:00
Piwigo-TranslationTeam
f155f3d5d7 [trunk_admin] Update es_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15391 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-28 19:14:21 +00:00
Piwigo-TranslationTeam
399347f200 [trunk_public] Update es_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15390 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-28 19:14:10 +00:00
ddtddt
6c9782b08b [trunk] - l10n page no found
git-svn-id: http://piwigo.org/svn/trunk@15384 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-28 15:00:37 +00:00
ddtddt
6239d54d08 [trunk] - l10n page no found message 2
git-svn-id: http://piwigo.org/svn/trunk@15383 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-28 14:56:21 +00:00
ddtddt
fcd83e7839 [trunk] - l10n page no found message 1
git-svn-id: http://piwigo.org/svn/trunk@15381 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-28 14:22:19 +00:00
Piwigo-TranslationTeam
931483970a [trunk_admin] Update cs_CZ, thanks to : lanius
git-svn-id: http://piwigo.org/svn/trunk@15354 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-27 21:05:10 +00:00
Piwigo-TranslationTeam
b69b9f6bf3 [trunk_admin] Update ro_RO, thanks to : strotti
git-svn-id: http://piwigo.org/svn/trunk@15339 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-27 05:20:18 +00:00
Piwigo-TranslationTeam
6dd19d2026 [trunk_public] Update es_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15332 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-26 15:55:53 +00:00
Piwigo-TranslationTeam
ffc197b25d [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15331 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-26 15:55:42 +00:00
ddtddt
0cb4a644ea [trunk] - language - update lv_LV - Latviešu - Latvian feature:2457
git-svn-id: http://piwigo.org/svn/trunk@15329 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-26 11:05:17 +00:00
ddtddt
7568e71fd9 [trunk] - language - update ca_ES - Catalan - Català update translator list - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@15328 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-26 10:48:56 +00:00
plegall
314dde208c piwigo_remote.pl: simplified use of pwg.images.add, no longer need thumb and high
git-svn-id: http://piwigo.org/svn/trunk@15327 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-26 10:05:24 +00:00
Piwigo-TranslationTeam
e5f1cf22e9 [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15326 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-26 09:55:19 +00:00
Piwigo-TranslationTeam
e369a7505c [trunk_help] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15325 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-26 09:55:10 +00:00
Piwigo-TranslationTeam
a1a9db33fa [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15323 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-26 09:54:44 +00:00
plegall
7ceb4bf21c remove useless function/configuration due to derivatives
git-svn-id: http://piwigo.org/svn/trunk@15316 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-26 07:48:28 +00:00
Piwigo-TranslationTeam
4355ed1ce7 [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15309 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-25 21:53:38 +00:00
Piwigo-TranslationTeam
bf4be59374 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15308 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-25 21:53:27 +00:00
ddtddt
8dc079a8ee [trunk] - language - update zh_TW - 中文 (繁體) - Chinese traditional Thanks to chouyh - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@15307 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-25 15:48:24 +00:00
Piwigo-TranslationTeam
ac6f2358be [trunk_admin] Update ca_ES, thanks to : AlbertParera &
git-svn-id: http://piwigo.org/svn/trunk@15305 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-25 15:36:14 +00:00
Piwigo-TranslationTeam
971fd2868a [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15302 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-25 15:35:36 +00:00
Piwigo-TranslationTeam
65bb7fe4b9 [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15300 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-25 13:14:07 +00:00
plegall
b205058983 feature 2633 added: ability to select default size
git-svn-id: http://piwigo.org/svn/trunk@15299 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-24 23:12:04 +00:00
Piwigo-TranslationTeam
dcd6efb7fc [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15297 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-24 21:44:53 +00:00
Piwigo-TranslationTeam
9fd13fd048 [trunk_admin] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@15296 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-24 21:44:39 +00:00
Piwigo-TranslationTeam
4e1bb80b94 [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15293 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-24 17:00:36 +00:00
Piwigo-TranslationTeam
b2693b9f1e [trunk_admin] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@15289 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-24 16:59:49 +00:00
plegall
8088cf1d37 feature 2632: multiple size, upgrade task for new organization of "upload"
and "galleries" directories


git-svn-id: http://piwigo.org/svn/trunk@15288 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-24 11:35:00 +00:00
Piwigo-TranslationTeam
0c508135f6 [trunk_admin] Update af_ZA, thanks to : maeztro
git-svn-id: http://piwigo.org/svn/trunk@15287 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-24 11:27:45 +00:00
Piwigo-TranslationTeam
592113b641 [trunk_admin] Update sr_RS, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@15286 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-24 11:27:12 +00:00
Piwigo-TranslationTeam
d90ce3660b [c13y_upgrade] Update sr_RS, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@15285 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-23 22:33:36 +00:00
Piwigo-TranslationTeam
028aca59b8 [trunk_public] Update sr_RS, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@15284 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-23 22:33:26 +00:00
Piwigo-TranslationTeam
551cf7b7df [trunk_install] Update sr_RS, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@15283 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-23 22:33:17 +00:00
Piwigo-TranslationTeam
723e7dde53 [trunk_admin] Update sr_RS, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@15282 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-23 22:33:05 +00:00
Piwigo-TranslationTeam
05231ef4e4 [trunk_admin] Update da_DK, thanks to : Egorip
git-svn-id: http://piwigo.org/svn/trunk@15274 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-23 21:13:56 +00:00
Piwigo-TranslationTeam
72cd26a431 [trunk_public] Update sr_RS, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@15273 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-23 21:13:42 +00:00
mistic100
efd89d3dff Greek: remove all HTML entities added by Lexiglot
git-svn-id: http://piwigo.org/svn/trunk@15272 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-23 14:11:39 +00:00
Piwigo-TranslationTeam
84b6f2003f [trunk_public] Update sl_SL, thanks to : svartur81
git-svn-id: http://piwigo.org/svn/trunk@15271 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-23 13:14:38 +00:00
Piwigo-TranslationTeam
6c11a6ebe7 [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15268 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-23 12:45:58 +00:00
Piwigo-TranslationTeam
a895c3ae61 [trunk_admin] Update af_ZA, thanks to : maeztro
git-svn-id: http://piwigo.org/svn/trunk@15267 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-23 12:45:48 +00:00
Piwigo-TranslationTeam
a32b7354f0 [trunk_admin] Update sl_SL, thanks to : svartur81
git-svn-id: http://piwigo.org/svn/trunk@15265 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-23 12:45:05 +00:00
Piwigo-TranslationTeam
6bf5e6681f [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15264 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-22 18:34:36 +00:00
Piwigo-TranslationTeam
b2cacfa9df [language_switch] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15259 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-22 16:52:20 +00:00
Piwigo-TranslationTeam
b34bd46c95 [trunk_admin] Update da_DK, thanks to : thomas1956
git-svn-id: http://piwigo.org/svn/trunk@15253 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-22 16:51:31 +00:00
Piwigo-TranslationTeam
0c62cd9bd5 [trunk_admin] Update nl_NL, thanks to : ruud
git-svn-id: http://piwigo.org/svn/trunk@15251 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-22 16:51:05 +00:00
Piwigo-TranslationTeam
00fe365149 [trunk_admin] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@15250 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-22 16:50:55 +00:00
Piwigo-TranslationTeam
6637172425 [trunk_admin] Update de_DE, thanks to : Polly
git-svn-id: http://piwigo.org/svn/trunk@15249 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-22 16:50:46 +00:00
Piwigo-TranslationTeam
6b1fec0ae4 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15248 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-22 16:50:31 +00:00
Piwigo-TranslationTeam
a6bb1e1332 [trunk_admin] Update no_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@15247 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-22 16:50:12 +00:00
riopwg
2f3851e8fd Update language IT
git-svn-id: http://piwigo.org/svn/trunk@15246 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-22 06:27:54 +00:00
Piwigo-TranslationTeam
2184694e76 [trunk_admin] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@15245 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-22 05:50:03 +00:00
Piwigo-TranslationTeam
406dc48571 [trunk_admin] Update pt_BR, thanks to : riboard
git-svn-id: http://piwigo.org/svn/trunk@15242 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-22 05:23:08 +00:00
Piwigo-TranslationTeam
d7e8e6babd [trunk_admin] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@15240 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-22 05:22:38 +00:00
Piwigo-TranslationTeam
984546ea4b [trunk_admin] Update ru_RU, thanks to : nadusha
git-svn-id: http://piwigo.org/svn/trunk@15239 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-22 05:22:29 +00:00
Piwigo-TranslationTeam
4cc773533c [trunk_admin] Update pt_PT, thanks to : klito
git-svn-id: http://piwigo.org/svn/trunk@15238 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-22 05:22:14 +00:00
Piwigo-TranslationTeam
17ea3c544d [trunk_admin] Update pl_PL, thanks to : Greybrow
git-svn-id: http://piwigo.org/svn/trunk@15237 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-22 05:22:06 +00:00
Piwigo-TranslationTeam
9a24ba37f3 [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@15236 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-22 05:21:57 +00:00
Piwigo-TranslationTeam
1757434d57 [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@15234 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-22 05:21:31 +00:00
plegall
78cdd39c88 application screenshots are cleanly stored on piwigo.org/screenshots/applications
git-svn-id: http://piwigo.org/svn/trunk@15233 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-21 21:44:41 +00:00
Piwigo-TranslationTeam
2c6cd6ebfe [trunk_admin] Update af_ZA, thanks to : jpmeijers
git-svn-id: http://piwigo.org/svn/trunk@15232 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-21 21:43:30 +00:00
Piwigo-TranslationTeam
581205ac6d [trunk_install] Update pt_BR, thanks to : riboard
git-svn-id: http://piwigo.org/svn/trunk@15231 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-21 20:52:59 +00:00
plegall
6225137c99 feature 2606: remove original multiple size configuration screen
git-svn-id: http://piwigo.org/svn/trunk@15230 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-21 20:23:48 +00:00
plegall
141e85eb1f missing language keys
git-svn-id: http://piwigo.org/svn/trunk@15229 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-21 20:16:02 +00:00
plegall
ea938ab840 feature 2630: switch default admin theme to "clear"
git-svn-id: http://piwigo.org/svn/trunk@15228 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-21 20:00:36 +00:00
Piwigo-TranslationTeam
afa349c74e [localfileseditor] Update el_GR, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@15227 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-21 19:31:50 +00:00
Piwigo-TranslationTeam
660be4f5f8 [language_switch] Update el_GR, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@15226 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-21 19:31:43 +00:00
Piwigo-TranslationTeam
7a47256442 [c13y_upgrade] Update el_GR, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@15225 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-21 19:31:37 +00:00
Piwigo-TranslationTeam
b0ef80c256 [adminmultiview] Update el_GR, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@15224 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-21 19:31:31 +00:00
Piwigo-TranslationTeam
c3d2642994 [localfileseditor] Update ca_ES, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@15216 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-21 19:10:37 +00:00
Piwigo-TranslationTeam
9171216e8a [language_switch] Update ca_ES, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@15214 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-21 19:10:23 +00:00
Piwigo-TranslationTeam
d8925efbba [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15200 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-21 16:49:20 +00:00
Piwigo-TranslationTeam
cb4e6166cd [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15190 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-21 14:47:04 +00:00
Piwigo-TranslationTeam
ec7c445a27 [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15189 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-21 12:33:09 +00:00
Piwigo-TranslationTeam
a6f29bc908 [trunk_admin] Update ru_RU, thanks to : nadusha
git-svn-id: http://piwigo.org/svn/trunk@15180 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-21 12:31:58 +00:00
mistic100
2b5ce2b8d9 multisize hotlinks and upgrade, add <IfModule mod_rewrite.c> to htaccess content
git-svn-id: http://piwigo.org/svn/trunk@15178 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-21 10:33:43 +00:00
Piwigo-TranslationTeam
0b7e6c9ddd [trunk_help] Update da_DK, thanks to : thomas1956
git-svn-id: http://piwigo.org/svn/trunk@15177 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-21 09:56:18 +00:00
Piwigo-TranslationTeam
2ebe070b2a [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15176 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-21 09:56:02 +00:00
Piwigo-TranslationTeam
db4ff28431 [trunk_public] Update da_DK, thanks to : thomas1956
git-svn-id: http://piwigo.org/svn/trunk@15174 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-21 09:55:46 +00:00
Piwigo-TranslationTeam
4d6364aa16 [trunk_admin] Update da_DK, thanks to : thomas1956
git-svn-id: http://piwigo.org/svn/trunk@15173 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-21 09:55:36 +00:00
Piwigo-TranslationTeam
d1bdfb4aba [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15167 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-21 08:29:34 +00:00
Piwigo-TranslationTeam
d29c026e51 [trunk_public] Update eo_EO, thanks to : axel584
git-svn-id: http://piwigo.org/svn/trunk@15164 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-21 08:28:59 +00:00
Piwigo-TranslationTeam
e606eb10a9 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15151 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-20 19:02:59 +00:00
mistic100
7f0e4a62f6 add link to purge templates
git-svn-id: http://piwigo.org/svn/trunk@15150 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-20 13:10:53 +00:00
Piwigo-TranslationTeam
b527f0ccc2 [trunk_help] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@15148 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-20 05:55:47 +00:00
Piwigo-TranslationTeam
36f7c310c5 [trunk_help] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@15147 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-19 20:17:52 +00:00
Piwigo-TranslationTeam
27d3dd6f71 [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@15143 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-19 20:17:10 +00:00
Piwigo-TranslationTeam
b31742a671 [trunk_public] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@15131 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-19 16:51:44 +00:00
mistic100
ee2f6c414d prefix_thumbnail and dir_thumbnail are planned for removal, must redefine a default value for htaccess
git-svn-id: http://piwigo.org/svn/trunk@15128 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-19 13:34:51 +00:00
mistic100
bb408cee7b confusion in previous commit
git-svn-id: http://piwigo.org/svn/trunk@15127 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-19 13:18:27 +00:00
mistic100
d52651cb6a remove Warning when called from upgrade_feed.php, no consequence for upgrade.php
git-svn-id: http://piwigo.org/svn/trunk@15126 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-19 13:13:23 +00:00
mistic100
3e7d509dd8 add migration task for create/modify htaccess containing rewrite rules on photos hotlinks
git-svn-id: http://piwigo.org/svn/trunk@15124 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-19 11:33:01 +00:00
Piwigo-TranslationTeam
05a7618b9d [trunk_public] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@15120 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-19 10:25:53 +00:00
Piwigo-TranslationTeam
36127d671d [trunk_admin] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@15119 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-19 10:25:44 +00:00
Piwigo-TranslationTeam
918e7257db [trunk_admin] Update ro_RO, thanks to : norboo
git-svn-id: http://piwigo.org/svn/trunk@15113 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-19 06:51:00 +00:00
Piwigo-TranslationTeam
4064ea39e4 [trunk_public] Update tr_TR, thanks to : Nakre
git-svn-id: http://piwigo.org/svn/trunk@15111 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-19 04:50:18 +00:00
Piwigo-TranslationTeam
8dcd86b273 [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15103 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-18 17:11:05 +00:00
ddtddt
8f0cea2aea [trunk] - language - encoding
git-svn-id: http://piwigo.org/svn/trunk@15102 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-18 16:49:52 +00:00
ddtddt
58caddf3d4 [trunk] - language - update pt_BR - Brasil – Brazil Thanks to marcelomac - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@15101 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-18 16:07:29 +00:00
ddtddt
fb060b5dc7 [trunk] - language - encoding
git-svn-id: http://piwigo.org/svn/trunk@15100 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-18 16:05:37 +00:00
Piwigo-TranslationTeam
3805085196 [localfileseditor] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@15098 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-18 13:35:05 +00:00
Piwigo-TranslationTeam
6967745ec6 [language_switch] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@15097 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-18 13:34:58 +00:00
Piwigo-TranslationTeam
8e827c99ae [adminmultiview] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@15096 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-18 13:34:52 +00:00
Piwigo-TranslationTeam
0fca43358b [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15094 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-18 13:34:26 +00:00
Piwigo-TranslationTeam
b34781bdb9 [trunk_admin] Update fa_IR, thanks to : mohammadN
git-svn-id: http://piwigo.org/svn/trunk@15089 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-18 13:33:39 +00:00
Piwigo-TranslationTeam
ac7c6aa4d9 [trunk_admin] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@15088 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-18 13:33:22 +00:00
Piwigo-TranslationTeam
bc8cf1ec3b [trunk_public] Update fa_IR, thanks to : mohammadN
git-svn-id: http://piwigo.org/svn/trunk@15087 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-18 13:33:10 +00:00
Piwigo-TranslationTeam
9669e51650 [trunk_public] Update no_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@15084 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-18 08:51:52 +00:00
ddtddt
328e911db2 [trunk] - language - update pt_BR - Brasil – Brazil Thanks to marcelomac - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@15083 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-18 06:23:24 +00:00
ddtddt
598ae3b3bf [trunk] - language - update es_AR - Español - Argentina Thanks to alberto - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@15082 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-18 06:06:05 +00:00
Piwigo-TranslationTeam
3feb27c16d [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15080 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-18 05:13:14 +00:00
Piwigo-TranslationTeam
cc1954e44f [trunk_public] Update pl_PL, thanks to : Greybrow
git-svn-id: http://piwigo.org/svn/trunk@15079 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-18 05:12:56 +00:00
Piwigo-TranslationTeam
7ea1f1e112 [trunk_admin] Update pl_PL, thanks to : Greybrow
git-svn-id: http://piwigo.org/svn/trunk@15078 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-18 05:12:36 +00:00
riopwg
c1cef77b6c Update language IT
git-svn-id: http://piwigo.org/svn/trunk@15077 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-17 22:54:37 +00:00
ddtddt
e254de6f7b [trunk] - language - encoding
git-svn-id: http://piwigo.org/svn/trunk@15068 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-17 18:10:37 +00:00
ddtddt
b92ffb4775 [trunk] - language - LocalFilesEdito - Add fr_CA - Quebec - Québécois - Thanks to TiOger - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@15063 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-17 16:29:40 +00:00
ddtddt
92561767ec [trunk] - language - update zh_TW - 中文 (繁體) - Chinese traditional Thanks to chouyh - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@15062 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-17 16:25:32 +00:00
Piwigo-TranslationTeam
8fd1da826b [trunk_admin] Update ja_JP, thanks to : oyoyon
git-svn-id: http://piwigo.org/svn/trunk@15059 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-17 15:38:19 +00:00
Piwigo-TranslationTeam
1127798b36 [trunk_help] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@15042 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-17 13:31:14 +00:00
Piwigo-TranslationTeam
49d037422b [trunk_install] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@15030 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-17 13:29:26 +00:00
Piwigo-TranslationTeam
f80c251c79 [trunk_public] Update sh_RS, thanks to : vladamilanovic
git-svn-id: http://piwigo.org/svn/trunk@15026 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-17 13:28:51 +00:00
Piwigo-TranslationTeam
1f1503b624 [trunk_public] Update ru_RU, thanks to : nadusha
git-svn-id: http://piwigo.org/svn/trunk@15025 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-17 13:28:41 +00:00
Piwigo-TranslationTeam
c54d61bbd8 [trunk_public] Update ro_RO, thanks to : norboo
git-svn-id: http://piwigo.org/svn/trunk@15024 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-17 13:28:31 +00:00
Piwigo-TranslationTeam
eef8484096 [trunk_public] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@15023 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-17 13:28:21 +00:00
Piwigo-TranslationTeam
9691999490 [trunk_public] Update de_DE, thanks to : fs101299
git-svn-id: http://piwigo.org/svn/trunk@15022 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-17 13:28:04 +00:00
Piwigo-TranslationTeam
a568b03fca [trunk_public] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@15021 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-17 13:27:53 +00:00
Piwigo-TranslationTeam
d96fa09a78 [trunk_admin] Update zh_CN, thanks to : quqibing
git-svn-id: http://piwigo.org/svn/trunk@15020 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-17 13:27:34 +00:00
Piwigo-TranslationTeam
6a1333542e [trunk_admin] Update ru_RU, thanks to : nadusha
git-svn-id: http://piwigo.org/svn/trunk@15019 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-17 13:27:25 +00:00
Piwigo-TranslationTeam
d6d09b3202 [trunk_admin] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@15018 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-17 13:27:15 +00:00
Piwigo-TranslationTeam
5fdd1dde67 [trunk_admin] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@15017 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-17 13:27:04 +00:00
ddtddt
f4ddb51b2a [trunk] - language - update lv_LV - Latviešu - Latvian feature:2457
git-svn-id: http://piwigo.org/svn/trunk@15016 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-17 08:54:13 +00:00
Piwigo-TranslationTeam
936aa1dc41 [trunk_public] Update cs_CZ, thanks to : lanius
git-svn-id: http://piwigo.org/svn/trunk@15009 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-17 08:01:01 +00:00
Piwigo-TranslationTeam
d160c1a6ff [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@15008 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-17 08:00:48 +00:00
Piwigo-TranslationTeam
77bab129a3 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@15004 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-16 23:01:42 +00:00
Piwigo-TranslationTeam
8f027e90ba [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@14997 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-16 23:00:43 +00:00
Piwigo-TranslationTeam
14c93fa4d9 [trunk_public] Update it_IT, thanks to : Gdvpixel
git-svn-id: http://piwigo.org/svn/trunk@14996 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-16 23:00:28 +00:00
Piwigo-TranslationTeam
2c8fa614e1 [trunk_admin] Update ja_JP, thanks to : oyoyon
git-svn-id: http://piwigo.org/svn/trunk@14995 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-16 17:37:09 +00:00
Piwigo-TranslationTeam
790e38cc24 [trunk_public] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@14992 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-16 06:40:15 +00:00
Piwigo-TranslationTeam
e8428e2577 [trunk_admin] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@14991 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-16 06:39:53 +00:00
mistic100
878a401b46 feature:2530 display album numeric identifier on its administration page
git-svn-id: http://piwigo.org/svn/trunk@14990 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-15 17:13:03 +00:00
Piwigo-TranslationTeam
591795c071 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14989 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-15 13:38:37 +00:00
Piwigo-TranslationTeam
fed796a440 [trunk_admin] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@14984 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-15 06:19:02 +00:00
riopwg
a5928357ee Update language IT
git-svn-id: http://piwigo.org/svn/trunk@14983 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-15 05:35:42 +00:00
Piwigo-TranslationTeam
141e58d859 [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14982 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-15 05:07:16 +00:00
Piwigo-TranslationTeam
0dbe2d76be [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14979 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-15 05:06:41 +00:00
plegall
03a2eece52 bug fixed: move $lang['%d rate'] from admin.lang.php to common.inc.php to display "1 rate" on picture.php when relevant
adapt picture.tpl to display "1 rate" if only 1 rate, instead of "1 rates".


git-svn-id: http://piwigo.org/svn/trunk@14978 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-14 22:28:45 +00:00
mistic100
4cac242866 change languages keys to differentiate if "%d physical" is plural or singular, same for "and %d virtual"
+ missing ja_JP php open tag

git-svn-id: http://piwigo.org/svn/trunk@14977 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-14 21:23:31 +00:00
duke
114121a0b7 fixed some spelling errors in german translation
git-svn-id: http://piwigo.org/svn/trunk@14973 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-14 18:16:26 +00:00
Piwigo-TranslationTeam
d286db5360 [trunk_public] Update tr_TR, thanks to : fahrettin75
git-svn-id: http://piwigo.org/svn/trunk@14970 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-14 11:30:16 +00:00
Piwigo-TranslationTeam
f5e92ad94a [trunk_help] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14962 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-13 19:09:29 +00:00
Piwigo-TranslationTeam
67bcd9a2e0 [trunk_help] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@14961 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-13 19:09:19 +00:00
Piwigo-TranslationTeam
91790dd305 [adminmultiview] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14959 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-13 19:09:07 +00:00
Piwigo-TranslationTeam
5cdb0bfa92 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14952 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-13 19:07:39 +00:00
Piwigo-TranslationTeam
1985f06936 [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@14950 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-13 19:07:22 +00:00
Piwigo-TranslationTeam
e8b1abfce3 [trunk_help] Update pt_PT, thanks to : PsyKick_RuhYn
git-svn-id: http://piwigo.org/svn/trunk@14942 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-13 14:09:30 +00:00
Piwigo-TranslationTeam
beba810355 [trunk_admin] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@14939 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-13 14:09:05 +00:00
Piwigo-TranslationTeam
d35c2d5acd [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@14938 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-13 14:08:54 +00:00
Piwigo-TranslationTeam
86e9e22bdc [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14937 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-13 10:38:00 +00:00
ddtddt
7476b03e6d [trunk] - language - add $lang['%d rate'] forgotten
git-svn-id: http://piwigo.org/svn/trunk@14929 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-13 09:54:44 +00:00
ddtddt
69b75b0667 [trunk] - language - update km_KH – ​ភាសា​ខ្មែរ​- khmer (Cambodia) Thanks to Vanndy - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14923 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-12 15:15:16 +00:00
Piwigo-TranslationTeam
1d58057068 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14922 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-12 13:16:15 +00:00
Piwigo-TranslationTeam
17d635efe6 [language_switch] Add fi_FI, thanks to : Tome-
git-svn-id: http://piwigo.org/svn/trunk@14915 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-12 08:13:12 +00:00
Piwigo-TranslationTeam
86380e116f [trunk_install] Update fi_FI, thanks to : Tome-
git-svn-id: http://piwigo.org/svn/trunk@14914 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-12 08:13:01 +00:00
Piwigo-TranslationTeam
584d072bbf [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14911 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-11 21:04:34 +00:00
Piwigo-TranslationTeam
c4f6b05b10 [trunk_admin] Update es_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14910 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-11 21:04:25 +00:00
Piwigo-TranslationTeam
15a10e077b [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14909 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-11 21:04:15 +00:00
Piwigo-TranslationTeam
a9ba246030 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14906 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-11 17:38:10 +00:00
Piwigo-TranslationTeam
a7b5f1a871 [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14899 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-11 10:02:15 +00:00
Piwigo-TranslationTeam
126dcc1f32 [trunk_admin] Update af_ZA, thanks to : maeztro
git-svn-id: http://piwigo.org/svn/trunk@14898 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-11 10:01:43 +00:00
Piwigo-TranslationTeam
367ebabe15 [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14894 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-10 21:43:22 +00:00
Piwigo-TranslationTeam
2d3c31e741 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14893 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-10 21:43:08 +00:00
Piwigo-TranslationTeam
00bc17394a [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@14892 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-10 21:42:59 +00:00
Piwigo-TranslationTeam
19adf38672 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14886 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-10 04:33:25 +00:00
Piwigo-TranslationTeam
d60814494c [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@14885 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-10 04:33:16 +00:00
Piwigo-TranslationTeam
ed34396d5d [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14884 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-10 04:32:47 +00:00
Piwigo-TranslationTeam
5553d81acc [trunk_admin] Update af_ZA, thanks to : maeztro
git-svn-id: http://piwigo.org/svn/trunk@14879 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-09 16:23:56 +00:00
Piwigo-TranslationTeam
676531d9f6 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14878 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-09 16:23:38 +00:00
Piwigo-TranslationTeam
0d70e2e807 [trunk_public] Update pl_PL, thanks to : Greybrow
git-svn-id: http://piwigo.org/svn/trunk@14877 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-09 04:49:21 +00:00
Piwigo-TranslationTeam
90e1361032 [trunk_admin] Update pl_PL, thanks to : Greybrow
git-svn-id: http://piwigo.org/svn/trunk@14876 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-09 04:49:12 +00:00
Piwigo-TranslationTeam
3e95ec6326 [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@14875 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-09 04:48:56 +00:00
Piwigo-TranslationTeam
f2e342785c [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@14871 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-08 21:43:39 +00:00
plegall
a3c0e7af10 bug fixed: use the existing language key
git-svn-id: http://piwigo.org/svn/trunk@14870 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-08 21:29:19 +00:00
Piwigo-TranslationTeam
b9552a071d [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14869 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-08 20:36:23 +00:00
Piwigo-TranslationTeam
723d8c9d15 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14867 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-08 20:36:08 +00:00
Piwigo-TranslationTeam
5ab2514c79 [trunk_admin] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@14866 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-08 20:36:00 +00:00
Piwigo-TranslationTeam
3288688dd9 [trunk_help] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@14864 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-08 16:19:40 +00:00
Piwigo-TranslationTeam
f17fac3439 [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14862 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-08 16:19:17 +00:00
Piwigo-TranslationTeam
045cd7c6b7 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14860 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-08 16:18:52 +00:00
Piwigo-TranslationTeam
b93d4e7cdf [trunk_admin] Update ja_JP, thanks to : oyoyon
git-svn-id: http://piwigo.org/svn/trunk@14859 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-08 16:18:43 +00:00
ddtddt
b4dbbda392 [trunk] - doubble
git-svn-id: http://piwigo.org/svn/trunk@14853 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-08 14:16:57 +00:00
ddtddt
555fcfa9f7 [trunk] - language - update ca_ES - Catalan - Català update translator list - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14852 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-08 14:12:57 +00:00
ddtddt
9b54b06c91 [trunk] - cat modify forgotten 'Refresh';
git-svn-id: http://piwigo.org/svn/trunk@14851 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-08 14:10:27 +00:00
Piwigo-TranslationTeam
7408b89f78 [localfileseditor] Update da_DK, thanks to : thomas1956
git-svn-id: http://piwigo.org/svn/trunk@14850 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-08 13:20:06 +00:00
Piwigo-TranslationTeam
9669c2eda5 [c13y_upgrade] Update da_DK, thanks to : thomas1956
git-svn-id: http://piwigo.org/svn/trunk@14849 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-08 13:20:00 +00:00
Piwigo-TranslationTeam
b8536d529c [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14847 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-08 13:19:35 +00:00
Piwigo-TranslationTeam
6517a1298d [trunk_install] Update da_DK, thanks to : thomas1956
git-svn-id: http://piwigo.org/svn/trunk@14846 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-08 13:19:25 +00:00
Piwigo-TranslationTeam
f8b2ba70fc [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14844 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-08 13:19:00 +00:00
Piwigo-TranslationTeam
75b785635e [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@14843 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-08 13:18:51 +00:00
Piwigo-TranslationTeam
0c3e7f957f [trunk_public] Update da_DK, thanks to : thomas1956
git-svn-id: http://piwigo.org/svn/trunk@14842 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-08 13:18:41 +00:00
Piwigo-TranslationTeam
b79496040c [trunk_admin] Update da_DK, thanks to : thomas1956
git-svn-id: http://piwigo.org/svn/trunk@14841 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-08 13:18:24 +00:00
ddtddt
f63c8b91cf [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14839 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-08 11:23:56 +00:00
Piwigo-TranslationTeam
cb50302a88 [trunk_admin] Update af_ZA, thanks to : maeztro
git-svn-id: http://piwigo.org/svn/trunk@14836 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-08 07:24:35 +00:00
Piwigo-TranslationTeam
b90886d635 [trunk_admin] Update ja_JP, thanks to : oyoyon
git-svn-id: http://piwigo.org/svn/trunk@14834 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-08 05:52:59 +00:00
Piwigo-TranslationTeam
6b86af35e6 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14833 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-08 05:52:39 +00:00
Piwigo-TranslationTeam
adbe50dac4 [trunk_public] Update mk_MK, thanks to : is4neno2
git-svn-id: http://piwigo.org/svn/trunk@14831 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-07 16:08:33 +00:00
plegall
fe3d1d6ece multisize (derivatives): remove obsolete functions get_high_path,
get_high_url, get_high_location, get_picture_size


git-svn-id: http://piwigo.org/svn/trunk@14830 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-07 13:51:04 +00:00
plegall
6a4f125750 multisize: remove obsolete function file_path_for_type
git-svn-id: http://piwigo.org/svn/trunk@14829 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-07 13:44:28 +00:00
Piwigo-TranslationTeam
44b19586bc [trunk_admin] Update af_ZA, thanks to : maeztro
git-svn-id: http://piwigo.org/svn/trunk@14828 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-07 11:32:59 +00:00
Piwigo-TranslationTeam
d2a671c85f [trunk_help] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14827 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-07 07:45:28 +00:00
Piwigo-TranslationTeam
61603397ce [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14823 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-07 07:44:44 +00:00
Piwigo-TranslationTeam
534c624f31 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14821 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-07 07:44:07 +00:00
Piwigo-TranslationTeam
2335e29205 [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14815 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-06 23:08:04 +00:00
Piwigo-TranslationTeam
39c74376b5 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14813 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-06 23:07:47 +00:00
Piwigo-TranslationTeam
255156d323 [trunk_help] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@14811 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-06 15:08:58 +00:00
Piwigo-TranslationTeam
63a4d57e96 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14808 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-06 15:08:27 +00:00
Piwigo-TranslationTeam
cce82dfede [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@14806 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-06 15:08:08 +00:00
Piwigo-TranslationTeam
844cde95bf [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14805 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-06 15:07:58 +00:00
Piwigo-TranslationTeam
eb450b64a2 [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@14803 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-06 10:57:10 +00:00
Piwigo-TranslationTeam
a0939e1708 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14802 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-06 10:57:02 +00:00
Piwigo-TranslationTeam
1dde04b384 [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14798 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-06 10:12:51 +00:00
Piwigo-TranslationTeam
06e6294c35 [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@14797 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-06 10:12:37 +00:00
Piwigo-TranslationTeam
52771a177f [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14793 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-06 10:12:08 +00:00
Piwigo-TranslationTeam
7a9fc02162 [trunk_public] Update pt_PT, thanks to : klito
git-svn-id: http://piwigo.org/svn/trunk@14788 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-06 07:39:57 +00:00
Piwigo-TranslationTeam
14886834e5 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14787 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-06 01:02:00 +00:00
Piwigo-TranslationTeam
17c29fd0b4 [trunk_help] Update da_DK, thanks to : Egorip
git-svn-id: http://piwigo.org/svn/trunk@14786 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-05 16:17:30 +00:00
Piwigo-TranslationTeam
381e341424 [c13y_upgrade] Add da_DK, thanks to : Egorip
git-svn-id: http://piwigo.org/svn/trunk@14785 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-05 16:17:23 +00:00
Piwigo-TranslationTeam
5bb8662bae [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14784 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-05 16:17:15 +00:00
Piwigo-TranslationTeam
a2dd62bd74 [trunk_help] Update da_DK, thanks to : Egorip
git-svn-id: http://piwigo.org/svn/trunk@14781 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-05 13:44:35 +00:00
ddtddt
58b6d26d2a [trunk] - language - update fr_CA - Quebec - Québécois - Thanks to TiOger - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14778 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-05 13:16:16 +00:00
ddtddt
1124ee4fb1 [trunk] - language - update lv_LV - Latviešu - Latvian - Thanks to Aivars Baldone - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14777 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-05 13:13:48 +00:00
ddtddt
806526b8c1 [trunk] - language - add admin mk_MK - Macedonian – Македонски - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14776 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-05 13:08:30 +00:00
Piwigo-TranslationTeam
8adb1bc490 [trunk_public] Update mk_MK, thanks to : is4neno2
git-svn-id: http://piwigo.org/svn/trunk@14775 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-05 13:00:04 +00:00
Piwigo-TranslationTeam
e9907261cb [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14774 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-05 12:59:54 +00:00
Piwigo-TranslationTeam
ea80a821e5 [trunk_install] Update mk_MK, thanks to : is4neno2
git-svn-id: http://piwigo.org/svn/trunk@14773 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-05 12:59:44 +00:00
Piwigo-TranslationTeam
ed524057db [language_switch] Add da_DK, thanks to : Egorip
git-svn-id: http://piwigo.org/svn/trunk@14772 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-05 11:04:31 +00:00
Piwigo-TranslationTeam
b82d925f78 [adminmultiview] Add da_DK, thanks to : Egorip
git-svn-id: http://piwigo.org/svn/trunk@14771 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-05 11:04:26 +00:00
Piwigo-TranslationTeam
332016fe8f [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14769 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-05 11:04:05 +00:00
Piwigo-TranslationTeam
73599a8a9a [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14768 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-05 11:03:55 +00:00
ddtddt
1d6d84cca2 [trunk] - language - update pt_PT - Português - Portuguese Thanks to PsyKick_RuhYn - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14767 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-05 08:00:19 +00:00
Piwigo-TranslationTeam
ebdd000e98 [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14763 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-04 23:25:33 +00:00
Piwigo-TranslationTeam
a2364a7f50 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14759 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-04 23:25:01 +00:00
Piwigo-TranslationTeam
ad3734d720 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14753 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-04 20:10:44 +00:00
Piwigo-TranslationTeam
d17d22a327 [trunk_admin] Update pl_PL, thanks to : Greybrow
git-svn-id: http://piwigo.org/svn/trunk@14750 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-04 20:10:14 +00:00
Piwigo-TranslationTeam
b6dff525b8 [trunk_admin] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@14749 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-04 20:10:04 +00:00
Piwigo-TranslationTeam
3fd0ade36c [trunk_admin] Update af_ZA, thanks to : maeztro
git-svn-id: http://piwigo.org/svn/trunk@14748 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-04 12:21:02 +00:00
Piwigo-TranslationTeam
b975a28b09 [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14747 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-04 10:52:17 +00:00
Piwigo-TranslationTeam
7fd33f0b04 [trunk_public] Update af_ZA, thanks to : maeztro
git-svn-id: http://piwigo.org/svn/trunk@14746 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-04 10:52:03 +00:00
Piwigo-TranslationTeam
72bbe15d89 [trunk_admin] Update no_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@14745 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-04 10:51:54 +00:00
Piwigo-TranslationTeam
d0e6a491a5 [trunk_admin] Update af_ZA, thanks to : maeztro
git-svn-id: http://piwigo.org/svn/trunk@14744 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-04 10:51:46 +00:00
Piwigo-TranslationTeam
f28a97f952 [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14741 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-04 06:34:18 +00:00
Piwigo-TranslationTeam
6925107bba [trunk_admin] Update ro_RO, thanks to : strotti
git-svn-id: http://piwigo.org/svn/trunk@14737 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-04 06:33:25 +00:00
rvelices
7d621ae61b multi size - don't fail if image metadata was not previously synced
git-svn-id: http://piwigo.org/svn/trunk@14735 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-04 04:29:44 +00:00
plegall
d419f4223e translate Sharpen in French
git-svn-id: http://piwigo.org/svn/trunk@14733 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-03 20:08:26 +00:00
Piwigo-TranslationTeam
c2042aafea [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14728 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-03 19:25:37 +00:00
Piwigo-TranslationTeam
0376d18ff4 [trunk_admin] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@14725 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-03 19:24:35 +00:00
rvelices
e571fda84a better compressed png for whaite css sprite
git-svn-id: http://piwigo.org/svn/trunk@14724 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-03 18:09:45 +00:00
rvelices
c8827c24a4 multi size external imagemagick use 4:2:2 chroma subsampling as imagick extension (reduce file size by 20-30% with "almost" no human perception)
git-svn-id: http://piwigo.org/svn/trunk@14723 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-03 18:07:51 +00:00
Piwigo-TranslationTeam
c3376f59de [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14719 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-03 18:04:46 +00:00
Piwigo-TranslationTeam
13027dcda9 [trunk_install] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@14718 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-03 18:04:31 +00:00
Piwigo-TranslationTeam
005ed08555 [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14717 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-03 18:04:22 +00:00
Piwigo-TranslationTeam
9bd7eef55c [trunk_public] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@14716 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-03 18:04:11 +00:00
Piwigo-TranslationTeam
07f3d1df12 [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14709 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-03 14:43:35 +00:00
Piwigo-TranslationTeam
b62e7a86c9 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14707 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-03 12:14:38 +00:00
Piwigo-TranslationTeam
204ebfdbcd [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14704 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-03 12:14:10 +00:00
Piwigo-TranslationTeam
b114e7dc8a [trunk_admin] Update it_IT, thanks to : Gdvpixel
git-svn-id: http://piwigo.org/svn/trunk@14702 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-03 12:13:52 +00:00
Piwigo-TranslationTeam
12cc689e92 [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@14695 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-03 06:55:27 +00:00
Piwigo-TranslationTeam
f7dc27c5d6 [trunk_admin] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@14691 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-03 06:54:26 +00:00
rvelices
3f37f9429c batch manager - all/level filters sorts images using config order by
git-svn-id: http://piwigo.org/svn/trunk@14689 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-02 20:25:34 +00:00
rvelices
1307d0708e feature 2601: Allow searching by ip in admin history
also remove php warnings when tags zere deleted after visits

git-svn-id: http://piwigo.org/svn/trunk@14688 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-02 20:24:28 +00:00
Piwigo-TranslationTeam
db0d42395c [trunk_help] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14683 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-02 20:18:14 +00:00
Piwigo-TranslationTeam
818ee631f0 [localfileseditor] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@14677 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-02 20:17:27 +00:00
Piwigo-TranslationTeam
8375760e87 [language_switch] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@14676 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-02 20:17:20 +00:00
Piwigo-TranslationTeam
709c84f33a [adminmultiview] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@14675 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-02 20:17:14 +00:00
Piwigo-TranslationTeam
d11a07ac3f [c13y_upgrade] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@14674 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-02 20:17:08 +00:00
Piwigo-TranslationTeam
d7ca84fd28 [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@14672 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-02 20:16:50 +00:00
Piwigo-TranslationTeam
a3eaac04f1 [trunk_admin] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@14662 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-02 20:15:33 +00:00
Piwigo-TranslationTeam
61ea903671 [trunk_admin] Update ru_RU, thanks to : nadusha
git-svn-id: http://piwigo.org/svn/trunk@14661 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-02 20:15:25 +00:00
Piwigo-TranslationTeam
db7dbac55f [trunk_admin] Update pt_PT, thanks to : klito
git-svn-id: http://piwigo.org/svn/trunk@14660 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-02 20:15:17 +00:00
Piwigo-TranslationTeam
f0e89b00c9 [trunk_admin] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@14659 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-02 20:15:09 +00:00
Piwigo-TranslationTeam
786827e473 [trunk_admin] Update es_ES, thanks to : petaqui & AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14658 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-02 20:14:56 +00:00
Piwigo-TranslationTeam
acab59031e [trunk_admin] Update de_DE, thanks to : Joergen
git-svn-id: http://piwigo.org/svn/trunk@14657 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-02 20:14:48 +00:00
Piwigo-TranslationTeam
01b528ac79 [trunk_admin] Update da_DK, thanks to : Egorip
git-svn-id: http://piwigo.org/svn/trunk@14656 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-02 20:14:40 +00:00
Piwigo-TranslationTeam
b4feaf0622 [trunk_admin] Update cs_CZ, thanks to : sichr & lanius
git-svn-id: http://piwigo.org/svn/trunk@14655 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-02 20:14:29 +00:00
Piwigo-TranslationTeam
6853f3bc9a [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14654 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-02 20:14:21 +00:00
rvelices
40a4dd63f0 multi size:
- fix external imagick issues when rotation was required
- fix: derivative were generated continuosly until a first save performed in the admin screen
- added sharpen param in the new config screen
- increased the sharpen range (10% is less than before)

git-svn-id: http://piwigo.org/svn/trunk@14649 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-02 04:29:56 +00:00
plegall
642d757bd4 add missing language keys (for the new photo administration screen)
git-svn-id: http://piwigo.org/svn/trunk@14648 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-01 22:51:28 +00:00
plegall
828135abdf bug fixed: use the "Title" and not "Name" for the photo
git-svn-id: http://piwigo.org/svn/trunk@14647 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-01 22:49:18 +00:00
plegall
b0d457e08a bug fixed: change language key "title" into "Title"
git-svn-id: http://piwigo.org/svn/trunk@14646 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-01 22:23:50 +00:00
Piwigo-TranslationTeam
8448893009 [trunk_help] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14644 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-01 21:38:27 +00:00
Piwigo-TranslationTeam
1312bb8f11 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14643 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-01 21:38:18 +00:00
Piwigo-TranslationTeam
3586e5ab2b [trunk_public] Update es_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14641 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-01 21:37:52 +00:00
Piwigo-TranslationTeam
31aae60815 [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@14639 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-01 13:26:51 +00:00
Piwigo-TranslationTeam
c70208d575 [trunk_admin] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@14627 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-01 10:28:07 +00:00
Piwigo-TranslationTeam
6964289138 [localfileseditor] Update da_DK, thanks to : Egorip
git-svn-id: http://piwigo.org/svn/trunk@14625 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-01 06:31:03 +00:00
Piwigo-TranslationTeam
6e51caf9f4 [trunk_admin] Update pl_PL, thanks to : Greybrow
git-svn-id: http://piwigo.org/svn/trunk@14623 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-01 06:30:38 +00:00
Piwigo-TranslationTeam
9b7d99606f [localfileseditor] Update da_DK, thanks to : Egorip
git-svn-id: http://piwigo.org/svn/trunk@14619 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 21:22:58 +00:00
Piwigo-TranslationTeam
4bf33dd5d0 [trunk_admin] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@14617 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 21:22:44 +00:00
Piwigo-TranslationTeam
31160cb6ea [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14614 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 21:22:18 +00:00
Piwigo-TranslationTeam
fd4536a78a [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14613 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 21:22:09 +00:00
flop25
d2b5d05c1c getting back changes from rev:14503
git-svn-id: http://piwigo.org/svn/trunk@14610 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 19:04:18 +00:00
Piwigo-TranslationTeam
fe70409d81 [localfileseditor] Add da_DK, thanks to : Egorip
git-svn-id: http://piwigo.org/svn/trunk@14609 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 17:40:36 +00:00
Piwigo-TranslationTeam
dd2eab55f3 [trunk_help] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14607 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 17:40:21 +00:00
Piwigo-TranslationTeam
b62a3e1240 [trunk_help] Update pt_PT, thanks to : PsyKick_RuhYn
git-svn-id: http://piwigo.org/svn/trunk@14606 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 17:40:11 +00:00
Piwigo-TranslationTeam
6a4ef1381d [trunk_public] Update tr_TR, thanks to : bigK
git-svn-id: http://piwigo.org/svn/trunk@14602 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 17:39:39 +00:00
Piwigo-TranslationTeam
9ab560cc24 [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14599 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 17:39:10 +00:00
Piwigo-TranslationTeam
9d4778c27e [trunk_admin] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@14593 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 17:38:27 +00:00
Piwigo-TranslationTeam
3ca472ba3b [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14592 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 17:38:12 +00:00
Piwigo-TranslationTeam
c70dcb43eb [trunk_help] Update pt_PT, thanks to : PsyKick_RuhYn
git-svn-id: http://piwigo.org/svn/trunk@14591 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 12:04:42 +00:00
plegall
4d0a528f64 simplify code to save derivatives settings
git-svn-id: http://piwigo.org/svn/trunk@14584 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 11:08:14 +00:00
Piwigo-TranslationTeam
38d6d25f75 [trunk (admin)] Update Catalan [CA], thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14582 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 10:41:34 +00:00
plegall
9ba817a671 use watermark if minX OR minY (not AND)
git-svn-id: http://piwigo.org/svn/trunk@14581 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 09:46:50 +00:00
plegall
b219d87284 feature 2626: fix watermark form submission (with the help of rvelices)
git-svn-id: http://piwigo.org/svn/trunk@14580 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 09:44:51 +00:00
Piwigo-TranslationTeam
1468b3adc5 [trunk_help] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14579 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 07:40:21 +00:00
ddtddt
fe0c08665b [trunk] - language - update he_IL - Hebrew - עברית - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14578 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 07:06:39 +00:00
ddtddt
5cb51c5eb6 [trunk] - language - update zh_TW - 中文 (繁體) - Chinese traditional translator list - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14577 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 07:01:30 +00:00
ddtddt
b82b908dc8 [trunk] - language - update zh_CN - 简体中文 - Chinese update translator list - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14576 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 06:57:09 +00:00
ddtddt
17ff3dceb5 [trunk] - language - update uk_UA - Українська -Ukrainian update translator list - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14575 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 06:55:08 +00:00
ddtddt
1b273bb016 [trunk] - language - update sh_RS - Srpski – Serbia update translator list - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14574 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 06:53:15 +00:00
ddtddt
b107671d2a [trunk] - language - update ru_RU - Русский - Russian update translator list - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14573 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 06:48:55 +00:00
ddtddt
48489dd80e [trunk] - language - update ro_RO - Română – Romanian update translator list - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14572 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 06:46:45 +00:00
ddtddt
389e6f5c89 [trunk] - language - update pt_PT - Português - Portuguese update translator list - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14571 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 06:43:53 +00:00
ddtddt
ba9134309f [trunk] - language - update pl_PL - Polski - Polish update translator list - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14570 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 06:39:33 +00:00
ddtddt
9401a39518 [trunk] - language - update no_NO – Norwegian update translator list - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14569 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 06:34:36 +00:00
ddtddt
660bd2aade [trunk] - language - update nl_NL - Nederlands - Dutch update translator list - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14568 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 06:31:21 +00:00
ddtddt
db74a086ac [trunk] - language - update it_IT - Italiano – Italian update translator list - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14567 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 06:28:38 +00:00
ddtddt
dff2dd4262 [trunk] - language - update ca_ES - Catalan - Català update translator list - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14566 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 06:25:09 +00:00
ddtddt
8d4b3d3739 [trunk] - language - update fa_IR - Persian - فارسی update translator list - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14565 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 06:24:57 +00:00
ddtddt
3451b17555 [trunk] - language - update fa_IR - Persian - فارسی update translator list - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14564 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 06:23:48 +00:00
ddtddt
5aebf7adf0 [trunk] - language - update fa_IR - Persian - فارسی update translator list - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14563 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 06:21:21 +00:00
ddtddt
5e75118cbf [trunk] - language - update fi_FI – Finnish update translator list - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14562 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 06:18:00 +00:00
ddtddt
2b6ceae227 [trunk] - language - update ca_ES - Catalan - Català update translator list - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14561 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 06:15:14 +00:00
ddtddt
1cb4abc396 [trunk] - language - update es_ES - Español – Spanish update translator list - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14560 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 06:13:59 +00:00
ddtddt
91bba6aaa7 [trunk] - language - update el_GR- Greek - ελληνικά update translator list - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14559 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 06:11:54 +00:00
ddtddt
60694c9cf6 [trunk] - language - update de_DE- Deutsch - German update translator list - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14558 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 06:09:48 +00:00
ddtddt
546f537703 [trunk] - language - update da_DK - Dansk – Danish update translator list - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14557 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 06:02:43 +00:00
ddtddt
a5a9eec3c1 [trunk] - language - update cs_CZ - Česky – Czech update translator list - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14556 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 05:59:12 +00:00
rvelices
bb2a1fce5b fix apply_global function
git-svn-id: http://piwigo.org/svn/trunk@14550 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 04:29:09 +00:00
plegall
2f1ebdc9c4 feature 2626: explicit error message for PNG files + info message when settings saved
git-svn-id: http://piwigo.org/svn/trunk@14549 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 00:17:20 +00:00
plegall
c108e2b288 feature 2626: another test of ergonomy for cancelling the add watermark form
git-svn-id: http://piwigo.org/svn/trunk@14548 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 00:12:54 +00:00
plegall
f41cce501b feature 2626: testing a Cancel button
git-svn-id: http://piwigo.org/svn/trunk@14547 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30 00:10:38 +00:00
plegall
a129632a26 feature 2626: ability to upload a new watermark
git-svn-id: http://piwigo.org/svn/trunk@14546 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-29 23:58:44 +00:00
Piwigo-TranslationTeam
c57a695bf6 [trunk_public] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@14524 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-29 13:09:41 +00:00
Piwigo-TranslationTeam
09de210af7 [trunk_public] Update es_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14520 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-29 13:09:05 +00:00
Piwigo-TranslationTeam
083be9cddf [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14519 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-29 13:08:51 +00:00
Piwigo-TranslationTeam
2addd8dcb7 [trunk_upgrade] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@14516 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-29 13:08:18 +00:00
plegall
233b86be56 feature 2626: add watermark preview (copied from original configuration screen)
git-svn-id: http://piwigo.org/svn/trunk@14514 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-29 12:36:30 +00:00
plegall
d04e389411 feature 2626: manage inline errors on form submission
git-svn-id: http://piwigo.org/svn/trunk@14513 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-29 11:41:34 +00:00
plegall
5884b956f8 feature 2626: new design for the watermark configuration screen (tab in the "config > options")
TODO: the detection of derivatives that need to be updated is not working.


git-svn-id: http://piwigo.org/svn/trunk@14512 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-29 07:34:44 +00:00
Piwigo-TranslationTeam
7c25cf9b78 [trunk_public] Update da_DK, thanks to : Egorip
git-svn-id: http://piwigo.org/svn/trunk@14509 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-28 23:38:14 +00:00
Piwigo-TranslationTeam
9e9635e612 [trunk_admin] Update da_DK, thanks to : Egorip
git-svn-id: http://piwigo.org/svn/trunk@14508 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-28 23:38:01 +00:00
Piwigo-TranslationTeam
7c634f5f7b [trunk_public] Update fa_IR, thanks to : Garcia
git-svn-id: http://piwigo.org/svn/trunk@14507 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-28 23:37:52 +00:00
mistic100
a83ffc1d39 redirect after changing album properties, in order to refresh display
git-svn-id: http://piwigo.org/svn/trunk@14506 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-28 18:20:00 +00:00
mistic100
5eab3e9762 correct and simplify comments displaying with Sylvia
git-svn-id: http://piwigo.org/svn/trunk@14505 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-28 15:08:10 +00:00
mistic100
ad5ee2d699 correct and simplify comments displaying with Sylvia
git-svn-id: http://piwigo.org/svn/trunk@14504 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-28 15:05:21 +00:00
Piwigo-TranslationTeam
f82e48855f [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@14502 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-28 15:04:08 +00:00
Piwigo-TranslationTeam
8dcbb1dabe [trunk_install] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@14499 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-28 15:03:31 +00:00
Piwigo-TranslationTeam
ea8462cb43 [language_switch] Add ro_RO, thanks to : strotti
git-svn-id: http://piwigo.org/svn/trunk@14494 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-27 21:51:48 +00:00
Piwigo-TranslationTeam
bae1b3b897 [trunk_help] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14490 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-27 18:46:14 +00:00
Piwigo-TranslationTeam
988bf8c3ea [trunk_help] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14480 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-27 13:46:57 +00:00
Piwigo-TranslationTeam
6524f7a336 [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14474 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-27 09:35:57 +00:00
Piwigo-TranslationTeam
38a10e8d3c [trunk_admin] Update da_DK, thanks to : thomas1956
git-svn-id: http://piwigo.org/svn/trunk@14470 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-27 09:35:21 +00:00
Piwigo-TranslationTeam
829def1827 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14469 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-27 09:35:13 +00:00
Piwigo-TranslationTeam
414b08a091 [trunk_admin] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@14465 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-27 09:34:36 +00:00
ddtddt
998b6425e4 [trunk] - language - update zh_TW - 中文 (繁體) - Chinese traditional Thanks to chouyh - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14464 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-27 09:15:34 +00:00
ddtddt
4e8f24af12 [trunk] - language - update zh_TW - 中文 (繁體) - Chinese traditional Thanks to chouyh - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14463 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-27 05:19:39 +00:00
Piwigo-TranslationTeam
d03d5abec9 [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@14459 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-27 05:12:30 +00:00
Piwigo-TranslationTeam
8c1af6369e [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@14456 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-26 21:44:33 +00:00
Zaphod
952bc7e3e4 feature 2587: css update
git-svn-id: http://piwigo.org/svn/trunk@14452 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-26 19:13:47 +00:00
Piwigo-TranslationTeam
0be8431475 [trunk_upgrade] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@14440 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-26 15:16:45 +00:00
Piwigo-TranslationTeam
5206422e37 [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14436 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-26 15:16:05 +00:00
Piwigo-TranslationTeam
8f89ae64c5 [trunk_admin] Update el_GR, thanks to : bas_alba
git-svn-id: http://piwigo.org/svn/trunk@14435 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-26 15:15:56 +00:00
Piwigo-TranslationTeam
023077c5f6 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14434 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-26 15:15:47 +00:00
riopwg
c12e5a674f Update language IT Minor error
git-svn-id: http://piwigo.org/svn/trunk@14432 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-26 11:41:17 +00:00
plegall
05b73baf39 merge r14430 from branch 2.3 to trunk
feature 2625: ability to sort user list by email address



git-svn-id: http://piwigo.org/svn/trunk@14431 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-26 09:08:47 +00:00
ddtddt
5d07b9318c [trunk] - language - update lv_LV - Latviešu - Latvian - Thanks to Aivars Baldone - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14426 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-25 20:46:54 +00:00
plegall
39c0f041ee improve French label
git-svn-id: http://piwigo.org/svn/trunk@14425 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-25 20:46:10 +00:00
ddtddt
4ded9df16d [trunk] - language - add readme ca_ES - Catalan - Thanks to Albert Parera - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14424 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-25 20:34:24 +00:00
ddtddt
5c6c6e3fe6 [trunk] - language - add readme ca_ES - Catalan - Thanks to Albert Parera - feature:2457
update fr/EN

git-svn-id: http://piwigo.org/svn/trunk@14423 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-25 20:32:04 +00:00
Piwigo-TranslationTeam
1ff0c3b385 [trunk_help] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14422 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-25 20:23:00 +00:00
ddtddt
39a4f15423 [trunk] - language - update fr_CA - Quebec - Québécois - Thanks to TiOger - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14420 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-25 17:11:32 +00:00
Piwigo-TranslationTeam
c49c2099c9 [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14416 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-25 16:44:45 +00:00
Piwigo-TranslationTeam
f1327c6a12 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14415 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-25 16:44:36 +00:00
Piwigo-TranslationTeam
1525e02c4d [trunk_help] Update pt_PT, thanks to : PsyKick_RuhYn
git-svn-id: http://piwigo.org/svn/trunk@14412 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-25 11:51:56 +00:00
Piwigo-TranslationTeam
1d115bcdf5 [language_switch] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14407 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-25 11:51:14 +00:00
Piwigo-TranslationTeam
9e8262d07f [adminmultiview] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14405 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-25 11:51:01 +00:00
Piwigo-TranslationTeam
32c1e49a56 [trunk_admin] Update da_DK, thanks to : thomas1956
git-svn-id: http://piwigo.org/svn/trunk@14402 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-25 11:50:34 +00:00
Piwigo-TranslationTeam
df5fe14328 [trunk_admin] Update uk_UA, thanks to : quest_tom
git-svn-id: http://piwigo.org/svn/trunk@14401 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-25 11:50:26 +00:00
Piwigo-TranslationTeam
dfedd945b4 [trunk_public] Update es_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14398 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-25 11:49:56 +00:00
ddtddt
de86b8a454 [trunk] - language - update fr_CA - Quebec - Québécois - Thanks to TiOger - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14373 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-24 20:21:00 +00:00
ddtddt
a8d98e772c [trunk] - language - update fr_CA - Quebec - Québécois - Thanks to TiOger - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14372 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-24 20:17:27 +00:00
Piwigo-TranslationTeam
3e89f48596 [c13y_upgrade] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14370 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-24 19:18:56 +00:00
Piwigo-TranslationTeam
31babd1492 [localfileseditor] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14362 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-24 18:08:53 +00:00
Piwigo-TranslationTeam
1e741b1c02 [language_switch] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14361 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-24 18:08:46 +00:00
Piwigo-TranslationTeam
96ec6914e2 [adminmultiview] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14360 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-24 18:08:40 +00:00
Piwigo-TranslationTeam
5383432a24 [c13y_upgrade] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14356 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-24 18:08:07 +00:00
Piwigo-TranslationTeam
0157e2e768 [trunk_admin] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@14354 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-24 18:07:43 +00:00
Piwigo-TranslationTeam
a2353ea24f [trunk_install] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14352 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-24 18:07:26 +00:00
Piwigo-TranslationTeam
6aad8fc0e4 [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14350 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-24 18:07:03 +00:00
Piwigo-TranslationTeam
390c727ef3 [localfileseditor] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14347 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-24 14:24:52 +00:00
Piwigo-TranslationTeam
803c23813b [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14343 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-24 14:24:20 +00:00
ddtddt
dab07d2b70 [trunk] - language - update ca_ES - Catalan
git-svn-id: http://piwigo.org/svn/trunk@14342 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-24 12:12:14 +00:00
Piwigo-TranslationTeam
a59e7354f1 [adminmultiview] Add ro_RO, thanks to : strotti
git-svn-id: http://piwigo.org/svn/trunk@14340 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-24 12:09:50 +00:00
Piwigo-TranslationTeam
05d889039b [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14337 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-24 12:09:20 +00:00
Piwigo-TranslationTeam
33edb00111 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14333 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-24 12:08:48 +00:00
ddtddt
de787f4cea [trunk] - language - update ca_ES - Catalan
git-svn-id: http://piwigo.org/svn/trunk@14332 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-24 12:08:27 +00:00
Piwigo-TranslationTeam
66191567f0 [trunk_admin] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@14326 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-24 08:51:26 +00:00
Piwigo-TranslationTeam
62040e1b83 [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14324 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-24 08:51:10 +00:00
flop25
2ff33e1c13 CSS corrections for :
* .contentWithMenu : on page picture, CSS sets to look similar to the index page
 * rev:13865 : commentsList not displayed proprely
tested on ff11 IE9.0.8 Chrome18.0 Opera11.62

git-svn-id: http://piwigo.org/svn/trunk@14323 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-24 08:37:48 +00:00
ddtddt
1e94990d4e [trunk] - language - update fi_FI – Finnish - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14322 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-24 07:15:24 +00:00
Piwigo-TranslationTeam
3e2221e8a0 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14319 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-24 06:48:27 +00:00
ddtddt
74de3d3245 [trunk] - language - update ca_ES - Catalan - clean
git-svn-id: http://piwigo.org/svn/trunk@14318 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-24 06:44:50 +00:00
Piwigo-TranslationTeam
471875ac3e [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14317 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-24 06:31:27 +00:00
Piwigo-TranslationTeam
aa9dc79600 [trunk_install] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14316 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-23 22:54:04 +00:00
Piwigo-TranslationTeam
c22690f8b4 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14315 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-23 22:53:55 +00:00
riopwg
e3e21dd1dc Update language IT
git-svn-id: http://piwigo.org/svn/trunk@14314 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-23 19:46:47 +00:00
Piwigo-TranslationTeam
d3abd0b4f6 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14309 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-23 17:26:23 +00:00
Piwigo-TranslationTeam
990745e366 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14308 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-23 17:08:31 +00:00
Piwigo-TranslationTeam
65d410bf98 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14306 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-23 16:40:27 +00:00
Piwigo-TranslationTeam
c21b297dea [trunk_admin] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@14305 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-23 15:36:51 +00:00
Piwigo-TranslationTeam
34d7bec783 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14304 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-23 15:36:42 +00:00
Piwigo-TranslationTeam
26d50bcabc [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14302 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-23 14:26:33 +00:00
Piwigo-TranslationTeam
e7976534c5 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14301 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-23 13:56:14 +00:00
Piwigo-TranslationTeam
dd9392258f [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14300 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-23 13:54:11 +00:00
Piwigo-TranslationTeam
044c26ed51 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14299 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-23 13:53:21 +00:00
Piwigo-TranslationTeam
8ff5c4fed9 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14298 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-23 13:52:50 +00:00
Piwigo-TranslationTeam
aa66b0e1db [trunk_admin] Update zh_CN, thanks to : quqibing
git-svn-id: http://piwigo.org/svn/trunk@14296 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-23 13:50:49 +00:00
Piwigo-TranslationTeam
ae23853bd7 [trunk_admin] Update tr_TR, thanks to : Nakre
git-svn-id: http://piwigo.org/svn/trunk@14295 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-23 13:50:41 +00:00
Piwigo-TranslationTeam
acc48f4722 [trunk_admin] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@14294 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-23 13:50:33 +00:00
Piwigo-TranslationTeam
acfbc35ad2 [trunk_admin] Update ru_RU, thanks to : nadusha
git-svn-id: http://piwigo.org/svn/trunk@14293 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-23 13:50:25 +00:00
Piwigo-TranslationTeam
1f1c0267f0 [trunk_admin] Update no_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@14292 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-23 13:50:10 +00:00
Piwigo-TranslationTeam
3cfe18f5e5 [trunk_install] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14290 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-23 13:49:55 +00:00
Piwigo-TranslationTeam
ccf2b42d53 [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14289 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-23 13:49:46 +00:00
Piwigo-TranslationTeam
2689827c83 [trunk_admin] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14288 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-23 13:49:31 +00:00
Piwigo-TranslationTeam
6aea5c5f73 [trunk_admin] Update pt_PT, thanks to : klito
git-svn-id: http://piwigo.org/svn/trunk@14287 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-23 13:49:23 +00:00
ddtddt
9578edf58f [trunk] - language - update ca_ES - Catalan
git-svn-id: http://piwigo.org/svn/trunk@14285 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-23 11:13:32 +00:00
Piwigo-TranslationTeam
2b0645ad1e [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14283 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-23 11:03:25 +00:00
ddtddt
07ec4d9a7f [trunk] - language - update ca_ES - Catalan - Thanks to Albert Parera - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14282 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-23 11:02:31 +00:00
Piwigo-TranslationTeam
224821f58e [trunk_public] Update ca_ES, thanks to : AlbertParera
git-svn-id: http://piwigo.org/svn/trunk@14279 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-23 10:06:08 +00:00
riopwg
237b02aa12 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@14278 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-23 09:40:55 +00:00
Piwigo-TranslationTeam
c590226331 [trunk_admin] Update cs_CZ, thanks to : sichr
git-svn-id: http://piwigo.org/svn/trunk@14273 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-23 06:08:52 +00:00
Piwigo-TranslationTeam
9ca7512760 [trunk_admin] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@14267 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-22 16:06:07 +00:00
Piwigo-TranslationTeam
6c4af3f36a [trunk_admin] Update de_DE, thanks to : Joergen
git-svn-id: http://piwigo.org/svn/trunk@14266 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-22 16:05:59 +00:00
ddtddt
a40f709c1f [trunk] - language - update km_KH – ​ភាសា​ខ្មែរ​- khmer (Cambodia) Thanks to Vanndy - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14264 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-22 05:50:20 +00:00
Piwigo-TranslationTeam
9f31663068 [c13y_upgrade] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@14261 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-21 23:29:27 +00:00
Piwigo-TranslationTeam
5f637553e4 [trunk_admin] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@14257 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-21 23:27:25 +00:00
Piwigo-TranslationTeam
0b61523d54 [trunk (admin)] Update Dansk [DK], thanks to : thomas1956
git-svn-id: http://piwigo.org/svn/trunk@14256 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-21 23:20:42 +00:00
plegall
d3c6983b35 feature 2606: (multiple size config screen redesign) turn the "restore" button
in a "reset to default values" link in the "Multiple size" fieldset.


git-svn-id: http://piwigo.org/svn/trunk@14251 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-21 10:56:51 +00:00
Piwigo-TranslationTeam
a2ea98d748 [trunk (admin)] Update da_DK, thanks to : thomas1956
git-svn-id: http://piwigo.org/svn/trunk@14242 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-21 05:33:09 +00:00
Zaphod
78c8c54bf9 feature 2588: template harmonization
All templates (tags, comments etc...) have now a "Home" link at the beginning of the page title (like index.tpl), instead of a home icon.

git-svn-id: http://piwigo.org/svn/trunk@14240 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-20 20:31:38 +00:00
Zaphod
0c5cdf28e8 feature 2588: new classes to help css personalization.
- on mainpage_categories.tpl
New classes odd & even on .thumbnailCategories LI
- on thumbnails.tpl
class thumbName for $thumbnail.NAME
(if someone wants to hide the thumbnail name, and not the nb comments or hits)

git-svn-id: http://piwigo.org/svn/trunk@14239 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-20 20:17:38 +00:00
Piwigo-TranslationTeam
0626700cbb [trunk (help)] Update pt_PT, thanks to : PsyKick_RuhYn
git-svn-id: http://piwigo.org/svn/trunk@14238 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-20 18:47:56 +00:00
Piwigo-TranslationTeam
39bb126334 [trunk (admin)] Update da_DK, thanks to : thomas1956
git-svn-id: http://piwigo.org/svn/trunk@14235 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-20 15:18:49 +00:00
Piwigo-TranslationTeam
925889119f [trunk (help)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@14232 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-19 21:12:58 +00:00
Piwigo-TranslationTeam
8b1fcb539e [trunk (admin)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@14231 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-19 21:12:51 +00:00
rvelices
dd1f034df2 added a button to restore multiple size default sizes ...
git-svn-id: http://piwigo.org/svn/trunk@14228 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-19 20:49:43 +00:00
plegall
b4e0a9a0a9 add missing language key for Multiple Size feature
git-svn-id: http://piwigo.org/svn/trunk@14227 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-19 20:35:36 +00:00
Piwigo-TranslationTeam
e7654566ad [trunk (help)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@14226 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-19 18:41:41 +00:00
plegall
796b6b3ffe feature 2606: second step on multiple size configuration screen redesign.
Configuration settings are saved on form submission.

The old screen is still available for tests.

Default resize quality set to 95 instead of 85.


git-svn-id: http://piwigo.org/svn/trunk@14221 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-19 14:43:30 +00:00
Piwigo-TranslationTeam
fed0c74a92 [trunk (admin)] Update no_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@14220 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-19 11:14:07 +00:00
Piwigo-TranslationTeam
5fdb29bebf [trunk (admin)] Update da_DK, thanks to : thomas1956
git-svn-id: http://piwigo.org/svn/trunk@14219 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-19 04:33:16 +00:00
flop25
89a1ee2696 feature:2482
during upgrade, deactivate template-extensions : in practice put an empty array for the config param. extents_for_templates 

git-svn-id: http://piwigo.org/svn/trunk@14206 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-17 14:09:05 +00:00
flop25
f03ce8dcfa feature:2388
on element_set_ranks, no more clipping due to the use of the default square size

git-svn-id: http://piwigo.org/svn/trunk@14205 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-17 13:27:33 +00:00
flop25
9f9798e1ea "Notice: Undefined index: rotation" for element_set_ranks.php : rotation added to the db query
git-svn-id: http://piwigo.org/svn/trunk@14198 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-17 11:41:10 +00:00
flop25
2e17c9eefb feature:2617 class .tiptip added for links of disable themes
git-svn-id: http://piwigo.org/svn/trunk@14192 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-17 07:45:23 +00:00
rvelices
28255b81a0 "home url" is not always absolute with host name + html compaction - through removal of unused attributes, some white spaces ...
git-svn-id: http://piwigo.org/svn/trunk@14180 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-16 03:11:43 +00:00
Piwigo-TranslationTeam
c63d6a36e7 [trunk (help)] Update cs_CZ, thanks to : coudy
git-svn-id: http://piwigo.org/svn/trunk@14179 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-15 21:59:48 +00:00
Piwigo-TranslationTeam
ce59e847b4 [trunk (admin)] Update da_DK, thanks to : thomas1956
git-svn-id: http://piwigo.org/svn/trunk@14177 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-15 21:59:37 +00:00
plegall
1833933d74 feature 2588: add LEVEL_SEPARATOR for all pages
git-svn-id: http://piwigo.org/svn/trunk@14168 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-15 17:10:16 +00:00
Piwigo-TranslationTeam
f6ed8a0089 [trunk (install)] Update fi_FI, thanks to : streen
git-svn-id: http://piwigo.org/svn/trunk@14163 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-15 12:40:46 +00:00
ddtddt
b51ee70a15 [trunk] - language - update pt_BR - Brasil – Brazil Thanks to marcelomac - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14161 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-15 06:49:34 +00:00
Piwigo-TranslationTeam
ba932c666b [trunk (public)] Update bg_BG, thanks to : hamsia
git-svn-id: http://piwigo.org/svn/trunk@14152 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-14 11:47:48 +00:00
ddtddt
06f6b0b2aa [trunk] - language - update el_GR- Greek - ελληνικά - Thanks to Lamprianidis - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14151 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-14 05:46:30 +00:00
Piwigo-TranslationTeam
3a07a51158 [trunk (admin)] Update ro_RO, thanks to : strotti
git-svn-id: http://piwigo.org/svn/trunk@14144 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-14 05:10:56 +00:00
rvelices
1b54eb8e9c bug 2615 php notice in calendar amd web service
multisize improve handling of cases where the original is smaller than a requested derivative, but rotation/watermarking is required

git-svn-id: http://piwigo.org/svn/trunk@14143 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-14 04:52:20 +00:00
Piwigo-TranslationTeam
10bf036231 [trunk (admin)] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@14134 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-13 13:06:40 +00:00
Piwigo-TranslationTeam
6509ffbf37 [trunk (public)] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@14133 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-13 13:06:33 +00:00
Piwigo-TranslationTeam
e9afbf43fd [trunk (public)] Update fi_FI, thanks to : streen
git-svn-id: http://piwigo.org/svn/trunk@14120 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-13 02:51:52 +00:00
Piwigo-TranslationTeam
d2b5c067da [trunk (admin)] Update sr_RS, thanks to :
git-svn-id: http://piwigo.org/svn/trunk@14119 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-12 20:15:53 +00:00
Piwigo-TranslationTeam
1a65b7cd52 [trunk (public)] Update ru_RU, thanks to : nadusha
git-svn-id: http://piwigo.org/svn/trunk@14118 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-12 20:12:40 +00:00
Piwigo-TranslationTeam
0e48a6c694 [trunk (public)] Update ru_RU, thanks to : nadusha
git-svn-id: http://piwigo.org/svn/trunk@14116 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-12 19:04:12 +00:00
Piwigo-TranslationTeam
56f1917157 [trunk (admin)] Update ru_RU, thanks to : nadusha
git-svn-id: http://piwigo.org/svn/trunk@14115 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-12 19:04:05 +00:00
Piwigo-TranslationTeam
8f35102d54 [trunk (public)] Update tr_TR, thanks to : bigK
git-svn-id: http://piwigo.org/svn/trunk@14114 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-12 16:59:35 +00:00
Piwigo-TranslationTeam
851ebd3906 [trunk (admin)] Update da_DK, thanks to : thomas1956
git-svn-id: http://piwigo.org/svn/trunk@14096 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-11 15:00:14 +00:00
Piwigo-TranslationTeam
d83e12ba39 [trunk (help)] Update da_DK, thanks to : thomas1956
git-svn-id: http://piwigo.org/svn/trunk@14093 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-11 10:49:42 +00:00
Piwigo-TranslationTeam
479c024402 [trunk (public)] Update ja_JP, thanks to : irohaproject
git-svn-id: http://piwigo.org/svn/trunk@14087 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-11 04:45:49 +00:00
Piwigo-TranslationTeam
fed9c8f892 [trunk (admin)] Update ja_JP, thanks to : irohaproject
git-svn-id: http://piwigo.org/svn/trunk@14086 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-11 04:45:39 +00:00
rvelices
5a57e04e94 - remove/comment unused css
git-svn-id: http://piwigo.org/svn/trunk@14084 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-10 20:33:43 +00:00
ddtddt
74a8eb6b41 [trunk] - language - update eo_EO -Esperanto thanks to Axel Rousseau - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14081 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-10 17:03:28 +00:00
Piwigo-TranslationTeam
d1d92429b6 [trunk (public)] Update da_DK, thanks to : thomas1956
git-svn-id: http://piwigo.org/svn/trunk@14080 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-10 13:08:38 +00:00
Piwigo-TranslationTeam
1ef91e859e [trunk (admin)] Update da_DK, thanks to : thomas1956
git-svn-id: http://piwigo.org/svn/trunk@14078 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-10 09:26:22 +00:00
Piwigo-TranslationTeam
380ac4e812 [trunk (public)] Update da_DK, thanks to : thomas1956
git-svn-id: http://piwigo.org/svn/trunk@14077 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-10 09:26:11 +00:00
Piwigo-TranslationTeam
202dccb669 [trunk (admin)] Update da_DK, thanks to : thomas1956
git-svn-id: http://piwigo.org/svn/trunk@14073 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-10 07:55:15 +00:00
ddtddt
c5a8416bb4 [trunk] - language - update pt_BR - Brasil – Brazil Thanks to marcelomac - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14071 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-10 04:58:48 +00:00
ddtddt
2081537011 [trunk] - language - update zh_TW - 中文 (繁體) - Chinese traditional Thanks to chouyh - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14070 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-10 04:43:02 +00:00
ddtddt
f0159c07c9 [trunk] - language - update el_GR- Greek - ελληνικά - Thanks to Lamprianidis - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14069 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-10 04:36:51 +00:00
Piwigo-TranslationTeam
66aa022f48 [trunk (install)] Update tr_TR, thanks to : bigK
git-svn-id: http://piwigo.org/svn/trunk@14065 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-10 04:25:24 +00:00
Piwigo-TranslationTeam
5eda94c038 [trunk (public)] Update zh_CN, thanks to : quqibing
git-svn-id: http://piwigo.org/svn/trunk@14064 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-10 04:25:14 +00:00
Piwigo-TranslationTeam
8e87faa301 [trunk (admin)] Update zh_CN, thanks to : quqibing
git-svn-id: http://piwigo.org/svn/trunk@14062 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-10 04:25:02 +00:00
Piwigo-TranslationTeam
d45bbc72e6 [trunk (admin)] Update tr_TR, thanks to : bigK
git-svn-id: http://piwigo.org/svn/trunk@14060 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-10 04:24:45 +00:00
Piwigo-TranslationTeam
8bd1821836 [trunk (public)] Update tr_TR, thanks to : bigK
git-svn-id: http://piwigo.org/svn/trunk@14053 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-09 20:29:24 +00:00
Piwigo-TranslationTeam
5aae719356 [trunk (install)] Update da_DK, thanks to : thomas1956
git-svn-id: http://piwigo.org/svn/trunk@14051 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-09 20:29:13 +00:00
Piwigo-TranslationTeam
b9b154a6cc [trunk (admin)] Update no_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@14050 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-09 20:29:07 +00:00
Piwigo-TranslationTeam
6a954d7d40 [trunk (public)] Update ja_JP, thanks to : irohaproject
git-svn-id: http://piwigo.org/svn/trunk@14048 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-09 20:28:51 +00:00
ddtddt
d72792f471 [trunk] - language - update lv_LV - Latviešu - Latvian - Thanks to Aivars Baldone - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14045 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-09 18:45:07 +00:00
Piwigo-TranslationTeam
c999a5485b [trunk (admin)] Update sh_RS, thanks to : vladamilanovic
git-svn-id: http://piwigo.org/svn/trunk@14041 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-09 17:44:29 +00:00
Piwigo-TranslationTeam
8316e6e588 [trunk (admin)] Update nl_NL, thanks to : pauldaytona
git-svn-id: http://piwigo.org/svn/trunk@14039 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-09 17:44:13 +00:00
Piwigo-TranslationTeam
0595913059 [trunk (public)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@14038 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-09 17:44:06 +00:00
ddtddt
ab5e396800 [trunk] - language - update el_GR- Greek - ελληνικά - Thanks to Lamprianidis - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@14035 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-09 07:07:11 +00:00
Piwigo-TranslationTeam
3bb8b7fcca [trunk (admin)] Update pl_PL, thanks to : Greybrow
git-svn-id: http://piwigo.org/svn/trunk@14029 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-09 06:07:49 +00:00
rvelices
07a863f144 - css (removed unused, merge rules, simplified overly complicated selectors)
git-svn-id: http://piwigo.org/svn/trunk@14028 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-09 04:18:34 +00:00
rvelices
f137e88f29 upgrade jqueryto 1.7.2
git-svn-id: http://piwigo.org/svn/trunk@14027 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-09 04:17:33 +00:00
Piwigo-TranslationTeam
4e3e961d81 [trunk (help)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@14023 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-08 21:45:08 +00:00
Piwigo-TranslationTeam
fe429ac91e [trunk (admin)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@14018 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-08 21:44:43 +00:00
Piwigo-TranslationTeam
560aa00371 [trunk (help)] Update pt_PT, thanks to : PsyKick_RuhYn
git-svn-id: http://piwigo.org/svn/trunk@14015 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-08 20:41:10 +00:00
Piwigo-TranslationTeam
7882febc4c [trunk (admin)] Update fr_FR, thanks to : Eric
git-svn-id: http://piwigo.org/svn/trunk@13998 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-08 17:12:36 +00:00
Piwigo-TranslationTeam
b33cf9c7e3 [trunk (admin)] Update de_DE, thanks to : Sugar888
git-svn-id: http://piwigo.org/svn/trunk@13997 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-08 17:12:30 +00:00
Piwigo-TranslationTeam
c51bc1170c [trunk (admin)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13992 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-08 14:46:41 +00:00
Piwigo-TranslationTeam
4353414d00 [trunk (admin)] Update de_DE, thanks to : duke
git-svn-id: http://piwigo.org/svn/trunk@13991 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-08 14:46:35 +00:00
Piwigo-TranslationTeam
0c4227dae7 [trunk (help)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13990 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-08 14:46:26 +00:00
Piwigo-TranslationTeam
a3ccf9eca7 [trunk (admin)] Update it_IT, thanks to : Gdvpixel
git-svn-id: http://piwigo.org/svn/trunk@13987 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-08 14:46:11 +00:00
Piwigo-TranslationTeam
595df13bcd [trunk (admin)] Update cs_CZ, thanks to : coudy
git-svn-id: http://piwigo.org/svn/trunk@13986 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-08 14:46:05 +00:00
Piwigo-TranslationTeam
6acc024142 [trunk (admin)] Update ru_RU, thanks to : nadusha
git-svn-id: http://piwigo.org/svn/trunk@13985 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-08 14:45:59 +00:00
Piwigo-TranslationTeam
06e092ab74 [trunk (public)] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@13984 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-08 14:45:53 +00:00
mistic100
60068e1412 theme elegant: remove css rule witch block easy customisation, no side effect
git-svn-id: http://piwigo.org/svn/trunk@13983 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-08 13:32:57 +00:00
Piwigo-TranslationTeam
3d2007eee6 [trunk (help)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13981 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-08 09:06:34 +00:00
Piwigo-TranslationTeam
9ec7a5707a [trunk (install)] Update ru_RU, thanks to : nadusha
git-svn-id: http://piwigo.org/svn/trunk@13980 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-08 09:06:28 +00:00
Piwigo-TranslationTeam
b971cd7b9d [trunk (public)] Update ru_RU, thanks to : nadusha
git-svn-id: http://piwigo.org/svn/trunk@13978 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-08 09:06:13 +00:00
Piwigo-TranslationTeam
7a8347953b [trunk (public)] Update vi_VN, thanks to : Em Ku
git-svn-id: http://piwigo.org/svn/trunk@13977 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-08 09:06:06 +00:00
Piwigo-TranslationTeam
77b7f12801 [trunk (admin)] Update ru_RU, thanks to : nadusha
git-svn-id: http://piwigo.org/svn/trunk@13976 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-08 09:06:00 +00:00
Piwigo-TranslationTeam
301c03c291 [trunk (help)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13975 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-08 05:11:25 +00:00
Piwigo-TranslationTeam
649f7e73a2 [trunk (admin)] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@13974 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-08 05:11:14 +00:00
Piwigo-TranslationTeam
32d4ab1c8f [trunk (help)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13973 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-07 22:38:02 +00:00
plegall
2a679322c5 merge r13971 from branch 2.3 to trunk
add package version -nochmod


git-svn-id: http://piwigo.org/svn/trunk@13972 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-07 22:28:19 +00:00
Piwigo-TranslationTeam
94084a893a [trunk (admin)] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@13966 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-07 21:44:54 +00:00
plegall
59e2298b85 merge r13961 from branch 2.3 to trunk
bug 2612 fixed: sanitize $_GET['installstatus'] before display for
themes/languages/plugins installation



git-svn-id: http://piwigo.org/svn/trunk@13962 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-07 21:16:02 +00:00
plegall
641e6a294b merge r13959 from branch 2.3 to trunk
bug 2613 fixed: on the theme configuration screen, make sure the
$_GET['theme'] is a theme id already installed.



git-svn-id: http://piwigo.org/svn/trunk@13960 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-07 21:05:42 +00:00
plegall
d2c7671d93 merge r13957 from branch 2.3 to trunk
bug 2611 fixed: check $_GET['section'] input parameter



git-svn-id: http://piwigo.org/svn/trunk@13958 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-07 21:02:56 +00:00
plegall
c59b052d7c merge r13955 from branch 2.3 to trunk
bug 2610 fixed: make sure the $_GET['lang'] or $_GET['language'] is in the
list of available languages.



git-svn-id: http://piwigo.org/svn/trunk@13956 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-07 21:00:51 +00:00
Piwigo-TranslationTeam
81e52ca603 [trunk (admin)] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@13954 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-07 18:14:02 +00:00
Piwigo-TranslationTeam
23b4fe1dad [trunk (admin)] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@13951 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-07 17:24:15 +00:00
Piwigo-TranslationTeam
a7909664f0 [trunk (admin)] Update pt_PT, thanks to : klito
git-svn-id: http://piwigo.org/svn/trunk@13950 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-07 16:27:28 +00:00
Piwigo-TranslationTeam
9de67afd27 [trunk (admin)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13948 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-07 10:26:28 +00:00
Piwigo-TranslationTeam
bfdc1e54c1 [trunk (help)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13944 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-06 22:21:22 +00:00
Piwigo-TranslationTeam
4ce51378b3 [trunk (admin)] Update fr_FR, thanks to : Eric
git-svn-id: http://piwigo.org/svn/trunk@13943 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-06 22:21:16 +00:00
plegall
a3314d86d5 add language keys for a future redesign on watermark admin screen
git-svn-id: http://piwigo.org/svn/trunk@13941 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-06 21:47:12 +00:00
plegall
1072ba010a feature 2608: explain what the Center of Interest is
git-svn-id: http://piwigo.org/svn/trunk@13940 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-06 20:45:35 +00:00
ddtddt
7a20cd3a60 [trunk] - language - update da_DK - Dansk - Danish thanks to Nile - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13937 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-06 16:53:26 +00:00
Piwigo-TranslationTeam
e76a1edda7 [trunk (help)] Update sh_RS, thanks to : vladamilanovic
git-svn-id: http://piwigo.org/svn/trunk@13936 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-06 13:29:55 +00:00
Piwigo-TranslationTeam
cb94d1109a [trunk (admin)] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@13933 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-06 11:24:51 +00:00
Piwigo-TranslationTeam
99cedc6c1b [trunk (public)] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@13932 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-06 11:24:44 +00:00
ddtddt
7bc8c00878 [trunk] - language - update es_AR - Español - Argentina Thanks to alberto - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13931 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-06 05:13:15 +00:00
Piwigo-TranslationTeam
275b02bc69 [trunk (help)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13930 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-06 04:45:00 +00:00
Piwigo-TranslationTeam
339012259e [trunk (upgrade)] Update ro_RO, thanks to : madalinul1
git-svn-id: http://piwigo.org/svn/trunk@13927 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-05 18:34:39 +00:00
Piwigo-TranslationTeam
d2bc691337 [trunk (public)] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@13924 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-05 17:57:15 +00:00
flop25
d6b8fc5a14 display the cursor as a pointer for new icons which don't have href due to the use of js
git-svn-id: http://piwigo.org/svn/trunk@13918 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-05 13:05:34 +00:00
Piwigo-TranslationTeam
426e7ee8e7 [trunk (admin)] Update de_DE, thanks to : Polly
git-svn-id: http://piwigo.org/svn/trunk@13916 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-05 10:09:58 +00:00
Piwigo-TranslationTeam
f0d58c2c29 [trunk (public)] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@13913 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-05 05:23:58 +00:00
Piwigo-TranslationTeam
f22a25aa2c [trunk (admin)] Update pl_PL, thanks to : voyteckst
git-svn-id: http://piwigo.org/svn/trunk@13911 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-04 21:55:46 +00:00
ddtddt
47418555bc [trunk] - language - update sv_SE - Svenska - Swedish Thanks to styxsailor - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13910 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-04 21:54:12 +00:00
ddtddt
4f2ea44b23 [trunk] - language - update sv_SE - Svenska - Swedish Thanks to styxsailor - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13909 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-04 21:36:17 +00:00
Piwigo-TranslationTeam
43b37db849 [trunk (public)] Update pl_PL, thanks to : Greybrow
git-svn-id: http://piwigo.org/svn/trunk@13908 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-04 20:56:50 +00:00
Piwigo-TranslationTeam
34a5108c68 [trunk (public)] Update it_IT, thanks to : Gdvpixel
git-svn-id: http://piwigo.org/svn/trunk@13907 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-04 20:56:43 +00:00
Piwigo-TranslationTeam
c24ac7b43b [trunk (public)] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@13906 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-04 20:56:37 +00:00
Piwigo-TranslationTeam
31824c9cea [trunk (admin)] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@13905 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-04 20:56:27 +00:00
Piwigo-TranslationTeam
b9a0370b22 [trunk (admin)] Update pl_PL, thanks to : voyteckst
git-svn-id: http://piwigo.org/svn/trunk@13904 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-04 20:56:21 +00:00
ddtddt
253198b5c8 [trunk] - language - update sr_RS - Српски – Serbia thanks to Zvonko - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13901 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-04 19:32:30 +00:00
ddtddt
c2da963147 [trunk] - language - update lv_LV (Latvian - Latviešu) thanks to Aivars Baldone - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13900 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-04 19:18:03 +00:00
ddtddt
0d7fea9358 [trunk] - language - update vi_VN - Tiếng Việt - Vietnamese thanks to Em Ku - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13899 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-04 19:13:51 +00:00
ddtddt
dc9d308cd7 [trunk] - language - update cs_CZ - Česky – Czech thanks to webprostor - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13898 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-04 19:10:50 +00:00
Piwigo-TranslationTeam
6b507f7b3f [LocalFilesEditor] Update no_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@13891 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-04 11:54:12 +00:00
Piwigo-TranslationTeam
6627168edc [trunk (public)] Update no_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@13888 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-04 11:53:53 +00:00
plegall
9896a93e73 next release is 2.4.0RC3
git-svn-id: http://piwigo.org/svn/trunk@13885 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-03 22:15:41 +00:00
plegall
d568e4f3a2 feature 2606: first step on multiple size configuration screen redesign.
Multiple size configuration moved to [Administration > Configuration > Photo Sizes]

Less details by default, less options also (sharpen had disappeared)

TODO : save settings on form submission. The old screen is still available.


git-svn-id: http://piwigo.org/svn/trunk@13883 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-03 21:01:40 +00:00
plegall
c137a52c15 coding guidelines: indentation is made of spaces, not tabs
git-svn-id: http://piwigo.org/svn/trunk@13882 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-03 20:58:14 +00:00
ddtddt
4654f707e0 [trunk] - language - update eo_EO -Esperanto thanks to Axel Rousseau - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13881 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-03 18:37:27 +00:00
Piwigo-TranslationTeam
ada378fa16 [trunk (public)] Update sh_RS, thanks to : vladamilanovic
git-svn-id: http://piwigo.org/svn/trunk@13877 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-03 18:34:02 +00:00
rvelices
5a05371627 - is_homepage not set for flat view/calendar modes
- added require jquery for some footer_script
- removed unused/unnecesary css (hope I'm done for now)
- if page[start] is greater than number of items than page not found (google+bing bots automatically detect patterns and increment start parameter)

git-svn-id: http://piwigo.org/svn/trunk@13872 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-03 18:18:26 +00:00
flop25
7f9c121049 orthographic correction
git-svn-id: http://piwigo.org/svn/trunk@13871 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-03 18:15:04 +00:00
mistic100
3c68e2aee9 feature 2588: use jQuery() function instead of $(), avoiding possible conflicts with other frameworks
git-svn-id: http://piwigo.org/svn/trunk@13870 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-03 15:44:21 +00:00
Piwigo-TranslationTeam
14228ae1bd [trunk (public)] Update pt_PT, thanks to : klito
git-svn-id: http://piwigo.org/svn/trunk@13867 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-03 09:07:08 +00:00
Piwigo-TranslationTeam
1e739eea9a [trunk (public)] Update pt_PT, thanks to : klito
git-svn-id: http://piwigo.org/svn/trunk@13866 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-03 05:20:58 +00:00
rvelices
9c06bb5564 - comment edit form looks ok now with the new comment layout
- removed unused css / simplify it
- simplified jquery drop boxes ...

git-svn-id: http://piwigo.org/svn/trunk@13865 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-02 20:49:46 +00:00
rvelices
9c6f27c0e1 feature 2604 multisize rotation - fix creation of derivatives for representatives of non image elements + avoid unnecessary sql update query
git-svn-id: http://piwigo.org/svn/trunk@13864 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-02 20:17:33 +00:00
Piwigo-TranslationTeam
5fb052cf0a [trunk (public)] Update ro_RO, thanks to : madalinul1
git-svn-id: http://piwigo.org/svn/trunk@13859 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-02 17:23:01 +00:00
Piwigo-TranslationTeam
8b1b6ea857 [trunk (install)] Update ro_RO, thanks to : madalinul1
git-svn-id: http://piwigo.org/svn/trunk@13858 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-02 17:22:55 +00:00
Piwigo-TranslationTeam
699ab990df [trunk (public)] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@13857 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-02 16:31:26 +00:00
Piwigo-TranslationTeam
f4c41e3cda [trunk (public)] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@13856 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-02 15:22:01 +00:00
Piwigo-TranslationTeam
4b573b6675 [trunk (public)] Update sk_SK, thanks to : dodo
git-svn-id: http://piwigo.org/svn/trunk@13855 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-02 15:21:55 +00:00
Piwigo-TranslationTeam
f466337f57 [trunk (public)] Update it_IT, thanks to : Gdvpixel
git-svn-id: http://piwigo.org/svn/trunk@13854 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-02 15:21:44 +00:00
Piwigo-TranslationTeam
cb26902323 [trunk (admin)] Update it_IT, thanks to : Gdvpixel
git-svn-id: http://piwigo.org/svn/trunk@13853 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-02 15:21:38 +00:00
Piwigo-TranslationTeam
8dbb962a3f [trunk (public)] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@13852 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-02 15:21:30 +00:00
Piwigo-TranslationTeam
78f8749246 [trunk (public)] Update de_DE, thanks to : Polly
git-svn-id: http://piwigo.org/svn/trunk@13851 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-02 12:58:45 +00:00
plegall
b636242774 feature 2604: add images.rotation at database creation (not only during upgrade)
git-svn-id: http://piwigo.org/svn/trunk@13849 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-02 12:18:17 +00:00
rvelices
f318fe042e don't rotate several times derivatives
git-svn-id: http://piwigo.org/svn/trunk@13848 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-02 04:00:15 +00:00
Piwigo-TranslationTeam
8bce8f0963 [trunk (public)] Update fr_FR, thanks to : mistic100
git-svn-id: http://piwigo.org/svn/trunk@13846 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-01 20:18:04 +00:00
Piwigo-TranslationTeam
3fc5e6a86f [trunk (public)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13845 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-01 19:05:40 +00:00
mistic100
cefa0c8839 feature 2588: use jQuery to toggle derivatives and sort boxes + prevent boxes to overflow the page
git-svn-id: http://piwigo.org/svn/trunk@13844 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-01 13:48:08 +00:00
plegall
2ec7183adb feature 2604: support rotation on derivatives
git-svn-id: http://piwigo.org/svn/trunk@13843 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-01 00:02:36 +00:00
mistic100
3a76852f0c feature 2586: add capitals to sort labels on admin
git-svn-id: http://piwigo.org/svn/trunk@13840 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-31 10:27:25 +00:00
mistic100
182f2b93d9 feature 2586: simpler sort order labels on gallery side
git-svn-id: http://piwigo.org/svn/trunk@13839 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-31 10:24:07 +00:00
mistic100
2f32322402 prevent deleting all order criterias on main config page
git-svn-id: http://piwigo.org/svn/trunk@13838 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-31 09:41:48 +00:00
plegall
a90fed4d55 theme Elegant, menubar:
* center quick search
* center quick connect and less visible border


git-svn-id: http://piwigo.org/svn/trunk@13837 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-31 08:54:36 +00:00
ddtddt
a55ae02730 [trunk] - language - update el_GR- Greek - ελληνικά - Thanks to Lamprianidis - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13830 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-31 04:14:56 +00:00
Piwigo-TranslationTeam
4d5b0cb8f2 [trunk (admin)] Update pt_PT, thanks to : klito
git-svn-id: http://piwigo.org/svn/trunk@13829 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-31 04:07:28 +00:00
ddtddt
91b979e788 [trunk] - language - update pt_PT - Português - Portuguese thanks to klito - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13828 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-30 21:26:51 +00:00
ddtddt
27a0c554fb [trunk] - language - update lv_LV (Latvian - Latviešu) thanks to Aivars Baldone - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13827 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-30 21:20:39 +00:00
Piwigo-TranslationTeam
851f909da8 [trunk (admin)] Update pt_PT, thanks to : klito
git-svn-id: http://piwigo.org/svn/trunk@13826 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-30 21:11:26 +00:00
Zaphod
2c8b1e9c5e feature 2587: css update
git-svn-id: http://piwigo.org/svn/trunk@13821 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-30 18:55:12 +00:00
Piwigo-TranslationTeam
f579ec72fd [trunk (admin)] Update sh_RS, thanks to : vladamilanovic
git-svn-id: http://piwigo.org/svn/trunk@13819 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-30 18:31:34 +00:00
Piwigo-TranslationTeam
7121a424dc [trunk (public)] Update sh_RS, thanks to : vladamilanovic
git-svn-id: http://piwigo.org/svn/trunk@13812 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-30 18:30:53 +00:00
Piwigo-TranslationTeam
feb7084c31 [trunk (admin)] Update de_DE, thanks to : Polly
git-svn-id: http://piwigo.org/svn/trunk@13809 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-30 08:38:17 +00:00
Piwigo-TranslationTeam
a56a69b274 [trunk (public)] Update de_DE, thanks to : Polly
git-svn-id: http://piwigo.org/svn/trunk@13806 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-30 08:37:52 +00:00
rvelices
d891a0f7ea remove significatn white space for compatibility with elegant
git-svn-id: http://piwigo.org/svn/trunk@13805 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-30 04:16:13 +00:00
rvelices
0929426813 removed unused css, merged some css, etc...
git-svn-id: http://piwigo.org/svn/trunk@13801 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-29 19:34:00 +00:00
rvelices
dd9d0beded fix email on comment requiring validation even if the options is unchecked
git-svn-id: http://piwigo.org/svn/trunk@13800 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-29 18:48:41 +00:00
Piwigo-TranslationTeam
37c072e07d [trunk (admin)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13797 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-29 05:36:46 +00:00
Zaphod
bae6cc17d2 feature 2587: ie7 layout extended to ie6
git-svn-id: http://piwigo.org/svn/trunk@13790 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-28 19:41:41 +00:00
Zaphod
e57843ac69 feature 2587: slideshow & calendar pages layout update
git-svn-id: http://piwigo.org/svn/trunk@13789 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-28 19:35:46 +00:00
Zaphod
67135f0a9a feature 2588: modifications on index.tpl & slideshow.tpl
New classes & ID:
On index.tpl:
.calendarTitleBar for titrePage when a calendar title is shown
.calendarTitle for second h2 in titrePage
On slideshow.tpl:
#slideshow to indicate that we are on slideshow page

git-svn-id: http://piwigo.org/svn/trunk@13788 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-28 19:35:03 +00:00
Zaphod
e01f669fb0 feature 2588: bug correction on picture.tpl (privacylevelbox)
git-svn-id: http://piwigo.org/svn/trunk@13787 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-28 18:44:10 +00:00
plegall
03ed425cc3 feature 2600: less info displayed by default
On picture.php, if there is no data, hide author/tags/date creation/dimensions/filesize

By default on picture.php, do not show file/filesize/dimensions

By default on index.php, hide the "filter" icon in the menubar, hide the "flat" icon (the concept is complex to understand) 


git-svn-id: http://piwigo.org/svn/trunk@13782 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-28 09:00:24 +00:00
ddtddt
379319dc2a [trunk] - language - update lv_LV (Latvian - Latviešu) thanks to Aivars Baldone - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13778 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-27 21:11:01 +00:00
Zaphod
dc88285901 feature 2587: compatibility with ie7
git-svn-id: http://piwigo.org/svn/trunk@13777 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-27 21:05:28 +00:00
Zaphod
0db5a354ad feature 2587: bug correction
git-svn-id: http://piwigo.org/svn/trunk@13776 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-27 21:00:23 +00:00
Zaphod
6cfbf5cc9d feature 2588: uniformization of picture.tpl
picture.tpl is merge between default theme & elegant theme.
css adaptation to have the image info displayed as a table with default.

git-svn-id: http://piwigo.org/svn/trunk@13774 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-27 20:44:11 +00:00
rvelices
36290184dd - remove unnecessary classes switchSelected switchUnselected (same effect acheved through visibility)
- remove unused css

git-svn-id: http://piwigo.org/svn/trunk@13773 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-27 20:05:37 +00:00
rvelices
cc1d7fd3e6 remove derivatives build page
git-svn-id: http://piwigo.org/svn/trunk@13772 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-27 19:54:39 +00:00
ddtddt
fde0874d1c [trunk] - language - update zh_TW - 中文 (繁體) - Chinese traditional Thanks to chouyh - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13771 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-27 19:19:53 +00:00
ddtddt
0d4d88c0da [trunk] - language - update sk_SK – Slovensky – Slovak Thanks to dodo - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13769 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-27 18:46:40 +00:00
Piwigo-TranslationTeam
90a4a984ad [trunk (admin)] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@13767 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-27 17:35:23 +00:00
Piwigo-TranslationTeam
d89efbbb76 [trunk (admin)] Update no_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@13766 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-27 12:17:15 +00:00
Piwigo-TranslationTeam
60e45a2eb9 [trunk (admin)] Update no_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@13765 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-27 07:42:23 +00:00
Zaphod
5855007644 feature 2587: bug correction for comments layout in some browsers
git-svn-id: http://piwigo.org/svn/trunk@13764 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-26 22:08:37 +00:00
plegall
d9df4b6264 feature 2599: load jQuery by default on gallery side, in footer
git-svn-id: http://piwigo.org/svn/trunk@13763 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-26 21:31:45 +00:00
Zaphod
af4dd67f8f feature 2587: new comments layout
git-svn-id: http://piwigo.org/svn/trunk@13762 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-26 21:01:32 +00:00
Piwigo-TranslationTeam
355eca5e71 [trunk (admin)] Update no_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@13760 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-26 19:39:23 +00:00
Piwigo-TranslationTeam
7e1a1eabf2 [trunk (help)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13757 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-26 17:21:05 +00:00
Piwigo-TranslationTeam
3ac765d6d4 [trunk (admin)] Update pl_PL, thanks to : Greybrow & ddtddt
git-svn-id: http://piwigo.org/svn/trunk@13753 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-26 17:20:39 +00:00
ddtddt
e0637bc238 [trunk] - language - update vi_VN - Tiếng Việt - Vietnamese Thanks to Em Ku - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13752 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-26 15:05:45 +00:00
Piwigo-TranslationTeam
8e9f8b710e [trunk (install)] Update no_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@13750 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-26 14:51:10 +00:00
Piwigo-TranslationTeam
c5e7ab4a07 [trunk (public)] Update zh_CN, thanks to : quqibing
git-svn-id: http://piwigo.org/svn/trunk@13746 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-26 14:50:32 +00:00
Piwigo-TranslationTeam
d3aa2c305e [trunk (admin)] Update no_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@13745 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-26 14:50:26 +00:00
ddtddt
80bb8fc37a [trunk] - language - update ru_RU - Русский - Russian Thanks to yuragal - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13743 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-26 11:17:08 +00:00
Piwigo-TranslationTeam
59dc0fbef2 [trunk (public)] Update no_NO, thanks to : abbamust
git-svn-id: http://piwigo.org/svn/trunk@13742 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-26 08:50:25 +00:00
Piwigo-TranslationTeam
cfc2030825 [trunk (admin)] Update pl_PL, thanks to : Greybrow
git-svn-id: http://piwigo.org/svn/trunk@13740 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-26 07:51:54 +00:00
ddtddt
1cc35d6c10 [trunk] - language - update no_NO – Norwegian Thanks to abbamust10 - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13738 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-26 07:17:16 +00:00
rvelices
9d66c18541 - small js fixes on index/picture
- i.php does not use derivatives.dat file anymore (obsolete file)
- better selection of derivatives in picture.php
- larger sharpen real range in image.class.php

git-svn-id: http://piwigo.org/svn/trunk@13736 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-26 04:07:03 +00:00
rvelices
c537b5144f switchboxtitle bottom border nicer with dark theme (before it was a hr that automatically took text color)
git-svn-id: http://piwigo.org/svn/trunk@13735 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-26 04:04:08 +00:00
riopwg
3f26e7eb7a Update language IT
git-svn-id: http://piwigo.org/svn/trunk@13734 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-25 22:28:50 +00:00
Piwigo-TranslationTeam
93feef9e0a [trunk (admin)] Update pl_PL, thanks to : Greybrow
git-svn-id: http://piwigo.org/svn/trunk@13732 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-25 20:06:54 +00:00
Piwigo-TranslationTeam
4fda2e9b49 [trunk (public)] Update pl_PL, thanks to : Greybrow
git-svn-id: http://piwigo.org/svn/trunk@13731 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-25 20:06:46 +00:00
Zaphod
d91cd45790 feature 2587: theme elegant, new version
git-svn-id: http://piwigo.org/svn/trunk@13730 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-25 19:23:03 +00:00
Zaphod
b1041fb217 feature 2588: template modification for v2.4
-> new class .switchBox for all boxes (sortOrder, derivative, etc...)
-> new classes to help layout in switchBoxes:
    - .switchCheck for the check character
    - .switchSelected for the selected option
    - .switchUnselected for all other options
-> new menubar.tpl with empty div #menuSwitcher

git-svn-id: http://piwigo.org/svn/trunk@13729 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-25 19:20:13 +00:00
Piwigo-TranslationTeam
3d04cddf5e [trunk (install)] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@13725 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-25 18:39:01 +00:00
Piwigo-TranslationTeam
1d34829674 [trunk (admin)] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@13724 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-25 18:38:55 +00:00
ddtddt
d38ea74b5a [trunk] - language - update eo_EO -Esperanto thanks to Axel Rousseau - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13719 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-25 14:54:56 +00:00
ddtddt
948c6f34bf [trunk] - language - update es_ES - Español – Spanish - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13718 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-25 14:50:52 +00:00
ddtddt
c5d24bf19a [trunk] - language - update fi_FI – Finnish - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13716 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-25 14:35:02 +00:00
ddtddt
551c24b51a [trunk] - language - update da_DK - Dansk - Danish - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13715 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-25 14:33:03 +00:00
ddtddt
304848903d [trunk] - language - update cs_CZ - Česky – Czech - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13714 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-25 14:30:52 +00:00
ddtddt
ac641a97f0 [trunk] - language - update bg_BG – Bulgarian - Български - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13713 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-25 14:30:25 +00:00
ddtddt
bc0a057fdc [trunk] - language - update bg_BG – Bulgarian - Български - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13712 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-25 14:21:57 +00:00
Piwigo-TranslationTeam
7675134e61 [trunk (admin)] Update it_IT, thanks to : Gdvpixel
git-svn-id: http://piwigo.org/svn/trunk@13710 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-25 14:15:31 +00:00
Piwigo-TranslationTeam
767fa774e8 [trunk (public)] Update it_IT, thanks to : Gdvpixel
git-svn-id: http://piwigo.org/svn/trunk@13709 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-25 14:15:24 +00:00
riopwg
307afa67e3 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@13708 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-25 13:24:57 +00:00
ddtddt
6ed8459099 [trunk] - language - update da_DK - Dansk - Danish thanks to Nile - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13704 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-25 08:42:18 +00:00
ddtddt
ce5b4ac85e [trunk] - language - update et_EE – clear key - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13703 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-25 08:13:45 +00:00
Piwigo-TranslationTeam
f6be8d034b [trunk (public)] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@13701 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-25 05:59:16 +00:00
Piwigo-TranslationTeam
0ed37b4078 [trunk (admin)] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@13699 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-25 05:59:06 +00:00
plegall
fc4f8b6dec feature 2598: force reset on derivative (multiple size) configuration due to new sizes XXS and XS
git-svn-id: http://piwigo.org/svn/trunk@13698 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-24 22:16:17 +00:00
mistic100
bab1dbfcfb feature 2588: rename css classes 'thumbnailCategories' and 'thumbnailCategory' on comment_list.tpl
git-svn-id: http://piwigo.org/svn/trunk@13697 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-24 20:33:18 +00:00
Piwigo-TranslationTeam
d8dd5560e6 [trunk (public)] Update ro_RO, thanks to : SERGIUx
git-svn-id: http://piwigo.org/svn/trunk@13693 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-24 19:34:08 +00:00
Piwigo-TranslationTeam
64684a4701 [trunk (public)] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@13692 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-24 19:34:02 +00:00
ddtddt
b972800d1f [trunk] - language - update no_NO – Norwegian Thanks to abbamust10 - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13691 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-24 06:16:31 +00:00
Piwigo-TranslationTeam
cce973e79d [trunk (admin)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13689 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-24 05:42:48 +00:00
Piwigo-TranslationTeam
78b98c15bd [trunk (public)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13685 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-24 05:42:22 +00:00
plegall
b2d07d4f72 feature 2598: add sizes XXS and XS
new label for sizes

On picture.php, the current size is "checked" and javascript refreshed when switched (with jQuery)

jQuery loaded by default on header.tpl (already loaded by thumbnails.tpl)


git-svn-id: http://piwigo.org/svn/trunk@13683 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-23 21:58:12 +00:00
Piwigo-TranslationTeam
20133b4614 [trunk (admin)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13682 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-23 19:34:10 +00:00
ddtddt
7f7c52eafe [trunk] - language - update zh_TW - 中文 (繁體) - Chinese traditional Thanks to chouyh - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13679 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-23 16:56:26 +00:00
ddtddt
e4e3a8ada9 [trunk] - language - update sk_SK – Slovensky – Slovak to dodo - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13678 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-23 16:43:56 +00:00
Piwigo-TranslationTeam
3ff22b43a2 [Language Switch] Add sh_RS, thanks to : vladamilanovic
git-svn-id: http://piwigo.org/svn/trunk@13674 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-23 12:37:39 +00:00
Piwigo-TranslationTeam
31a7a502f5 [trunk (admin)] Update de_DE, thanks to : Polly
git-svn-id: http://piwigo.org/svn/trunk@13673 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-23 12:37:33 +00:00
Piwigo-TranslationTeam
dee2e30e3b [trunk (admin)] Update sh_RS, thanks to : vladamilanovic
git-svn-id: http://piwigo.org/svn/trunk@13671 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-23 12:37:19 +00:00
plegall
2c61829ad7 feature 2561: notification on album was moved to a dedicated tab on the "Edit album" screen.
git-svn-id: http://piwigo.org/svn/trunk@13668 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-23 11:17:15 +00:00
plegall
7ffddb84ee feature 2594: remove the Permissions link on the list of albums, because it is a tab on the Edit Album screen
git-svn-id: http://piwigo.org/svn/trunk@13667 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-23 11:15:25 +00:00
plegall
39e9a1cdbd feature 2594: remove the Permissions link on the list of albums, because it is a tab on the Edit Album screen
git-svn-id: http://piwigo.org/svn/trunk@13666 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-23 10:27:54 +00:00
ddtddt
934ac09937 [trunk] - language - update zh_TW - 中文 (繁體) - Chinese traditional Thanks to chouyh - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13664 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-23 05:43:50 +00:00
Piwigo-TranslationTeam
f2f2b9c123 [trunk (admin)] Update de_DE, thanks to : Polly
git-svn-id: http://piwigo.org/svn/trunk@13660 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-22 18:19:56 +00:00
Piwigo-TranslationTeam
9cb5b2c0b8 [trunk (admin)] Update de_DE, thanks to : duke
git-svn-id: http://piwigo.org/svn/trunk@13658 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-21 20:47:25 +00:00
rvelices
b95925dcaa multisize: remove 2 php warnings, delete custom derivatives (batch man + maintenance), watermark applied to custom derivatives
git-svn-id: http://piwigo.org/svn/trunk@13651 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-20 04:13:35 +00:00
Piwigo-TranslationTeam
bd0cf9cab4 [LocalFilesEditor] Add sh_RS, thanks to : vladamilanovic
git-svn-id: http://piwigo.org/svn/trunk@13650 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-19 20:56:37 +00:00
Piwigo-TranslationTeam
8000850b01 [trunk (admin)] Update zh_CN, thanks to : quqibing
git-svn-id: http://piwigo.org/svn/trunk@13649 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-19 14:49:26 +00:00
Piwigo-TranslationTeam
338f5be029 [trunk (upgrade)] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@13648 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-19 11:11:00 +00:00
Piwigo-TranslationTeam
1b6ac23773 [trunk (install)] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@13647 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-19 11:10:54 +00:00
plegall
adf689b9c9 feature 2596: Batch Manager, improve ergonomy on privacy level filter
git-svn-id: http://piwigo.org/svn/trunk@13646 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-19 11:07:08 +00:00
Piwigo-TranslationTeam
db836252ce [trunk (install)] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@13645 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-19 09:41:42 +00:00
ddtddt
9caef5c523 [trunk] - language - update es_AR - Español - Argentina Thanks to alberto - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13644 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-19 09:25:07 +00:00
Piwigo-TranslationTeam
a65c5f25cc [trunk (install)] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@13643 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-19 09:21:50 +00:00
Piwigo-TranslationTeam
51a48287c2 [trunk (admin)] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@13642 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-19 09:21:44 +00:00
ddtddt
abc6733f24 [trunk] - language - update sv_SE - Svenska - Swedish Thanks to styxsailor - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13641 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-19 09:11:49 +00:00
Piwigo-TranslationTeam
5f67ee1253 [trunk (admin)] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@13639 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-19 08:42:57 +00:00
Piwigo-TranslationTeam
e9d1f698d2 [trunk (admin)] Update it_IT, thanks to : Gdvpixel
git-svn-id: http://piwigo.org/svn/trunk@13630 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-18 20:50:20 +00:00
Piwigo-TranslationTeam
a684d7c87b [trunk (admin)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13626 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-18 19:47:49 +00:00
ddtddt
f870483f2a [trunk] - language - update el_GR- Greek - ελληνικά - Thanks to Lamprianidis - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13624 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-18 18:26:44 +00:00
ddtddt
8e5a58c953 [trunk] - language - update sv_SE - Svenska - Swedish Thanks to styxsailor - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13623 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-18 18:04:08 +00:00
Piwigo-TranslationTeam
fa6cdb84d8 [trunk (admin)] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@13613 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-18 15:49:41 +00:00
ddtddt
2b7999868c [trunk] - language - update da_DK - Dansk - Danish thanks to Nile - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13611 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-18 14:16:45 +00:00
Piwigo-TranslationTeam
6162932d62 [trunk (public)] Update ro_RO, thanks to : SERGIUx
git-svn-id: http://piwigo.org/svn/trunk@13605 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-18 11:38:00 +00:00
Piwigo-TranslationTeam
cbafcab027 [trunk (admin)] Update sh_RS, thanks to : vladamilanovic
git-svn-id: http://piwigo.org/svn/trunk@13602 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-17 21:09:59 +00:00
Piwigo-TranslationTeam
32360a5bf3 [trunk (admin)] Update sh_RS, thanks to : vladamilanovic
git-svn-id: http://piwigo.org/svn/trunk@13594 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-17 15:39:09 +00:00
plegall
6ade4bc91b feature 2594: l10n on new strings of the "Album Permissions" screen. Details about "indirect permissions".
git-svn-id: http://piwigo.org/svn/trunk@13593 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-17 14:07:28 +00:00
plegall
73c1638563 bug fixed: chosenBox invisible (Chrome/Opera) or unresponsive (Firefox) when overflowing the fieldset
git-svn-id: http://piwigo.org/svn/trunk@13592 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-17 12:26:14 +00:00
Piwigo-TranslationTeam
aed80a16b9 [trunk (admin)] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@13585 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-17 11:28:39 +00:00
plegall
b09c66fdc3 feature 2594: redesign on album permission screen. The choice "public/private"
is not on the "properties" tab anymore. Simpler ergonomy to select grant users
and groups.


git-svn-id: http://piwigo.org/svn/trunk@13580 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-17 00:47:17 +00:00
Piwigo-TranslationTeam
f3e2beed8c [trunk (public)] Update zh_CN, thanks to : quqibing
git-svn-id: http://piwigo.org/svn/trunk@13578 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-16 22:13:47 +00:00
Piwigo-TranslationTeam
0cad1d1544 [trunk (admin)] Update zh_CN, thanks to : quqibing
git-svn-id: http://piwigo.org/svn/trunk@13577 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-16 22:13:37 +00:00
plegall
0f585e04b8 bug fixed: allow double quotes in photo title
git-svn-id: http://piwigo.org/svn/trunk@13576 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-15 22:15:50 +00:00
rvelices
b23a67d925 batch manager derivative build fix js
git-svn-id: http://piwigo.org/svn/trunk@13575 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-15 21:04:39 +00:00
Piwigo-TranslationTeam
cbff334f56 [trunk (admin)] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@13573 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-15 17:56:53 +00:00
Piwigo-TranslationTeam
c8ced8f294 [trunk (public)] Update fi_FI, thanks to : Tome-
git-svn-id: http://piwigo.org/svn/trunk@13570 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-15 05:35:04 +00:00
Piwigo-TranslationTeam
4e98509462 [trunk (upgrade)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13569 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-15 05:34:54 +00:00
Piwigo-TranslationTeam
46e7d80b2d [trunk (admin)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13566 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-15 05:34:38 +00:00
ddtddt
13ee7b508d [trunk] - language - update pt_PT - Português - Portuguese - Thanks to marcelomac - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13564 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-14 22:05:09 +00:00
Piwigo-TranslationTeam
37c501f5e3 [trunk (admin)] Update it_IT, thanks to : Gdvpixel
git-svn-id: http://piwigo.org/svn/trunk@13563 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-14 21:42:49 +00:00
patdenice
1c50bb4d03 Automaticaly set better derivative params for mobile theme according to screen size.
git-svn-id: http://piwigo.org/svn/trunk@13545 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-14 08:19:25 +00:00
rvelices
f0d5c6c010 git-svn-id: http://piwigo.org/svn/trunk@13544 68402e56-0260-453c-a942-63ccdbb3a9ee 2012-03-13 21:13:17 +00:00
plegall
bfdcd5e649 feature 2593: l10n on [Administration > Photos > Add > Applications] screen
git-svn-id: http://piwigo.org/svn/trunk@13543 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-13 21:10:40 +00:00
ddtddt
7ac0b215d2 [trunk] - language - update fi_FI – Finnish to Tome- - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13541 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-13 18:36:07 +00:00
Piwigo-TranslationTeam
a8fc39f2f3 [trunk (public)] Update fi_FI, thanks to : Tome-
git-svn-id: http://piwigo.org/svn/trunk@13540 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-13 18:24:17 +00:00
ddtddt
12a5d53616 [trunk] - language - update km_KH – ​ភាសា​ខ្មែរ​- khmer (Cambodia) Thanks to Vanndy - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13539 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-12 22:43:56 +00:00
ddtddt
37580c9192 [trunk] - language - update nl_NL - Nederlands - Dutch Thanks to Mattias - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13538 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-12 22:32:13 +00:00
Piwigo-TranslationTeam
a5b7012734 [trunk (install)] Update sh_RS, thanks to : vladamilanovic
git-svn-id: http://piwigo.org/svn/trunk@13537 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-12 21:31:38 +00:00
Piwigo-TranslationTeam
e1fb875293 [trunk (admin)] Update sh_RS, thanks to : vladamilanovic
git-svn-id: http://piwigo.org/svn/trunk@13536 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-12 21:31:32 +00:00
Piwigo-TranslationTeam
ccef337806 [trunk (upgrade)] Update sh_RS, thanks to : vladamilanovic
git-svn-id: http://piwigo.org/svn/trunk@13535 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-12 21:31:25 +00:00
Piwigo-TranslationTeam
80fdf3e9df [trunk (admin)] Update de_DE, thanks to : duke
git-svn-id: http://piwigo.org/svn/trunk@13534 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-12 21:31:19 +00:00
Piwigo-TranslationTeam
86ef0ed4a2 [trunk (admin)] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@13533 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-12 15:00:28 +00:00
Piwigo-TranslationTeam
3eca4de00b [trunk (admin)] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@13532 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-12 12:32:37 +00:00
Piwigo-TranslationTeam
2315834db4 [trunk (admin)] Update sh_RS, thanks to : vladamilanovic
git-svn-id: http://piwigo.org/svn/trunk@13531 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-12 12:32:31 +00:00
Piwigo-TranslationTeam
bf136db9f0 [trunk (admin)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13529 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-11 20:25:24 +00:00
plegall
e0f6d5d6a7 feature 414 (yes, a 6 years old request): ability to define the list of
permitted characters in file/directory names for synchronization.


git-svn-id: http://piwigo.org/svn/trunk@13527 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-10 21:34:48 +00:00
rvelices
b1c58f59ca fix action.php permissions checking when original is small
git-svn-id: http://piwigo.org/svn/trunk@13523 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-09 06:04:55 +00:00
Piwigo-TranslationTeam
1fe2f42fa8 [trunk (public)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13522 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-09 05:43:42 +00:00
Piwigo-TranslationTeam
f08c09db28 [trunk (admin)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13521 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-09 05:43:34 +00:00
Piwigo-TranslationTeam
64f40d680d [trunk (public)] Update fi_FI, thanks to : Tome-
git-svn-id: http://piwigo.org/svn/trunk@13513 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-07 17:26:17 +00:00
ddtddt
f0f4122211 [trunk] - language - update zh_TW - 中文 (繁體) - Chinese traditional Thanks to chouyh - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13509 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-07 14:21:25 +00:00
Piwigo-TranslationTeam
580fc6902f [trunk (public)] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@13507 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-07 13:34:04 +00:00
ddtddt
a2dc303391 [trunk] - language - update sv_SE - Svenska - Swedish Thanks to styxsailor - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13505 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-07 12:38:41 +00:00
ddtddt
5ae123a299 [trunk] - language - update vi_VN - Tiếng Việt - Vietnamese Thanks to Em Ku - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13504 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-07 12:22:39 +00:00
ddtddt
0d780997b9 [trunk] - language - update vi_VN - Tiếng Việt - Vietnamese Thanks to dunghm - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13503 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-07 12:17:40 +00:00
Piwigo-TranslationTeam
31649c79cd [trunk (help)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13500 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-07 00:31:10 +00:00
Piwigo-TranslationTeam
89a791b650 [trunk (admin)] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@13497 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-06 23:42:30 +00:00
Piwigo-TranslationTeam
a6e746ccb1 [trunk (admin)] Update sh_RS, thanks to : vladamilanovic
git-svn-id: http://piwigo.org/svn/trunk@13496 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-06 23:42:24 +00:00
Piwigo-TranslationTeam
c31b9cbde2 [trunk (admin)] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@13495 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-06 21:58:52 +00:00
Piwigo-TranslationTeam
2e340176ce [trunk (public)] Update sh_RS, thanks to : vladamilanovic
git-svn-id: http://piwigo.org/svn/trunk@13494 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-06 21:58:45 +00:00
ddtddt
405c2fbd62 [trunk] - language - update ro_RO - Română - Romanian - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13491 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-06 20:58:54 +00:00
Piwigo-TranslationTeam
92ce21b3b9 [trunk (public)] Update ro_RO, thanks to : SERGIUx
git-svn-id: http://piwigo.org/svn/trunk@13490 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-06 20:57:41 +00:00
rvelices
679e2bf5fd added event for src image url
simplify js in picture.tpl
action.php fix history saving

git-svn-id: http://piwigo.org/svn/trunk@13489 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-06 20:43:18 +00:00
rvelices
8495df013d remove remote sites feature
git-svn-id: http://piwigo.org/svn/trunk@13488 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-06 20:27:41 +00:00
plegall
6118d0b1f7 next version is 2.4.0RC2
git-svn-id: http://piwigo.org/svn/trunk@13487 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-06 11:40:33 +00:00
Piwigo-TranslationTeam
2c031082ac [trunk (help)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13485 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-06 10:24:02 +00:00
Piwigo-TranslationTeam
e5da8feb63 [trunk (admin)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13483 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-06 10:23:50 +00:00
plegall
6013ab6c25 feature 2577: screenshot for the mobile theme
git-svn-id: http://piwigo.org/svn/trunk@13480 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-05 11:44:15 +00:00
Zaphod
6c5a97c6ac feature 2587: theme elegant, script & theme update
git-svn-id: http://piwigo.org/svn/trunk@13479 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-04 21:45:11 +00:00
Zaphod
27e26d5080 feature 2588: bugfix on picture.tpl (derivative switchlink)
git-svn-id: http://piwigo.org/svn/trunk@13478 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-04 18:57:46 +00:00
mistic100
ee4e6c1dc2 feature 2588: mismatching end-tags
git-svn-id: http://piwigo.org/svn/trunk@13475 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-04 16:35:13 +00:00
Zaphod
7798656c51 feature 2588: template modification for v2.4
-> #content on picture & slideshow page
-> class 'browsePathSeparator' on LEVEL_SEPARATOR on browsePath
-> derivativeSwitchLink replaced by pwg-size icon (with associated css modification on themes)
-> new id #theImageAndInfos that contains #theImage and #imageInfos


git-svn-id: http://piwigo.org/svn/trunk@13474 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-04 16:28:42 +00:00
riopwg
ced48bdf83 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@13473 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-03 20:35:33 +00:00
patdenice
db7e67ae20 Multisize and mobile theme.
Use ajax loader for thumbnails in mobile theme.
Use standard square parameters for mobile theme.
Change square parameters to 120px.

git-svn-id: http://piwigo.org/svn/trunk@13472 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-03 18:09:10 +00:00
Piwigo-TranslationTeam
5464e7b697 [trunk (install)] Update bg_BG, thanks to : hamsia
git-svn-id: http://piwigo.org/svn/trunk@13470 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-03 10:03:28 +00:00
Piwigo-TranslationTeam
243fd8dd2c [trunk (public)] Update bg_BG, thanks to : hamsia
git-svn-id: http://piwigo.org/svn/trunk@13469 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-03 10:03:19 +00:00
Zaphod
f6dc60c8a1 feature 2587: theme elegant, screenshot added
git-svn-id: http://piwigo.org/svn/trunk@13468 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-02 22:27:45 +00:00
plegall
1a538bc6be feature 2587: set theme "elegant" as default theme
git-svn-id: http://piwigo.org/svn/trunk@13467 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-02 22:14:38 +00:00
plegall
bea22eb678 feature 2587: remove yellow icons on hover for theme elegant
git-svn-id: http://piwigo.org/svn/trunk@13466 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-02 22:13:40 +00:00
plegall
a7114b00c2 remove files related to database engines other than MySQL
git-svn-id: http://piwigo.org/svn/trunk@13465 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-02 21:44:53 +00:00
Zaphod
63c5934de2 feature 2587: new theme elegant, first beta version
git-svn-id: http://piwigo.org/svn/trunk@13464 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-02 21:18:44 +00:00
plegall
9ae55cd3e8 next version is 2.4.0RC1
git-svn-id: http://piwigo.org/svn/trunk@13463 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-02 20:30:27 +00:00
plegall
0208ebfa22 feature 2575: new home icon for admin clear theme to comply with icons in admin menubar
git-svn-id: http://piwigo.org/svn/trunk@13461 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-02 16:41:51 +00:00
plegall
0c9d78e4af feature 2577: avoid errors if mobile theme was manually removed
git-svn-id: http://piwigo.org/svn/trunk@13460 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-02 16:17:15 +00:00
plegall
d4eaa2eacb feature 2577: bug fixed in install/db/118, remove it from piwigo_upgrade table
and run it once again.


git-svn-id: http://piwigo.org/svn/trunk@13459 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-02 15:35:58 +00:00
plegall
65bb5d44b6 feature 2368: better canonical URL for homepage
git-svn-id: http://piwigo.org/svn/trunk@13458 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-02 15:28:43 +00:00
plegall
7a28277196 feature 2555: add original file name on Batch Manager
git-svn-id: http://piwigo.org/svn/trunk@13457 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-02 13:52:37 +00:00
patdenice
54ce78ca76 Multisize
Bug fixed if $conf['derivative_url_style'] != 0
Create a pwg_ajax_thumbnails_loader function

git-svn-id: http://piwigo.org/svn/trunk@13452 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-01 16:26:55 +00:00
plegall
d53c5e454a feature 2584: redesign on add photos screens
[Administration > Photos > Add] tabs become: {Web Form, Applications, FTP + Synchronization}

admin screen for pLoader is replaced by a more generic screen for applications

thanks to multisize, FTP+sync method becomes simpler


git-svn-id: http://piwigo.org/svn/trunk@13451 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-03-01 16:18:31 +00:00
patdenice
c0bdb8a765 Multisize
Load thumbnails with ajax.

git-svn-id: http://piwigo.org/svn/trunk@13444 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-29 21:21:46 +00:00
Piwigo-TranslationTeam
ce06fe8a48 update uk_UA
git-svn-id: http://piwigo.org/svn/trunk@13443 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-29 15:58:42 +00:00
Piwigo-TranslationTeam
2997f6e2db [trunk (help)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13442 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-29 15:50:13 +00:00
Piwigo-TranslationTeam
7189f9a917 [trunk (install)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13437 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-29 07:39:55 +00:00
Piwigo-TranslationTeam
2254394528 [trunk (public)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13435 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-29 07:39:40 +00:00
Piwigo-TranslationTeam
fcc0c37500 [trunk (admin)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13433 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-29 07:39:27 +00:00
rvelices
cb2a1f0d99 - derivative fix floating point rounding errors for certain sizes
- increase derivative size for which metadata is kept
- imagick use 4:2:2 chroma subsampling (reduce file size by 20-30% with "almost" no human perception)
- dont show mobile theme links if there is no mobile theme installed
- mobile theme favicon removed because 404

git-svn-id: http://piwigo.org/svn/trunk@13426 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-28 21:18:03 +00:00
riopwg
3b1a593b66 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@13425 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-28 07:42:30 +00:00
Piwigo-TranslationTeam
14aa82fb85 [AdminMultiView] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13401 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-27 18:34:24 +00:00
Piwigo-TranslationTeam
d8bbf56281 [AdminMultiView] Update it_IT, thanks to : Gdvpixel
git-svn-id: http://piwigo.org/svn/trunk@13390 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-27 18:33:25 +00:00
Piwigo-TranslationTeam
3ca3eb4a04 [trunk (public)] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@13380 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-27 17:21:41 +00:00
Piwigo-TranslationTeam
03bd342819 [trunk (help)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13367 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-26 13:03:45 +00:00
ddtddt
7339607969 [trunk] - language - update cs_CZ - Česky – Czech thanks to TPY - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13356 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-25 17:49:10 +00:00
ddtddt
990031d028 [trunk] - language - update da_DK - Dansk - Danish thanks to Nile - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13355 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-25 17:31:38 +00:00
ddtddt
9abb7331db [trunk] - language - update eo_EO -Esperanto thanks to Axel Rousseau - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13354 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-25 17:25:50 +00:00
ddtddt
e06e8e9ddc [trunk] - language - update cs_CZ - Česky – Czech thanks to TPY - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13330 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-25 07:42:31 +00:00
Piwigo-TranslationTeam
72f131768a [trunk (admin)] Update bg_BG, thanks to : hamsia
git-svn-id: http://piwigo.org/svn/trunk@13324 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-24 12:31:57 +00:00
Piwigo-TranslationTeam
a0748acb99 [trunk (install)] Update bg_BG, thanks to : hamsia
git-svn-id: http://piwigo.org/svn/trunk@13323 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-24 12:31:51 +00:00
Piwigo-TranslationTeam
d40eb0ec84 [trunk (admin)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13321 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-24 12:31:39 +00:00
mistic100
5a10e6d95e [trunk] - language - fi_FI - Finnish - some letters didn't support re-encoding
git-svn-id: http://piwigo.org/svn/trunk@13318 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-23 14:15:39 +00:00
mistic100
e084970a20 [trunk] - language - fi_FI – Finnish - convert file to UTF8 (without BOM)
git-svn-id: http://piwigo.org/svn/trunk@13317 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-23 14:12:39 +00:00
Piwigo-TranslationTeam
8eb05890be [trunk (install)] Update bg_BG, thanks to : hamsia
git-svn-id: http://piwigo.org/svn/trunk@13312 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-23 00:51:18 +00:00
Piwigo-TranslationTeam
5f33a11623 [trunk (upgrade)] Update bg_BG, thanks to : hamsia
git-svn-id: http://piwigo.org/svn/trunk@13311 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-23 00:51:13 +00:00
ddtddt
554adc354b [trunk] - language - update bg_BG – Bulgarian - Български Thanks to josifbg - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13310 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-23 00:48:35 +00:00
Piwigo-TranslationTeam
dd7a39cc60 [trunk (upgrade)] Update bg_BG, thanks to : hamsia
git-svn-id: http://piwigo.org/svn/trunk@13309 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-22 21:18:51 +00:00
Piwigo-TranslationTeam
1e07ba00a8 [trunk (public)] Update fi_FI, thanks to : Tome-
git-svn-id: http://piwigo.org/svn/trunk@13308 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-22 21:18:46 +00:00
Piwigo-TranslationTeam
51d2d3eb40 [trunk (public)] Update bg_BG, thanks to : hamsia
git-svn-id: http://piwigo.org/svn/trunk@13307 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-22 21:18:41 +00:00
ddtddt
9b6e2289c2 [trunk] - language - update bg_BG – Bulgarian - Български Thanks to josifbg - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13306 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-22 20:14:06 +00:00
ddtddt
6ec07f0266 [trunk] - language - update bg_BG – Bulgarian - Български Thanks to josifbg - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13305 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-22 20:02:19 +00:00
Piwigo-TranslationTeam
bd8dff6162 [trunk (public)] Update fi_FI, thanks to : Tome-
git-svn-id: http://piwigo.org/svn/trunk@13304 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-22 18:50:37 +00:00
Piwigo-TranslationTeam
e7661209de [trunk (help)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13303 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-22 11:50:46 +00:00
Piwigo-TranslationTeam
faf51bb113 [trunk (public)] Update de_DE, thanks to : duke
git-svn-id: http://piwigo.org/svn/trunk@13302 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-22 11:50:40 +00:00
Piwigo-TranslationTeam
6c0e231572 [trunk (admin)] Update de_DE, thanks to : duke
git-svn-id: http://piwigo.org/svn/trunk@13301 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-22 11:50:35 +00:00
ddtddt
44096dd789 [trunk] - language - update km_KH – ​ភាសា​ខ្មែរ​- khmer (Cambodia) Thanks to Vanndy - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13300 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-22 05:39:53 +00:00
ddtddt
e05b81c130 [trunk] - language - update cs_CZ - Česky – Czech thanks to TPY - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13299 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-22 05:27:39 +00:00
riopwg
3199b3dc1f Update language IT
git-svn-id: http://piwigo.org/svn/trunk@13297 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-21 23:24:15 +00:00
riopwg
f3a2bd2c36 Update language FR
Minor error

git-svn-id: http://piwigo.org/svn/trunk@13296 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-21 23:22:13 +00:00
riopwg
9efa5e1aaf Update language IT
git-svn-id: http://piwigo.org/svn/trunk@13295 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-21 21:59:22 +00:00
Piwigo-TranslationTeam
d43d10f13f [trunk (admin)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13294 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-21 18:06:41 +00:00
Piwigo-TranslationTeam
cac8feb27a [trunk (help)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13293 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-21 18:06:35 +00:00
Piwigo-TranslationTeam
70f4b285c2 [trunk (help)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13292 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-21 16:26:14 +00:00
Piwigo-TranslationTeam
5da8becabc [trunk (admin)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13287 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-21 07:27:32 +00:00
plegall
12bf0f72bb feature 2581: new design on albums list management.
icons removed, replaced by text links visible on :hover

better ergonomy for automatic order: the "save manual order" submit button
only appears when a change is detected in the album ordering. The "automatic
sort order" becomes a dedicated fieldset, hidden by default, displayed "on
user demand".

new virtual album form displayed only "on user demand"

cat_list, cat_move and permalinks are 3 tabs for the "Albums > Manage" link
in the menubar.

permalinks admin page slightly redesign: fieldsets instead of centered h3,
"on user demand" form to add/modify permalinks.


git-svn-id: http://piwigo.org/svn/trunk@13282 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-20 19:28:43 +00:00
ddtddt
4c19a2443c [trunk] - language - update sk_SK – Slovensky – Slovak to dodo - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13272 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-20 07:50:07 +00:00
Piwigo-TranslationTeam
ab8e0bb212 [trunk (public)] Update fi_FI, thanks to : Tome-
git-svn-id: http://piwigo.org/svn/trunk@13267 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-20 06:52:00 +00:00
Piwigo-TranslationTeam
0c181f5296 [trunk (admin)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13265 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-20 06:51:49 +00:00
ddtddt
7c35171c3f [trunk] - language - update - da_DK - Dansk - Danish thanks to Nile - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13260 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-19 20:32:31 +00:00
plegall
25200e2c25 convert tabulations into 2-spaces for indentation (introduced in r13240)
git-svn-id: http://piwigo.org/svn/trunk@13258 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-19 19:59:22 +00:00
rvelices
f718a18561 -mulitisize added DerivativeImage->get_scaled_size method
git-svn-id: http://piwigo.org/svn/trunk@13252 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-19 03:18:44 +00:00
Piwigo-TranslationTeam
5e70134c56 [trunk (public)] Update bg_BG, thanks to : hamsia
git-svn-id: http://piwigo.org/svn/trunk@13251 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-19 03:10:01 +00:00
Piwigo-TranslationTeam
12fb76215b [trunk (public)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13248 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-19 03:09:47 +00:00
plegall
d174cd3ac5 change color scheme on submit buttons for clear theme: white text on dark gray
background and orange background on :hover.

On many places, the submit buttons are now left aligned (instead of centered)

On configuration option screens, the "Reset" button was removed: useless and
confusing.

Much simpler "Quick Local Synchronization" button on admin/intro.tpl for admin
theme clear.


git-svn-id: http://piwigo.org/svn/trunk@13244 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-18 22:09:08 +00:00
patdenice
84a48c999c feature:2577
Wrong language key for toggle theme.

git-svn-id: http://piwigo.org/svn/trunk@13243 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-18 21:26:07 +00:00
patdenice
2405b41e02 feature:2577
Automaticaly install smartpocket during install or upgrade.
hide mobile theme from themes list on user side.

git-svn-id: http://piwigo.org/svn/trunk@13242 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-18 21:18:34 +00:00
rvelices
a893882789 - multisize thumb longest side can be smaller than the square size
- remove unused css, shorten/optimize php called very often (at least theoretically should be faster)

git-svn-id: http://piwigo.org/svn/trunk@13240 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-18 20:46:46 +00:00
Piwigo-TranslationTeam
3ef9e856c3 [trunk (admin)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13236 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-18 20:43:34 +00:00
patdenice
7a942df765 feature:2577
Missing file...

git-svn-id: http://piwigo.org/svn/trunk@13235 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-18 20:29:13 +00:00
patdenice
26ed60c972 feature:2577
Many improvements

git-svn-id: http://piwigo.org/svn/trunk@13234 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-18 20:26:52 +00:00
ddtddt
4b696df2da [trunk] - language - update - af_ZA - Afrikaans thanks to maeztro - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13232 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-18 16:10:39 +00:00
Piwigo-TranslationTeam
3324f990a8 [trunk (public)] Update fr_FR, thanks to : mistic100
git-svn-id: http://piwigo.org/svn/trunk@13231 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-18 15:54:29 +00:00
Piwigo-TranslationTeam
ae30a63495 [trunk (admin)] Update fr_FR, thanks to : mistic100
git-svn-id: http://piwigo.org/svn/trunk@13229 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-18 15:54:17 +00:00
Piwigo-TranslationTeam
eac71f561e [trunk (admin)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13228 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-18 15:54:12 +00:00
Piwigo-TranslationTeam
8da6483159 [trunk (public)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13227 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-18 15:54:05 +00:00
mistic100
3efdb26146 clean svn:ignore
git-svn-id: http://piwigo.org/svn/trunk@13226 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-17 19:50:23 +00:00
mistic100
10b940ba48 feature 2379: missing a "s" in languages keys
git-svn-id: http://piwigo.org/svn/trunk@13225 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-17 19:44:01 +00:00
mistic100
e474f947fa feature 2379: option to change comments order: change caption again, fix a bug in config page (induced by r13087)
git-svn-id: http://piwigo.org/svn/trunk@13224 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-17 19:30:52 +00:00
Piwigo-TranslationTeam
553ba4569c [LocalFilesEditor] Update uk_UA, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@13218 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-17 16:25:01 +00:00
Piwigo-TranslationTeam
83bc584b7f [trunk (public)] Update bg_BG, thanks to : hamsia
git-svn-id: http://piwigo.org/svn/trunk@13209 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-17 12:17:14 +00:00
Piwigo-TranslationTeam
6995751a87 [trunk (public)] Update fi_FI, thanks to : Tome-
git-svn-id: http://piwigo.org/svn/trunk@13208 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-17 12:17:02 +00:00
Piwigo-TranslationTeam
2884e5c13d [Language Switch] Update uk_UA, thanks to : mistic100
git-svn-id: http://piwigo.org/svn/trunk@13207 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-17 11:02:33 +00:00
ddtddt
408ba26a18 [trunk] - language - update ko_KR – 한국어 – Korean Thanks to Aisika - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13200 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-16 21:57:31 +00:00
ddtddt
8aeaa4a33b [trunk] - language - update es_AR - Español - Argentina Thanks to alberto - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13199 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-16 21:51:42 +00:00
ddtddt
b4f63bf342 [trunk] - language - uk_UA - Українська -Ukrainian - add translator
git-svn-id: http://piwigo.org/svn/trunk@13196 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-16 21:09:01 +00:00
ddtddt
4c9867786f [trunk] - language - update fi_FI – Finnish to Tome- - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13193 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-16 18:49:57 +00:00
Piwigo-TranslationTeam
9175a64472 [LocalFilesEditor] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13189 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-16 12:10:56 +00:00
Piwigo-TranslationTeam
1d335678df [trunk (admin)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13184 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-16 12:10:32 +00:00
patdenice
a7f70524df feature:2577
Add mobile theme

git-svn-id: http://piwigo.org/svn/trunk@13182 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-16 11:51:34 +00:00
ddtddt
4f2ae7cbce [trunk] - language - clean
git-svn-id: http://piwigo.org/svn/trunk@13179 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-16 00:47:58 +00:00
Piwigo-TranslationTeam
b8d458a4ef [trunk (public)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13178 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-16 00:44:27 +00:00
Piwigo-TranslationTeam
b6a8d1a552 [trunk (upgrade)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13177 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-16 00:44:21 +00:00
Piwigo-TranslationTeam
66c2d86f8f [trunk (install)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13176 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-16 00:44:13 +00:00
Piwigo-TranslationTeam
1ef00f4768 [trunk (admin)] Update uk_UA, thanks to : animan
git-svn-id: http://piwigo.org/svn/trunk@13175 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-16 00:44:08 +00:00
ddtddt
92062dc861 [trunk] - language - works for tool
git-svn-id: http://piwigo.org/svn/trunk@13173 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-15 19:52:32 +00:00
patdenice
46864ea0b6 feature:2577
Add functionnality in core files.

git-svn-id: http://piwigo.org/svn/trunk@13172 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-15 16:52:24 +00:00
patdenice
97132d9c6f multisize: removed useless test in i.php
git-svn-id: http://piwigo.org/svn/trunk@13171 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-15 16:47:12 +00:00
patdenice
44abb902c8 multisize
- New derivative method for PwgTemplateAdapter.
- add quotes to get_size_htm function.

git-svn-id: http://piwigo.org/svn/trunk@13170 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-15 14:47:03 +00:00
plegall
f5f908a07e feature 2575: redesign menubar on clear administration theme
SVG icons with raphael.js (not sure this is the best way to add icons, it's a test)

The menubar is sticked to the left border of the window.


git-svn-id: http://piwigo.org/svn/trunk@13168 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-14 23:55:49 +00:00
rvelices
45fbfcf504 - added 2 missing embellish_url
- fix css (admin bakground not existing; public IE image border)

git-svn-id: http://piwigo.org/svn/trunk@13167 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-14 21:38:41 +00:00
ddtddt
53e9acff6b [trunk] - language - update km_KH – ​ភាសា​ខ្មែរ​- khmer (Cambodia) Thanks to Vanndy - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13158 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-13 20:10:48 +00:00
rvelices
cbb1d37eb6 fix comment order url when no question mark in urls
git-svn-id: http://piwigo.org/svn/trunk@13156 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-13 20:01:17 +00:00
ddtddt
3d410a63ef [trunk] - language - update cs_CZ - Česky – Czech thanks to TPY - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13140 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-13 13:36:34 +00:00
ddtddt
510e4b7501 [trunk] - language - update lv_LV (Latvian - Latviešu) thanks to Aivars Baldone - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13133 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-13 13:10:04 +00:00
ddtddt
1853a24d98 [trunk] - language - update nl_NL - Nederlands - Dutch Thanks to Mattias - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13132 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-13 12:57:07 +00:00
ddtddt
425b244a2f [trunk] - language - update - pl_PL - Polski - Polish thanks to voyteckst - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13120 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-12 13:28:49 +00:00
Piwigo-TranslationTeam
8ca228dcff [trunk (public)] Update de_DE, thanks to : mistic100 & duke
git-svn-id: http://piwigo.org/svn/trunk@13119 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-12 13:02:34 +00:00
Piwigo-TranslationTeam
7d00732360 [trunk (admin)] Update de_DE, thanks to : duke
git-svn-id: http://piwigo.org/svn/trunk@13118 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-12 13:02:28 +00:00
rvelices
a1833e40a2 improvement of picture title on picture page, drop boxes on index page ...
sharpening uses a zider scale range 

git-svn-id: http://piwigo.org/svn/trunk@13115 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-12 10:02:59 +00:00
Piwigo-TranslationTeam
9469de7482 [trunk (public)] Update zh_CN, thanks to : quqibing
git-svn-id: http://piwigo.org/svn/trunk@13112 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-12 07:21:38 +00:00
Piwigo-TranslationTeam
88bab88aa6 [trunk (admin)] Update zh_CN, thanks to : quqibing
git-svn-id: http://piwigo.org/svn/trunk@13110 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-12 07:21:27 +00:00
plegall
1ea81f6e93 merge r13105 from branch 2.3 to trunk
bug 2551 fixed: force the use of $conf['gallery_url'] (thanks to the
get_gallery_home_url function) to build subscribe/unsubscribe links
in NBM emails.



git-svn-id: http://piwigo.org/svn/trunk@13106 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-11 22:39:56 +00:00
ddtddt
43224c2c65 [trunk] - language - update pt_PT - Português - Portuguese - Thanks to marcelomac - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13101 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-11 20:15:01 +00:00
ddtddt
f31bccb6d3 [trunk] - language - update tool - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13100 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-11 20:14:43 +00:00
ddtddt
5198aea476 [trunk] - language - update pt_PT - Português - Portuguese - Thanks to marcelomac - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13099 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-11 19:49:09 +00:00
mistic100
079f822a25 display the magnifier icon on multiple select fields using jquery.chosen
git-svn-id: http://piwigo.org/svn/trunk@13098 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-11 18:36:54 +00:00
Piwigo-TranslationTeam
4aa35f9738 [trunk (public)] Update fr_CA, thanks to : mistic100
git-svn-id: http://piwigo.org/svn/trunk@13093 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-11 06:56:30 +00:00
plegall
2bfedaea5c feature added: pwg.images.add can perform an update on an existing photo.
git-svn-id: http://piwigo.org/svn/trunk@13090 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-10 23:48:55 +00:00
mistic100
8afb39b1eb feature 2379: change captions for comment ordering
git-svn-id: http://piwigo.org/svn/trunk@13088 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-10 22:23:42 +00:00
mistic100
3c76f29e4f feature 2568: redesigned order_by fields in Admin->Config->Options
git-svn-id: http://piwigo.org/svn/trunk@13087 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-10 21:41:08 +00:00
mistic100
b82ddfb655 feature 2564: small changes in infos list
git-svn-id: http://piwigo.org/svn/trunk@13086 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-10 17:02:54 +00:00
mistic100
69a704f138 feature 2564: forgot a file in previous commit
git-svn-id: http://piwigo.org/svn/trunk@13085 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-10 16:11:50 +00:00
mistic100
d0303b4ff0 feature 2564: display picture infos as list
git-svn-id: http://piwigo.org/svn/trunk@13084 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-10 16:10:00 +00:00
mistic100
a25fe0c7e8 feature 2567: in IMAGES_TABLE the field "name" is prefilled with the filename
git-svn-id: http://piwigo.org/svn/trunk@13082 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-10 14:44:20 +00:00
plegall
1a56352d08 merge r13080 from branch 2.3 to trunk
bug 559 fixed: avoid duplicate insert on tags when synchronizing metadata if
the IPTC keywords contains repeated separators like "tag1,,tag2".



git-svn-id: http://piwigo.org/svn/trunk@13081 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-10 13:57:11 +00:00
plegall
9edfe9bbb9 slight redesign on pending comments screen
git-svn-id: http://piwigo.org/svn/trunk@13079 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-10 13:03:28 +00:00
plegall
996cfad0b4 feature 2565 added: pending comments screen, highlight selected comments
git-svn-id: http://piwigo.org/svn/trunk@13078 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-10 12:30:15 +00:00
plegall
bea45c89b6 feature 2564: redesign on photo administration screen.
* one screen with several tabs (for now: properties + coi)

* double select boxes for album associations and representation have been
  converted to simple multiple select boxes with jQuery Chosen

* more details about the photo in an introduction text


git-svn-id: http://piwigo.org/svn/trunk@13077 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-10 10:52:07 +00:00
Piwigo-TranslationTeam
62bfdd3f97 [trunk (public)] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@13076 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-10 06:10:13 +00:00
rvelices
f6825cfb33 - remove square/thumb from choices on picture
- fix content margin on password register 
- purge derivative cache by type of derivative
- session saved infos/messages are not given to the page on html redirections
- shorter/faster code in functions_xxx

git-svn-id: http://piwigo.org/svn/trunk@13074 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-09 21:11:34 +00:00
Piwigo-TranslationTeam
40280db9d8 [trunk (install)] Update de_DE, thanks to : duke
git-svn-id: http://piwigo.org/svn/trunk@13072 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-09 20:50:12 +00:00
Piwigo-TranslationTeam
d7a39a50e8 [trunk (admin)] Update de_DE, thanks to : duke
git-svn-id: http://piwigo.org/svn/trunk@13070 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-09 20:50:03 +00:00
Piwigo-TranslationTeam
f73e120b55 [trunk (admin)] Update bg_BG, thanks to : hamsia
git-svn-id: http://piwigo.org/svn/trunk@13069 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-09 20:49:57 +00:00
rvelices
1b527e3964 - language aditions/removal
git-svn-id: http://piwigo.org/svn/trunk@13068 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-09 20:43:41 +00:00
plegall
afb04c0293 feature 2471: improve visibility of the new "Zoom - Edit" links on each
thumbnails of the Batch Manager.


git-svn-id: http://piwigo.org/svn/trunk@13066 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-09 11:01:08 +00:00
plegall
065debcad4 feature 2460 added: ability to Shift-click in the Batch Manager, to select
several photos easily. Patch from Dsls.


git-svn-id: http://piwigo.org/svn/trunk@13065 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-09 10:34:45 +00:00
plegall
e1b5e45c12 feature 2309 added: ability to "move photos" into an album from the Batch
Manager, ie "dissociate from all albums" + "associate" in a single action.


git-svn-id: http://piwigo.org/svn/trunk@13064 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-09 10:16:56 +00:00
plegall
62c69bb477 feature 2470 added: ability to create a new album "on the fly" on the
"associate to album" action of the Batch Manager. The code was moved
from the upload form and is now used by the upload form + Batch Manager.


git-svn-id: http://piwigo.org/svn/trunk@13063 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-09 00:02:11 +00:00
plegall
9788bf8e7b feature 2368: also add canonical URL on index page.
git-svn-id: http://piwigo.org/svn/trunk@13062 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-08 21:27:09 +00:00
ddtddt
2ba1172344 [trunk] - language - update eo_EO -Esperanto Thanks to Axel Rousseau - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13060 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-08 19:38:44 +00:00
ddtddt
93885c508e [trunk] - language - update - es_AR - Argentina thanks to alberto - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13059 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-08 19:26:11 +00:00
rvelices
ecf196ba31 upgrade jquery to 1.7.1
mouseout on index drop down bozes
improved multisize center of interest

git-svn-id: http://piwigo.org/svn/trunk@13052 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-07 21:25:20 +00:00
ddtddt
14a17a5ab2 [trunk] - language - update th_TH - Thaï – ภาษาไทย encoding
git-svn-id: http://piwigo.org/svn/trunk@13051 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-07 21:24:58 +00:00
ddtddt
b7a5b60bb0 [trunk] - language - update - uk_UA - Українська -Ukrainian (admin part ) thanks to rukhov - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13050 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-07 21:04:47 +00:00
rvelices
6da9041c7f feature 2368 : added link rel canonical on picture page
git-svn-id: http://piwigo.org/svn/trunk@13048 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-07 21:00:11 +00:00
ddtddt
366e0a9870 [trunk] - language - update zh_TW - 中文 (繁體) - Chinese traditional Thanks to chouyh - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13047 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-07 20:59:54 +00:00
ddtddt
da39e64d68 [trunk] - language - update lv_LV (Latvian - Latviešu) thanks to Aivars Baldone - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13046 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-07 20:56:24 +00:00
Piwigo-TranslationTeam
93eddf9436 [trunk (admin)] Update fr_FR, thanks to : plg
git-svn-id: http://piwigo.org/svn/trunk@13041 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-07 15:19:35 +00:00
rvelices
0d277219fc multisize - added the coi (still to affine the admin ui + language)
multisize - derivatives can be revuild from a larger derviative instead of the original

git-svn-id: http://piwigo.org/svn/trunk@13038 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-06 20:59:20 +00:00
rvelices
8d86e7b399 multisize
- watermarks loaded also from local dir
- fix/simplify algo for cropping
- imagick use scaleImage (fast) before resizeImage (slow) if the original is a lot bigger than the requested size

git-svn-id: http://piwigo.org/svn/trunk@13035 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-05 14:58:14 +00:00
Piwigo-TranslationTeam
cb36388114 [trunk (admin)] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@13034 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-05 10:35:07 +00:00
ddtddt
a411b31c1a [trunk] - language - update sk_SK – Slovensky – Slovak to dodo - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13033 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-05 08:01:24 +00:00
Piwigo-TranslationTeam
6692e71be0 [trunk (admin)] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@13031 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-05 07:46:05 +00:00
plegall
74fc041634 feature 2562 added: pre-cache thumbnail at upload time
git-svn-id: http://piwigo.org/svn/trunk@13030 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-05 01:09:53 +00:00
Piwigo-TranslationTeam
5e9026e9f5 [trunk (admin)] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@13029 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-04 19:45:12 +00:00
Piwigo-TranslationTeam
8a8d8cd334 [trunk (admin)] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@13028 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-04 15:42:36 +00:00
Piwigo-TranslationTeam
d47888dbed [trunk (admin)] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@13027 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-04 11:24:46 +00:00
Piwigo-TranslationTeam
1d7ce5134a [trunk (install)] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@13026 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-04 07:30:48 +00:00
plegall
14f3e134e7 feature 2561: fix links on album administration screens
git-svn-id: http://piwigo.org/svn/trunk@13025 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-03 21:33:47 +00:00
plegall
4264acc266 smarter use of jQuery closure to manage conditional display of options
git-svn-id: http://piwigo.org/svn/trunk@13024 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-03 20:49:38 +00:00
ddtddt
ddb025c51e [trunk] - language - update bg_BG – Bulgarian - Български to turnokopa - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13023 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-03 18:05:21 +00:00
rvelices
18036a70fc feature 2548 multisize - custom sizes restricted to those requested by theme/plugin
code refacto

git-svn-id: http://piwigo.org/svn/trunk@13021 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-02 20:59:41 +00:00
plegall
a68826cbb3 feature 2561: move some CSS rules from cat_modify.tpl to theme.css
git-svn-id: http://piwigo.org/svn/trunk@13020 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-02 20:47:12 +00:00
plegall
36dd98bfab bug fix: now DerivativeImage::thumb_url needs the image_id
git-svn-id: http://piwigo.org/svn/trunk@13019 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-02 20:34:33 +00:00
plegall
0a20e740f9 bug fix: avoid Javascript errors on uploadify-check-existing.php
git-svn-id: http://piwigo.org/svn/trunk@13018 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-02 20:33:54 +00:00
riopwg
5906aee361 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@13016 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-02 17:48:48 +00:00
riopwg
f04b36a52a Update language FR
Minor error

git-svn-id: http://piwigo.org/svn/trunk@13014 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-02 17:45:11 +00:00
plegall
ae6a63bee0 feature 2561: redesign on album administration screen.
* only one form on the screen and several tabs

* simpler URL pattern : page=album-123-properties / page=album-123-sort_order
  / page=album-123-permissions

* action to associate all photos of an album to another (new) virtual album
  was removed. This can be easily done with the new Batch Manager

* notification by email on an album still has to be moved on a new dedicated tab

* action icons (jump to album, manage photos, manage sub-albums, delete album...)
  replaced by plain text links


git-svn-id: http://piwigo.org/svn/trunk@13013 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-01 23:03:35 +00:00
ddtddt
9c4a478b75 [trunk] - language - update lv_LV (Latvian - Latviešu) thanks to Aivars Baldone - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13012 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-01 19:11:37 +00:00
Piwigo-TranslationTeam
e7a5a3f0d6 [trunk (public)] Update sl_SL, thanks to : svartur81
git-svn-id: http://piwigo.org/svn/trunk@13011 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-01 16:53:45 +00:00
riopwg
8658b04220 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@13010 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-01 13:21:38 +00:00
riopwg
4a2c3dccac Update language IT Minor error
git-svn-id: http://piwigo.org/svn/trunk@13009 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-01 13:14:43 +00:00
ddtddt
3e392ccdd4 [trunk] - language - update th_TH - Thaï – ภาษาไทย Thanks to Pradit Saenkaew - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13007 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-31 20:29:03 +00:00
ddtddt
a37aa90d3c [trunk] - language - update zh_TW - 中文 (繁體) - Chinese traditional Thanks to chouyh - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@13006 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-31 20:18:04 +00:00
plegall
d03e85cfb5 feature 2559: minor redesign on configuration screens
* hide "rate_anonymous" when "rate" is deactivated
* hide "email_admin_on_new_user" when "allow_user_registration" is deactivated
* move history settings on main tab
* turn the 3 lines for history into a single line with 3 checkboxes
* for comments, turn the "notify admin" settings into a single line with 4 checkboxes

TODO: remove obsolete language keys


git-svn-id: http://piwigo.org/svn/trunk@13004 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-31 15:19:09 +00:00
plegall
7157b8a8f4 remove obsolete function add_file
git-svn-id: http://piwigo.org/svn/trunk@13003 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-31 15:09:07 +00:00
plegall
7c322f6d9c bug 2558 fixed: instead of locking the gallery with a simple checkbox among
configuration options, "lock gallery" becomes a maintenance action, with a
confirmation on popup.


git-svn-id: http://piwigo.org/svn/trunk@13001 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-31 00:33:01 +00:00
Piwigo-TranslationTeam
907c8e2104 [trunk (public)] Update de_DE, thanks to : Polly
git-svn-id: http://piwigo.org/svn/trunk@12997 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-30 21:35:51 +00:00
ddtddt
f60308bcd2 [trunk] - language - update pt_PT - Português - Portuguese - Thanks to marcelomac - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12993 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-30 20:36:26 +00:00
plegall
3dda873d39 next version in 2.4.0beta2
git-svn-id: http://piwigo.org/svn/trunk@12991 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-30 14:37:16 +00:00
ddtddt
969cfe6b3b [trunk] - language - update - sk_SK – Slovensky – Slovak thanks to dodo - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12987 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-30 10:42:07 +00:00
ddtddt
5580bd0ca5 [trunk] - language - update cs_CZ - Česky - Czech Thanks to TPY - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12986 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-30 10:38:57 +00:00
ddtddt
755900ce3a [trunk] - language - update sr_RS - Српски - Serbia - Thanks to Ћирилица1 - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12984 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-29 21:09:33 +00:00
ddtddt
7644ffee8b [trunk] - language - update ja_JP - 日本語 - Japanese - Thanks to irohaproject - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12983 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-29 20:53:54 +00:00
riopwg
28d5b355c8 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@12981 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-29 20:04:26 +00:00
riopwg
11b09fc991 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@12980 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-29 19:48:53 +00:00
ddtddt
b832cc558a [trunk] - language - update th_TH - Thaï – ภาษาไทย
git-svn-id: http://piwigo.org/svn/trunk@12979 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-29 18:14:37 +00:00
Piwigo-TranslationTeam
a2900853c4 [trunk (admin)] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@12971 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-29 16:37:23 +00:00
ddtddt
a934b3dfcf [trunk] - language - update et_EE - Estonian
git-svn-id: http://piwigo.org/svn/trunk@12970 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-29 16:05:26 +00:00
ddtddt
935e6b7b22 [trunk] - language - update EO
git-svn-id: http://piwigo.org/svn/trunk@12969 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-29 15:46:19 +00:00
ddtddt
a1e470818c [trunk] - language - update vi_VN - Tiếng Việt - Vietnamese Thanks to Em Ku - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12967 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-29 12:31:58 +00:00
ddtddt
9e291b5d0c [trunk] - language - update - uk_UA - Українська -Ukrainian (admin part ) thanks to quest_tom - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12964 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-29 08:26:37 +00:00
ddtddt
13504b2100 [trunk] - language - update - da_DK - Dansk - Danish thanks to Nile - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12962 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-29 08:08:33 +00:00
Piwigo-TranslationTeam
e831f35499 [trunk (admin)] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@12959 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-26 23:06:59 +00:00
rvelices
4a73d939e0 feature 2548 multisize - small fixes
git-svn-id: http://piwigo.org/svn/trunk@12958 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-26 21:15:16 +00:00
Piwigo-TranslationTeam
4f216a5cac [trunk (install)] Update zh_CN, thanks to : quqibing
git-svn-id: http://piwigo.org/svn/trunk@12957 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-26 18:36:50 +00:00
rvelices
ae80086a26 feature 2548 multisize - watermark for imagick extension
git-svn-id: http://piwigo.org/svn/trunk@12956 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-24 21:50:47 +00:00
rvelices
7ee2cff811 bugfix prev commit
git-svn-id: http://piwigo.org/svn/trunk@12955 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-24 19:36:54 +00:00
rvelices
4372d7aa11 feature 2548 multisize
- added define_derivative template functiion for themes and plugins
- code cleanup, new events ...

git-svn-id: http://piwigo.org/svn/trunk@12954 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-24 19:24:47 +00:00
riopwg
3b3e586b0d Update language IT
git-svn-id: http://piwigo.org/svn/trunk@12941 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-23 09:55:57 +00:00
ddtddt
64736bb75d [trunk] - language - update vi_VN - Tiếng Việt - Vietnamese Thanks to Em Ku - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12940 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-23 07:54:24 +00:00
ddtddt
e3432acef1 [trunk] - language - update lv_LV (Latvian - Latviešu) thanks to Aivars Baldone - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12939 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-23 07:42:00 +00:00
riopwg
bb9c713c03 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@12938 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-22 17:15:11 +00:00
riopwg
2e1b3eeb24 Update language FR
Minor error

git-svn-id: http://piwigo.org/svn/trunk@12937 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-22 17:14:15 +00:00
ddtddt
0fded2cc33 [trunk] - language - update - sk_SK – Slovensky – Slovak thanks to dodo - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12936 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-22 14:13:33 +00:00
ddtddt
e3f9cca71c [trunk] - language - update - uk_UA - Українська -Ukrainian (admin part ) thanks to rukhov - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12935 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-22 14:05:14 +00:00
Piwigo-TranslationTeam
155e99b9e2 [trunk (admin)] Update zh_CN, thanks to : quqibing
git-svn-id: http://piwigo.org/svn/trunk@12932 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-20 06:15:19 +00:00
ddtddt
fa683c48bd [trunk] - language - add km_KH – ​ភាសា​ខ្មែរ​- khmer (Cambodia) Thanks to Vanndy - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12931 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-20 06:09:45 +00:00
rvelices
b7fff52095 feature 2548 multisize
- comments thumbnails + no more hard coded thumbnail sizes in css 
- removed admin thumbnail page + language cleanup

git-svn-id: http://piwigo.org/svn/trunk@12930 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-20 05:36:58 +00:00
Piwigo-TranslationTeam
99b58aef93 [trunk (admin)] Update zh_CN, thanks to : quqibing
git-svn-id: http://piwigo.org/svn/trunk@12929 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-19 21:27:08 +00:00
ddtddt
34c86d2a26 [trunk] - language - update - af_ZA - Afrikaans thanks to maeztro - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12928 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-19 21:13:33 +00:00
mistic100
112d730f3a update Piwigo headers to 2012, last change before the expected (or not) apocalypse
git-svn-id: http://piwigo.org/svn/trunk@12922 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-17 22:48:36 +00:00
mistic100
2ab92150a7 add some info to tools/triggers_list.php
git-svn-id: http://piwigo.org/svn/trunk@12921 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-17 22:18:27 +00:00
rvelices
cc01941ed9 feature 2548 multisize - code cleanup + better usage in category_cats + i.php logs memory usage peak
git-svn-id: http://piwigo.org/svn/trunk@12920 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-17 21:58:18 +00:00
ddtddt
e1bd64fdfc [trunk] - language - update - uk_UA - Українська -Ukrainian (admin part ) thanks to quest_tom - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12919 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-17 21:49:56 +00:00
ddtddt
3f87ed84b1 [trunk] - language - update - pl_PL - Polski - Polish thanks to voyteckst - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12918 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-17 21:03:06 +00:00
rvelices
c6265c515d feature 2548 multisize - implement delete_element_derivatives
git-svn-id: http://piwigo.org/svn/trunk@12917 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-17 21:02:16 +00:00
ddtddt
89933672f2 [trunk] - language - add km_KH – ​ភាសា​ខ្មែរ​- khmer (Cambodia) Thanks to Vanndy - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12916 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-17 20:42:17 +00:00
Piwigo-TranslationTeam
3e0bc1cf01 [trunk (admin)] Update zh_CN, thanks to : quqibing
git-svn-id: http://piwigo.org/svn/trunk@12912 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-17 15:23:27 +00:00
Piwigo-TranslationTeam
7595ba59ed [trunk (public)] Update zh_CN, thanks to : quqibing
git-svn-id: http://piwigo.org/svn/trunk@12911 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-17 15:23:22 +00:00
Piwigo-TranslationTeam
14910141ee [trunk (public)] Update sl_SL, thanks to : svartur81
git-svn-id: http://piwigo.org/svn/trunk@12909 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-17 15:15:09 +00:00
rvelices
e693ef60cd feature 2548 multisize - ability to choose displayed size on index page
-added some logs on i.php (configurable) to measure the perf

git-svn-id: http://piwigo.org/svn/trunk@12908 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-17 06:09:32 +00:00
plegall
b18e3c8a80 feature 2548 (multiple size): better delete derivatives in add_uploaded_file
function when performing an update of a photo.


git-svn-id: http://piwigo.org/svn/trunk@12907 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-17 00:17:39 +00:00
plegall
f7421e5789 feature 2548 (multiple sizes): adapt the web API method pwg.images.add (used
by pLoader, Digikam, Lightroom, iPhoto), pwg.images.checkFiles (pLoader only).

The "resize" parameter was removed for pwg.images.add since this behavior
becomes the default behavior in Piwigo 2.4.

Just like pwg.images.addSimple, pwg.images.add now uses the add_uploaded_file
function (next step is to merge pwg.images.add and pwg.images.addSimple)


git-svn-id: http://piwigo.org/svn/trunk@12906 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-17 00:11:14 +00:00
mistic100
a7f39070f4 feature:2549 update query not working well (sic)
git-svn-id: http://piwigo.org/svn/trunk@12905 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-16 21:44:29 +00:00
ddtddt
d29fb6a184 [trunk] - language - update lv_LV - Latviešu - Latvian Recovery in plugin - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12904 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-16 16:22:42 +00:00
Piwigo-TranslationTeam
8c4f7eb17f [trunk (public)] Update zh_CN, thanks to : quqibing
git-svn-id: http://piwigo.org/svn/trunk@12903 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-16 15:13:17 +00:00
Piwigo-TranslationTeam
befc571561 [trunk (public)] Update bg_BG, thanks to : hamsia
git-svn-id: http://piwigo.org/svn/trunk@12902 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-16 00:37:30 +00:00
Piwigo-TranslationTeam
8fd54b8b60 [trunk (public)] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@12901 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-15 22:38:21 +00:00
Piwigo-TranslationTeam
4b1a2e0021 [trunk (install)] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@12900 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-15 22:38:15 +00:00
Piwigo-TranslationTeam
6c19ae8516 [trunk (public)] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@12899 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-15 21:47:58 +00:00
Piwigo-TranslationTeam
69a139e8ac [trunk (admin)] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@12898 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-15 21:47:52 +00:00
ddtddt
ea5d5fa2ce [trunk] - language - update pt_PT - Português - Portuguese - Thanks to marcelomac - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12896 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-15 17:13:06 +00:00
mistic100
5aa62ddc13 revert svn properties changes from previous commit
git-svn-id: http://piwigo.org/svn/trunk@12895 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-15 17:09:41 +00:00
mistic100
e673454e05 feaure:2379 option to display user comments sorted new>old instead of old>new
git-svn-id: http://piwigo.org/svn/trunk@12894 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-15 17:05:30 +00:00
mistic100
24eafada3e feature:2549 fix javascript (hide/show didn't work correctly)
git-svn-id: http://piwigo.org/svn/trunk@12892 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-15 15:36:19 +00:00
Piwigo-TranslationTeam
435ff5f9f2 [trunk (public)] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@12891 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-15 12:36:02 +00:00
Piwigo-TranslationTeam
7a8abf7e49 [trunk (admin)] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@12890 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-15 12:35:56 +00:00
Piwigo-TranslationTeam
3f6988733b [trunk (admin)] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@12889 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-15 07:04:54 +00:00
mistic100
857907159d feature:2549 unstranlated rows in french files
git-svn-id: http://piwigo.org/svn/trunk@12888 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-14 22:33:06 +00:00
mistic100
c501688dbc feature:2549 Allow to disable comments for everybody
git-svn-id: http://piwigo.org/svn/trunk@12887 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-14 22:29:10 +00:00
mistic100
a412558492 feature:2021 change contents of the mail + add option on admin/user_list
git-svn-id: http://piwigo.org/svn/trunk@12886 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-14 15:02:02 +00:00
mistic100
5ea5350deb feature:2021 email notification on user creation, add checkboxes on register and install pages
git-svn-id: http://piwigo.org/svn/trunk@12885 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-14 13:08:43 +00:00
mistic100
34a70eceec feature:2517 ability to change username, add test to avoid existing usernames
git-svn-id: http://piwigo.org/svn/trunk@12884 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-14 12:08:34 +00:00
mistic100
af2302c1db 2021: email notification on user creation + mail for admin at installation
git-svn-id: http://piwigo.org/svn/trunk@12883 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-14 12:00:47 +00:00
mistic100
25481da931 feature:2517 ability to change username. admins can change usernames, users are notified by mail
git-svn-id: http://piwigo.org/svn/trunk@12882 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-14 10:50:47 +00:00
rvelices
56452f8711 revert css name change from previous commit
git-svn-id: http://piwigo.org/svn/trunk@12881 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-14 10:21:10 +00:00
rvelices
c5969b786a bug 2514 improve prev/next navigation navigation on picture page
git-svn-id: http://piwigo.org/svn/trunk@12880 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-14 06:19:22 +00:00
plegall
cac417c74b feature 2548, multiple size:
* adapt the upload script

* remove the resize settings screen

* add a new screen [Administration > Configuration > Options > Photo Sizes]
  with the ability to resize original after upload


git-svn-id: http://piwigo.org/svn/trunk@12879 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-12 21:37:28 +00:00
rvelices
6a115001ba bug 2553 hide menubar/register on indentification page if gallery is locked or guest_access is false
git-svn-id: http://piwigo.org/svn/trunk@12878 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-12 20:50:46 +00:00
rvelices
65590487d4 remove max photo width/height from user profile because not used anymore
git-svn-id: http://piwigo.org/svn/trunk@12877 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-12 05:57:43 +00:00
Piwigo-TranslationTeam
286bef319c [trunk (public)] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@12876 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-11 23:34:14 +00:00
rvelices
b1ebb7c785 bug 2554 php warning PHPWG_URL is not defined in page_tail.inc.php
git-svn-id: http://piwigo.org/svn/trunk@12875 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-11 20:52:17 +00:00
rvelices
511cbb1c98 bug 2544 upgrade css minifier to version 3.0.1 (Embedded cssmin is imcompatible with font-face syntax)
git-svn-id: http://piwigo.org/svn/trunk@12874 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-11 05:34:41 +00:00
rvelices
cf8155ddd6 feature 2550 - replace Sort order label and select on index page with a css sprite icon
git-svn-id: http://piwigo.org/svn/trunk@12873 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-11 05:03:04 +00:00
mistic100
e349749d42 bug:2540 When default photos order is only by rank, failure outside albums
define a default order_by + some javascript for limit number of fields

git-svn-id: http://piwigo.org/svn/trunk@12872 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-10 20:50:25 +00:00
patdenice
758f9dd195 feature:2552
Apply trigger render_element_description for thumbnail title (for picture description)

git-svn-id: http://piwigo.org/svn/trunk@12870 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-10 15:26:42 +00:00
Piwigo-TranslationTeam
ce51c1cc56 [trunk (public)] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@12869 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-09 21:01:08 +00:00
Piwigo-TranslationTeam
ce7909e9eb [trunk (admin)] Update ar_SA, thanks to : mohammed
git-svn-id: http://piwigo.org/svn/trunk@12868 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-09 21:01:01 +00:00
ddtddt
a22bcbbf5f [trunk] - language - update eo_EO -Esperanto Thanks to Axel Rousseau - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12867 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-09 13:00:54 +00:00
rvelices
225b45f2b8 feature 2548 multisize - added a page to build missing derivatives
- browser driven, chained ws calls to retrieve urls, visual feedback of progress through slideshow

git-svn-id: http://piwigo.org/svn/trunk@12865 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-08 19:25:52 +00:00
ddtddt
028729f069 [trunk] - language - update pt_PT - Português - Portuguese - Thanks to marcelomac - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12863 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-08 09:33:42 +00:00
ddtddt
f9e12b5143 [trunk] - language - add plugin core th_TH - Thaï – ภาษาไทย Thanks to Pradit Saenkaew - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12862 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-08 07:35:53 +00:00
ddtddt
43550f0f8c [trunk] - language - update th_TH - Thaï – ภาษาไทย Thanks to Pradit Saenkaew - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12861 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-08 07:31:48 +00:00
ddtddt
929c66497d [trunk] - language - add eo_EO -Esperanto Thanks to Axel Rousseau - step 1- feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12860 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-06 19:23:06 +00:00
rvelices
34717c1391 feature 2548 multisize - improved picture.php display (original...) + code cleanup
git-svn-id: http://piwigo.org/svn/trunk@12855 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-05 22:06:21 +00:00
rvelices
e64ab974df feature 2548 multisize - sharpen + watermarks (partially implemented / no test with imagick extension)
git-svn-id: http://piwigo.org/svn/trunk@12851 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-05 21:35:25 +00:00
mistic100
19b58d483b fix a typo in da_DK admin.lang file
git-svn-id: http://piwigo.org/svn/trunk@12850 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-05 21:32:17 +00:00
mistic100
39334130ce fix a typo in pt_BR admin.lang file
git-svn-id: http://piwigo.org/svn/trunk@12849 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-05 21:29:01 +00:00
ddtddt
619a57b074 [trunk] - language - update pt_PT - Português - Portuguese - Thanks to marcelomac - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12848 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-05 21:03:02 +00:00
Nakre
59a2b2f9f2 added/updated Turkish language
git-svn-id: http://piwigo.org/svn/trunk@12839 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-04 12:57:51 +00:00
Nakre
08364e168b added/updated Turkish language
git-svn-id: http://piwigo.org/svn/trunk@12834 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-04 10:08:35 +00:00
Nakre
a746fa1bfc added/updated Turkish language
git-svn-id: http://piwigo.org/svn/trunk@12833 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-04 09:13:53 +00:00
Piwigo-TranslationTeam
a0b79688f2 [trunk (public)] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@12832 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-03 21:12:05 +00:00
rvelices
d0b5df605c feature 2548 multisize
- rewrote local site sync + metadata sync

git-svn-id: http://piwigo.org/svn/trunk@12831 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-03 20:21:13 +00:00
plegall
6c3ff240cb feature 2541: "Derivatives" is a technical name. Replaced by "Multiple Size"
on administration screens. (and this screen may be move in the option "tabs",
we'll see later)


git-svn-id: http://piwigo.org/svn/trunk@12829 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-02 22:05:54 +00:00
plegall
66215ae736 feature 2541: if we want multisize to work "as expected" the old "websize" must not be a resize.
We'll have to manage this a better way, this commit is mainly for tests on 2.4.0beta1


git-svn-id: http://piwigo.org/svn/trunk@12828 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-02 21:48:12 +00:00
Piwigo-TranslationTeam
5e670ee731 [trunk (admin)] Update sl_SL, thanks to : svartur81
git-svn-id: http://piwigo.org/svn/trunk@12827 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-02 20:32:15 +00:00
flop25
9e95ed515d checkbox "apply on sub" after the button
better "if isset" to avoid errors if no user have been selected

git-svn-id: http://piwigo.org/svn/trunk@12825 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-02 15:55:47 +00:00
Piwigo-TranslationTeam
97a0c973fd [trunk (admin)] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@12824 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-02 10:52:09 +00:00
Piwigo-TranslationTeam
17578eb911 [trunk (public)] Update nl_NL, thanks to : Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@12823 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-02 10:52:03 +00:00
Piwigo-TranslationTeam
ff9a25173e [trunk (admin)] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@12822 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-02 10:51:56 +00:00
rvelices
95a78ca0d3 feature 2541 multisize
- admin GUI for choosing derivative parameters + persistence

git-svn-id: http://piwigo.org/svn/trunk@12820 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-01 21:10:43 +00:00
ddtddt
ec82ebbdcc [trunk] - language - update hr_HR - Hrvatski – Croatian Thanks to alen - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12817 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-01 09:17:20 +00:00
ddtddt
64ef1108c8 [trunk] - language - update ar_SA - Arabic / Saudi - العربية Thanks to mohammed - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12816 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-01 09:09:01 +00:00
ddtddt
95ddb15061 [trunk] - language - update cs_CZ - Česky - Czech Thanks to TPY - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12813 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-31 10:02:04 +00:00
Piwigo-TranslationTeam
306b7a7490 [trunk (public)] Update sl_SL, thanks to : svartur81
git-svn-id: http://piwigo.org/svn/trunk@12812 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-31 08:05:29 +00:00
Piwigo-TranslationTeam
f6c9448ce4 [trunk (admin)] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@12811 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-31 08:05:22 +00:00
plegall
0184ddb3b9 merge r12809 from branch 2.3 to trunk
bug 2543 fixed: the representative_picture_id was missing in the SQL query for pwg.categories.getList


git-svn-id: http://piwigo.org/svn/trunk@12810 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-30 21:25:32 +00:00
ddtddt
c9f58763dc [trunk] - language - add km_KH – ​ភាសា​ខ្មែរ​- khmer (Cambodia) Thanks to Vanndy - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12808 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-30 16:13:16 +00:00
ddtddt
42148055a1 [trunk] - language - update el_GR- Greek - ελληνικά - Thanks to Lamprianidis - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12803 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-29 16:07:57 +00:00
rvelices
1e1b71c6f6 fetaure 2542 replace $conf['local_data_dir'] with $conf['data_location'] and move combined files and image derivatives from local to _data
git-svn-id: http://piwigo.org/svn/trunk@12802 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-29 05:48:16 +00:00
rub
5331c7f940 Add upload on ignore list
git-svn-id: http://piwigo.org/svn/trunk@12800 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-28 12:08:23 +00:00
plegall
bf24a3278c feature 2541: fix bug on PHPWG_ROOT_PATH and includes
git-svn-id: http://piwigo.org/svn/trunk@12798 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-27 21:36:39 +00:00
rvelices
e42f791f52 feature 2541 multisize
- nicer presentation on picture.php
- added a maintenance purge derivatives action

git-svn-id: http://piwigo.org/svn/trunk@12797 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-27 20:26:49 +00:00
rvelices
753f58d6a9 feature 2541 multisize
- core implementation + usage on most public/admin pages
- still to do: sync process, upload, gui/persistence for size parameters, migration script, center of interest ...

git-svn-id: http://piwigo.org/svn/trunk@12796 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-27 05:26:44 +00:00
ddtddt
e77e68b7db [trunk] - language - update - da_DK - Dansk - Danish thanks to Nile - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12795 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-26 09:45:42 +00:00
ddtddt
e7f4aae0b6 [trunk] - language - update - pt_BR - Brasil – Brazil thanks to Fernando - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12793 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-26 09:17:50 +00:00
ddtddt
91911c589c [trunk] - language - update - pl_PL - Polski - Polish thanks to kuba - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12790 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-23 09:20:48 +00:00
ddtddt
bdd8ed44bf [trunk] - language - update - uk_UA - Українська -Ukrainian (admin part ) thanks to rukhov - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12788 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-23 00:34:40 +00:00
ddtddt
ae1926157d [trunk] - language - update - sv_SE - Svenska - Swedish thanks to styxsailor - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12787 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-22 23:37:23 +00:00
ddtddt
5337aba2d4 [trunk] - language - update - sk_SK – Slovensky – Slovak thanks to dodo - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12786 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-22 23:31:45 +00:00
ddtddt
4c7d5bccbc [trunk] - language - update - fa_IR - Persian - فارسی thanks to Garcia - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12785 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-22 22:50:04 +00:00
ddtddt
7216310c56 [trunk] - language - update - fa_IR - Persian - فارسی thanks to Garcia - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12783 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-22 19:05:57 +00:00
mistic100
52f56204bf bug:1711 sort photos by name
git-svn-id: http://piwigo.org/svn/trunk@12782 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-22 16:48:25 +00:00
ddtddt
af3ee23f0b [trunk] - language - update - uk_UA - Українська -Ukrainian (admin part ) thanks to quest_tom - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12777 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-21 20:25:50 +00:00
ddtddt
869333c8ac [trunk] - language - update SL (Slovenia - Slovenšcina) Thanks to klemen - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12776 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-21 19:03:45 +00:00
rvelices
e8760615eb simplification of 'startup phase' (forgot install.php)
git-svn-id: http://piwigo.org/svn/trunk@12769 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-19 20:27:05 +00:00
rvelices
d70a18d521 simplification of 'startup phase' - multisite.inc.php is not required anymore / database.inc.php is included after config.
git-svn-id: http://piwigo.org/svn/trunk@12768 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-19 20:25:42 +00:00
mistic100
4bbd5f6649 feature:2538 transmits messages after comment edition trough SESSION (no more ugly url displayed, avoid some minor bugs)
git-svn-id: http://piwigo.org/svn/trunk@12767 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-19 17:08:49 +00:00
mistic100
5470df353a bug:2539 we can't edit the same comment twice without change page
git-svn-id: http://piwigo.org/svn/trunk@12765 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-19 14:07:55 +00:00
mistic100
ca230a6f53 feature:2538 Make a unified messages management
use only $page['infos'] and $page['errors'] vars and and necessary template to all main pages

git-svn-id: http://piwigo.org/svn/trunk@12764 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-18 21:46:24 +00:00
plegall
f500499530 merge r12762 from branch 2.3 to trunk
bug 2536 fixed: a new virtual album is now added on top of the list of other
albums in the parent album (instead of bottom).



git-svn-id: http://piwigo.org/svn/trunk@12763 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-17 23:05:19 +00:00
plegall
b581ba81b7 merge r12760 from branch 2.3 to trunk
bug 2502 fixed: better handling of non-latin tags and multilanguage tags on
tags.php with mode letter.

We can't rely on url_name because it always start with "_" when the tag looks
like "[lang...". Instead we compute a str2url on the name, but once it has been
rendered by Extended Description. To avoid useless computations, I have added a
cache on the tag_alpha_compare function. Tested on a 175 tags set, speed is
good.



git-svn-id: http://piwigo.org/svn/trunk@12761 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-17 22:52:19 +00:00
patdenice
b3ce83e9cb bug:2537
Thumbnail creation may crash on some servers

git-svn-id: http://piwigo.org/svn/trunk@12756 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-17 17:45:49 +00:00
plegall
1c84017d23 better get_boolean function: able to detect "0" as false, (bool)false as false
and (int)0 as false.


git-svn-id: http://piwigo.org/svn/trunk@12752 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-16 20:57:55 +00:00
patdenice
1ea0155ad7 bug:2535
Image is not cropped and ressized if requested size is bigger than image size.

git-svn-id: http://piwigo.org/svn/trunk@12749 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-16 17:00:06 +00:00
plegall
d827eacab4 merge r12747 from branch 2.3 to trunk
bug 2534 fixed: clean (as clean as possible with MySQL+MyISAM) handle of
concurrency on user cache refresh. No more error when regenerating several
thumbnails at once.



git-svn-id: http://piwigo.org/svn/trunk@12748 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-16 13:53:24 +00:00
Piwigo-TranslationTeam
c92140a9ff [trunk (admin)] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@12745 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-16 09:25:09 +00:00
Piwigo-TranslationTeam
e323e3484d [trunk (admin)] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@12744 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-16 09:21:35 +00:00
Piwigo-TranslationTeam
b63ff160f5 [trunk (public)] Update hu_HU, thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@12743 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-16 09:21:29 +00:00
Piwigo-TranslationTeam
e664ddfbc4 [trunk (public)] Update bg_BG, thanks to : hamsia
git-svn-id: http://piwigo.org/svn/trunk@12740 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-16 09:15:47 +00:00
plegall
8796a85ab7 merge r12738 from branch 2.3 to trunk
feature 2489 updated: photos added by synchronization can't update their "file" field



git-svn-id: http://piwigo.org/svn/trunk@12739 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-16 09:10:30 +00:00
ddtddt
4dfc99ca6c [trunk] - language - update nl_NL - Nederlands - Dutch Thanks to Mattias - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12736 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-16 06:51:34 +00:00
plegall
5bdba6b0bc merge r12729 from branch 2.3 to trunk
feature 2489 added: ability to update "file" info in pwg.images.setInfo


git-svn-id: http://piwigo.org/svn/trunk@12730 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-13 15:21:36 +00:00
plegall
b129ee5c13 merge r12727 from branch 2.3 to trunk
feature 2532 added: pwg.images.add returns image_id (+url)


git-svn-id: http://piwigo.org/svn/trunk@12728 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-13 15:00:32 +00:00
plegall
5338ef80ef merge r12725 from branch 2.3 to trunk
feature 2533 added: ability to deactivate uniqueness check on pwg.images.add


git-svn-id: http://piwigo.org/svn/trunk@12726 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-13 14:42:54 +00:00
plegall
4bc17c2e40 merge r12722 from branch 2.3 into trunk
merge r12723 from branch 2.3 into trunk

feature 2531 added: pwg.images.add is able to generate web size + thumbnail
(remote client needs to set "resize" option to something else than 0). When
the "resize" is On, only the "file" must be send with pwg.images.addChunk.

Small improvement compared to code implemented in branch 2.3 : use of
single_insert when resize is Off, single algorithm to update $info_colums (resize On/Off)


git-svn-id: http://piwigo.org/svn/trunk@12724 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-13 14:01:10 +00:00
ddtddt
c194f7e578 [trunk] - language - update lv_LV - Latviešu - Latvian Recovery in plugin - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12721 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-12 21:36:11 +00:00
ddtddt
e84762613e [trunk] - language - Add - fi_FI – Finnish - Thanks to Jussi Sunnari - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12717 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-10 07:45:05 +00:00
plegall
cdf47f824c merge r12694 from branch 2.3 to trunk
bug 2529 fixed: Piwigo API can only handle the "rest" requestFormat.
If we try to search for another request format the only result is an
"Unknown request format" error for the client. This error happens when
always_populate_raw_post_data is On (which is not the default Apache
setting).



git-svn-id: http://piwigo.org/svn/trunk@12695 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-05 09:09:55 +00:00
rvelices
489beffd6e language cleanup (exact duplicates or almost same duplicate - capital/lower case first letter ...)
git-svn-id: http://piwigo.org/svn/trunk@12693 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-04 19:41:54 +00:00
ddtddt
9a5d818b04 [trunk] - language - update - de_DE- Deutsch - German - Thanks to joergen - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12687 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-02 17:27:55 +00:00
rvelices
5a2c6acab5 language cleanup (exact duplicates or almost same duplicate - capital/lower case first letter ...)
git-svn-id: http://piwigo.org/svn/trunk@12682 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-02 05:36:46 +00:00
rvelices
d1c4204a42 language cleanup (exact duplicates or almost same duplicate - capital/lower case first letter ...)
git-svn-id: http://piwigo.org/svn/trunk@12681 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-01 21:02:52 +00:00
rvelices
76780eb578 language cleanup (exact duplicates or almost same duplicate)
git-svn-id: http://piwigo.org/svn/trunk@12677 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-01 04:51:13 +00:00
rvelices
adc90e72b6 bug 2515: a few icons are not in CSS sprite (comment actions use text links now)
git-svn-id: http://piwigo.org/svn/trunk@12676 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-30 20:51:20 +00:00
rvelices
f75a41d9b9 language cleanup (exact duplicates or almost same duplicate)
git-svn-id: http://piwigo.org/svn/trunk@12672 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-29 20:44:38 +00:00
rvelices
5fc6e5f126 bug 2515: a few icons are not in CSS sprite (start/stop filter are now)
also removed many icons that are not used anymore since 2.2

git-svn-id: http://piwigo.org/svn/trunk@12671 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-29 19:27:25 +00:00
rvelices
8ce9bc9d39 removed unused css rules
git-svn-id: http://piwigo.org/svn/trunk@12670 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-29 04:44:13 +00:00
rvelices
45dcf686ee bug 2516: compiled_template_cache_language option does not work properly (again)
git-svn-id: http://piwigo.org/svn/trunk@12656 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-22 21:18:15 +00:00
rvelices
85a60f15e5 feature 2486: Add an admin view for rates by user (improvement)
git-svn-id: http://piwigo.org/svn/trunk@12650 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-21 20:46:05 +00:00
patdenice
95325c68cf bug:2513
Warning messages during synchronisation on some servers

git-svn-id: http://piwigo.org/svn/trunk@12642 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-17 18:09:37 +00:00
patdenice
5c7f267455 bug:2511
Warning messages during thumbnails creation (FTP method)

git-svn-id: http://piwigo.org/svn/trunk@12640 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-17 14:39:47 +00:00
rvelices
24e6177232 simplify cross browser rating stars display
git-svn-id: http://piwigo.org/svn/trunk@12639 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-16 20:46:46 +00:00
rvelices
0830ee1413 remove some useless css admin rules
git-svn-id: http://piwigo.org/svn/trunk@12633 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-15 21:13:02 +00:00
plegall
f6a6701fb7 merge r12629 from branch 2.3 to trunk
bug 2506 fixed: Batch Manager does not take permissions into account when
filtering on tags

feature 2507 added: Batch Manager can filter on "all tags" or "any tag"



git-svn-id: http://piwigo.org/svn/trunk@12630 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-15 11:58:10 +00:00
rvelices
144a79944b remove some useless css admin clear rules
git-svn-id: http://piwigo.org/svn/trunk@12626 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-14 20:24:54 +00:00
rvelices
8f0f2742cc feature 2486: Add an admin view for rates by user - add eol:style lf on previous commit
git-svn-id: http://piwigo.org/svn/trunk@12625 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-14 20:12:39 +00:00
rvelices
2f87684e09 feature 2486: Add an admin view for rates by user
git-svn-id: http://piwigo.org/svn/trunk@12624 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-14 20:10:37 +00:00
mistic100
f59e5bf46a bug:2501 Tooltip mistranslated in the themes manager
git-svn-id: http://piwigo.org/svn/trunk@12613 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-12 15:21:23 +00:00
mistic100
0fbc085f52 feature:2466 Display high-definition dimensions in picture_modify
(file size was already displayed)

git-svn-id: http://piwigo.org/svn/trunk@12612 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-12 12:45:19 +00:00
mistic100
7f28ff8de0 bug:2503 in register.php bad template var for 'obligatory_user_mail_address'
git-svn-id: http://piwigo.org/svn/trunk@12610 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-12 11:50:12 +00:00
mistic100
147be90e53 add the file : tools/triggers_list.php
git-svn-id: http://piwigo.org/svn/trunk@12608 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-12 09:44:00 +00:00
mistic100
2650003a54 feature 2500: make 'validate_user_comment' and 'delete_user_comment' working with array
git-svn-id: http://piwigo.org/svn/trunk@12596 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-11 10:19:44 +00:00
plegall
16c1226ad3 merge r12590 from branch 2.3 to trunk
bug 2497 fixed: never try to move a physical album


git-svn-id: http://piwigo.org/svn/trunk@12591 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-08 14:37:43 +00:00
Gotcha
87aa694561 Merge r12588 from br2.3 to trunk
git-svn-id: http://piwigo.org/svn/trunk@12589 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-08 13:13:13 +00:00
patdenice
bbe62b64c0 bug:2496
Imagick library (class version) is not detected properly on some servers 

git-svn-id: http://piwigo.org/svn/trunk@12581 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-07 15:34:08 +00:00
plegall
31689aeca1 merge r12575 from branch 2.3 to trunk
bug 2491 fixed: on album admin screen, don't display "1 album moved" message
when the album is not really moved.



git-svn-id: http://piwigo.org/svn/trunk@12576 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-07 10:53:23 +00:00
Piwigo-TranslationTeam
22154db6a4 [trunk (public)] Update de_DE, thanks to : Polly
git-svn-id: http://piwigo.org/svn/trunk@12568 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-07 10:21:29 +00:00
Piwigo-TranslationTeam
e3ff08e5a8 [trunk (admin)] Update de_DE, thanks to : Polly
git-svn-id: http://piwigo.org/svn/trunk@12565 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-06 22:25:12 +00:00
Piwigo-TranslationTeam
5d74aca8e4 [trunk (admin)] Update es_ES, thanks to : petaqui
git-svn-id: http://piwigo.org/svn/trunk@12564 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-06 22:25:07 +00:00
mistic100
5e8423c38b feature:2495 add triggers for comment validation and deletion
git-svn-id: http://piwigo.org/svn/trunk@12556 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-05 22:56:13 +00:00
patdenice
e859d5ac6d feature:2322
feature:2493
Add a trigger for multi language tags in quick search and url

git-svn-id: http://piwigo.org/svn/trunk@12553 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-05 16:15:58 +00:00
plegall
a808d23130 merge r12545 from branch 2.3 to trunk
feature 2397 added: add details about the album thumbnail for extra templates.

Algorithm changed for FILE_HAS_HD : we don't care about the $user['enabled_high']

Fields added in category_default : high_filesize, high_width, high_height, rating_score

We send the same fields on category_cats but for album thumbnail only.



git-svn-id: http://piwigo.org/svn/trunk@12546 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-04 23:54:12 +00:00
plegall
ee79c8516a merge r12539 from branch 2.3 to trunk
feature 2352: a bug had been introduced by r12537, the piwigo_user_cache_categories.count_categories
was missing (the list of albums was not refreshing correctly on the upload form)



git-svn-id: http://piwigo.org/svn/trunk@12544 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-04 21:27:18 +00:00
plegall
7b1964c511 merge r12537 from branch 2.3 to trunk
feature 2352 added: pwg.categories.getList now returns a tn_url parameter.
This is the album thumbnail.

Warning: if the API method is called with $params['public'], the album
thumbnail may be not accurate. The thumbnail can be viewed by the connected
user, but maybe not by the guest. Changing the filtering method would be too
complicated for now. We will simply avoid to persist the
user_representative_picture_id in the database if $params['public']



git-svn-id: http://piwigo.org/svn/trunk@12543 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-04 21:22:55 +00:00
plegall
2c33148c60 merge r12540 from branch 2.3 to trunk
bug 2492 fixed: no need to transmit ['hit'] to get_thumbnail_title, this parameter becomes optional to avoid errors in plugins


git-svn-id: http://piwigo.org/svn/trunk@12541 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-04 10:13:00 +00:00
rvelices
b58fea9f2c feature 2477: remove unnecesary admin css rules / html elements
git-svn-id: http://piwigo.org/svn/trunk@12528 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-28 19:35:45 +00:00
patdenice
2a5be28bc5 feature:2487
Update jQuery to 1.6.4 and jQuery UI to 1.8.16 

git-svn-id: http://piwigo.org/svn/trunk@12525 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-28 13:25:54 +00:00
patdenice
3ea95e0ebc bug:2484
wrong tooltip on header/footer tooltips in administration

git-svn-id: http://piwigo.org/svn/trunk@12521 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-26 15:09:26 +00:00
patdenice
458e49b360 bug:2480
datepicker need to use removeAttr jquery function to remove an attribute.

git-svn-id: http://piwigo.org/svn/trunk@12519 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-26 14:56:39 +00:00
patdenice
fa500d36ec bug:2483
warning on plugin activation 

git-svn-id: http://piwigo.org/svn/trunk@12517 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-25 15:34:58 +00:00
Gotcha
0e7b3e2298 Merge r12509 from br2.3 to trunk/themes/default/fix-ie7.css
bug:2481

git-svn-id: http://piwigo.org/svn/trunk@12510 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-23 21:08:35 +00:00
ddtddt
b955cbb0fa [trunk] - language - update - pt_PT - Português - Portuguese - Thanks to alahel76 - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12497 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-19 18:43:33 +00:00
patdenice
5c452b8084 bug:2479
External ImageMagick library is not properly detected

git-svn-id: http://piwigo.org/svn/trunk@12493 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-19 13:05:26 +00:00
rvelices
467b40f710 feature 2477: remove unnecesary css rules + simplify very inefficient overly qualified rules (pagespeed)
git-svn-id: http://piwigo.org/svn/trunk@12491 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-18 23:38:33 +00:00
ddtddt
2e0b680179 [trunk] - language - update - uk_UA - Українська -Ukrainian - Thanks to rukhov - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12489 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-18 21:12:25 +00:00
ddtddt
e46e190bc1 [trunk] - language - add km_KH – ​ភាសា​ខ្មែរ​ - khmer (Cambodia) Thanks to Vanndy - Step 7 - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12488 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-18 20:45:54 +00:00
ddtddt
1567ce4980 [trunk] - language - error key
git-svn-id: http://piwigo.org/svn/trunk@12485 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-18 19:13:49 +00:00
rvelices
21fe043d2e admin remove unused css rules + unused class names from html elements
git-svn-id: http://piwigo.org/svn/trunk@12482 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-18 04:44:44 +00:00
rvelices
ef9766a291 feature 2477: Remove unused CSS / html elements from version 2.3
git-svn-id: http://piwigo.org/svn/trunk@12479 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-17 20:51:49 +00:00
mistic100
d4cf6a085c feature:2471 missing translations in r12474 [Batch Manager] "zoom" and "edit" links over each thumbnail
git-svn-id: http://piwigo.org/svn/trunk@12478 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-17 19:26:40 +00:00
ddtddt
2a5555015a [trunk] - language - bug:2474
git-svn-id: http://piwigo.org/svn/trunk@12477 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-17 19:19:11 +00:00
mistic100
59e744f379 feature:2471 [Batch Manager] "zoom" and "edit" links over each thumbnail
git-svn-id: http://piwigo.org/svn/trunk@12474 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-17 18:59:07 +00:00
mistic100
ad2f001097 bug:2476 Increase the maximum display of thumbnails, now limited to 3 digits (999 thumbnails)
git-svn-id: http://piwigo.org/svn/trunk@12470 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-17 17:23:11 +00:00
ddtddt
1b33ff1ce3 [trunk] - language - update tr_TR - Türkçe – Turkish - Thanks to nakre - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12469 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-17 16:04:27 +00:00
Piwigo-TranslationTeam
9feecddfb2 [trunk (Public)] Update tr_TR, thanks to : Nakre
git-svn-id: http://piwigo.org/svn/trunk@12467 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-17 15:21:47 +00:00
ddtddt
7d0f641877 [trunk] - language - add km_KH – ​ភាសា​ខ្មែរ​ - khmer (Cambodia) Thanks to Vanndy - Step 6 - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12466 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-17 12:25:54 +00:00
ddtddt
66bd3147e2 [trunk] - language - add km_KH – ​ភាសា​ខ្មែរ​ - khmer (Cambodia) Thanks to Vanndy - Step 4 - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12464 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-17 10:30:34 +00:00
ddtddt
dc3af42e5e [trunk] - language - add km_KH – ភាសា- khmer (Cambogia) Thanks to Vanndy - Step 4 - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12457 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-16 16:25:11 +00:00
ddtddt
b19a47a20e [trunk] - language - bug:2474
git-svn-id: http://piwigo.org/svn/trunk@12456 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-16 07:26:03 +00:00
ddtddt
88f48a0033 [trunk] - language - update SL (Slovenia - Slovenšcina) Thanks to klemen - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12455 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-16 07:00:37 +00:00
ddtddt
75e746ac65 [trunk] - language - add km_KH – ភាសា- khmer (Cambogia) Thanks to Vanndy - Step 3 - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12454 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-15 21:12:07 +00:00
patdenice
c6406762f0 feature:2473
Apply trigger render_element_description for thumbnail title

git-svn-id: http://piwigo.org/svn/trunk@12451 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-15 15:27:33 +00:00
ddtddt
f9cdbf763a [trunk] - language - add km_KH – ភាសា- khmer (Cambogia) Thanks to Vanndy - Step 1 - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12445 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-14 18:20:42 +00:00
patdenice
4bbb04fa60 Bug:2472
Thumbnails are not cropped during upload

git-svn-id: http://piwigo.org/svn/trunk@12443 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-14 10:43:48 +00:00
ddtddt
8927a52329 [trunk] - language - add km_KH – ភាសា- khmer (Cambogia) Thanks to Vanndy - Step 1 - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12442 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-14 10:10:04 +00:00
ddtddt
fb75cbcd72 [trunk] - language - update ca_ES - Catalan - Thanks to josep.torne - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12441 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-13 22:38:26 +00:00
ddtddt
ec006d7478 [trunk] - language - update fr_CA - Quebec - Québécois - Thanks to TiOger - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12438 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-13 22:28:02 +00:00
rvelices
1cd0cda111 bug 2469 compiled_template_cache_language option does not work properly on some language keys because of double escaping
git-svn-id: http://piwigo.org/svn/trunk@12429 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-13 18:18:05 +00:00
rvelices
143637d30e bug 2469 compiled_template_cache_language option does not work properly on some language keys because of double escaping
git-svn-id: http://piwigo.org/svn/trunk@12427 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-13 18:00:53 +00:00
ddtddt
83528a71e5 [trunk] - language - for tool
git-svn-id: http://piwigo.org/svn/trunk@12426 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-13 17:59:57 +00:00
ddtddt
cc2e3d7754 [trunk] - language - add km_KH – ភាសា- khmer (Cambogia) Thanks to Vanndy - Step 1 - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12425 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-13 17:29:42 +00:00
rvelices
4fd9f2847c bug 2458 - fixed missing language key in batch manager
git-svn-id: http://piwigo.org/svn/trunk@12421 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-12 20:10:57 +00:00
ddtddt
3b772ed793 [trunk] - language - update zh_CN - 简体中文 - Chinese Thanks to quqibing - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12419 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-12 19:06:18 +00:00
rvelices
0320e1f874 avoid division by 0 warning when there are no rates in the database
git-svn-id: http://piwigo.org/svn/trunk@12412 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-11 20:09:08 +00:00
Piwigo-TranslationTeam
b4558f32f1 [trunk (Admin)] Update af_ZA, thanks to : maeztro
git-svn-id: http://piwigo.org/svn/trunk@12398 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-10 15:10:04 +00:00
Nakre
121f5f5787 added/updated Turkish language
git-svn-id: http://piwigo.org/svn/trunk@12393 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-09 07:34:39 +00:00
rvelices
2967d4d11b moved up one line of code added in 2.3 (plugin compatibility)
git-svn-id: http://piwigo.org/svn/trunk@12391 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-08 20:01:20 +00:00
ddtddt
f8b0a29eb9 [trunk] - language - update nl_NL - Nederlands - Dutch Thanks to sleepless - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12385 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-08 07:45:04 +00:00
ddtddt
0e91ff2a75 [trunk] - language - update fr_FR - french - Français Recovery in plugin - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12383 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-08 07:15:00 +00:00
Piwigo-TranslationTeam
e4709c2fb2 [trunk (Admin)] Update af_ZA, thanks to : maeztro & mistic100
git-svn-id: http://piwigo.org/svn/trunk@12379 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-07 15:43:01 +00:00
ddtddt
8840705eba [trunk] - language - update zh_TW - 中文 (繁體) - Chinese traditional Thanks to chouyh - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12376 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-07 05:36:04 +00:00
ddtddt
6558b8c44e [trunk] - language - update th_TH - Thaï – ภาษาไทย Thanks to Pradit Saenkaew - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12374 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-07 05:22:56 +00:00
ddtddt
27862f6615 [trunk] - language - update th_TH - Thaï – ภาษาไทย Thanks to Pradit Saenkaew - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12373 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-07 05:21:06 +00:00
ddtddt
e3c3a45491 [trunk] - language - update sv_SE - Svenska - Swedish Thanks to styxsailor - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12371 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-06 21:34:09 +00:00
ddtddt
196749d06f [trunk] - language - update sv_SE - Svenska - Swedish Thanks to styxsailor - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12368 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-06 21:22:04 +00:00
patdenice
af372cb1f6 It's better to only deactivate obsolete plugins on loading.
git-svn-id: http://piwigo.org/svn/trunk@12360 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-06 09:36:02 +00:00
patdenice
8ba29f8f46 Avoid error if several obsolet plugins have to be uninstalled.
git-svn-id: http://piwigo.org/svn/trunk@12359 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-06 09:25:10 +00:00
ddtddt
1568916fb3 [trunk] - language - update th_TH - Thaï – ภาษาไทย Thanks to Pradit Saenkaew - feature:2457
git-svn-id: http://piwigo.org/svn/trunk@12351 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-05 14:30:57 +00:00
plegall
7ad0971cf7 next release on trunk is 2.4.0beta1
git-svn-id: http://piwigo.org/svn/trunk@12346 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-04 13:46:45 +00:00
plegall
f94576c547 admin/plugins.php is not longer obsolete, it was reintroduced in Piwigo 2.3
git-svn-id: http://piwigo.org/svn/trunk@12343 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-04 13:18:53 +00:00
plegall
72163bef70 bug 2430 fixed: prevents from cross site scripting, the URL is cleanly rewritten
git-svn-id: http://piwigo.org/svn/trunk@12342 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-04 12:48:02 +00:00
plegall
c1dd676c5c postpone warning on is_adviser to Piwigo 2.4 to avoid breaking compatibility with plugins
git-svn-id: http://piwigo.org/svn/trunk@12339 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-04 09:06:22 +00:00
ddtddt
2a2d09788f [trunk] - language - update cs_CZ - Česky - Czech thanks to webprostor.eu - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12334 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-03 14:26:48 +00:00
Piwigo-TranslationTeam
95991dc3a5 Update tr_TR, thanks to : Nakre
git-svn-id: http://piwigo.org/svn/trunk@12332 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-03 09:49:15 +00:00
ddtddt
cfab681818 [trunk] - language - update ko_KR – 한국어 – Korean - cleaning - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12331 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-03 06:52:34 +00:00
ddtddt
ad170a6dc8 [trunk] - language - update bg_BG - Bulgarian - cleaning - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12330 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-03 06:45:43 +00:00
ddtddt
3afbee1057 [trunk] - language - update SL (Slovenia - Slovenšcina) Thanks to klemen - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12329 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-03 06:13:51 +00:00
ddtddt
49acff1a9e [trunk] - language - update hr_HR - Hrvatski – Croatian Thanks to alen - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12328 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-02 22:50:41 +00:00
ddtddt
b22d380a73 [trunk] - language - LocalFilesEditor - update pl_PL - Polski - Polish Thanks to kuba - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12327 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-02 22:22:52 +00:00
ddtddt
f828e5e4f4 [trunk] - language - update he_IL - Hebrew - עברית Thanks to nitzanmor by translator tool - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12326 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-02 21:04:10 +00:00
ddtddt
9caad32e29 [trunk] - language - af_ZA - Afrikaans bug autocimmit - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12325 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-02 20:56:00 +00:00
Piwigo-TranslationTeam
2e4aa0830a Update tr_TR, thanks to : ddtddt
git-svn-id: http://piwigo.org/svn/trunk@12324 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-02 20:46:42 +00:00
Piwigo-TranslationTeam
83b3ed749b Update af_ZA, thanks to : maeztro
git-svn-id: http://piwigo.org/svn/trunk@12323 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-02 20:46:37 +00:00
Piwigo-TranslationTeam
5eecfffa63 Update tr_TR, thanks to : Nakre
git-svn-id: http://piwigo.org/svn/trunk@12322 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-02 20:42:22 +00:00
Piwigo-TranslationTeam
c4daf93a94 Update he_IL, thanks to : nitzanmor
git-svn-id: http://piwigo.org/svn/trunk@12320 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-02 19:00:27 +00:00
ddtddt
2a04e30306 [trunk] - language - update zh_CN - 简体中文 - Chinese Recovery in plugin - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12319 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-02 18:32:59 +00:00
ddtddt
88009e4452 [trunk] - language - update vi_VN - Tiếng Việt - Vietnamese Recovery in plugin - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12318 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-02 18:22:40 +00:00
ddtddt
3c115155e7 [trunk] - language - update sr_RS - Српски - Serbia Recovery in plugin - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12317 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-02 17:37:07 +00:00
ddtddt
894938b653 [trunk] - language - update it_IT - Italiano - Italian - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12316 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-02 17:31:03 +00:00
ddtddt
d93ceebe95 [trunk] - language - update sk_SK - Slovak - Slovensky Recovery in plugin - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12315 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-02 17:27:05 +00:00
ddtddt
3fb214f8ee [trunk] - language - update ru_RU - Русский - Russian Recovery in plugin - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12313 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-02 16:36:11 +00:00
ddtddt
d1916e2b9c [trunk] - language - update pt_PT - Português - Portuguese Recovery in plugin - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12312 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-02 16:24:53 +00:00
ddtddt
b513fc1cd6 [trunk] - language - update pl_PL - Polski - Polish Recovery in plugin - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12311 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-02 16:12:32 +00:00
ddtddt
ec40695779 [trunk] - language - update no_NO – Norwegian Recovery in plugin - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12310 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-02 16:01:18 +00:00
ddtddt
f26ff85a94 [trunk] - language - update nl_NL - Nederlands - Dutch Recovery in plugin - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12309 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-02 14:09:07 +00:00
ddtddt
39370bc094 [trunk] - language - update lv_LV - Latviešu - Latvian Recovery in plugin - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12308 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-02 14:06:48 +00:00
ddtddt
6e965dada3 [trunk] - language - update ka_GE - ქართული - Georgian Recovery in plugin - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12307 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-02 14:00:12 +00:00
ddtddt
3f64ac4b60 [trunk] - language - update ja_JP - 日本語 - Japanese Recovery in plugin - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12306 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-02 13:50:00 +00:00
ddtddt
729e51b0b6 [trunk] - language - update it_IT - Italiano - Italian Recovery in plugin - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12305 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-02 13:40:09 +00:00
ddtddt
b5a5a2fd79 [trunk] - language - update hu_HU - Magyar – Hungarian Recovery in plugin - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12304 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-02 13:34:36 +00:00
ddtddt
ea08e65e84 [trunk] - language - update hr_HR - Hrvatski – Croatian Recovery in plugin - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12303 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-02 13:23:55 +00:00
ddtddt
970b02f921 [trunk] - language - update da_DK - Dansk - Danish thanks to nileson - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12302 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-02 13:04:52 +00:00
ddtddt
b7c7de9e49 [trunk] - language - update es_ES - Español – Spanish Recovery in plugin - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12301 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-02 07:47:14 +00:00
ddtddt
721b41b809 [trunk] - language - update de_DE- Deutsch - German Recovery in plugin - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12300 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-02 07:42:09 +00:00
ddtddt
d2c2c7d720 [trunk] - language - update da_DK - Dansk - Danish Recovery in plugin - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12299 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-02 07:29:33 +00:00
ddtddt
866b648554 [trunk] - language - update cs_CZ - Česky - Czech - Key Recovery in plugin - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12298 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-02 07:15:46 +00:00
ddtddt
68345239e5 [trunk] - language - update ar_SA - Arabic / Saudi - العربية - Key Recovery in plugin - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12297 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-02 07:09:12 +00:00
plegall
70cf50766e feature 2452 added: upgrade script from 2.2 to 2.3
git-svn-id: http://piwigo.org/svn/trunk@12296 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-01 22:56:33 +00:00
plegall
33c38abc00 coding guideline: replace tabs by spaces
git-svn-id: http://piwigo.org/svn/trunk@12295 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-01 22:53:29 +00:00
plegall
2b607f0b0f next version is 2.3.0
git-svn-id: http://piwigo.org/svn/trunk@12294 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-01 22:44:21 +00:00
ddtddt
350f16f692 [trunk] - language - update en_UK - English - Thanks to mixedbredie - step 3 - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12286 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-01 07:44:49 +00:00
ddtddt
892fe2153a [trunk] - language - update en_UK - English - Thanks to mixedbredie - step 2 - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12285 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-01 06:51:10 +00:00
ddtddt
2cc35e7ddf [trunk] - language - update tr_TR - Türkçe - Turkish - Thanks to nakre - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12284 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-01 06:03:55 +00:00
ddtddt
7ccb72ff0a [trunk] - language - update el_GR- Greek - ελληνικά - Thanks to Lamprianidis - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12283 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-01 05:46:04 +00:00
ddtddt
adc88119ef [trunk] - language - update zh_CN - 简体中文 - Chinese thanks to Ralph.Bai - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12274 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-30 16:55:33 +00:00
ddtddt
8acb45ebf1 [trunk] - language - update sv_SE - Svenska - Swedish - Thanks to styxsailor - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12273 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-30 16:48:30 +00:00
patdenice
d3a81948e7 Add missing language keys for auto-upgrade (only error keys).
git-svn-id: http://piwigo.org/svn/trunk@12261 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-29 14:52:06 +00:00
plegall
347fb6e321 bug 2449 fixed: in the "tags box" on batch manager and picture_modify, we
should only display the tag in the current user language, not the tag in all
available languages.


git-svn-id: http://piwigo.org/svn/trunk@12259 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-29 13:48:49 +00:00
patdenice
aeae5476e1 Deactivate auto-rotation for thumbnail creation.
git-svn-id: http://piwigo.org/svn/trunk@12258 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-29 13:15:12 +00:00
ddtddt
71aeadaaaf [trunk] - language - update th_TH - Thaï – ภาษาไทย Thanks to Pradit Saenkaew - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12257 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-29 10:10:43 +00:00
rvelices
2b26a82f06 bug 2440 : deleting a rate from admin was missing an include_once
git-svn-id: http://piwigo.org/svn/trunk@12255 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-29 04:13:46 +00:00
rvelices
cf2fc7a424 feature 2439: ability to sync more metadata from plusigns (send the mapping to plugins)
git-svn-id: http://piwigo.org/svn/trunk@12254 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-29 04:11:26 +00:00
ddtddt
d6835e415b [trunk] - language - update SL (Slovenia - Slovenšcina) Thanks to klemen - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12253 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-28 19:19:18 +00:00
riopwg
1305c10bef Update language IT
git-svn-id: http://piwigo.org/svn/trunk@12252 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-28 06:18:17 +00:00
ddtddt
52f9e85855 [trunk] - update pt_PT - Português - Portuguese thanks to alahel76 - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12251 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-27 21:56:47 +00:00
ddtddt
b172e69fb0 [trunk] - language - update TW Thanks to chouyh - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12246 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-27 18:25:05 +00:00
ddtddt
fedd176cca [trunk] - language - update sv_SE - Svenska - Swedish - Thanks to styxsailor - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12245 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-27 18:15:10 +00:00
ddtddt
0bd1268921 [trunk] - language - update th_TH - Thaï – ภาษาไทย Thanks to Pradit Saenkaew - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12244 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-27 17:31:59 +00:00
Piwigo-TranslationTeam
ffab30a556 [trunk (Admin)] Update Afrikaans [AF], thanks to : maeztro
git-svn-id: http://piwigo.org/svn/trunk@12243 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-27 14:41:45 +00:00
ddtddt
19b35cce6d [trunk] - language - update fr_CA - Quebec - Québécois - Thanks to TiOger - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12242 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-26 21:14:04 +00:00
ddtddt
776d5b1d89 [trunk] - language - update HR (Hrvatski - Croatian) thanks to alen - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12241 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-26 21:04:46 +00:00
plegall
4dcf685dcb bug 2448 fixed: change term "album representative" into "album thumbnail"
git-svn-id: http://piwigo.org/svn/trunk@12238 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-26 20:18:53 +00:00
ddtddt
e622018cdc [trunk] - language - update fa_IR - Persian - فارسی - cleaning - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12236 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-26 17:20:00 +00:00
ddtddt
8ff6fef24f [trunk] - language - update fr_CA - Quebec - Québécois - cleaning - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12235 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-26 17:12:59 +00:00
ddtddt
b33ace67c8 [trunk] - language - update he_IL - Hebrew - עברית - cleaning - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12234 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-26 16:35:01 +00:00
ddtddt
0170190bfd [trunk] - language - update hr_HR - Hrvatski - Croatian - cleaning - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12233 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-26 16:13:47 +00:00
ddtddt
fe69c5eeac [trunk] - language - update ka_GE - ქართული - Georgian - cleaning - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12232 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-26 15:25:18 +00:00
ddtddt
49e6096f4d [trunk] - language - update no_NO - Norwegian - cleaning - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12231 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-26 15:07:27 +00:00
ddtddt
cf4ffb1d28 [trunk] - language - update pt_BR - Brasil - Brazil - cleaning - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12230 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-26 15:03:02 +00:00
ddtddt
718f565786 [trunk] - language - update pt_PT - Português - Portuguese - cleaning - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12229 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-26 11:57:15 +00:00
ddtddt
720e2cdd42 [trunk] - language - update th_TH - Thaï – ภาษาไทย Thanks to Pradit Saenkaew - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12228 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-26 11:40:01 +00:00
ddtddt
695245fb09 [trunk] - language - update ro_RO - Română - Romanian - cleaning - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12220 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-25 07:11:22 +00:00
ddtddt
b45b66cfb8 [trunk] - language - update th_TH - Thaï – ภาษาไทย - cleaning - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12219 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-25 07:07:48 +00:00
ddtddt
babd9c19ba [trunk] - language - update zh_TW - - Chinese traditional - cleaning - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12218 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-25 07:04:32 +00:00
ddtddt
c90eb8c3a9 [trunk] - language - update vi_VN - Tiếng Việt - Vietnamese Thanks to Em Ku - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12217 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-25 06:57:14 +00:00
ddtddt
2b00b8006a [trunk] - language - update tr_TR - Türkçe - Turkish - cleaning - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12216 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-25 05:51:37 +00:00
ddtddt
2b8e5fc0c9 [trunk] - language - update zh_CN - 简体中文 - Chinese thanks to Ralph.Bai - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12210 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-24 05:31:18 +00:00
ddtddt
63c7c4c57a [trunk] - language - update zh_CN - 简体中文 - Chinese thanks to Ralph.Bai - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12203 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-23 15:14:13 +00:00
ddtddt
5c06f87643 [trunk] - language - update es_ES - Español - Spanish thanks to jpr928 - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12202 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-23 06:57:03 +00:00
ddtddt
bf43195754 [trunk] - language - update lv_LV (Latvian - Latviešu) thanks to Aivars Baldone - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12201 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-23 06:47:57 +00:00
ddtddt
718c00e3b4 [trunk] - language - update sk_SK - Slovak - Slovensky thanks to dodo - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12200 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-23 06:43:22 +00:00
Piwigo-TranslationTeam
1425733cb6 [trunk (Admin)] Update Magyar [HU], thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@12199 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-22 17:39:54 +00:00
ddtddt
e359e019bb [trunk] - language - update PL (Polish - Polski) Thanks to kuba - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12198 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-21 19:46:02 +00:00
riopwg
702febbdbc Update language IT
git-svn-id: http://piwigo.org/svn/trunk@12197 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-21 19:39:52 +00:00
ddtddt
a8cb6426e7 [trunk] - language - updateNL (Dutch - Nederlands) thanks to sleepless - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12196 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-21 19:19:27 +00:00
ddtddt
01770e7685 [trunk] - language - update ru_RU - Русский - Russian thanks to yuragal - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12195 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-20 18:29:47 +00:00
ddtddt
e33454a4e1 [trunk] - language - update da_DK - Dansk - Danish thanks to nileson - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12194 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-20 18:25:02 +00:00
ddtddt
c69cd4e7de [trunk] - language - update da_DK - Dansk - Danish thanks to nileson - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12193 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-20 18:19:43 +00:00
ddtddt
7dcf9987d2 [trunk] - language - update sk_SK - Slovak - Slovensky thanks to dodo - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12188 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-19 09:47:50 +00:00
ddtddt
0171aa5bad [trunk] - language - update - uk_UA - Українська -Ukrainian (admin part ) thanks to quest_tom - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12187 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-19 07:59:00 +00:00
ddtddt
b56b4f9714 [trunk] - language - update - uk_UA - Українська -Ukrainian (admin part ) thanks to quest_tom - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12186 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-19 07:34:27 +00:00
ddtddt
db50a384a4 [trunk] - language - update cs_CZ - Česky - Czech thanks to webprostor.eu - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12185 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-19 07:29:37 +00:00
ddtddt
1a43c1d049 [trunk] - language - update PL (Polish - Polski) Thanks to kuba - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12184 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-19 07:20:26 +00:00
ddtddt
98a5d0cb07 [trunk] - language - update SL (Slovenia - Slovenšcina) Thanks to klemen - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12183 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-19 07:09:29 +00:00
ddtddt
511b1e7ced [trunk] - language - update ca_ES (Catalan) thanks to josep.torne - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12182 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-19 07:04:34 +00:00
ddtddt
536e13dd0d [trunk] - language - update el_GR- Greek - ελληνικά - Thanks to Lamprianidis - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12176 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-18 05:38:32 +00:00
plegall
fafb6c3368 feature 2441 added: no need to have the HD to regenerate the websize if the
current websize is bigger than resize settings. When it occurs, we move the
current websize as HD and create the new websize from it.


git-svn-id: http://piwigo.org/svn/trunk@12175 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-17 21:03:58 +00:00
ddtddt
3e9f0d74ab [trunk] - language - update et_EE - Estonian Thanks to daddo - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12174 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-17 20:19:21 +00:00
ddtddt
24316884bf [trunk] - language - update et_EE - Estonian Thanks to daddo - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12173 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-17 20:07:37 +00:00
ddtddt
bfe8814281 [trunk] - language - add upgrade af_ZA - Afrikaans - Thanks to Marius Loots - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12172 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-17 19:14:05 +00:00
ddtddt
b74ff824a1 [trunk] - language - update sr_RS - Српски - Serbia - Thanks to Ћирилица1 - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12171 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-17 15:34:11 +00:00
ddtddt
b120182f1b [trunk] - language - update es_ES - Español - Spanish thanks to jpr928 - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12170 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-17 11:19:09 +00:00
ddtddt
1f893ba7f5 [trunk] - language - (Latvian - Latviešu) thanks to Aivars Baldone - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12169 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-17 11:13:34 +00:00
Piwigo-TranslationTeam
5465825180 [trunk (Admin)] Update Magyar [HU], thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@12168 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-16 15:40:45 +00:00
ddtddt
d3eabdac13 [trunk] - language - update et_EE - Estonian Thanks to daddo - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12167 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-15 17:53:29 +00:00
ddtddt
f5e605ceda [trunk] - language - update et_EE - Estonian Thanks to daddo - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12164 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-14 20:47:36 +00:00
ddtddt
24ba13362e [trunk] - language - update el_GR- Greek - ελληνικά - Thanks to christos - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12163 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-14 20:40:37 +00:00
ddtddt
025c596a25 [trunk] - language - update en_UK - English - Thanks to mixedbredie - step 1 - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12161 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-14 20:20:40 +00:00
ddtddt
0c9c8511ec [trunk] - language - update sv_SE - Svenska - Swedish - Thanks to styxsailor - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12159 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-14 19:40:57 +00:00
ddtddt
cbf73aab09 [trunk] - language - update sv_SE - Svenska - Swedish - Thanks to styxsailor - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12158 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-14 19:28:53 +00:00
Piwigo-TranslationTeam
9c9fc6194a [trunk (Public)] Update Magyar [HU], thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@12156 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-14 18:50:11 +00:00
Piwigo-TranslationTeam
5b01ce0256 [trunk (Admin)] Update Magyar [HU], thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@12155 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-14 18:50:06 +00:00
ddtddt
9ff586ebbd [trunk] - language - update th_TH - Thaï – ภาษาไทย Thanks to Pradit - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12149 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-13 17:45:54 +00:00
ddtddt
63eafc0e12 [trunk] - language - update PL (Polish - Polski) Thanks to kuba - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12148 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-12 20:06:49 +00:00
riopwg
6bccbbb72a Update language IT
git-svn-id: http://piwigo.org/svn/trunk@12140 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-12 19:48:27 +00:00
ddtddt
e1d3eb9154 [trunk] - language - update PL (Polish - Polski) Thanks to kuba - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12139 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-12 19:29:11 +00:00
ddtddt
80293d0e4b [trunk] - language - (Latvian - Latviešu) thanks to Aivars Baldone - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12138 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-12 19:23:20 +00:00
plegall
eac273db56 change version number to 2.3.0RC3
git-svn-id: http://piwigo.org/svn/trunk@12137 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-12 13:06:18 +00:00
ddtddt
d74c0204df [trunk] - language - update es_ES - Español - Spanish thanks to jpr928 - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12134 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-12 08:44:26 +00:00
ddtddt
db799e91bd [trunk] - language - update sk_SK - Slovak - Slovensky thanks to dodo - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12133 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-12 06:30:06 +00:00
ddtddt
1aaab1e07c [trunk] - language - update FR - french - français Tranks to lovasoa - feature:2320 - feature:2429
git-svn-id: http://piwigo.org/svn/trunk@12132 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-12 06:23:46 +00:00
ddtddt
1c0f3d46c4 [trunk] - language - add key - feature:2428
git-svn-id: http://piwigo.org/svn/trunk@12131 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-12 06:19:51 +00:00
ddtddt
fc21ebbecd [trunk] - language - update ru_RU - Русский - Russian thanks to yuragal - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12130 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-12 05:51:03 +00:00
Piwigo-TranslationTeam
4ea95c5e71 [trunk (Public)] Update Magyar [HU], thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@12127 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-11 18:08:06 +00:00
plegall
c12e3bb8ca upload form: automatically focus on the album name when opening the create album form
git-svn-id: http://piwigo.org/svn/trunk@12124 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-09 13:19:10 +00:00
plegall
3d40235df8 merge r12122 from branch 2.2 to trunk
bug 2436 fixed: remove HTML tags when displaying album name as tooltip


git-svn-id: http://piwigo.org/svn/trunk@12123 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-09 08:18:19 +00:00
rvelices
bfd6bc92dd - fix protection against session hijacking for IPv4; ti be done later for ipv6
git-svn-id: http://piwigo.org/svn/trunk@12119 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-08 18:47:30 +00:00
rvelices
1d3fc9005f - reoptimize queries for MySql
- week starts on monday/sunday applies also to weekly calendar

git-svn-id: http://piwigo.org/svn/trunk@12118 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-08 18:22:27 +00:00
Piwigo-TranslationTeam
dbb3fd5a44 [LocalFilesEditor] Update Magyar [HU], thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@12115 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-08 17:28:37 +00:00
Piwigo-TranslationTeam
de34c7297b [trunk (Admin)] Update Magyar [HU], thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@12108 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-08 17:28:03 +00:00
plegall
251a9a7974 bug 2435 fixed: on the upload form, when no album available, hide the album
selection listbox and if no album is selected, trigger an error before starting
any upload.


git-svn-id: http://piwigo.org/svn/trunk@12106 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-08 14:04:25 +00:00
plegall
79df57b96f bug fixed: the "Learn more" language key needs to be in admin.lang.php, not in install.lang.php
git-svn-id: http://piwigo.org/svn/trunk@12105 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-08 11:52:02 +00:00
plegall
9ebf049b69 back merge r12103 on LanguageSwitch, this should be another commit, this coding is not finished yet
git-svn-id: http://piwigo.org/svn/trunk@12104 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-08 10:50:05 +00:00
plegall
ff46db430b feature 2431: only keep MySQL on installation form
git-svn-id: http://piwigo.org/svn/trunk@12103 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-08 10:46:35 +00:00
plegall
9252e5cb2d bug 2434 fixed: try to stay on the same page when changing admin colors
git-svn-id: http://piwigo.org/svn/trunk@12102 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-08 10:03:04 +00:00
plegall
6a4096f8b9 change version number to 2.3.0RC2
git-svn-id: http://piwigo.org/svn/trunk@12101 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-08 09:30:16 +00:00
Piwigo-TranslationTeam
6a572d73ec [trunk (Admin)] Update Magyar [HU], thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@12098 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-07 17:16:46 +00:00
Piwigo-TranslationTeam
500d6485b7 [trunk (Public)] Update Magyar [HU], thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@12097 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-07 17:16:41 +00:00
ddtddt
449630b1a9 [trunk] - language - add upgrade af_ZA - Afrikaans - Thanks to Marius Loots and Mignon Smit - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12096 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-07 17:10:26 +00:00
ddtddt
813e74b1d7 [trunk] - language - update af_ZA - Afrikaans - Thanks to Marius Loots and Mignon Smit - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12095 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-07 17:05:52 +00:00
ddtddt
1797da0af7 [trunk] - language - en_UK Thanks to samli - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12094 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-07 15:41:12 +00:00
Piwigo-TranslationTeam
e4e3a2ecb0 [trunk (Public)] Update Magyar [HU], thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@12085 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-07 14:18:19 +00:00
Piwigo-TranslationTeam
02bc1a9b4f [trunk (Admin)] Update Magyar [HU], thanks to : samli
git-svn-id: http://piwigo.org/svn/trunk@12083 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-07 14:18:10 +00:00
samli
572a3a2fed [trunk] [admin.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@12080 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-07 08:05:13 +00:00
samli
c730110bab [trunk] [admin.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@12079 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-07 07:52:40 +00:00
riopwg
95e87932a4 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@12076 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-07 05:59:34 +00:00
ddtddt
96cc5063e2 [trunk] - language - update et_EE - Estonian Thanks to - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12075 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-06 20:35:27 +00:00
ddtddt
d004e1416a [trunk] - language - update fr_FR - Français - French - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12074 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-06 20:21:06 +00:00
ddtddt
f231296b7c [trunk] - language - update cs_CZ - Česky - Czech thanks to webprostor.eu - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12073 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-06 20:16:02 +00:00
ddtddt
09d4bffe2d [trunk] - language - update SL (Slovenia - Slovenšcina) thanks to klemen - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12072 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-06 20:02:41 +00:00
ddtddt
e35720254f [trunk] - language - update el_GR- Greek - ελληνικά - Thanks to christos - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12071 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-06 19:58:07 +00:00
samli
aa079c7382 [trunk] [admin.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@12070 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-06 18:33:27 +00:00
samli
724e5ffb68 [trunk] [common.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@12069 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-06 18:00:33 +00:00
samli
16f5724f4e [trunk] [common.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@12068 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-06 17:21:04 +00:00
laurent.duretz
b470527e68 Issue 2433 : resizing of php.ini parameter pcre.backtrack_limit for remote site synchronisation
git-svn-id: http://piwigo.org/svn/trunk@12067 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-06 14:45:14 +00:00
plegall
9053e5373b bug 2432 fixed: on the upload form, when a new album is created, it must
automatically the selected album. The update of jQuery 1.6.2 must have broken
this feature.


git-svn-id: http://piwigo.org/svn/trunk@12065 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-06 13:41:01 +00:00
ddtddt
bd4a5df9af [trunk] - language - update PL (Polish - Polski) Thanks to kuba - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12064 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-05 19:21:47 +00:00
ddtddt
170404dcf7 [trunk] - language - (Latvian - Latviešu) thanks to Aivars Baldone - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12063 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-05 18:42:56 +00:00
ddtddt
701c3c6091 [trunk] - language - update vi_VN - Tiếng Việt - Vietnamese Thanks to Em Ku - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12062 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-05 18:40:11 +00:00
samli
1670488fc1 [trunk] [admin.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@12057 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-05 06:06:04 +00:00
samli
7c43f55b41 [trunk] [install.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@12056 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-05 05:49:59 +00:00
ddtddt
a57afa6d14 [trunk] - language - update ja_JP - 日本語 - Japanese - Thanks to irohaproject - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12055 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-05 05:31:25 +00:00
ddtddt
ef2c96f2b0 [trunk] - language - update sv_SE - Svenska - Swedish - Thanks to styxsailor - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@12054 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-05 05:21:54 +00:00
samli
e07a5bd54c [trunk] [admin.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@12044 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-04 09:09:55 +00:00
riopwg
dd457a0d7b Update language IT
git-svn-id: http://piwigo.org/svn/trunk@12043 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-03 17:58:30 +00:00
plegall
78fb8cc0f3 update jQuery to version 1.6.2
git-svn-id: http://piwigo.org/svn/trunk@12040 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-02 19:29:08 +00:00
riopwg
7aecc6f55f Update language IT
git-svn-id: http://piwigo.org/svn/trunk@12036 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-02 13:25:52 +00:00
mistic100
153d591c5d bug:2426 admins shouldn't be able to perform any action on plugins
git-svn-id: http://piwigo.org/svn/trunk@12033 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-02 09:08:43 +00:00
plegall
bd7f8c0ba2 feature 1078 added: ability to merge tags
git-svn-id: http://piwigo.org/svn/trunk@12032 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-02 08:37:21 +00:00
mistic100
88951a7946 feature:2322 fix a typo in function get_taglist
git-svn-id: http://piwigo.org/svn/trunk@12030 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-01 14:16:00 +00:00
plegall
0aed550119 plugin manager: replace the top left "Display Compact/Complete" select box by a
simpler link "show details" or "hide details" on top right.


git-svn-id: http://piwigo.org/svn/trunk@12029 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-01 14:01:52 +00:00
plegall
ee7768f536 add rounded borders for chrome/IE9 on install.php buttons and input fields
git-svn-id: http://piwigo.org/svn/trunk@12028 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-01 13:58:41 +00:00
plegall
c631612c1f merge r12024 from branch 2.2 to trunk
bug 2422 fixed: typo fixed in FTP help


git-svn-id: http://piwigo.org/svn/trunk@12025 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-31 21:11:08 +00:00
plegall
a4cfa43b26 merge r12022 from branch 2.2 to trunk
bug 2421 fixed: no more warning on comments.php when $_SERVER['QUERY_STRING'] is not defined



git-svn-id: http://piwigo.org/svn/trunk@12023 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-31 20:30:59 +00:00
riopwg
891979dfbc Update language IT
git-svn-id: http://piwigo.org/svn/trunk@12021 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-31 17:29:19 +00:00
flop25
026cd5ce8b token added for permissions
git-svn-id: http://piwigo.org/svn/trunk@12020 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-31 15:58:16 +00:00
flop25
ded83a19da feature:2418
adding an option to apply permission of users to sub-albums
changing the name of vars $private_uppercats->$private_cats

git-svn-id: http://piwigo.org/svn/trunk@12019 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-31 15:12:14 +00:00
flop25
a867fe1e85 feature:2418
correcting the key for using an existing translation

git-svn-id: http://piwigo.org/svn/trunk@12018 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-31 14:04:08 +00:00
flop25
dbf1ba4708 feature:2418
adding an option to apply permission of group to sub-albums

git-svn-id: http://piwigo.org/svn/trunk@12017 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-31 13:25:07 +00:00
plegall
2d52f65ce3 merge r12011 from branch 2.2 to trunk
bug 2378 fixed: remove MySQL warning when synchronizing with simulation
activated. The warning occurs when there are new dircetories found.



git-svn-id: http://piwigo.org/svn/trunk@12012 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-30 09:25:56 +00:00
plegall
9983af7336 merge r12009 from branch 2.2 to trunk
bug 2416 fixed: the CAST function in MySQL seems to return unexpected results,
depending on MySQL version. As a consequence it was producing virtual years in
calendar display.



git-svn-id: http://piwigo.org/svn/trunk@12010 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-30 08:48:12 +00:00
plegall
f8226de8e6 feature 2420 added: automatically use the gallery title in the page banner.
Just write %gallery_title% in the page banner (this is written by default).

The default gallery title and tagline are now localized.


git-svn-id: http://piwigo.org/svn/trunk@12008 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-30 08:24:42 +00:00
riopwg
f048a51feb Update language IT
git-svn-id: http://piwigo.org/svn/trunk@12006 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-29 08:22:02 +00:00
plegall
d3d45a43e0 feature 2417 added: add progress bar (jQuery UI progress bar) + details on
progressing upload like "photo 21 of 46".


git-svn-id: http://piwigo.org/svn/trunk@12005 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-27 21:58:30 +00:00
plegall
37156b5053 feature 1797 added: use photo title for thumbnail ALT attribute if possible
git-svn-id: http://piwigo.org/svn/trunk@11999 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-26 12:24:32 +00:00
plegall
540c1d5aa0 feature 1729: protect thumbnail title against HTML special chars
git-svn-id: http://piwigo.org/svn/trunk@11998 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-26 12:20:51 +00:00
plegall
12ec1dcf5b feature 1729: avoid too long description in tooltips
git-svn-id: http://piwigo.org/svn/trunk@11997 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-26 12:09:05 +00:00
plegall
5861549e51 feature 1729: rewrite function get_thumbnail_title to provide a complete tooltip
to the template file. It include the name of the photo, details such as number
of visits, number of comments, rating score, and the description.


git-svn-id: http://piwigo.org/svn/trunk@11996 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-26 11:02:11 +00:00
ddtddt
cba3e53a04 [trunk] - language - SL (Slovenia - Slovenšcina) thanks to klemen - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11994 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-26 07:04:56 +00:00
plegall
2de0f01dce feature 2027 implemented: the "lost password" feature was rewritten.
The algorithm is highly inspired from WordPress :

1) in a single field, you give a username or an email
2) Piwigo sends an email with the activation key
3) the user clicks on the link in the email (with the activation key) and is able to set a new password

The "lost password" feature is no longer limited to "classic" users:
administrators and webmasters can use it too (no need to tell webmasters
that they can only change their password in the database)


git-svn-id: http://piwigo.org/svn/trunk@11992 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-24 20:03:53 +00:00
plegall
c1d7fbebdd feature 2359: simpler function single_update and single_insert
git-svn-id: http://piwigo.org/svn/trunk@11991 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-24 19:50:54 +00:00
flop25
e780496fbe bug:1729
revert of changes : the TN_TITLE will be changed in php

git-svn-id: http://piwigo.org/svn/trunk@11990 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-24 11:43:29 +00:00
plegall
ce0179cd26 fix indentation issues, tabs are forbidden
git-svn-id: http://piwigo.org/svn/trunk@11989 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-23 19:01:32 +00:00
riopwg
8f05d60554 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@11988 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-23 16:06:37 +00:00
plegall
103b5f684e feature 2413: forgotten to remove the gallery_url parameter in config.sql
git-svn-id: http://piwigo.org/svn/trunk@11987 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-23 10:42:53 +00:00
ddtddt
b11cb93300 [trunk] - language - update vi_VN - Tiếng Việt - Vietnamese Thanks to Em Ku - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11986 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-23 07:35:31 +00:00
ddtddt
46c6de7f1f [trunk] - language - update zh_CN - 简体中文 - Chinese thanks to Ralph.Bai - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11984 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-23 07:27:41 +00:00
plegall
fc1d139741 replace tabs by spaces for indentation introduced in r
git-svn-id: http://piwigo.org/svn/trunk@11981 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-22 21:08:14 +00:00
rvelices
ab8deea23b bug fix quick search - file name was not correctly search (typo error)
git-svn-id: http://piwigo.org/svn/trunk@11979 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-22 19:14:11 +00:00
plegall
58b18bff0f feature 2413 added: move gallery_url configuration parameter from database to
local configuration file.


git-svn-id: http://piwigo.org/svn/trunk@11978 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-22 17:14:13 +00:00
plegall
24ab1e2467 feature 2410 added: uploadify upgraded from version 2.1.0 to 3.0.0 (still beta,
but said as stable by users on uploadify forums)

bug 2411 fixed: thanks to uploadify 3.0.0, the "Browse" button is now localized
(text in any language)

bug 1653 fixed: if the selected file exceeds the upload_max_size (as defined in
the php.ini), an alert is shown and the file is not added to the queue.

bug 2412 fixed: ability to select GIF files with the Flash Uploader.


git-svn-id: http://piwigo.org/svn/trunk@11975 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-19 16:04:43 +00:00
plegall
50cb55c656 feature 2409 added: by default, hide the "who can see these photos?" field in the upload form.
git-svn-id: http://piwigo.org/svn/trunk@11967 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-18 16:51:16 +00:00
plegall
27d0c89c33 feature 2407 added: display upload limitations before file selection (file
maximum size, maximum dimensions, allowed file types). The maximum dimensions
are calculated for GD only (because Imagick and External ImageMagick are not
using PHP memory as far as I could find on the web).

bug 2408 fixed: change term "old style form" into "browser uploader" and
"multiple file form" into "Flash Uploader" (based on WordPress user interface)


git-svn-id: http://piwigo.org/svn/trunk@11966 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-18 15:19:03 +00:00
plegall
71848746ba tiny bug fixed in ['graphics_library'] parameter description
git-svn-id: http://piwigo.org/svn/trunk@11965 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-18 15:14:39 +00:00
plegall
25522edae8 convert to UNIX file type
git-svn-id: http://piwigo.org/svn/trunk@11964 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-18 15:13:53 +00:00
plegall
2259fe7615 comment debug instruction from uploadify.php
git-svn-id: http://piwigo.org/svn/trunk@11963 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-17 20:02:07 +00:00
plegall
64ba898944 feature 2406 added: if the user wants a new album in the upload form, the album
is created before the start of the upload. The ergonomy is now simpler, the
page is smaller and cleaner.

bug 2373 fixed: now that album is created before upload, uploadify.php gets the
category_id and the level: as soon as it is uploaded (function add_uploaded_file)
the photo gets its final privacy level and is directly associated to the album.
This way, we can have an error on a photo without making orphan all photos of
the same upload group.

feature 2405 added: as soon as a photo is uploaded, its thumbnail is displayed
in the "Uploaded Photos" fieldset, without waiting for other photos to be
uploaded. The latest photos comes first.

I have slighlty changed the integration of colorbox in core. Now we have 2
styles available and by default, we use style2 (overlay in black, title and
control icons outside the popup). It is also used for zooming on bulk manager
in unit mode.

display change: on each uploading photos, instead of showing the transfer
speed, we display the transfer progression in %

bug fixed: the color of the "Start Upload" button was not correct because the
button was not a submit button but a simple type=button.

language: "Upload" button becomes "Start Upload" button.


git-svn-id: http://piwigo.org/svn/trunk@11962 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-17 19:56:07 +00:00
ddtddt
e255cd8c2f [trunk] - language - update sr_RS - Српски - Serbia - Thanks to Ћирилица1 - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11960 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-15 20:48:45 +00:00
ddtddt
e8a6a8df97 [trunk] - language - update it_IT - Italiano - Italian - Thanks to sugar888 - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11955 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-15 20:11:12 +00:00
ddtddt
77c4c30898 [trunk] - language - update de_DE- Deutsch - German - Thanks to sugar888 - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11954 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-15 20:08:16 +00:00
ddtddt
5f258c697c [trunk] - language - add af_ZA - Afrikaans - Thanks to Marius Loots and Mignon Smit - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11953 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-15 19:45:40 +00:00
flop25
984dbc729f bug:2402
vsprintf() [function.vsprintf ]: Too few arguments  => fix with that code but tests in various environements are needed

git-svn-id: http://piwigo.org/svn/trunk@11951 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-15 15:59:49 +00:00
Gotcha
08318d1b80 Merge r11937 from br2.2 to trunk
bug:2399

git-svn-id: http://piwigo.org/svn/trunk@11938 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-12 16:44:53 +00:00
samli
5cc78ff4da [trunk] [admin.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@11932 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-10 20:13:56 +00:00
samli
46a3ff65b2 [trunk] [admin.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@11931 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-10 20:09:49 +00:00
flop25
aa3a908634 bug:2383
/!\ corrected but not checked

git-svn-id: http://piwigo.org/svn/trunk@11925 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-09 14:29:19 +00:00
flop25
803d50f534 feature:2390
All the legend is hidden if $conf['show_thumbnail_caption'] = false;

git-svn-id: http://piwigo.org/svn/trunk@11924 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-09 14:21:33 +00:00
flop25
3ed5fad6ff bug:1729
Instead of using the get_thumbnail_title() which return the "file : nb of ko", it's better to use the file name.
Here if the $conf['show_thumbnail_caption'] is false, the old title will be set : maybe it should be better to remove get_thumbnail_title()

git-svn-id: http://piwigo.org/svn/trunk@11918 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-06 13:38:09 +00:00
flop25
79f9cdf5f4 feature:2391
adding colorbox for theme : for new and installed themes

git-svn-id: http://piwigo.org/svn/trunk@11917 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-06 13:25:34 +00:00
ddtddt
09532cc630 [trunk] - language - cs_CZ - Česky - Czech thanks to jezekus - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11915 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-05 20:26:42 +00:00
ddtddt
bdd8374f31 [trunk] - language - SL (Slovenia - Slovenšcina) thanks to klemen - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11909 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-05 12:05:05 +00:00
ddtddt
1004440778 [trunk] - language - update - zh_CN - 简体中文 - Chinese Thanks to winson - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11908 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-05 07:31:46 +00:00
ddtddt
a26444b2a8 [trunk] - language - update - uk_UA - Українська -Ukrainian (admin part ) thanks to quest_tom - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11906 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-04 17:52:00 +00:00
ddtddt
50dfa98889 [trunk] - language - update vi_VN - Tiếng Việt - Vietnamese Thanks to Em Ku - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11898 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-02 19:51:56 +00:00
rvelices
86ae4d8b3a rename #images.average_rate to rating_score
git-svn-id: http://piwigo.org/svn/trunk@11893 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-02 19:20:50 +00:00
ddtddt
a61fea9283 [trunk] - language - update sk_SK - Slovak - Slovensky thanks to dodo - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11883 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-02 10:15:43 +00:00
ddtddt
25c564cb73 [trunk] - language - updateNL (Dutch - Nederlands) thanks to mathias - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11882 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-02 08:34:00 +00:00
ddtddt
14ff627a01 [trunk] - language - (Latvian - Latviešu) thanks to Aivars Baldone - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11879 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-02 07:50:20 +00:00
samli
a99569316d [trunk] [common.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@11868 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-31 06:54:45 +00:00
ddtddt
c9c54b2680 [trunk] - language - update - sv_SE - Svenska - Swedish (admin part ) thanks to styxsailor - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11863 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-30 20:36:56 +00:00
ddtddt
ebe182a05c [trunk] - language - update - sv_SE - Svenska - Swedish (admin part ) thanks to styxsailor - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11860 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-30 20:33:10 +00:00
ddtddt
a47e2a4334 [trunk] - language - update - uk_UA - Українська -Ukrainian (admin part ) thanks to quest_tom - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11858 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-30 19:43:47 +00:00
ddtddt
6c65b1407d [trunk] - language - update - uk_UA - Українська -Ukrainian (admin part ) thanks to rukhov - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11856 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-30 19:13:25 +00:00
rvelices
c17ed8b55f feature 2387: addd a filter by tag in the batch manager
git-svn-id: http://piwigo.org/svn/trunk@11853 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-30 04:49:02 +00:00
plegall
afb91c6ca2 change version number to 2.3.0RC1
git-svn-id: http://piwigo.org/svn/trunk@11852 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-29 21:35:44 +00:00
samli
6dd31d53f4 [trunk] [upgrade.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@11847 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-29 12:43:27 +00:00
rvelices
c0bb4dfb43 feature 2384: improve average rating calculation (final)
git-svn-id: http://piwigo.org/svn/trunk@11839 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-26 19:04:50 +00:00
rvelices
630c4bb85e fix lang keys
git-svn-id: http://piwigo.org/svn/trunk@11838 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-26 19:03:59 +00:00
rvelices
dd212fc6a1 - ws accepts method name in GET paraeters even if http method is POST (easier to see in apache logs)
- picture rating is done through POST and not GET

git-svn-id: http://piwigo.org/svn/trunk@11834 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-26 04:34:36 +00:00
patdenice
41202b1f2b bug:2386
Bug in tag urls if tag start with a number

git-svn-id: http://piwigo.org/svn/trunk@11831 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-25 19:10:30 +00:00
rvelices
b3b7af0982 feature 2384: improve average rating calculation (still need to update language files)
git-svn-id: http://piwigo.org/svn/trunk@11829 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-25 18:07:45 +00:00
rvelices
e83a606ea3 partially revert one of my previous commits where I removed an obsolete function (was used directly in the tpls:-( )
git-svn-id: http://piwigo.org/svn/trunk@11828 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-25 18:06:48 +00:00
rvelices
4e4dc79e51 feature 2384: improve average rating calculation (still need to update language files)
git-svn-id: http://piwigo.org/svn/trunk@11827 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-25 18:04:50 +00:00
rvelices
86bc4d1143 - simplify calculation of auto login key (no need to concatenate 2 hashes)
git-svn-id: http://piwigo.org/svn/trunk@11826 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-25 17:56:47 +00:00
ddtddt
19f0fb73d9 [trunk] - language - SL (Slovenia - Slovenšcina) thanks to klemen - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11820 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-23 07:58:09 +00:00
ddtddt
8abe4bc72c [trunk] - language - updateNL (Dutch - Nederlands) thanks to mathias - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11815 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-23 07:13:07 +00:00
ddtddt
81e9fcc116 [trunk] - language - update
git-svn-id: http://piwigo.org/svn/trunk@11810 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-22 06:54:59 +00:00
ddtddt
ebff5ca61e [trunk] - language - updateNL (Dutch - Nederlands) thanks to mathias - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11809 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-22 06:44:37 +00:00
ddtddt
0c5139cda6 [trunk] - language - beginning of dv_MV - Dhivehi Thanks to Hammadh - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11805 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-21 11:31:16 +00:00
ddtddt
742c786658 [trunk] - language - beginning of ko_KR - 한국어 – Korean Thanks to Aisika - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11804 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-21 11:20:41 +00:00
ddtddt
16570f32d2 [trunk] - language - beginning of et_EE Thanks to jolly - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11803 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-21 10:40:54 +00:00
ddtddt
197873edcf [trunk] - language - update hu_HU - Magyar – Hungarian - cleaning - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11802 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-21 10:23:10 +00:00
ddtddt
92b3f2d74e [trunk] - language - update ru_RU - Русский - Russian thanks to yuragal - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11792 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-21 07:49:36 +00:00
ddtddt
c5ff124f64 [trunk] - language - SL (Slovenia - Slovenšcina) thanks to klemen - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11791 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-21 07:43:48 +00:00
ddtddt
f24b6add5d [trunk] - language - LocalFilesEditor - update pl_PL - Polski - Polish thanks to kuba - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11787 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-21 07:27:04 +00:00
samli
91e140808e [trunk] [admin.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@11785 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-20 12:58:44 +00:00
samli
14160cb92e [trunk] [admin.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@11784 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-20 07:07:12 +00:00
ddtddt
dc23ea7431 [trunk] - language - updateNL (Dutch - Nederlands) thanks to mathias - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11782 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-20 06:31:37 +00:00
ddtddt
6a24f5ed79 [trunk] - language - add th_TH - Thaï - ภาษาไทย Thanks to Songchai and Jomyuthack (Piwigo Thailand FanClub)
git-svn-id: http://piwigo.org/svn/trunk@11779 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-20 06:11:31 +00:00
plegall
45f6aff982 change version number to 2.3.0beta3
git-svn-id: http://piwigo.org/svn/trunk@11769 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-18 08:25:24 +00:00
ddtddt
53058b6fb5 [trunk] - language - update add - uk_UA - Українська -Ukrainian (admin part ) thanks to quest_tom - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11765 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-18 06:52:43 +00:00
ddtddt
c4ab9bcc92 [trunk] - language - SL (Slovenia - Slovenšcina) thanks to klemen - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11764 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-18 06:49:04 +00:00
ddtddt
30aec57b2a [trunk] - language - update is_IS -Íslenska -Icelandic Thanks to Wallster - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11760 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-17 07:35:43 +00:00
plegall
20c2300aaf merge r11755 from branch 2.2 to trunk
feature 2243 added: pwg.session.getStatus returns current date (used for images.date_available field, ie database time)


git-svn-id: http://piwigo.org/svn/trunk@11756 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-15 19:24:17 +00:00
rvelices
d15d220256 faster javascript on batch manager page with many pictures
git-svn-id: http://piwigo.org/svn/trunk@11754 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-15 19:01:04 +00:00
rvelices
5869dada4c - removed admin never used function cat_admin_access
- removed obsolete known_script template block
- added a warning on usage of is_adviser function

git-svn-id: http://piwigo.org/svn/trunk@11753 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-15 18:56:20 +00:00
ddtddt
62ce6788e5 [trunk] - language - update add - uk_UA - Українська -Ukrainian (admin part ) thanks to quest_tom - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11751 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-15 12:29:34 +00:00
plegall
21b4213890 merge r11747 from branch 2.2 to trunk
bug 2356 fixed: if the EXIF date can't be parsed, we don't use it to fill the photo date


git-svn-id: http://piwigo.org/svn/trunk@11748 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-14 22:02:27 +00:00
plegall
0431669642 merge r11745 from branch 2.2 to trunk
feature 2376 added: new method pwg.categories.setRepresentative


git-svn-id: http://piwigo.org/svn/trunk@11746 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-14 21:44:14 +00:00
ddtddt
02e2274634 [trunk] - language - ar_SA - Arabic / Saudi - العربية Thanks to mohammed - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11743 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-14 20:11:41 +00:00
plegall
64adb8eac1 merge r11738 from branch 2.2 to trunk
bug 2375 fixed: ability to deactivate representative cache on sub-albums (['representative_cache_on_subcats']) or when searching for another representative due to privacy level (['representative_cache_on_level'])


git-svn-id: http://piwigo.org/svn/trunk@11739 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-13 22:03:36 +00:00
plegall
aefd941d75 merge r11736 from branch 2.2 to trunk
bug 2338 fixed: force purge on sessions table (each time a user gets connected)


git-svn-id: http://piwigo.org/svn/trunk@11737 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-13 20:16:50 +00:00
ddtddt
cfabea6edc [trunk] - language - update - vi_VN - Tiếng Việt - Vietnamese thanks to Em Ku - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11730 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-13 18:06:15 +00:00
plegall
7bd96c6da2 simplify code by using new function add_permission_on_category()
git-svn-id: http://piwigo.org/svn/trunk@11729 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-13 14:04:02 +00:00
plegall
424eed990e merge r11727 from branch 2.2 to trunk
feature 2245: when a new private album is added, the creator and admins
automatically get permission on it.



git-svn-id: http://piwigo.org/svn/trunk@11728 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-13 13:32:23 +00:00
ddtddt
827de9b3ce [trunk] - language - update add - uk_UA - Українська -Ukrainian (admin part ) thanks to quest_tom and rukhov - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11722 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-13 07:04:31 +00:00
unphysicalix
5aa7fa5e28 [trunk] - language - DE (Deutsch - German) proposal to change a few terms to clarify permission management in piwigo and make it more clear for new users(I mean admins).
A lot of fixing extending the german HelpMe pages.
Some typos fixed.

May be reversed if not agreed upon.

git-svn-id: http://piwigo.org/svn/trunk@11712 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-11 21:18:26 +00:00
ddtddt
d519daefb1 [trunk] - language - update es_ES - Español - Spanish thanks to jpr928 - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11707 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-11 11:36:25 +00:00
ddtddt
17ba03a69a [trunk] - language - update ES - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11688 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-10 07:54:30 +00:00
ddtddt
10a02b73c5 [trunk] - language - update Ro (Română - Romanian) thanks to strotti and saf - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11673 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-09 11:10:58 +00:00
patdenice
f90014943d LocalFiles Editor tabs can be selected in configuration file.
git-svn-id: http://piwigo.org/svn/trunk@11655 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-07 09:15:57 +00:00
patdenice
afdbb1a191 merge r11653 from branch 2.2 to trunk
No warning with new empty tpl file

git-svn-id: http://piwigo.org/svn/trunk@11654 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-07 09:13:03 +00:00
ddtddt
d0a3a9d756 [trunk] - language - (Latvian - Latviešu) thanks to Aivars Baldone - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11646 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-06 07:24:00 +00:00
plegall
9100a54efd grammar error fixed in english (and in language key)
git-svn-id: http://piwigo.org/svn/trunk@11641 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-05 19:58:40 +00:00
ddtddt
ea8bd93420 [trunk] - language - SL (Slovenia - Slovenšcina) thanks to klemen - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11640 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-05 19:37:01 +00:00
ddtddt
5b232e47eb [trunk] - language - updateNL (Dutch - Nederlands) thanks to mathias - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11639 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-05 19:23:46 +00:00
ddtddt
e31ec80767 [trunk] - language - update Ro (Română - Romanian) thanks to strotti and saf - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11636 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-05 13:57:31 +00:00
samli
1c39487804 [trunk] [admin.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@11601 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-02 21:35:03 +00:00
ddtddt
8dd0a008bb [trunk] - language - update DE (Deutsch - German) thanks to el ninjo - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11598 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-02 07:43:00 +00:00
ddtddt
d834f45e25 [trunk] - language - update DE (Deutsch - German) thanks to el ninjo - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11597 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-02 05:57:53 +00:00
ddtddt
3b9d08989c [trunk] - language - update el_GR cleaner
git-svn-id: http://piwigo.org/svn/trunk@11596 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-01 22:01:49 +00:00
ddtddt
ef65228450 [trunk] - language - add el_GR
git-svn-id: http://piwigo.org/svn/trunk@11595 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-01 21:55:21 +00:00
mistic100
c16eeb1f2e feature:2330 ability to hide the "new" icon for recent photos
correct a big mistake in var name

git-svn-id: http://piwigo.org/svn/trunk@11591 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-01 21:14:04 +00:00
mistic100
a8954c34a1 feature:2317 move order config to Admin->Config->Options
limit to 6 criterias (very uncommon case so no message displayed)

git-svn-id: http://piwigo.org/svn/trunk@11589 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-01 13:54:56 +00:00
mistic100
5c545444cb feature:2317 move order config to Admin->Config->Options
each drop-down menu is on a new line

git-svn-id: http://piwigo.org/svn/trunk@11588 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-01 13:38:43 +00:00
mistic100
9c0cfb0084 feature:2317 move order config to Admin->Config->Options
new GUI interface for simple paterns
in GUI, order_by and order_by_inside_category are merged (not un DB)
users can define special paterns with $conf['order_by_custom'] and $conf['order_by_inside_category_custom']

git-svn-id: http://piwigo.org/svn/trunk@11587 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-01 13:19:35 +00:00
plegall
c97377ea87 feature 2372 added: shortcut to edit CSS file from the themes page. If plugin
LocalFiles Editor is active, a link "CSS" is displayed under each active theme
and goes directly to the CSS edition page.


git-svn-id: http://piwigo.org/svn/trunk@11586 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-01 10:16:30 +00:00
ddtddt
d6ec70d970 [trunk] - language - update ca_ES (Catalan) thanks to josep.torne - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11585 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-30 19:14:02 +00:00
ddtddt
3cf6514b40 [trunk] - merge rev 11578 - bug:2370
git-svn-id: http://piwigo.org/svn/trunk@11579 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-29 20:10:43 +00:00
ddtddt
fce34d4a67 [trunk] - language - update RU (Русский - Russian) thanks to kiddy-admin - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11571 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-29 12:55:12 +00:00
ddtddt
e9b72c40fd [trunk] - language - update BG (Bulgarian - Български) thanks to josifbg - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11569 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-29 12:48:39 +00:00
ddtddt
a650c75539 [trunk] - language - update BG (Bulgarian - Български)
git-svn-id: http://piwigo.org/svn/trunk@11567 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-29 11:27:10 +00:00
ddtddt
b73f700a1b [trunk] - language - update BG (Bulgarian - Български) thanks to josifbg - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11565 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-29 11:23:34 +00:00
ddtddt
47a2b4b82f [trunk] - language - update BG (Bulgarian - Български) thanks to josifbg - feature:2369
git-svn-id: http://piwigo.org/svn/trunk@11563 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-29 06:11:18 +00:00
ddtddt
0ac6871635 [trunk] - language - add BG (Bulgarian - Български) thanks to hamsia, josifbg and n0kS - feature:2369
git-svn-id: http://piwigo.org/svn/trunk@11559 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-28 22:02:40 +00:00
ddtddt
f900faa420 [trunk] - language - update PT (Portuguese - Português) - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11556 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-28 20:05:04 +00:00
ddtddt
e858b14374 [trunk] - language - update SK (Slovak - Slovensky) thanks to dodo - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11548 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-28 16:43:44 +00:00
ddtddt
0014ef983b [trunk] - language - update HR (Hrvatski - Croatian) thanks to alen - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11545 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-28 10:12:27 +00:00
ddtddt
45cfd671d2 [trunk] - language - update HR (Hrvatski - Croatian) thanks to alen - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11543 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-28 08:43:49 +00:00
ddtddt
db8ac44072 [trunk] - language - update HR (Hrvatski - Croatian) thanks to alen - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11538 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-28 07:56:38 +00:00
ddtddt
d80a243d19 [trunk] - language - update PL (Polish - Polski) Thanks to voyteckst - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11536 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-28 07:02:14 +00:00
riopwg
8fed0612fa Update language IT
git-svn-id: http://piwigo.org/svn/trunk@11518 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-27 09:18:56 +00:00
mistic100
4099c6146a bug:2361 fixed : remove html tags in categories drop-down lists
git-svn-id: http://piwigo.org/svn/trunk@11512 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-26 10:02:12 +00:00
plegall
d9f8479cdf feature 2365 added: Piwigo version is written in the database (as
"piwigo_db_version" in the config table). We only store the branch,
not the release : 2.3 and not 2.3.1, because database structure is
not changing between minor releases.


git-svn-id: http://piwigo.org/svn/trunk@11511 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-25 22:03:12 +00:00
plegall
fa9b4f8871 merge r11508 from branch 2.2 to trunk
bug 2363 fixed: upgrade 94 should not fail when write access is missing on
_data/plugins. When this situation occurs, we don't save the 2.1 user upload
configuration and we continue the upgrade.



git-svn-id: http://piwigo.org/svn/trunk@11509 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-25 19:52:18 +00:00
ddtddt
554a5368b5 [trunk] - language - update DK (Danish - Dansk) thanks to Rollike - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11492 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-22 20:59:43 +00:00
mistic100
99d78adde7 feature:2322 display all localisations as independant tags in TokenInput
git-svn-id: http://piwigo.org/svn/trunk@11487 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-22 16:38:58 +00:00
mistic100
029688227b feature:2359 add single_update and single_insert functions
git-svn-id: http://piwigo.org/svn/trunk@11485 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-22 15:56:19 +00:00
mistic100
8d22af01b9 feature:2358 allow non-recursive mode for get_random_image_in_category
git-svn-id: http://piwigo.org/svn/trunk@11481 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-22 13:04:45 +00:00
ddtddt
4aa401c5a4 [trunk] - language - update VN (Vietnamese - Tiếng Việt)Thanks to Em ku - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11480 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-22 12:57:40 +00:00
rvelices
16e5df65b1 load colorbox in the footer scripts (especially on the admin pages where almost all pages have the same big header js)
git-svn-id: http://piwigo.org/svn/trunk@11467 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-21 23:54:57 +00:00
duke
04f2250d45 update to de_DE
git-svn-id: http://piwigo.org/svn/trunk@11464 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-21 21:10:50 +00:00
ddtddt
394f920922 [trunk] - language - update SE (Swedish - Svenska) Thanks to berraw - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11453 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-20 19:57:35 +00:00
ddtddt
93bae32ff0 [trunk] - language - update SE (Swedish - Svenska) Thanks to berraw - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11452 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-20 19:47:30 +00:00
ddtddt
5b9f65340a [trunk] - language - update lv_LV (Latvian) thanks to Aivars Baldone - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11448 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-20 19:29:56 +00:00
mistic100
0f3c1ea03f feature:2317 move order config to Admin->Config->Options
change regex test, now compatible with strings like "file COLLATE 'utf8_general_ci' ASC"

git-svn-id: http://piwigo.org/svn/trunk@11433 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-19 17:00:33 +00:00
ddtddt
b2133084d8 [Branche2.2] - trunk - feature:2354
git-svn-id: http://piwigo.org/svn/trunk@11431 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-19 15:28:44 +00:00
mistic100
611d5edf42 merge r11420 from branch 2.2
bug:2351 missing #EoP anchor on cat_list.tpl 

git-svn-id: http://piwigo.org/svn/trunk@11421 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-18 16:55:38 +00:00
Nakre
6059f4e0ff Updated Turkish Translates
git-svn-id: http://piwigo.org/svn/trunk@11412 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-17 08:47:50 +00:00
rvelices
60cbc4c181 fix upgrade feed sql error
git-svn-id: http://piwigo.org/svn/trunk@11398 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-16 20:39:34 +00:00
ddtddt
4d4ed341d1 [trunk] - language - he_IL Thanks to nitzanmor - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11397 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-16 19:17:28 +00:00
Nakre
da0cc3cb31 cleaning / updating translates..
git-svn-id: http://piwigo.org/svn/trunk@11395 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-16 17:18:49 +00:00
mistic100
9054d6f583 bug:2348 useless block on the right side of admin tab in Google Chrome
git-svn-id: http://piwigo.org/svn/trunk@11393 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-16 13:35:39 +00:00
mistic100
25d95d2093 reload DB config between plugin installation and plugin activation
git-svn-id: http://piwigo.org/svn/trunk@11389 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-15 20:19:17 +00:00
ddtddt
bd7c8de401 [trunk] - language - update CZ Thanks to webprostor.eu - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11387 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-15 20:01:49 +00:00
ddtddt
b605e18198 [trunk] - language - update TR Thanks farukisin - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11383 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-15 14:56:21 +00:00
plegall
d11eb3a6be merge r11371 from branch 2.2 to trunk
bug 2345 fixed: ability to update the rank of a photo for an existing
category. I haven't modified pwg.images.setInfo, I've just added a new
method pwg.images.setRank which does this very specific job.



git-svn-id: http://piwigo.org/svn/trunk@11372 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-14 13:54:05 +00:00
plegall
fcda519119 merge r11367 from branch 2.2 to trunk
bug 2344 fixed: all "Go to Home" links depends on the user defined "Gallery URL".



git-svn-id: http://piwigo.org/svn/trunk@11368 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-14 12:14:29 +00:00
plegall
cb25d20be5 merge r11365 from branch 2.2 to trunk
bug 2343 fixed: pwg.images.setInfo, the "level" should not be mandatory. If
the caller doesn't send this property, the level is unchanged.



git-svn-id: http://piwigo.org/svn/trunk@11366 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-14 12:07:32 +00:00
plegall
2a95460f36 merge r11363 from branch 2.2 to trunk
bug 2342 fixed: with MySQL 5.5, "set level = NULL" fails because images.level
is a NOT NULL field. The same test is performed in the same function
(mass_updates) but for array bigger than 10 rows.



git-svn-id: http://piwigo.org/svn/trunk@11364 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-14 12:03:08 +00:00
plegall
6623e735e8 merge r11361 from branch 2.2 to trunk
bug 2341 fixed: simplified selection for CSS file to edit. We display the list
of themes in the same order as on [Administration > Configuration > Themes]



git-svn-id: http://piwigo.org/svn/trunk@11362 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-14 10:03:09 +00:00
riopwg
c15baed214 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@11357 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-14 09:43:40 +00:00
plegall
a9ee6d4944 merge r11355 from branch 2.2 to trunk
bug 2340 fixed: external authentication was broken, error in SQL syntax and wrong PHP variable name was used.



git-svn-id: http://piwigo.org/svn/trunk@11356 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-14 08:25:45 +00:00
ddtddt
b613d03582 [trunk] - language - he_IL Thanks to nitzanmor - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11353 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-14 06:40:54 +00:00
ddtddt
a88ff560bc [trunk] - language - he_IL Thanks to nitzanmor - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11341 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-13 18:13:18 +00:00
ddtddt
ae69d2e013 [trunk] - language - update ja_jJP Thanks to irohaproject - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11336 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-13 06:54:53 +00:00
duke
9a9a343067 updated de_DE
git-svn-id: http://piwigo.org/svn/trunk@11335 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-12 23:06:43 +00:00
samli
c865c4c5e5 [trunk] [admin.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@11330 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-12 07:02:14 +00:00
plegall
144535f9b2 merge r11328 from branch 2.2 to trunk
bug 2339 fixed: admin.php calls sync_users() only if external_authentification is true, not at random


git-svn-id: http://piwigo.org/svn/trunk@11329 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-11 22:57:21 +00:00
ddtddt
fba51f08ab [trunk] - language - lv_LV (Latvian) thanks to Aivars Baldone - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11323 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-11 17:11:34 +00:00
mistic100
def88719e8 feature:2322 Add two new trigger events for tag name display and tag url
git-svn-id: http://piwigo.org/svn/trunk@11317 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-11 14:35:38 +00:00
Gotcha
c50eebb15e Useless scrollbar in admin menu > plugins in Roma theme
bug:2325

git-svn-id: http://piwigo.org/svn/trunk@11307 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-10 21:46:10 +00:00
plegall
d4625b9f9e merge r11287 from branch 2.2 to trunk
bug 2334 fixed: "Informations" should not be plural in English


git-svn-id: http://piwigo.org/svn/trunk@11288 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-09 21:26:10 +00:00
mistic100
7532e1a802 feature:2330 ability to hide the "new" icon for recent photos
git-svn-id: http://piwigo.org/svn/trunk@11285 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-09 20:34:48 +00:00
ddtddt
87e8bd9788 [trunk] - language - update jajJP Thanks to irohaproject - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11280 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-09 16:17:53 +00:00
mistic100
f56fc4f36d feature:2317 move order config to Admin->Config->Options
first try, may has issues with very specials params

git-svn-id: http://piwigo.org/svn/trunk@11279 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-09 14:32:20 +00:00
ddtddt
193d1e4727 [trunk] - language - update IR Thanks to mehdi - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11274 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-08 08:06:39 +00:00
ddtddt
215f524414 [trunk] - language - update PT Thanks to PsyKick_RuhYn - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11272 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-08 08:01:12 +00:00
ddtddt
9289303430 [trunk] - language - update TW Thanks to chouyh - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11271 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-08 07:59:41 +00:00
mistic100
901dfaecb6 bug:2328 wrong variable given
git-svn-id: http://piwigo.org/svn/trunk@11261 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-07 19:13:02 +00:00
ddtddt
bd6db4c873 [trunk] - language - update RU Thanks to kiddy-admin - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11260 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-07 19:02:05 +00:00
Eric
6b15352225 bug 2323 : Refactoring update_user_comment() function to use user_comment_check trigger in a better place.
git-svn-id: http://piwigo.org/svn/trunk@11253 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-06 19:59:02 +00:00
mistic100
7982355402 transmit comment ID to template on comments and picture_comment
git-svn-id: http://piwigo.org/svn/trunk@11236 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-04 21:05:28 +00:00
samli
3d3721b843 [trunk] [admin.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@11235 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-04 19:53:08 +00:00
ddtddt
f1180e0ed2 [trunk] - language - update NL Thanks to Mattias - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11234 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-04 17:24:28 +00:00
ddtddt
f08dff3b68 [trunk] - language - update SK Thanks to dodo - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11232 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-04 17:10:12 +00:00
mistic100
780e3f8bfc a bug if all plugins are inactive/uninstalled
git-svn-id: http://piwigo.org/svn/trunk@11228 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-04 09:37:22 +00:00
mistic100
effb4d9de0 'Deactivate all' link now visible if all plugins are active
git-svn-id: http://piwigo.org/svn/trunk@11227 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-04 09:34:59 +00:00
mistic100
d2fa16a7f5 store display order of plugins_new in a session var
git-svn-id: http://piwigo.org/svn/trunk@11222 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-03 22:25:01 +00:00
patdenice
0af1d99ebf bug:2326
Mysql error on picture_modify if tag input is empty.

git-svn-id: http://piwigo.org/svn/trunk@11220 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-03 16:40:25 +00:00
patdenice
9866699c77 merge r11211 from branch 2.2 to trunk
bug:2321
Tag names must be escaped in tag input.

git-svn-id: http://piwigo.org/svn/trunk@11212 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-02 15:40:49 +00:00
mistic100
b7d1fd414b solve a bug in TipTip jQuery plugin (maxWidth not overwrited)
git-svn-id: http://piwigo.org/svn/trunk@11209 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-02 14:57:55 +00:00
ddtddt
685565018a [trunk] - language - update DE Thanks to el ninjo - feature:2320
git-svn-id: http://piwigo.org/svn/trunk@11207 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-02 07:37:56 +00:00
ddtddt
5768510d57 [trunk] - language - update VN Thanks to Em ku
git-svn-id: http://piwigo.org/svn/trunk@11202 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-01 14:53:32 +00:00
mistic100
43f87d633e remove border-bottom on hover for album representative thumbnail (Sylvia)
git-svn-id: http://piwigo.org/svn/trunk@11200 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-01 14:32:27 +00:00
ddtddt
54e5fa9e9a [trunk] - language - update CN Thanks to winson
git-svn-id: http://piwigo.org/svn/trunk@11196 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-01 14:19:58 +00:00
mistic100
866fc70485 mysql warning if tag field is empty
git-svn-id: http://piwigo.org/svn/trunk@11192 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-01 13:50:01 +00:00
plegall
4f614c9fef change version to next release: 2.3.0beta2
git-svn-id: http://piwigo.org/svn/trunk@11188 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-01 10:49:16 +00:00
plegall
2cbdb6575d change version to next release: 2.3.0beta1
git-svn-id: http://piwigo.org/svn/trunk@11186 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-01 10:46:59 +00:00
plegall
53b859811f bug fixed: accept Piwigo version with a pattern like 2.3.0beta1 in plugins/themes/languages/updates management classes
git-svn-id: http://piwigo.org/svn/trunk@11185 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-01 10:45:45 +00:00
mistic100
d29c7cd0a8 plugin manager: "Deactivate all" button now works
git-svn-id: http://piwigo.org/svn/trunk@11184 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-01 09:59:48 +00:00
patdenice
cb7366f003 Correct inserts for upload form configuration.
git-svn-id: http://piwigo.org/svn/trunk@11183 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-01 09:54:29 +00:00
mistic100
22e394c148 fix notification page
git-svn-id: http://piwigo.org/svn/trunk@11182 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-01 09:29:22 +00:00
mistic100
d5731e1ab7 remove useless css rules
git-svn-id: http://piwigo.org/svn/trunk@11181 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-01 09:19:28 +00:00
plegall
0702727d75 cleaner 16px delete icon, visual compatible with the 24px delete icon
git-svn-id: http://piwigo.org/svn/trunk@11179 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-01 08:40:18 +00:00
plegall
d50562fde1 merge r11160 from branch 2.2 to trunk
bug 2310 fixed: conf_update_param() does not erase config.comment column
anymore, we only insert a new row if the param does not exist yet in the
table.



git-svn-id: http://piwigo.org/svn/trunk@11162 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-31 22:23:06 +00:00
plegall
70841e0f50 merge r11157 from branch 2.2 to trunk
bug 2280 fixed: check language and theme values before updating database. The
posted value must match an expected value, this is not a free texfield.



git-svn-id: http://piwigo.org/svn/trunk@11159 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-31 20:32:41 +00:00
plegall
257808402b merge r11152 from branch 2.2 to trunk
feature 1622 added: pwg.categories.getList is now able to return a tree with
the new "tree_output" option. Only compatible with json/php output formats.



git-svn-id: http://piwigo.org/svn/trunk@11155 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-31 20:25:40 +00:00
Nakre
6ba7f82306 cleaning / updating translates..
git-svn-id: http://piwigo.org/svn/trunk@11145 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-31 17:05:52 +00:00
ddtddt
71c4c2a864 [trunk] - language - update cs_CZ Thanks to webprostor.eu
git-svn-id: http://piwigo.org/svn/trunk@11141 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-31 12:55:44 +00:00
ddtddt
5cf515370e [trunk] - language - update sr_RS Thanks to Ћирилица1
git-svn-id: http://piwigo.org/svn/trunk@11139 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-31 12:48:59 +00:00
ddtddt
8ff4faf44b [trunk] - language - update GE thanks to geomagi
git-svn-id: http://piwigo.org/svn/trunk@11137 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-31 12:28:17 +00:00
ddtddt
e6e7cb6a7f [trunk] - language - update SE thanks to berraw
git-svn-id: http://piwigo.org/svn/trunk@11135 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-31 12:21:39 +00:00
ddtddt
288aa01df1 [trunk] - language - update SK thanks to dodo
git-svn-id: http://piwigo.org/svn/trunk@11133 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-31 12:13:30 +00:00
ddtddt
00e1923e87 [trunk] - language - update help lv_LV (Latvian) thanks to Aivars Baldone
git-svn-id: http://piwigo.org/svn/trunk@11131 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-31 12:09:21 +00:00
ddtddt
e83c74c47c [trunk] - language - update PL thanks to voyteckst
git-svn-id: http://piwigo.org/svn/trunk@11129 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-31 12:06:14 +00:00
plegall
04a4a062b2 refactor language switch PHP code to make it readable
git-svn-id: http://piwigo.org/svn/trunk@11123 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-30 22:58:12 +00:00
plegall
f650346a8d merge r11121 from branch 2.2 to trunk
bug 2316 fixed: remote urls on local CSS files should not be modified



git-svn-id: http://piwigo.org/svn/trunk@11122 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-30 22:24:45 +00:00
ddtddt
c594d3ac09 [trunk] - language - update HU thanks to samli
git-svn-id: http://piwigo.org/svn/trunk@11120 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-30 21:53:45 +00:00
plegall
301b652fcb merge r11117 from branch 2.2 to trunk
bug 2299 fixed: web API, method pwg.images.addSimple returns a clean error when parameter "image" is missing


git-svn-id: http://piwigo.org/svn/trunk@11118 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-30 21:38:53 +00:00
plegall
5159af4e09 merge r11115 from branch 2.2 to trunk
feature 2244 added: web API methods pwg.categories.getImages,
pwg.tags.getImages and pwg.images.search now give the date_creation
and date_available for each returned photo.



git-svn-id: http://piwigo.org/svn/trunk@11116 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-30 21:32:10 +00:00
mistic100
b3dcaf91b4 add an id=theMainImage for main image and class=imageComment for image comment
git-svn-id: http://piwigo.org/svn/trunk@11062 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-26 11:36:29 +00:00
riopwg
39a5928de4 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@11055 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-25 12:51:39 +00:00
mistic100
bb7020ef4f add spread_menus to obsolete_extensions.list
git-svn-id: http://piwigo.org/svn/trunk@11053 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-25 11:37:17 +00:00
patdenice
35eb6b4af1 Rename plugins_list.tpl into plugins_installed.tpl.
Update obsolete_extensions.list for 2.3.


git-svn-id: http://piwigo.org/svn/trunk@11048 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-25 11:01:27 +00:00
patdenice
d8718a6d73 merge r11043 from branch 2.2 to trunk
feature:2250
Add obsolete_extensions.list file in install directory.
Incompatible plugins is checked through ajax.

git-svn-id: http://piwigo.org/svn/trunk@11047 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-25 10:54:59 +00:00
patdenice
d9fbe9bbe9 Remove useless code and small bug correction.
git-svn-id: http://piwigo.org/svn/trunk@11045 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-25 10:03:16 +00:00
patdenice
a2b9024d92 feature:2284
Improve external image magick

git-svn-id: http://piwigo.org/svn/trunk@11044 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-25 10:02:24 +00:00
riopwg
563637d353 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@11042 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-25 09:57:02 +00:00
plegall
ef19a77f6e merge r11040 from branch 2.2 to trunk
bug 1786 fixed: ability to prefilter the synchronize screen with a specific
album by clicking on the new "Synchronize" icon on album admin page or album
admin list.

This is not the solution proposed by Gotcha (ie a treeview to select the album
on the synchronize screen) but it solves the same problem.



git-svn-id: http://piwigo.org/svn/trunk@11041 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-25 09:18:32 +00:00
patdenice
c9b7beb12f Load tags for tokeninput directly in html page. Ajax is too slow.
git-svn-id: http://piwigo.org/svn/trunk@11039 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-25 09:00:46 +00:00
duke
4c13229cd9 typo fix
git-svn-id: http://piwigo.org/svn/trunk@11029 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-23 20:55:53 +00:00
riopwg
97bec5e782 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@11015 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-23 15:21:23 +00:00
mistic100
7ac15e8ad2 plugin manager : fix fix fix the style !
git-svn-id: http://piwigo.org/svn/trunk@11014 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-23 13:59:55 +00:00
mistic100
0f1b7f7152 plugin manager : last css fix (hopefully !)
git-svn-id: http://piwigo.org/svn/trunk@11013 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-23 13:36:47 +00:00
mistic100
a8e5dd8af7 plugin manager : fix deactivation link, info link for clear theme
git-svn-id: http://piwigo.org/svn/trunk@11012 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-23 13:29:10 +00:00
mistic100
2d94267b70 plugin manager : styling again
git-svn-id: http://piwigo.org/svn/trunk@11011 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-23 13:14:08 +00:00
mistic100
489af703b1 plugin manager : delete ordering by name, fiw some styles
git-svn-id: http://piwigo.org/svn/trunk@11010 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-23 12:34:08 +00:00
mistic100
937aed04e6 fix link's color in TipTip for clear admin
git-svn-id: http://piwigo.org/svn/trunk@11009 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-23 11:38:30 +00:00
mistic100
cf1a7f6df7 TokenInput : order tags, theme for roma, 'new' text translated
git-svn-id: http://piwigo.org/svn/trunk@11008 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-23 11:25:50 +00:00
riopwg
2b00bd8c47 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@11003 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-23 10:41:38 +00:00
riopwg
cdc973c68e Update language IT
git-svn-id: http://piwigo.org/svn/trunk@11001 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-23 07:59:37 +00:00
mistic100
f4d8fa5805 bug:2307 Adjust registration form based on email requirement
git-svn-id: http://piwigo.org/svn/trunk@10992 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-22 13:49:39 +00:00
mistic100
daa0bdd09e remplace FCBKcomplete by TokenInput
git-svn-id: http://piwigo.org/svn/trunk@10970 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-21 00:25:26 +00:00
riopwg
5a1c5acb0e Update language IT
git-svn-id: http://piwigo.org/svn/trunk@10964 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-20 22:52:08 +00:00
ddtddt
1c619cf56f [trunk] - language admin_multi_view/c13y_upgrade/language_swtch add SE thanks to berraw
git-svn-id: http://piwigo.org/svn/trunk@10955 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-20 20:04:04 +00:00
ddtddt
34bbd0554a [trunk] - language - update DE thanks to sugar888
git-svn-id: http://piwigo.org/svn/trunk@10935 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-18 20:52:03 +00:00
ddtddt
c08da77c3d [trunk] - language - update ka_GE thanks to geomagi
git-svn-id: http://piwigo.org/svn/trunk@10933 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-18 20:40:34 +00:00
riopwg
4f32ff4c65 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@10920 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-17 20:57:49 +00:00
riopwg
c797e57797 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@10919 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-17 20:57:34 +00:00
riopwg
072e59df99 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@10918 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-17 20:57:20 +00:00
riopwg
db795b075f Update language IT
git-svn-id: http://piwigo.org/svn/trunk@10917 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-17 20:57:06 +00:00
ddtddt
ce86c71881 [trunk] - language - update zh_CN bug
git-svn-id: http://piwigo.org/svn/trunk@10869 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-13 19:10:45 +00:00
flop25
0a0bad781b feature:1835
better managment if $conf['insensitive_case_logon'] is true, for identification

git-svn-id: http://piwigo.org/svn/trunk@10860 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-12 14:26:21 +00:00
flop25
b658b84544 bug:2292
Fixed the spelling of a function name.
convert_shortand_to_bytes into
convert_shorthand_to_bytes


git-svn-id: http://piwigo.org/svn/trunk@10858 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-12 13:24:09 +00:00
flop25
2f6d84e676 bug:2297
stripslashes added

git-svn-id: http://piwigo.org/svn/trunk@10856 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-12 13:08:56 +00:00
mistic100
e8e52b870c add the trigger_action 'loc_begin_admin_page'
git-svn-id: http://piwigo.org/svn/trunk@10849 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-11 13:18:40 +00:00
mistic100
e38092f36c restore HOME links, change parameter name for remove menu on certain page
git-svn-id: http://piwigo.org/svn/trunk@10824 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-09 15:04:15 +00:00
mistic100
df6125d190 plugin manager : store display preferences into a session parameter
git-svn-id: http://piwigo.org/svn/trunk@10817 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-08 15:39:16 +00:00
andimeier
a31d9e2a5d Amended German translations. Made it more consistent and corrected some typos and grammatical errors. Plus corrected a typo in English file. Didn't look much at admin.lang.php, but worked through common.lang.php entirely.
git-svn-id: http://piwigo.org/svn/trunk@10815 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-08 10:00:28 +00:00
mistic100
3fecd755bf Undefined variable: url_admin in picture.php on line 1048
git-svn-id: http://piwigo.org/svn/trunk@10814 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-07 17:05:15 +00:00
mistic100
fdfe41e343 merge spread_menus to the core
git-svn-id: http://piwigo.org/svn/trunk@10812 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-07 15:55:10 +00:00
mistic100
0cbac27ddb center informations table on first and last picture page (second try)
git-svn-id: http://piwigo.org/svn/trunk@10804 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-07 12:19:18 +00:00
ddtddt
aff4a5c85a [trunk] - language - update zh_CN Thanks to Ralph.Bai
git-svn-id: http://piwigo.org/svn/trunk@10795 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-06 16:34:14 +00:00
riopwg
81fdb458cc Delete duplicate key $lang['Please wait...']
git-svn-id: http://piwigo.org/svn/trunk@10769 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-05 08:24:30 +00:00
riopwg
4c1a612383 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@10760 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-04 19:01:23 +00:00
patdenice
3ba5410a5f feature:2284
Add param library for websize resize web service.

git-svn-id: http://piwigo.org/svn/trunk@10747 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-03 14:21:35 +00:00
riopwg
8a1214f7e7 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@10740 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-02 08:47:39 +00:00
mistic100
ec76cf810a cancel r10645
git-svn-id: http://piwigo.org/svn/trunk@10738 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-01 21:31:30 +00:00
ddtddt
8da9126e60 [trunk] - language - update NL thanks to j.commelin
git-svn-id: http://piwigo.org/svn/trunk@10728 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-01 14:00:51 +00:00
riopwg
4b5a3acdc7 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@10721 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-01 13:16:21 +00:00
patdenice
62d5bcd749 feature:2284
Avoid error when spaces are present in dirname.

git-svn-id: http://piwigo.org/svn/trunk@10713 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-01 10:10:45 +00:00
patdenice
0db141fc62 feature:2259
Create two different methods in webservice to create/regenerate thumbnail and to regenerate websize.

git-svn-id: http://piwigo.org/svn/trunk@10686 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-29 17:38:59 +00:00
patdenice
4f8e0b54ac feature:2284
Send forgotten file in previous commit (again!)

git-svn-id: http://piwigo.org/svn/trunk@10685 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-29 17:17:09 +00:00
patdenice
90825d08ea feature:2284
Rename $conf['image_library'] into $conf['graphics_library']
Display library used in admin intro page.

git-svn-id: http://piwigo.org/svn/trunk@10684 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-29 17:10:00 +00:00
ddtddt
920f8b443a [trunk] - language - update zh_CN Thanks to Ralph.Bai
git-svn-id: http://piwigo.org/svn/trunk@10675 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-29 08:29:05 +00:00
rvelices
b0f5bd822a merge -r10655 from branch 2.2 to trunk
get_combined_scripts footer and header can be now in the same tpl file (warning before and not working properly)

git-svn-id: http://piwigo.org/svn/trunk@10656 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-28 19:05:40 +00:00
patdenice
e63d693905 Remove prepare_upload_configuration function in batch_manager_global.php.
File forgotten in last commit.

git-svn-id: http://piwigo.org/svn/trunk@10654 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-28 17:18:28 +00:00
patdenice
3ee1056d8f Insert upload form parameters in database during installation.
Remove prepare_upload_configuration function.

git-svn-id: http://piwigo.org/svn/trunk@10653 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-28 17:16:45 +00:00
mistic100
cf7fd32b6a remove 'async' parameter for colorbox
git-svn-id: http://piwigo.org/svn/trunk@10649 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-27 21:56:28 +00:00
mistic100
7f1d691a7c feature:2269 add preview box on batch_manager_unit + add colorbox jquery plugin
git-svn-id: http://piwigo.org/svn/trunk@10648 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-27 21:53:35 +00:00
mistic100
e96fee5659 center informations table on first and last picture page
tested with default, sobre, os, pure, luciano, kardon, simple, stripped

git-svn-id: http://piwigo.org/svn/trunk@10645 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-27 17:54:02 +00:00
patdenice
d95ddb7c61 feature:2284
Create a class to manipulate images.

git-svn-id: http://piwigo.org/svn/trunk@10641 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-27 17:03:25 +00:00
mistic100
c3a0ff6b88 Sylvia : cleaning css
git-svn-id: http://piwigo.org/svn/trunk@10640 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-27 16:59:42 +00:00
patdenice
ea1a8d7eb7 Bug corrected on install extension pages (plugins, themes and languages).
git-svn-id: http://piwigo.org/svn/trunk@10638 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-27 15:06:18 +00:00
patdenice
d6b0308b09 feature:2259
Bug corrected if no photo displayed.

git-svn-id: http://piwigo.org/svn/trunk@10637 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-27 14:12:26 +00:00
riopwg
4b33371d0b Update language IT
git-svn-id: http://piwigo.org/svn/trunk@10619 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-26 08:01:48 +00:00
rvelices
e5de7e6efc combine_script - more checks and warnings...
git-svn-id: http://piwigo.org/svn/trunk@10616 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-25 19:06:47 +00:00
ddtddt
a366c90cb8 [trunk] - language - update de_DE thanks to duke report Websize Regeneration
git-svn-id: http://piwigo.org/svn/trunk@10610 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-25 06:59:04 +00:00
riopwg
015c9fce61 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@10603 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-23 17:09:48 +00:00
riopwg
0b64c2683a Update language IT
git-svn-id: http://piwigo.org/svn/trunk@10599 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-23 14:43:26 +00:00
riopwg
808ef3bb12 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@10598 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-23 14:36:12 +00:00
patdenice
b6249220fd Only reset one type of extension.
git-svn-id: http://piwigo.org/svn/trunk@10596 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-23 13:32:08 +00:00
patdenice
790f6b3bb6 Change tabsheet place for plugins, themes and languages.
Plugins, themes and languages use same update page.

git-svn-id: http://piwigo.org/svn/trunk@10594 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-23 12:48:05 +00:00
patdenice
d7dfe63e11 feature:2259
Path to progressbar js corrected.

git-svn-id: http://piwigo.org/svn/trunk@10592 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-23 10:24:55 +00:00
patdenice
6597975404 Create a function to save upload form settings.
git-svn-id: http://piwigo.org/svn/trunk@10589 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-23 08:51:53 +00:00
patdenice
ef00110fe7 feature:2274
Bug corrected with crop option.
Clean code.
Add sentence in thumbnails page for regeneration.

git-svn-id: http://piwigo.org/svn/trunk@10571 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-22 14:22:50 +00:00
patdenice
a3963aedef feature:2274
Create thumbnail through ajax.
Remove $conf['tn_width'], $conf['tn_height'] and $conf['tn_compression_level'] parameters.

git-svn-id: http://piwigo.org/svn/trunk@10570 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-22 13:19:36 +00:00
ddtddt
041fc62aa1 [trunk] - language - update nl_NL thanks to Mattias report Websize Regeneration
git-svn-id: http://piwigo.org/svn/trunk@10567 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-22 12:43:25 +00:00
riopwg
551b149b6e Update language IT
git-svn-id: http://piwigo.org/svn/trunk@10565 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-22 12:07:35 +00:00
patdenice
10ff3f2f06 feature:2274
pwg.images.resize method is able to create or regenerate image from image path. 

git-svn-id: http://piwigo.org/svn/trunk@10563 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-22 11:34:57 +00:00
ddtddt
03c9195f7c [trunk] - language - update TR thanks nakre report Websize Regeneration
git-svn-id: http://piwigo.org/svn/trunk@10559 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-22 06:28:56 +00:00
ddtddt
ac4a39a4e3 [trunk] - language - update TR thanks nakre report regenerateThumbnails
git-svn-id: http://piwigo.org/svn/trunk@10557 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-22 06:25:21 +00:00
ddtddt
84ea79d090 [trunk] - language - update HU thanks sámli report regenerateThumbnails
git-svn-id: http://piwigo.org/svn/trunk@10556 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-22 06:24:15 +00:00
ddtddt
4f523be92f [trunk] - language - update DE thanks duke report regenerateThumbnails
git-svn-id: http://piwigo.org/svn/trunk@10555 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-22 06:22:28 +00:00
patdenice
17a04fcd39 feature:2273
Add crop functionality to webservice and batch manager.

git-svn-id: http://piwigo.org/svn/trunk@10553 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-21 22:35:16 +00:00
patdenice
d1eb25df09 feature:2273
Ability to crop thumbnail (fixed size)

git-svn-id: http://piwigo.org/svn/trunk@10552 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-21 21:55:20 +00:00
patdenice
f5ef4fddd7 feature:2271
Add pwg.extensions.checkUpdates method to webservices.
Add a warning message on intro page if update is availble for piwigo or extensions.
Add an "Ignore All" button on extensions update page.

git-svn-id: http://piwigo.org/svn/trunk@10538 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-21 15:12:38 +00:00
ddtddt
e1fd6aa04b [trunk] - language - update SE thanks to jonas
git-svn-id: http://piwigo.org/svn/trunk@10537 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-21 12:55:30 +00:00
ddtddt
a4ef9946b7 [trunk] - language - update SE thanks to jonas
git-svn-id: http://piwigo.org/svn/trunk@10529 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-21 11:40:09 +00:00
ddtddt
9879a1ec79 [trunk] - language - update SE thanks to jonas
git-svn-id: http://piwigo.org/svn/trunk@10523 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-21 07:08:28 +00:00
flop25
6348987bea check if there is thumbnails
git-svn-id: http://piwigo.org/svn/trunk@10513 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-20 18:08:46 +00:00
patdenice
a42c8510f4 feature:2271
Language key corrected.

git-svn-id: http://piwigo.org/svn/trunk@10512 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-20 15:02:08 +00:00
patdenice
491e8adc74 feature:2271
Merge autoupdate plugin into piwigo core.

git-svn-id: http://piwigo.org/svn/trunk@10511 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-20 14:52:52 +00:00
ddtddt
fede13ce41 [trunk] - language - update vi_VN Thanks Em Ku
git-svn-id: http://piwigo.org/svn/trunk@10508 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-20 06:13:20 +00:00
rvelices
13f099f128 bug:2268 combine_script - sometimes precedent scripts were not being loaded before ...
in admin, the accordion is loaded in the header (admin pages have the same header combined script, but usually different bottom scripts)

git-svn-id: http://piwigo.org/svn/trunk@10503 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-19 20:08:34 +00:00
rvelices
9b0677ec33 ws method parameters that are required should not have a default value
git-svn-id: http://piwigo.org/svn/trunk@10502 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-19 20:06:39 +00:00
ddtddt
c53ea72d90 [trunk] - language - update help lv_LV (Latvian) thanks to Aivars Baldone
git-svn-id: http://piwigo.org/svn/trunk@10499 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-19 15:09:51 +00:00
ddtddt
03299ccb9b [trunk] - language - update add nl_NL thanks to Mattias
git-svn-id: http://piwigo.org/svn/trunk@10498 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-19 15:01:55 +00:00
ddtddt
3c86ad8b8d [trunk] - language - update help lv_LV (Latvian) thanks to Aivars Baldone
git-svn-id: http://piwigo.org/svn/trunk@10491 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-18 18:32:59 +00:00
ddtddt
c73ef70e92 [trunk] - language - update SK - integrate : regenerateThumbnails / Websize Regeneration
git-svn-id: http://piwigo.org/svn/trunk@10477 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-18 12:18:35 +00:00
ddtddt
367ddd3cc5 [trunk] - language - update ES - integrate : regenerateThumbnails / Websize Regeneration
git-svn-id: http://piwigo.org/svn/trunk@10476 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-18 12:16:58 +00:00
ddtddt
34c7c99586 [trunk] - language - update lv_LV (Latvian) thanks to Aivars Baldone
integrate : regenerateThumbnails / Websize Regeneration


git-svn-id: http://piwigo.org/svn/trunk@10475 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-18 12:14:52 +00:00
riopwg
305b55bbdf Update language IT
git-svn-id: http://piwigo.org/svn/trunk@10467 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-18 11:10:45 +00:00
riopwg
00b7bb730b Update language IT
git-svn-id: http://piwigo.org/svn/trunk@10466 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-18 11:03:45 +00:00
riopwg
53402fa74d Update language IT
git-svn-id: http://piwigo.org/svn/trunk@10464 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-18 09:09:36 +00:00
riopwg
ed51d16bcd Update language IT
git-svn-id: http://piwigo.org/svn/trunk@10463 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-18 09:01:28 +00:00
patdenice
0dd2644d89 feature:2259
Add language keys.

git-svn-id: http://piwigo.org/svn/trunk@10455 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-17 19:13:45 +00:00
patdenice
f7bc47d1f6 feature:2259
Add "Regenerate Websize Photos" action.

git-svn-id: http://piwigo.org/svn/trunk@10454 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-17 19:08:06 +00:00
Nakre
b58846ff7b cleaning / updating translates..
git-svn-id: http://piwigo.org/svn/trunk@10438 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-17 07:37:16 +00:00
ddtddt
e4e13a1ba2 [trunk] - language - update DE Thanks to el ninjo
git-svn-id: http://piwigo.org/svn/trunk@10435 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-17 07:24:30 +00:00
plegall
562f391c70 merge r10430 from branch 2.2 to trunk
bug 1818 fixed: fix "select distinct" queries for PostgreSQL. Patch by leloupv



git-svn-id: http://piwigo.org/svn/trunk@10431 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-16 21:22:39 +00:00
Nakre
08a875b36c cleaning / updating translates..
git-svn-id: http://piwigo.org/svn/trunk@10429 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-16 18:31:57 +00:00
plegall
cb2b12b3a6 merge r10425 from branch 2.2 to trunk
bug 2242 fixed: default theme is changed if upgrade.php deactivated the previous theme.



git-svn-id: http://piwigo.org/svn/trunk@10426 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-16 17:41:41 +00:00
plegall
d33d216847 merge r10421 from branch 2.2 to trunk
bug 2251: auto-complete was not working on second tag if cache=true.



git-svn-id: http://piwigo.org/svn/trunk@10422 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-16 16:15:37 +00:00
ddtddt
e3499463b3 [trunk] - language - update SK Thanks to dodo
git-svn-id: http://piwigo.org/svn/trunk@10410 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-16 11:38:08 +00:00
ddtddt
1775305645 [trunk] - language - update cs_CZ Thanks to webprostor.eu
git-svn-id: http://piwigo.org/svn/trunk@10407 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-16 10:49:17 +00:00
ddtddt
f57436b96a [trunk] - language - update DE Thanks to el ninko
git-svn-id: http://piwigo.org/svn/trunk@10401 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-16 06:40:21 +00:00
ddtddt
62616fdd82 [trunk] - language - update sv_SE Thanks to Per
git-svn-id: http://piwigo.org/svn/trunk@10400 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-16 06:11:53 +00:00
ddtddt
ddbd2e3c7c [trunk] - language - bug uppercase
git-svn-id: http://piwigo.org/svn/trunk@10398 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-16 05:58:59 +00:00
patdenice
55c1b4f3a0 feature:2259
Add thumbnails regeneration in batch manager

git-svn-id: http://piwigo.org/svn/trunk@10389 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-15 15:40:23 +00:00
patdenice
8ae1f19fc5 round is better than ceil for resizing pictures.
git-svn-id: http://piwigo.org/svn/trunk@10383 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-15 13:10:58 +00:00
patdenice
22fd670ad5 feature:2264
Modify triggers for prefilters: there is now two triggers.
Order prefilters by alphabetic order.

git-svn-id: http://piwigo.org/svn/trunk@10380 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-15 12:06:55 +00:00
mistic100
fda50a256b plugin manager : description tooltip on the title, tooltip for restoration link
git-svn-id: http://piwigo.org/svn/trunk@10378 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-14 23:17:49 +00:00
riopwg
8027f4fe0c Update language IT
git-svn-id: http://piwigo.org/svn/trunk@10369 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-14 20:02:09 +00:00
ddtddt
6133bcf0f3 [trunk] - language - update sl_SL thanks to Klemen
git-svn-id: http://piwigo.org/svn/trunk@10367 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-14 19:31:52 +00:00
patdenice
fc37451675 feature:2264
new trigger to add prefilter on batch manager 

git-svn-id: http://piwigo.org/svn/trunk@10354 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-13 13:16:38 +00:00
mistic100
7494a41056 delete some useless keys
git-svn-id: http://piwigo.org/svn/trunk@10352 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-13 12:12:35 +00:00
patdenice
c24dea4242 Update versions for plugins, themes and languages.
git-svn-id: http://piwigo.org/svn/trunk@10351 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-13 10:46:18 +00:00
patdenice
d2da26e467 Clean code
git-svn-id: http://piwigo.org/svn/trunk@10348 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-13 10:36:53 +00:00
mistic100
c01d0c1790 bug:2224 change nb_image_page into smallint(3)
git-svn-id: http://piwigo.org/svn/trunk@10341 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-12 20:07:14 +00:00
rvelices
4232445260 feature:2248 Improve quick/query search results
git-svn-id: http://piwigo.org/svn/trunk@10340 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-12 19:46:36 +00:00
ddtddt
78fc7ac5d5 [trunk] - language - update Ukrainian language Thanks to quest_tom
git-svn-id: http://piwigo.org/svn/trunk@10332 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-12 16:26:53 +00:00
ddtddt
aa151768a8 [trunk] - update lv_LV (Latvian) thanks to Aivars Baldone
git-svn-id: http://piwigo.org/svn/trunk@10327 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-12 15:52:12 +00:00
ddtddt
8b6ec32911 [trunk] - update ar_SA thanks to bakir
git-svn-id: http://piwigo.org/svn/trunk@10324 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-12 15:17:52 +00:00
riopwg
2a9c86645c Update language IT
git-svn-id: http://piwigo.org/svn/trunk@10320 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-12 13:58:38 +00:00
riopwg
b056137339 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@10319 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-12 12:37:49 +00:00
patdenice
d6e4e569c0 Bug corrected if no textarea displayed.
git-svn-id: http://piwigo.org/svn/trunk@10312 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-12 11:44:49 +00:00
patdenice
95604ad8c1 Always load codemirror
git-svn-id: http://piwigo.org/svn/trunk@10309 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-12 11:37:26 +00:00
patdenice
a740ef91e6 feature:2262
Replace editarea by Codemirror:
http://codemirror.net

git-svn-id: http://piwigo.org/svn/trunk@10307 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-12 11:12:51 +00:00
mistic100
bb7c28f86f update fr_FR/admin.lang.php
git-svn-id: http://piwigo.org/svn/trunk@10306 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-12 10:10:51 +00:00
mistic100
f5c5a1b9b2 new plugins manager, update TipTip in v1.3
git-svn-id: http://piwigo.org/svn/trunk@10305 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-12 00:30:28 +00:00
patdenice
b5592c8228 feature:2260
Keep only two states for plugins (active and inactive)

git-svn-id: http://piwigo.org/svn/trunk@10293 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-11 10:30:56 +00:00
riopwg
7282a52838 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@10281 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-11 08:44:11 +00:00
samli
7cc835d230 [trunk] [admin.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@10278 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-11 06:38:34 +00:00
ddtddt
e41cd490cc [trunk] update RO thanks to strotti
git-svn-id: http://piwigo.org/svn/trunk@10273 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-10 21:04:40 +00:00
ddtddt
94f13f9644 [trunk] - language - update PL thanks to voyteckst
git-svn-id: http://piwigo.org/svn/trunk@10268 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-10 20:17:42 +00:00
josep.torne
dff548382f adding upgrade.lang.php file
git-svn-id: http://piwigo.org/svn/trunk@10257 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-10 19:32:35 +00:00
ddtddt
669f7f3068 [trunk] - language - update PL thanks to voyteckst
git-svn-id: http://piwigo.org/svn/trunk@10256 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-10 19:32:31 +00:00
ddtddt
bed6fa0861 [trunk] - fr_CA update Thanks to TiOger
git-svn-id: http://piwigo.org/svn/trunk@10253 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-10 19:11:01 +00:00
ddtddt
b083258772 [trunk] - add help ar_SA thanks to bakir
git-svn-id: http://piwigo.org/svn/trunk@10250 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-10 19:00:12 +00:00
ddtddt
ad97387a9d [trunk] - add key display forget batch_manager_global.tpl
git-svn-id: http://piwigo.org/svn/trunk@10248 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-10 18:50:07 +00:00
ddtddt
bcf14e2a03 [trunk] - add help ar_SA thanks to bakir
git-svn-id: http://piwigo.org/svn/trunk@10242 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-10 16:18:33 +00:00
ddtddt
bf733caae4 [trunk] - update DE Thanks to el ninjo
git-svn-id: http://piwigo.org/svn/trunk@10238 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-10 12:35:20 +00:00
patdenice
89803639ac feature:2259
Add web service method: pwg.images.resize

git-svn-id: http://piwigo.org/svn/trunk@10235 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-10 08:59:02 +00:00
ddtddt
2d20fe461a [trunk] - update SK Thanks to dodo
git-svn-id: http://piwigo.org/svn/trunk@10231 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-10 07:06:09 +00:00
ddtddt
8f2f3b5b0c [trunk] - update sr_RS Thanks to Ћирилица1
git-svn-id: http://piwigo.org/svn/trunk@10229 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-10 07:00:04 +00:00
samli
7839cef9ca [trunk] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@10226 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-10 04:00:49 +00:00
Nakre
e1e80ff7e0 git-svn-id: http://piwigo.org/svn/trunk@10225 68402e56-0260-453c-a942-63ccdbb3a9ee 2011-04-09 22:20:03 +00:00
ddtddt
f6cb076504 [trunk] - add help ar_SA thanks to bakir
git-svn-id: http://piwigo.org/svn/trunk@10223 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-09 21:42:57 +00:00
josep.torne
0f3012f578 adding install.lang.php file
git-svn-id: http://piwigo.org/svn/trunk@10222 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-09 20:28:50 +00:00
ddtddt
97d3198c53 [trunk] - add help ar_SA thanks to bakir
git-svn-id: http://piwigo.org/svn/trunk@10219 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-09 18:38:41 +00:00
ddtddt
ad3cf84191 [trunk] - hu clean
git-svn-id: http://piwigo.org/svn/trunk@10216 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-09 16:53:46 +00:00
ddtddt
d28566b9c9 [trunk] - sh_RS update Thanks to Darko
git-svn-id: http://piwigo.org/svn/trunk@10214 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-09 16:47:15 +00:00
ddtddt
a62c866c87 [trunk] - ca_ES update Thanks to josep.torne
git-svn-id: http://piwigo.org/svn/trunk@10211 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-09 16:39:43 +00:00
ddtddt
3355da3b08 [trunk] - da_DK update Thanks to nile
git-svn-id: http://piwigo.org/svn/trunk@10209 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-09 16:33:24 +00:00
ddtddt
d7a7aaf962 [trunk] - fa_IR update Thanks to mohammadN
git-svn-id: http://piwigo.org/svn/trunk@10207 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-09 16:24:58 +00:00
ddtddt
7992453483 [trunk] - es_ES update Thanks to jpr928
git-svn-id: http://piwigo.org/svn/trunk@10205 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-09 16:19:50 +00:00
ddtddt
ad5377bf70 [trunk] - fr_CA update Thanks to TiOger
git-svn-id: http://piwigo.org/svn/trunk@10203 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-09 16:10:58 +00:00
mistic100
9334bfb4d7 correct an eeror in the last upgrade feed
git-svn-id: http://piwigo.org/svn/trunk@10199 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-09 15:02:58 +00:00
mistic100
76194270be bug:2224 one parameter for change thumnails number (needs some translations)
git-svn-id: http://piwigo.org/svn/trunk@10198 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-09 14:52:15 +00:00
ddtddt
fe28570fdf [trunk] - add help ar_SA thanks to bakir
git-svn-id: http://piwigo.org/svn/trunk@10196 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-09 14:31:21 +00:00
ddtddt
2f43867ce4 [trunk] - add help ar_SA thanks to bakir
git-svn-id: http://piwigo.org/svn/trunk@10194 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-09 14:16:56 +00:00
ddtddt
250951e558 [trunk] - add help ar_SA thanks to bakir
git-svn-id: http://piwigo.org/svn/trunk@10192 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-09 14:02:26 +00:00
ddtddt
39d84e8b35 [trunk] - vi_VN update Thanks to Em Ku
git-svn-id: http://piwigo.org/svn/trunk@10189 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-09 12:52:05 +00:00
ddtddt
a0b3971f88 [trunk] - update nl_NL thanks to J.Commelin
git-svn-id: http://piwigo.org/svn/trunk@10187 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-09 12:40:59 +00:00
ddtddt
d457f12dc7 [trunk] - language - update RU thanks to kiddy-admin
git-svn-id: http://piwigo.org/svn/trunk@10184 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-09 12:27:06 +00:00
ddtddt
4e32b45200 [trunk] - update ar_SA thanks to bakir
git-svn-id: http://piwigo.org/svn/trunk@10182 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-09 12:21:52 +00:00
ddtddt
be25036f25 [trunk] - update lv_LV (Latvian) thanks to Aivars Baldone
git-svn-id: http://piwigo.org/svn/trunk@10180 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-09 11:08:41 +00:00
ddtddt
51077ebbc8 [trunk] - update nl_NL thanks to J.Commelin
git-svn-id: http://piwigo.org/svn/trunk@10177 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-09 10:10:28 +00:00
ddtddt
6e2cbdfc4c [trunk] - update zh_CN thanks to maramail
git-svn-id: http://piwigo.org/svn/trunk@10173 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-09 04:44:27 +00:00
patdenice
c218a05d8e feature:2238
Bug corrected with Chrome (function is loaded later)

git-svn-id: http://piwigo.org/svn/trunk@10164 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-08 14:12:27 +00:00
patdenice
4b82a64845 bug:2251
Bug corrected for batch_manager_unit and picture_modify.

git-svn-id: http://piwigo.org/svn/trunk@10162 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-08 13:50:11 +00:00
mistic100
c9ec229a5a bug:1791 update webservices upload methods
git-svn-id: http://piwigo.org/svn/trunk@10160 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-08 10:51:54 +00:00
ddtddt
758fe845f8 [trunk] - LocalFilesEditor - update es_ES thanks to am
git-svn-id: http://piwigo.org/svn/trunk@10159 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-08 09:44:29 +00:00
mistic100
797ddead2a bug:1791 display hd dimensions instead of websize dimensions
git-svn-id: http://piwigo.org/svn/trunk@10157 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-08 09:09:13 +00:00
ddtddt
6e3a69f232 [trunk] - update zh_CN thanks to maramail and winson
git-svn-id: http://piwigo.org/svn/trunk@10156 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-08 07:31:59 +00:00
ddtddt
beb9279511 [trunk] - zh_CN add help Thanks to Ralph.Bai
git-svn-id: http://piwigo.org/svn/trunk@10152 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-08 06:48:18 +00:00
ddtddt
c181ba45e7 [trunk] - update pt_PT thanks to PsyKick_RuhYn
git-svn-id: http://piwigo.org/svn/trunk@10151 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-07 22:28:12 +00:00
riopwg
a9cc693761 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@10136 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-07 18:34:15 +00:00
plegall
48b38e6b22 remove svn:mergeinfo (SVN property)
git-svn-id: http://piwigo.org/svn/trunk@10133 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-07 09:48:45 +00:00
patdenice
a1071794d9 feature:2250
Remove useless query for delete.

git-svn-id: http://piwigo.org/svn/trunk@10129 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-07 09:42:13 +00:00
patdenice
49dd77f05b feature:2250
Add expire parameter.
Clean code.

git-svn-id: http://piwigo.org/svn/trunk@10128 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-07 09:11:11 +00:00
ddtddt
ce1c5b862d [trunk] - update pt_PT thanks to PsyKick_RuhYn
git-svn-id: http://piwigo.org/svn/trunk@10127 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-07 05:05:01 +00:00
riopwg
b20dd469fe Update language IT
git-svn-id: http://piwigo.org/svn/trunk@10125 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-06 23:03:07 +00:00
riopwg
63e79e3326 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@10124 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-06 22:57:14 +00:00
mistic100
2f344407a9 bug:2152 no special parameter for updated comment validation
git-svn-id: http://piwigo.org/svn/trunk@10122 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-06 19:24:30 +00:00
samli
f63153073f [trunk] [admin.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@10121 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-06 18:53:28 +00:00
ddtddt
9bba0ce80d [trunk] - update pt_PT thanks to PsyKick_RuhYn
git-svn-id: http://piwigo.org/svn/trunk@10119 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-06 18:20:43 +00:00
ddtddt
1dc5ce9420 [trunk] - update zh_CN thanks to maramail
git-svn-id: http://piwigo.org/svn/trunk@10117 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-06 18:09:14 +00:00
patdenice
65988fe0b4 feature:2250
Add warning icon and tiptip

git-svn-id: http://piwigo.org/svn/trunk@10113 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-06 16:01:21 +00:00
patdenice
0ab5e51a15 bug:2251
Bug corrected for fcbkcomplete

git-svn-id: http://piwigo.org/svn/trunk@10110 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-06 15:17:09 +00:00
riopwg
905f489419 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@10107 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-06 12:16:48 +00:00
patdenice
eee1375f89 feature:2250
Add languages keys.

git-svn-id: http://piwigo.org/svn/trunk@10101 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-06 10:49:59 +00:00
patdenice
566acba5a5 feature:2250
Deactivate and uninstall obsolete plugins.

git-svn-id: http://piwigo.org/svn/trunk@10100 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-06 10:30:06 +00:00
patdenice
0dd800150b feature:2250
Incompatible plugins and obsolete plugins may not be activated.

git-svn-id: http://piwigo.org/svn/trunk@10098 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-06 09:43:46 +00:00
mistic100
a8b750b855 bug:2152 Comments revalidation when modified
git-svn-id: http://piwigo.org/svn/trunk@10097 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-06 08:55:40 +00:00
ddtddt
5f7328ed5c [trunk] - update sk_SK thanks to dodo
git-svn-id: http://piwigo.org/svn/trunk@10073 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-05 16:41:35 +00:00
ddtddt
ce161a008e [trunk] - update lv_LV (Latvian) thanks to Aivars Baldone
git-svn-id: http://piwigo.org/svn/trunk@10071 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-05 16:34:00 +00:00
ddtddt
25c74b8bb4 [trunk] - vi_VN update Thanks to Em Ku
git-svn-id: http://piwigo.org/svn/trunk@10068 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-05 16:16:36 +00:00
ddtddt
56f6d25921 [trunk] - zh_CN add help Thanks to Ralph.Bai
git-svn-id: http://piwigo.org/svn/trunk@10066 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-05 16:03:28 +00:00
mistic100
67d18edbba ws_getInfos is restricted to admins
git-svn-id: http://piwigo.org/svn/trunk@10061 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-05 13:10:52 +00:00
ddtddt
19273512d1 [trunk] - language - update ar_SA thanks to bakir
git-svn-id: http://piwigo.org/svn/trunk@10048 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-04 18:32:12 +00:00
riopwg
651f236ed7 Update language Fr
git-svn-id: http://piwigo.org/svn/trunk@10039 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-04 14:50:52 +00:00
riopwg
1b642fd793 Update language Fr
Errors due to the replacement of words by "Album" & "Photo"

git-svn-id: http://piwigo.org/svn/trunk@10036 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-04 13:14:16 +00:00
mistic100
53dc1f5460 add pwg.getInfos method in PWG API
git-svn-id: http://piwigo.org/svn/trunk@10017 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-03 12:36:32 +00:00
patdenice
dba1f4950f feature:2238
Adapt wrap with thumbnail size in batch manager

git-svn-id: http://piwigo.org/svn/trunk@10012 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-03 10:06:31 +00:00
patdenice
ce50aa78d8 bug:2240
Notice is displayed if no tag entered in batch manager

git-svn-id: http://piwigo.org/svn/trunk@10008 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-03 09:57:49 +00:00
plegall
d9a8ff3936 change version to 2.3 on trunk
git-svn-id: http://piwigo.org/svn/trunk@10000 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-02 19:48:08 +00:00
mistic100
22bd2f26d3 ... and admins can't install plugins too
git-svn-id: http://piwigo.org/svn/trunk@9995 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-02 14:48:14 +00:00
mistic100
488a911657 bug:2022 admins can uninstall plugins
git-svn-id: http://piwigo.org/svn/trunk@9994 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-02 14:07:26 +00:00
mistic100
00b11dd74e bug:2233 specials chars error on user_list.php
git-svn-id: http://piwigo.org/svn/trunk@9989 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-02 13:36:14 +00:00
mistic100
8212dd5087 bug:1750
git-svn-id: http://piwigo.org/svn/trunk@9988 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-02 13:32:12 +00:00
samli
a74bc256e7 [trunk] [common.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@9955 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-31 18:40:12 +00:00
patdenice
33697fcf58 feature:2239
Support GIF format in the upload form (only in GD)

git-svn-id: http://piwigo.org/svn/trunk@9952 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-31 14:26:16 +00:00
flop25
1a8755b4db back to r9865
git-svn-id: http://piwigo.org/svn/trunk@9951 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-31 14:20:03 +00:00
flop25
911517d29d old limitation for thumbnail size (140px) removed
git-svn-id: http://piwigo.org/svn/trunk@9949 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-31 13:58:20 +00:00
riopwg
30b5eae72e Update language IT
git-svn-id: http://piwigo.org/svn/trunk@9946 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-31 07:59:25 +00:00
plegall
438e1252bd bug fixed: for metadata synchronization, use the same behavior in
pwg.images.addSimple as in pwg.images.add, ie the metadata mapping is
prioritary compared to values given to the web API methods (author,
description, title...)


git-svn-id: http://piwigo.org/svn/trunk@9944 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-30 21:25:32 +00:00
plegall
a387525c08 bug fixed: makes really sure there is a defined category id before redirection on photo deletion
git-svn-id: http://piwigo.org/svn/trunk@9943 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-30 21:22:47 +00:00
ddtddt
dd8fc0457f [trunk] - language - update Ukrainian language Thanks to quest_tom
git-svn-id: http://piwigo.org/svn/trunk@9941 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-30 18:38:36 +00:00
ddtddt
1b953d84c0 [trunk] - language - update header language
git-svn-id: http://piwigo.org/svn/trunk@9940 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-30 15:43:28 +00:00
ddtddt
ffa05ff902 [trunk] - language - update header language
git-svn-id: http://piwigo.org/svn/trunk@9939 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-30 15:30:47 +00:00
ddtddt
f86ddd67dd [trunk] - language - add Ukrainian language Thanks to quest_tom
git-svn-id: http://piwigo.org/svn/trunk@9938 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-30 15:29:18 +00:00
patdenice
7672846367 Remove "all photos" language key
git-svn-id: http://piwigo.org/svn/trunk@9936 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-30 14:42:11 +00:00
patdenice
220980cc04 Add ajaxmanager plugin.
git-svn-id: http://piwigo.org/svn/trunk@9933 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-30 08:48:20 +00:00
patdenice
1ab138e731 bug:2234
HTML characters are allowed in username

git-svn-id: http://piwigo.org/svn/trunk@9923 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-29 19:30:28 +00:00
patdenice
526074d7d6 feature:2237
new trigger to add action on batch manager

git-svn-id: http://piwigo.org/svn/trunk@9916 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-29 15:10:48 +00:00
riopwg
008087baee Update language IT
git-svn-id: http://piwigo.org/svn/trunk@9915 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-29 14:29:22 +00:00
patdenice
88eda5f32a feature:2236
add "all photos" prefilter

git-svn-id: http://piwigo.org/svn/trunk@9912 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-29 09:46:33 +00:00
plegall
eb70a110d9 new favicon to match new logo design
git-svn-id: http://piwigo.org/svn/trunk@9911 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-29 07:34:48 +00:00
plegall
e405136d47 Language Switch:
* display language name next to flag (and enlarge the flag box to ~400px)

* force the links color inside the language box because the background color is
forced : on a theme like "grum dark II", the result is really awful, impossible
to read.

* the current language is not removed from the list, this ways the list is not
reorganized depending on the current language



git-svn-id: http://piwigo.org/svn/trunk@9906 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-28 13:51:43 +00:00
plegall
18878f8bb0 use combine_css for languageSwitch plugin
git-svn-id: http://piwigo.org/svn/trunk@9905 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-28 12:41:09 +00:00
plegall
9ae7c2f1f7 bug fixed: no border under flags on any themes (including "clear") + flag not sticked to the top of the title bar
git-svn-id: http://piwigo.org/svn/trunk@9904 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-28 12:09:22 +00:00
riopwg
ef04d20c43 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@9901 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-27 15:42:15 +00:00
riopwg
85f03228eb Update language IT
git-svn-id: http://piwigo.org/svn/trunk@9900 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-27 15:18:53 +00:00
riopwg
f4aa113890 Update language Fr
git-svn-id: http://piwigo.org/svn/trunk@9899 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-27 15:18:12 +00:00
riopwg
09bb9b00d6 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@9898 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-27 13:01:30 +00:00
ddtddt
3b2b5607a0 [trunk] - language - update ES thanks to AVIARIO
git-svn-id: http://piwigo.org/svn/trunk@9869 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-26 15:57:32 +00:00
flop25
eacd53fb97 use of tiptip for the name of the picture, and this name is now in the alt attribute.
git-svn-id: http://piwigo.org/svn/trunk@9868 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-26 15:53:38 +00:00
ddtddt
46893b9a4d [trunk] - language - update ES thanks to AVIARIO
git-svn-id: http://piwigo.org/svn/trunk@9867 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-26 15:45:44 +00:00
ddtddt
c8eb0c959e [trunk] - language - update ES thanks to AVIARIO
git-svn-id: http://piwigo.org/svn/trunk@9866 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-26 15:39:36 +00:00
flop25
8dc9fe6dfd no clipping if the thumbnails are under 128px.
the img are centered

git-svn-id: http://piwigo.org/svn/trunk@9865 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-26 15:24:31 +00:00
flop25
692abe1650 feature:2230
the size of the squared thumbnails depend of the sizes of all the thumbnails : the clipping is an average of the clipping of each of the thumbnails


git-svn-id: http://piwigo.org/svn/trunk@9864 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-26 14:29:27 +00:00
ddtddt
565d68a66e [trunk] - language - encoding
feature:2231 

git-svn-id: http://piwigo.org/svn/trunk@9862 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-26 13:49:04 +00:00
ddtddt
fb0459f7ec [trunk] - language - update is_IS thanks to Wallster
feature:2231 

git-svn-id: http://piwigo.org/svn/trunk@9861 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-26 13:39:37 +00:00
ddtddt
84b9d08eea [trunk] - language - update RU thanks to kiddy-admin
git-svn-id: http://piwigo.org/svn/trunk@9849 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-24 22:44:16 +00:00
riopwg
95e9f73281 Update language IT
Replace "Categoria" with "Album"

git-svn-id: http://piwigo.org/svn/trunk@9848 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-24 21:14:47 +00:00
riopwg
a76d271e09 Update language Fr
Errors due of the remplacement of "Category" by "Album"

git-svn-id: http://piwigo.org/svn/trunk@9847 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-24 21:03:18 +00:00
plegall
4f058c1c72 change the way Piwigo checks Imagick availability to make it easier to call ImageMagick with exec() in a plugin
git-svn-id: http://piwigo.org/svn/trunk@9844 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-24 13:11:25 +00:00
riopwg
3629dedb79 Update language Fr
Errors due of the remplacement of "Category" by "Album"

git-svn-id: http://piwigo.org/svn/trunk@9835 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-23 08:32:54 +00:00
plegall
dee9418720 merge r9819 from branch 2.1 to trunk
bug 2228 fixed: there should be no blank space in the URL to avoid infinite
loop redirection (this happens with chinese only characters + blank space in
the category name).

Note: this problem does not concern tag names because there is no redirection
when the tag name does not match tags.url_name



git-svn-id: http://piwigo.org/svn/trunk@9820 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-22 14:12:27 +00:00
plegall
197d3954dd move CSS rules from batch_manager_global.tpl to theme.css
change batch_manager_global selected thumbnail background color for "roma" admin theme.


git-svn-id: http://piwigo.org/svn/trunk@9815 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-21 22:27:48 +00:00
plegall
7aac5bba79 merge admin "default" theme *.css into a single theme.css
git-svn-id: http://piwigo.org/svn/trunk@9814 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-21 21:44:46 +00:00
plegall
0016569024 bug 1197 fixed: avoid warning message on history search when a photo was deleted
git-svn-id: http://piwigo.org/svn/trunk@9808 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-21 13:24:02 +00:00
plegall
b6c8d06acf bug 2226 fixed: on a select, Chrome doesn't trigger anything on click(), use change() instead.
git-svn-id: http://piwigo.org/svn/trunk@9806 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-21 12:58:39 +00:00
plegall
3f806a31aa bug 2225 fixed: jQuery FCBKcomplete needed an upgrade to be compatible with jQuery 1.5
git-svn-id: http://piwigo.org/svn/trunk@9805 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-21 12:14:49 +00:00
riopwg
410b4a1ab9 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@9802 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-21 10:02:26 +00:00
riopwg
cef11d962a Update language IT
Replacement of "Schermata" with "pagina"

git-svn-id: http://piwigo.org/svn/trunk@9801 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-21 09:37:43 +00:00
riopwg
d52c0fe460 Update language Fr
Errors due of the remplacement of "Category" by "Album"

git-svn-id: http://piwigo.org/svn/trunk@9799 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-21 09:27:51 +00:00
duke
5226db70a0 update to de_DE
git-svn-id: http://piwigo.org/svn/trunk@9798 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-20 23:12:34 +00:00
riopwg
77f4a2034d Update language IT
git-svn-id: http://piwigo.org/svn/trunk@9785 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-20 12:37:44 +00:00
ddtddt
12d63b9cc9 [trunk] - language - update sl_SL thanks to Klemen
git-svn-id: http://piwigo.org/svn/trunk@9779 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-19 20:35:43 +00:00
duke
87e1365ac0 update and fixes for de_DE
git-svn-id: http://piwigo.org/svn/trunk@9778 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-19 16:52:57 +00:00
duke
eafb45f2d5 update to de_DE
git-svn-id: http://piwigo.org/svn/trunk@9767 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-19 10:39:01 +00:00
ddtddt
5717cde5f3 [trunk] - language - update fa_IR thanks to spiderylife
git-svn-id: http://piwigo.org/svn/trunk@9762 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-19 08:05:55 +00:00
ddtddt
39eee5e4b9 [trunk] - language - update IL
git-svn-id: http://piwigo.org/svn/trunk@9760 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-19 07:39:21 +00:00
ddtddt
ef0dd6661f [trunk] - cs_CZ add help Thanks to TPY
git-svn-id: http://piwigo.org/svn/trunk@9759 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-18 19:20:09 +00:00
cljosse
6cfd6e78fc ws_getVersion -> add test for admin , sendResponse -> add a trigger for debug ws
git-svn-id: http://piwigo.org/svn/trunk@9742 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-17 14:40:26 +00:00
ddtddt
727e13aab5 [trunk] - language - update PL thanks to voyteckst
git-svn-id: http://piwigo.org/svn/trunk@9714 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-15 20:03:25 +00:00
flop25
561b57b78c missing a " for closing title arg
git-svn-id: http://piwigo.org/svn/trunk@9706 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-15 16:58:41 +00:00
flop25
bfae35d070 bug:2221
git-svn-id: http://piwigo.org/svn/trunk@9679 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-14 17:14:01 +00:00
ddtddt
37487c4bdd [trunk] - language - add help sv_SE thanks to jonas
git-svn-id: http://piwigo.org/svn/trunk@9662 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-14 12:38:48 +00:00
ddtddt
a57f085600 [trunk] - language - update sv_SE thanks to jonas
git-svn-id: http://piwigo.org/svn/trunk@9658 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-14 06:28:22 +00:00
ddtddt
1c208a6761 [trunk] - language - update zh_TW thanks to chouyh
git-svn-id: http://piwigo.org/svn/trunk@9657 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-14 06:24:07 +00:00
ddtddt
345fcfd4e3 [trunk] - language - update sv_SE thanks to jonas
git-svn-id: http://piwigo.org/svn/trunk@9654 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-13 20:23:40 +00:00
ddtddt
b727f9f931 [trunk] - language - bug encoding DE
git-svn-id: http://piwigo.org/svn/trunk@9648 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-13 15:54:05 +00:00
ddtddt
b02b798488 [trunk] - language - cleanning TW
git-svn-id: http://piwigo.org/svn/trunk@9647 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-13 15:48:41 +00:00
duke
e3b64864dc modified some translations to match help files
git-svn-id: http://piwigo.org/svn/trunk@9644 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-13 14:54:31 +00:00
duke
619bfa0932 review and updated file to match recent changes
git-svn-id: http://piwigo.org/svn/trunk@9643 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-13 14:52:44 +00:00
ddtddt
e91b22bd6a [trunk] - language - update ca_ES thanks to josep.torne
git-svn-id: http://piwigo.org/svn/trunk@9640 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-13 08:04:37 +00:00
ddtddt
18ec4c8f04 [trunk] - language - update ca_ES thanks to josep.torne
git-svn-id: http://piwigo.org/svn/trunk@9639 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-13 07:52:57 +00:00
unphysicalix
9f2e3acc4d [trunk] updated de_DE to reflect category2album change and fix some spelling
git-svn-id: http://piwigo.org/svn/trunk@9631 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-12 19:26:52 +00:00
ddtddt
4505e44350 [trunk] - language - update zh_CN thanks to winson
git-svn-id: http://piwigo.org/svn/trunk@9629 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-12 17:23:30 +00:00
ddtddt
48318aaeb3 [trunk] - language - update tr_TR thanks to Nakre
git-svn-id: http://piwigo.org/svn/trunk@9627 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-12 16:31:26 +00:00
flop25
9384dcd293 bug:2220
2 {ldelim} was written instead of 2 { in the js

git-svn-id: http://piwigo.org/svn/trunk@9625 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-12 13:35:18 +00:00
duke
edfe58bc9b updated de_DE to reflect recent changes in en_UK
git-svn-id: http://piwigo.org/svn/trunk@9622 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-12 10:27:35 +00:00
ddtddt
a43b0c3982 [trunk] - language - update nl_NL thanks to Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@9618 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-11 20:23:31 +00:00
ddtddt
6680a1eb5a [trunk] - language - add zh_TW
git-svn-id: http://piwigo.org/svn/trunk@9617 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-11 19:27:22 +00:00
ddtddt
740dc4a73c [trunk] - language - add zh_TW
git-svn-id: http://piwigo.org/svn/trunk@9616 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-11 19:26:52 +00:00
ddtddt
6cbde1553b [trunk] - update language no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@9615 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-11 18:37:06 +00:00
ddtddt
13b4bf3c76 [trunk] - language - update es_ES thanks to jpr928
git-svn-id: http://piwigo.org/svn/trunk@9614 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-11 18:24:37 +00:00
ddtddt
e7c2e15a7c [trunk] - language - update sk_SK thanks to dodo
git-svn-id: http://piwigo.org/svn/trunk@9613 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-11 17:01:09 +00:00
ddtddt
d1df114905 [trunk] - language - update ru_RU thanks to kiddy-admin
git-svn-id: http://piwigo.org/svn/trunk@9612 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-11 13:40:22 +00:00
ddtddt
3902e584db [trunk] - language - update vi_VN thanks to Em Ku
git-svn-id: http://piwigo.org/svn/trunk@9611 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-11 13:35:29 +00:00
ddtddt
b4735ea065 [trunk] - update sr_RS Thanks to Ћирилица1
git-svn-id: http://piwigo.org/svn/trunk@9610 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-11 13:28:25 +00:00
ddtddt
b557071a94 [trunk] - update lv_LV (Latvian) thanks to Aivars Baldone
git-svn-id: http://piwigo.org/svn/trunk@9609 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-11 11:27:52 +00:00
ddtddt
7dc6eeab93 [trunk] - update IT thanks to sugar888
git-svn-id: http://piwigo.org/svn/trunk@9608 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-11 11:23:21 +00:00
patdenice
92b8bb54a0 feature:2114
All combined scripts must end with ; to avoid javascript error.

git-svn-id: http://piwigo.org/svn/trunk@9606 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-11 09:07:59 +00:00
samli
3b08c1c689 [trunk] [upgrade.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@9604 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-10 18:22:28 +00:00
ddtddt
899015b48a [trunk] - language - add help sv_SE thanks to jonas
git-svn-id: http://piwigo.org/svn/trunk@9602 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-10 17:17:00 +00:00
patdenice
fff4d05ce5 feature:2219
load jquery sort plugin in footer.

git-svn-id: http://piwigo.org/svn/trunk@9599 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-10 11:44:01 +00:00
patdenice
cefb33dffe feature:2219
Sort available plugins without reloading the whole page 

git-svn-id: http://piwigo.org/svn/trunk@9598 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-10 11:36:14 +00:00
plegall
59b87ac06b bug 2218: deactivate non core themes after upgrade
git-svn-id: http://piwigo.org/svn/trunk@9597 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-10 10:50:11 +00:00
plegall
3e7a89edb2 feature 2217: switch upgrade screen to a clear background theme
git-svn-id: http://piwigo.org/svn/trunk@9596 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-10 10:12:40 +00:00
plegall
f1e2d213cf upgrade script from 2.1 to 2.2
git-svn-id: http://piwigo.org/svn/trunk@9595 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-10 10:04:52 +00:00
plegall
94168b836e check for availability of local/combined (and try to create it if not available)
git-svn-id: http://piwigo.org/svn/trunk@9594 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-10 09:57:03 +00:00
ddtddt
93dfc4fb9f [trunk] - language - update es_ES thanks to jpr928
git-svn-id: http://piwigo.org/svn/trunk@9593 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-10 05:58:36 +00:00
ddtddt
11eed62758 [trunk] - language - add upgrade part sv_SE thanks to jonas
git-svn-id: http://piwigo.org/svn/trunk@9592 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-10 05:54:07 +00:00
ddtddt
d2d1d5d8ca [trunk] - language - update de_DE thanks to sugar888
git-svn-id: http://piwigo.org/svn/trunk@9591 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-10 05:50:01 +00:00
ddtddt
3bb4a7ff26 [trunk] - language - update sv_SE thanks to jonas
git-svn-id: http://piwigo.org/svn/trunk@9588 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-09 15:26:38 +00:00
patdenice
d8213207dd feature:2114
Simplify public templates.

git-svn-id: http://piwigo.org/svn/trunk@9587 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-09 15:11:25 +00:00
patdenice
8b64b57a27 feature:2114
Simplify all admin templates.

git-svn-id: http://piwigo.org/svn/trunk@9586 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-09 14:22:48 +00:00
ddtddt
0552013a57 [trunk] - update HU
git-svn-id: http://piwigo.org/svn/trunk@9582 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-09 12:53:39 +00:00
patdenice
a9a05f39ac feature:2114
footer_script can use multiple required scripts (like combine_script).
automaticaly load know scripts.

git-svn-id: http://piwigo.org/svn/trunk@9580 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-09 10:17:14 +00:00
samli
639fd15a7c [trunk] [admin.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@9579 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-09 07:10:28 +00:00
rvelices
ad99a1c652 bug 2195: webservices f_min_date_available not working
git-svn-id: http://piwigo.org/svn/trunk@9576 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-08 20:42:04 +00:00
duke
a15887fbcc update to de_DE
git-svn-id: http://piwigo.org/svn/trunk@9570 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-07 22:53:06 +00:00
patdenice
ed5bb65ee5 Update jquery ui path in public tpl files.
git-svn-id: http://piwigo.org/svn/trunk@9560 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-07 01:02:18 +00:00
patdenice
ac0ba26afc Update jQuery UI to 1.8.10.
Improve jquery ui management in template class.

git-svn-id: http://piwigo.org/svn/trunk@9559 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-07 00:58:34 +00:00
Gotcha
d94968f60a On theme Sylvia, the message "Gallerie in maintenance" hide information from behind.
bug:1768

git-svn-id: http://piwigo.org/svn/trunk@9555 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-06 10:36:02 +00:00
patdenice
26e415935b bug:2214
packed cluetip doesn't exist any more for install.

git-svn-id: http://piwigo.org/svn/trunk@9554 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-06 09:53:46 +00:00
patdenice
7c5c7397d9 bug:2214
Update jQuery to 1.5.1 and cluetip to 1.0.7.
Now cluetip work on IE9.

git-svn-id: http://piwigo.org/svn/trunk@9553 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-06 09:46:00 +00:00
patdenice
092e49982c bug:1768
In administration panel, the message "Gallerie in maintenance" hide information from behind. 

git-svn-id: http://piwigo.org/svn/trunk@9551 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-06 09:08:59 +00:00
patdenice
99634e035b bug:2213
Default language must be set to guest AND default user 

git-svn-id: http://piwigo.org/svn/trunk@9549 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-06 08:58:33 +00:00
patdenice
c2a5373184 bug:2212
Update header message when gallery is locked or unlocked.

git-svn-id: http://piwigo.org/svn/trunk@9544 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-05 16:14:41 +00:00
Gotcha
69f6f974b4 Some precisions
git-svn-id: http://piwigo.org/svn/trunk@9541 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-04 23:03:57 +00:00
Gotcha
650ecdfa9f Change disposition
git-svn-id: http://piwigo.org/svn/trunk@9540 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-04 23:02:09 +00:00
patdenice
5847c09898 feature:2210
Add missing language key.

git-svn-id: http://piwigo.org/svn/trunk@9528 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-04 16:19:13 +00:00
patdenice
f54015ba0c Update plugins, themes and languages versions.
git-svn-id: http://piwigo.org/svn/trunk@9522 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-04 14:42:23 +00:00
patdenice
47809c86df feature:2210
Update language from piwigo.org extension repository

git-svn-id: http://piwigo.org/svn/trunk@9520 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-04 11:35:38 +00:00
patdenice
70136f0477 feature:2209
Can't display upgrade status if upgrade failed.

git-svn-id: http://piwigo.org/svn/trunk@9519 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-04 10:50:15 +00:00
patdenice
2e44cc79de feature:2210
Improve language management.

git-svn-id: http://piwigo.org/svn/trunk@9518 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-04 10:41:36 +00:00
patdenice
5b9f42b785 feature:2210
Add header on languages files.

git-svn-id: http://piwigo.org/svn/trunk@9514 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-04 10:12:50 +00:00
duke
dcd5b72c20 updated de_DE
git-svn-id: http://piwigo.org/svn/trunk@9502 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-03 21:31:05 +00:00
plegall
4b1ec60129 remove useless languages keys (new plugins/themes update screen)
git-svn-id: http://piwigo.org/svn/trunk@9494 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-03 12:08:46 +00:00
patdenice
2fcd11c28e Improve display for plugins and themes update page.
git-svn-id: http://piwigo.org/svn/trunk@9493 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-03 11:54:46 +00:00
plegall
20e9a3378b more explicit icon for album photos batch management
git-svn-id: http://piwigo.org/svn/trunk@9492 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-03 11:26:02 +00:00
patdenice
8130ac0a9e New plugins update page.
git-svn-id: http://piwigo.org/svn/trunk@9491 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-03 10:13:17 +00:00
ddtddt
fd1c45c1c8 [trunk] - cs_CZ add help Thanks to TPY
git-svn-id: http://piwigo.org/svn/trunk@9485 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-02 19:36:57 +00:00
ddtddt
43e7a0aa8b [trunk] - de_DE update help Thanks to el nijo
git-svn-id: http://piwigo.org/svn/trunk@9482 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-02 17:08:54 +00:00
patdenice
9802ddaa10 Add themes autmatic update functionality.
git-svn-id: http://piwigo.org/svn/trunk@9472 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-02 09:33:58 +00:00
rvelices
49dca1e70a fix batch_manager_global javascript syntax error with ie7
git-svn-id: http://piwigo.org/svn/trunk@9466 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-01 20:17:31 +00:00
ddtddt
1ca16d030c [trunk] - cs_CZ add help Thanks to TPY
git-svn-id: http://piwigo.org/svn/trunk@9433 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-28 21:11:52 +00:00
ddtddt
38bb784202 [trunk] - plugins - c13y_upgrade - add sr_RS Thanks to Ћирилица1
git-svn-id: http://piwigo.org/svn/trunk@9428 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-28 16:40:07 +00:00
ddtddt
90688bdf22 [trunk] - plugins - language_switch - add sr_RS Thanks to Ћирилица1
git-svn-id: http://piwigo.org/svn/trunk@9427 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-28 16:37:41 +00:00
ddtddt
4f80d67cdc [trunk] - plugins - admin_multi_view - add sr_RS Thanks to Ћирилица1
git-svn-id: http://piwigo.org/svn/trunk@9426 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-28 16:36:24 +00:00
ddtddt
c805241e44 [trunk] - update sr_RS Thanks to Ћирилица1
git-svn-id: http://piwigo.org/svn/trunk@9415 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-28 13:10:06 +00:00
ddtddt
551de171a0 [trunk] - cs_CZ add help Thanks to TPY
git-svn-id: http://piwigo.org/svn/trunk@9408 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-28 08:13:55 +00:00
samli
2d6cbaa646 [trunk] [common.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@9404 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-27 22:25:12 +00:00
samli
e484ec8960 [trunk] [common.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@9403 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-27 22:12:04 +00:00
ddtddt
de9fd4a514 [trunk] - update pt_PT Thanks to PsyKick_RuhYn
git-svn-id: http://piwigo.org/svn/trunk@9396 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-27 15:41:51 +00:00
Gotcha
d00593e1ec Minor CSS changes (more visibility for Slyvia)
git-svn-id: http://piwigo.org/svn/trunk@9380 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-25 19:58:48 +00:00
Gotcha
ae92b7b277 Display installation screen in IE7
git-svn-id: http://piwigo.org/svn/trunk@9373 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-24 23:39:54 +00:00
plegall
60999613db better translation in French for "Drop into album"
git-svn-id: http://piwigo.org/svn/trunk@9371 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-24 23:06:57 +00:00
plegall
1ffd201f8b bug 2202 fixed: invalidate_user_cache() must be called before any redirect in included files
git-svn-id: http://piwigo.org/svn/trunk@9368 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-24 14:08:11 +00:00
plegall
b6457719da ability to to display the album name as a single link and not several links depending on uppercats, with get_cat_display_name_cache
git-svn-id: http://piwigo.org/svn/trunk@9367 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-24 13:49:48 +00:00
plegall
bf4d7dca14 new function to get image name depending on name and filename
git-svn-id: http://piwigo.org/svn/trunk@9366 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-24 13:48:31 +00:00
plegall
be797aa3da bug 937: problem on empty albums (visible for admins) with a representative_picture_id defined.
git-svn-id: http://piwigo.org/svn/trunk@9365 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-24 11:30:30 +00:00
plegall
139360b952 feature added: ability to avoid sending technical details with pwg_mail_notification_admins
change: pwg_mail_notification_admins forces the format to be text/plain


git-svn-id: http://piwigo.org/svn/trunk@9360 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-23 10:44:07 +00:00
plegall
f409eb1c5d feature 2200: LocalFilesEditor plugin now uses the new cleaner URL alias for administration pages
git-svn-id: http://piwigo.org/svn/trunk@9359 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-23 09:35:32 +00:00
plegall
31fab45f93 feature 2200: bug fixed when there is no ?page= in URL (on admin homepage)
git-svn-id: http://piwigo.org/svn/trunk@9358 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-23 09:27:57 +00:00
plegall
e28cbddada feature 2200 added: clean alias for plugin administration pages
git-svn-id: http://piwigo.org/svn/trunk@9357 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-23 09:24:43 +00:00
plegall
45c4b7681f bug 2198 fixed: footer on text/plain email needs rewrite
git-svn-id: http://piwigo.org/svn/trunk@9354 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-22 22:32:28 +00:00
plegall
ceacda960c feature 2197 added: if make_index_url() adds no parameters after index.php?, then we return get_absolute_root_url()
git-svn-id: http://piwigo.org/svn/trunk@9353 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-22 22:21:59 +00:00
Gotcha
78f7e1f96c Bug with IE7 (and other ?) with Accordion for the admin menubar
bug:2196

git-svn-id: http://piwigo.org/svn/trunk@9349 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-22 13:09:46 +00:00
Gotcha
2d345474af Merge r9347 from br2.1 to trunk
git-svn-id: http://piwigo.org/svn/trunk@9348 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-22 13:04:39 +00:00
ddtddt
0cb630c4d7 [trunk] - language - update mk_MK thanks to Kiril
git-svn-id: http://piwigo.org/svn/trunk@9338 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-21 18:14:00 +00:00
ddtddt
91df8d0cec [trunk] - language - update pl_PL thanks to voyteckst
git-svn-id: http://piwigo.org/svn/trunk@9311 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-19 22:16:06 +00:00
patdenice
ebe6869705 merge r9257 from branch 2.1 to trunk
bug 2075: Escape javascript messages.

git-svn-id: http://piwigo.org/svn/trunk@9258 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-17 09:38:28 +00:00
ddtddt
7efc1f8abf [trunk] - language - update sr_RS thanks to Ћирилица1
git-svn-id: http://piwigo.org/svn/trunk@9240 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-15 20:00:38 +00:00
ddtddt
97a12e3a81 [trunk] - language - update vi_VN thanks to Em Ku
git-svn-id: http://piwigo.org/svn/trunk@9235 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-15 06:33:50 +00:00
ddtddt
6867bebaec [trunk] - language - update sv_SE thanks to jonas
git-svn-id: http://piwigo.org/svn/trunk@9234 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-15 06:31:46 +00:00
ddtddt
b0ca54f6a2 [trunk] - language - update it_IT thanks to sugar888
git-svn-id: http://piwigo.org/svn/trunk@9226 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-14 15:52:02 +00:00
ddtddt
43a90d2ef5 [trunk] - language - update zh_CN thanks to winson
git-svn-id: http://piwigo.org/svn/trunk@9223 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-14 13:01:07 +00:00
ddtddt
316ed67722 [trunk] - language - update sk_SK thanks to dodo
git-svn-id: http://piwigo.org/svn/trunk@9222 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-14 12:59:40 +00:00
ddtddt
f800fb87e0 [trunk] - update language no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@9219 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-14 12:44:38 +00:00
ddtddt
6027961170 [trunk] - language - update tr_TR thanks to Nakre
git-svn-id: http://piwigo.org/svn/trunk@9217 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-14 11:29:11 +00:00
ddtddt
fbbcd49c6c [trunk] - language - update nl_NL thanks to Kees Hessels
git-svn-id: http://piwigo.org/svn/trunk@9216 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-14 11:22:33 +00:00
ddtddt
5d88936800 [trunk] - language - update ru_RU thanks to kiddy-admin
git-svn-id: http://piwigo.org/svn/trunk@9215 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-14 11:20:35 +00:00
ddtddt
059627f597 [trunk] - update language
git-svn-id: http://piwigo.org/svn/trunk@9214 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-14 10:59:01 +00:00
ddtddt
1e69c71636 [trunk] - update language
git-svn-id: http://piwigo.org/svn/trunk@9213 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-14 10:50:47 +00:00
ddtddt
a375d44995 [trunk] - update language
git-svn-id: http://piwigo.org/svn/trunk@9212 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-14 10:37:13 +00:00
ddtddt
de8b53c88f [trunk] - update language
git-svn-id: http://piwigo.org/svn/trunk@9211 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-14 10:33:20 +00:00
ddtddt
f59b5fc32a [trunk] - update hu_HU
git-svn-id: http://piwigo.org/svn/trunk@9209 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-14 10:19:06 +00:00
ddtddt
179cce649c [trunk] - update lv_LV (Latvian) thanks to Aivars Baldone
git-svn-id: http://piwigo.org/svn/trunk@9207 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-13 19:36:52 +00:00
ddtddt
134616db68 [trunk] - help - add sv_SE Thanks to Jonas part 1
git-svn-id: http://piwigo.org/svn/trunk@9194 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-12 11:06:23 +00:00
plegall
e79538be5c feature 2189 added: ability to update a photo (the JPEG/PNG file) with
pwg.images.addSimple, simply by adding an $image_id as argument.


git-svn-id: http://piwigo.org/svn/trunk@9191 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-11 22:57:23 +00:00
samli
cc88f22111 [trunk] [admin.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@9189 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-11 19:52:53 +00:00
patdenice
8ecf5649bb Remove knwo_script from LocalFiles Editor
git-svn-id: http://piwigo.org/svn/trunk@9173 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-11 16:05:31 +00:00
patdenice
d37ec3ddfd Update jQuery to 1.5 and jQuery UI to 1.8.9
git-svn-id: http://piwigo.org/svn/trunk@9172 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-11 15:57:04 +00:00
plegall
1d6681d9b0 add forgotten language key 'Remove from caddie' in language file EN/FR
git-svn-id: http://piwigo.org/svn/trunk@9171 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-11 10:12:50 +00:00
plegall
64f2427b5a remove obsolete language key 'Empty caddie'
git-svn-id: http://piwigo.org/svn/trunk@9170 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-11 10:07:45 +00:00
plegall
15baff17a6 feature 2187 added: new trigger to enhance/modify lost password email.
git-svn-id: http://piwigo.org/svn/trunk@9169 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-11 09:54:30 +00:00
Nakre
9d5622f4fa added tr_TR Turkish language
git-svn-id: http://piwigo.org/svn/trunk@9165 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-11 02:06:27 +00:00
Nakre
2fb922ed0c help updates for Turkish
git-svn-id: http://piwigo.org/svn/trunk@9144 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-10 09:27:23 +00:00
Nakre
1451170162 help updates for Turkish
git-svn-id: http://piwigo.org/svn/trunk@9143 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-10 08:39:48 +00:00
ddtddt
d44dc5bbd6 [trunk] - help - update tr_TR thanks to Nakre
git-svn-id: http://piwigo.org/svn/trunk@9142 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-10 05:50:19 +00:00
Nakre
12666f9e87 added tr_TR Turkish language
git-svn-id: http://piwigo.org/svn/trunk@9132 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-09 19:46:14 +00:00
rvelices
8ecac42129 fix admin call to invalidate_user_cache (done less often)
git-svn-id: http://piwigo.org/svn/trunk@9127 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-08 20:33:40 +00:00
Eric
17786f7735 bug 2185 : Back merged. "Remove from caddie" seems to be the right string...
git-svn-id: http://piwigo.org/svn/trunk@9124 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-08 18:23:37 +00:00
Eric
7f5a641599 bug 2185 : Changing wrong translation flag to right one (faster than changing it in all localisation files ^^)
git-svn-id: http://piwigo.org/svn/trunk@9123 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-08 17:47:12 +00:00
plegall
1895e2acd0 bug 2184 fixed: avoid SQL syntax error on "display only recently posted photos" filter.
git-svn-id: http://piwigo.org/svn/trunk@9116 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-08 13:34:12 +00:00
ddtddt
86e8e7ba70 [trunk] - help - update lv_LV (Latvian) thanks to Aivars Baldone
git-svn-id: http://piwigo.org/svn/trunk@9110 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-07 20:14:04 +00:00
ddtddt
03aa83badc update help EN
git-svn-id: http://piwigo.org/svn/trunk@9106 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-07 12:20:38 +00:00
ddtddt
b909561cc5 update help FR
git-svn-id: http://piwigo.org/svn/trunk@9105 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-07 12:19:16 +00:00
ddtddt
85b67f5a77 update help EN
git-svn-id: http://piwigo.org/svn/trunk@9104 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-07 12:14:47 +00:00
ddtddt
f3c7807cf6 [trunk] - add help - no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@9096 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-06 18:23:44 +00:00
ddtddt
1f84c7ab1a [trunk] - add help - no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@9092 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-06 07:54:47 +00:00
ddtddt
9f449209b4 [trunk] - add help - no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@9087 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-05 12:17:53 +00:00
plegall
8ca4d94d94 bug 2155 fixed: for MySQL, use the "ENGINE=MyISAM" syntax instead of the
deprecated "TYPE=MyISAM", so that SQL creation table statements complies
with MySQL 5.5


git-svn-id: http://piwigo.org/svn/trunk@9086 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-03 21:59:51 +00:00
ddtddt
a201d10043 [trunk] - add help - no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@9084 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-03 21:53:36 +00:00
ddtddt
e48be8a154 [trunk] - add help - no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@9080 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-03 15:51:20 +00:00
plegall
380d9ccc21 bug 1684 fixed: the fix for bug:1683 was an "automatic repair" but it adds
useless code. We couldn't create a migration task on the stable branch, but
on trunk this is possible.


git-svn-id: http://piwigo.org/svn/trunk@9074 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-03 11:28:34 +00:00
plegall
1dc5c7ccfd bug 270 fixed: (yes "270", submitted in 2006), time (hour:minute:second) added
in the date_creation field and in the synchronization from EXIF metadata.


git-svn-id: http://piwigo.org/svn/trunk@9073 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-03 08:18:38 +00:00
ddtddt
34538ef9e8 [trunk] - add help - no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@9071 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-03 05:50:08 +00:00
rvelices
7e16092442 allow to include batch_manager with a mode <> than global/unit (don't create tabsheet and dont include global/unit.php); used by rv_gmaps to batch edit lat/lon
git-svn-id: http://piwigo.org/svn/trunk@9068 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-02 20:55:25 +00:00
plegall
0199e0cbd0 bug 2177 fixed: automatically select thumbnails on current page when selecting
the whole set.


git-svn-id: http://piwigo.org/svn/trunk@9064 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-02 14:43:06 +00:00
ddtddt
7b42c2c1ad [trunk] - add help - no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@9059 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-02 13:31:02 +00:00
plegall
ed0fd2183a bug 2176 fixed: remove the direct link to Caddie from the administration
menubar, the "Batch Manager" link does exactly the same by default.


git-svn-id: http://piwigo.org/svn/trunk@9057 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-02 12:21:13 +00:00
plegall
99f25fdb32 merge r9054 from branch 2.1 to trunk
bug 2175 fixed: do not use the HTML prefetch feature with Google Chrome because
it was sometimes making the photos impossible to show.



git-svn-id: http://piwigo.org/svn/trunk@9055 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-02 11:39:17 +00:00
plegall
6ee66d829b bug 2172 fixed: the "sort order" options are removed from the album administration main page.
bug 2173 fixed: rename "manual order" into "automatic order" and "by rank" into "manual order"

bug 2174 fixed: only show the automatic order options when it's relevant

new icon for the "manage photo order" screen

hide the numeric rank below the thumbnail (it is confusing for users)

tell users that you can drag'n drop to reorder photos

bug fixed: the "apply to sub-albums" options for photo orders was not working


git-svn-id: http://piwigo.org/svn/trunk@9051 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-02 09:35:48 +00:00
Nakre
a8f10543be cleaning / updating translates..
git-svn-id: http://piwigo.org/svn/trunk@9048 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-01 21:33:52 +00:00
ddtddt
9f6c839599 [trunk] - ar_SA - update
git-svn-id: http://piwigo.org/svn/trunk@9047 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-01 21:30:48 +00:00
ddtddt
753d78faa6 [trunk] - add help - tr_TR thanks to Nakre
git-svn-id: http://piwigo.org/svn/trunk@9045 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-01 20:50:13 +00:00
ddtddt
6c4603ee92 [trunk] - add help - no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@9043 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-01 20:32:20 +00:00
Nakre
e5cfffcc39 cleaning / updating translates..
git-svn-id: http://piwigo.org/svn/trunk@9041 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-01 19:55:04 +00:00
plegall
8c304e6a54 bug 2171 fixed: photo order in a given album, hide the "Manual order" options
when this option is not selected.


git-svn-id: http://piwigo.org/svn/trunk@9039 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-01 15:14:02 +00:00
plegall
92e85ae36a bug 2168 fixed: Batch Manager, ability to remove author/title/date creation
git-svn-id: http://piwigo.org/svn/trunk@9035 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-01 12:41:40 +00:00
ddtddt
4a955f7503 git-svn-id: http://piwigo.org/svn/trunk@9030 68402e56-0260-453c-a942-63ccdbb3a9ee 2011-02-01 06:06:11 +00:00
plegall
a27421cca1 no need to check the availability of a GD function in the ImageMagick resize algorithm
git-svn-id: http://piwigo.org/svn/trunk@9022 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-31 22:43:41 +00:00
plegall
aae2301da9 bug 2164 fixed: disable automatic rotation if we can't read EXIF data
git-svn-id: http://piwigo.org/svn/trunk@9021 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-31 22:40:58 +00:00
ddtddt
27203f1345 [trunk] - add help - no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@9017 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-31 22:01:08 +00:00
plegall
276ae72e3a bug 2134 fixed: in the Batch Manager, unit mode, fields author/description/date_creation were always empty.
git-svn-id: http://piwigo.org/svn/trunk@9016 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-31 21:57:23 +00:00
ddtddt
ace98141f0 [trunk] - update tr_TR thanks to Nakre
git-svn-id: http://piwigo.org/svn/trunk@9015 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-31 21:56:29 +00:00
ddtddt
bf0577cdbe [trunk] - add help - no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@9013 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-31 20:12:25 +00:00
ddtddt
b9fee0c2f4 [trunk] - update tr_TR thanks to Nakre
git-svn-id: http://piwigo.org/svn/trunk@9011 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-31 19:55:51 +00:00
plegall
e67f5723d7 bug 2118 fixed: don't open a new tab once installation is finished
git-svn-id: http://piwigo.org/svn/trunk@9008 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-31 14:28:25 +00:00
samli
881fd2599d [trunk] [common.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@8988 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-30 16:36:45 +00:00
samli
97e451e6ac [trunk] [admin.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@8987 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-30 16:35:20 +00:00
ddtddt
4dc460472b [trunk] - update FR help
git-svn-id: http://piwigo.org/svn/trunk@8985 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-30 14:05:50 +00:00
samli
3374be8091 [trunk] [help] add HU language
git-svn-id: http://piwigo.org/svn/trunk@8983 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-30 11:30:06 +00:00
samli
0995db6d64 [trunk] [help] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@8982 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-30 10:58:58 +00:00
josep.torne
da81094579 adding admin.lang.php ca_ES translation
git-svn-id: http://piwigo.org/svn/trunk@8980 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-30 09:22:53 +00:00
samli
28d83de246 [trunk] [help] add HU language
git-svn-id: http://piwigo.org/svn/trunk@8979 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-30 09:14:56 +00:00
plegall
92fe29daa7 merge r8966 from branch 2.1 to trunk
bug 2142 fixed: make sure you cannot move a category into itself



git-svn-id: http://piwigo.org/svn/trunk@8967 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-28 22:56:32 +00:00
Gotcha
ec169f12ff Add an legend for fieldset id=syncSimulate
(Localisation are good)

git-svn-id: http://piwigo.org/svn/trunk@8952 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-27 22:39:34 +00:00
Gotcha
b5ed2aa16a Merge r8936 from br2.1 to trunk
git-svn-id: http://piwigo.org/svn/trunk@8937 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-26 20:44:26 +00:00
ddtddt
5260d307b9 [trunk] - plugin core - add pt_PT Thanks to PsyKick_RuhYn
git-svn-id: http://piwigo.org/svn/trunk@8927 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-26 17:44:16 +00:00
ddtddt
2f98b5d308 [trunk] - update sv_SE thanks to jonas
git-svn-id: http://piwigo.org/svn/trunk@8923 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-26 17:36:43 +00:00
ddtddt
312d219510 [trunk] - LocalFilesEditor - add pt_PT Thanks to PsyKick_RuhYn
git-svn-id: http://piwigo.org/svn/trunk@8921 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-26 17:12:24 +00:00
ddtddt
78d9aa4fff [trunk] - update sv_SE thanks to jonas
git-svn-id: http://piwigo.org/svn/trunk@8919 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-26 16:30:59 +00:00
ddtddt
3773fb0232 [trunk] - language - update lv_LV (Latvian) thanks to Aivars Baldone
git-svn-id: http://piwigo.org/svn/trunk@8916 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-26 14:33:06 +00:00
riopwg
9696e3e9f4 Update translation_validated.inc.php
git-svn-id: http://piwigo.org/svn/trunk@8904 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-26 07:17:21 +00:00
ddtddt
4d5babbc84 [trunk] - update pt_PT Thanks to PsyKick_RuhYn
git-svn-id: http://piwigo.org/svn/trunk@8899 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-25 20:37:10 +00:00
rvelices
73d3ce19e7 scripts.js was not loaded on picture page with high images
admin maintenance leave a space between grouped 'non-destructive' actions and 'destructive' actions

git-svn-id: http://piwigo.org/svn/trunk@8898 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-25 20:23:33 +00:00
ddtddt
9c21be642f [trunk] - update pt_PT Thanks to PsyKick_RuhYn
git-svn-id: http://piwigo.org/svn/trunk@8895 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-25 20:10:54 +00:00
ddtddt
75571f4040 [trunk] - update pt_PT Thanks to PsyKick_RuhYn
git-svn-id: http://piwigo.org/svn/trunk@8891 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-25 16:47:42 +00:00
ddtddt
252b5a2333 [trunk] - update pt_PT Thanks to PsyKick_RuhYn
git-svn-id: http://piwigo.org/svn/trunk@8890 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-25 16:33:34 +00:00
ddtddt
6ff264c111 [trunk] - update pt_PT Thanks to PsyKick_RuhYn
git-svn-id: http://piwigo.org/svn/trunk@8889 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-25 16:29:39 +00:00
ddtddt
3652d52ce0 [trunk] - update pt_PT Thanks to PsyKick_RuhYn
git-svn-id: http://piwigo.org/svn/trunk@8886 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-25 15:35:00 +00:00
ddtddt
0e02d10f02 [trunk] - zh_CN add help Thanks to Ralph.Bai
git-svn-id: http://piwigo.org/svn/trunk@8884 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-25 15:08:10 +00:00
ddtddt
89298ecaf9 [trunk] - zh_CN add help Thanks to Ralph.Bai
git-svn-id: http://piwigo.org/svn/trunk@8881 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-25 14:03:33 +00:00
ddtddt
8e993da2d8 [trunk] - help EN update
git-svn-id: http://piwigo.org/svn/trunk@8880 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-25 14:02:42 +00:00
ddtddt
4257d55068 [trunk] - update CN thanks to winson
git-svn-id: http://piwigo.org/svn/trunk@8877 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-24 21:57:14 +00:00
riopwg
55b6ab5090 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@8861 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-23 21:32:57 +00:00
riopwg
10626e51fd Update language IT
git-svn-id: http://piwigo.org/svn/trunk@8860 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-23 21:18:43 +00:00
ddtddt
43e4404f64 [trunk] - update ru_RU thanks to kiddy-admin
git-svn-id: http://piwigo.org/svn/trunk@8855 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-23 18:58:51 +00:00
ddtddt
63f5b9c759 [trunk] - update ru_RU thanks to kiddy-admin
git-svn-id: http://piwigo.org/svn/trunk@8854 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-23 09:10:23 +00:00
ddtddt
a1b8096b2e [trunk] - update language step2
git-svn-id: http://piwigo.org/svn/trunk@8853 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-23 09:08:03 +00:00
ddtddt
cc3502a8b6 [trunk] - update es_ES thanks to jpr928
git-svn-id: http://piwigo.org/svn/trunk@8852 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-23 09:01:08 +00:00
ddtddt
0355af1665 [trunk] - update language step1
git-svn-id: http://piwigo.org/svn/trunk@8851 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-23 08:17:44 +00:00
ddtddt
36616213cb [trunk] - update lv_LV (Latvian) thanks to Aivars Baldone
git-svn-id: http://piwigo.org/svn/trunk@8850 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-23 08:00:27 +00:00
ddtddt
cfb3ba960a [trunk] - update de_DE thanks to el ninjo
git-svn-id: http://piwigo.org/svn/trunk@8849 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-23 07:25:59 +00:00
plegall
dff8596f66 bug 2119 fixed: no crash when calling pwg.categories.delete on an empty album
git-svn-id: http://piwigo.org/svn/trunk@8848 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-23 00:10:29 +00:00
Gotcha
7954694d73 Language key, more explicit translation
git-svn-id: http://piwigo.org/svn/trunk@8846 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-22 22:11:54 +00:00
rvelices
13b9118f41 - fix icon display on index page (calendar by post date)
- remove unnecessary include_once
- mysql functions simplification

git-svn-id: http://piwigo.org/svn/trunk@8844 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-22 21:12:48 +00:00
ddtddt
f33339b964 [trunk] - zh_CN add help Thanks to Ralph.Bai
git-svn-id: http://piwigo.org/svn/trunk@8837 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-22 08:55:14 +00:00
ddtddt
90977e486a [trunk] - update en_UK Thanks to plg
git-svn-id: http://piwigo.org/svn/trunk@8828 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-21 16:22:22 +00:00
ddtddt
e642dc552c [trunk] - update sv_SE Thanks to Jonas
git-svn-id: http://piwigo.org/svn/trunk@8826 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-21 11:37:38 +00:00
ddtddt
f20422d318 [trunk] - zh_CN add help Thanks to Ralph.Bai
git-svn-id: http://piwigo.org/svn/trunk@8822 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-21 08:16:47 +00:00
ddtddt
ba947b3930 [trunk] - update no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@8820 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-21 07:24:18 +00:00
ddtddt
6dfde0041d [trunk] - update sk_SK Thanks to dodo
git-svn-id: http://piwigo.org/svn/trunk@8811 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-20 18:45:32 +00:00
ddtddt
cf825f8805 [trunk] - update sv_SE Thanks to Jonas
git-svn-id: http://piwigo.org/svn/trunk@8808 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-20 17:52:04 +00:00
plegall
8083b50cbb feature 2102: reapply the Photos plugin for de_DE after conversion to utf8
git-svn-id: http://piwigo.org/svn/trunk@8805 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-20 14:45:17 +00:00
plegall
e4206f045b feature 2102: inject strings from the "Photos" plugin into core for the following
languages de_DE es_ES lv_LV ru_RU fr_FR


git-svn-id: http://piwigo.org/svn/trunk@8803 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-20 14:29:08 +00:00
plegall
dfb0b9d1fa bug 937 fixed: makes sure a user won't see the thumbnail of a photo that has a
higher privacy level than user privacy level.

For an acceptable solution at performance level, I have implemented a cache:
for a given user, each album has a representative_picture_id. This cache also
avoids to perform numerous "order by rand()" SQL queries which is the case
when $conf['allow_random_representative'] = true;


git-svn-id: http://piwigo.org/svn/trunk@8802 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-20 13:32:34 +00:00
ddtddt
d59827398d [trunk] - update FR help
git-svn-id: http://piwigo.org/svn/trunk@8801 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-20 11:06:26 +00:00
ddtddt
47fad45576 [trunk] - update FR help
git-svn-id: http://piwigo.org/svn/trunk@8800 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-20 11:00:49 +00:00
ddtddt
996858f472 [trunk] - update FR help
git-svn-id: http://piwigo.org/svn/trunk@8799 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-20 10:59:28 +00:00
ddtddt
01bf7988e4 [trunk] - update FR help
git-svn-id: http://piwigo.org/svn/trunk@8797 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-20 10:52:37 +00:00
ddtddt
8f6a0039db [trunk] - update FR help
git-svn-id: http://piwigo.org/svn/trunk@8796 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-20 10:50:15 +00:00
ddtddt
112df9e46c [trunk] - update FR help
git-svn-id: http://piwigo.org/svn/trunk@8795 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-20 10:34:36 +00:00
ddtddt
6500212592 [trunk] - update FR help
git-svn-id: http://piwigo.org/svn/trunk@8794 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-20 10:30:12 +00:00
ddtddt
0ef1cc5d4b [trunk] - update FR help
git-svn-id: http://piwigo.org/svn/trunk@8791 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-20 10:00:37 +00:00
ddtddt
8eda1f64cb [trunk] - update vi_VN thanks to Em Ku
git-svn-id: http://piwigo.org/svn/trunk@8788 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-20 09:46:13 +00:00
ddtddt
4b0d9ead97 [trunk] - update vi_VN thanks to Em Ku
git-svn-id: http://piwigo.org/svn/trunk@8785 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-20 06:41:25 +00:00
ddtddt
6072d90a1b [trunk] - update ar_SA thanks to mohammed
git-svn-id: http://piwigo.org/svn/trunk@8784 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-19 23:44:05 +00:00
plegall
c6e50788cd feature 2102: mistake in my previous commit r8727 on "manage album photos" string
git-svn-id: http://piwigo.org/svn/trunk@8783 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-19 23:41:37 +00:00
rvelices
497fa40331 more compact html output
git-svn-id: http://piwigo.org/svn/trunk@8774 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-19 21:18:45 +00:00
rvelices
4a6f62bb8d got rid of the last three very inefficient css rules
git-svn-id: http://piwigo.org/svn/trunk@8772 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-19 20:45:44 +00:00
ddtddt
c840dbfc28 [trunk] - update ar_SA thanks to mohammed
git-svn-id: http://piwigo.org/svn/trunk@8769 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-19 19:16:23 +00:00
plegall
90106b6794 feature 1289 updated: add pwg_token on the delete_orphan_tags maintenance action
(and all other maintenace actions as well)


git-svn-id: http://piwigo.org/svn/trunk@8765 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-19 14:59:49 +00:00
plegall
0a44acdd8a feature 1062 added: ability to delete a single photo from its administration
screen


git-svn-id: http://piwigo.org/svn/trunk@8764 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-19 14:51:03 +00:00
plegall
714219f490 feature 2040: to finish the "automatic rotation" feature, I had configuration
setting. I choose to have it in the configuration file and not in the web
interface because it is a bit too technical and useful only in very specific
cases (when buggy software performed a rotation before without updating the
EXIF "orientation" tag)


git-svn-id: http://piwigo.org/svn/trunk@8763 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-19 14:00:38 +00:00
plegall
1b7781c866 feature 1289 added: easy "delete orphan tags" function. On the "tags"
administration page, a warning message is displayed if you have at least
one orphan tag + direct action to delete them.


git-svn-id: http://piwigo.org/svn/trunk@8762 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-19 13:19:16 +00:00
ddtddt
e338363331 [trunk] - zh_CN add help Thanks to Ralph.Bai
git-svn-id: http://piwigo.org/svn/trunk@8760 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-19 12:22:15 +00:00
plegall
856e16d2a7 bug 2025 fixed: by default we log visits from simple visitors, it was a
nonsense to turn off history for connected users by default.


git-svn-id: http://piwigo.org/svn/trunk@8759 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-19 11:36:51 +00:00
plegall
8a7004e61e bug 2018: now when a user gets an "admin" or "webmaster" status he
automatically gets the "admin" privacy level.


git-svn-id: http://piwigo.org/svn/trunk@8758 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-19 11:18:55 +00:00
rvelices
2eab606970 - picture page compacts the output html using smarty strip
- decrease the default number of tags showable in the menubar

git-svn-id: http://piwigo.org/svn/trunk@8757 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 21:12:42 +00:00
rvelices
90911d747f - batch manager was not calling invalidate_user_cache
- batch manager can delete photos added by ftp
- call sync_users on admin page less often (too many sql queries)

git-svn-id: http://piwigo.org/svn/trunk@8756 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 20:57:36 +00:00
plegall
7889e86b9b feature 2113: slightly smaller logo in administration footer
git-svn-id: http://piwigo.org/svn/trunk@8754 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 19:59:58 +00:00
ddtddt
0c73ec4245 [trunk] - update FR help
git-svn-id: http://piwigo.org/svn/trunk@8752 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 19:21:17 +00:00
ddtddt
f9136069fe [trunk] - update FR help
git-svn-id: http://piwigo.org/svn/trunk@8751 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 19:13:37 +00:00
ddtddt
d4508e0309 git-svn-id: http://piwigo.org/svn/trunk@8750 68402e56-0260-453c-a942-63ccdbb3a9ee 2011-01-18 19:04:16 +00:00
ddtddt
7d282f3dec [trunk] - update EN help
git-svn-id: http://piwigo.org/svn/trunk@8749 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 19:04:01 +00:00
ddtddt
9182abc9f8 [trunk] - update FR help
git-svn-id: http://piwigo.org/svn/trunk@8748 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 18:57:49 +00:00
ddtddt
7dfff90e85 [trunk] - update FR help
git-svn-id: http://piwigo.org/svn/trunk@8747 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 18:54:55 +00:00
ddtddt
29de8ddbe6 [trunk] - update EN help
git-svn-id: http://piwigo.org/svn/trunk@8746 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 18:49:53 +00:00
ddtddt
89f255773f [trunk] - update FR help
git-svn-id: http://piwigo.org/svn/trunk@8745 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 18:47:45 +00:00
ddtddt
f602bb0bbd [trunk] - update FR help
git-svn-id: http://piwigo.org/svn/trunk@8744 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 18:05:32 +00:00
ddtddt
a1c03a2409 [trunk] - cs_CZ add help Thanks to TPY
git-svn-id: http://piwigo.org/svn/trunk@8742 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 16:31:02 +00:00
plegall
69ce218575 bug fixed: no more categories.uploadable column when creating a new category
split the admin/photos_add_direct.php script into
admin/include/photos_add_direct_prepare.php (prepare the upload form)
+ admin/include/photos_add_direct_process.inc.php (process the submitted form)
: it makes the upload form backend easier to reuse in the future Community
plugin.


git-svn-id: http://piwigo.org/svn/trunk@8734 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 14:03:00 +00:00
plegall
447bc41f71 bug fixed: the home.png icon was missing for roma admin theme
git-svn-id: http://piwigo.org/svn/trunk@8733 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 13:38:38 +00:00
plegall
790e917541 feature 2113: new logo on administration screen
git-svn-id: http://piwigo.org/svn/trunk@8732 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 13:25:04 +00:00
plegall
6db359c622 Happy new year 2011
Change "Piwigo - a PHP based picture gallery" into "Piwigo - a PHP based photo gallery"


git-svn-id: http://piwigo.org/svn/trunk@8728 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18 00:02:52 +00:00
plegall
7ca4f8e060 feature 2102: add a few language keys to remove all image/picture/element and replace by photo
git-svn-id: http://piwigo.org/svn/trunk@8727 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-17 23:53:47 +00:00
rvelices
e123585dde bug 2105 : Browsing tags is slow if tags contains many photos
git-svn-id: http://piwigo.org/svn/trunk@8726 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-17 21:16:42 +00:00
rvelices
b5046a4f94 got rid of a very innefficient (and not required) css rule
git-svn-id: http://piwigo.org/svn/trunk@8725 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-17 20:49:14 +00:00
rvelices
d125d527fa feature 2102 : rename item/image/picture to photo (admin side)
also removed unnecessary/duplicate keys

git-svn-id: http://piwigo.org/svn/trunk@8723 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-17 20:27:46 +00:00
plegall
8ccd3a203d feature 2112 added: ability to set an additional local directory
$conf['local_dir_site'] in local/config/multisite.inc.php


git-svn-id: http://piwigo.org/svn/trunk@8722 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-17 18:48:13 +00:00
plegall
91fc33dc8e feature 2102: a mapping from old language keys to new language keys, will be used to inject new values from the Photos plugin into core
git-svn-id: http://piwigo.org/svn/trunk@8719 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-17 12:30:45 +00:00
ddtddt
d8fbe3f033 [trunk] - add help - add ar_SA thanks to bakir
git-svn-id: http://piwigo.org/svn/trunk@8717 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-17 06:06:20 +00:00
ddtddt
a59076afcc [trunk] - add help no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@8715 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-17 05:58:10 +00:00
rvelices
8a14faf0e1 feature 2102 : rename item/image/picture to photo (public side)
git-svn-id: http://piwigo.org/svn/trunk@8711 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-16 20:43:56 +00:00
ddtddt
2da15bed33 [trunk] - update EN help
git-svn-id: http://piwigo.org/svn/trunk@8708 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-16 19:15:53 +00:00
ddtddt
7914162aa0 [trunk] - update EN help
git-svn-id: http://piwigo.org/svn/trunk@8707 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-16 19:15:07 +00:00
ddtddt
798b05d89e [trunk] - update EN help
git-svn-id: http://piwigo.org/svn/trunk@8706 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-16 19:12:05 +00:00
ddtddt
bc501a2567 [trunk] - update EN help
git-svn-id: http://piwigo.org/svn/trunk@8705 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-16 19:06:54 +00:00
ddtddt
b12c52c76d [trunk] - update EN help
git-svn-id: http://piwigo.org/svn/trunk@8704 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-16 18:32:09 +00:00
ddtddt
2c2202987d [trunk] - update EN help
git-svn-id: http://piwigo.org/svn/trunk@8703 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-16 18:15:54 +00:00
ddtddt
02462475e8 [trunk] - update EN help
git-svn-id: http://piwigo.org/svn/trunk@8702 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-16 18:11:22 +00:00
ddtddt
055eefa0d1 [trunk] - update EN help
git-svn-id: http://piwigo.org/svn/trunk@8701 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-16 18:08:34 +00:00
ddtddt
43d4a4b614 [trunk] - update EN help
git-svn-id: http://piwigo.org/svn/trunk@8700 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-16 18:02:12 +00:00
ddtddt
29a238d116 [trunk] - update EN help
git-svn-id: http://piwigo.org/svn/trunk@8699 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-16 17:57:56 +00:00
ddtddt
ecb92910c4 [trunk] - update EN help
git-svn-id: http://piwigo.org/svn/trunk@8698 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-16 17:55:39 +00:00
ddtddt
d3e811e118 [trunk] - update EN help
git-svn-id: http://piwigo.org/svn/trunk@8697 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-16 17:37:10 +00:00
ddtddt
9652339145 [trunk] - add help no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@8695 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-16 17:26:21 +00:00
rvelices
3d940e6121 feature 2102 : rename item/image/picture to photo (admin side)
also remove duplicates/unused admin lang keys

git-svn-id: http://piwigo.org/svn/trunk@8682 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-15 20:52:34 +00:00
ddtddt
18893b97d4 [trunk] - add help no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@8674 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-15 15:22:07 +00:00
ddtddt
fac2761c0c [trunk] - add help ar_SA thanks to mohammed
git-svn-id: http://piwigo.org/svn/trunk@8670 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-15 11:59:11 +00:00
ddtddt
3b1f05aec0 [trunk] - add help no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@8668 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-15 11:23:57 +00:00
rvelices
6eea9f9e08 feature 2102 : rename item/image/picture to photo
git-svn-id: http://piwigo.org/svn/trunk@8665 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-14 21:19:15 +00:00
rvelices
4d3aa6331e feature 2108 upload removal correct syntax error
git-svn-id: http://piwigo.org/svn/trunk@8664 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-14 20:51:53 +00:00
ddtddt
68b4f24561 [trunk] - update EN help
git-svn-id: http://piwigo.org/svn/trunk@8662 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-14 12:29:11 +00:00
ddtddt
588850c0b3 [trunk] - update EN help
git-svn-id: http://piwigo.org/svn/trunk@8661 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-14 12:23:37 +00:00
ddtddt
19d4e38a59 [trunk] - update EN help
git-svn-id: http://piwigo.org/svn/trunk@8660 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-14 12:21:09 +00:00
ddtddt
fe49e534ba [trunk] - update EN help
git-svn-id: http://piwigo.org/svn/trunk@8659 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-14 12:16:06 +00:00
ddtddt
191a61e597 [trunk] - update EN help
git-svn-id: http://piwigo.org/svn/trunk@8658 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-14 12:11:00 +00:00
ddtddt
d81f2482ac [trunk] - update FR help
git-svn-id: http://piwigo.org/svn/trunk@8657 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-14 09:53:12 +00:00
ddtddt
18e1acb982 [trunk] - update EN - thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@8655 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-14 00:07:16 +00:00
rvelices
af6e6b55ca feature 2108 finalize upload removal (php warnings)
git-svn-id: http://piwigo.org/svn/trunk@8652 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-13 20:51:57 +00:00
plegall
fe569ab1bf feature 2108 added: user upload removed from core. It will come back as a
"new generation" user upload in the Community plugin.


git-svn-id: http://piwigo.org/svn/trunk@8651 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-13 15:24:18 +00:00
voyteckst
f03dcee21a Changes according to: http://piwigo.org/forum/viewtopic.php?pid=118382#p118382
git-svn-id: http://piwigo.org/svn/trunk@8645 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-13 12:08:45 +00:00
ddtddt
7329b9bd0d [trunk] - update EN
git-svn-id: http://piwigo.org/svn/trunk@8642 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-13 06:51:44 +00:00
ddtddt
b312b9aa9c [trunk] - update EN
git-svn-id: http://piwigo.org/svn/trunk@8641 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-13 06:45:38 +00:00
ddtddt
95703a8175 [trunk] - add help no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@8639 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-13 06:40:11 +00:00
rvelices
e62f7a14ae default theme made an inefficient css efficient
git-svn-id: http://piwigo.org/svn/trunk@8637 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-12 21:22:45 +00:00
rvelices
387354816b lang remove 'Mail address' - use existing 'Email address'
lang remove unused 'return to homepage'
lang change key 'a user use already this mail address' to 'this email address is already in use'

git-svn-id: http://piwigo.org/svn/trunk@8635 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-12 21:03:00 +00:00
rvelices
05ab300c39 - picture uses the same variables as the index page to compute thumbnails url
- combined files are deleted only from maintenance functions and not also from plugin activation/deactivation

git-svn-id: http://piwigo.org/svn/trunk@8634 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-12 20:41:00 +00:00
plegall
6a67800d4f merge r8630 from branch 2.1 to trunk
bug 2104 fixed: ability to display EXIF/IPTC metadata from HD even if the HD
is not visible for user



git-svn-id: http://piwigo.org/svn/trunk@8631 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-12 14:59:11 +00:00
plegall
0ef332fc0f feature 2103 added: week may start on sunday/monday in the monthly calendar
git-svn-id: http://piwigo.org/svn/trunk@8626 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-12 13:41:55 +00:00
ddtddt
66458980f3 [trunk] - add help ar_SA thanks to mohammed
git-svn-id: http://piwigo.org/svn/trunk@8623 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-12 08:23:54 +00:00
ddtddt
8d3f3f080d [trunk] - update no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@8618 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-11 22:06:18 +00:00
ddtddt
e2c427ef7f [trunk] - add help no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@8616 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-11 22:00:33 +00:00
ddtddt
21f29bdde1 [trunk] - update help no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@8614 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-11 21:57:09 +00:00
rvelices
116e5d60d4 - language remove duplicate keys
- css simpler

git-svn-id: http://piwigo.org/svn/trunk@8613 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-11 21:15:31 +00:00
rvelices
4c9c38a9f1 bug 2101: php warning/errors + broken navigation when using the advanced search form
git-svn-id: http://piwigo.org/svn/trunk@8611 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-11 21:02:52 +00:00
ddtddt
bbea0cfda5 [trunk] - add help ar_SA thanks to mohammed
git-svn-id: http://piwigo.org/svn/trunk@8609 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-11 15:29:22 +00:00
ddtddt
44aaf8737f [trunk] - add help ar_SA thanks to mohammed
git-svn-id: http://piwigo.org/svn/trunk@8607 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-11 12:01:45 +00:00
ddtddt
88b57bb530 [trunk] - add help ar_SA thanks to mohammed
git-svn-id: http://piwigo.org/svn/trunk@8605 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-11 06:08:49 +00:00
ddtddt
017800bec2 [trunk] - add help no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@8603 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-10 22:32:50 +00:00
ddtddt
e69aefc384 [branches 2.1] - update ka_GE thanks to geomagi
git-svn-id: http://piwigo.org/svn/trunk@8601 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-10 21:33:27 +00:00
rvelices
f0dbcf6adf - fix undefined function when editing a user comment on picture page
git-svn-id: http://piwigo.org/svn/trunk@8600 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-10 21:31:05 +00:00
ddtddt
92af24fa17 [trunk] - add help no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@8597 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-10 20:39:24 +00:00
ddtddt
43dac4fcbe [trunk] - add help ar_SA thanks to mohammed
git-svn-id: http://piwigo.org/svn/trunk@8595 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-10 20:33:58 +00:00
ddtddt
b8f385ca09 [trunk] - cs_CZ add help Thanks to TPY
git-svn-id: http://piwigo.org/svn/trunk@8592 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-10 20:00:58 +00:00
ddtddt
1bb4cc52b1 [trunk] - add help no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@8590 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-10 19:53:17 +00:00
ddtddt
3b03ccb59f [trunk] - update pl_PL thanks to voyteckst
git-svn-id: http://piwigo.org/svn/trunk@8583 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-10 13:48:35 +00:00
ddtddt
6ef7871f62 [trunk] - plugins - add ar_SA thanks to mohammed
git-svn-id: http://piwigo.org/svn/trunk@8580 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-10 13:34:06 +00:00
ddtddt
ea3c79ab1b [trunk] - add help no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@8578 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-10 13:24:12 +00:00
ddtddt
a4d8ca46d3 [trunk] - plugins - add ar_SA thanks to mohammed
git-svn-id: http://piwigo.org/svn/trunk@8577 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-10 13:18:42 +00:00
ddtddt
2c917b4ee7 [trunk] - update ar_SA thanks to mohammed
git-svn-id: http://piwigo.org/svn/trunk@8563 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-09 21:24:04 +00:00
ddtddt
e9b77b3a34 [trunk] - plugins - add no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@8561 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-09 21:16:44 +00:00
ddtddt
0ac33bf58b [trunk] - help - add HU thanks to sámli
git-svn-id: http://piwigo.org/svn/trunk@8556 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-09 18:29:33 +00:00
ddtddt
f39ef584fe [trunk] - LocalFilesEditor - remplace include by local
git-svn-id: http://piwigo.org/svn/trunk@8555 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-09 18:23:44 +00:00
ddtddt
5c518c20c3 [trunk] - LocalFilesEditor - add no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@8552 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-09 17:49:39 +00:00
ddtddt
289fb2808d [trunk] - update ar_SA thanks to mohammed
git-svn-id: http://piwigo.org/svn/trunk@8550 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-09 16:39:03 +00:00
ddtddt
56d1812df8 [trunk] - update no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@8549 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-09 16:32:25 +00:00
ddtddt
f6f38b2c67 [trunk] - update ar_SA thanks to mohammed
git-svn-id: http://piwigo.org/svn/trunk@8547 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-09 09:02:23 +00:00
ddtddt
bbe3253733 [trunk] - update de_DE thanks to el ninjo
git-svn-id: http://piwigo.org/svn/trunk@8545 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-09 07:46:53 +00:00
ddtddt
98c7112c37 [trunk] - add update no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@8541 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-08 22:49:39 +00:00
ddtddt
677172aac8 [trunk] - add install part ar_SA thanks to mohammed
git-svn-id: http://piwigo.org/svn/trunk@8539 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-08 22:41:05 +00:00
ddtddt
38ba5d998a [trunk] - update cs_CZ thanks to pab
git-svn-id: http://piwigo.org/svn/trunk@8538 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-08 22:32:06 +00:00
ddtddt
f7232812a0 [trunk] - cs_CZ add help Thanks to TPY
git-svn-id: http://piwigo.org/svn/trunk@8526 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-08 15:53:05 +00:00
ddtddt
29379e4355 [trunk] - update ar_SA thanks to mohammed
git-svn-id: http://piwigo.org/svn/trunk@8525 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-08 15:44:08 +00:00
samli
4e13c77cb1 [trunk] [admin.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@8524 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-08 14:28:50 +00:00
ddtddt
23b25ed3fb [trunk] - update ru_RU thanks to kiddy-admin
git-svn-id: http://piwigo.org/svn/trunk@8522 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-08 14:27:06 +00:00
ddtddt
f374e37561 [trunk] - update ar_SA thanks to mohammed
git-svn-id: http://piwigo.org/svn/trunk@8521 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-08 13:21:08 +00:00
ddtddt
79de3bfed3 [trunk] - update fa_IR thanks to mohammadN
git-svn-id: http://piwigo.org/svn/trunk@8520 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-08 13:14:43 +00:00
samli
2a919f2512 [trunk] [admin.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@8519 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-08 13:09:52 +00:00
ddtddt
084c0700e0 [trunk] - update ru_RU thanks to kiddy-admin
git-svn-id: http://piwigo.org/svn/trunk@8518 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-08 13:09:05 +00:00
ddtddt
546cd26824 [trunk] - update sk_SK thanks to dodo
git-svn-id: http://piwigo.org/svn/trunk@8514 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-08 09:41:00 +00:00
ddtddt
7822a55bf6 [trunk] - update sk_SK thanks to dodo
git-svn-id: http://piwigo.org/svn/trunk@8512 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-08 07:10:54 +00:00
ddtddt
1bb585aa8a [trunk] - add install no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@8507 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-07 22:37:12 +00:00
rvelices
18cbb9635b added some comments
git-svn-id: http://piwigo.org/svn/trunk@8506 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-07 19:57:07 +00:00
ddtddt
1d47959745 [trunk] - update he_IL thanks to ADIRBITON
git-svn-id: http://piwigo.org/svn/trunk@8505 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-07 19:37:41 +00:00
ddtddt
772cd04f8d [trunk] - update ar_SA thanks to mohammed
git-svn-id: http://piwigo.org/svn/trunk@8504 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-07 19:31:34 +00:00
ddtddt
484a758363 [trunk] - update de_DE thanks to el ninjo
git-svn-id: http://piwigo.org/svn/trunk@8502 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-07 17:31:09 +00:00
ddtddt
99b6ed9e83 [trunk] - language - ca_ES cleaning
git-svn-id: http://piwigo.org/svn/trunk@8499 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-07 17:06:06 +00:00
ddtddt
a3df313d9c [trunk] - update fr_FR
git-svn-id: http://piwigo.org/svn/trunk@8498 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-07 16:40:53 +00:00
ddtddt
febd0066b5 [trunk] - update es_ES thanks to jpr928
git-svn-id: http://piwigo.org/svn/trunk@8497 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-07 16:33:00 +00:00
ddtddt
44cadf7f40 [trunk] - update ar_SA thanks to mohammed
git-svn-id: http://piwigo.org/svn/trunk@8496 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-07 16:21:16 +00:00
ddtddt
8b48f59a85 [trunk] - update sk_SK thanks to dodo
git-svn-id: http://piwigo.org/svn/trunk@8495 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-07 16:16:06 +00:00
ddtddt
498ce1392e [trunk] - update admin no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@8494 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-07 13:09:07 +00:00
rvelices
6242e245c1 more compact footer.tpl (less spaced, unnnecessary span/class ...)
sylvia css simplification


git-svn-id: http://piwigo.org/svn/trunk@8492 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-07 13:07:54 +00:00
ddtddt
215b584ba9 [trunk] - update admin no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@8491 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-07 13:06:42 +00:00
ddtddt
05655d2d7c [trunk] - add admin no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@8490 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-07 12:42:42 +00:00
plegall
34269806f5 copy ca_ES from 2.1 + convert ca_ES to 2.1 (new keys) + replace category by album
git-svn-id: http://piwigo.org/svn/trunk@8489 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-07 11:08:55 +00:00
ddtddt
19d1cb176e [trunk] - cs_CZ add help Thanks to TPY
git-svn-id: http://piwigo.org/svn/trunk@8487 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-07 09:20:03 +00:00
ddtddt
b092dd2382 [trunk] - update nl_NL thanks to pauldaytona
git-svn-id: http://piwigo.org/svn/trunk@8472 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-05 05:50:25 +00:00
rvelices
4d56f35159 removed upgrade feed files 1-database to 60-database - they are old and unused in the current upgrade process
git-svn-id: http://piwigo.org/svn/trunk@8470 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-04 20:50:57 +00:00
rvelices
6869125504 thumbnails.tpl is smarty "stripped" to reduce payload-> increased margins of thumbnails in css
git-svn-id: http://piwigo.org/svn/trunk@8469 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-04 20:48:26 +00:00
ddtddt
5f63a01ad4 [trunk] - update nl_NL thanks to pauldaytona
git-svn-id: http://piwigo.org/svn/trunk@8468 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-04 19:28:33 +00:00
plegall
b4d2a1362f feature 2095 added: new column images.added_by (foreign key on users.id)
git-svn-id: http://piwigo.org/svn/trunk@8464 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-04 10:55:08 +00:00
rvelices
621ed0b391 - css sprites - attempt to auto align plugin image links on the index page and picture pages
- css sprites - a couple of rel nofolloz dissapeared
- hide the flat icon if there are no sub albums for the current album

git-svn-id: http://piwigo.org/svn/trunk@8463 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-03 20:47:15 +00:00
rvelices
1117fadff3 dark theme same border colors for image thumbnails as category thumbnails
removed bg image for picture page header (the gradient was not anymore in continuation with the toolbar)

git-svn-id: http://piwigo.org/svn/trunk@8462 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-03 20:39:45 +00:00
ddtddt
f41a629ea6 [trunk] - language - update lv_LV (Latvian) thanks to Aivars Baldone
git-svn-id: http://piwigo.org/svn/trunk@8460 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-03 20:08:11 +00:00
ddtddt
c62367189d [trunk] - language - update help_misc.html
git-svn-id: http://piwigo.org/svn/trunk@8459 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-03 20:06:32 +00:00
ddtddt
f9eccd5de8 [trunk] - language - update nl_NL thanks to pauldaytona
git-svn-id: http://piwigo.org/svn/trunk@8457 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-03 19:29:30 +00:00
plegall
adf538369e merge r8451 from branch 2.1 to trunk
bug 2094 fixed: correct date format for feedcreator



git-svn-id: http://piwigo.org/svn/trunk@8452 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-03 11:16:19 +00:00
ddtddt
9d48858324 [trunk] - language - update nl_NL thanks to pauldaytona
git-svn-id: http://piwigo.org/svn/trunk@8450 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-03 06:15:42 +00:00
rvelices
7d6af12478 - fix js exception with web services in POST mode
- added accessor for registered scripts in template
- added css rule for plugins (images in the categoryActions) it was previsously there but it dissapeared with the sprites

git-svn-id: http://piwigo.org/svn/trunk@8449 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-03 05:28:08 +00:00
ddtddt
6f99445d75 [trunk] - language - update lv_LV (Latvian) thanks to Aivars Baldone
git-svn-id: http://piwigo.org/svn/trunk@8447 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-02 20:16:08 +00:00
ddtddt
50b5fa5c1a [trunk] - cs_CZ add help Thanks to TPY
git-svn-id: http://piwigo.org/svn/trunk@8445 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-02 20:06:19 +00:00
ddtddt
a29ce26145 [trunk] - language - update cleaning
git-svn-id: http://piwigo.org/svn/trunk@8444 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-02 20:03:12 +00:00
ddtddt
1121456a6c [trunk] - language - update cleaning
git-svn-id: http://piwigo.org/svn/trunk@8443 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-02 19:46:25 +00:00
ddtddt
cffcab0448 [trunk] - language - update lv_LV (Latvian) thanks to Aivars Baldone
git-svn-id: http://piwigo.org/svn/trunk@8442 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-02 19:24:11 +00:00
ddtddt
c99c225a64 [trunk] - language - update lv_LV (Latvian) thanks to Aivars Baldone
git-svn-id: http://piwigo.org/svn/trunk@8441 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-02 19:23:47 +00:00
samli
33163e45fb [trunk] [admin.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@8434 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-01 22:34:09 +00:00
rvelices
c296ca98df - fix quick connect right margin (recent css simplification impact)
- index.php wrong nav bar generation under some plugin cases
- css sprites in the quick connect are simpler and more compact

git-svn-id: http://piwigo.org/svn/trunk@8432 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-01 20:30:39 +00:00
ddtddt
6877d368cf [trunk] - cs_CZ add help Thanks to TPY
git-svn-id: http://piwigo.org/svn/trunk@8430 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-01 19:50:42 +00:00
ddtddt
062244c86f [trunk] - update no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@8428 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-01 18:51:39 +00:00
riopwg
482bb9642b Update language IT
git-svn-id: http://piwigo.org/svn/trunk@8427 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-01 17:57:30 +00:00
riopwg
9328d61cf8 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@8424 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-01 15:55:53 +00:00
plegall
2cef861167 bug fixed: caddie and recent pictures in the admin menu now goes to the new Batch Manager
git-svn-id: http://piwigo.org/svn/trunk@8423 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-01 14:50:30 +00:00
plegall
4b771b5ab6 feature 2092 added: Batch Manager can filter all photos with no tag
feature 1866 added: Batch Manager can synchronize metadata


git-svn-id: http://piwigo.org/svn/trunk@8422 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-01 14:35:52 +00:00
plegall
4effe045ee feature 2091: Batch Manager, find all orphan photos
git-svn-id: http://piwigo.org/svn/trunk@8419 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-31 16:43:59 +00:00
plegall
c716ed88b8 remove obsolete language keys
git-svn-id: http://piwigo.org/svn/trunk@8418 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-31 16:26:49 +00:00
plegall
38aad287eb feature 2089: finish removing element_set, now it's time for batch_manager
git-svn-id: http://piwigo.org/svn/trunk@8417 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-31 15:19:11 +00:00
ddtddt
68634c24b2 [trunk] - cs_CZ add help Thanks to TPY
git-svn-id: http://piwigo.org/svn/trunk@8415 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-31 15:12:28 +00:00
plegall
1eba8d35e2 feature 2089: file forgotten in r8413
git-svn-id: http://piwigo.org/svn/trunk@8414 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-31 15:07:06 +00:00
plegall
6495263fd4 feature 2089: Batch Manager, switch from global to unit mode with tabs
git-svn-id: http://piwigo.org/svn/trunk@8413 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-31 15:06:36 +00:00
plegall
c811651769 typo fixed
git-svn-id: http://piwigo.org/svn/trunk@8410 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-31 14:09:07 +00:00
plegall
ad359f8df9 typo fixed
git-svn-id: http://piwigo.org/svn/trunk@8409 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-31 14:08:01 +00:00
plegall
d7c3c65cd4 Batch Manager:
* add l0n to the new Batch Manager where is was missing

* change photo "name" to photo "title"

* change the way we display "Select all" and "Select the whole set"


git-svn-id: http://piwigo.org/svn/trunk@8408 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-31 14:06:27 +00:00
plegall
108344400b feature 2060: remove adviser mode on the new Batch Manager
git-svn-id: http://piwigo.org/svn/trunk@8407 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-31 12:43:41 +00:00
ddtddt
b8a38d634c [trunk] - language - hu_HU update thanks to samli
git-svn-id: http://piwigo.org/svn/trunk@8406 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-31 12:43:36 +00:00
ddtddt
567c3882b7 [trunk] - language - lv_LV update
git-svn-id: http://piwigo.org/svn/trunk@8405 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-31 12:37:19 +00:00
plegall
a9445d2975 feature 2089: add the "duplicates" feature to the new Batch Manager and
simplify the algorithm. The duplicates do not rely on physical albums, just
on duplicate filenames.


git-svn-id: http://piwigo.org/svn/trunk@8404 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-31 12:34:01 +00:00
plegall
aa30ee72d2 feature 2089: add the "not_linked" feature as "with no virtual album" in the
new Batch Manager.


git-svn-id: http://piwigo.org/svn/trunk@8403 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-31 11:58:14 +00:00
rvelices
ff36bf3b70 index.tpl and thumbnails change: category description above thumbs and enclosing ul moved to index.tpl
fix some combine_xxx

git-svn-id: http://piwigo.org/svn/trunk@8401 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-30 19:47:17 +00:00
plegall
2ca0da39fb feature 2089: remove some useless commented code, only "not_linked" and
"duplicates" presets are not available in the new Batch Manager.


git-svn-id: http://piwigo.org/svn/trunk@8399 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-30 16:15:26 +00:00
plegall
71ca43c5d4 feature 2089: report feature:1845 in the new Batch Manager.
+ once the photos are deleted, redirect the page to reset the current photo set
and avoid being on an empty 2nd page.


git-svn-id: http://piwigo.org/svn/trunk@8398 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-30 15:54:43 +00:00
plegall
884437a486 feature 1906: report the "use the album defined sort order" in the new Batch
Manager.


git-svn-id: http://piwigo.org/svn/trunk@8397 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-30 15:23:50 +00:00
plegall
7ce257c9e0 icons to remove filters
git-svn-id: http://piwigo.org/svn/trunk@8396 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-30 15:02:26 +00:00
plegall
41696e7554 feature 2089: implement the "Bulk Manager" plugin as the new "Batch Manager".
The new "Batch Manager" offers as many features as the old "Bulk Manager" and
more to come.

The old Batch Manager (Caddie/Recent Pictures) is not removed yet and changes
that occured since last summer are not reported yet in the Batch Manager:
category/album, photo order for a given album, deletion of synchronized photos.


git-svn-id: http://piwigo.org/svn/trunk@8394 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-30 14:36:02 +00:00
rvelices
15159f98bb css sprites increased the size of the arrows a couple of pixels
git-svn-id: http://piwigo.org/svn/trunk@8392 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-30 05:35:45 +00:00
ddtddt
8b5b9dd5ed [trunk] - add no_NO (Norwegian) thanks to atlew
git-svn-id: http://piwigo.org/svn/trunk@8385 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-29 22:28:00 +00:00
rvelices
63eebc1c12 some admin theme cleanup - remove unused css
git-svn-id: http://piwigo.org/svn/trunk@8383 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-29 22:03:35 +00:00
rvelices
a129f6b257 some admin theme cleanup - remove unused css, unused icons
git-svn-id: http://piwigo.org/svn/trunk@8382 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-29 22:01:03 +00:00
rvelices
788a600d78 css sprites fix ie7 display
picture.tpl more compact + removed unnecessary escape modifiers + use footer_script
template combine_css small things

git-svn-id: http://piwigo.org/svn/trunk@8378 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-29 21:00:25 +00:00
rub
1a9880e697 merge -c8373 from branch 2.1 to trunk
Add a new way to add informations on about page. (Loop on template)
Add element on ignore list


git-svn-id: http://piwigo.org/svn/trunk@8374 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-29 14:26:02 +00:00
ddtddt
bc0100f9e8 [trunk] - update EN
git-svn-id: http://piwigo.org/svn/trunk@8371 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-29 08:49:06 +00:00
ddtddt
d169abfd0a [trunk] - cs_CZ add help Thanks to TPY
git-svn-id: http://piwigo.org/svn/trunk@8368 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-29 08:40:36 +00:00
rvelices
dfea79ee55 - css sprites work for ie6
- simplify/remove css

git-svn-id: http://piwigo.org/svn/trunk@8362 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-28 18:56:09 +00:00
ddtddt
faf97e2d6b [trunk] - language - ar_SA - cleaning
git-svn-id: http://piwigo.org/svn/trunk@8361 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-28 18:46:58 +00:00
ddtddt
3bd8e3f89d [trunk] - language - cs_CZ - cleaning
git-svn-id: http://piwigo.org/svn/trunk@8360 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-28 18:40:42 +00:00
ddtddt
7f647bf6d9 [trunk] - language - da_DK - cleaning
git-svn-id: http://piwigo.org/svn/trunk@8359 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-28 18:37:24 +00:00
ddtddt
f7dbfd7ca9 [trunk] - language - de_DE cleaning
git-svn-id: http://piwigo.org/svn/trunk@8358 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-28 18:34:20 +00:00
ddtddt
2788cab138 [trunk] - language - es_AR cleaning
git-svn-id: http://piwigo.org/svn/trunk@8357 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-28 17:54:27 +00:00
ddtddt
ed2bf62e55 [trunk] - language - es_ES cleaning
git-svn-id: http://piwigo.org/svn/trunk@8356 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-28 17:53:25 +00:00
ddtddt
0880e8b9ed [trunk] - language - fa_IR cleaning
git-svn-id: http://piwigo.org/svn/trunk@8355 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-28 17:50:43 +00:00
ddtddt
550d075f91 [trunk] - language - fr_CA cleaning
git-svn-id: http://piwigo.org/svn/trunk@8354 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-28 16:52:06 +00:00
ddtddt
bcc3ac525d [trunk] - language - he_IL cleaning
git-svn-id: http://piwigo.org/svn/trunk@8353 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-28 16:47:34 +00:00
ddtddt
c5daee1633 [trunk] - language - hr_HR cleaning
git-svn-id: http://piwigo.org/svn/trunk@8352 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-28 16:44:10 +00:00
ddtddt
e1dcf8d0d7 [trunk] - language - hu_HU cleaning
git-svn-id: http://piwigo.org/svn/trunk@8351 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-28 16:35:41 +00:00
ddtddt
d7310c2ed9 [trunk] - language - it_IT cleaning and bug
git-svn-id: http://piwigo.org/svn/trunk@8350 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-28 16:31:46 +00:00
ddtddt
cb219b1f0f [trunk] - language - ja_JP cleaning
git-svn-id: http://piwigo.org/svn/trunk@8349 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-28 16:29:08 +00:00
ddtddt
ee9a78fd7a [trunk] - language - ka_GE cleaning
git-svn-id: http://piwigo.org/svn/trunk@8348 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-28 16:24:54 +00:00
ddtddt
592364eae6 [trunk] - language - lv_LV cleaning
git-svn-id: http://piwigo.org/svn/trunk@8347 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-28 16:15:13 +00:00
ddtddt
a95d6b4f6d [trunk] - language - mk_MK cleaning
git-svn-id: http://piwigo.org/svn/trunk@8346 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-28 16:11:53 +00:00
ddtddt
b8bed607e6 [trunk] - language - nl_NL cleaning
git-svn-id: http://piwigo.org/svn/trunk@8345 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-28 16:10:38 +00:00
ddtddt
b327a266c1 [trunk] - language - pl_PL cleaning
git-svn-id: http://piwigo.org/svn/trunk@8344 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-28 16:06:13 +00:00
ddtddt
99ac87f2c2 [trunk] - cs_CZ add help Thanks to TPY
git-svn-id: http://piwigo.org/svn/trunk@8340 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-28 12:53:24 +00:00
ddtddt
6fdd103b01 [trunk] - zh_CN update link
git-svn-id: http://piwigo.org/svn/trunk@8338 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-28 12:30:23 +00:00
ddtddt
6bbdf9a24b [trunk] - zh_CN add Ralph.Bai
git-svn-id: http://piwigo.org/svn/trunk@8335 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-28 12:23:35 +00:00
ddtddt
1cddf9f1cd [trunk] - zh_CN add help Thanks to Ralph.Bai
git-svn-id: http://piwigo.org/svn/trunk@8334 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-28 11:55:58 +00:00
ddtddt
b12f7b2132 [trunk] - language - pt_BR cleaning
git-svn-id: http://piwigo.org/svn/trunk@8330 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-27 20:18:42 +00:00
ddtddt
9346717b25 [trunk] - language - pt_PT cleaning
git-svn-id: http://piwigo.org/svn/trunk@8329 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-27 20:14:55 +00:00
ddtddt
9eed62c50a [trunk] - language - ro_RO cleaning
git-svn-id: http://piwigo.org/svn/trunk@8328 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-27 20:11:38 +00:00
ddtddt
3cc31b63d4 [trunk] - language - sk_SK cleaning
git-svn-id: http://piwigo.org/svn/trunk@8327 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-27 20:09:53 +00:00
ddtddt
ab49921a3a [trunk] - language - ru_RU cleaning
git-svn-id: http://piwigo.org/svn/trunk@8326 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-27 20:04:15 +00:00
ddtddt
b8b24e233b [trunk] - cs_CZ add help Thanks to TPY
git-svn-id: http://piwigo.org/svn/trunk@8325 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-27 19:52:12 +00:00
ddtddt
75c8599845 - update EN
git-svn-id: http://piwigo.org/svn/trunk@8323 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-27 19:27:09 +00:00
ddtddt
e8421a0d0d [branches 2.1] - cs_CZ add help Thanks to TPY
git-svn-id: http://piwigo.org/svn/trunk@8319 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-27 18:12:57 +00:00
ddtddt
e81c624a06 [trunk] - zh_CN add help Thanks to Ralph.Bai
git-svn-id: http://piwigo.org/svn/trunk@8318 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-27 18:05:19 +00:00
ddtddt
09529aaf8d [trunk] - language - sh_RS cleaning
git-svn-id: http://piwigo.org/svn/trunk@8315 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-27 17:07:01 +00:00
plegall
b8435ec8b6 feature 2086: also switch the no_photo_yet screens to clear background
git-svn-id: http://piwigo.org/svn/trunk@8312 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-27 13:35:02 +00:00
plegall
5382fb218c feature 2087 added: use a checkbox in the installation screen for newsletter subscription
git-svn-id: http://piwigo.org/svn/trunk@8311 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-27 01:47:29 +00:00
plegall
4bfcf8fdc1 feature 2086 added: switch installation screen to a clear background theme
git-svn-id: http://piwigo.org/svn/trunk@8310 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-26 23:02:37 +00:00
plegall
9ec33d9ab9 feature 2085: forgotten file for r8297
git-svn-id: http://piwigo.org/svn/trunk@8309 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-26 22:52:35 +00:00
rvelices
ad09493926 simplify inefficient CSS rules according to pagespeed
git-svn-id: http://piwigo.org/svn/trunk@8306 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-26 06:21:26 +00:00
rvelices
61d07ecd8e combine_script with remote url as path works now
git-svn-id: http://piwigo.org/svn/trunk@8305 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-26 06:20:52 +00:00
rvelices
0786608824 - simplified inneficient css rules
- template language key
- group picture scripts on the bottom of the page


git-svn-id: http://piwigo.org/svn/trunk@8299 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-25 12:15:46 +00:00
plegall
2f90ae9251 feature 2085 added: new method pwg.themes.performAction
git-svn-id: http://piwigo.org/svn/trunk@8297 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-24 18:03:30 +00:00
ddtddt
d9545c00f7 [trunk] - language - sl_SL cleaning
git-svn-id: http://piwigo.org/svn/trunk@8294 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-24 15:39:27 +00:00
ddtddt
15aaaa11c4 [BR21] - language - sr_RS
git-svn-id: http://piwigo.org/svn/trunk@8293 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-24 15:36:18 +00:00
ddtddt
bcf0701b08 [trunk] - language - sv_SE
git-svn-id: http://piwigo.org/svn/trunk@8291 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-24 15:29:53 +00:00
ddtddt
e22ddd41b0 [trunk] - language - sv_SE cleaning
git-svn-id: http://piwigo.org/svn/trunk@8290 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-24 15:22:38 +00:00
ddtddt
de6ca4a09d [trunk] - language - tr_TR cleaning
git-svn-id: http://piwigo.org/svn/trunk@8289 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-24 15:17:00 +00:00
ddtddt
b063f9c982 [trunk] - language - vi_VN cleaning
git-svn-id: http://piwigo.org/svn/trunk@8288 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-24 15:11:29 +00:00
ddtddt
b95dc2d12e [trunk] - language - zh_CN cleaning
git-svn-id: http://piwigo.org/svn/trunk@8287 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-24 15:06:04 +00:00
plegall
29d3b7a7bb feature 1616: after the backport of nearly all languages from branch 2.1 to
trunk, reapply the new keys for "album" instead of "category" into trunk for
languages ar_SA ca_ES da_DK es_AR fa_IR fr_CA he_IL hr_HR ja_JP ka_GE mk_MK
nl_NL pt_BR pt_PT ro_RO sh_RS sl_SL sr_RS sv_SE vi_VN


git-svn-id: http://piwigo.org/svn/trunk@8286 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-24 14:40:00 +00:00
ddtddt
f3307b2196 [trunk] - zh_CN add help Thanks to Ralph.Bai
git-svn-id: http://piwigo.org/svn/trunk@8278 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-24 11:13:44 +00:00
plegall
55788d5875 feature 2060: remove adivser mode on web API methods imported from the pwg.images.addSimple plugin
git-svn-id: http://piwigo.org/svn/trunk@8274 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-23 23:15:24 +00:00
plegall
ae5438fbce feature 2084 added: new method pwg.plugins.getList and pwg.plugins.performAction
git-svn-id: http://piwigo.org/svn/trunk@8273 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-23 23:12:03 +00:00
plegall
c1d517c285 feature 2082 added: new method pwg.categories.move from the pwg.images.addSimple plugin
git-svn-id: http://piwigo.org/svn/trunk@8272 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-23 22:41:28 +00:00
plegall
d51bbfb65c feature 1616: after the backport of nearly all languages from branch 2.1 to
trunk, reapply the Albums plugin into trunk for languages cs_CZ es_ES de_DE
lv_LV pl_PL ru_RU sk_SK tr_TR zh_CN


git-svn-id: http://piwigo.org/svn/trunk@8270 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-23 22:18:38 +00:00
rvelices
4d9e208be1 - more efficient css rules (according to pagespeed)
git-svn-id: http://piwigo.org/svn/trunk@8269 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-23 22:03:35 +00:00
plegall
130c83652e feature 2080 added: add methods pwg.images.delete and pwg.categories.delete from
pwg.images.addSimple plugin. pwg.categories.delete implements the new
photo_deletion_mode (see feature:2081) and set it to "delete_orphans" by default.


git-svn-id: http://piwigo.org/svn/trunk@8266 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-23 20:51:33 +00:00
plegall
877a4e6e2e feature 2081 added: ability to choose what to do with photos when deleting an
album : no_delete, delete_orphans, force_delete. Backend only.


git-svn-id: http://piwigo.org/svn/trunk@8265 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-23 20:48:28 +00:00
rvelices
a79f593e13 css sprites attempt to fix ie6 display
git-svn-id: http://piwigo.org/svn/trunk@8264 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-23 20:47:33 +00:00
rvelices
7d75444761 - faster trigger_event/trigger_action (it was overly complicated)
- added a new param to get_thumbnail_url event
- get_thumbnail_location is called only if the thumbnail does not exist

git-svn-id: http://piwigo.org/svn/trunk@8263 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-23 20:46:16 +00:00
ddtddt
70b02e28f1 [trunk] - language - step 6 for 2.2
git-svn-id: http://piwigo.org/svn/trunk@8262 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-23 20:31:55 +00:00
ddtddt
7d8e12f60a [trunk] - language - step 5 for 2.2
git-svn-id: http://piwigo.org/svn/trunk@8261 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-23 20:29:38 +00:00
ddtddt
1f506a4a2a [trunk] - language - step4 for 2.2
git-svn-id: http://piwigo.org/svn/trunk@8260 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-23 18:27:15 +00:00
ddtddt
a3494857ce [trunk] - language - step3 for 2.2
git-svn-id: http://piwigo.org/svn/trunk@8259 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-23 18:19:58 +00:00
ddtddt
b1ca1752cf [trunk] - language - step2 for 2.2
git-svn-id: http://piwigo.org/svn/trunk@8258 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-23 18:19:13 +00:00
ddtddt
90e71b41b8 [trunk] - step1 for 2.2
git-svn-id: http://piwigo.org/svn/trunk@8255 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-23 15:56:28 +00:00
plegall
c266feea0b simpler code, useless to convert value twice
git-svn-id: http://piwigo.org/svn/trunk@8253 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-23 14:14:40 +00:00
plegall
16371ed5fd feature 2083 added: implement method pwg.images.addSimple in core
makes admin/include/function_upload.inc.php not dependant from include/ws_functions.inc.php (moves functions file_path_for_type and ready_for_upload_message)

cleaner method to initialize the upload settings


git-svn-id: http://piwigo.org/svn/trunk@8249 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-23 10:22:51 +00:00
rvelices
732eb6bfba removed unused files / code / css; shorter code
git-svn-id: http://piwigo.org/svn/trunk@8247 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-23 05:22:19 +00:00
rub
2a49b76ae1 Add delete_compiled_templates on plugin update version.
git-svn-id: http://piwigo.org/svn/trunk@8245 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-23 02:34:14 +00:00
plegall
088801add4 feature 2048 removed (and was never released): no data are sent anonymously to piwigo.org for statistics purpose
git-svn-id: http://piwigo.org/svn/trunk@8238 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-22 21:57:50 +00:00
riopwg
f58a8276a6 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@8229 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-22 16:43:37 +00:00
plegall
902c8f1927 feature 2077 added: when ImageMagick is active, ability to remove or resize
the high definition version of the photo.


git-svn-id: http://piwigo.org/svn/trunk@8227 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-22 15:15:35 +00:00
patdenice
48aa7f5821 merge r8224 from branch 2.1 to trunk
bug 1338: notice fixed in LocalFiles Editor when debug_template is activated.

git-svn-id: http://piwigo.org/svn/trunk@8225 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-22 11:26:10 +00:00
patdenice
195c0b4773 merge r8222 from branch 2.1 to trunk
bug 2078: Links must not be displayed in menubar if empty.

git-svn-id: http://piwigo.org/svn/trunk@8223 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-22 11:14:20 +00:00
plegall
709515bccd feature 2076 added: automatically use ImageMagick (imagick) instead of GD if
Imagick extension is available. ImageMagick does not strip EXIF/IPTC metadata
from "web size" version of the photo.

We force remove EXIF/IPTC from the thumbnails to save space and bandwith.


git-svn-id: http://piwigo.org/svn/trunk@8219 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-21 21:55:04 +00:00
rvelices
861ef0c831 combined css and js are minified
git-svn-id: http://piwigo.org/svn/trunk@8170 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-17 06:33:16 +00:00
rvelices
fce588a2eb fix icon bottom border
git-svn-id: http://piwigo.org/svn/trunk@8169 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-17 06:32:32 +00:00
plegall
cfd6851c10 merge r8167 from branch 2.1 to trunk
bug 2031 fixed: redirection after category deletion preserves the current
node in the category tree.

+ the confirmation message is displayed after redirect, thanks to session



git-svn-id: http://piwigo.org/svn/trunk@8168 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-17 00:11:56 +00:00
rvelices
d5549a0bff jquery upgrade to 1.4.4
git-svn-id: http://piwigo.org/svn/trunk@8162 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-16 06:09:14 +00:00
rvelices
7364bc1606 css sprites for all themes
git-svn-id: http://piwigo.org/svn/trunk@8161 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-16 05:44:29 +00:00
patdenice
e97974a42e feature 2060: Remove adviser from db structure.
Remove adviser from user_list page and some db queries.

git-svn-id: http://piwigo.org/svn/trunk@8131 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-14 14:36:20 +00:00
patdenice
21fe811c3b feature 2060: Remove adviser help from user_list.html files.
git-svn-id: http://piwigo.org/svn/trunk@8130 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-14 14:14:36 +00:00
patdenice
04beb58951 feature 2060: Remove adviser language keys from lang.php files.
git-svn-id: http://piwigo.org/svn/trunk@8129 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-14 14:10:06 +00:00
patdenice
8b4e1c2b4b feature 2060: Remove {$TAG_INPUT_ENABLED} from tpl files.
git-svn-id: http://piwigo.org/svn/trunk@8128 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-14 13:55:37 +00:00
patdenice
480fb5c2d9 feature 2060: Add 91-database.php (set admin or webmaster advisers as normal user).
Remove $conf['allow_adviser'] form config_default.inc.php.

git-svn-id: http://piwigo.org/svn/trunk@8127 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-14 13:49:56 +00:00
patdenice
731f8888a4 feature 2060: Remove adviser mode.
First commit: only php files.

git-svn-id: http://piwigo.org/svn/trunk@8126 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-14 13:47:24 +00:00
patdenice
bf1aa6fcf1 merge r8124 from branch 2.1 to trunk
feature 2048: remove urlencode for technicals details (already escaped with http_build_query).

git-svn-id: http://piwigo.org/svn/trunk@8125 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-14 13:04:33 +00:00
rvelices
549b6e0507 css sprites - almost done - still to implement nice colors and hover effect for clear and sylvia
git-svn-id: http://piwigo.org/svn/trunk@8119 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-14 06:45:52 +00:00
rvelices
7626e48e01 css sprites
git-svn-id: http://piwigo.org/svn/trunk@8091 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-12 12:22:49 +00:00
patdenice
4448b8db7f merge r8089 from branch 2.1 to trunk
feature 2057: use http_build_query instead of add_url_params for GET data.

git-svn-id: http://piwigo.org/svn/trunk@8090 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-12 10:16:12 +00:00
patdenice
1b5260522e feature 2048: send technical details only to get_version_list.php of PEM API.
git-svn-id: http://piwigo.org/svn/trunk@8084 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-11 21:20:12 +00:00
patdenice
ea64e421cb feature 2057: use $get_data parameter to send GET data.
git-svn-id: http://piwigo.org/svn/trunk@8083 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-11 21:08:43 +00:00
patdenice
4ae512231a feature 2048: add $conf['send_hosting_technical_details'] parameter
git-svn-id: http://piwigo.org/svn/trunk@8082 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-11 20:09:18 +00:00
patdenice
2a741321ba Use POST to send server data
git-svn-id: http://piwigo.org/svn/trunk@8080 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-11 20:01:35 +00:00
patdenice
914045aad4 feature 2057: fetchRemote can send POST data
git-svn-id: http://piwigo.org/svn/trunk@8079 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-11 19:50:05 +00:00
rvelices
e859fe07e4 css sprites (still ongoing)
git-svn-id: http://piwigo.org/svn/trunk@8076 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-11 13:42:19 +00:00
rvelices
c710b81255 combine css small fixes
git-svn-id: http://piwigo.org/svn/trunk@8075 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-11 13:24:09 +00:00
rvelices
acd3b90822 first sprite usage on picture page
git-svn-id: http://piwigo.org/svn/trunk@8066 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-10 06:21:15 +00:00
ddtddt
20a45721f5 [trunk] - merge 8027 feature:2049 add trigger_action in about.php
git-svn-id: http://piwigo.org/svn/trunk@8028 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-07 21:36:31 +00:00
patdenice
fd456db99a Feature 2048: send piwigo version
git-svn-id: http://piwigo.org/svn/trunk@8022 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-07 13:22:14 +00:00
patdenice
41c4a947b2 Feature 2048: Send data to piwigo server anonymously (like php and mysql versions)
git-svn-id: http://piwigo.org/svn/trunk@8020 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-07 12:37:37 +00:00
patdenice
53d299d2d3 Wrong smarty variable.
git-svn-id: http://piwigo.org/svn/trunk@8014 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-06 23:44:28 +00:00
rvelices
1cbbe10bfd combined script now really merges files
added option $conf['template_combine_files'] by default true to enable/disable file combining

git-svn-id: http://piwigo.org/svn/trunk@8012 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-06 20:52:44 +00:00
patdenice
1e6cae89c3 Missing quote in header.tpl.
Add $id to script class (needed in cmp_by_mode_and_order function).

git-svn-id: http://piwigo.org/svn/trunk@8008 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-06 15:39:51 +00:00
rvelices
bbd63f0088 trunk admin theme goes with combine_script instead of old style known_script
git-svn-id: http://piwigo.org/svn/trunk@7995 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-04 20:32:44 +00:00
rvelices
81f391a1e4 admin theme uses combined_css
git-svn-id: http://piwigo.org/svn/trunk@7990 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-03 19:13:33 +00:00
rvelices
9db8ee6008 new template feature: combine_css
- fully functional with file merging
- takes care of url() in css and recursively merge all @import
- migrated public templates only; need more code doc

git-svn-id: http://piwigo.org/svn/trunk@7987 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-03 07:00:49 +00:00
rvelices
af1cbac19d new template features: combine_script, footer_script and get_combined_scripts
migrated public templates only; need more code doc

git-svn-id: http://piwigo.org/svn/trunk@7975 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-02 19:46:30 +00:00
rvelices
208a5acddc bug 2043: some Javascript errors in default theme (also makes the rating.js script async)
git-svn-id: http://piwigo.org/svn/trunk@7957 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-11-30 20:42:03 +00:00
rvelices
bad80308ea -fix css rules
- comment_list.tpl style was broken
- picture_nav_buttons.tpl shorter javascript

git-svn-id: http://piwigo.org/svn/trunk@7877 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-11-25 21:26:29 +00:00
rvelices
c3df7f2705 css rules simplification
- merged rules
- remove overly qualified inefficient selectors
etc...

git-svn-id: http://piwigo.org/svn/trunk@7869 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-11-24 20:42:56 +00:00
plegall
73b83574b9 feature 2040 added: automatic rotation of the photo based on EXIF Orientation.
The code could have been shorter but this one 1) checks the resize dimension
with the rotation in mind 2) rotates the photo once resized to reduce memory
used.


git-svn-id: http://piwigo.org/svn/trunk@7868 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-11-24 12:45:16 +00:00
rvelices
8e25506673 small javascript and css simplification
git-svn-id: http://piwigo.org/svn/trunk@7852 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-11-23 13:50:41 +00:00
rvelices
b5485d3210 simplification of CSS rules (trunk only)
git-svn-id: http://piwigo.org/svn/trunk@7844 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-11-22 20:13:58 +00:00
rvelices
5f69a2ff02 simplification of CSS rules (trunk only)
git-svn-id: http://piwigo.org/svn/trunk@7843 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-11-22 20:13:09 +00:00
rvelices
45b1d97556 feature 2038: simplification of CSS rules
- use shorthand notation
- remove some overly qualified selectors (no impact)

git-svn-id: http://piwigo.org/svn/trunk@7841 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-11-22 19:54:24 +00:00
rvelices
22255b2675 homogenuous popuphelp and search_rules templates with the rest of pages
simplification of CSS rules

git-svn-id: http://piwigo.org/svn/trunk@7823 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-11-19 20:27:24 +00:00
rvelices
ce6af255b4 removed unused css rules from admin
git-svn-id: http://piwigo.org/svn/trunk@7822 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-11-19 20:12:23 +00:00
Gotcha
c73618f12c Merge r7797 from br2.1 to trunk
git-svn-id: http://piwigo.org/svn/trunk@7798 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-11-16 19:04:03 +00:00
plegall
94af103000 merge r7783 from branch 2.1 to trunk
bug 2036 fixed: anti flood limitations for user comments should not apply to
administrators.



git-svn-id: http://piwigo.org/svn/trunk@7784 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-11-15 09:58:19 +00:00
plegall
4ae463a2fb merge r7781 from branch 2.1 to trunk
bug 2035 fixed: avoid sending multiple line error code in HTTP header. This
was breaking the JSON parsing on pwg.images.addComment response from Piwigo
because of an raw HTML warning.



git-svn-id: http://piwigo.org/svn/trunk@7782 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-11-15 09:48:47 +00:00
Gotcha
81dfe1f5c8 Merge r7732 from br2.1 to trunk
bug:1813

git-svn-id: http://piwigo.org/svn/trunk@7733 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-11-09 21:52:28 +00:00
ddtddt
64125a60d4 [trunk] merge 7723 - nl_NL - add subscribe for NL to newsletter
git-svn-id: http://piwigo.org/svn/trunk@7724 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-11-09 08:13:53 +00:00
plegall
6603613892 merge r7612 from branch 2.1 to trunk
bug 2003 fixed: random failure on calling invalidate_user_cache. I move the
include of admin functions outside conditional blocks, even if we should also
enter the first block.



git-svn-id: http://piwigo.org/svn/trunk@7613 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-11-03 22:24:48 +00:00
plegall
a5ad1bbe7e merge r7555 from branch 2.1 to trunk
bug 1988 fixed: avoid duplicate thumbnails for photos linked to several
categories when managing all photos of one of these categories.



git-svn-id: http://piwigo.org/svn/trunk@7556 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-11-01 21:06:51 +00:00
plegall
3eb3e323b1 merge r7549 from branch 2.1 to trunk
bug 1986 fixed: add category description in pwg.categories.getList and
pwg.categories.getAdminList.



git-svn-id: http://piwigo.org/svn/trunk@7550 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-11-01 19:30:59 +00:00
riopwg
cb6a6c715a Update language IT
git-svn-id: http://piwigo.org/svn/trunk@7527 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-10-31 21:49:58 +00:00
riopwg
6fc8526203 Update language Fr : Minor
git-svn-id: http://piwigo.org/svn/trunk@7526 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-10-31 21:48:55 +00:00
ddtddt
03eae0918a [trunk] language ru_RU bug encoding
git-svn-id: http://piwigo.org/svn/trunk@7523 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-10-31 21:08:06 +00:00
plegall
6bb19d4849 merge r7520 from branch 2.1 to trunk
typo fixed in ru_RU language file, thanks to ddemidov


git-svn-id: http://piwigo.org/svn/trunk@7521 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-10-31 20:15:15 +00:00
samli
89fe81c2d4 [trunk] [help] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@7516 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-10-31 15:55:48 +00:00
samli
2fa9d086ce [trunk] [admin.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@7515 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-10-31 15:48:50 +00:00
plegall
1fb1c6c225 merge r7506 from branch 2.1 to trunk
bug 1974 fixed: don't generate invalid creation date from IPTC,
if month = 0 or day = 0, then month=1 and day=1.



git-svn-id: http://piwigo.org/svn/trunk@7507 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-10-30 20:22:15 +00:00
plegall
6fc4ec3795 merge r7504 from branch 2.1 to trunk
bug 1906 fixed: during batch management, for a given category, use the category
defined sort order for photos, not the generic order_by.



git-svn-id: http://piwigo.org/svn/trunk@7505 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-10-30 20:03:30 +00:00
grum
462e8aa2fc Add possibility to configure the url for the extension manager
feature:1966

git-svn-id: http://piwigo.org/svn/trunk@7501 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-10-30 15:07:18 +00:00
rvelices
d8ec9b9fdd feature 1915: add protection on user registration against robots
git-svn-id: http://piwigo.org/svn/trunk@7495 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-10-30 11:32:11 +00:00
samli
6f841013d9 [trunk] [admin.lang.php] modified HU language
git-svn-id: http://piwigo.org/svn/trunk@7493 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-10-30 09:00:37 +00:00
plegall
dc6ab5c730 merge r7491 from branch 2.1 to trunk
new settings used to create Piwigo archives


git-svn-id: http://piwigo.org/svn/trunk@7492 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-10-29 22:56:45 +00:00
plegall
42a61b5cb8 merge r7489 from branch 2.1 to trunk
bug 1908 fixed: protect the uploaded photo filename against SQL injection.



git-svn-id: http://piwigo.org/svn/trunk@7490 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-10-29 22:53:26 +00:00
plegall
7aae3dd985 merge r7487 from branch 2.1 to trunk
bug 1973 fixed: aboid SQL syntax error if the category id given in the URL is
unknown.



git-svn-id: http://piwigo.org/svn/trunk@7488 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-10-29 22:34:41 +00:00
Gotcha
ef746f5df6 Merge r7473 from br2.1 to trunk
git-svn-id: http://piwigo.org/svn/trunk@7474 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-10-29 11:35:36 +00:00
Gotcha
7105aed991 Merge r7466 from br2.1 to trunk
git-svn-id: http://piwigo.org/svn/trunk@7467 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-10-28 22:39:57 +00:00
Gotcha
31e4a10bc2 Merge r7424 to trunk from br2.1
git-svn-id: http://piwigo.org/svn/trunk@7426 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-10-27 10:41:36 +00:00
ddtddt
d9d250ef2f [trunk] - rename sr_RS to sh_RS fo latin
(sr_SR is fo Cyrillic,)

git-svn-id: http://piwigo.org/svn/trunk@7250 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-10-17 15:49:28 +00:00
plegall
7ee4f2b076 merge r7210 from branch 2.1 to trunk
feature 1756 added: returns the security token in method pwg.session.getStatus


git-svn-id: http://piwigo.org/svn/trunk@7212 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-10-15 20:36:02 +00:00
plegall
2e27457fb3 feature 1616: cs_CZ, pl_PL, ru_RU, integrate Albums plugin extension:396 into trunk (with new language keys)
git-svn-id: http://piwigo.org/svn/trunk@7180 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-10-14 13:15:57 +00:00
plegall
00ebefc966 merge r7169 from branch 2.1 to trunk
bug 1914 fixed: broken admin web upload with PostgreSQL as database engine.
The tablename to retrieve the inserted image is mandatory for PostgreSQL and
was missing. Patch by netzimme.



git-svn-id: http://piwigo.org/svn/trunk@7170 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-10-13 09:43:18 +00:00
pab
ac818f11e0 common.lang.php - small change ['Home'] = '.'
git-svn-id: http://piwigo.org/svn/trunk@7167 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-10-12 12:59:27 +00:00
ddtddt
0d67c10e97 merge7148
git-svn-id: http://piwigo.org/svn/trunk@7162 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-10-11 22:08:22 +00:00
duke
2587f91d3a replaced Kategorie with Album
git-svn-id: http://piwigo.org/svn/trunk@7121 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-10-06 21:52:26 +00:00
ddtddt
57b415183d [trunk] LocalFilesEdito - update cz - thanks to webprostor
merge 7079

git-svn-id: http://piwigo.org/svn/trunk@7091 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-10-04 11:06:57 +00:00
ddtddt
95565ae119 [trunk] - LocalFilesEditor - Add cs_CZ thanks to webprostor
merge 7080

git-svn-id: http://piwigo.org/svn/trunk@7081 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-10-03 18:48:00 +00:00
ddtddt
3d8158aaa7 git-svn-id: http://piwigo.org/svn/trunk@7079 68402e56-0260-453c-a942-63ccdbb3a9ee 2010-10-03 18:43:25 +00:00
ddtddt
b05511aafa git-svn-id: http://piwigo.org/svn/trunk@7078 68402e56-0260-453c-a942-63ccdbb3a9ee 2010-10-03 18:42:53 +00:00
ddtddt
d5ba9efe24 git-svn-id: http://piwigo.org/svn/trunk@7077 68402e56-0260-453c-a942-63ccdbb3a9ee 2010-10-03 18:42:20 +00:00
pab
9767c8431a cz_CZ localization for plugins admin_multi_view c13y_upgrade and language_switch
git-svn-id: http://piwigo.org/svn/trunk@7074 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-10-02 20:16:57 +00:00
rvelices
c55e0eb538 feature 1616: rename "category" into "album" (update template)
git-svn-id: http://piwigo.org/svn/trunk@7028 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-09-28 02:49:45 +00:00
plegall
20d1dd214e feature 1616: integrate Albums plugin extension:396 into trunk (with new language keys)
git-svn-id: http://piwigo.org/svn/trunk@7027 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-09-28 00:20:14 +00:00
plegall
601f855ef5 feature 1616: add a tool to replace language keys from a mapping file + replace values from a template file
git-svn-id: http://piwigo.org/svn/trunk@7026 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-09-28 00:18:39 +00:00
plegall
c6a5f13d23 feature 1616: rename category into album, a few language keys were missing
git-svn-id: http://piwigo.org/svn/trunk@7024 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-09-27 23:32:09 +00:00
plegall
70978fdf54 merge r7004 from branch 2.1 to trunk
bug 1872 fixed: we need to call set_make_full_url() before creating urls provided in emails


git-svn-id: http://piwigo.org/svn/trunk@7005 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-09-22 21:20:31 +00:00
rvelices
5ff171684e feature 1616: rename "category" into "album" (4th commit; almost there)
git-svn-id: http://piwigo.org/svn/trunk@6993 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-09-21 21:14:54 +00:00
rvelices
b472955f7d feature 1616: rename "category" into "album" (3rd commit; still to come)
git-svn-id: http://piwigo.org/svn/trunk@6988 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-09-21 20:19:41 +00:00
duke
33f504da18 applied first renames of Kategorie to Album
git-svn-id: http://piwigo.org/svn/trunk@6974 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-09-19 22:19:44 +00:00
rvelices
7907d31a9c feature 1616: rename "category" into "album" (second commit; still to come)
git-svn-id: http://piwigo.org/svn/trunk@6969 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-09-19 19:50:02 +00:00
rvelices
c206a73dd2 feature 1616: rename "category" into "album" (first commit; still to come)
git-svn-id: http://piwigo.org/svn/trunk@6951 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-09-16 19:03:56 +00:00
rvelices
c4bb9c71dd remove_accents function improvement: shorter + faster code (less func calls)
git-svn-id: http://piwigo.org/svn/trunk@6947 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-09-16 17:30:56 +00:00
rvelices
1da8e53dd4 feature 1845: be able to delete photos added through synhronization (postgres compatibility)
git-svn-id: http://piwigo.org/svn/trunk@6946 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-09-16 17:24:05 +00:00
rvelices
08da40be5f bug 1852: html redirections fail on admin pages
git-svn-id: http://piwigo.org/svn/trunk@6944 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-09-16 17:20:04 +00:00
plegall
9ab609438f merge r6909 from branch 2.1 to trunk
bug 1850 fixed: strong check of $_GET['cat']



git-svn-id: http://piwigo.org/svn/trunk@6910 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-09-13 21:10:51 +00:00
nikrou
a8b34d3598 Bug 1856 : forget token in public profile template
git-svn-id: http://piwigo.org/svn/trunk@6907 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-09-13 20:57:29 +00:00
plegall
7ce249f0bb merge r6905 from branch 2.1 to trunk
bug 1849 fixed: protect $_GET keys against SQL injections before parsing URL.



git-svn-id: http://piwigo.org/svn/trunk@6906 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-09-13 20:52:47 +00:00
nikrou
5421126743 Fix bug 1856 : CSRF issue that allow to change admin password
git-svn-id: http://piwigo.org/svn/trunk@6897 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-09-13 19:40:42 +00:00
plegall
0dc214e93e merge r6890 from branch 2.1 to trunk
bug 1848 fixed: do not print methodName in header to avoid CRLF attack.



git-svn-id: http://piwigo.org/svn/trunk@6892 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-09-13 18:41:25 +00:00
riopwg
11d86499e7 Retour arrière
git-svn-id: http://piwigo.org/svn/trunk@6876 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-09-10 21:28:02 +00:00
riopwg
d1f86f09c4 git-svn-id: http://piwigo.org/svn/trunk@6875 68402e56-0260-453c-a942-63ccdbb3a9ee 2010-09-10 21:12:13 +00:00
rvelices
7b515a89cc feature 1845 : be able to delete photos added through ftp synchronization
git-svn-id: http://piwigo.org/svn/trunk@6873 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-09-09 20:10:50 +00:00
rvelices
855a7dbb7a bug fix (recent some months): RSS and mail notifications could send the same thumbnail several times
git-svn-id: http://piwigo.org/svn/trunk@6870 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-09-09 13:15:50 +00:00
ddtddt
2a0cf1dac7 [Trunk] delete language/templates
git-svn-id: http://piwigo.org/svn/trunk@6837 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-09-02 08:39:17 +00:00
patdenice
f517a023f1 merge r6779 from branch 2.1 to trunk
Change Vietnamese language name (must be Tiếng Việt)

git-svn-id: http://piwigo.org/svn/trunk@6780 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-08-19 12:46:29 +00:00
plegall
455e6641d4 merge r6735 from branch 2.1 to trunk
less generic word


git-svn-id: http://piwigo.org/svn/trunk@6736 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-07-29 16:37:06 +00:00
patdenice
1323e7dd36 merge r6724 from branch 2.1 to trunk
Plugin version compare must return false if plugin version is "auto" (developpement version).
Change language switch version number.

git-svn-id: http://piwigo.org/svn/trunk@6725 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-07-28 16:17:53 +00:00
plegall
b0e523b218 merge r6715 from branch 2.1 to trunk
bug 1785 fixed: the number of related tags is no longer hard coded


git-svn-id: http://piwigo.org/svn/trunk@6716 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-07-27 12:50:37 +00:00
plegall
a61e471e02 merge r6713 from branch 2.1 to trunk
bug 1757 fixed: ability to use HTML in author field


git-svn-id: http://piwigo.org/svn/trunk@6714 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-07-27 12:37:38 +00:00
plegall
aadf746e49 merge r6711 from branch 2.1 to trunk
add trigger for ExtendedDescription on photo name


git-svn-id: http://piwigo.org/svn/trunk@6712 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-07-27 12:30:59 +00:00
rub
8ce85643a6 merge -c6705 from branch 2.1 to trunk
Feature 0001778: Thumbnails missing on NBM

Fix move_ccs_rules_to_body function

git-svn-id: http://piwigo.org/svn/trunk@6706 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-07-24 21:02:34 +00:00
plegall
1448b42df0 feature 408: ability to automatically sort sub-categories. The number of SQL
queries is constant, no matter the deepth of your tree.

+ refactor to avoid duplicate code (ascending/desceding should be only a
single parameter in a function, not 20 lines of duplicated code)


git-svn-id: http://piwigo.org/svn/trunk@6698 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-07-23 21:33:56 +00:00
plegall
361ef07c3c merge r6677 from branch 2.1 to trunk
grammar correction, thanks to rimouski (french forum, topic 18231)


git-svn-id: http://piwigo.org/svn/trunk@6678 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-07-10 20:07:53 +00:00
plegall
cfa17aece5 merge r6675 from branch 2.1 to trunk
complement to r6657: having a new key for the admin menu is a good thing but
the "Menu Management" label is not coherent with other admin menu labels.
Furthermore, all languages already have the word "Menu" in common.lang.php, no
need to display an english "Menu Management" if the translation is missing.



git-svn-id: http://piwigo.org/svn/trunk@6676 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-07-10 20:05:24 +00:00
rvelices
4748adc3f5 - removed function get_extra_fields and its usage (unnecessary + perf issue when retrieving many image ids in a section)
- 2 fixes recent feed.php commit
  * month names were decalated by one
  * strptime function is not implemented under Windows in php
- added somme missing $ROOT_URL in templates

git-svn-id: http://piwigo.org/svn/trunk@6668 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-07-06 20:10:03 +00:00
nikrou
804d79a625 Bug 1766 fixed : [PostgreSQL] unkown database function UNIX_TIMESTAMP()
Add a new function pwg_db_date_to_ts() to calculate a timestamp from a date

git-svn-id: http://piwigo.org/svn/trunk@6666 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-07-06 12:14:17 +00:00
nikrou
a9849aa9b6 Bug 1763 fixed : [PostgreSQL] double quote used in queries
git-svn-id: http://piwigo.org/svn/trunk@6664 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-07-05 21:18:14 +00:00
nikrou
531ee35375 Bug 1762 fixed : Compleet RSS Feed returns notice
Remove mysql specific function

git-svn-id: http://piwigo.org/svn/trunk@6662 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-07-05 20:46:55 +00:00
nikrou
c1414297fb Bug 1760 fixed : Avoid session fixation
After connection, session id is changed using session_regenerate_id
but without removing old session. Passing param true makes the job.

git-svn-id: http://piwigo.org/svn/trunk@6660 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-07-05 19:34:15 +00:00
voyteckst
8fa8880122 Latest translations
git-svn-id: http://piwigo.org/svn/trunk@6658 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-07-04 20:56:41 +00:00
vdigital
7303892a87 Fix: 'Menu Management' in admin
git-svn-id: http://piwigo.org/svn/trunk@6656 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-07-04 07:39:44 +00:00
nikrou
267c1c63a2 Bug 1755 : Needs single quotes in queries official plugins
git-svn-id: http://piwigo.org/svn/trunk@6654 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-07-03 12:20:38 +00:00
nikrou
dd955526ae Bug 1754 fixed : The keyword AS is mandatory for alias in PostgreSQL queries
git-svn-id: http://piwigo.org/svn/trunk@6652 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-07-03 12:12:25 +00:00
plegall
58cb482d7a merge r6640 from branch 2.1 to trunk
bug fixed: pwg_db_fetch_array function does not exist


git-svn-id: http://piwigo.org/svn/trunk@6641 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-30 18:50:54 +00:00
EricNet
e60d924665 git-svn-id: http://piwigo.org/svn/trunk@6638 68402e56-0260-453c-a942-63ccdbb3a9ee 2010-06-30 12:53:31 +00:00
plegall
fbe9b7122d merge r6628 from branch 2.1 to trunk
improvement: ability to hide setup warnings for upload. Warnings will
automatically come back at next user session.



git-svn-id: http://piwigo.org/svn/trunk@6629 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-29 20:18:10 +00:00
ddtddt
eb72d60641 [trunk] update TR thanks to Nakre
git-svn-id: http://piwigo.org/svn/trunk@6627 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-29 19:15:27 +00:00
plegall
a1bddbe806 merge r6624 from branch 2.1 to trunk
bug 1747 fixed: some checks were added to verify the upload will fail for a
too big size or if the upload has failed for a too big size (test on
upload_max_filesize and post_max_size)



git-svn-id: http://piwigo.org/svn/trunk@6625 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-29 18:42:11 +00:00
plegall
de5efe8330 merge r6621 from branch 2.1 to trunk
bug 1742 fixed: if the EXIF functions are not available:

1) display a warning (but not an error)
2) avoid to try to read EXIF data



git-svn-id: http://piwigo.org/svn/trunk@6622 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-29 00:26:43 +00:00
plegall
4b4d79c239 merge r6618 from branch 2.1 to trunk
bug 1746 fixed: a missing GD library is a setup error, it blocks the upload
form.



git-svn-id: http://piwigo.org/svn/trunk@6620 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-28 23:12:40 +00:00
plegall
c6d981cc58 merge r6616 from branch 2.1 to trunk
bug 1701 fixed: support for PNG file in browser direct upload.

If the picture is a PNG file, then the "web size" picture is also a PNG file
but the thumbnail is always a JPEG file.



git-svn-id: http://piwigo.org/svn/trunk@6617 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-28 20:58:38 +00:00
rvelices
7125711f59 merge r6414 from branch 2.1
favorite image icon is not taken from php but left to the theme

git-svn-id: http://piwigo.org/svn/trunk@6615 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-28 19:45:21 +00:00
ddtddt
3b946ffd16 [trunk] update TR thanks to Nakre
git-svn-id: http://piwigo.org/svn/trunk@6612 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-27 18:18:27 +00:00
nikrou
a9d6cbce34 Bug 1740 fixed : Bug 1740 fixed : Rating page returns database error
Query had incomplete group by clause
Merge from branch 2.1

git-svn-id: http://piwigo.org/svn/trunk@6607 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-25 21:21:02 +00:00
nikrou
1ba096945f Bug 1744 fixed : Incorrect use of timezone with SQLite
Fixed anti-flood system.

Need refactoring between each interval functions

git-svn-id: http://piwigo.org/svn/trunk@6604 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-25 19:43:44 +00:00
nikrou
fb1d1c43d6 Bug 1735 fixed : amend commit 6596
Need to add permissions filter to retrieve categories

git-svn-id: http://piwigo.org/svn/trunk@6601 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-24 20:22:21 +00:00
nikrou
4b4293ffff Bug 1739 fixed : Recent pictures page returns database error
If there's no image in database, don't select thems !

git-svn-id: http://piwigo.org/svn/trunk@6599 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-24 18:48:24 +00:00
nikrou
3aaa5b2dfd Bug 1736 fixed : Complete RSS Feed returns error
start or end dates can be null

git-svn-id: http://piwigo.org/svn/trunk@6597 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-24 18:42:39 +00:00
nikrou
e1ecc62b83 Bug 1735 fixed : Comment page is not PostgreSQL compatible
Fixed by adding all fields except category_id in group by clause
category_id is retrieved later in an another query.

Fixed also problem of FROM_UNIXTIME function not POstgreSQL compatible.

git-svn-id: http://piwigo.org/svn/trunk@6596 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-24 18:36:24 +00:00
vdigital
ad07b1c50b Fix: Smarty error on local_head = ''
git-svn-id: http://piwigo.org/svn/trunk@6594 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-24 08:19:51 +00:00
nikrou
5561730d35 Bug 1743 fixed : comment form is not visible because of boolean management
git-svn-id: http://piwigo.org/svn/trunk@6591 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-23 18:34:45 +00:00
nikrou
186e9df5af Fix bug 1733 : queries must use single quotes
git-svn-id: http://piwigo.org/svn/trunk@6589 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-23 18:11:00 +00:00
plegall
1015546138 merge r6586 from branch 2.1 to trunk
bug 1721 fixed: remove the limit of 10 tags for each photo with the new
FCBKcomplete widget. The limit can't be removed (defaut value is also 10)
but I've increased it to 100.



git-svn-id: http://piwigo.org/svn/trunk@6587 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-22 23:43:36 +00:00
nikrou
bedacf7b08 Bug 1737 fixed : Concatenation error with POstgreSQL
Simplify same function for SQLite

git-svn-id: http://piwigo.org/svn/trunk@6580 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-22 21:18:42 +00:00
nikrou
5a677f1151 Bug 1738 fixed : hour function doesn't exists for database other than mysql.
git-svn-id: http://piwigo.org/svn/trunk@6578 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-22 21:01:05 +00:00
rvelices
f4d4a3dbcf merge r6575-6576 from branch 2.1
-removed use of fix-khtml.css (I tried Safari and it does not need it)
- better javascript funcs + shorter notation

git-svn-id: http://piwigo.org/svn/trunk@6577 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-22 19:40:31 +00:00
nikrou
88fb540780 remove unused
git-svn-id: http://piwigo.org/svn/trunk@6572 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-22 19:32:13 +00:00
nikrou
2bad9871e2 Fix html bug : input field must be in a block tag
git-svn-id: http://piwigo.org/svn/trunk@6570 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-22 19:06:05 +00:00
plegall
2ab566c956 merge r6564 from branch 2.1 to trunk
bug 1707 fixed: Piwigo version number always visible in administration homepage



git-svn-id: http://piwigo.org/svn/trunk@6565 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-21 19:55:51 +00:00
nikrou
4a9e60885f Remove useless file
git-svn-id: http://piwigo.org/svn/trunk@6559 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-19 19:56:10 +00:00
ddtddt
22e50808c6 [trunk] update TR thanks to Nakre
git-svn-id: http://piwigo.org/svn/trunk@6558 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-19 14:38:49 +00:00
nikrou
324bdad746 Bug 1733 fixed : single quotes in queries
git-svn-id: http://piwigo.org/svn/trunk@6550 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-17 18:10:11 +00:00
nikrou
c14850486a Bug 1733 fixed : (amend) String values must be delimited by single quotes in queries
forgot on query

git-svn-id: http://piwigo.org/svn/trunk@6544 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-17 14:49:46 +00:00
nikrou
a14278f247 Bug 1733 fixed : String values must be delimited by single quotes in queries
git-svn-id: http://piwigo.org/svn/trunk@6542 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-17 13:49:24 +00:00
rvelices
8cdd30a828 moved content of not-ie.css (1 rule) into theme.css and obsoleted not-ie.css
git-svn-id: http://piwigo.org/svn/trunk@6531 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-15 04:10:46 +00:00
rvelices
613855b83b misplaced closing paranthesis in common.inc.php
git-svn-id: http://piwigo.org/svn/trunk@6523 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-12 09:55:41 +00:00
nikrou
ce187863e8 Bug 1730 fixed : search doesn't work when database engine is not mysql
For posgresql and sqlite date must allways use day and month with two diggits.

git-svn-id: http://piwigo.org/svn/trunk@6518 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-10 21:07:22 +00:00
ddtddt
09e7d9c498 [trunk] merge 6516 feature:1731 Add Quebec localisation thanks to TiOger
git-svn-id: http://piwigo.org/svn/trunk@6517 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-10 20:05:47 +00:00
nikrou
175e9a110d Fix bug 1722 : PosgtreSQL wants all fields in select to be in Group by clause
or agregate function
Fix issue for lambda function (incorrect number of params)

git-svn-id: http://piwigo.org/svn/trunk@6510 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-09 20:25:03 +00:00
rvelices
80f2c704c9 optim: replace html_options call in picture.tpl with a foreach (html_options loads several smarty files which is overkill for one single use for admins only
git-svn-id: http://piwigo.org/svn/trunk@6507 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-09 19:12:10 +00:00
ddtddt
450ba045e7 [trunk] small bug
git-svn-id: http://piwigo.org/svn/trunk@6505 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-09 18:52:34 +00:00
nikrou
a629994ea9 Bug 1716 fixed : Check upgrades failed in intro
Incorrect use of database dependant functions.
Fixed same problem for ws functions

git-svn-id: http://piwigo.org/svn/trunk@6500 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-09 09:55:54 +00:00
nikrou
ad676ee2c8 Bug 1715 fixed : SQLite: Add photos fail
must use pwg_db_* functions instead of mysql_* ones

git-svn-id: http://piwigo.org/svn/trunk@6498 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-09 09:38:43 +00:00
nikrou
6b0aebc1b5 Feature 1728 fixed : use autoHeight accordion param
git-svn-id: http://piwigo.org/svn/trunk@6496 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-09 09:31:55 +00:00
EricNet
35275b920a git-svn-id: http://piwigo.org/svn/trunk@6493 68402e56-0260-453c-a942-63ccdbb3a9ee 2010-06-08 23:38:57 +00:00
EricNet
5697e03bca git-svn-id: http://piwigo.org/svn/trunk@6492 68402e56-0260-453c-a942-63ccdbb3a9ee 2010-06-08 23:23:23 +00:00
EricNet
d93b10f430 git-svn-id: http://piwigo.org/svn/trunk@6491 68402e56-0260-453c-a942-63ccdbb3a9ee 2010-06-08 22:51:07 +00:00
EricNet
82a21e2d8d git-svn-id: http://piwigo.org/svn/trunk@6490 68402e56-0260-453c-a942-63ccdbb3a9ee 2010-06-08 22:30:10 +00:00
EricNet
6e33818b90 git-svn-id: http://piwigo.org/svn/trunk@6489 68402e56-0260-453c-a942-63ccdbb3a9ee 2010-06-08 13:40:30 +00:00
EricNet
f8dca378bf git-svn-id: http://piwigo.org/svn/trunk@6487 68402e56-0260-453c-a942-63ccdbb3a9ee 2010-06-08 12:19:22 +00:00
rvelices
249094fee9 - revert r6473 and r6475
- moved call to event format_exif_data earlier

git-svn-id: http://piwigo.org/svn/trunk@6484 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-07 19:05:04 +00:00
samli
6fbfd767b9 [trunk] update HU language
git-svn-id: http://piwigo.org/svn/trunk@6483 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-07 18:37:06 +00:00
ddtddt
e36b4d441c [trunk] merge 6481
git-svn-id: http://piwigo.org/svn/trunk@6482 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-06 20:39:51 +00:00
vdigital
dc1121c3f4 Fix: Insignificant issue "Scrollbars beside categories thumbnails(with long names)!"
http://piwigo.org/forum/viewtopic.php?id=16041

git-svn-id: http://piwigo.org/svn/trunk@6478 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-06 18:59:16 +00:00
rvelices
85ed20da2c previous commit was still not ok
- quick fix (maybe not the cleanest) of regression 2.0 -> 2.1 when displaying metadata on picture page (event called with different input)

git-svn-id: http://piwigo.org/svn/trunk@6475 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-06 10:48:12 +00:00
rvelices
fbf4326d5a - quick fix (maybe not the cleanest) of regression 2.0 -> 2.1 when displaying metadata on picture page (event called with different input)
git-svn-id: http://piwigo.org/svn/trunk@6473 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-06 10:13:42 +00:00
nikrou
fd0f465c59 Fix bug 1717 : SQLite: access failure on Admin > Tools > History
hour function doesn't exists

git-svn-id: http://piwigo.org/svn/trunk@6463 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-04 19:36:56 +00:00
plegall
8a1f11a294 merge r6460 from branch 2.1 to trunk
feture 1712 : backmerge r6454, useless feature. It can be done another way
without changing core code.


git-svn-id: http://piwigo.org/svn/trunk@6461 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-03 19:01:36 +00:00
plegall
a79d547f05 merge r6454 from branch 2.1 to trunk
feature 1712: ability to add a CSS class on body 


git-svn-id: http://piwigo.org/svn/trunk@6455 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-03 12:49:31 +00:00
rvelices
2a99a22130 - do not remove slashes before calling insert_user_comment (homogeneity with update_user_comment and general use of slashes in piwigo)
- when using a modifier on a non array variable use @| instead of | (generated code is simpler and faster)

git-svn-id: http://piwigo.org/svn/trunk@6437 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-06-01 19:52:44 +00:00
samli
d7b71e2167 [trunk] update HU language
git-svn-id: http://piwigo.org/svn/trunk@6435 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-31 20:20:54 +00:00
nikrou
73bcf3d432 Fix html bug
git-svn-id: http://piwigo.org/svn/trunk@6429 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-31 11:02:38 +00:00
nikrou
0005a6eec1 Bug 1705 fixed : double quotes were not escaped
git-svn-id: http://piwigo.org/svn/trunk@6423 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-29 11:32:01 +00:00
Gotcha
1c15024168 merge r6420 from branch 2.1 to trunk
git-svn-id: http://piwigo.org/svn/trunk@6421 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-29 09:41:02 +00:00
rvelices
a16a070d4c merge r6418 from branch 2.1 to trunk
- removed multiple definitions of language keys

git-svn-id: http://piwigo.org/svn/trunk@6419 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-29 08:57:34 +00:00
rvelices
722c4a3a97 merge r6368,6410 from branch-2.1 to trunk
- merged the linkroot integration with the existing gallery_url (unique $conf['gallery_url'] used for RSS, mail homepage root in the browse path)
- added an option $conf['debug_mail'] - if set all outgoing mails are saved into local_data_dir

git-svn-id: http://piwigo.org/svn/trunk@6411 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-28 19:58:51 +00:00
samli
ef50e468d4 [trunk] update HU language
git-svn-id: http://piwigo.org/svn/trunk@6407 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-28 06:38:06 +00:00
rvelices
41594f3494 removed unnecessary language key (Controversy) and potential sql fatal error in admin photo rating page
git-svn-id: http://piwigo.org/svn/trunk@6402 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-27 20:27:05 +00:00
plegall
d63d95e024 merge r6384 from branch 2.1 to trunk
bug 1704 fixed: windows needs a specific directory separator when creating
recursive directory.


git-svn-id: http://piwigo.org/svn/trunk@6385 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-27 07:31:08 +00:00
plegall
5f597c2cba merge r6361 from branch 2.1 to trunk
feature 1697: ability to deactivate the synchronization method to add photos.


git-svn-id: http://piwigo.org/svn/trunk@6365 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-26 00:20:07 +00:00
plegall
9cf8684aa0 remove all svn:mergeinfo properties
git-svn-id: http://piwigo.org/svn/trunk@6363 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-25 23:55:49 +00:00
EricNet
d9a5f9e376 git-svn-id: http://piwigo.org/svn/trunk@6362 68402e56-0260-453c-a942-63ccdbb3a9ee 2010-05-25 22:45:50 +00:00
rvelices
5ca5734780 merge from branch 2.1
admin multi view controller does not use the selected theme css

git-svn-id: http://piwigo.org/svn/trunk@6358 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-25 20:05:14 +00:00
rvelices
4d013f7a32 fix bug 1663 : wrong decoding of non Ascii iptc/exif (charset issue)
git-svn-id: http://piwigo.org/svn/trunk@6355 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-25 19:49:13 +00:00
plegall
cd219bc685 merge r6347 from branch 2.1 to trunk
bug 1672: replace the language key where it's used.


git-svn-id: http://piwigo.org/svn/trunk@6348 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-24 22:19:41 +00:00
Gotcha
5a3e0a6fdd merge r6345 from branch 2.1 to trunk
git-svn-id: http://piwigo.org/svn/trunk@6346 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-24 22:16:57 +00:00
nikrou
aed3bb40a8 Fix incorrect permissions
git-svn-id: http://piwigo.org/svn/trunk@6341 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-24 20:33:42 +00:00
plegall
2690d2f929 merge r6338 from branch 2.1 to trunk
bug 1694 fixed: COMPUTED Exif fields were not displayed on picture.php


git-svn-id: http://piwigo.org/svn/trunk@6340 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-24 20:16:11 +00:00
nikrou
ee35b8a080 Fix bug 1695 : incorrect boolean to string conversion for SQLite and PostgreSQL database engines
git-svn-id: http://piwigo.org/svn/trunk@6339 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-24 20:12:35 +00:00
samli
555364c8a9 [trunk][plugins] c13y_upgrade - update HU language
git-svn-id: http://piwigo.org/svn/trunk@6337 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-24 20:04:35 +00:00
ddtddt
2c6a262fda merge 6327
git-svn-id: http://piwigo.org/svn/trunk@6335 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-24 15:52:50 +00:00
riopwg
8b456cda92 Update language IT
git-svn-id: http://piwigo.org/svn/trunk@6325 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-24 13:03:58 +00:00
plegall
d3fc7fd446 merge r6321 from branch 2.1 to trunk
bug 1682: r6312 was producing a MySQL error (depending on the MySQL server
version) because a count() implies a group by.

This code change was checked against MySQL 5.0.75, MySQL 5.0.51 (where the
error occured) and SQLite 3.6.22.


git-svn-id: http://piwigo.org/svn/trunk@6322 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-24 11:14:54 +00:00
plegall
adfcba658e bug 1667 fixed: r6027 was fixing a minor error on tabs for Google Chrome/Safari
BUT was introducing a major visual issue for IE8. Backmerged + adds the -webkit
radius anyway.

This is a quickfix for release 2.1.1, the improved display introduced by nikrou
was nice and it would be better to have it, but working in IE8

git-svn-id: http://piwigo.org/svn/trunk@6320 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-24 09:29:15 +00:00
patdenice
34bce4c832 $themeconf['id'] hard coded in template class
git-svn-id: http://piwigo.org/svn/trunk@6318 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-24 07:06:35 +00:00
samli
3784953bc3 [trunk][plugins] c13y_upgrade - add HU language
git-svn-id: http://piwigo.org/svn/trunk@6317 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-24 06:52:37 +00:00
plegall
1e1dfbb6dd merge r6313 from branch 2.1 to trunk
bug 1685 fixed: typo on identification.php link


git-svn-id: http://piwigo.org/svn/trunk@6316 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-23 23:44:45 +00:00
plegall
3181dded77 merge r6312 from branch 2.1 to trunk
bug 1684 fixed: the test to check availability of the user_infos line was
wrong. I had changed the old db_num_rows > 0 because it was not working with
SQLite. As suggested by nicolas, let's use a simpler trick "count(1)" in the
query itself, this way it should work with any database engine.

I've also removed the while (true) (ugly infinite loop, with a condition for
exit) that was producing an infinite loop for Piwigo installations with 2.0
database model and 2.1 code (before launching upgrade.php)


git-svn-id: http://piwigo.org/svn/trunk@6315 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-23 23:43:43 +00:00
plegall
9bef83abe8 merge r6311 from branch 2.1 to trunk
bug 1683 fixed: as soon as an admin modifies the admin>conf>options>guest settings, registration is broken. This is because user_infos.theme/language are emptied (while they should not).

I have also added an "automatic repair" piece of code in get_default_user_info function. This piece of code should be removed for 2.2 with the appropriate migration task.


git-svn-id: http://piwigo.org/svn/trunk@6314 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-23 23:42:03 +00:00
Gotcha
7dccde68f1 merge r6280 from branch 2.1 to trunk
git-svn-id: http://piwigo.org/svn/trunk@6281 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-22 10:19:35 +00:00
Gotcha
33c8ac215e Merge r6277
git-svn-id: http://piwigo.org/svn/trunk@6278 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-22 10:02:09 +00:00
Gotcha
4eee0d440b Precision for "Notification"
bug:1659
Precision for "Image only RSS feed"

git-svn-id: http://piwigo.org/svn/trunk@6273 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-22 08:50:49 +00:00
EricNet
93e22d940a git-svn-id: http://piwigo.org/svn/trunk@6271 68402e56-0260-453c-a942-63ccdbb3a9ee 2010-05-21 23:33:36 +00:00
EricNet
548cf8dab0 git-svn-id: http://piwigo.org/svn/trunk@6268 68402e56-0260-453c-a942-63ccdbb3a9ee 2010-05-21 22:19:29 +00:00
EricNet
51f2cefefb git-svn-id: http://piwigo.org/svn/trunk@6267 68402e56-0260-453c-a942-63ccdbb3a9ee 2010-05-21 21:52:56 +00:00
EricNet
710172625e git-svn-id: http://piwigo.org/svn/trunk@6266 68402e56-0260-453c-a942-63ccdbb3a9ee 2010-05-21 21:27:45 +00:00
Gotcha
157b3c9f62 Correct text alignement in .infos, .errors
30px => 53px

git-svn-id: http://piwigo.org/svn/trunk@6265 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-21 19:46:41 +00:00
Gotcha
e48a87fae3 Correction CSS for Elevator badly placed in the plugins list
bug:1658

git-svn-id: http://piwigo.org/svn/trunk@6247 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-20 08:28:07 +00:00
rvelices
c1d81dda76 fix language key in template/menubar_tags.tpl
git-svn-id: http://piwigo.org/svn/trunk@6243 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-19 21:02:11 +00:00
voyteckst
c69ccb23a2 small translation bug correction
git-svn-id: http://piwigo.org/svn/trunk@6240 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-19 07:12:02 +00:00
rvelices
1c424bb8f3 merge -r6236 from branch 2.1 (some odd stuff is going on - I couldn't use svn for merging ... had to do it manually)
multi view plugin can select inactive themes

git-svn-id: http://piwigo.org/svn/trunk@6238 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-18 20:59:20 +00:00
3098 changed files with 267361 additions and 98575 deletions

19
.gitignore vendored Normal file
View file

@ -0,0 +1,19 @@
# Piwigo specific directories
/_data
/plugins/*
!/plugins/index.php
/upload
/galleries/*
!/galleries/index.php
/local/*
!/local/**/index.php
# IntelliJ
.idea
*.iml
*.ipr
*.iws
# Eclipse
.settings
.project

339
LICENSE.txt Normal file
View file

@ -0,0 +1,339 @@
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Lesser General Public License instead.) You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.
To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have. You must make sure that they, too, receive or can get the
source code. And you must show them these terms so they know their
rights.
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and
modification follow.
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.
1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.
In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:
a) Accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of Sections
1 and 2 above on a medium customarily used for software interchange; or,
b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
c) Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such
an offer, in accord with Subsection b above.)
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.
5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.
6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.
9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation. If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.
10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
NO WARRANTY
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
Gnomovision version 69, Copyright (C) year name of author
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, the commands you use may
be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
`Gnomovision' (which makes passes at compilers) written by James Hacker.
<signature of Ty Coon>, 1 April 1989
Ty Coon, President of Vice
This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License.

52
README.md Normal file
View file

@ -0,0 +1,52 @@
[![Piwigo](http://piwigo.org/screenshots/logos/piwigo@280.png)](http://piwigo.org)
---------
Piwigo is photo gallery software for the web, built by an active community of users and developers.
Extensions make Piwigo easily customizable. Icing on the cake, Piwigo is free and open source.
![screenshot](http://piwigo.org/screenshots/github-screenshot.jpg)
* [piwigo.org](http://piwigo.org)
* [Demo](http://piwigo.org/demo)
* [Downloads](http://piwigo.org/basics/downloads)
* [User guide](http://piwigo.org/doc)
* [Plugins and themes](http://piwigo.org/ext)
* [Forum](http://piwigo.org/forum)
* [News](http://piwigo.org/news)
## Requirements
* A webserver (Apache or nginx recommended)
* PHP 5.2 or greater
* MySQL 5 or greater or MariaDB equivalent
* ImageMagick (recommended) or PHP GD
## Quick start install
### NetInstall
* Download the [NetInstall script](http://piwigo.org/download/dlcounter.php?code=netinstall)
* Transfer the script to your web space with any FTP client
* Open the script in you web browser (for example http://example.com/piwigo-netinstall.php) and follow the steps
[More information](http://piwigo.org/basics/installation_netinstall)
### Manual
* Download the [latest stable version](http://piwigo.org/download/dlcounter.php?code=latest) and unzip it
* Transfer everything to your web space with any FTP client
* Open your website (for example http://example.com/piwigo) and follow the steps
[More information](http://piwigo.org/basics/installation_manual)
If you do not have your own server, consider the [piwigo.com](http://piwigo.com/) hosting solution.
## Contributing
Piwigo is widely driven by its community; if you want to improve the code, fork this repo and submit your changes to the `master` branch.
## License
Piwigo is released under the GPL v2 license.

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -36,7 +36,8 @@ check_status(ACCESS_GUEST);
//
$title= l10n('About Piwigo');
$page['body_id'] = 'theAboutPage';
include(PHPWG_ROOT_PATH.'include/page_header.php');
trigger_notify('loc_begin_about');
$template->set_filename('about', 'about.tpl');
@ -48,6 +49,15 @@ if ( $theme_about !== false )
$template->assign('THEME_ABOUT', $theme_about);
}
// include menubar
$themeconf = $template->get_template_vars('themeconf');
if (!isset($themeconf['hide_menu_on']) OR !in_array('theAboutPage', $themeconf['hide_menu_on']))
{
include( PHPWG_ROOT_PATH.'include/menubar.inc.php');
}
include(PHPWG_ROOT_PATH.'include/page_header.php');
flush_page_messages();
$template->pparse('about');
include(PHPWG_ROOT_PATH.'include/page_tail.php');
?>

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -22,6 +22,7 @@
// +-----------------------------------------------------------------------+
define('PHPWG_ROOT_PATH','./');
session_cache_limiter('public');
include_once(PHPWG_ROOT_PATH.'include/common.inc.php');
// Check Access and exit when user status is not ok
@ -56,11 +57,34 @@ function do_error( $code, $str )
exit();
}
if ($conf['enable_formats'] and isset($_GET['format']))
{
check_input_parameter('format', $_GET, false, PATTERN_ID);
$query = '
SELECT
*
FROM '.IMAGE_FORMAT_TABLE.'
WHERE format_id = '.$_GET['format'].'
;';
$formats = query2array($query);
if (count($formats) == 0)
{
do_error(400, 'Invalid request - format');
}
$format = $formats[0];
$_GET['id'] = $format['image_id'];
$_GET['part'] = 'f'; // "f" for "format"
}
if (!isset($_GET['id'])
or !is_numeric($_GET['id'])
or !isset($_GET['part'])
or !in_array($_GET['part'], array('t','e','i','h') ) )
or !in_array($_GET['part'], array('e','r','f') ) )
{
do_error(400, 'Invalid request - id/part');
}
@ -70,13 +94,22 @@ SELECT * FROM '. IMAGES_TABLE.'
WHERE id='.$_GET['id'].'
;';
$result = pwg_query($query);
$element_info = pwg_db_fetch_assoc($result);
$element_info = pwg_db_fetch_assoc(pwg_query($query));
if ( empty($element_info) )
{
do_error(404, 'Requested id not found');
}
// special download action for admins
$is_admin_download = false;
if (is_admin() and isset($_GET['pwg_token']) and get_pwg_token() == $_GET['pwg_token'])
{
$is_admin_download = true;
$user['enabled_high'] = true;
}
$src_image = new SrcImage($element_info);
// $filter['visible_categories'] and $filter['visible_images']
// are not used because it's not necessary (filter <> restriction)
$query='
@ -93,7 +126,7 @@ SELECT id
).'
LIMIT 1
;';
if ( pwg_db_num_rows(pwg_query($query))<1 )
if (!$is_admin_download and pwg_db_num_rows(pwg_query($query))<1 )
{
do_error(401, 'Access denied');
}
@ -102,21 +135,23 @@ include_once(PHPWG_ROOT_PATH.'include/functions_picture.inc.php');
$file='';
switch ($_GET['part'])
{
case 't':
$file = get_thumbnail_path($element_info);
break;
case 'e':
if ( $src_image->is_original() and !$user['enabled_high'] )
{// we have a photo and the user has no access to HD
$deriv = new DerivativeImage(IMG_XXLARGE, $src_image);
if ( !$deriv->same_as_source() )
{
do_error(401, 'Access denied e');
}
}
$file = get_element_path($element_info);
break;
case 'i':
$file = get_image_path($element_info);
case 'r':
$file = original_to_representative( get_element_path($element_info), $element_info['representative_ext'] );
break;
case 'h':
if ( $user['enabled_high']!='true' )
{
do_error(401, 'Access denied h');
}
$file = get_high_path($element_info);
case 'f' :
$file = original_to_format(get_element_path($element_info), $format['ext']);
$element_info['file'] = get_filename_wo_extension($element_info['file']).'.'.$format['ext'];
break;
}
@ -125,13 +160,17 @@ if ( empty($file) )
do_error(404, 'Requested file not found');
}
if ($_GET['part'] == 'h') {
if ($_GET['part'] == 'e') {
pwg_log($_GET['id'], 'high');
}
else if ($_GET['part'] == 'e')
{
pwg_log($_GET['id'], 'other');
}
else if ($_GET['part'] == 'f')
{
pwg_log($_GET['id'], 'high', $format['format_id']);
}
$http_headers = array();
@ -157,7 +196,7 @@ if (!url_is_remote($file))
// HTTP/1.1 only
$http_headers[] = 'Cache-Control: private, must-revalidate, max-age='.$max_age;*/
if ( isset( $_SERVER['HTTP_IF_MODIFIED_SINCE'] ) )
if ('f' != $_GET['part'] and isset( $_SERVER['HTTP_IF_MODIFIED_SINCE'] ) )
{
set_status_header(304);
foreach ($http_headers as $header)
@ -175,7 +214,7 @@ if (!isset($ctype))
$http_headers[] = 'Content-Type: '.$ctype;
if (!isset($_GET['view']))
if (isset($_GET['download']))
{
$http_headers[] = 'Content-Disposition: attachment; filename="'.$element_info['file'].'";';
$http_headers[] = 'Content-Transfer-Encoding: binary';

268
admin.php
View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -21,32 +21,35 @@
// | USA. |
// +-----------------------------------------------------------------------+
//----------------------------------------------------------- include
// +-----------------------------------------------------------------------+
// | Basic constants and includes |
// +-----------------------------------------------------------------------+
define('PHPWG_ROOT_PATH','./');
define('IN_ADMIN', true);
include_once( PHPWG_ROOT_PATH.'include/common.inc.php' );
include_once(PHPWG_ROOT_PATH.'include/common.inc.php');
include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
include_once(PHPWG_ROOT_PATH.'admin/include/functions_plugins.inc.php');
include_once(PHPWG_ROOT_PATH.'admin/include/add_core_tabs.inc.php');
trigger_action('loc_begin_admin');
trigger_notify('loc_begin_admin');
// +-----------------------------------------------------------------------+
// | Check Access and exit when user status is not ok |
// +-----------------------------------------------------------------------+
check_status(ACCESS_ADMINISTRATOR);
// tags
if (isset($_GET['fckb_tags']))
// +-----------------------------------------------------------------------+
// | Direct actions |
// +-----------------------------------------------------------------------+
// save plugins_new display order (AJAX action)
if (isset($_GET['plugins_new_order']))
{
$query = '
SELECT
id AS tag_id,
name AS tag_name
FROM '.TAGS_TABLE.'
;';
echo json_encode(get_fckb_taglist($query));
exit();
pwg_set_session_var('plugins_new_order', $_GET['plugins_new_order']);
exit;
}
// theme changer
@ -63,19 +66,85 @@ if (isset($_GET['change_theme']))
conf_update_param('admin_theme', $new_admin_theme);
redirect('admin.php');
$url_params = array();
foreach (array('page', 'tab', 'section') as $url_param)
{
if (isset($_GET[$url_param]))
{
$url_params[] = $url_param.'='.$_GET[$url_param];
}
}
$redirect_url = 'admin.php';
if (count($url_params) > 0)
{
$redirect_url.= '?'.implode('&amp;', $url_params);
}
redirect($redirect_url);
}
// +-----------------------------------------------------------------------+
// | synchronize user informations |
// | Synchronize user informations |
// +-----------------------------------------------------------------------+
sync_users();
// sync_user() is only useful when external authentication is activated
if ($conf['external_authentification'])
{
sync_users();
}
// +-----------------------------------------------------------------------+
// | variables init |
// | Variables init |
// +-----------------------------------------------------------------------+
$change_theme_url = PHPWG_ROOT_PATH.'admin.php?';
$test_get = $_GET;
unset($test_get['page']);
unset($test_get['section']);
unset($test_get['tag']);
if (count($test_get) == 0 and !empty($_SERVER['QUERY_STRING']))
{
$change_theme_url.= str_replace('&', '&amp;', $_SERVER['QUERY_STRING']).'&amp;';
}
$change_theme_url.= 'change_theme=1';
// ?page=plugin-community-pendings is an clean alias of
// ?page=plugin&section=community/admin.php&tab=pendings
if (isset($_GET['page']) and preg_match('/^plugin-([^-]*)(?:-(.*))?$/', $_GET['page'], $matches))
{
$_GET['page'] = 'plugin';
$_GET['section'] = $matches[1].'/admin.php';
if (isset($matches[2]))
{
$_GET['tab'] = $matches[2];
}
}
// ?page=album-134-properties is an clean alias of
// ?page=album&cat_id=134&tab=properties
if (isset($_GET['page']) and preg_match('/^album-(\d+)(?:-(.*))?$/', $_GET['page'], $matches))
{
$_GET['page'] = 'album';
$_GET['cat_id'] = $matches[1];
if (isset($matches[2]))
{
$_GET['tab'] = $matches[2];
}
}
// ?page=photo-1234-properties is an clean alias of
// ?page=photo&image_id=1234&tab=properties
if (isset($_GET['page']) and preg_match('/^photo-(\d+)(?:-(.*))?$/', $_GET['page'], $matches))
{
$_GET['page'] = 'photo';
$_GET['image_id'] = $matches[1];
if (isset($matches[2]))
{
$_GET['tab'] = $matches[2];
}
}
if (isset($_GET['page'])
and preg_match('/^[a-z_]*$/', $_GET['page'])
and is_file(PHPWG_ROOT_PATH.'admin/'.$_GET['page'].'.php'))
@ -87,12 +156,13 @@ else
$page['page'] = 'intro';
}
$page['errors'] = array();
$page['infos'] = array();
$link_start = PHPWG_ROOT_PATH.'admin.php?page=';
$conf_link = $link_start.'configuration&amp;section=';
//----------------------------------------------------- template initialization
// +-----------------------------------------------------------------------+
// | Template init |
// +-----------------------------------------------------------------------+
$title = l10n('Piwigo Administration'); // for include/page_header.php
$page['page_banner'] = '<h1>'.l10n('Piwigo Administration').'</h1>';
$page['body_id'] = 'theAdminPage';
@ -102,6 +172,7 @@ $template->set_filenames(array('admin' => 'admin.tpl'));
$template->assign(
array(
'USERNAME' => $user['username'],
'ENABLE_SYNCHRONIZATION' => $conf['enable_synchronization'],
'U_SITE_MANAGER'=> $link_start.'site_manager',
'U_HISTORY_STAT'=> $link_start.'stats',
'U_FAQ'=> $link_start.'help',
@ -112,33 +183,81 @@ $template->assign(
'U_CONFIG_DISPLAY'=> $conf_link.'default',
'U_CONFIG_EXTENTS'=> $link_start.'extend_for_templates',
'U_CONFIG_MENUBAR'=> $link_start.'menubar',
'U_CONFIG_LANGUAGES' => $link_start.'languages_installed',
'U_CONFIG_THEMES'=> $link_start.'themes_installed',
'U_CONFIG_LANGUAGES' => $link_start.'languages',
'U_CONFIG_THEMES'=> $link_start.'themes',
'U_CATEGORIES'=> $link_start.'cat_list',
'U_MOVE'=> $link_start.'cat_move',
'U_CAT_OPTIONS'=> $link_start.'cat_options',
'U_CAT_UPDATE'=> $link_start.'site_update&amp;site=1',
'U_WAITING'=> $link_start.'upload',
'U_RATING'=> $link_start.'rating',
'U_CADDIE'=> $link_start.'element_set&amp;cat=caddie',
'U_RECENT_SET'=> $link_start.'element_set&amp;cat=recent',
'U_RECENT_SET'=> $link_start.'batch_manager&amp;filter=prefilter-last_import',
'U_BATCH'=> $link_start.'batch_manager',
'U_TAGS'=> $link_start.'tags',
'U_THUMBNAILS'=> $link_start.'thumbnail',
'U_USERS'=> $link_start.'user_list',
'U_GROUPS'=> $link_start.'group_list',
'U_PERMALINKS'=> $link_start.'permalinks',
'U_RETURN'=> make_index_url(),
'U_RETURN'=> get_gallery_home_url(),
'U_ADMIN'=> PHPWG_ROOT_PATH.'admin.php',
'U_LOGOUT'=> PHPWG_ROOT_PATH.'index.php?act=logout',
'U_PLUGINS'=> $link_start.'plugins_list',
'U_PLUGINS'=> $link_start.'plugins',
'U_ADD_PHOTOS' => $link_start.'photos_add',
'U_CHANGE_THEME' => PHPWG_ROOT_PATH.'admin.php?change_theme=1',
'U_PENDING_COMMENTS' => $link_start.'comments',
'U_CHANGE_THEME' => $change_theme_url,
'U_UPDATES' => $link_start.'updates',
)
);
if ($conf['activate_comments'])
{
$template->assign('U_COMMENTS', $link_start.'comments');
// pending comments
$query = '
SELECT COUNT(*)
FROM '.COMMENTS_TABLE.'
WHERE validated=\'false\'
;';
list($nb_comments) = pwg_db_fetch_row(pwg_query($query));
//---------------------------------------------------------------- plugin menus
$plugin_menu_links = trigger_event('get_admin_plugin_menu_links', array() );
if ($nb_comments > 0)
{
$template->assign('NB_PENDING_COMMENTS', $nb_comments);
}
}
// any photo in the caddie?
$query = '
SELECT COUNT(*)
FROM '.CADDIE_TABLE.'
WHERE user_id = '.$user['id'].'
;';
list($nb_photos_in_caddie) = pwg_db_fetch_row(pwg_query($query));
if ($nb_photos_in_caddie > 0)
{
$template->assign(
array(
'NB_PHOTOS_IN_CADDIE' => $nb_photos_in_caddie,
'U_CADDIE' => $link_start.'batch_manager&amp;filter=prefilter-caddie',
)
);
}
// any orphan photo?
$nb_orphans = count(get_orphans());
if ($nb_orphans > 0)
{
$template->assign(
array(
'NB_ORPHANS' => $nb_orphans,
'U_ORPHANS' => $link_start.'batch_manager&amp;filter=prefilter-no_album',
)
);
}
// +-----------------------------------------------------------------------+
// | Plugin menu |
// +-----------------------------------------------------------------------+
$plugin_menu_links = trigger_change('get_admin_plugin_menu_links', array() );
function UC_name_compare($a, $b)
{
@ -147,55 +266,26 @@ function UC_name_compare($a, $b)
usort($plugin_menu_links, 'UC_name_compare');
$template->assign('plugin_menu_items', $plugin_menu_links);
include(PHPWG_ROOT_PATH.'admin/'.$page['page'].'.php');
//------------------------------------------------------------- content display
// +-----------------------------------------------------------------------+
// | errors & infos |
// | Refresh permissions |
// +-----------------------------------------------------------------------+
$template->assign('ACTIVE_MENU', get_active_menu($page['page']));
if (count($page['errors']) != 0)
{
$template->assign('errors', $page['errors']);
}
if (count($page['infos']) != 0)
{
$template->assign('infos', $page['infos']);
}
// Add the Piwigo Official menu
$template->assign( 'pwgmenu', pwg_URL() );
include(PHPWG_ROOT_PATH.'include/page_header.php');
trigger_action('loc_end_admin');
$template->pparse('admin');
// +-----------------------------------------------------------------------+
// | order permission refreshment |
// +-----------------------------------------------------------------------+
// Only for pages witch change permissions
if (
in_array($page['page'],
array(
'site_manager', // delete site
'site_update', // ?only POST
'cat_list', // delete cat
'cat_modify', // delete cat; public/private; lock/unlock
'cat_move', // ?only POST
'cat_options', // ?only POST; public/private; lock/unlock
'cat_perm', // ?only POST
'element_set', // ?only POST; associate/dissociate
'picture_modify', // ?only POST; associate/dissociate
'user_list', // ?only POST; group assoc
'user_perm',
'group_perm',
'group_list', // delete group
)
)
or ( !empty($_POST) and in_array($page['page'],
array(
'album', // public/private; lock/unlock, permissions
'cat_move',
'cat_options', // public/private; lock/unlock
'user_list', // group assoc; user level
'user_perm',
)
)
)
)
@ -203,5 +293,29 @@ if (
invalidate_user_cache();
}
// +-----------------------------------------------------------------------+
// | Include specific page |
// +-----------------------------------------------------------------------+
trigger_notify('loc_begin_admin_page');
include(PHPWG_ROOT_PATH.'admin/'.$page['page'].'.php');
$template->assign('ACTIVE_MENU', get_active_menu($page['page']));
// +-----------------------------------------------------------------------+
// | Sending html code |
// +-----------------------------------------------------------------------+
// Add the Piwigo Official menu
$template->assign( 'pwgmenu', pwg_URL() );
include(PHPWG_ROOT_PATH.'include/page_header.php');
trigger_notify('loc_end_admin');
flush_page_messages();
$template->pparse('admin');
include(PHPWG_ROOT_PATH.'include/page_tail.php');
?>

90
admin/album.php Normal file
View file

@ -0,0 +1,90 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
if( !defined("PHPWG_ROOT_PATH") )
{
die ("Hacking attempt!");
}
// +-----------------------------------------------------------------------+
// | Basic checks |
// +-----------------------------------------------------------------------+
check_status(ACCESS_ADMINISTRATOR);
check_input_parameter('cat_id', $_GET, false, PATTERN_ID);
$admin_album_base_url = get_root_url().'admin.php?page=album-'.$_GET['cat_id'];
$query = '
SELECT *
FROM '.CATEGORIES_TABLE.'
WHERE id = '.$_GET['cat_id'].'
;';
$category = pwg_db_fetch_assoc(pwg_query($query));
if (!isset($category['id']))
{
die("unknown album");
}
// +-----------------------------------------------------------------------+
// | Tabs |
// +-----------------------------------------------------------------------+
include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
$page['tab'] = 'properties';
if (isset($_GET['tab']))
{
$page['tab'] = $_GET['tab'];
}
$tabsheet = new tabsheet();
$tabsheet->set_id('album');
$tabsheet->select($page['tab']);
$tabsheet->assign();
// +-----------------------------------------------------------------------+
// | Load the tab |
// +-----------------------------------------------------------------------+
if ('properties' == $page['tab'])
{
include(PHPWG_ROOT_PATH.'admin/cat_modify.php');
}
elseif ('sort_order' == $page['tab'])
{
include(PHPWG_ROOT_PATH.'admin/element_set_ranks.php');
}
elseif ('permissions' == $page['tab'])
{
$_GET['cat'] = $_GET['cat_id'];
include(PHPWG_ROOT_PATH.'admin/cat_perm.php');
}
else
{
include(PHPWG_ROOT_PATH.'admin/album_'.$page['tab'].'.php');
}
?>

View file

@ -0,0 +1,338 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
if (!defined('PHPWG_ROOT_PATH'))
{
die ("Hacking attempt!");
}
include_once(PHPWG_ROOT_PATH.'include/functions_mail.inc.php');
include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
// +-----------------------------------------------------------------------+
// | Check Access and exit when user status is not ok |
// +-----------------------------------------------------------------------+
check_status(ACCESS_ADMINISTRATOR);
// +-----------------------------------------------------------------------+
// | variable initialization |
// +-----------------------------------------------------------------------+
$page['cat'] = $category['id'];
// +-----------------------------------------------------------------------+
// | form submission |
// +-----------------------------------------------------------------------+
// info by email to an access granted group of category informations
if (isset($_POST['submitEmail']))
{
set_make_full_url();
/* TODO: if $category['representative_picture_id']
is empty find child representative_picture_id */
if (!empty($category['representative_picture_id']))
{
$img = array();
$query = '
SELECT id, file, path, representative_ext
FROM '.IMAGES_TABLE.'
WHERE id = '.$category['representative_picture_id'].'
;';
$result = pwg_query($query);
if (pwg_db_num_rows($result) > 0)
{
$element = pwg_db_fetch_assoc($result);
$img = array(
'link' => make_picture_url(
array(
'image_id' => $element['id'],
'image_file' => $element['file'],
'category' => $category
)
),
'src' => DerivativeImage::url(IMG_THUMB, $element),
);
}
}
$args = array(
'subject' => l10n('[%s] Visit album %s', $conf['gallery_title'], trigger_change('render_category_name', $category['name'], 'admin_cat_list')),
// TODO : change this language variable to 'Visit album %s'
// TODO : 'language_selected' => ....
);
$tpl = array(
'filename' => 'cat_group_info',
'assign' => array(
'IMG' => $img,
'CAT_NAME' => trigger_change('render_category_name', $category['name'], 'admin_cat_list'),
'LINK' => make_index_url(
array(
'category' => array(
'id' => $category['id'],
'name' => trigger_change('render_category_name', $category['name'], 'admin_cat_list'),
'permalink' => $category['permalink']
)
)
),
'CPL_CONTENT' => empty($_POST['mail_content']) ? '' : stripslashes($_POST['mail_content']),
)
);
if ('users' == $_POST['who'] and isset($_POST['users']) and count($_POST['users']) > 0)
{
check_input_parameter('users', $_POST, true, PATTERN_ID);
// TODO code very similar to function pwg_mail_group. We'd better create
// a function pwg_mail_users that could be called from here and from
// pwg_mail_group
// TODO to make checks even better, we should check that theses users
// have access to this album. No real privacy issue here, even if we
// send the email to a user without permission.
$query = '
SELECT
ui.user_id,
ui.status,
ui.language,
u.'.$conf['user_fields']['email'].' AS email,
u.'.$conf['user_fields']['username'].' AS username
FROM '.USER_INFOS_TABLE.' AS ui
JOIN '.USERS_TABLE.' AS u ON u.'.$conf['user_fields']['id'].' = ui.user_id
WHERE ui.user_id IN ('.implode(',', $_POST['users']).')
;';
$users = query2array($query);
$usernames = array();
foreach ($users as $u)
{
$usernames[] = $u['username'];
$authkey = create_user_auth_key($u['user_id'], $u['status']);
$user_tpl = $tpl;
if ($authkey !== false)
{
$user_tpl['assign']['LINK'] = add_url_params($tpl['assign']['LINK'], array('auth' => $authkey['auth_key']));
if (isset($user_tpl['assign']['IMG']['link']))
{
$user_tpl['assign']['IMG']['link'] = add_url_params(
$user_tpl['assign']['IMG']['link'],
array('auth' => $authkey['auth_key'])
);
}
}
$user_args = $args;
if (isset($authkey))
{
$user_args['auth_key'] = $authkey['auth_key'];
}
switch_lang_to($u['language']);
pwg_mail($u['email'], $user_args, $user_tpl);
switch_lang_back();
}
$message = l10n_dec('%d mail was sent.', '%d mails were sent.', count($users));
$message.= ' ('.implode(', ', $usernames).')';
$page['infos'][] = $message;
}
elseif ('group' == $_POST['who'] and !empty($_POST['group']))
{
check_input_parameter('group', $_POST, false, PATTERN_ID);
pwg_mail_group($_POST['group'], $args, $tpl);
$query = '
SELECT
name
FROM '.GROUPS_TABLE.'
WHERE id = '.$_POST['group'].'
;';
list($group_name) = pwg_db_fetch_row(pwg_query($query));
$page['infos'][] = l10n('An information email was sent to group "%s"', $group_name);
}
unset_make_full_url();
}
// +-----------------------------------------------------------------------+
// | template initialization |
// +-----------------------------------------------------------------------+
$template->set_filename('album_notification', 'album_notification.tpl');
$template->assign(
array(
'CATEGORIES_NAV' =>
get_cat_display_name_from_id(
$page['cat'],
'admin.php?page=album-'
),
'F_ACTION' => $admin_album_base_url.'-notification',
'PWG_TOKEN' => get_pwg_token(),
)
);
if ($conf['auth_key_duration'] > 0)
{
$template->assign(
'auth_key_duration',
time_since(
strtotime('now -'.$conf['auth_key_duration'].' second'),
'second',
null,
false
)
);
}
// +-----------------------------------------------------------------------+
// | form construction |
// +-----------------------------------------------------------------------+
$query = '
SELECT
id AS group_id
FROM '.GROUPS_TABLE.'
;';
$all_group_ids = array_from_query($query, 'group_id');
if (count($all_group_ids) == 0)
{
$template->assign('no_group_in_gallery', true);
}
else
{
if ('private' == $category['status'])
{
$query = '
SELECT
group_id
FROM '.GROUP_ACCESS_TABLE.'
WHERE cat_id = '.$category['id'].'
;';
$group_ids = array_from_query($query, 'group_id');
if (count($group_ids) == 0)
{
$template->assign('permission_url', $admin_album_base_url.'-permissions');
}
}
else
{
$group_ids = $all_group_ids;
}
if (count($group_ids) > 0)
{
$query = '
SELECT
id,
name
FROM '.GROUPS_TABLE.'
WHERE id IN ('.implode(',', $group_ids).')
ORDER BY name ASC
;';
$template->assign(
'group_mail_options',
simple_hash_from_query($query, 'id', 'name')
);
}
}
// all users with status != guest and permitted to this this album (for a
// perfect search, we should also check that album is not only filled with
// private photos)
$query = '
SELECT
user_id
FROM '.USER_INFOS_TABLE.'
WHERE status != \'guest\'
;';
$all_user_ids = query2array($query, null, 'user_id');
if ('private' == $category['status'])
{
$user_ids_access_indirect = array();
if (isset($group_ids) and count($group_ids) > 0)
{
$query = '
SELECT
user_id
FROM '.USER_GROUP_TABLE.'
WHERE group_id IN ('.implode(',', $group_ids).')
';
$user_ids_access_indirect = query2array($query, null, 'user_id');
}
$query = '
SELECT
user_id
FROM '.USER_ACCESS_TABLE.'
WHERE cat_id = '.$category['id'].'
;';
$user_ids_access_direct = query2array($query, null, 'user_id');
$user_ids_access = array_unique(array_merge($user_ids_access_direct, $user_ids_access_indirect));
$user_ids = array_intersect($user_ids_access, $all_user_ids);
}
else
{
$user_ids = $all_user_ids;
}
if (count($user_ids) > 0)
{
$query = '
SELECT
'.$conf['user_fields']['id'].' AS id,
'.$conf['user_fields']['username'].' AS username
FROM '.USERS_TABLE.'
WHERE id IN ('.implode(',', $user_ids).')
;';
$users = query2array($query, 'id', 'username');
$template->assign('user_options', $users);
}
// +-----------------------------------------------------------------------+
// | sending html code |
// +-----------------------------------------------------------------------+
$template->assign_var_from_handle('ADMIN_CONTENT', 'album_notification');
?>

742
admin/batch_manager.php Normal file
View file

@ -0,0 +1,742 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
/**
* Management of elements set. Elements can belong to a category or to the
* user caddie.
*
*/
if (!defined('PHPWG_ROOT_PATH'))
{
die('Hacking attempt!');
}
include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
// +-----------------------------------------------------------------------+
// | Check Access and exit when user status is not ok |
// +-----------------------------------------------------------------------+
check_status(ACCESS_ADMINISTRATOR);
check_input_parameter('selection', $_POST, true, PATTERN_ID);
// +-----------------------------------------------------------------------+
// | specific actions |
// +-----------------------------------------------------------------------+
if (isset($_GET['action']))
{
if ('empty_caddie' == $_GET['action'])
{
$query = '
DELETE FROM '.CADDIE_TABLE.'
WHERE user_id = '.$user['id'].'
;';
pwg_query($query);
$_SESSION['page_infos'] = array(
l10n('Information data registered in database')
);
redirect(get_root_url().'admin.php?page='.$_GET['page']);
}
if ('delete_orphans' == $_GET['action'])
{
$deleted_count = delete_elements(get_orphans(), true);
if ($deleted_count > 0)
{
$_SESSION['page_infos'][] = l10n_dec(
'%d photo was deleted', '%d photos were deleted',
$deleted_count
);
redirect(get_root_url().'admin.php?page='.$_GET['page']);
}
}
}
// +-----------------------------------------------------------------------+
// | initialize current set |
// +-----------------------------------------------------------------------+
// filters from form
if (isset($_POST['submitFilter']))
{
// echo '<pre>'; print_r($_POST); echo '</pre>';
unset($_REQUEST['start']); // new photo set must reset the page
$_SESSION['bulk_manager_filter'] = array();
if (isset($_POST['filter_prefilter_use']))
{
$_SESSION['bulk_manager_filter']['prefilter'] = $_POST['filter_prefilter'];
if ('duplicates' == $_POST['filter_prefilter'])
{
if (isset($_POST['filter_duplicates_date']))
{
$_SESSION['bulk_manager_filter']['duplicates_date'] = true;
}
if (isset($_POST['filter_duplicates_dimensions']))
{
$_SESSION['bulk_manager_filter']['duplicates_dimensions'] = true;
}
}
}
if (isset($_POST['filter_category_use']))
{
$_SESSION['bulk_manager_filter']['category'] = $_POST['filter_category'];
if (isset($_POST['filter_category_recursive']))
{
$_SESSION['bulk_manager_filter']['category_recursive'] = true;
}
}
if (isset($_POST['filter_tags_use']))
{
$_SESSION['bulk_manager_filter']['tags'] = get_tag_ids($_POST['filter_tags'], false);
if (isset($_POST['tag_mode']) and in_array($_POST['tag_mode'], array('AND', 'OR')))
{
$_SESSION['bulk_manager_filter']['tag_mode'] = $_POST['tag_mode'];
}
}
if (isset($_POST['filter_level_use']))
{
check_input_parameter('filter_level', $_POST, false, '/^\d+$/');
if (in_array($_POST['filter_level'], $conf['available_permission_levels']))
{
$_SESSION['bulk_manager_filter']['level'] = $_POST['filter_level'];
if (isset($_POST['filter_level_include_lower']))
{
$_SESSION['bulk_manager_filter']['level_include_lower'] = true;
}
}
}
if (isset($_POST['filter_dimension_use']))
{
foreach (array('min_width','max_width','min_height','max_height') as $type)
{
if (filter_var($_POST['filter_dimension_'.$type], FILTER_VALIDATE_INT) !== false)
{
$_SESSION['bulk_manager_filter']['dimension'][$type] = $_POST['filter_dimension_'. $type ];
}
}
foreach (array('min_ratio','max_ratio') as $type)
{
if (filter_var($_POST['filter_dimension_'.$type], FILTER_VALIDATE_FLOAT) !== false)
{
$_SESSION['bulk_manager_filter']['dimension'][$type] = $_POST['filter_dimension_'. $type ];
}
}
}
if (isset($_POST['filter_filesize_use']))
{
foreach (array('min','max') as $type)
{
if (filter_var($_POST['filter_filesize_'.$type], FILTER_VALIDATE_FLOAT) !== false)
{
$_SESSION['bulk_manager_filter']['filesize'][$type] = $_POST['filter_filesize_'. $type ];
}
}
}
if (isset($_POST['filter_search_use']))
{
$_SESSION['bulk_manager_filter']['search']['q'] = $_POST['q'];
}
$_SESSION['bulk_manager_filter'] = trigger_change('batch_manager_register_filters', $_SESSION['bulk_manager_filter']);
}
// filters from url
elseif (isset($_GET['filter']))
{
if (!is_array($_GET['filter']))
{
$_GET['filter'] = explode(',', $_GET['filter']);
}
$_SESSION['bulk_manager_filter'] = array();
foreach ($_GET['filter'] as $filter)
{
list($type, $value) = explode('-', $filter, 2);
switch ($type)
{
case 'prefilter':
$_SESSION['bulk_manager_filter']['prefilter'] = $value;
break;
case 'album': case 'category': case 'cat':
if (is_numeric($value))
{
$_SESSION['bulk_manager_filter']['category'] = $value;
}
break;
case 'tag':
if (is_numeric($value))
{
$_SESSION['bulk_manager_filter']['tags'] = array($value);
$_SESSION['bulk_manager_filter']['tag_mode'] = 'AND';
}
break;
case 'level':
if (is_numeric($value) && in_array($value, $conf['available_permission_levels']))
{
$_SESSION['bulk_manager_filter']['level'] = $value;
}
break;
case 'search':
$_SESSION['bulk_manager_filter']['search']['q'] = $value;
break;
case 'dimension':
$dim_map = array('w'=>'width','h'=>'height','r'=>'ratio');
foreach (explode('-', $value) as $part)
{
$values = explode('..', substr($part, 1));
if (isset($dim_map[$part[0]]))
{
$type = $dim_map[$part[0]];
list(
$_SESSION['bulk_manager_filter']['dimension']['min_'.$type],
$_SESSION['bulk_manager_filter']['dimension']['max_'.$type]
) = $values;
}
}
break;
case 'filesize':
list(
$_SESSION['bulk_manager_filter']['filesize']['min'],
$_SESSION['bulk_manager_filter']['filesize']['max']
) = explode('..', $value);
break;
default:
$_SESSION['bulk_manager_filter'] = trigger_change('batch_manager_url_filter', $_SESSION['bulk_manager_filter'], $filter);
break;
}
}
}
if (empty($_SESSION['bulk_manager_filter']))
{
$_SESSION['bulk_manager_filter'] = array(
'prefilter' => 'caddie'
);
}
// echo '<pre>'; print_r($_SESSION['bulk_manager_filter']); echo '</pre>';
// depending on the current filter (in session), we find the appropriate photos
$filter_sets = array();
if (isset($_SESSION['bulk_manager_filter']['prefilter']))
{
switch ($_SESSION['bulk_manager_filter']['prefilter'])
{
case 'caddie':
$query = '
SELECT element_id
FROM '.CADDIE_TABLE.'
WHERE user_id = '.$user['id'].'
;';
$filter_sets[] = query2array($query, null, 'element_id');
break;
case 'favorites':
$query = '
SELECT image_id
FROM '.FAVORITES_TABLE.'
WHERE user_id = '.$user['id'].'
;';
$filter_sets[] = query2array($query, null, 'image_id');
break;
case 'last_import':
$query = '
SELECT MAX(date_available) AS date
FROM '.IMAGES_TABLE.'
;';
$row = pwg_db_fetch_assoc(pwg_query($query));
if (!empty($row['date']))
{
$query = '
SELECT id
FROM '.IMAGES_TABLE.'
WHERE date_available BETWEEN '.pwg_db_get_recent_period_expression(1, $row['date']).' AND \''.$row['date'].'\'
;';
$filter_sets[] = query2array($query, null, 'id');
}
break;
case 'no_virtual_album':
// we are searching elements not linked to any virtual category
$query = '
SELECT id
FROM '.IMAGES_TABLE.'
;';
$all_elements = query2array($query, null, 'id');
$query = '
SELECT id
FROM '.CATEGORIES_TABLE.'
WHERE dir IS NULL
;';
$virtual_categories = query2array($query, null, 'id');
if (!empty($virtual_categories))
{
$query = '
SELECT DISTINCT(image_id)
FROM '.IMAGE_CATEGORY_TABLE.'
WHERE category_id IN ('.implode(',', $virtual_categories).')
;';
$linked_to_virtual = query2array($query, null, 'image_id');
}
$filter_sets[] = array_diff($all_elements, $linked_to_virtual);
break;
case 'no_album':
$filter_sets[] = get_orphans();
break;
case 'no_tag':
$query = '
SELECT
id
FROM '.IMAGES_TABLE.'
LEFT JOIN '.IMAGE_TAG_TABLE.' ON id = image_id
WHERE tag_id is null
;';
$filter_sets[] = query2array($query, null, 'id');
break;
case 'duplicates':
$duplicates_on_fields = array('file');
if (isset($_SESSION['bulk_manager_filter']['duplicates_date']))
{
$duplicates_on_fields[] = 'date_creation';
}
if (isset($_SESSION['bulk_manager_filter']['duplicates_dimensions']))
{
$duplicates_on_fields[] = 'width';
$duplicates_on_fields[] = 'height';
}
$query = '
SELECT
GROUP_CONCAT(id) AS ids
FROM '.IMAGES_TABLE.'
GROUP BY '.implode(',', $duplicates_on_fields).'
HAVING COUNT(*) > 1
;';
$array_of_ids_string = query2array($query, null, 'ids');
$ids = array();
foreach ($array_of_ids_string as $ids_string)
{
$ids = array_merge($ids, explode(',', $ids_string));
}
$filter_sets[] = $ids;
break;
case 'all_photos':
if ( count($_SESSION['bulk_manager_filter']) == 1 )
{// make the query only if this is the only filter
$query = '
SELECT id
FROM '.IMAGES_TABLE.'
'.$conf['order_by'];
$filter_sets[] = query2array($query, null, 'id');
}
break;
default:
$filter_sets = trigger_change('perform_batch_manager_prefilters', $filter_sets, $_SESSION['bulk_manager_filter']['prefilter']);
break;
}
}
if (isset($_SESSION['bulk_manager_filter']['category']))
{
$categories = array();
if (isset($_SESSION['bulk_manager_filter']['category_recursive']))
{
$categories = get_subcat_ids(array($_SESSION['bulk_manager_filter']['category']));
}
else
{
$categories = array($_SESSION['bulk_manager_filter']['category']);
}
$query = '
SELECT DISTINCT(image_id)
FROM '.IMAGE_CATEGORY_TABLE.'
WHERE category_id IN ('.implode(',', $categories).')
;';
$filter_sets[] = query2array($query, null, 'image_id');
}
if (isset($_SESSION['bulk_manager_filter']['level']))
{
$operator = '=';
if (isset($_SESSION['bulk_manager_filter']['level_include_lower']))
{
$operator = '<=';
}
$query = '
SELECT id
FROM '.IMAGES_TABLE.'
WHERE level '.$operator.' '.$_SESSION['bulk_manager_filter']['level'].'
'.$conf['order_by'];
$filter_sets[] = query2array($query, null, 'id');
}
if (!empty($_SESSION['bulk_manager_filter']['tags']))
{
$filter_sets[] = get_image_ids_for_tags(
$_SESSION['bulk_manager_filter']['tags'],
$_SESSION['bulk_manager_filter']['tag_mode'],
null,
null,
false // we don't apply permissions in administration screens
);
}
if (isset($_SESSION['bulk_manager_filter']['dimension']))
{
$where_clauses = array();
if (isset($_SESSION['bulk_manager_filter']['dimension']['min_width']))
{
$where_clause[] = 'width >= '.$_SESSION['bulk_manager_filter']['dimension']['min_width'];
}
if (isset($_SESSION['bulk_manager_filter']['dimension']['max_width']))
{
$where_clause[] = 'width <= '.$_SESSION['bulk_manager_filter']['dimension']['max_width'];
}
if (isset($_SESSION['bulk_manager_filter']['dimension']['min_height']))
{
$where_clause[] = 'height >= '.$_SESSION['bulk_manager_filter']['dimension']['min_height'];
}
if (isset($_SESSION['bulk_manager_filter']['dimension']['max_height']))
{
$where_clause[] = 'height <= '.$_SESSION['bulk_manager_filter']['dimension']['max_height'];
}
if (isset($_SESSION['bulk_manager_filter']['dimension']['min_ratio']))
{
$where_clause[] = 'width/height >= '.$_SESSION['bulk_manager_filter']['dimension']['min_ratio'];
}
if (isset($_SESSION['bulk_manager_filter']['dimension']['max_ratio']))
{
// max_ratio is a floor value, so must be a bit increased
$where_clause[] = 'width/height < '.($_SESSION['bulk_manager_filter']['dimension']['max_ratio']+0.01);
}
$query = '
SELECT id
FROM '.IMAGES_TABLE.'
WHERE '.implode(' AND ',$where_clause).'
'.$conf['order_by'];
$filter_sets[] = query2array($query, null, 'id');
}
if (isset($_SESSION['bulk_manager_filter']['filesize']))
{
$where_clauses = array();
if (isset($_SESSION['bulk_manager_filter']['filesize']['min']))
{
$where_clause[] = 'filesize >= '.$_SESSION['bulk_manager_filter']['filesize']['min']*1024;
}
if (isset($_SESSION['bulk_manager_filter']['filesize']['max']))
{
$where_clause[] = 'filesize <= '.$_SESSION['bulk_manager_filter']['filesize']['max']*1024;
}
$query = '
SELECT id
FROM '.IMAGES_TABLE.'
WHERE '.implode(' AND ',$where_clause).'
'.$conf['order_by'];
$filter_sets[] = query2array($query, null, 'id');
}
if (isset($_SESSION['bulk_manager_filter']['search']) &&
strlen($_SESSION['bulk_manager_filter']['search']['q']))
{
include_once( PHPWG_ROOT_PATH .'include/functions_search.inc.php' );
$res = get_quick_search_results_no_cache($_SESSION['bulk_manager_filter']['search']['q'], array('permissions'=>false));
if (!empty($res['items']) && !empty($res['qs']['unmatched_terms']))
{
$template->assign('no_search_results', array_map('htmlspecialchars', $res['qs']['unmatched_terms']) );
}
$filter_sets[] = $res['items'];
}
$filter_sets = trigger_change('batch_manager_perform_filters', $filter_sets, $_SESSION['bulk_manager_filter']);
$current_set = array_shift($filter_sets);
foreach ($filter_sets as $set)
{
$current_set = array_intersect($current_set, $set);
}
$page['cat_elements_id'] = $current_set;
// +-----------------------------------------------------------------------+
// | first element to display |
// +-----------------------------------------------------------------------+
// $page['start'] contains the number of the first element in its
// category. For exampe, $page['start'] = 12 means we must show elements #12
// and $page['nb_images'] next elements
if (!isset($_REQUEST['start'])
or !is_numeric($_REQUEST['start'])
or $_REQUEST['start'] < 0
or (isset($_REQUEST['display']) and 'all' == $_REQUEST['display']))
{
$page['start'] = 0;
}
else
{
$page['start'] = $_REQUEST['start'];
}
// +-----------------------------------------------------------------------+
// | Tabs |
// +-----------------------------------------------------------------------+
$manager_link = get_root_url().'admin.php?page=batch_manager&amp;mode=';
if (isset($_GET['mode']))
{
$page['tab'] = $_GET['mode'];
}
else
{
$page['tab'] = 'global';
}
$tabsheet = new tabsheet();
$tabsheet->set_id('batch_manager');
$tabsheet->select($page['tab']);
$tabsheet->assign();
// +-----------------------------------------------------------------------+
// | dimensions |
// +-----------------------------------------------------------------------+
$widths = array();
$heights = array();
$ratios = array();
$dimensions = array();
// get all width, height and ratios
$query = '
SELECT
DISTINCT width, height
FROM '.IMAGES_TABLE.'
WHERE width IS NOT NULL
AND height IS NOT NULL
;';
$result = pwg_query($query);
if (pwg_db_num_rows($result))
{
while ($row = pwg_db_fetch_assoc($result))
{
if ($row['width']>0 && $row['height']>0)
{
$widths[] = $row['width'];
$heights[] = $row['height'];
$ratios[] = floor($row['width'] / $row['height'] * 100) / 100;
}
}
}
if (empty($widths))
{ // arbitrary values, only used when no photos on the gallery
$widths = array(600, 1920, 3500);
$heights = array(480, 1080, 2300);
$ratios = array(1.25, 1.52, 1.78);
}
foreach (array('widths','heights','ratios') as $type)
{
${$type} = array_unique(${$type});
sort(${$type});
$dimensions[$type] = implode(',', ${$type});
}
$dimensions['bounds'] = array(
'min_width' => $widths[0],
'max_width' => end($widths),
'min_height' => $heights[0],
'max_height' => end($heights),
'min_ratio' => $ratios[0],
'max_ratio' => end($ratios),
);
// find ratio categories
$ratio_categories = array(
'portrait' => array(),
'square' => array(),
'landscape' => array(),
'panorama' => array(),
);
foreach ($ratios as $ratio)
{
if ($ratio < 0.95)
{
$ratio_categories['portrait'][] = $ratio;
}
else if ($ratio >= 0.95 and $ratio <= 1.05)
{
$ratio_categories['square'][] = $ratio;
}
else if ($ratio > 1.05 and $ratio < 2)
{
$ratio_categories['landscape'][] = $ratio;
}
else if ($ratio >= 2)
{
$ratio_categories['panorama'][] = $ratio;
}
}
foreach (array_keys($ratio_categories) as $type)
{
if (count($ratio_categories[$type]) > 0)
{
$dimensions['ratio_'.$type] = array(
'min' => $ratio_categories[$type][0],
'max' => end($ratio_categories[$type]),
);
}
}
// selected=bound if nothing selected
foreach (array_keys($dimensions['bounds']) as $type)
{
$dimensions['selected'][$type] = isset($_SESSION['bulk_manager_filter']['dimension'][$type])
? $_SESSION['bulk_manager_filter']['dimension'][$type]
: $dimensions['bounds'][$type]
;
}
$template->assign('dimensions', $dimensions);
// +-----------------------------------------------------------------------+
// | filesize |
// +-----------------------------------------------------------------------+
$filesizes = array();
$filesize = array();
$query = '
SELECT
filesize
FROM '.IMAGES_TABLE.'
WHERE filesize IS NOT NULL
GROUP BY filesize
;';
$result = pwg_query($query);
while ($row = pwg_db_fetch_assoc($result))
{
$filesizes[] = sprintf('%.1f', $row['filesize']/1024);
}
if (empty($filesizes))
{ // arbitrary values, only used when no photos on the gallery
$filesizes = array(0, 1, 2, 5, 8, 15);
}
$filesizes = array_unique($filesizes);
sort($filesizes);
// add 0.1MB to the last value, to make sure the heavier photo will be in
// the result
$filesizes[count($filesizes)-1]+= 0.1;
$filesize['list'] = implode(',', $filesizes);
$filesize['bounds'] = array(
'min' => $filesizes[0],
'max' => end($filesizes),
);
// selected=bound if nothing selected
foreach (array_keys($filesize['bounds']) as $type)
{
$filesize['selected'][$type] = isset($_SESSION['bulk_manager_filter']['filesize'][$type])
? $_SESSION['bulk_manager_filter']['filesize'][$type]
: $filesize['bounds'][$type]
;
}
$template->assign('filesize', $filesize);
// +-----------------------------------------------------------------------+
// | open specific mode |
// +-----------------------------------------------------------------------+
include(PHPWG_ROOT_PATH.'admin/batch_manager_'.$page['tab'].'.php');
?>

View file

@ -0,0 +1,717 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
/**
* Management of elements set. Elements can belong to a category or to the
* user caddie.
*
*/
if (!defined('PHPWG_ROOT_PATH'))
{
die('Hacking attempt!');
}
include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
// +-----------------------------------------------------------------------+
// | Check Access and exit when user status is not ok |
// +-----------------------------------------------------------------------+
check_status(ACCESS_ADMINISTRATOR);
trigger_notify('loc_begin_element_set_global');
check_input_parameter('del_tags', $_POST, true, PATTERN_ID);
check_input_parameter('associate', $_POST, false, PATTERN_ID);
check_input_parameter('dissociate', $_POST, false, PATTERN_ID);
// +-----------------------------------------------------------------------+
// | current selection |
// +-----------------------------------------------------------------------+
$collection = array();
if (isset($_POST['setSelected']))
{
$collection = $page['cat_elements_id'];
}
else if (isset($_POST['selection']))
{
$collection = $_POST['selection'];
}
// +-----------------------------------------------------------------------+
// | global mode form submission |
// +-----------------------------------------------------------------------+
// $page['prefilter'] is a shortcut to test if the current filter contains a
// given prefilter. The idea is to make conditions simpler to write in the
// code.
$page['prefilter'] = 'none';
if (isset($_SESSION['bulk_manager_filter']['prefilter']))
{
$page['prefilter'] = $_SESSION['bulk_manager_filter']['prefilter'];
}
$redirect_url = get_root_url().'admin.php?page='.$_GET['page'];
if (isset($_POST['submit']))
{
// if the user tries to apply an action, it means that there is at least 1
// photo in the selection
if (count($collection) == 0)
{
$page['errors'][] = l10n('Select at least one photo');
}
$action = $_POST['selectAction'];
$redirect = false;
if ('remove_from_caddie' == $action)
{
$query = '
DELETE
FROM '.CADDIE_TABLE.'
WHERE element_id IN ('.implode(',', $collection).')
AND user_id = '.$user['id'].'
;';
pwg_query($query);
// remove from caddie action available only in caddie so reload content
$redirect = true;
}
else if ('add_tags' == $action)
{
if (empty($_POST['add_tags']))
{
$page['errors'][] = l10n('Select at least one tag');
}
else
{
$tag_ids = get_tag_ids($_POST['add_tags']);
add_tags($tag_ids, $collection);
if ('no_tag' == $page['prefilter'])
{
$redirect = true;
}
}
}
else if ('del_tags' == $action)
{
if (isset($_POST['del_tags']) and count($_POST['del_tags']) > 0)
{
$taglist_before = get_image_tag_ids($collection);
$query = '
DELETE
FROM '.IMAGE_TAG_TABLE.'
WHERE image_id IN ('.implode(',', $collection).')
AND tag_id IN ('.implode(',', $_POST['del_tags']).')
;';
pwg_query($query);
$taglist_after = get_image_tag_ids($collection);
$images_to_update = compare_image_tag_lists($taglist_before, $taglist_after);
update_images_lastmodified($images_to_update);
if (isset($_SESSION['bulk_manager_filter']['tags']) &&
count(array_intersect($_SESSION['bulk_manager_filter']['tags'], $_POST['del_tags'])))
{
$redirect = true;
}
}
else
{
$page['errors'][] = l10n('Select at least one tag');
}
}
if ('associate' == $action)
{
associate_images_to_categories(
$collection,
array($_POST['associate'])
);
$_SESSION['page_infos'] = array(
l10n('Information data registered in database')
);
// let's refresh the page because we the current set might be modified
if ('no_album' == $page['prefilter'])
{
$redirect = true;
}
else if ('no_virtual_album' == $page['prefilter'])
{
$category_info = get_cat_info($_POST['associate']);
if (empty($category_info['dir']))
{
$redirect = true;
}
}
}
else if ('move' == $action)
{
move_images_to_categories($collection, array($_POST['associate']));
$_SESSION['page_infos'] = array(
l10n('Information data registered in database')
);
// let's refresh the page because we the current set might be modified
if ('no_album' == $page['prefilter'])
{
$redirect = true;
}
else if ('no_virtual_album' == $page['prefilter'])
{
$category_info = get_cat_info($_POST['associate']);
if (empty($category_info['dir']))
{
$redirect = true;
}
}
else if (isset($_SESSION['bulk_manager_filter']['category'])
and $_POST['move'] != $_SESSION['bulk_manager_filter']['category'])
{
$redirect = true;
}
}
else if ('dissociate' == $action)
{
// physical links must not be broken, so we must first retrieve image_id
// which create virtual links with the category to "dissociate from".
$query = '
SELECT id
FROM '.IMAGE_CATEGORY_TABLE.'
INNER JOIN '.IMAGES_TABLE.' ON image_id = id
WHERE category_id = '.$_POST['dissociate'].'
AND id IN ('.implode(',', $collection).')
AND (
category_id != storage_category_id
OR storage_category_id IS NULL
)
;';
$dissociables = array_from_query($query, 'id');
if (!empty($dissociables))
{
$query = '
DELETE
FROM '.IMAGE_CATEGORY_TABLE.'
WHERE category_id = '.$_POST['dissociate'].'
AND image_id IN ('.implode(',', $dissociables).')
';
pwg_query($query);
$_SESSION['page_infos'] = array(
l10n('Information data registered in database')
);
// let's refresh the page because the current set might be modified
$redirect = true;
}
}
// author
else if ('author' == $action)
{
if (isset($_POST['remove_author']))
{
$_POST['author'] = null;
}
$datas = array();
foreach ($collection as $image_id)
{
$datas[] = array(
'id' => $image_id,
'author' => $_POST['author']
);
}
mass_updates(
IMAGES_TABLE,
array('primary' => array('id'), 'update' => array('author')),
$datas
);
}
// title
else if ('title' == $action)
{
if (isset($_POST['remove_title']))
{
$_POST['title'] = null;
}
$datas = array();
foreach ($collection as $image_id)
{
$datas[] = array(
'id' => $image_id,
'name' => $_POST['title']
);
}
mass_updates(
IMAGES_TABLE,
array('primary' => array('id'), 'update' => array('name')),
$datas
);
}
// date_creation
else if ('date_creation' == $action)
{
if (isset($_POST['remove_date_creation']) || empty($_POST['date_creation']))
{
$date_creation = null;
}
else
{
$date_creation = $_POST['date_creation'];
}
$datas = array();
foreach ($collection as $image_id)
{
$datas[] = array(
'id' => $image_id,
'date_creation' => $date_creation
);
}
mass_updates(
IMAGES_TABLE,
array('primary' => array('id'), 'update' => array('date_creation')),
$datas
);
}
// privacy_level
else if ('level' == $action)
{
$datas = array();
foreach ($collection as $image_id)
{
$datas[] = array(
'id' => $image_id,
'level' => $_POST['level']
);
}
mass_updates(
IMAGES_TABLE,
array('primary' => array('id'), 'update' => array('level')),
$datas
);
if (isset($_SESSION['bulk_manager_filter']['level']))
{
if ($_POST['level'] < $_SESSION['bulk_manager_filter']['level'])
{
$redirect = true;
}
}
}
// add_to_caddie
else if ('add_to_caddie' == $action)
{
fill_caddie($collection);
}
// delete
else if ('delete' == $action)
{
if (isset($_POST['confirm_deletion']) and 1 == $_POST['confirm_deletion'])
{
$deleted_count = delete_elements($collection, true);
if ($deleted_count > 0)
{
$_SESSION['page_infos'][] = l10n_dec(
'%d photo was deleted', '%d photos were deleted',
$deleted_count
);
$redirect_url = get_root_url().'admin.php?page='.$_GET['page'];
$redirect = true;
}
else
{
$page['errors'][] = l10n('No photo can be deleted');
}
}
else
{
$page['errors'][] = l10n('You need to confirm deletion');
}
}
// synchronize metadata
else if ('metadata' == $action)
{
sync_metadata($collection);
$page['infos'][] = l10n('Metadata synchronized from file');
}
else if ('delete_derivatives' == $action && !empty($_POST['del_derivatives_type']))
{
$query='SELECT path,representative_ext FROM '.IMAGES_TABLE.'
WHERE id IN ('.implode(',', $collection).')';
$result = pwg_query($query);
while ($info = pwg_db_fetch_assoc($result))
{
foreach( $_POST['del_derivatives_type'] as $type)
{
delete_element_derivatives($info, $type);
}
}
}
else if ('generate_derivatives' == $action)
{
if ($_POST['regenerateSuccess'] != '0')
{
$page['infos'][] = l10n('%s photos have been regenerated', $_POST['regenerateSuccess']);
}
if ($_POST['regenerateError'] != '0')
{
$page['warnings'][] = l10n('%s photos can not be regenerated', $_POST['regenerateError']);
}
}
if (!in_array($action, array('remove_from_caddie','add_to_caddie','delete_derivatives','generate_derivatives')))
{
invalidate_user_cache();
}
trigger_notify('element_set_global_action', $action, $collection);
if ($redirect)
{
redirect($redirect_url);
}
}
// +-----------------------------------------------------------------------+
// | template init |
// +-----------------------------------------------------------------------+
$template->set_filenames(array('batch_manager_global' => 'batch_manager_global.tpl'));
$base_url = get_root_url().'admin.php';
$prefilters = array(
array('ID' => 'caddie', 'NAME' => l10n('Caddie')),
array('ID' => 'favorites', 'NAME' => l10n('Your favorites')),
array('ID' => 'last_import', 'NAME' => l10n('Last import')),
array('ID' => 'no_album', 'NAME' => l10n('With no album').' ('.l10n('Orphans').')'),
array('ID' => 'no_tag', 'NAME' => l10n('With no tag')),
array('ID' => 'duplicates', 'NAME' => l10n('Duplicates')),
array('ID' => 'all_photos', 'NAME' => l10n('All'))
);
if ($conf['enable_synchronization'])
{
$prefilters[] = array('ID' => 'no_virtual_album', 'NAME' => l10n('With no virtual album'));
}
$prefilters = trigger_change('get_batch_manager_prefilters', $prefilters);
usort($prefilters, 'UC_name_compare');
$template->assign(
array(
'prefilters' => $prefilters,
'filter' => $_SESSION['bulk_manager_filter'],
'selection' => $collection,
'all_elements' => $page['cat_elements_id'],
'START' => $page['start'],
'U_DISPLAY'=>$base_url.get_query_string_diff(array('display')),
'F_ACTION'=>$base_url.get_query_string_diff(array('cat','start','tag','filter')),
)
);
// +-----------------------------------------------------------------------+
// | caddie options |
// +-----------------------------------------------------------------------+
$template->assign('IN_CADDIE', 'caddie' == $page['prefilter']);
// +-----------------------------------------------------------------------+
// | global mode form |
// +-----------------------------------------------------------------------+
// privacy level
foreach ($conf['available_permission_levels'] as $level)
{
$level_options[$level] = l10n(sprintf('Level %d', $level));
if (0 == $level)
{
$level_options[$level] = l10n('Everybody');
}
}
$template->assign(
array(
'filter_level_options'=> $level_options,
'filter_level_options_selected' => isset($_SESSION['bulk_manager_filter']['level'])
? $_SESSION['bulk_manager_filter']['level']
: 0,
)
);
// tags
$filter_tags = array();
if (!empty($_SESSION['bulk_manager_filter']['tags']))
{
$query = '
SELECT
id,
name
FROM '.TAGS_TABLE.'
WHERE id IN ('.implode(',', $_SESSION['bulk_manager_filter']['tags']).')
;';
$filter_tags = get_taglist($query);
}
$template->assign('filter_tags', $filter_tags);
// in the filter box, which category to select by default
$selected_category = array();
if (isset($_SESSION['bulk_manager_filter']['category']))
{
$selected_category = array($_SESSION['bulk_manager_filter']['category']);
}
else
{
// we need to know the category in which the last photo was added
$query = '
SELECT category_id
FROM '.IMAGE_CATEGORY_TABLE.'
ORDER BY image_id DESC
LIMIT 1
;';
$result = pwg_query($query);
if (pwg_db_num_rows($result) > 0)
{
$row = pwg_db_fetch_assoc($result);
$selected_category[] = $row['category_id'];
}
}
$template->assign('filter_category_selected', $selected_category);
// Dissociate from a category : categories listed for dissociation can only
// represent virtual links. We can't create orphans. Links to physical
// categories can't be broken.
if (count($page['cat_elements_id']) > 0)
{
$query = '
SELECT
DISTINCT(category_id) AS id
FROM '.IMAGE_CATEGORY_TABLE.' AS ic
JOIN '.IMAGES_TABLE.' AS i ON i.id = ic.image_id
WHERE ic.image_id IN ('.implode(',', $page['cat_elements_id']).')
AND (
ic.category_id != i.storage_category_id
OR i.storage_category_id IS NULL
)
;';
$template->assign('associated_categories', query2array($query, 'id', 'id'));
}
if (count($page['cat_elements_id']) > 0)
{
// remove tags
$template->assign('associated_tags', get_common_tags($page['cat_elements_id'], -1));
}
// creation date
$template->assign('DATE_CREATION',
empty($_POST['date_creation']) ? date('Y-m-d').' 00:00:00' : $_POST['date_creation']
);
// image level options
$template->assign(
array(
'level_options'=> get_privacy_level_options(),
'level_options_selected' => 0,
)
);
// metadata
include_once( PHPWG_ROOT_PATH.'admin/site_reader_local.php');
$site_reader = new LocalSiteReader('./');
$used_metadata = implode( ', ', $site_reader->get_metadata_attributes());
$template->assign(
array(
'used_metadata' => $used_metadata,
)
);
//derivatives
$del_deriv_map = array();
foreach(ImageStdParams::get_defined_type_map() as $params)
{
$del_deriv_map[$params->type] = l10n($params->type);
}
$gen_deriv_map = $del_deriv_map;
$del_deriv_map[IMG_CUSTOM] = l10n(IMG_CUSTOM);
$template->assign(
array(
'del_derivatives_types' => $del_deriv_map,
'generate_derivatives_types' => $gen_deriv_map,
)
);
// +-----------------------------------------------------------------------+
// | global mode thumbnails |
// +-----------------------------------------------------------------------+
// how many items to display on this page
if (!empty($_GET['display']))
{
if ('all' == $_GET['display'])
{
$page['nb_images'] = count($page['cat_elements_id']);
}
else
{
$page['nb_images'] = intval($_GET['display']);
}
}
else
{
$page['nb_images'] = 20;
}
$nb_thumbs_page = 0;
if (count($page['cat_elements_id']) > 0)
{
$nav_bar = create_navigation_bar(
$base_url.get_query_string_diff(array('start')),
count($page['cat_elements_id']),
$page['start'],
$page['nb_images']
);
$template->assign('navbar', $nav_bar);
$is_category = false;
if (isset($_SESSION['bulk_manager_filter']['category'])
and !isset($_SESSION['bulk_manager_filter']['category_recursive']))
{
$is_category = true;
}
if (isset($_SESSION['bulk_manager_filter']['prefilter'])
and 'duplicates' == $_SESSION['bulk_manager_filter']['prefilter'])
{
$conf['order_by'] = ' ORDER BY file, id';
}
$query = '
SELECT id,path,representative_ext,file,filesize,level,name,width,height,rotation
FROM '.IMAGES_TABLE;
if ($is_category)
{
$category_info = get_cat_info($_SESSION['bulk_manager_filter']['category']);
$conf['order_by'] = $conf['order_by_inside_category'];
if (!empty($category_info['image_order']))
{
$conf['order_by'] = ' ORDER BY '.$category_info['image_order'];
}
$query.= '
JOIN '.IMAGE_CATEGORY_TABLE.' ON id = image_id';
}
$query.= '
WHERE id IN ('.implode(',', $page['cat_elements_id']).')';
if ($is_category)
{
$query.= '
AND category_id = '.$_SESSION['bulk_manager_filter']['category'];
}
$query.= '
'.$conf['order_by'].'
LIMIT '.$page['nb_images'].' OFFSET '.$page['start'].'
;';
$result = pwg_query($query);
$thumb_params = ImageStdParams::get_by_type(IMG_THUMB);
// template thumbnail initialization
while ($row = pwg_db_fetch_assoc($result))
{
$nb_thumbs_page++;
$src_image = new SrcImage($row);
$ttitle = render_element_name($row);
if ($ttitle != get_name_from_file($row['file']))
{
$ttitle.= ' ('.$row['file'].')';
}
$template->append(
'thumbnails', array_merge($row,
array(
'thumb' => new DerivativeImage($thumb_params, $src_image),
'TITLE' => $ttitle,
'FILE_SRC' => DerivativeImage::url(IMG_LARGE, $src_image),
'U_EDIT' => get_root_url().'admin.php?page=photo-'.$row['id'],
)
));
}
$template->assign('thumb_params', $thumb_params);
}
$template->assign(array(
'nb_thumbs_page' => $nb_thumbs_page,
'nb_thumbs_set' => count($page['cat_elements_id']),
'CACHE_KEYS' => get_admin_client_cache_keys(array('tags', 'categories')),
));
trigger_notify('loc_end_element_set_global');
//----------------------------------------------------------- sending html code
$template->assign_var_from_handle('ADMIN_CONTENT', 'batch_manager_global');
?>

View file

@ -0,0 +1,257 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
/**
* Management of elements set. Elements can belong to a category or to the
* user caddie.
*
*/
if (!defined('PHPWG_ROOT_PATH'))
{
die('Hacking attempt!');
}
include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
// +-----------------------------------------------------------------------+
// | Check Access and exit when user status is not ok |
// +-----------------------------------------------------------------------+
check_status(ACCESS_ADMINISTRATOR);
trigger_notify('loc_begin_element_set_unit');
// +-----------------------------------------------------------------------+
// | unit mode form submission |
// +-----------------------------------------------------------------------+
if (isset($_POST['submit']))
{
$collection = explode(',', $_POST['element_ids']);
$datas = array();
$query = '
SELECT id, date_creation
FROM '.IMAGES_TABLE.'
WHERE id IN ('.implode(',', $collection).')
;';
$result = pwg_query($query);
while ($row = pwg_db_fetch_assoc($result))
{
$data = array();
$data['id'] = $row['id'];
$data['name'] = $_POST['name-'.$row['id']];
$data['author'] = $_POST['author-'.$row['id']];
$data['level'] = $_POST['level-'.$row['id']];
if ($conf['allow_html_descriptions'])
{
$data['comment'] = @$_POST['description-'.$row['id']];
}
else
{
$data['comment'] = strip_tags(@$_POST['description-'.$row['id']]);
}
if (!empty($_POST['date_creation-'.$row['id']]))
{
$data['date_creation'] = $_POST['date_creation-'.$row['id']];
}
else
{
$data['date_creation'] = null;
}
$datas[] = $data;
// tags management
$tag_ids = array();
if (!empty($_POST[ 'tags-'.$row['id'] ]))
{
$tag_ids = get_tag_ids($_POST[ 'tags-'.$row['id'] ]);
}
set_tags($tag_ids, $row['id']);
}
mass_updates(
IMAGES_TABLE,
array(
'primary' => array('id'),
'update' => array('name','author','level','comment','date_creation')
),
$datas
);
$page['infos'][] = l10n('Photo informations updated');
invalidate_user_cache();
}
// +-----------------------------------------------------------------------+
// | template init |
// +-----------------------------------------------------------------------+
$template->set_filenames(
array('batch_manager_unit' => 'batch_manager_unit.tpl'));
$base_url = PHPWG_ROOT_PATH.'admin.php';
$template->assign(
array(
'U_ELEMENTS_PAGE' => $base_url.get_query_string_diff(array('display','start')),
'F_ACTION' => $base_url.get_query_string_diff(array()),
'level_options' => get_privacy_level_options(),
)
);
// +-----------------------------------------------------------------------+
// | global mode thumbnails |
// +-----------------------------------------------------------------------+
// how many items to display on this page
if (!empty($_GET['display']))
{
$page['nb_images'] = intval($_GET['display']);
}
else
{
$page['nb_images'] = 5;
}
if (count($page['cat_elements_id']) > 0)
{
$nav_bar = create_navigation_bar(
$base_url.get_query_string_diff(array('start')),
count($page['cat_elements_id']),
$page['start'],
$page['nb_images']
);
$template->assign(array('navbar' => $nav_bar));
$element_ids = array();
$is_category = false;
if (isset($_SESSION['bulk_manager_filter']['category'])
and !isset($_SESSION['bulk_manager_filter']['category_recursive']))
{
$is_category = true;
}
if (isset($_SESSION['bulk_manager_filter']['prefilter'])
and 'duplicates' == $_SESSION['bulk_manager_filter']['prefilter'])
{
$conf['order_by'] = ' ORDER BY file, id';
}
$query = '
SELECT *
FROM '.IMAGES_TABLE;
if ($is_category)
{
$category_info = get_cat_info($_SESSION['bulk_manager_filter']['category']);
$conf['order_by'] = $conf['order_by_inside_category'];
if (!empty($category_info['image_order']))
{
$conf['order_by'] = ' ORDER BY '.$category_info['image_order'];
}
$query.= '
JOIN '.IMAGE_CATEGORY_TABLE.' ON id = image_id';
}
$query.= '
WHERE id IN ('.implode(',', $page['cat_elements_id']).')';
if ($is_category)
{
$query.= '
AND category_id = '.$_SESSION['bulk_manager_filter']['category'];
}
$query.= '
'.$conf['order_by'].'
LIMIT '.$page['nb_images'].' OFFSET '.$page['start'].'
;';
$result = pwg_query($query);
while ($row = pwg_db_fetch_assoc($result))
{
$element_ids[] = $row['id'];
$src_image = new SrcImage($row);
$query = '
SELECT
id,
name
FROM '.IMAGE_TAG_TABLE.' AS it
JOIN '.TAGS_TABLE.' AS t ON t.id = it.tag_id
WHERE image_id = '.$row['id'].'
;';
$tag_selection = get_taglist($query);
$legend = render_element_name($row);
if ($legend != get_name_from_file($row['file']))
{
$legend.= ' ('.$row['file'].')';
}
$template->append(
'elements', array_merge($row,
array(
'ID' => $row['id'],
'TN_SRC' => DerivativeImage::url(IMG_THUMB, $src_image),
'FILE_SRC' => DerivativeImage::url(IMG_LARGE, $src_image),
'LEGEND' => $legend,
'U_EDIT' => get_root_url().'admin.php?page=photo-'.$row['id'],
'NAME' => htmlspecialchars(@$row['name']),
'AUTHOR' => htmlspecialchars(@$row['author']),
'LEVEL' => !empty($row['level'])?$row['level']:'0',
'DESCRIPTION' => htmlspecialchars(@$row['comment']),
'DATE_CREATION' => $row['date_creation'],
'TAGS' => $tag_selection,
)
));
}
$template->assign(array(
'ELEMENT_IDS' => implode(',', $element_ids),
'CACHE_KEYS' => get_admin_client_cache_keys(array('tags')),
));
}
trigger_notify('loc_end_element_set_unit');
// +-----------------------------------------------------------------------+
// | sending html code |
// +-----------------------------------------------------------------------+
$template->assign_var_from_handle('ADMIN_CONTENT', 'batch_manager_unit');
?>

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -33,13 +33,22 @@ include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
// +-----------------------------------------------------------------------+
check_status(ACCESS_ADMINISTRATOR);
trigger_action('loc_begin_cat_list');
trigger_notify('loc_begin_cat_list');
if (!empty($_POST) or isset($_GET['delete']))
{
check_pwg_token();
}
$sort_orders = array(
'name ASC' => l10n('Album name, A &rarr; Z'),
'name DESC' => l10n('Album name, Z &rarr; A'),
'date_creation DESC' => l10n('Date created, new &rarr; old'),
'date_creation ASC' => l10n('Date created, old &rarr; new'),
'date_available DESC' => l10n('Date posted, new &rarr; old'),
'date_available ASC' => l10n('Date posted, old &rarr; new'),
);
// +-----------------------------------------------------------------------+
// | functions |
// +-----------------------------------------------------------------------+
@ -55,11 +64,30 @@ if (!empty($_POST) or isset($_GET['delete']))
*/
function save_categories_order($categories)
{
$current_rank_for_id_uppercat = array();
$current_rank = 0;
$datas = array();
foreach ($categories as $id)
foreach ($categories as $category)
{
array_push($datas, array('id' => $id, 'rank' => ++$current_rank));
if (is_array($category))
{
$id = $category['id'];
$id_uppercat = $category['id_uppercat'];
if (!isset($current_rank_for_id_uppercat[$id_uppercat]))
{
$current_rank_for_id_uppercat[$id_uppercat] = 0;
}
$current_rank = ++$current_rank_for_id_uppercat[$id_uppercat];
}
else
{
$id = $category;
$current_rank++;
}
$datas[] = array('id' => $id, 'rank' => $current_rank);
}
$fields = array('primary' => array('id'), 'update' => array('rank'));
mass_updates(CATEGORIES_TABLE, $fields, $datas);
@ -67,6 +95,77 @@ function save_categories_order($categories)
update_global_rank();
}
function get_categories_ref_date($ids, $field='date_available', $minmax='max')
{
// we need to work on the whole tree under each category, even if we don't
// want to sort sub categories
$category_ids = get_subcat_ids($ids);
// search for the reference date of each album
$query = '
SELECT
category_id,
'.$minmax.'('.$field.') as ref_date
FROM '.IMAGE_CATEGORY_TABLE.'
JOIN '.IMAGES_TABLE.' ON image_id = id
WHERE category_id IN ('.implode(',', $category_ids).')
GROUP BY category_id
;';
$ref_dates = query2array($query, 'category_id', 'ref_date');
// the iterate on all albums (having a ref_date or not) to find the
// reference_date, with a search on sub-albums
$query = '
SELECT
id,
uppercats
FROM '.CATEGORIES_TABLE.'
WHERE id IN ('.implode(',', $category_ids).')
;';
$uppercats_of = query2array($query, 'id', 'uppercats');
foreach (array_keys($uppercats_of) as $cat_id)
{
// find the subcats
$subcat_ids = array();
foreach ($uppercats_of as $id => $uppercats)
{
if (preg_match('/(^|,)'.$cat_id.'(,|$)/', $uppercats))
{
$subcat_ids[] = $id;
}
}
$to_compare = array();
foreach ($subcat_ids as $id)
{
if (isset($ref_dates[$id]))
{
$to_compare[] = $ref_dates[$id];
}
}
if (count($to_compare) > 0)
{
$ref_dates[$cat_id] = 'max' == $minmax ? max($to_compare) : min($to_compare);
}
else
{
$ref_dates[$cat_id] = null;
}
}
// only return the list of $ids, not the sub-categories
$return = array();
foreach ($ids as $id)
{
$return[$id] = $ref_dates[$id];
}
return $return;
}
// +-----------------------------------------------------------------------+
// | initialization |
// +-----------------------------------------------------------------------+
@ -80,90 +179,127 @@ $navigation = '<a href="'.$base_url.'">';
$navigation.= l10n('Home');
$navigation.= '</a>';
// +-----------------------------------------------------------------------+
// | tabs |
// +-----------------------------------------------------------------------+
$page['tab'] = 'list';
include(PHPWG_ROOT_PATH.'admin/include/albums_tab.inc.php');
// +-----------------------------------------------------------------------+
// | virtual categories management |
// +-----------------------------------------------------------------------+
// request to delete a virtual category / not for an adviser
if (isset($_GET['delete']) and is_numeric($_GET['delete']) and !is_adviser())
// request to delete a virtual category
if (isset($_GET['delete']) and is_numeric($_GET['delete']))
{
delete_categories(array($_GET['delete']));
array_push($page['infos'], l10n('Virtual category deleted'));
$_SESSION['page_infos'] = array(l10n('Virtual album deleted'));
update_global_rank();
redirect(get_root_url().'admin.php?page=cat_list');
invalidate_user_cache();
$redirect_url = get_root_url().'admin.php?page=cat_list';
if (isset($_GET['parent_id']))
{
$redirect_url.= '&parent_id='.$_GET['parent_id'];
}
redirect($redirect_url);
}
// request to add a virtual category
else if (isset($_POST['submitAdd']))
elseif (isset($_POST['submitAdd']))
{
$output_create = create_virtual_category(
$_POST['virtual_name'],
@$_GET['parent_id']
);
invalidate_user_cache();
if (isset($output_create['error']))
{
array_push($page['errors'], $output_create['error']);
$page['errors'][] = $output_create['error'];
}
else
{
array_push($page['infos'], $output_create['info']);
$page['infos'][] = $output_create['info'];
}
}
// save manual category ordering
else if (isset($_POST['submitOrder']))
elseif (isset($_POST['submitManualOrder']))
{
asort($_POST['catOrd'], SORT_NUMERIC);
save_categories_order(array_keys($_POST['catOrd']));
array_push(
$page['infos'],
l10n('Categories manual order was saved')
);
$page['infos'][] = l10n('Album manual order was saved');
}
// sort categories alpha-numerically
else if (isset($_POST['submitOrderAlphaNum']))
elseif (isset($_POST['submitAutoOrder']))
{
if (!isset($sort_orders[ $_POST['order_by'] ]))
{
die('Invalid sort order');
}
$query = '
SELECT id, name
SELECT id
FROM '.CATEGORIES_TABLE.'
WHERE id_uppercat '.
(!isset($_GET['parent_id']) ? 'IS NULL' : '= '.$_GET['parent_id']).'
;';
$result = pwg_query($query);
while ($row = pwg_db_fetch_assoc($result))
$category_ids = array_from_query($query, 'id');
if (isset($_POST['recursive']))
{
$categories[ $row['id'] ] = strtolower($row['name']);
$category_ids = get_subcat_ids($category_ids);
}
$categories = array();
$sort = array();
list($order_by_field, $order_by_asc) = explode(' ', $_POST['order_by']);
$order_by_date = false;
if (strpos($order_by_field, 'date_') === 0)
{
$order_by_date = true;
$ref_dates = get_categories_ref_date(
$category_ids,
$order_by_field,
'ASC' == $order_by_asc ? 'min' : 'max'
);
}
asort($categories, SORT_REGULAR);
save_categories_order(array_keys($categories));
array_push(
$page['infos'],
l10n('Categories ordered alphanumerically')
);
}
// sort categories alpha-numerically reverse
else if (isset($_POST['submitOrderAlphaNumReverse']))
{
$query = '
SELECT id, name
SELECT id, name, id_uppercat
FROM '.CATEGORIES_TABLE.'
WHERE id_uppercat '.
(!isset($_GET['parent_id']) ? 'IS NULL' : '= '.$_GET['parent_id']).'
WHERE id IN ('.implode(',', $category_ids).')
;';
$result = pwg_query($query);
while ($row = pwg_db_fetch_assoc($result))
{
$categories[ $row['id'] ] = strtolower($row['name']);
if ($order_by_date)
{
$sort[] = $ref_dates[ $row['id'] ];
}
else
{
$sort[] = remove_accents($row['name']);
}
$categories[] = array(
'id' => $row['id'],
'id_uppercat' => $row['id_uppercat'],
);
}
arsort($categories, SORT_REGULAR);
save_categories_order(array_keys($categories));
array_push(
$page['infos'],
l10n('Categories ordered alphanumerically reverse')
array_multisort(
$sort,
SORT_REGULAR,
'ASC' == $order_by_asc ? SORT_ASC : SORT_DESC,
$categories
);
save_categories_order($categories);
$page['infos'][] = l10n('Albums automatically sorted');
}
// +-----------------------------------------------------------------------+
@ -176,8 +312,7 @@ if (isset($_GET['parent_id']))
$navigation.= get_cat_display_name_from_id(
$_GET['parent_id'],
$base_url.'&amp;parent_id=',
false
$base_url.'&amp;parent_id='
);
}
// +-----------------------------------------------------------------------+
@ -190,11 +325,14 @@ if (isset($_GET['parent_id']))
{
$form_action.= '&amp;parent_id='.$_GET['parent_id'];
}
$sort_orders_checked = array_keys($sort_orders);
$template->assign(array(
'CATEGORIES_NAV'=>$navigation,
'F_ACTION'=>$form_action,
'PWG_TOKEN' => get_pwg_token(),
'sort_orders' => $sort_orders,
'sort_order_checked' => array_shift($sort_orders_checked),
));
// +-----------------------------------------------------------------------+
@ -223,17 +361,66 @@ $categories = hash_from_query($query, 'id');
// get the categories containing images directly
$categories_with_images = array();
if ( count($categories) )
if (count($categories))
{
$query = '
SELECT DISTINCT category_id
SELECT
category_id,
COUNT(*) AS nb_photos
FROM '.IMAGE_CATEGORY_TABLE.'
WHERE category_id IN ('.implode(',', array_keys($categories)).')';
$categories_with_images = array_flip( array_from_query($query, 'category_id') );
GROUP BY category_id
;';
// WHERE category_id IN ('.implode(',', array_keys($categories)).')
$nb_photos_in = query2array($query, 'category_id', 'nb_photos');
$query = '
SELECT
id,
uppercats
FROM '.CATEGORIES_TABLE.'
;';
$all_categories = query2array($query, 'id', 'uppercats');
$subcats_of = array();
foreach (array_keys($categories) as $cat_id)
{
foreach ($all_categories as $id => $uppercats)
{
if (preg_match('/(^|,)'.$cat_id.',/', $uppercats))
{
@$subcats_of[$cat_id][] = $id;
}
}
}
$nb_sub_photos = array();
foreach ($subcats_of as $cat_id => $subcat_ids)
{
$nb_photos = 0;
foreach ($subcat_ids as $id)
{
if (isset($nb_photos_in[$id]))
{
$nb_photos+= $nb_photos_in[$id];
}
}
$nb_sub_photos[$cat_id] = $nb_photos;
}
}
$template->assign('categories', array());
$base_url = get_root_url().'admin.php?page=';
if (isset($_GET['parent_id']))
{
$template->assign(
'PARENT_EDIT',
$base_url.'album-'.$_GET['parent_id']
);
}
foreach ($categories as $category)
{
$cat_list_url = $base_url.'cat_list';
@ -247,11 +434,14 @@ foreach ($categories as $category)
$tpl_cat =
array(
'NAME' =>
trigger_event(
trigger_change(
'render_category_name',
$category['name'],
'admin_cat_list'
),
'NB_PHOTOS' => isset($nb_photos_in[$category['id']]) ? $nb_photos_in[$category['id']] : 0,
'NB_SUB_PHOTOS' => isset($nb_sub_photos[$category['id']]) ? $nb_sub_photos[$category['id']] : 0,
'NB_SUB_ALBUMS' => isset($subcats_of[$category['id']]) ? count($subcats_of[$category['id']]) : 0,
'ID' => $category['id'],
'RANK' => $category['rank']*10,
@ -262,7 +452,7 @@ foreach ($categories as $category)
),
'U_CHILDREN' => $cat_list_url.'&amp;parent_id='.$category['id'],
'U_EDIT' => $base_url.'cat_modify&amp;cat_id='.$category['id'],
'U_EDIT' => $base_url.'album-'.$category['id'],
'IS_VIRTUAL' => empty($category['dir'])
);
@ -272,22 +462,18 @@ foreach ($categories as $category)
$tpl_cat['U_DELETE'] = $self_url.'&amp;delete='.$category['id'];
$tpl_cat['U_DELETE'].= '&amp;pwg_token='.get_pwg_token();
}
if ( array_key_exists($category['id'], $categories_with_images) )
else
{
$tpl_cat['U_MANAGE_ELEMENTS']=
$base_url.'element_set&amp;cat='.$category['id'];
if ($conf['enable_synchronization'])
{
$tpl_cat['U_SYNC'] = $base_url.'site_update&amp;site=1&amp;cat_id='.$category['id'];
}
}
if ('private' == $category['status'])
{
$tpl_cat['U_MANAGE_PERMISSIONS']=
$base_url.'cat_perm&amp;cat='.$category['id'];
}
$template->append('categories', $tpl_cat);
}
trigger_action('loc_end_cat_list');
trigger_notify('loc_end_cat_list');
// +-----------------------------------------------------------------------+
// | sending html code |

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -28,12 +28,82 @@ if (!defined('PHPWG_ROOT_PATH'))
include_once(PHPWG_ROOT_PATH.'include/functions_mail.inc.php');
// get_complete_dir returns the concatenation of get_site_url and
// get_local_dir
// Example : "pets > rex > 1_year_old" is on the the same site as the
// Piwigo files and this category has 22 for identifier
// get_complete_dir(22) returns "./galleries/pets/rex/1_year_old/"
function get_complete_dir( $category_id )
{
return get_site_url($category_id).get_local_dir($category_id);
}
// get_local_dir returns an array with complete path without the site url
// Example : "pets > rex > 1_year_old" is on the the same site as the
// Piwigo files and this category has 22 for identifier
// get_local_dir(22) returns "pets/rex/1_year_old/"
function get_local_dir( $category_id )
{
global $page;
$uppercats = '';
$local_dir = '';
if ( isset( $page['plain_structure'][$category_id]['uppercats'] ) )
{
$uppercats = $page['plain_structure'][$category_id]['uppercats'];
}
else
{
$query = 'SELECT uppercats';
$query.= ' FROM '.CATEGORIES_TABLE.' WHERE id = '.$category_id;
$query.= ';';
$row = pwg_db_fetch_assoc( pwg_query( $query ) );
$uppercats = $row['uppercats'];
}
$upper_array = explode( ',', $uppercats );
$database_dirs = array();
$query = 'SELECT id,dir';
$query.= ' FROM '.CATEGORIES_TABLE.' WHERE id IN ('.$uppercats.')';
$query.= ';';
$result = pwg_query( $query );
while( $row = pwg_db_fetch_assoc( $result ) )
{
$database_dirs[$row['id']] = $row['dir'];
}
foreach ($upper_array as $id)
{
$local_dir.= $database_dirs[$id].'/';
}
return $local_dir;
}
// retrieving the site url : "http://domain.com/gallery/" or
// simply "./galleries/"
function get_site_url($category_id)
{
global $page;
$query = '
SELECT galleries_url
FROM '.SITES_TABLE.' AS s,'.CATEGORIES_TABLE.' AS c
WHERE s.id = c.site_id
AND c.id = '.$category_id.'
;';
$row = pwg_db_fetch_assoc(pwg_query($query));
return $row['galleries_url'];
}
// +-----------------------------------------------------------------------+
// | Check Access and exit when user status is not ok |
// +-----------------------------------------------------------------------+
check_status(ACCESS_ADMINISTRATOR);
trigger_action('loc_begin_cat_modify');
trigger_notify('loc_begin_cat_modify');
//---------------------------------------------------------------- verification
if ( !isset( $_GET['cat_id'] ) || !is_numeric( $_GET['cat_id'] ) )
@ -44,157 +114,70 @@ if ( !isset( $_GET['cat_id'] ) || !is_numeric( $_GET['cat_id'] ) )
//--------------------------------------------------------- form criteria check
if (isset($_POST['submit']))
{
$image_order = null;
if ( !isset($_POST['image_order_default']) )
{
for ($i=1; $i<=3; $i++)
{
if ( !empty($_POST['order_field_'.$i]) )
{
if (! empty($image_order) )
{
$image_order .= ',';
}
$image_order .= $_POST['order_field_'.$i];
if ($_POST['order_direction_'.$i]=='DESC')
{
$image_order .= ' DESC';
}
}
}
}
$data =
array(
'id' => $_GET['cat_id'],
'name' => @$_POST['name'],
'commentable' => isset($_POST['commentable'])?$_POST['commentable']:'false',
'uploadable' =>
isset($_POST['uploadable']) ? $_POST['uploadable'] : 'false',
'comment' =>
$conf['allow_html_descriptions'] ?
@$_POST['comment'] : strip_tags(@$_POST['comment']),
'image_order' => $image_order,
);
mass_updates(
CATEGORIES_TABLE,
array(
'primary' => array('id'),
'update' => array_diff(array_keys($data), array('id'))
),
array($data)
$data = array(
'id' => $_GET['cat_id'],
'name' => @$_POST['name'],
'comment' =>
$conf['allow_html_descriptions'] ?
@$_POST['comment'] : strip_tags(@$_POST['comment']),
);
if ($conf['activate_comments'])
{
$data['commentable'] = isset($_POST['commentable'])?$_POST['commentable']:'false';
}
single_update(
CATEGORIES_TABLE,
$data,
array('id' => $data['id'])
);
if (isset($_POST['apply_commentable_on_sub']))
{
$subcats = get_subcat_ids(array('id' => $data['id']));
$query = '
UPDATE '.CATEGORIES_TABLE.'
SET commentable = \''.$data['commentable'].'\'
WHERE id IN ('.implode(',', $subcats).')
;';
pwg_query($query);
}
// retrieve cat infos before continuing (following updates are expensive)
$cat_info = get_cat_info($_GET['cat_id']);
if (isset($_POST['image_order_subcats']))
if ($_POST['visible']=='true_sub')
{
$query = '
UPDATE '.CATEGORIES_TABLE.' SET image_order='.(isset($image_order) ? 'NULL':"'$image_order'").'
WHERE uppercats LIKE "'.$cat_info['uppercats'].',%"';
pwg_query($query);
set_cat_visible(array($_GET['cat_id']), true, true);
}
if ($cat_info['visible'] != get_boolean( $_POST['visible'] ) )
elseif ($cat_info['visible'] != get_boolean( $_POST['visible'] ) )
{
set_cat_visible(array($_GET['cat_id']), $_POST['visible']);
}
if ($cat_info['status'] != $_POST['status'] )
// in case the use moves his album to the gallery root, we force
// $_POST['parent'] from 0 to null to be compared with
// $cat_info['id_uppercat']
if (empty($_POST['parent']))
{
set_cat_status(array($_GET['cat_id']), $_POST['status']);
$_POST['parent'] = null;
}
if (isset($_POST['parent']) and $cat_info['id_uppercat'] != $_POST['parent'])
// only move virtual albums
if (empty($cat_info['dir']) and $cat_info['id_uppercat'] != $_POST['parent'])
{
move_categories( array($_GET['cat_id']), $_POST['parent'] );
}
array_push($page['infos'], l10n('Category informations updated successfully.'));
$_SESSION['page_infos'][] = l10n('Album updated successfully');
$redirect = true;
}
elseif (isset($_POST['set_random_representant']))
if (isset($redirect))
{
set_random_representant(array($_GET['cat_id']));
}
elseif (isset($_POST['delete_representant']))
{
$query = '
UPDATE '.CATEGORIES_TABLE.'
SET representative_picture_id = NULL
WHERE id = '.$_GET['cat_id'].'
;';
pwg_query($query);
}
elseif (isset($_POST['submitAdd']))
{
$output_create = create_virtual_category(
$_POST['virtual_name'],
(0 == $_POST['parent'] ? null : $_POST['parent'])
);
if (isset($output_create['error']))
{
array_push($page['errors'], $output_create['error']);
}
else
{
// Virtual category creation succeeded
//
// Add the information in the information list
array_push($page['infos'], $output_create['info']);
// Link the new category to the current category
associate_categories_to_categories(
array($_GET['cat_id']),
array($output_create['id'])
);
// information
array_push(
$page['infos'],
sprintf(
l10n('Category elements associated to the following categories: %s'),
'<ul><li>'
.get_cat_display_name_from_id($output_create['id'])
.'</li></ul>'
)
);
}
}
elseif (isset($_POST['submitDestinations'])
and isset($_POST['destinations'])
and count($_POST['destinations']) > 0)
{
associate_categories_to_categories(
array($_GET['cat_id']),
$_POST['destinations']
);
$category_names = array();
foreach ($_POST['destinations'] as $category_id)
{
array_push(
$category_names,
get_cat_display_name_from_id($category_id)
);
}
array_push(
$page['infos'],
sprintf(
l10n('Category elements associated to the following categories: %s'),
'<ul><li>'.implode('</li><li>', $category_names).'</li></ul>'
)
);
redirect($admin_album_base_url.'-properties');
}
$query = '
SELECT *
FROM '.CATEGORIES_TABLE.'
WHERE id = '.$_GET['cat_id'].'
;';
$category = pwg_db_fetch_assoc( pwg_query( $query ) );
// nullable fields
foreach (array('comment','dir','site_id', 'id_uppercat') as $nullable)
{
@ -216,13 +199,13 @@ $category['has_images'] = pwg_db_num_rows($result)>0 ? true : false;
// Navigation path
$navigation = get_cat_display_name_cache(
$category['uppercats'],
get_root_url().'admin.php?page=cat_modify&amp;cat_id='
get_root_url().'admin.php?page=album-'
);
$form_action = get_root_url().'admin.php?page=cat_modify&amp;cat_id='.$_GET['cat_id'];
$form_action = $admin_album_base_url.'-properties';
//----------------------------------------------------- template initialization
$template->set_filename( 'categories', 'cat_modify.tpl');
$template->set_filename( 'album_properties', 'cat_modify.tpl');
$base_url = get_root_url().'admin.php?page=';
$cat_list_url = $base_url.'cat_list';
@ -239,16 +222,7 @@ $template->assign(
'CAT_ID' => $category['id'],
'CAT_NAME' => @htmlspecialchars($category['name']),
'CAT_COMMENT' => @htmlspecialchars($category['comment']),
'status_values' => array('public','private'),
'CAT_STATUS' => $category['status'],
'CAT_VISIBLE' => boolean_to_string($category['visible']),
'CAT_COMMENTABLE' => boolean_to_string($category['commentable']),
'CAT_UPLOADABLE' => boolean_to_string($category['uploadable']),
'IMG_ORDER_DEFAULT' => empty($category['image_order']) ?
'checked="checked"' : '',
'U_JUMPTO' => make_index_url(
array(
@ -256,35 +230,68 @@ $template->assign(
)
),
'MAIL_CONTENT' => empty($_POST['mail_content'])
? '' : stripslashes($_POST['mail_content']),
'U_ADD_PHOTOS_ALBUM' => $base_url.'photos_add&amp;album='.$category['id'],
'U_CHILDREN' => $cat_list_url.'&amp;parent_id='.$category['id'],
'U_HELP' => get_root_url().'admin/popuphelp.php?page=cat_modify',
'F_ACTION' => $form_action,
)
);
if ('private' == $category['status'])
if ($conf['activate_comments'])
{
$template->assign( 'U_MANAGE_PERMISSIONS',
$base_url.'cat_perm&amp;cat='.$category['id']
);
$template->assign('CAT_COMMENTABLE', boolean_to_string($category['commentable']));
}
// manage category elements link
// manage album elements link
if ($category['has_images'])
{
$template->assign(
'U_MANAGE_ELEMENTS',
$base_url.'element_set&amp;cat='.$category['id']
);
$template->assign(
'U_MANAGE_RANKS',
$base_url.'element_set_ranks&amp;cat_id='.$category['id']
$base_url.'batch_manager&amp;filter=album-'.$category['id']
);
$query = '
SELECT
COUNT(image_id),
MIN(DATE(date_available)),
MAX(DATE(date_available))
FROM '.IMAGES_TABLE.'
JOIN '.IMAGE_CATEGORY_TABLE.' ON image_id = id
WHERE category_id = '.$category['id'].'
;';
list($image_count, $min_date, $max_date) = pwg_db_fetch_row(pwg_query($query));
if ($min_date == $max_date)
{
$intro = l10n(
'This album contains %d photos, added on %s.',
$image_count,
format_date($min_date)
);
}
else
{
$intro = l10n(
'This album contains %d photos, added between %s and %s.',
$image_count,
format_date($min_date),
format_date($max_date)
);
}
}
else
{
$intro = l10n('This album contains no photo.');
}
$intro.= '<br>'.l10n('Numeric identifier : %d', $category['id']);
$template->assign(array(
'INTRO' => $intro,
'U_MANAGE_RANKS' => $base_url.'element_set_ranks&amp;cat_id='.$category['id'],
'CACHE_KEYS' => get_admin_client_cache_keys(array('categories')),
));
if ($category['is_virtual'])
{
@ -299,69 +306,22 @@ else
$category['cat_full_dir'] = get_complete_dir($_GET['cat_id']);
$template->assign(
array(
'CAT_FULL_DIR' => preg_replace('/\/$/',
'',
$category['cat_full_dir'] )
'CAT_FULL_DIR' => preg_replace('/\/$/', '', $category['cat_full_dir'])
)
);
if (!url_is_remote($category['cat_full_dir']) )
if ($conf['enable_synchronization'])
{
$template->assign('SHOW_UPLOADABLE', true);
}
}
// image order management
$sort_fields = array(
'' => '',
'date_creation' => l10n('Creation date'),
'date_available' => l10n('Post date'),
'average_rate' => l10n('Average rate'),
'hit' => l10n('Most visited'),
'file' => l10n('File name'),
'id' => 'Id',
'rank' => l10n('Rank'),
);
$sort_directions = array(
'ASC' => l10n('ascending'),
'DESC' => l10n('descending'),
);
$template->assign( 'image_order_field_options', $sort_fields);
$template->assign( 'image_order_direction_options', $sort_directions);
$matches = array();
if ( !empty( $category['image_order'] ) )
{
preg_match_all('/([a-z_]+) *(?:(asc|desc)(?:ending)?)? *(?:, *|$)/i',
$category['image_order'], $matches);
}
for ($i=0; $i<3; $i++) // 3 fields
{
$tpl_image_order_select = array(
'ID' => $i+1,
'FIELD' => array(''),
'DIRECTION' => array('ASC'),
);
if ( isset($matches[1][$i]) )
{
$tpl_image_order_select['FIELD'] = array($matches[1][$i]);
$template->assign(
'U_SYNC',
$base_url.'site_update&amp;site=1&amp;cat_id='.$category['id']
);
}
if (isset($matches[2][$i]) and strcasecmp($matches[2][$i],'DESC')==0)
{
$tpl_image_order_select['DIRECTION'] = array('DESC');
}
$template->append( 'image_orders', $tpl_image_order_select);
}
// representant management
if ($category['has_images']
or !empty($category['representative_picture_id']))
if ($category['has_images'] or !empty($category['representative_picture_id']))
{
$tpl_representant = array();
@ -369,21 +329,7 @@ if ($category['has_images']
// representant ?
if (!empty($category['representative_picture_id']))
{
$query = '
SELECT id,tn_ext,path
FROM '.IMAGES_TABLE.'
WHERE id = '.$category['representative_picture_id'].'
;';
$row = pwg_db_fetch_assoc(pwg_query($query));
$src = get_thumbnail_url($row);
$url = get_root_url().'admin.php?page=picture_modify';
$url.= '&amp;image_id='.$category['representative_picture_id'];
$tpl_representant['picture'] =
array(
'SRC' => $src,
'URL' => $url
);
$tpl_representant['picture'] = get_category_representant_properties($category['representative_picture_id']);
}
// can the admin choose to set a new random representant ?
@ -404,161 +350,11 @@ SELECT id,tn_ext,path
if ($category['is_virtual'])
{
// the category can be moved in any category but in itself, in any
// sub-category
$unmovables = get_subcat_ids(array($category['id']));
$query = '
SELECT id,name,uppercats,global_rank
FROM '.CATEGORIES_TABLE.'
WHERE id NOT IN ('.implode(',', $unmovables).')
;';
display_select_cat_wrapper(
$query,
empty($category['id_uppercat']) ? array() : array($category['id_uppercat']),
'move_cat_options'
);
$template->assign('parent_category', empty($category['id_uppercat']) ? array() : array($category['id_uppercat']));
}
// create virtual in parent and link
$query = '
SELECT id,name,uppercats,global_rank
FROM '.CATEGORIES_TABLE.'
;';
display_select_cat_wrapper(
$query,
array(),
'create_new_parent_options'
);
// destination categories
$query = '
SELECT id,name,uppercats,global_rank
FROM '.CATEGORIES_TABLE.'
WHERE id != '.$category['id'].'
;';
display_select_cat_wrapper(
$query,
array(),
'category_destination_options'
);
// info by email to an access granted group of category informations
if (isset($_POST['submitEmail']) and !empty($_POST['group']))
{
set_make_full_url();
/* TODO: if $category['representative_picture_id']
is empty find child representative_picture_id */
if (!empty($category['representative_picture_id']))
{
$query = '
SELECT id, file, path, tn_ext
FROM '.IMAGES_TABLE.'
WHERE id = '.$category['representative_picture_id'].'
;';
$result = pwg_query($query);
if (pwg_db_num_rows($result) > 0)
{
$element = pwg_db_fetch_assoc($result);
$img_url = '<a href="'.
make_picture_url(array(
'image_id' => $element['id'],
'image_file' => $element['file'],
'category' => $category
))
.'" class="thumblnk"><img src="'.get_thumbnail_url($element).'"></a>';
}
}
if (!isset($img_url))
{
$img_url = '';
}
// TODO Mettre un array pour traduction subjet
pwg_mail_group(
$_POST['group'],
get_str_email_format(true), /* TODO add a checkbox in order to choose format*/
get_l10n_args('[%s] Come to visit the category %s',
array($conf['gallery_title'], $category['name'])),
'cat_group_info',
array
(
'IMG_URL' => $img_url,
'CAT_NAME' => $category['name'],
'LINK' => make_index_url(
array(
'category' => array(
'id' => $category['id'],
'name' => $category['name'],
'permalink' => $category['permalink']
))),
'CPL_CONTENT' => empty($_POST['mail_content'])
? '' : stripslashes($_POST['mail_content'])
),
'' /* TODO Add listbox in order to choose Language selected */);
unset_make_full_url();
$query = '
SELECT
name
FROM '.GROUPS_TABLE.'
WHERE id = '.$_POST['group'].'
;';
list($group_name) = pwg_db_fetch_row(pwg_query($query));
array_push(
$page['infos'],
sprintf(
l10n('An information email was sent to group "%s"'),
$group_name
)
);
}
if ('private' == $category['status'])
{
$query = '
SELECT
group_id
FROM '.GROUP_ACCESS_TABLE.'
WHERE cat_id = '.$category['id'].'
;';
}
else
{
$query = '
SELECT
id AS group_id
FROM '.GROUPS_TABLE.'
;';
}
$group_ids = array_from_query($query, 'group_id');
if (count($group_ids) > 0)
{
$query = '
SELECT
id,
name
FROM '.GROUPS_TABLE.'
WHERE id IN ('.implode(',', $group_ids).')
ORDER BY name ASC
;';
$template->assign('group_mail_options',
simple_hash_from_query($query, 'id', 'name')
);
}
trigger_action('loc_end_cat_modify');
trigger_notify('loc_end_cat_modify');
//----------------------------------------------------------- sending html code
$template->assign_var_from_handle('ADMIN_CONTENT', 'categories');
?>
$template->assign_var_from_handle('ADMIN_CONTENT', 'album_properties');
?>

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -51,10 +51,7 @@ if (isset($_POST['submit']))
}
else
{
array_push(
$page['errors'],
l10n('Select at least one category')
);
$page['errors'][] = l10n('Select at least one album');
}
}
@ -70,6 +67,13 @@ $template->assign(
)
);
// +-----------------------------------------------------------------------+
// | tabs |
// +-----------------------------------------------------------------------+
$page['tab'] = 'move';
include(PHPWG_ROOT_PATH.'admin/include/albums_tab.inc.php');
// +-----------------------------------------------------------------------+
// | Categories display |
// +-----------------------------------------------------------------------+

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -47,16 +47,6 @@ if (isset($_POST['falsify'])
{
switch ($_GET['section'])
{
case 'upload' :
{
$query = '
UPDATE '.CATEGORIES_TABLE.'
SET uploadable = \'false\'
WHERE id IN ('.implode(',', $_POST['cat_true']).')
;';
pwg_query($query);
break;
}
case 'comments' :
{
$query = '
@ -95,16 +85,6 @@ else if (isset($_POST['trueify'])
{
switch ($_GET['section'])
{
case 'upload' :
{
$query = '
UPDATE '.CATEGORIES_TABLE.'
SET uploadable = \'true\'
WHERE id IN ('.implode(',', $_POST['cat_false']).')
;';
pwg_query($query);
break;
}
case 'comments' :
{
$query = '
@ -158,19 +138,8 @@ $template->assign(
// TabSheet
$tabsheet = new tabsheet();
// TabSheet initialization
$opt_link = $link_start.'cat_options&amp;section=';
$tabsheet->add('status', l10n('Public / Private'), $opt_link.'status');
$tabsheet->add('visible', l10n('Lock'), $opt_link.'visible');
$tabsheet->add('upload', l10n('Upload'), $opt_link.'upload');
$tabsheet->add('comments', l10n('Comments'), $opt_link.'comments');
if ($conf['allow_random_representative'])
{
$tabsheet->add('representative', l10n('Representative'), $opt_link.'representative');
}
// TabSheet selection
$tabsheet->set_id('cat_options');
$tabsheet->select($page['section']);
// Assign tabsheet to template
$tabsheet->assign();
// +-----------------------------------------------------------------------+
@ -179,8 +148,8 @@ $tabsheet->assign();
// for each section, categories in the multiselect field can be :
//
// - true : uploadable for upload section
// - false : un-uploadable for upload section
// - true : commentable for comment section
// - false : un-commentable for comment section
// - NA : (not applicable) for virtual categories
//
// for true and false status, we associates an array of category ids,
@ -190,31 +159,6 @@ $cats_true = array();
$cats_false = array();
switch ($page['section'])
{
case 'upload' :
{
$query_true = '
SELECT id,name,uppercats,global_rank
FROM '.CATEGORIES_TABLE.'
WHERE uploadable = \'true\'
AND dir IS NOT NULL
AND site_id = 1
;';
$query_false = '
SELECT id,name,uppercats,global_rank
FROM '.CATEGORIES_TABLE.'
WHERE uploadable = \'false\'
AND dir IS NOT NULL
AND site_id = 1
;';
$template->assign(
array(
'L_SECTION' => l10n('Select uploadable categories'),
'L_CAT_OPTIONS_TRUE' => l10n('Authorized'),
'L_CAT_OPTIONS_FALSE' => l10n('Forbidden'),
)
);
break;
}
case 'comments' :
{
$query_true = '
@ -229,7 +173,7 @@ SELECT id,name,uppercats,global_rank
;';
$template->assign(
array(
'L_SECTION' => l10n('Authorize users to add comments on selected categories'),
'L_SECTION' => l10n('Authorize users to add comments on selected albums'),
'L_CAT_OPTIONS_TRUE' => l10n('Authorized'),
'L_CAT_OPTIONS_FALSE' => l10n('Forbidden'),
)
@ -250,7 +194,7 @@ SELECT id,name,uppercats,global_rank
;';
$template->assign(
array(
'L_SECTION' => l10n('Lock categories'),
'L_SECTION' => l10n('Lock albums'),
'L_CAT_OPTIONS_TRUE' => l10n('Unlocked'),
'L_CAT_OPTIONS_FALSE' => l10n('Locked'),
)
@ -271,9 +215,9 @@ SELECT id,name,uppercats,global_rank
;';
$template->assign(
array(
'L_SECTION' => l10n('Manage authorizations for selected categories'),
'L_CAT_OPTIONS_TRUE' => l10n('Public category'),
'L_CAT_OPTIONS_FALSE' => l10n('Private category'),
'L_SECTION' => l10n('Manage authorizations for selected albums'),
'L_CAT_OPTIONS_TRUE' => l10n('Public'),
'L_CAT_OPTIONS_FALSE' => l10n('Private'),
)
);
break;

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -37,156 +37,139 @@ check_status(ACCESS_ADMINISTRATOR);
// | variable initialization |
// +-----------------------------------------------------------------------+
// if the category is not correct (not numeric, not private)
if (isset($_GET['cat']) and is_numeric($_GET['cat']))
{
$query = '
SELECT status
FROM '.CATEGORIES_TABLE.'
WHERE id = '.$_GET['cat'].'
;';
list($status) = pwg_db_fetch_row(pwg_query($query));
if ('private' == $status)
{
$page['cat'] = $_GET['cat'];
}
}
if (!isset($page['cat']))
{
$query = '
SELECT id
FROM '.CATEGORIES_TABLE.'
WHERE status = \'private\'
LIMIT 1
;';
list($page['cat']) = pwg_db_fetch_row(pwg_query($query));
}
$page['cat'] = $category['id'];
// +-----------------------------------------------------------------------+
// | form submission |
// +-----------------------------------------------------------------------+
if (isset($_POST['deny_groups_submit'])
and isset($_POST['deny_groups'])
and count($_POST['deny_groups']) > 0)
if (!empty($_POST))
{
// if you forbid access to a category, all sub-categories become
// automatically forbidden
$query = '
check_pwg_token();
if ($category['status'] != $_POST['status'])
{
set_cat_status(array($page['cat']), $_POST['status']);
$category['status'] = $_POST['status'];
}
if ('private' == $_POST['status'])
{
//
// manage groups
//
$query = '
SELECT group_id
FROM '.GROUP_ACCESS_TABLE.'
WHERE cat_id = '.$page['cat'].'
;';
$groups_granted = array_from_query($query, 'group_id');
if (!isset($_POST['groups']))
{
$_POST['groups'] = array();
}
//
// remove permissions to groups
//
$deny_groups = array_diff($groups_granted, $_POST['groups']);
if (count($deny_groups) > 0)
{
// if you forbid access to an album, all sub-albums become
// automatically forbidden
$query = '
DELETE
FROM '.GROUP_ACCESS_TABLE.'
WHERE group_id IN ('.implode(',', $_POST['deny_groups']).')
WHERE group_id IN ('.implode(',', $deny_groups).')
AND cat_id IN ('.implode(',', get_subcat_ids(array($page['cat']))).')
;';
pwg_query($query);
}
else if (isset($_POST['grant_groups_submit'])
and isset($_POST['grant_groups'])
and count($_POST['grant_groups']) > 0)
{
$query = '
pwg_query($query);
}
//
// add permissions to groups
//
$grant_groups = $_POST['groups'];
if (count($grant_groups) > 0)
{
$cat_ids = get_uppercat_ids(array($page['cat']));
if (isset($_POST['apply_on_sub']))
{
$cat_ids = array_merge($cat_ids, get_subcat_ids(array($page['cat'])));
}
$query = '
SELECT id
FROM '.CATEGORIES_TABLE.'
WHERE id IN ('.implode(',', get_uppercat_ids(array($page['cat']))).')
AND status = \'private\'
WHERE id IN ('.implode(',', $cat_ids).')
AND status = \'private\'
;';
$private_uppercats = array_from_query($query, 'id');
$private_cats = array_from_query($query, 'id');
$inserts = array();
foreach ($private_cats as $cat_id)
{
foreach ($grant_groups as $group_id)
{
$inserts[] = array(
'group_id' => $group_id,
'cat_id' => $cat_id
);
}
}
mass_inserts(
GROUP_ACCESS_TABLE,
array('group_id','cat_id'),
$inserts,
array('ignore'=>true)
);
}
// We must not reinsert already existing lines in group_access table
$granteds = array();
foreach ($private_uppercats as $cat_id)
{
$granteds[$cat_id] = array();
}
$query = '
SELECT group_id, cat_id
FROM '.GROUP_ACCESS_TABLE.'
WHERE cat_id IN ('.implode(',', $private_uppercats).')
AND group_id IN ('.implode(',', $_POST['grant_groups']).')
//
// users
//
$query = '
SELECT user_id
FROM '.USER_ACCESS_TABLE.'
WHERE cat_id = '.$page['cat'].'
;';
$result = pwg_query($query);
while ($row = pwg_db_fetch_assoc($result))
{
array_push($granteds[$row['cat_id']], $row['group_id']);
}
$users_granted = array_from_query($query, 'user_id');
$inserts = array();
foreach ($private_uppercats as $cat_id)
{
$group_ids = array_diff($_POST['grant_groups'], $granteds[$cat_id]);
foreach ($group_ids as $group_id)
if (!isset($_POST['users']))
{
array_push($inserts, array('group_id' => $group_id,
'cat_id' => $cat_id));
$_POST['users'] = array();
}
//
// remove permissions to users
//
$deny_users = array_diff($users_granted, $_POST['users']);
if (count($deny_users) > 0)
{
// if you forbid access to an album, all sub-album become automatically
// forbidden
$query = '
DELETE
FROM '.USER_ACCESS_TABLE.'
WHERE user_id IN ('.implode(',', $deny_users).')
AND cat_id IN ('.implode(',', get_subcat_ids(array($page['cat']))).')
;';
pwg_query($query);
}
//
// add permissions to users
//
$grant_users = $_POST['users'];
if (count($grant_users) > 0)
{
add_permission_on_category($page['cat'], $grant_users);
}
}
mass_inserts(GROUP_ACCESS_TABLE, array('group_id','cat_id'), $inserts);
}
else if (isset($_POST['deny_users_submit'])
and isset($_POST['deny_users'])
and count($_POST['deny_users']) > 0)
{
// if you forbid access to a category, all sub-categories become
// automatically forbidden
$query = '
DELETE
FROM '.USER_ACCESS_TABLE.'
WHERE user_id IN ('.implode(',', $_POST['deny_users']).')
AND cat_id IN ('.implode(',', get_subcat_ids(array($page['cat']))).')
;';
pwg_query($query);
}
else if (isset($_POST['grant_users_submit'])
and isset($_POST['grant_users'])
and count($_POST['grant_users']) > 0)
{
$query = '
SELECT id
FROM '.CATEGORIES_TABLE.'
WHERE id IN ('.implode(',', get_uppercat_ids(array($page['cat']))).')
AND status = \'private\'
;';
$private_uppercats = array_from_query($query, 'id');
// We must not reinsert already existing lines in user_access table
$granteds = array();
foreach ($private_uppercats as $cat_id)
{
$granteds[$cat_id] = array();
}
$query = '
SELECT user_id, cat_id
FROM '.USER_ACCESS_TABLE.'
WHERE cat_id IN ('.implode(',', $private_uppercats).')
AND user_id IN ('.implode(',', $_POST['grant_users']).')
;';
$result = pwg_query($query);
while ($row = pwg_db_fetch_assoc($result))
{
array_push($granteds[$row['cat_id']], $row['user_id']);
}
$inserts = array();
foreach ($private_uppercats as $cat_id)
{
$user_ids = array_diff($_POST['grant_users'], $granteds[$cat_id]);
foreach ($user_ids as $user_id)
{
array_push($inserts, array('user_id' => $user_id,
'cat_id' => $cat_id));
}
}
mass_inserts(USER_ACCESS_TABLE, array('user_id','cat_id'), $inserts);
$page['infos'][] = l10n('Album updated successfully');
}
// +-----------------------------------------------------------------------+
@ -200,10 +183,11 @@ $template->assign(
'CATEGORIES_NAV' =>
get_cat_display_name_from_id(
$page['cat'],
'admin.php?page=cat_modify&amp;cat_id='
'admin.php?page=album-'
),
'U_HELP' => get_root_url().'admin/popuphelp.php?page=cat_perm',
'F_ACTION' => get_root_url().'admin.php?page=cat_perm&amp;cat='.$page['cat']
'F_ACTION' => $admin_album_base_url.'-permissions',
'private' => ('private' == $category['status']),
)
);
@ -222,7 +206,7 @@ SELECT id, name
ORDER BY name ASC
;';
$groups = simple_hash_from_query($query, 'id', 'name');
$template->assign('all_groups', $groups);
$template->assign('groups', $groups);
// groups granted to access the category
$query = '
@ -231,14 +215,7 @@ SELECT group_id
WHERE cat_id = '.$page['cat'].'
;';
$group_granted_ids = array_from_query($query, 'group_id');
$group_granted_ids = order_by_name($group_granted_ids, $groups);
$template->assign('group_granted_ids', $group_granted_ids);
// groups denied
$template->assign('group_denied_ids',
order_by_name(array_diff(array_keys($groups), $group_granted_ids), $groups)
);
$template->assign('groups_selected', $group_granted_ids);
// users...
$users = array();
@ -249,7 +226,7 @@ SELECT '.$conf['user_fields']['id'].' AS id,
FROM '.USERS_TABLE.'
;';
$users = simple_hash_from_query($query, 'id', 'username');
$template->assign('all_users', $users);
$template->assign('users', $users);
$query = '
@ -258,9 +235,7 @@ SELECT user_id
WHERE cat_id = '.$page['cat'].'
;';
$user_granted_direct_ids = array_from_query($query, 'user_id');
$user_granted_direct_ids = order_by_name($user_granted_direct_ids, $users);
$template->assign('user_granted_direct_ids', $user_granted_direct_ids);
$template->assign('users_selected', $user_granted_direct_ids);
$user_granted_indirect_ids = array();
@ -276,55 +251,58 @@ SELECT user_id, group_id
$result = pwg_query($query);
while ($row = pwg_db_fetch_assoc($result))
{
if (!isset($granted_groups[$row['group_id']]))
if (!isset($granted_groups[ $row['group_id'] ]))
{
$granted_groups[$row['group_id']] = array();
$granted_groups[ $row['group_id'] ] = array();
}
array_push($granted_groups[$row['group_id']], $row['user_id']);
$granted_groups[ $row['group_id'] ][] = $row['user_id'];
}
$user_granted_by_group_ids = array();
foreach ($granted_groups as $group_users)
{
$user_granted_by_group_ids = array_merge($user_granted_by_group_ids,
$group_users);
$user_granted_by_group_ids = array_merge($user_granted_by_group_ids, $group_users);
}
$user_granted_by_group_ids = array_unique($user_granted_by_group_ids);
$user_granted_indirect_ids = array_diff($user_granted_by_group_ids,
$user_granted_direct_ids);
$user_granted_indirect_ids =
order_by_name($user_granted_indirect_ids, $users);
foreach ($user_granted_indirect_ids as $user_id)
$user_granted_indirect_ids = array_diff(
$user_granted_by_group_ids,
$user_granted_direct_ids
);
$template->assign('nb_users_granted_indirect', count($user_granted_indirect_ids));
foreach ($granted_groups as $group_id => $group_users)
{
foreach ($granted_groups as $group_id => $group_users)
$group_usernames = array();
foreach ($group_users as $user_id)
{
if (in_array($user_id, $group_users))
if (in_array($user_id, $user_granted_indirect_ids))
{
$template->append(
'user_granted_indirects',
array(
'USER'=>$users[$user_id],
'GROUP'=>$groups[$group_id]
)
);
break;
$group_usernames[] = $users[$user_id];
}
}
$template->append(
'user_granted_indirect_groups',
array(
'group_name' => $groups[$group_id],
'group_users' => implode(', ', $group_usernames),
)
);
}
}
$user_denied_ids = array_diff(array_keys($users),
$user_granted_indirect_ids,
$user_granted_direct_ids);
$user_denied_ids = order_by_name($user_denied_ids, $users);
$template->assign('user_denied_ids', $user_denied_ids);
// +-----------------------------------------------------------------------+
// | sending html code |
// +-----------------------------------------------------------------------+
$template->assign(array(
'PWG_TOKEN' => get_pwg_token(),
'INHERIT' => $conf['inheritance_by_default'],
'CACHE_KEYS' => get_admin_client_cache_keys(array('groups', 'users')),
));
$template->assign_var_from_handle('ADMIN_CONTENT', 'cat_perm');
?>

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -28,62 +28,53 @@ if (!defined('PHPWG_ROOT_PATH'))
include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
if (isset($_GET['start']) and is_numeric($_GET['start']))
{
$page['start'] = $_GET['start'];
}
else
{
$page['start'] = 0;
}
// +-----------------------------------------------------------------------+
// | Check Access and exit when user status is not ok |
// +-----------------------------------------------------------------------+
check_status(ACCESS_ADMINISTRATOR);
// +-----------------------------------------------------------------------+
// | actions |
// +-----------------------------------------------------------------------+
if (!empty($_POST) and !is_adviser())
if (!empty($_POST))
{
if (empty($_POST['comments']))
{
array_push(
$page['errors'],
l10n('Select at least one comment')
);
$page['errors'][] = l10n('Select at least one comment');
}
else
{
include_once( PHPWG_ROOT_PATH .'include/functions_comment.inc.php' );
check_input_parameter('comments', $_POST, true, PATTERN_ID);
if (isset($_POST['validate']))
{
$query = '
UPDATE '.COMMENTS_TABLE.'
SET validated = \'true\'
, validation_date = NOW()
WHERE id IN ('.implode(',', $_POST['comments']).')
;';
pwg_query($query);
validate_user_comment($_POST['comments']);
array_push(
$page['infos'],
l10n_dec(
$page['infos'][] = l10n_dec(
'%d user comment validated', '%d user comments validated',
count($_POST['comments'])
)
);
);
}
if (isset($_POST['reject']))
{
$query = '
DELETE
FROM '.COMMENTS_TABLE.'
WHERE id IN ('.implode(',', $_POST['comments']).')
;';
pwg_query($query);
delete_user_comment($_POST['comments']);
array_push(
$page['infos'],
l10n_dec(
'%d user comment rejected', '%d user comments rejected',
count($_POST['comments'])
)
$page['infos'][] = l10n_dec(
'%d user comment rejected', '%d user comments rejected',
count($_POST['comments'])
);
}
}
@ -101,34 +92,104 @@ $template->assign(
)
);
// +-----------------------------------------------------------------------+
// | Tabs |
// +-----------------------------------------------------------------------+
include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
$my_base_url = get_root_url().'admin.php?page=';
$tabsheet = new tabsheet();
$tabsheet->set_id('comments');
$tabsheet->select('');
$tabsheet->assign();
// +-----------------------------------------------------------------------+
// | comments display |
// +-----------------------------------------------------------------------+
$list = array();
$nb_total = 0;
$nb_pending = 0;
$query = '
SELECT c.id, c.image_id, c.date, c.author, '.
$conf['user_fields']['username'].' AS username, c.content, i.path, i.tn_ext
SELECT
COUNT(*) AS counter,
validated
FROM '.COMMENTS_TABLE.'
GROUP BY validated
;';
$result = pwg_query($query);
while ($row = pwg_db_fetch_assoc($result))
{
$nb_total+= $row['counter'];
if ('false' == $row['validated'])
{
$nb_pending = $row['counter'];
}
}
if (!isset($_GET['filter']) and $nb_pending > 0)
{
$page['filter'] = 'pending';
}
else
{
$page['filter'] = 'all';
}
if (isset($_GET['filter']) and 'pending' == $_GET['filter'])
{
$page['filter'] = $_GET['filter'];
}
$template->assign(
array(
'nb_total' => $nb_total,
'nb_pending' => $nb_pending,
'filter' => $page['filter'],
)
);
$where_clauses = array('1=1');
if ('pending' == $page['filter'])
{
$where_clauses[] = 'validated=\'false\'';
}
$query = '
SELECT
c.id,
c.image_id,
c.date,
c.author,
'.$conf['user_fields']['username'].' AS username,
c.content,
i.path,
i.representative_ext,
validated,
c.anonymous_id
FROM '.COMMENTS_TABLE.' AS c
INNER JOIN '.IMAGES_TABLE.' AS i
ON i.id = c.image_id
LEFT JOIN '.USERS_TABLE.' AS u
ON u.'.$conf['user_fields']['id'].' = c.author_id
WHERE validated = \'false\'
WHERE '.implode(' AND ', $where_clauses).'
ORDER BY c.date DESC
LIMIT '.$page['start'].', '.$conf['comments_page_nb_comments'].'
;';
$result = pwg_query($query);
while ($row = pwg_db_fetch_assoc($result))
{
$thumb = get_thumbnail_url(
$thumb = DerivativeImage::thumb_url(
array(
'id'=>$row['image_id'],
'path'=>$row['path'],
'tn_ext'=>@$row['tn_ext']
)
);
if (empty($row['author_id']))
if (empty($row['author_id']))
{
$author_name = $row['author'];
}
@ -139,21 +200,32 @@ while ($row = pwg_db_fetch_assoc($result))
$template->append(
'comments',
array(
'U_PICTURE' =>
PHPWG_ROOT_PATH.'admin.php?page=picture_modify'.
'&amp;image_id='.$row['image_id'],
'U_PICTURE' => get_root_url().'admin.php?page=photo-'.$row['image_id'],
'ID' => $row['id'],
'TN_SRC' => $thumb,
'AUTHOR' => trigger_event('render_comment_author', $author_name),
'DATE' => format_date($row['date'], true),
'CONTENT' => trigger_event('render_comment_content',$row['content'])
'AUTHOR' => trigger_change('render_comment_author', $author_name),
'DATE' => format_date($row['date'], array('day_name','day','month','year','time')),
'CONTENT' => trigger_change('render_comment_content',$row['content']),
'IS_PENDING' => ('false' == $row['validated']),
'IP' => $row['anonymous_id'],
)
);
array_push($list, $row['id']);
$list[] = $row['id'];
}
$template->assign('LIST', implode(',', $list) );
// +-----------------------------------------------------------------------+
// | navigation bar |
// +-----------------------------------------------------------------------+
$navbar = create_navigation_bar(
get_root_url().'admin.php'.get_query_string_diff(array('start')),
('pending' == $page['filter'] ? $nb_pending : $nb_total),
$page['start'],
$conf['comments_page_nb_comments']
);
$template->assign('navbar', $navbar);
// +-----------------------------------------------------------------------+
// | sending html code |

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -27,6 +27,7 @@ if( !defined("PHPWG_ROOT_PATH") )
}
include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
include_once(PHPWG_ROOT_PATH.'admin/include/functions_upload.inc.php');
include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
// +-----------------------------------------------------------------------+
@ -35,6 +36,9 @@ include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
check_status(ACCESS_ADMINISTRATOR);
//-------------------------------------------------------- sections definitions
check_input_parameter('section', $_GET, false, '/^[a-z]+$/i');
if (!isset($_GET['section']))
{
$page['section'] = 'main';
@ -45,27 +49,23 @@ else
}
$main_checkboxes = array(
'gallery_locked',
'allow_user_registration',
'obligatory_user_mail_address',
'rate',
'rate_anonymous',
'email_admin_on_new_user',
'allow_user_customization',
);
$history_checkboxes = array(
'log',
'history_admin',
'history_guest'
'history_guest',
);
$upload_checkboxes = array(
'upload_link_everytime',
'email_admin_on_picture_uploaded',
);
$sizes_checkboxes = array(
'original_resize',
);
$comments_checkboxes = array(
'activate_comments',
'comments_forall',
'comments_validation',
'email_admin_on_comment',
@ -73,7 +73,10 @@ $comments_checkboxes = array(
'user_can_delete_comment',
'user_can_edit_comment',
'email_admin_on_comment_edition',
'email_admin_on_comment_deletion'
'email_admin_on_comment_deletion',
'comments_author_mandatory',
'comments_email_mandatory',
'comments_enable_website',
);
$display_checkboxes = array(
@ -83,12 +86,14 @@ $display_checkboxes = array(
'index_posted_date_icon',
'index_created_date_icon',
'index_slideshow_icon',
'index_new_icon',
'picture_metadata_icon',
'picture_slideshow_icon',
'picture_favorite_icon',
'picture_download_icon',
'picture_navigation_icons',
'picture_navigation_thumb',
'picture_menu',
);
$display_info_checkboxes = array(
@ -101,12 +106,42 @@ $display_info_checkboxes = array(
'tags',
'categories',
'visits',
'average_rate',
'rating_score',
'privacy_level',
);
// image order management
$sort_fields = array(
'' => '',
'file ASC' => l10n('File name, A &rarr; Z'),
'file DESC' => l10n('File name, Z &rarr; A'),
'name ASC' => l10n('Photo title, A &rarr; Z'),
'name DESC' => l10n('Photo title, Z &rarr; A'),
'date_creation DESC' => l10n('Date created, new &rarr; old'),
'date_creation ASC' => l10n('Date created, old &rarr; new'),
'date_available DESC' => l10n('Date posted, new &rarr; old'),
'date_available ASC' => l10n('Date posted, old &rarr; new'),
'rating_score DESC' => l10n('Rating score, high &rarr; low'),
'rating_score ASC' => l10n('Rating score, low &rarr; high'),
'hit DESC' => l10n('Visits, high &rarr; low'),
'hit ASC' => l10n('Visits, low &rarr; high'),
'id ASC' => l10n('Numeric identifier, 1 &rarr; 9'),
'id DESC' => l10n('Numeric identifier, 9 &rarr; 1'),
'rank ASC' => l10n('Manual sort order'),
);
$comments_order = array(
'ASC' => l10n('Show oldest comments first'),
'DESC' => l10n('Show latest comments first'),
);
$mail_themes = array(
'clear' => 'Clear',
'dark' => 'Dark',
);
//------------------------------ verification and registration of modifications
if (isset($_POST['submit']) and !is_adviser())
if (isset($_POST['submit']))
{
$int_pattern = '/^\d+$/';
@ -114,22 +149,67 @@ if (isset($_POST['submit']) and !is_adviser())
{
case 'main' :
{
if ( !url_is_remote($_POST['gallery_url']) )
if ( !isset($conf['order_by_custom']) and !isset($conf['order_by_inside_category_custom']) )
{
array_push($page['errors'], l10n('The gallery URL is not valid.'));
if ( !empty($_POST['order_by']) )
{
$used = array();
foreach ($_POST['order_by'] as $i => $val)
{
if (empty($val) or isset($used[$val]))
{
unset($_POST['order_by'][$i]);
}
else
{
$used[$val] = true;
}
}
if ( !count($_POST['order_by']) )
{
$page['errors'][] = l10n('No order field selected');
}
else
{
// limit to the number of available parameters
$order_by = $order_by_inside_category = array_slice($_POST['order_by'], 0, ceil(count($sort_fields)/2));
// there is no rank outside categories
if ( ($i = array_search('rank ASC', $order_by)) !== false)
{
unset($order_by[$i]);
}
// must define a default order_by if user want to order by rank only
if ( count($order_by) == 0 )
{
$order_by = array('id ASC');
}
$_POST['order_by'] = 'ORDER BY '.implode(', ', $order_by);
$_POST['order_by_inside_category'] = 'ORDER BY '.implode(', ', $order_by_inside_category);
}
}
else
{
$page['errors'][] = l10n('No order field selected');
}
}
foreach( $main_checkboxes as $checkbox)
{
$_POST[$checkbox] = empty($_POST[$checkbox])?'false':'true';
}
break;
}
case 'history' :
case 'watermark' :
{
foreach( $history_checkboxes as $checkbox)
{
$_POST[$checkbox] = empty($_POST[$checkbox])?'false':'true';
}
include(PHPWG_ROOT_PATH.'admin/include/configuration_watermark_process.inc.php');
break;
}
case 'sizes' :
{
include(PHPWG_ROOT_PATH.'admin/include/configuration_sizes_process.inc.php');
break;
}
case 'comments' :
@ -140,7 +220,7 @@ if (isset($_POST['submit']) and !is_adviser())
or $_POST['nb_comment_page'] < 5
or $_POST['nb_comment_page'] > 50)
{
array_push($page['errors'], l10n('The number of comments a page must be between 5 and 50 included.'));
$page['errors'][] = l10n('The number of comments a page must be between 5 and 50 included.');
}
foreach( $comments_checkboxes as $checkbox)
{
@ -148,14 +228,6 @@ if (isset($_POST['submit']) and !is_adviser())
}
break;
}
case 'upload' :
{
foreach( $upload_checkboxes as $checkbox)
{
$_POST[$checkbox] = empty($_POST[$checkbox])?'false':'true';
}
break;
}
case 'default' :
{
// Never go here
@ -163,6 +235,11 @@ if (isset($_POST['submit']) and !is_adviser())
}
case 'display' :
{
if (!preg_match($int_pattern, $_POST['nb_categories_page'])
or $_POST['nb_categories_page'] < 4)
{
$page['errors'][] = l10n('The number of albums a page must be above 4.');
}
foreach( $display_checkboxes as $checkbox)
{
$_POST[$checkbox] = empty($_POST[$checkbox])?'false':'true';
@ -178,7 +255,7 @@ if (isset($_POST['submit']) and !is_adviser())
}
// updating configuration if no error found
if (count($page['errors']) == 0)
if (!in_array($page['section'], array('sizes', 'watermark')) and count($page['errors']) == 0)
{
//echo '<pre>'; print_r($_POST); echo '</pre>';
$result = pwg_query('SELECT param FROM '.CONFIG_TABLE);
@ -204,28 +281,30 @@ WHERE param = \''.$row['param'].'\'
pwg_query($query);
}
}
array_push($page['infos'], l10n('Information data registered in database'));
$page['infos'][] = l10n('Information data registered in database');
}
//------------------------------------------------------ $conf reinitialization
load_conf_from_db();
}
// restore default derivatives settings
if ('sizes' == $page['section'] and isset($_GET['action']) and 'restore_settings' == $_GET['action'])
{
ImageStdParams::set_and_save( ImageStdParams::get_default_sizes() );
pwg_query('DELETE FROM '.CONFIG_TABLE.' WHERE param = \'disabled_derivatives\'');
clear_derivative_cache();
$page['infos'][] = l10n('Your configuration settings are saved');
}
//----------------------------------------------------- template initialization
$template->set_filename('config', 'configuration.tpl');
$template->set_filename('config', 'configuration_' . $page['section'] . '.tpl');
// TabSheet
$tabsheet = new tabsheet();
// TabSheet initialization
$tabsheet->add('main', l10n('Main'), $conf_link.'main');
$tabsheet->add('display', l10n('Display'), $conf_link.'display');
$tabsheet->add('history', l10n('History'), $conf_link.'history');
$tabsheet->add('comments', l10n('Comments'), $conf_link.'comments');
$tabsheet->add('upload', l10n('Upload'), $conf_link.'upload');
$tabsheet->add('default', l10n('Guest Settings'), $conf_link.'default');
// TabSheet selection
$tabsheet->set_id('configuration');
$tabsheet->select($page['section']);
// Assign tabsheet to template
$tabsheet->assign();
$action = get_root_url().'admin.php?page=configuration';
@ -241,13 +320,52 @@ switch ($page['section'])
{
case 'main' :
{
function order_by_is_local()
{
@include(PHPWG_ROOT_PATH. 'local/config/config.inc.php');
if (isset($conf['local_dir_site']))
{
@include(PHPWG_ROOT_PATH.PWG_LOCAL_DIR. 'config/config.inc.php');
}
return isset($conf['order_by']) or isset($conf['order_by_inside_category']);
}
if (order_by_is_local())
{
$page['warnings'][] = l10n('You have specified <i>$conf[\'order_by\']</i> in your local configuration file, this parameter in deprecated, please remove it or rename it into <i>$conf[\'order_by_custom\']</i> !');
}
if ( isset($conf['order_by_custom']) or isset($conf['order_by_inside_category_custom']) )
{
$order_by = array('');
$template->assign('ORDER_BY_IS_CUSTOM', true);
}
else
{
$out = array();
$order_by = trim($conf['order_by_inside_category']);
$order_by = str_replace('ORDER BY ', null, $order_by);
$order_by = explode(', ', $order_by);
}
$template->assign(
'main',
array(
'CONF_GALLERY_TITLE' => htmlspecialchars($conf['gallery_title']),
'CONF_PAGE_BANNER' => htmlspecialchars($conf['page_banner']),
'CONF_GALLERY_URL' => $conf['gallery_url'],
));
'week_starts_on_options' => array(
'sunday' => $lang['day'][0],
'monday' => $lang['day'][1],
),
'week_starts_on_options_selected' => $conf['week_starts_on'],
'mail_theme' => $conf['mail_theme'],
'mail_theme_options' => $mail_themes,
'order_by' => $order_by,
'order_by_options' => $sort_fields,
)
);
foreach ($main_checkboxes as $checkbox)
{
@ -261,28 +379,16 @@ switch ($page['section'])
}
break;
}
case 'history' :
{
//Necessary for merge_block_vars
foreach ($history_checkboxes as $checkbox)
{
$template->append(
'history',
array(
$checkbox => $conf[$checkbox]
),
true
);
}
break;
}
case 'comments' :
{
$template->assign(
'comments',
array(
'NB_COMMENTS_PAGE'=>$conf['nb_comment_page'],
));
'comments_order'=>$conf['comments_order'],
'comments_order_options'=> $comments_order
)
);
foreach ($comments_checkboxes as $checkbox)
{
@ -296,49 +402,25 @@ switch ($page['section'])
}
break;
}
case 'upload' :
{
$template->assign(
'upload',
array(
'upload_user_access_options'=> get_user_access_level_html_options(ACCESS_GUEST),
'upload_user_access_options_selected' => array($conf['upload_user_access'])
)
);
//Necessary for merge_block_vars
foreach ($upload_checkboxes as $checkbox)
{
$template->append(
'upload',
array(
$checkbox => $conf[$checkbox]
),
true
);
}
break;
}
case 'default' :
{
$edit_user = build_user($conf['guest_id'], false);
include_once(PHPWG_ROOT_PATH.'profile.php');
$errors = array();
if ( !is_adviser() )
if (save_profile_from_post($edit_user, $errors))
{
if (save_profile_from_post($edit_user, $errors))
{
// Reload user
$edit_user = build_user($conf['guest_id'], false);
array_push($page['infos'], l10n('Information data registered in database'));
}
// Reload user
$edit_user = build_user($conf['guest_id'], false);
$page['infos'][] = l10n('Information data registered in database');
}
$page['errors'] = array_merge($page['errors'], $errors);
load_profile_in_template(
$action,
'',
$edit_user
$edit_user,
'GUEST_'
);
$template->assign('default', array());
break;
@ -358,12 +440,167 @@ switch ($page['section'])
$template->append(
'display',
array(
'picture_informations' => unserialize($conf['picture_informations'])
'picture_informations' => unserialize($conf['picture_informations']),
'NB_CATEGORIES_PAGE' => $conf['nb_categories_page'],
),
true
);
break;
}
case 'sizes' :
{
// we only load the derivatives if it was not already loaded: it occurs
// when submitting the form and an error remains
if (!isset($page['sizes_loaded_in_tpl']))
{
$is_gd = (pwg_image::get_library()=='gd')? true : false;
$template->assign('is_gd', $is_gd);
$template->assign(
'sizes',
array(
'original_resize_maxwidth' => $conf['original_resize_maxwidth'],
'original_resize_maxheight' => $conf['original_resize_maxheight'],
'original_resize_quality' => $conf['original_resize_quality'],
)
);
foreach ($sizes_checkboxes as $checkbox)
{
$template->append(
'sizes',
array(
$checkbox => $conf[$checkbox]
),
true
);
}
// derivatives = multiple size
$enabled = ImageStdParams::get_defined_type_map();
$disabled = @unserialize(@$conf['disabled_derivatives']);
if ($disabled === false)
{
$disabled = array();
}
$tpl_vars = array();
foreach(ImageStdParams::get_all_types() as $type)
{
$tpl_var = array();
$tpl_var['must_square'] = ($type==IMG_SQUARE ? true : false);
$tpl_var['must_enable'] = ($type==IMG_SQUARE || $type==IMG_THUMB || $type==$conf['derivative_default_size'])? true : false;
if ($params = @$enabled[$type])
{
$tpl_var['enabled'] = true;
}
else
{
$tpl_var['enabled']=false;
$params=@$disabled[$type];
}
if ($params)
{
list($tpl_var['w'],$tpl_var['h']) = $params->sizing->ideal_size;
if ( ($tpl_var['crop'] = round(100*$params->sizing->max_crop)) > 0)
{
list($tpl_var['minw'],$tpl_var['minh']) = $params->sizing->min_size;
}
else
{
$tpl_var['minw'] = $tpl_var['minh'] = "";
}
$tpl_var['sharpen'] = $params->sharpen;
}
$tpl_vars[$type]=$tpl_var;
}
$template->assign('derivatives', $tpl_vars);
$template->assign('resize_quality', ImageStdParams::$quality);
$tpl_vars = array();
$now = time();
foreach(ImageStdParams::$custom as $custom=>$time)
{
$tpl_vars[$custom] = ($now-$time<=24*3600) ? l10n('today') : time_since($time, 'day');
}
$template->assign('custom_derivatives', $tpl_vars);
}
break;
}
case 'watermark' :
{
$watermark_files = array();
foreach (glob(PHPWG_ROOT_PATH.'themes/default/watermarks/*.png') as $file)
{
$watermark_files[] = substr($file, strlen(PHPWG_ROOT_PATH));
}
if ( ($glob=glob(PHPWG_ROOT_PATH.PWG_LOCAL_DIR.'watermarks/*.png')) !== false)
{
foreach ($glob as $file)
{
$watermark_files[] = substr($file, strlen(PHPWG_ROOT_PATH));
}
}
$watermark_filemap = array( '' => '---' );
foreach( $watermark_files as $file)
{
$display = basename($file);
$watermark_filemap[$file] = $display;
}
$template->assign('watermark_files', $watermark_filemap);
if ($template->get_template_vars('watermark') === null)
{
$wm = ImageStdParams::get_watermark();
$position = 'custom';
if ($wm->xpos == 0 and $wm->ypos == 0)
{
$position = 'topleft';
}
if ($wm->xpos == 100 and $wm->ypos == 0)
{
$position = 'topright';
}
if ($wm->xpos == 50 and $wm->ypos == 50)
{
$position = 'middle';
}
if ($wm->xpos == 0 and $wm->ypos == 100)
{
$position = 'bottomleft';
}
if ($wm->xpos == 100 and $wm->ypos == 100)
{
$position = 'bottomright';
}
if ($wm->xrepeat != 0 || $wm->yrepeat != 0)
{
$position = 'custom';
}
$template->assign(
'watermark',
array(
'file' => $wm->file,
'minw' => $wm->min_size[0],
'minh' => $wm->min_size[1],
'xpos' => $wm->xpos,
'ypos' => $wm->ypos,
'xrepeat' => $wm->xrepeat,
'yrepeat' => $wm->yrepeat,
'opacity' => $wm->opacity,
'position' => $position,
)
);
}
break;
}
}
//----------------------------------------------------------- sending html code

View file

@ -1,246 +0,0 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
/**
* Management of elements set. Elements can belong to a category or to the
* user caddie.
*
*/
if (!defined('PHPWG_ROOT_PATH'))
{
die('Hacking attempt!');
}
include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
// +-----------------------------------------------------------------------+
// | Check Access and exit when user status is not ok |
// +-----------------------------------------------------------------------+
check_status(ACCESS_ADMINISTRATOR);
check_input_parameter('selection', $_POST, true, PATTERN_ID);
// +-----------------------------------------------------------------------+
// | caddie management |
// +-----------------------------------------------------------------------+
if (isset($_POST['submit_caddie']))
{
if (isset($_POST['caddie_action']))
{
switch ($_POST['caddie_action'])
{
case 'empty_all' :
{
$query = '
DELETE FROM '.CADDIE_TABLE.'
WHERE user_id = '.$user['id'].'
;';
pwg_query($query);
break;
}
case 'empty_selected' :
{
if (isset($_POST['selection']) and count($_POST['selection']) > 0)
{
$query = '
DELETE
FROM '.CADDIE_TABLE.'
WHERE element_id IN ('.implode(',', $_POST['selection']).')
AND user_id = '.$user['id'].'
;';
pwg_query($query);
}
else
{
// TODO : add error
}
break;
}
case 'add_selected' :
{
if (isset($_POST['selection']) and count($_POST['selection']) > 0)
{
fill_caddie($_POST['selection']);
}
else
{
// TODO : add error
}
break;
}
}
}
else
{
// TODO : add error
}
}
// +-----------------------------------------------------------------------+
// | initialize info about category |
// +-----------------------------------------------------------------------+
// To element_set_(global|unit).php, we must provide the elements id of the
// managed category in $page['cat_elements_id'] array.
$page['cat_elements_id'] = array();
if (is_numeric($_GET['cat']))
{
$page['title'] =
get_cat_display_name_from_id(
$_GET['cat'],
PHPWG_ROOT_PATH.'admin.php?page=cat_modify&amp;cat_id=',
false
);
$query = '
SELECT image_id
FROM '.IMAGE_CATEGORY_TABLE.'
WHERE category_id = '.$_GET['cat'].'
;';
$page['cat_elements_id'] = array_from_query($query, 'image_id');
}
else if ('caddie' == $_GET['cat'])
{
$page['title'] = l10n('caddie');
$query = '
SELECT element_id
FROM '.CADDIE_TABLE.'
WHERE user_id = '.$user['id'].'
;';
$page['cat_elements_id'] = array_from_query($query, 'element_id');
}
else if ('not_linked' == $_GET['cat'])
{
$page['title'] = l10n('Not linked elements');
$template->assign(array('U_ACTIVE_MENU' => 5 ));
// we are searching elements not linked to any virtual category
$query = '
SELECT id
FROM '.IMAGES_TABLE.'
;';
$all_elements = array_from_query($query, 'id');
$linked_to_virtual = array();
$query = '
SELECT id
FROM '.CATEGORIES_TABLE.'
WHERE dir IS NULL
;';
$virtual_categories = array_from_query($query, 'id');
if (!empty($virtual_categories))
{
$query = '
SELECT DISTINCT(image_id)
FROM '.IMAGE_CATEGORY_TABLE.'
WHERE category_id IN ('.implode(',', $virtual_categories).')
;';
$linked_to_virtual = array_from_query($query, 'image_id');
}
$page['cat_elements_id'] = array_diff($all_elements, $linked_to_virtual);
}
else if ('duplicates' == $_GET['cat'])
{
$page['title'] = l10n('Files with same name in more than one physical category');
$template->assign(array('U_ACTIVE_MENU' => 5 ));
// we are searching related elements twice or more to physical categories
// 1 - Retrieve Files
$query = '
SELECT DISTINCT(file)
FROM '.IMAGES_TABLE.'
GROUP BY file
HAVING COUNT(DISTINCT storage_category_id) > 1
;';
$duplicate_files = array_from_query($query, 'file');
$duplicate_files[]='Nofiles';
// 2 - Retrives related picture ids
$query = '
SELECT id, file
FROM '.IMAGES_TABLE.'
WHERE file IN (\''.implode("','", $duplicate_files).'\')
ORDER BY file, id
;';
$page['cat_elements_id'] = array_from_query($query, 'id');
}
elseif ('recent'== $_GET['cat'])
{
$page['title'] = l10n('Recent pictures');
$query = 'SELECT MAX(date_available) AS date
FROM '.IMAGES_TABLE;
if ($row = pwg_db_fetch_assoc( pwg_query($query) ) )
{
$query = 'SELECT id
FROM '.IMAGES_TABLE.'
WHERE date_available BETWEEN '.pwg_db_get_recent_period_expression(1, $row['date']).' AND \''.$row['date'].'\'';
$page['cat_elements_id'] = array_from_query($query, 'id');
}
}
// +-----------------------------------------------------------------------+
// | first element to display |
// +-----------------------------------------------------------------------+
// $page['start'] contains the number of the first element in its
// category. For exampe, $page['start'] = 12 means we must show elements #12
// and $page['nb_images'] next elements
if (!isset($_GET['start'])
or !is_numeric($_GET['start'])
or $_GET['start'] < 0
or (isset($_GET['display']) and 'all' == $_GET['display']))
{
$page['start'] = 0;
}
else
{
$page['start'] = $_GET['start'];
}
// +-----------------------------------------------------------------------+
// | open specific mode |
// +-----------------------------------------------------------------------+
$_GET['mode'] = !empty($_GET['mode']) ? $_GET['mode'] : 'global';
switch ($_GET['mode'])
{
case 'global' :
{
include(PHPWG_ROOT_PATH.'admin/element_set_global.php');
break;
}
case 'unit' :
{
include(PHPWG_ROOT_PATH.'admin/element_set_unit.php');
break;
}
}
?>

View file

@ -1,481 +0,0 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
/**
* Management of elements set. Elements can belong to a category or to the
* user caddie.
*
*/
if (!defined('PHPWG_ROOT_PATH'))
{
die('Hacking attempt!');
}
include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
// +-----------------------------------------------------------------------+
// | Check Access and exit when user status is not ok |
// +-----------------------------------------------------------------------+
check_status(ACCESS_ADMINISTRATOR);
trigger_action('loc_begin_element_set_global');
// +-----------------------------------------------------------------------+
// | deletion form submission |
// +-----------------------------------------------------------------------+
// the $_POST['selection'] was already checked in element_set.php
check_input_parameter('del_tags', $_POST, true, PATTERN_ID);
check_input_parameter('associate', $_POST, false, PATTERN_ID);
check_input_parameter('dissociate', $_POST, false, PATTERN_ID);
if (isset($_POST['delete']))
{
if (isset($_POST['confirm_deletion']) and 1 == $_POST['confirm_deletion'])
{
$collection = array();
switch ($_POST['target_deletion'])
{
case 'all' :
{
$collection = $page['cat_elements_id'];
break;
}
case 'selection' :
{
if (!isset($_POST['selection']) or count($_POST['selection']) == 0)
{
array_push($page['errors'], l10n('Select at least one picture'));
}
else
{
$collection = $_POST['selection'];
}
break;
}
}
// filter selection on photos that have no storage_category_id (ie that
// were added via pLoader)
if (count($collection) > 0)
{
$query = '
SELECT
id
FROM '.IMAGES_TABLE.'
WHERE id IN ('.implode(',', $collection).')
AND storage_category_id IS NULL
;';
$deletables = array_from_query($query, 'id');
if (count($deletables) > 0)
{
$physical_deletion = true;
delete_elements($deletables, $physical_deletion);
array_push(
$page['infos'],
sprintf(
l10n_dec(
'%d photo was deleted',
'%d photos were deleted',
count($deletables)
),
count($deletables)
)
);
}
else
{
array_push($page['errors'], l10n('No photo can be deleted'));
}
}
}
else
{
array_push($page['errors'], l10n('You need to confirm deletion'));
}
}
// +-----------------------------------------------------------------------+
// | global mode form submission |
// +-----------------------------------------------------------------------+
if (isset($_POST['submit']))
{
$collection = array();
// echo '<pre>';
// print_r($_POST);
// echo '</pre>';
// exit();
switch ($_POST['target'])
{
case 'all' :
{
$collection = $page['cat_elements_id'];
break;
}
case 'selection' :
{
if (!isset($_POST['selection']) or count($_POST['selection']) == 0)
{
array_push($page['errors'], l10n('Select at least one picture'));
}
else
{
$collection = $_POST['selection'];
}
break;
}
}
if (isset($_POST['add_tags']) and count($collection) > 0)
{
$tag_ids = get_fckb_tag_ids($_POST['add_tags']);
add_tags($tag_ids, $collection);
}
if (isset($_POST['del_tags']) and count($collection) > 0)
{
$query = '
DELETE
FROM '.IMAGE_TAG_TABLE.'
WHERE image_id IN ('.implode(',', $collection).')
AND tag_id IN ('.implode(',', $_POST['del_tags']).')
;';
pwg_query($query);
}
if ($_POST['associate'] != 0 and count($collection) > 0)
{
associate_images_to_categories(
$collection,
array($_POST['associate'])
);
}
if ($_POST['dissociate'] != 0 and count($collection) > 0)
{
// physical links must not be broken, so we must first retrieve image_id
// which create virtual links with the category to "dissociate from".
$query = '
SELECT id
FROM '.IMAGE_CATEGORY_TABLE.'
INNER JOIN '.IMAGES_TABLE.' ON image_id = id
WHERE category_id = '.$_POST['dissociate'].'
AND id IN ('.implode(',', $collection).')
AND (
category_id != storage_category_id
OR storage_category_id IS NULL
)
;';
$dissociables = array_from_query($query, 'id');
if (!empty($dissociables))
{
$query = '
DELETE
FROM '.IMAGE_CATEGORY_TABLE.'
WHERE category_id = '.$_POST['dissociate'].'
AND image_id IN ('.implode(',', $dissociables).')
';
pwg_query($query);
// we remove the dissociated images if we are currently displaying the
// category to dissociate from.
if (is_numeric($_GET['cat']) and $_POST['dissociate'] == $_GET['cat'])
{
$page['cat_elements_id'] = array_diff(
$page['cat_elements_id'],
$dissociables
);
}
}
update_category($_POST['dissociate']);
}
$datas = array();
$dbfields = array('primary' => array('id'), 'update' => array());
$formfields = array('author', 'name', 'date_creation', 'level');
foreach ($formfields as $formfield)
{
if ($_POST[$formfield.'_action'] != 'leave')
{
array_push($dbfields['update'], $formfield);
}
}
// updating elements is useful only if needed...
if (count($dbfields['update']) > 0 and count($collection) > 0)
{
$query = '
SELECT id
FROM '.IMAGES_TABLE.'
WHERE id IN ('.implode(',', $collection).')
;';
$result = pwg_query($query);
while ($row = pwg_db_fetch_assoc($result))
{
$data = array();
$data['id'] = $row['id'];
if ('set' == $_POST['author_action'])
{
$data['author'] = $_POST['author'];
if ('' == $data['author'])
{
unset($data['author']);
}
}
if ('set' == $_POST['name_action'])
{
$data['name'] = $_POST['name'];
if ('' == $data['name'])
{
unset($data['name']);
}
}
if ('set' == $_POST['date_creation_action'])
{
$data['date_creation'] =
$_POST['date_creation_year']
.'-'.$_POST['date_creation_month']
.'-'.$_POST['date_creation_day']
;
}
if ('set' == $_POST['level_action'])
{
$data['level'] = $_POST['level'];
}
array_push($datas, $data);
}
// echo '<pre>'; print_r($datas); echo '</pre>';
mass_updates(IMAGES_TABLE, $dbfields, $datas);
}
}
// +-----------------------------------------------------------------------+
// | template init |
// +-----------------------------------------------------------------------+
$template->set_filenames(
array('element_set_global' => 'element_set_global.tpl'));
$base_url = get_root_url().'admin.php';
// $form_action = $base_url.'?page=element_set_global';
$template->assign(
array(
'CATEGORIES_NAV'=>$page['title'],
'U_DISPLAY'=>$base_url.get_query_string_diff(array('display')),
'U_UNIT_MODE'
=>
$base_url
.get_query_string_diff(array('mode','display'))
.'&amp;mode=unit',
'F_ACTION'=>$base_url.get_query_string_diff(array()),
)
);
// +-----------------------------------------------------------------------+
// | caddie options |
// +-----------------------------------------------------------------------+
$template->assign('IN_CADDIE', 'caddie' == $_GET['cat'] ? true : false );
// +-----------------------------------------------------------------------+
// | deletion form |
// +-----------------------------------------------------------------------+
// we can only remove photos that have no storage_category_id, in other
// word, it currently (Butterfly) means that the photo was added with
// pLoader
if (count($page['cat_elements_id']) > 0)
{
$query = '
SELECT
COUNT(*)
FROM '.IMAGES_TABLE.'
WHERE id IN ('.implode(',', $page['cat_elements_id']).')
AND storage_category_id IS NULL
;';
list($counter) = pwg_db_fetch_row(pwg_query($query));
if ($counter > 0)
{
$template->assign('show_delete_form', true);
}
}
// +-----------------------------------------------------------------------+
// | global mode form |
// +-----------------------------------------------------------------------+
// Virtualy associate a picture to a category
$query = '
SELECT id,name,uppercats,global_rank
FROM '.CATEGORIES_TABLE.'
;';
display_select_cat_wrapper($query, array(), 'associate_options', true);
// Dissociate from a category : categories listed for dissociation can
// only represent virtual links. Links to physical categories can't be
// broken
if (count($page['cat_elements_id']) > 0)
{
$query = '
SELECT
DISTINCT(category_id) AS id,
c.name,
c.uppercats,
c.global_rank
FROM '.IMAGE_CATEGORY_TABLE.' AS ic
JOIN '.CATEGORIES_TABLE.' AS c ON c.id = ic.category_id
JOIN '.IMAGES_TABLE.' AS i ON i.id = ic.image_id
WHERE ic.image_id IN ('.implode(',', $page['cat_elements_id']).')
AND (
ic.category_id != i.storage_category_id
OR i.storage_category_id IS NULL
)
;';
display_select_cat_wrapper($query, array(), 'dissociate_options', true);
}
if (count($page['cat_elements_id']) > 0)
{
// remove tags
$tags = get_common_tags($page['cat_elements_id'], -1);
$template->assign(
array(
'DEL_TAG_SELECTION' => get_html_tag_selection($tags, 'del_tags'),
)
);
}
// creation date
$day =
empty($_POST['date_creation_day']) ? date('j') : $_POST['date_creation_day'];
$month =
empty($_POST['date_creation_month']) ? date('n') : $_POST['date_creation_month'];
$year =
empty($_POST['date_creation_year']) ? date('Y') : $_POST['date_creation_year'];
$month_list = $lang['month'];
$month_list[0]='------------';
ksort($month_list);
$template->assign( array(
'month_list' => $month_list,
'DATE_CREATION_DAY' => (int)$day,
'DATE_CREATION_MONTH'=> (int)$month,
'DATE_CREATION_YEAR' => (int)$year,
)
);
// image level options
$template->assign(
array(
'level_options'=> get_privacy_level_options(),
'level_options_selected' => 0,
)
);
// +-----------------------------------------------------------------------+
// | global mode thumbnails |
// +-----------------------------------------------------------------------+
// how many items to display on this page
if (!empty($_GET['display']))
{
if ('all' == $_GET['display'])
{
$page['nb_images'] = count($page['cat_elements_id']);
}
else
{
$page['nb_images'] = intval($_GET['display']);
}
}
else
{
$page['nb_images'] = 20;
}
if (count($page['cat_elements_id']) > 0)
{
$nav_bar = create_navigation_bar(
$base_url.get_query_string_diff(array('start')),
count($page['cat_elements_id']),
$page['start'],
$page['nb_images']
);
$template->assign('navbar', $nav_bar);
$query = '
SELECT id,path,tn_ext,file,filesize,level
FROM '.IMAGES_TABLE.'
WHERE id IN ('.implode(',', $page['cat_elements_id']).')
'.$conf['order_by'].'
LIMIT '.$page['nb_images'].' OFFSET '.$page['start'].'
;';
$result = pwg_query($query);
// template thumbnail initialization
while ($row = pwg_db_fetch_assoc($result))
{
$src = get_thumbnail_url($row);
$template->append(
'thumbnails',
array(
'ID' => $row['id'],
'TN_SRC' => $src,
'FILE' => $row['file'],
'TITLE' => get_thumbnail_title($row),
'LEVEL' => $row['level']
)
);
}
}
trigger_action('loc_end_element_set_global');
//----------------------------------------------------------- sending html code
$template->assign_var_from_handle('ADMIN_CONTENT', 'element_set_global');
?>

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -45,41 +45,6 @@ if (!isset($_GET['cat_id']) or !is_numeric($_GET['cat_id']))
$page['category_id'] = $_GET['cat_id'];
// +-----------------------------------------------------------------------+
// | functions |
// +-----------------------------------------------------------------------+
/**
* save the rank depending on given images order
*
* The list of ordered images id is supposed to be in the same parent
* category
*
* @param array categories
* @return void
*/
function save_images_order($category_id, $images)
{
$current_rank = 0;
$datas = array();
foreach ($images as $id)
{
array_push(
$datas,
array(
'category_id' => $category_id,
'image_id' => $id,
'rank' => ++$current_rank,
)
);
}
$fields = array(
'primary' => array('image_id', 'category_id'),
'update' => array('rank')
);
mass_updates(IMAGE_CATEGORY_TABLE, $fields, $datas);
}
// +-----------------------------------------------------------------------+
// | global mode form submission |
// +-----------------------------------------------------------------------+
@ -89,51 +54,58 @@ $image_order_choice = 'default';
if (isset($_POST['submit']))
{
asort($_POST['rank_of_image'], SORT_NUMERIC);
save_images_order(
$page['category_id'],
array_keys($_POST['rank_of_image'])
);
if (isset($_POST['rank_of_image']))
{
asort($_POST['rank_of_image'], SORT_NUMERIC);
array_push(
$page['infos'],
l10n('Images manual order was saved')
);
save_images_order(
$page['category_id'],
array_keys($_POST['rank_of_image'])
);
$image_order = null;
if (!empty($_POST['image_order_choice'])
$page['infos'][] = l10n('Images manual order was saved');
}
if (!empty($_POST['image_order_choice'])
&& in_array($_POST['image_order_choice'], $image_order_choices))
{
$image_order_choice = $_POST['image_order_choice'];
}
$image_order = null;
if ($image_order_choice=='user_define')
{
for ($i=1; $i<=3; $i++)
for ($i=0; $i<3; $i++)
{
if ( !empty($_POST['order_field_'.$i]) )
if (!empty($_POST['image_order'][$i]))
{
if (! empty($image_order) )
{
$image_order .= ',';
}
$image_order .= $_POST['order_field_'.$i];
if ($_POST['order_direction_'.$i]=='DESC')
{
$image_order .= ' DESC';
}
if (!empty($image_order)) $image_order.= ',';
$image_order.= $_POST['image_order'][$i];
}
}
}
elseif ($image_order_choice=='rank')
{
$image_order = 'rank';
$image_order = 'rank ASC';
}
$query = '
UPDATE '.CATEGORIES_TABLE.' SET image_order=\''.$image_order.'\'
UPDATE '.CATEGORIES_TABLE.'
SET image_order = '.(isset($image_order) ? '\''.$image_order.'\'' : 'NULL').'
WHERE id='.$page['category_id'];
pwg_query($query);
if (isset($_POST['image_order_subcats']))
{
$cat_info = get_cat_info($page['category_id']);
$query = '
UPDATE '.CATEGORIES_TABLE.'
SET image_order = '.(isset($image_order) ? '\''.$image_order.'\'' : 'NULL').'
WHERE uppercats LIKE \''.$cat_info['uppercats'].',%\'';
pwg_query($query);
}
$page['infos'][] = l10n('Your configuration settings are saved');
}
// +-----------------------------------------------------------------------+
@ -152,11 +124,11 @@ SELECT *
;';
$category = pwg_db_fetch_assoc(pwg_query($query));
if ($category['image_order']=='rank')
if ($category['image_order']=='rank ASC')
{
$image_order_choice = 'rank';
}
elseif ($category['image_order']!='')
elseif ($category['image_order']!='')
{
$image_order_choice = 'user_define';
}
@ -164,7 +136,7 @@ elseif ($category['image_order']!='')
// Navigation path
$navigation = get_cat_display_name_cache(
$category['uppercats'],
get_root_url().'admin.php?page=cat_modify&amp;cat_id='
get_root_url().'admin.php?page=album-'
);
$template->assign(
@ -181,8 +153,11 @@ $template->assign(
$query = '
SELECT
id,
file,
path,
tn_ext,
representative_ext,
width, height, rotation,
name,
rank
FROM '.IMAGES_TABLE.'
JOIN '.IMAGE_CATEGORY_TABLE.' ON image_id = id
@ -190,79 +165,71 @@ SELECT
ORDER BY rank
;';
$result = pwg_query($query);
// template thumbnail initialization
$current_rank = 1;
while ($row = pwg_db_fetch_assoc($result))
if (pwg_db_num_rows($result) > 0)
{
$src = get_thumbnail_url($row);
// template thumbnail initialization
$current_rank = 1;
$derivativeParams = ImageStdParams::get_by_type(IMG_SQUARE);
while ($row = pwg_db_fetch_assoc($result))
{
$derivative = new DerivativeImage($derivativeParams, new SrcImage($row));
list($thumbnail_width, $thumbnail_height) = getimagesize($src);
$thumbnail_x_center = $thumbnail_width/2;
$thumbnail_y_center = $thumbnail_height/2;
$template->append(
'thumbnails',
array(
'ID' => $row['id'],
'TN_SRC' => $src,
'RANK' => $current_rank * 10,
'CLIP_TOP' => round($thumbnail_y_center - 96/2),
'CLIP_RIGHT' => round($thumbnail_x_center + 96/2),
'CLIP_BOTTOM' => round($thumbnail_y_center + 96/2),
'CLIP_LEFT' => round($thumbnail_x_center - 96/2)
)
);
$current_rank++;
if ( !empty( $row['name'] ) )
{
$thumbnail_name = $row['name'];
}
else
{
$file_wo_ext = get_filename_wo_extension($row['file']);
$thumbnail_name = str_replace('_', ' ', $file_wo_ext);
}
$current_rank++;
$template->append(
'thumbnails',
array(
'ID' => $row['id'],
'NAME' => $thumbnail_name,
'TN_SRC' => $derivative->get_url(),
'RANK' => $current_rank * 10,
'SIZE' => $derivative->get_size(),
)
);
}
}
// image order management
$sort_fields = array(
'' => '',
'date_creation' => l10n('Creation date'),
'date_available' => l10n('Post date'),
'average_rate' => l10n('Average rate'),
'hit' => l10n('Most visited'),
'file' => l10n('File name'),
'id' => 'Id',
'rank' => l10n('Rank'),
'' => '',
'file ASC' => l10n('File name, A &rarr; Z'),
'file DESC' => l10n('File name, Z &rarr; A'),
'name ASC' => l10n('Photo title, A &rarr; Z'),
'name DESC' => l10n('Photo title, Z &rarr; A'),
'date_creation DESC' => l10n('Date created, new &rarr; old'),
'date_creation ASC' => l10n('Date created, old &rarr; new'),
'date_available DESC' => l10n('Date posted, new &rarr; old'),
'date_available ASC' => l10n('Date posted, old &rarr; new'),
'rating_score DESC' => l10n('Rating score, high &rarr; low'),
'rating_score ASC' => l10n('Rating score, low &rarr; high'),
'hit DESC' => l10n('Visits, high &rarr; low'),
'hit ASC' => l10n('Visits, low &rarr; high'),
'id ASC' => l10n('Numeric identifier, 1 &rarr; 9'),
'id DESC' => l10n('Numeric identifier, 9 &rarr; 1'),
'rank ASC' => l10n('Manual sort order'),
);
$sort_directions = array(
'ASC' => l10n('ascending'),
'DESC' => l10n('descending'),
);
$template->assign('image_order_options', $sort_fields);
$template->assign('image_order_field_options', $sort_fields);
$template->assign('image_order_direction_options', $sort_directions);
$matches = array();
if ( !empty( $category['image_order'] ) )
{
preg_match_all('/([a-z_]+) *(?:(asc|desc)(?:ending)?)? *(?:, *|$)/i',
$category['image_order'], $matches);
}
$image_order = explode(',', $category['image_order']);
for ($i=0; $i<3; $i++) // 3 fields
{
$tpl_image_order_select = array(
'ID' => $i+1,
'FIELD' => array(''),
'DIRECTION' => array('ASC'),
);
if ( isset($matches[1][$i]) )
if ( isset($image_order[$i]) )
{
$tpl_image_order_select['FIELD'] = array($matches[1][$i]);
$template->append('image_order', $image_order[$i]);
}
if (isset($matches[2][$i]) and strcasecmp($matches[2][$i],'DESC')==0)
else
{
$tpl_image_order_select['DIRECTION'] = array('DESC');
$template->append('image_order', '');
}
$template->append( 'image_orders', $tpl_image_order_select);
}
$template->assign('image_order_choice', $image_order_choice);

View file

@ -1,262 +0,0 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
/**
* Management of elements set. Elements can belong to a category or to the
* user caddie.
*
*/
if (!defined('PHPWG_ROOT_PATH'))
{
die('Hacking attempt!');
}
include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
// +-----------------------------------------------------------------------+
// | Check Access and exit when user status is not ok |
// +-----------------------------------------------------------------------+
check_status(ACCESS_ADMINISTRATOR);
trigger_action('loc_begin_element_set_unit');
// +-----------------------------------------------------------------------+
// | unit mode form submission |
// +-----------------------------------------------------------------------+
if (isset($_POST['submit']))
{
$collection = explode(',', $_POST['element_ids']);
$datas = array();
$query = '
SELECT id, date_creation
FROM '.IMAGES_TABLE.'
WHERE id IN ('.implode(',', $collection).')
;';
$result = pwg_query($query);
while ($row = pwg_db_fetch_assoc($result))
{
$data = array();
$data['id'] = $row['id'];
$data['name'] = $_POST['name-'.$row['id']];
$data['author'] = $_POST['author-'.$row['id']];
$data['level'] = $_POST['level-'.$row['id']];
foreach (array('name', 'author', 'level') as $field)
{
if (!empty($_POST[$field.'-'.$row['id']]))
{
$data[$field] = strip_tags($_POST[$field.'-'.$row['id']]);
}
}
if ($conf['allow_html_descriptions'])
{
$data['comment'] = @$_POST['description-'.$row['id']];
}
else
{
$data['comment'] = strip_tags(@$_POST['description-'.$row['id']]);
}
if (isset($_POST['date_creation_action-'.$row['id']]))
{
if ('set' == $_POST['date_creation_action-'.$row['id']])
{
$data['date_creation'] =
$_POST['date_creation_year-'.$row['id']]
.'-'.$_POST['date_creation_month-'.$row['id']]
.'-'.$_POST['date_creation_day-'.$row['id']];
}
else if ('unset' == $_POST['date_creation_action-'.$row['id']])
{
$data['date_creation'] = '';
}
}
else
{
$data['date_creation'] = $row['date_creation'];
}
array_push($datas, $data);
// tags management
if (isset($_POST[ 'tags-'.$row['id'] ]))
{
$tag_ids = get_fckb_tag_ids($_POST[ 'tags-'.$row['id'] ]);
set_tags($tag_ids, $row['id']);
}
}
mass_updates(
IMAGES_TABLE,
array(
'primary' => array('id'),
'update' => array('name','author','level','comment','date_creation')
),
$datas
);
array_push($page['infos'], l10n('Picture informations updated'));
}
// +-----------------------------------------------------------------------+
// | template init |
// +-----------------------------------------------------------------------+
$template->set_filenames(
array('element_set_unit' => 'element_set_unit.tpl'));
$base_url = PHPWG_ROOT_PATH.'admin.php';
$month_list = $lang['month'];
$month_list[0]='------------';
ksort($month_list);
$template->assign(
array(
'CATEGORIES_NAV'=>$page['title'],
'U_ELEMENTS_PAGE'
=>$base_url.get_query_string_diff(array('display','start')),
'U_GLOBAL_MODE'
=>
$base_url
.get_query_string_diff(array('mode','display'))
.'&amp;mode=global',
'F_ACTION'=>$base_url.get_query_string_diff(array()),
'month_list' => $month_list,
'level_options' => get_privacy_level_options(),
)
);
// +-----------------------------------------------------------------------+
// | global mode thumbnails |
// +-----------------------------------------------------------------------+
// how many items to display on this page
if (!empty($_GET['display']))
{
if ('all' == $_GET['display'])
{
$page['nb_images'] = count($page['cat_elements_id']);
}
else
{
$page['nb_images'] = intval($_GET['display']);
}
}
else
{
$page['nb_images'] = 5;
}
if (count($page['cat_elements_id']) > 0)
{
$nav_bar = create_navigation_bar(
$base_url.get_query_string_diff(array('start')),
count($page['cat_elements_id']),
$page['start'],
$page['nb_images']
);
$template->assign(array('navbar' => $nav_bar));
// tags
$all_tags = get_all_tags();
$element_ids = array();
$query = '
SELECT id,path,tn_ext,name,date_creation,comment,author,level,file
FROM '.IMAGES_TABLE.'
WHERE id IN ('.implode(',', $page['cat_elements_id']).')
'.$conf['order_by'].'
LIMIT '.$page['nb_images'].' OFFSET '.$page['start'].'
;';
$result = pwg_query($query);
while ($row = pwg_db_fetch_assoc($result))
{
array_push($element_ids, $row['id']);
$src = get_thumbnail_url($row);
// creation date
if (!empty($row['date_creation']))
{
list($year,$month,$day) = explode('-', $row['date_creation']);
}
else
{
list($year,$month,$day) = array('',0,0);
}
$query = '
SELECT
tag_id,
name AS tag_name
FROM '.IMAGE_TAG_TABLE.' AS it
JOIN '.TAGS_TABLE.' AS t ON t.id = it.tag_id
WHERE image_id = '.$row['id'].'
;';
$tag_selection = get_fckb_taglist($query);
$template->append(
'elements',
array(
'ID' => $row['id'],
'TN_SRC' => $src,
'LEGEND' => !empty($row['name']) ?
$row['name'] : get_name_from_file($row['file']),
'U_EDIT' =>
PHPWG_ROOT_PATH.'admin.php?page=picture_modify'.
'&amp;image_id='.$row['id'],
'NAME' => !empty($row['name'])?$row['name']:'',
'AUTHOR' => !empty($row['author'])?$row['author']:'',
'LEVEL' => !empty($row['level'])?$row['level']:'0',
'DESCRIPTION' => !empty($row['comment'])?$row['comment']:'',
'DATE_CREATION_YEAR' => $year,
'DATE_CREATION_MONTH' => (int)$month,
'DATE_CREATION_DAY' => (int)$day,
'TAGS' => $tag_selection,
)
);
}
$template->assign('ELEMENT_IDS', implode(',', $element_ids));
}
trigger_action('loc_end_element_set_unit');
// +-----------------------------------------------------------------------+
// | sending html code |
// +-----------------------------------------------------------------------+
$template->assign_var_from_handle('ADMIN_CONTENT', 'element_set_unit');
?>

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -77,6 +77,8 @@ $relevant_parameters = array_merge($relevant_parameters, $permalinks);
$eligible_templates = array(
'----------' => 'N/A',
'about.tpl' => 'about',
'comments.tpl' => 'comments',
'comment_list.tpl' => 'comment_list',
'footer.tpl' => 'tail',
'header.tpl' => 'header',
'identification.tpl' => 'identification',
@ -89,9 +91,11 @@ $eligible_templates = array(
'menubar_menu.tpl' => 'mbMenu',
'menubar_specials.tpl' => 'mbSpecials',
'menubar_tags.tpl' => 'mbTags',
'month_calendar.tpl' => 'month_calendar',
'navigation_bar.tpl' => 'navbar',
'nbm.tpl' => 'nbm',
'notification.tpl' => 'notification',
'password.tpl' => 'password',
'picture.tpl' => 'picture',
'picture_content.tpl' => 'default_content',
'picture_nav_buttons.tpl' => 'picture_nav_buttons',
@ -105,7 +109,7 @@ $eligible_templates = array(
'slideshow.tpl' => 'slideshow',
'tags.tpl' => 'tags',
'thumbnails.tpl' => 'index_thumbnails',
'upload.tpl' => 'upload',);
);
$flip_templates = array_flip($eligible_templates);
@ -117,7 +121,7 @@ $available_templates = array_merge(
// | selected templates |
// +-----------------------------------------------------------------------+
if (isset($_POST['submit']) and !is_adviser())
if (isset($_POST['submit']))
{
$replacements = array();
$i = 0;
@ -139,14 +143,13 @@ if (isset($_POST['submit']) and !is_adviser())
$conf['extents_for_templates'] = serialize($replacements);
$tpl_extension = $replacements;
/* ecrire la nouvelle conf */
$query = "
UPDATE ".CONFIG_TABLE."
SET value = '". $conf['extents_for_templates'] ."'
WHERE param = 'extents_for_templates';";
$query = '
UPDATE '.CONFIG_TABLE.'
SET value = \''. $conf['extents_for_templates'] .'\'
WHERE param = \'extents_for_templates\';';
if (pwg_query($query))
{
array_push($page['infos'],
l10n('Templates configuration has been recorded.'));
$page['infos'][] = l10n('Templates configuration has been recorded.');
}
}

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -28,6 +28,19 @@ if( !defined("PHPWG_ROOT_PATH") )
include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
// +-----------------------------------------------------------------------+
// | tabs |
// +-----------------------------------------------------------------------+
include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
$my_base_url = get_root_url().'admin.php?page=';
$tabsheet = new tabsheet();
$tabsheet->set_id('groups');
$tabsheet->select('group_list');
$tabsheet->assign();
// +-----------------------------------------------------------------------+
// | Check Access and exit when user status is not ok |
// +-----------------------------------------------------------------------+
@ -37,59 +50,15 @@ if (!empty($_POST) or isset($_GET['delete']) or isset($_GET['toggle_is_default']
{
check_pwg_token();
}
// +-----------------------------------------------------------------------+
// | delete a group |
// +-----------------------------------------------------------------------+
if (isset($_GET['delete']) and is_numeric($_GET['delete']) and !is_adviser())
{
// destruction of the access linked to the group
$query = '
DELETE
FROM '.GROUP_ACCESS_TABLE.'
WHERE group_id = '.$_GET['delete'].'
;';
pwg_query($query);
// destruction of the users links for this group
$query = '
DELETE
FROM '.USER_GROUP_TABLE.'
WHERE group_id = '.$_GET['delete'].'
;';
pwg_query($query);
$query = '
SELECT name
FROM '.GROUPS_TABLE.'
WHERE id = '.$_GET['delete'].'
;';
list($groupname) = pwg_db_fetch_row(pwg_query($query));
// destruction of the group
$query = '
DELETE
FROM '.GROUPS_TABLE.'
WHERE id = '.$_GET['delete'].'
;';
pwg_query($query);
array_push(
$page['infos'],
sprintf(l10n('group "%s" deleted'), $groupname)
);
}
// +-----------------------------------------------------------------------+
// | add a group |
// +-----------------------------------------------------------------------+
if (isset($_POST['submit_add']) and !is_adviser())
if (isset($_POST['submit_add']))
{
if (empty($_POST['groupname']))
{
array_push($page['errors'], l10n('The name of a group must not contain " or \' or be empty.'));
$page['errors'][] = l10n('The name of a group must not contain " or \' or be empty.');
}
if (count($page['errors']) == 0)
{
@ -102,7 +71,7 @@ SELECT COUNT(*)
list($count) = pwg_db_fetch_row(pwg_query($query));
if ($count != 0)
{
array_push($page['errors'], l10n('This name is already used by another group.'));
$page['errors'][] = l10n('This name is already used by another group.');
}
}
if (count($page['errors']) == 0)
@ -116,40 +85,282 @@ INSERT INTO '.GROUPS_TABLE.'
;';
pwg_query($query);
array_push(
$page['infos'],
sprintf(l10n('group "%s" added'), $_POST['groupname'])
);
$page['infos'][] = l10n('group "%s" added', $_POST['groupname']);
}
}
// +-----------------------------------------------------------------------+
// | toggle is default group property |
// | action send |
// +-----------------------------------------------------------------------+
if (isset($_GET['toggle_is_default']) and is_numeric($_GET['toggle_is_default']) and !is_adviser())
if (isset($_POST['submit']) and isset($_POST['selectAction']) and isset($_POST['group_selection']))
{
$query = '
SELECT name, is_default
// if the user tries to apply an action, it means that there is at least 1
// photo in the selection
$groups = $_POST['group_selection'];
if (count($groups) == 0)
{
$page['errors'][] = l10n('Select at least one group');
}
$action = $_POST['selectAction'];
// +
// |rename a group
// +
if ($action=="rename")
{
// is the group not already existing ?
$query = '
SELECT name
FROM '.GROUPS_TABLE.'
WHERE id = '.$_GET['toggle_is_default'].'
;';
list($groupname, $is_default) = pwg_db_fetch_row(pwg_query($query));
$group_names = array_from_query($query, 'name');
foreach($groups as $group)
{
if ( in_array($_POST['rename_'.$group.''], $group_names))
{
$page['errors'][] = $_POST['rename_'.$group.''].' | '.l10n('This name is already used by another group.');
}
elseif ( !empty($_POST['rename_'.$group.'']))
{
$query = '
UPDATE '.GROUPS_TABLE.'
SET name = \''.pwg_db_real_escape_string($_POST['rename_'.$group.'']).'\'
WHERE id = '.$group.'
;';
pwg_query($query);
}
}
}
// +
// |delete a group
// +
if ($action=="delete" and isset($_POST['confirm_deletion']) and $_POST['confirm_deletion'])
{
foreach($groups as $group)
{
// destruction of the access linked to the group
$query = '
DELETE
FROM '.GROUP_ACCESS_TABLE.'
WHERE group_id = '.$group.'
;';
pwg_query($query);
// destruction of the users links for this group
$query = '
DELETE
FROM '.USER_GROUP_TABLE.'
WHERE group_id = '.$group.'
;';
pwg_query($query);
$query = '
SELECT name
FROM '.GROUPS_TABLE.'
WHERE id = '.$group.'
;';
list($groupname) = pwg_db_fetch_row(pwg_query($query));
// destruction of the group
$query = '
DELETE
FROM '.GROUPS_TABLE.'
WHERE id = '.$group.'
;';
pwg_query($query);
$page['infos'][] = l10n('group "%s" deleted', $groupname);
}
}
// +
// |merge groups into a new one
// +
if ($action=="merge" and count($groups) > 1)
{
// is the group not already existing ?
$query = '
SELECT COUNT(*)
FROM '.GROUPS_TABLE.'
WHERE name = \''.pwg_db_real_escape_string($_POST['merge']).'\'
;';
list($count) = pwg_db_fetch_row(pwg_query($query));
if ($count != 0)
{
$page['errors'][] = l10n('This name is already used by another group.');
}
else
{
// creating the group
$query = '
INSERT INTO '.GROUPS_TABLE.'
(name)
VALUES
(\''.pwg_db_real_escape_string($_POST['merge']).'\')
;';
pwg_query($query);
$query = '
SELECT id
FROM '.GROUPS_TABLE.'
WHERE name = \''.pwg_db_real_escape_string($_POST['merge']).'\'
;';
list($groupid) = pwg_db_fetch_row(pwg_query($query));
}
$grp_access = array();
$usr_grp = array();
foreach($groups as $group)
{
$query = '
SELECT *
FROM '.GROUP_ACCESS_TABLE.'
WHERE group_id = '.$group.'
;';
$res=pwg_query($query);
while ($row = pwg_db_fetch_assoc($res))
{
$new_grp_access= array(
'cat_id' => $row['cat_id'],
'group_id' => $groupid
);
if (!in_array($new_grp_access,$grp_access))
{
$grp_access[]=$new_grp_access;
}
}
$query = '
SELECT *
FROM '.USER_GROUP_TABLE.'
WHERE group_id = '.$group.'
;';
$res=pwg_query($query);
while ($row = pwg_db_fetch_assoc($res))
{
$new_usr_grp= array(
'user_id' => $row['user_id'],
'group_id' => $groupid
);
if (!in_array($new_usr_grp,$usr_grp))
{
$usr_grp[]=$new_usr_grp;
}
}
}
mass_inserts(USER_GROUP_TABLE, array('user_id','group_id'), $usr_grp);
mass_inserts(GROUP_ACCESS_TABLE, array('group_id','cat_id'), $grp_access);
$page['infos'][] = l10n('group "%s" added', $_POST['merge']);
}
// update of the group
$query = '
UPDATE '.GROUPS_TABLE.'
SET is_default = \''.boolean_to_string(!get_boolean($is_default)).'\'
WHERE id = '.$_GET['toggle_is_default'].'
;';
pwg_query($query);
// +
// |duplicate a group
// +
array_push(
$page['infos'],
sprintf(l10n('group "%s" updated'), $groupname)
);
if ($action=="duplicate" )
{
foreach($groups as $group)
{
if ( empty($_POST['duplicate_'.$group.'']) )
{
break;
}
// is the group not already existing ?
$query = '
SELECT COUNT(*)
FROM '.GROUPS_TABLE.'
WHERE name = \''.pwg_db_real_escape_string($_POST['duplicate_'.$group.'']).'\'
;';
list($count) = pwg_db_fetch_row(pwg_query($query));
if ($count != 0)
{
$page['errors'][] = l10n('This name is already used by another group.');
break;
}
// creating the group
$query = '
INSERT INTO '.GROUPS_TABLE.'
(name)
VALUES
(\''.pwg_db_real_escape_string($_POST['duplicate_'.$group.'']).'\')
;';
pwg_query($query);
$query = '
SELECT id
FROM '.GROUPS_TABLE.'
WHERE name = \''.pwg_db_real_escape_string($_POST['duplicate_'.$group.'']).'\'
;';
list($groupid) = pwg_db_fetch_row(pwg_query($query));
$query = '
SELECT *
FROM '.GROUP_ACCESS_TABLE.'
WHERE group_id = '.$group.'
;';
$grp_access = array();
$res=pwg_query($query);
while ($row = pwg_db_fetch_assoc($res))
{
$grp_access[] = array(
'cat_id' => $row['cat_id'],
'group_id' => $groupid
);
}
mass_inserts(GROUP_ACCESS_TABLE, array('group_id','cat_id'), $grp_access);
$query = '
SELECT *
FROM '.USER_GROUP_TABLE.'
WHERE group_id = '.$group.'
;';
$usr_grp = array();
$res=pwg_query($query);
while ($row = pwg_db_fetch_assoc($res))
{
$usr_grp[] = array(
'user_id' => $row['user_id'],
'group_id' => $groupid
);
}
mass_inserts(USER_GROUP_TABLE, array('user_id','group_id'), $usr_grp);
$page['infos'][] = l10n('group "%s" added', $_POST['duplicate_'.$group.'']);
}
}
// +
// | toggle_default
// +
if ($action=="toggle_default")
{
foreach($groups as $group)
{
$query = '
SELECT name, is_default
FROM '.GROUPS_TABLE.'
WHERE id = '.$group.'
;';
list($groupname, $is_default) = pwg_db_fetch_row(pwg_query($query));
// update of the group
$query = '
UPDATE '.GROUPS_TABLE.'
SET is_default = \''.boolean_to_string(!get_boolean($is_default)).'\'
WHERE id = '.$group.'
;';
pwg_query($query);
$page['infos'][] = l10n('group "%s" updated', $groupname);
}
}
invalidate_user_cache();
}
// +-----------------------------------------------------------------------+
// | template init |
// +-----------------------------------------------------------------------+
@ -178,25 +389,32 @@ $result = pwg_query($query);
$admin_url = get_root_url().'admin.php?page=';
$perm_url = $admin_url.'group_perm&amp;group_id=';
$del_url = $admin_url.'group_list&amp;delete=';
$members_url = $admin_url.'user_list&amp;group=';
$toggle_is_default_url = $admin_url.'group_list&amp;toggle_is_default=';
while ($row = pwg_db_fetch_assoc($result))
{
$query = '
SELECT COUNT(*)
FROM '.USER_GROUP_TABLE.'
WHERE group_id = '.$row['id'].'
SELECT u.'. $conf['user_fields']['username'].' AS username
FROM '.USERS_TABLE.' AS u
INNER JOIN '.USER_GROUP_TABLE.' AS ug
ON u.'.$conf['user_fields']['id'].' = ug.user_id
WHERE ug.group_id = '.$row['id'].'
;';
list($counter) = pwg_db_fetch_row(pwg_query($query));
$members=array();
$res=pwg_query($query);
while ($us= pwg_db_fetch_assoc($res))
{
$members[]=$us['username'];
}
$template->append(
'groups',
array(
'NAME' => $row['name'],
'ID' => $row['id'],
'IS_DEFAULT' => (get_boolean($row['is_default']) ? ' ['.l10n('default').']' : ''),
'MEMBERS' => l10n_dec('%d member', '%d members', $counter),
'U_MEMBERS' => $members_url.$row['id'],
'NB_MEMBERS' => count($members),
'L_MEMBERS' => implode(' <span class="userSeparator">&middot;</span> ', $members),
'MEMBERS' => l10n_dec('%d member', '%d members', count($members)),
'U_DELETE' => $del_url.$row['id'].'&amp;pwg_token='.get_pwg_token(),
'U_PERM' => $perm_url.$row['id'],
'U_ISDEFAULT' => $toggle_is_default_url.$row['id'].'&amp;pwg_token='.get_pwg_token(),
@ -210,4 +428,4 @@ SELECT COUNT(*)
$template->assign_var_from_handle('ADMIN_CONTENT', 'group_list');
?>
?>

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -81,7 +81,7 @@ SELECT id
$result = pwg_query($query);
while ($row = pwg_db_fetch_assoc($result))
{
array_push($private_uppercats, $row['id']);
$private_uppercats[] = $row['id'];
}
// retrying to authorize a category which is already authorized may cause
@ -98,23 +98,21 @@ SELECT cat_id
while ($row = pwg_db_fetch_assoc($result))
{
array_push($authorized_ids, $row['cat_id']);
$authorized_ids[] = $row['cat_id'];
}
$inserts = array();
$to_autorize_ids = array_diff($private_uppercats, $authorized_ids);
foreach ($to_autorize_ids as $to_autorize_id)
{
array_push(
$inserts,
array(
'group_id' => $page['group'],
'cat_id' => $to_autorize_id
)
$inserts[] = array(
'group_id' => $page['group'],
'cat_id' => $to_autorize_id
);
}
mass_inserts(GROUP_ACCESS_TABLE, array('group_id','cat_id'), $inserts);
invalidate_user_cache();
}
// +-----------------------------------------------------------------------+
@ -131,10 +129,9 @@ $template->set_filenames(
$template->assign(
array(
'TITLE' =>
sprintf(
l10n('Manage permissions for group "%s"'),
get_groupname($page['group']
)
l10n(
'Manage permissions for group "%s"',
get_groupname($page['group'])
),
'L_CAT_OPTIONS_TRUE'=>l10n('Authorized'),
'L_CAT_OPTIONS_FALSE'=>l10n('Forbidden'),
@ -159,7 +156,7 @@ $result = pwg_query($query_true);
$authorized_ids = array();
while ($row = pwg_db_fetch_assoc($result))
{
array_push($authorized_ids, $row['id']);
$authorized_ids[] = $row['id'];
}
$query_false = '

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -29,70 +29,35 @@ include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
// +-----------------------------------------------------------------------+
check_status(ACCESS_ADMINISTRATOR);
$link = get_root_url().'admin.php?page=help&section=';
$help_link = get_root_url().'admin.php?page=help&section=';
$selected = null;
$help_section_title = null;
$tabs = array(
array(
'code' => 'add_photos',
'label' => l10n('Add Photos'),
),
array(
'code' => 'permissions',
'label' => l10n('Permissions'),
),
array(
'code' => 'groups',
'label' => l10n('Groups'),
),
array(
'code' => 'user_upload',
'label' => l10n('User Upload'),
),
array(
'code' => 'virtual_links',
'label' => l10n('Virtual Links'),
),
array(
'code' => 'misc',
'label' => l10n('Miscellaneous'),
),
);
if (!isset($_GET['section']))
{
$section = $tabs[0]['code'];
$selected = 'add_photos';
}
else
{
$section = $_GET['section'];
$selected = $_GET['section'];
}
$tabsheet = new tabsheet();
foreach ($tabs as $tab)
{
if ($tab['code'] == $section)
{
$selected_tab = $tab['code'];
$help_section_title = $tab['label'];
}
$tabsheet->add($tab['code'], $tab['label'], $link.$tab['code']);
}
$tabsheet->select($selected_tab);
$tabsheet->set_id('help');
$tabsheet->select($selected);
$tabsheet->assign();
trigger_notify('loc_end_help');
$template->set_filenames(array('help' => 'help.tpl'));
$template->assign(
array(
'HELP_CONTENT' => load_language(
'help/help_'.$selected_tab.'.html',
'help/help_'.$tabsheet->selected.'.html',
'',
array('return'=>true)
),
'HELP_SECTION_TITLE' => $help_section_title,
'HELP_SECTION_TITLE' => $tabsheet->sheets[ $tabsheet->selected ]['caption'],
)
);

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -50,7 +50,7 @@ else
$page['start'] = 0;
}
$types = array('none', 'picture', 'high', 'other');
$types = array_merge(array('none'), get_enums(HISTORY_TABLE, 'image_type'));
$display_thumbnails = array('no_display_thumbnail' => l10n('No display'),
'display_thumbnail_classic' => l10n('Classic display'),
@ -73,24 +73,16 @@ $search = array();
if (isset($_POST['submit']))
{
// dates
if (!empty($_POST['start_year']))
if (!empty($_POST['start']))
{
$search['fields']['date-after'] = sprintf(
'%d-%02d-%02d',
$_POST['start_year'],
$_POST['start_month'],
$_POST['start_day']
);
check_input_parameter('start', $_POST, false, '/^\d{4}-\d{2}-\d{2}$/');
$search['fields']['date-after'] = $_POST['start'];
}
if (!empty($_POST['end_year']))
if (!empty($_POST['end']))
{
$search['fields']['date-before'] = sprintf(
'%d-%02d-%02d',
$_POST['end_year'],
$_POST['end_month'],
$_POST['end_day']
);
check_input_parameter('end', $_POST, false, '/^\d{4}-\d{2}-\d{2}$/');
$search['fields']['date-before'] = $_POST['end'];
}
if (empty($_POST['types']))
@ -99,10 +91,11 @@ if (isset($_POST['submit']))
}
else
{
check_input_parameter('types', $_POST, true, '/^('.implode('|', $types).')$/');
$search['fields']['types'] = $_POST['types'];
}
$search['fields']['user'] = $_POST['user'];
$search['fields']['user'] = intval($_POST['user']);
if (!empty($_POST['image_id']))
{
@ -118,6 +111,17 @@ if (isset($_POST['submit']))
);
}
if (!empty($_POST['ip']))
{
$search['fields']['ip'] = str_replace(
'*',
'%',
pwg_db_real_escape_string($_POST['ip'])
);
}
check_input_parameter('display_thumbnail', $_POST, false, '/^('.implode('|', array_keys($display_thumbnails)).')$/');
$search['fields']['display_thumbnail'] = $_POST['display_thumbnail'];
// Display choise are also save to one cookie
if (!empty($_POST['display_thumbnail'])
@ -129,7 +133,7 @@ if (isset($_POST['submit']))
{
$cookie_val = null;
}
pwg_set_cookie_var('display_thumbnail', $cookie_val, strtotime('+1 month') );
// TODO manage inconsistency of having $_POST['image_id'] and
@ -143,8 +147,9 @@ if (isset($_POST['submit']))
INSERT INTO '.SEARCH_TABLE.'
(rules)
VALUES
(\''.serialize($search).'\')
(\''.pwg_db_real_escape_string(serialize($search)).'\')
;';
pwg_query($query);
$search_id = pwg_db_insert_id(SEARCH_TABLE);
@ -155,7 +160,7 @@ INSERT INTO '.SEARCH_TABLE.'
}
else
{
array_push($page['errors'], l10n('Empty query. No criteria has been entered.'));
$page['errors'][] = l10n('Empty query. No criteria has been entered.');
}
}
@ -216,7 +221,8 @@ INSERT INTO '.SEARCH_TABLE.'
);
}
$data = trigger_event('get_history', array(), $page['search'], $types);
/*TODO - no need to get a huge number of rows from db (should take only what needed for display + SQL_CALC_FOUND_ROWS*/
$data = trigger_change('get_history', array(), $page['search'], $types);
usort($data, 'history_compare');
$page['nb_lines'] = count($data);
@ -226,7 +232,7 @@ INSERT INTO '.SEARCH_TABLE.'
$username_of = array();
$category_ids = array();
$image_ids = array();
$tag_ids = array();
$has_tags = false;
foreach ($data as $row)
{
@ -244,16 +250,10 @@ INSERT INTO '.SEARCH_TABLE.'
if (isset($row['tag_ids']))
{
foreach (explode(',', $row['tag_ids']) as $tag_id)
{
array_push($tag_ids, $tag_id);
}
$has_tags = true;
}
array_push(
$history_lines,
$row
);
$history_lines[] = $row;
}
// prepare reference data (users, tags, categories...)
@ -281,7 +281,7 @@ SELECT id, uppercats
FROM '.CATEGORIES_TABLE.'
WHERE id IN ('.implode(',', array_keys($category_ids)).')
;';
$uppercats_of = simple_hash_from_query($query, 'id', 'uppercats');
$uppercats_of = query2array($query, 'id', 'uppercats');
$name_of_category = array();
@ -300,61 +300,29 @@ SELECT
id,
IF(name IS NULL, file, name) AS label,
filesize,
high_filesize,
file,
path,
tn_ext
representative_ext
FROM '.IMAGES_TABLE.'
WHERE id IN ('.implode(',', array_keys($image_ids)).')
;';
// $label_of_image = simple_hash_from_query($query, 'id', 'label');
$label_of_image = array();
$filesize_of_image = array();
$high_filesize_of_image = array();
$file_of_image = array();
$path_of_image = array();
$tn_ext_of_image = array();
$result = pwg_query($query);
while ($row = pwg_db_fetch_assoc($result))
{
$label_of_image[ $row['id'] ] = $row['label'];
if (isset($row['filesize']))
{
$filesize_of_image[ $row['id'] ] = $row['filesize'];
}
if (isset($row['high_filesize']))
{
$high_filesize_of_image[ $row['id'] ] = $row['high_filesize'];
}
$file_of_image[ $row['id'] ] = $row['file'];
$path_of_image[ $row['id'] ] = $row['path'];
$tn_ext_of_image[ $row['id'] ] = $row['tn_ext'];
}
// echo '<pre>'; print_r($high_filesize_of_image); echo '</pre>';
$image_infos = query2array($query, 'id');
}
if (count($tag_ids) > 0)
if ($has_tags > 0)
{
$tag_ids = array_unique($tag_ids);
$query = '
SELECT
id,
name
FROM '.TAGS_TABLE.'
WHERE id IN ('.implode(', ', $tag_ids).')
;';
$name_of_tag = array();
name, url_name
FROM '.TAGS_TABLE;
global $name_of_tag; // used for preg_replace
$name_of_tag = array();
$result = pwg_query($query);
while ($row = pwg_db_fetch_assoc($result))
while ($row=pwg_db_fetch_assoc($result))
{
$name_of_tag[ $row['id'] ] = $row['name'];
$name_of_tag[ $row['id'] ] = '<a href="'.make_index_url( array('tags'=>array($row))).'">'.trigger_change("render_tag_name", $row['name'], $row).'</a>';
}
}
@ -367,30 +335,9 @@ SELECT
foreach ($history_lines as $line)
{
// FIXME when we watch the representative of a non image element, it is
// the not the representative filesize that is counted (as it is
// unknown) but the non image element filesize. Proposed solution: add
// #images.representative_filesize and add 'representative' in the
// choices of #history.image_type.
if (isset($line['image_type']))
if (isset($line['image_type']) and $line['image_type'] == 'high')
{
if ($line['image_type'] == 'high')
{
if (isset($high_filesize_of_image[$line['image_id']]))
{
$summary['total_filesize']+=
$high_filesize_of_image[$line['image_id']];
}
}
else
{
if (isset($filesize_of_image[$line['image_id']]))
{
$summary['total_filesize']+=
$filesize_of_image[$line['image_id']];
}
}
$summary['total_filesize'] += @intval($image_infos[$line['image_id']]['filesize']);
}
if ($line['user_id'] == $conf['guest_id'])
@ -428,9 +375,9 @@ SELECT
$tags_string = '';
if (isset($line['tag_ids']))
{
$tags_string = preg_replace(
'/(\d+)/e',
'$name_of_tag["$1"]',
$tags_string = preg_replace_callback(
'/(\d+)/',
create_function('$m', 'global $name_of_tag; return isset($name_of_tag[$m[1]]) ? $name_of_tag[$m[1]] : $m[1];'),
str_replace(
',',
', ',
@ -448,18 +395,26 @@ SELECT
)
);
$element = array(
'id' => $line['image_id'],
'file' => $file_of_image[$line['image_id']],
'path' => $path_of_image[$line['image_id']],
'tn_ext' => $tn_ext_of_image[$line['image_id']],
);
if (isset($image_infos[$line['image_id']]))
{
$element = array(
'id' => $line['image_id'],
'file' => $image_infos[$line['image_id']]['file'],
'path' => $image_infos[$line['image_id']]['path'],
'representative_ext' => $image_infos[$line['image_id']]['representative_ext'],
);
$thumbnail_display = $page['search']['fields']['display_thumbnail'];
}
else
{
$thumbnail_display = 'no_display_thumbnail';
}
$image_title = '('.$line['image_id'].')';
if (isset($label_of_image[$line['image_id']]))
if (isset($image_infos[$line['image_id']]['label']))
{
$image_title.= ' '.$label_of_image[$line['image_id']];
$image_title.= ' '.trigger_change('render_element_description', $image_infos[$line['image_id']]['label']);
}
else
{
@ -468,7 +423,7 @@ SELECT
$image_string = '';
switch ($page['search']['fields']['display_thumbnail'])
switch ($thumbnail_display)
{
case 'no_display_thumbnail':
{
@ -479,7 +434,7 @@ SELECT
{
$image_string =
'<a class="thumbnail" href="'.$picture_url.'">'
.'<span><img src="'.get_thumbnail_url($element)
.'<span><img src="'.DerivativeImage::thumb_url($element)
.'" alt="'.$image_title.'" title="'.$image_title.'">'
.'</span></a>';
break;
@ -488,7 +443,7 @@ SELECT
{
$image_string =
'<a class="over" href="'.$picture_url.'">'
.'<span><img src="'.get_thumbnail_url($element)
.'<span><img src="'.DerivativeImage::thumb_url($element)
.'" alt="'.$image_title.'" title="'.$image_title.'">'
.'</span>'.$image_title.'</a>';
break;
@ -547,17 +502,14 @@ SELECT
'%d line filtered', '%d lines filtered',
$page['nb_lines']
),
'FILESIZE' => $summary['total_filesize'].' KB',
'FILESIZE' => $summary['total_filesize'] != 0 ? ceil($summary['total_filesize']/1024).' MB' : '',
'USERS' => l10n_dec(
'%d user', '%d users',
$summary['nb_members'] + $summary['nb_guests']
),
'MEMBERS' => sprintf(
l10n_dec('%d member', '%d members', $summary['nb_members']).': %s',
implode(
', ',
$member_strings
)
implode(', ', $member_strings)
),
'GUESTS' => l10n_dec(
'%d guest', '%d guests',
@ -565,6 +517,8 @@ SELECT
),
)
);
unset($name_of_tag);
}
// +-----------------------------------------------------------------------+
@ -593,20 +547,12 @@ if (isset($page['search']))
{
if (isset($page['search']['fields']['date-after']))
{
$tokens = explode('-', $page['search']['fields']['date-after']);
$form['start_year'] = (int)$tokens[0];
$form['start_month'] = (int)$tokens[1];
$form['start_day'] = (int)$tokens[2];
$form['start'] = $page['search']['fields']['date-after'];
}
if (isset($page['search']['fields']['date-before']))
{
$tokens = explode('-', $page['search']['fields']['date-before']);
$form['end_year'] = (int)$tokens[0];
$form['end_month'] = (int)$tokens[1];
$form['end_day'] = (int)$tokens[2];
$form['end'] = $page['search']['fields']['date-before'];
}
$form['types'] = $page['search']['fields']['types'];
@ -622,6 +568,7 @@ if (isset($page['search']))
$form['image_id'] = @$page['search']['fields']['image_id'];
$form['filename'] = @$page['search']['fields']['filename'];
$form['ip'] = @$page['search']['fields']['ip'];
$form['display_thumbnail'] = @$page['search']['fields']['display_thumbnail'];
}
@ -629,9 +576,7 @@ else
{
// by default, at page load, we want the selected date to be the current
// date
$form['start_year'] = $form['end_year'] = date('Y');
$form['start_month'] = $form['end_month'] = date('n');
$form['start_day'] = $form['end_day'] = date('j');
$form['start'] = $form['end'] = date('Y-m-d');
$form['types'] = $types;
// Hoverbox by default
$form['display_thumbnail'] =
@ -639,24 +584,13 @@ else
}
$month_list = $lang['month'];
$month_list[0]='------------';
ksort($month_list);
$template->assign(
array(
'IMAGE_ID' => @$form['image_id'],
'FILENAME' => @$form['filename'],
'month_list' => $month_list,
'START_DAY_SELECTED' => @$form['start_day'],
'START_MONTH_SELECTED' => @$form['start_month'],
'START_YEAR' => @$form['start_year'],
'END_DAY_SELECTED' => @$form['end_day'],
'END_MONTH_SELECTED' => @$form['end_month'],
'END_YEAR' => @$form['end_year'],
'IP' => @$form['ip'],
'START' => @$form['start'],
'END' => @$form['end'],
)
);
@ -677,7 +611,7 @@ SELECT
;';
$template->assign(
array(
'user_options' => simple_hash_from_query($query, 'id','username'),
'user_options' => query2array($query, 'id','username'),
'user_options_selected' => array(@$form['user'])
)
);
@ -690,4 +624,4 @@ $template->assign('display_thumbnail_selected', $form['display_thumbnail']);
// +-----------------------------------------------------------------------+
$template->assign_var_from_handle('ADMIN_CONTENT', 'history');
?>
?>

View file

@ -0,0 +1,158 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
add_event_handler('tabsheet_before_select', 'add_core_tabs', 0);
function add_core_tabs($sheets, $tab_id)
{
switch($tab_id)
{
case 'album':
global $admin_album_base_url;
$sheets['properties'] = array('caption' => '<span class="icon-pencil"></span>'.l10n('Properties'), 'url' => $admin_album_base_url.'-properties');
$sheets['sort_order'] = array('caption' => '<span class="icon-shuffle"></span>'.l10n('Manage photo ranks'), 'url' => $admin_album_base_url.'-sort_order');
$sheets['permissions'] = array('caption' => '<span class="icon-lock"></span>'.l10n('Permissions'), 'url' => $admin_album_base_url.'-permissions');
$sheets['notification'] = array('caption' => '<span class="icon-mail-alt"></span>'.l10n('Notification'), 'url' => $admin_album_base_url.'-notification');
break;
case 'albums':
global $my_base_url;
$sheets['list'] = array('caption' => '<span class="icon-menu"></span>'.l10n('List'), 'url' => $my_base_url.'cat_list');
$sheets['move'] = array('caption' => '<span class="icon-move"></span>'.l10n('Move'), 'url' => $my_base_url.'cat_move');
$sheets['permalinks'] = array('caption' => '<span class="icon-link"></span>'.l10n('Permalinks'), 'url' => $my_base_url.'permalinks');
break;
case 'batch_manager':
global $manager_link;
$sheets['global'] = array('caption' => l10n('global mode'), 'url' => $manager_link.'global');
$sheets['unit'] = array('caption' => l10n('unit mode'), 'url' => $manager_link.'unit');
break;
case 'cat_options':
global $link_start, $conf;
$sheets['status'] = array('caption' => '<span class="icon-lock"></span>'.l10n('Public / Private'), 'url' => $link_start.'cat_options&amp;section=status');
$sheets['visible'] = array('caption' => '<span class="icon-block"></span>'.l10n('Lock'), 'url' => $link_start.'cat_options&amp;section=visible');
if ($conf['activate_comments'])
$sheets['comments'] = array('caption' => '<span class="icon-chat"></span>'.l10n('Comments'), 'url' => $link_start.'cat_options&amp;section=comments');
if ($conf['allow_random_representative'])
$sheets['representative'] = array('caption' => l10n('Representative'), 'url' => $link_start.'cat_options&amp;section=representative');
break;
case 'comments':
global $my_base_url;
$sheets[''] = array('caption' => l10n('User comments'), 'url' => $my_base_url.'comments');
break;
case 'users':
global $my_base_url;
$sheets[''] = array('caption' => '<span class="icon-users"> </span>'.l10n('User list'), 'url' => $my_base_url.'user_list');
break;
case 'groups':
global $my_base_url;
$sheets[''] = array('caption' => '<span class="icon-group"> </span>'.l10n('Groups'), 'url' => $my_base_url.'group_list');
break;
case 'configuration':
global $conf_link;
$sheets['main'] = array('caption' => l10n('General'), 'url' => $conf_link.'main');
$sheets['sizes'] = array('caption' => l10n('Photo sizes'), 'url' => $conf_link.'sizes');
$sheets['watermark'] = array('caption' => l10n('Watermark'), 'url' => $conf_link.'watermark');
$sheets['display'] = array('caption' => l10n('Display'), 'url' => $conf_link.'display');
$sheets['comments'] = array('caption' => l10n('Comments'), 'url' => $conf_link.'comments');
$sheets['default'] = array('caption' => l10n('Guest Settings'), 'url' => $conf_link.'default');
break;
case 'help':
global $help_link;
$sheets['add_photos'] = array('caption' => l10n('Add Photos'), 'url' => $help_link.'add_photos');
$sheets['permissions'] = array('caption' => l10n('Permissions'), 'url' => $help_link.'permissions');
$sheets['groups'] = array('caption' => l10n('Groups'), 'url' => $help_link.'groups');
$sheets['virtual_links'] = array('caption' => l10n('Virtual Links'), 'url' => $help_link.'virtual_links');
$sheets['misc'] = array('caption' => l10n('Miscellaneous'), 'url' => $help_link.'misc');
break;
case 'history':
global $link_start;
$sheets['stats'] = array('caption' => '<span class="icon-signal"></span>'.l10n('Statistics'), 'url' => $link_start.'stats');
$sheets['history'] = array('caption' => '<span class="icon-search"></span>'.l10n('Search'), 'url' => $link_start.'history');
break;
case 'languages':
global $my_base_url;
$sheets['installed'] = array('caption' => '<span class="icon-language"></span>'.l10n('Installed Languages'), 'url' => $my_base_url.'&amp;tab=installed');
$sheets['update'] = array('caption' => '<span class="icon-arrows-cw"></span>'.l10n('Check for updates'), 'url' => $my_base_url.'&amp;tab=update');
$sheets['new'] = array('caption' => '<span class="icon-plus-circled"></span>'.l10n('Add New Language'), 'url' => $my_base_url.'&amp;tab=new');
break;
case 'nbm':
global $base_url;
$sheets['param'] = array('caption' => l10n('Parameter'), 'url' => $base_url.'?page=notification_by_mail&amp;mode=param');
$sheets['subscribe'] = array('caption' => l10n('Subscribe'), 'url' => $base_url.'?page=notification_by_mail&amp;mode=subscribe');
$sheets['send'] = array('caption' => l10n('Send'), 'url' => $base_url.'?page=notification_by_mail&amp;mode=send');
break;
case 'photo':
global $admin_photo_base_url;
$sheets['properties'] = array('caption' => l10n('Properties'), 'url' => $admin_photo_base_url.'-properties');
$sheets['coi'] = array('caption' => '<span class="icon-crop"></span>'.l10n('Center of interest'), 'url' => $admin_photo_base_url.'-coi');
break;
case 'photos_add':
global $conf;
$sheets['direct'] = array('caption' => '<span class="icon-upload"></span>'.l10n('Web Form'), 'url' => PHOTOS_ADD_BASE_URL.'&amp;section=direct');
$sheets['applications'] = array('caption' => '<span class="icon-network"></span>'.l10n('Applications'), 'url' => PHOTOS_ADD_BASE_URL.'&amp;section=applications');
if ($conf['enable_synchronization'])
$sheets['ftp'] = array('caption' => '<span class="icon-exchange"></span>'.l10n('FTP + Synchronization'), 'url' => PHOTOS_ADD_BASE_URL.'&amp;section=ftp');
break;
case 'plugins':
global $my_base_url;
$sheets['installed'] = array('caption' => '<span class="icon-equalizer"></span>'.l10n('Plugin list'), 'url' => $my_base_url.'&amp;tab=installed');
$sheets['update'] = array('caption' => '<span class="icon-arrows-cw"></span>'.l10n('Check for updates'), 'url' => $my_base_url.'&amp;tab=update');
$sheets['new'] = array('caption' => '<span class="icon-plus-circled"></span>'.l10n('Other plugins'), 'url' => $my_base_url.'&amp;tab=new');
break;
case 'rating':
$sheets['rating'] = array('caption' => l10n('Photos'), 'url' => get_root_url().'admin.php?page=rating');
$sheets['rating_user'] = array('caption' => l10n('Users'), 'url' => get_root_url().'admin.php?page=rating_user');
break;
case 'themes':
global $my_base_url;
$sheets['installed'] = array('caption' => '<span class="icon-brush"></span>'.l10n('Installed Themes'), 'url' => $my_base_url.'&amp;tab=installed');
$sheets['update'] = array('caption' => '<span class="icon-arrows-cw"></span>'.l10n('Check for updates'), 'url' => $my_base_url.'&amp;tab=update');
$sheets['new'] = array('caption' => '<span class="icon-plus-circled"></span>'.l10n('Add New Theme'), 'url' => $my_base_url.'&amp;tab=new');
break;
case 'updates':
global $my_base_url;
$sheets['pwg'] = array('caption' => l10n('Piwigo Update'), 'url' => $my_base_url);
$sheets['ext'] = array('caption' => l10n('Extensions Update'), 'url' => $my_base_url.'&amp;tab=ext');
break;
}
return $sheets;
}
?>

View file

@ -0,0 +1,33 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
$my_base_url = get_root_url().'admin.php?page=';
$tabsheet = new tabsheet();
$tabsheet->set_id('albums');
$tabsheet->select($page['tab']);
$tabsheet->assign();
?>

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -23,7 +23,7 @@
class c13y_internal
{
function c13y_internal()
function __construct()
{
add_event_handler('list_check_integrity', array(&$this, 'c13y_version'));
add_event_handler('list_check_integrity', array(&$this, 'c13y_exif'));
@ -42,13 +42,17 @@ class c13y_internal
$check_list = array();
$check_list[] = array('type' => 'PHP', 'current' => phpversion(), 'required' => REQUIRED_PHP_VERSION);
$check_list[] = array(
'type' => 'PHP',
'current' => phpversion(),
'required' => REQUIRED_PHP_VERSION,
);
$db_version = pwg_get_db_version();
$check_list[] = array('type' => $conf['dblayer'],
'current' => $db_version,
'required' => constant('REQUIRED_'.str_replace('-', '_', strtoupper($conf['dblayer'])).'_VERSION')
);
$check_list[] = array(
'type' => 'MySQL',
'current' => pwg_get_db_version(),
'required' => REQUIRED_MYSQL_VERSION,
);
foreach ($check_list as $elem)
{

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -27,7 +27,7 @@ class check_integrity
var $retrieve_list;
var $build_ignore_list;
function check_integrity()
function __construct()
{
$this->ignore_list = array();
$this->retrieve_list = array();
@ -66,91 +66,92 @@ class check_integrity
$this->retrieve_list = array();
$this->build_ignore_list = array();
trigger_action('list_check_integrity', $this);
trigger_notify('list_check_integrity', $this);
// Information
if (count($this->retrieve_list) > 0)
{
$header_notes[] =
l10n_dec('%d anomaly has been detected.', '%d anomalies have been detected.',
count($this->retrieve_list));
$header_notes[] = l10n_dec(
'%d anomaly has been detected.', '%d anomalies have been detected.',
count($this->retrieve_list)
);
}
// Treatments
if (!is_adviser())
if (isset($_POST['c13y_submit_correction']) and isset($_POST['c13y_selection']))
{
if (isset($_POST['c13y_submit_correction']) and isset($_POST['c13y_selection']))
$corrected_count = 0;
$not_corrected_count = 0;
foreach ($this->retrieve_list as $i => $c13y)
{
$corrected_count = 0;
$not_corrected_count = 0;
if (!empty($c13y['correction_fct']) and
$c13y['is_callable'] and
in_array($c13y['id'], $_POST['c13y_selection']))
{
if (is_array($c13y['correction_fct_args']))
{
$args = $c13y['correction_fct_args'];
}
else
if (!is_null($c13y['correction_fct_args']))
{
$args = array($c13y['correction_fct_args']);
}
else
{
$args = array();
}
$this->retrieve_list[$i]['corrected'] = call_user_func_array($c13y['correction_fct'], $args);
if ($this->retrieve_list[$i]['corrected'])
{
$corrected_count += 1;
}
else
{
$not_corrected_count += 1;
}
}
}
if ($corrected_count > 0)
{
$page['infos'][] = l10n_dec(
'%d anomaly has been corrected.', '%d anomalies have been detected corrected.',
$corrected_count
);
}
if ($not_corrected_count > 0)
{
$page['errors'][] = l10n_dec(
'%d anomaly has not been corrected.', '%d anomalies have not been corrected.',
$not_corrected_count
);
}
}
else
{
if (isset($_POST['c13y_submit_ignore']) and isset($_POST['c13y_selection']))
{
$ignored_count = 0;
foreach ($this->retrieve_list as $i => $c13y)
{
if (!empty($c13y['correction_fct']) and
$c13y['is_callable'] and
in_array($c13y['id'], $_POST['c13y_selection']))
if (in_array($c13y['id'], $_POST['c13y_selection']))
{
if (is_array($c13y['correction_fct_args']))
{
$args = $c13y['correction_fct_args'];
}
else
if (!is_null($c13y['correction_fct_args']))
{
$args = array($c13y['correction_fct_args']);
}
else
{
$args = array();
}
$this->retrieve_list[$i]['corrected'] = call_user_func_array($c13y['correction_fct'], $args);
if ($this->retrieve_list[$i]['corrected'])
{
$corrected_count += 1;
}
else
{
$not_corrected_count += 1;
}
$this->build_ignore_list[] = $c13y['id'];
$this->retrieve_list[$i]['ignored'] = true;
$ignored_count += 1;
}
}
if ($corrected_count > 0)
if ($ignored_count > 0)
{
$page['infos'][] =
l10n_dec('%d anomaly has been corrected.', '%d anomalies have been detected corrected.',
$corrected_count);
}
if ($not_corrected_count > 0)
{
$page['errors'][] =
l10n_dec('%d anomaly has not been corrected.', '%d anomalies have not been corrected.',
$not_corrected_count);
}
}
else
{
if (isset($_POST['c13y_submit_ignore']) and isset($_POST['c13y_selection']))
{
$ignored_count = 0;
foreach ($this->retrieve_list as $i => $c13y)
{
if (in_array($c13y['id'], $_POST['c13y_selection']))
{
$this->build_ignore_list[] = $c13y['id'];
$this->retrieve_list[$i]['ignored'] = true;
$ignored_count += 1;
}
}
if ($ignored_count > 0)
{
$page['infos'][] =
l10n_dec('%d anomaly has been ignored.', '%d anomalies have been ignored.',
$ignored_count);
}
$page['infos'][] = l10n_dec(
'%d anomaly has been ignored.', '%d anomalies have been ignored.',
$ignored_count
);
}
}
}

View file

@ -0,0 +1,280 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
if( !defined("PHPWG_ROOT_PATH") )
{
die ("Hacking attempt!");
}
$errors = array();
// original resize
$original_fields = array(
'original_resize',
'original_resize_maxwidth',
'original_resize_maxheight',
'original_resize_quality',
);
$updates = array();
foreach ($original_fields as $field)
{
$value = !empty($_POST[$field]) ? $_POST[$field] : null;
$updates[$field] = $value;
}
save_upload_form_config($updates, $page['errors'], $errors);
if ($_POST['resize_quality'] < 50 or $_POST['resize_quality'] > 98)
{
$errors['resize_quality'] = '[50..98]';
}
$pderivatives = $_POST['d'];
// step 1 - sanitize HTML input
foreach ($pderivatives as $type => &$pderivative)
{
if ($pderivative['must_square'] = ($type==IMG_SQUARE ? true : false))
{
$pderivative['h'] = $pderivative['w'];
$pderivative['minh'] = $pderivative['minw'] = $pderivative['w'];
$pderivative['crop'] = 100;
}
$pderivative['must_enable'] = ($type==IMG_SQUARE || $type==IMG_THUMB || $type==$conf['derivative_default_size'])? true : false;
$pderivative['enabled'] = isset($pderivative['enabled']) || $pderivative['must_enable'] ? true : false;
if (isset($pderivative['crop']))
{
$pderivative['crop'] = 100;
$pderivative['minw'] = $pderivative['w'];
$pderivative['minh'] = $pderivative['h'];
}
else
{
$pderivative['crop'] = 0;
$pderivative['minw'] = null;
$pderivative['minh'] = null;
}
}
unset($pderivative);
// step 2 - check validity
$prev_w = $prev_h = 0;
foreach(ImageStdParams::get_all_types() as $type)
{
$pderivative = $pderivatives[$type];
if (!$pderivative['enabled'])
{
continue;
}
if ($type == IMG_THUMB)
{
$w = intval($pderivative['w']);
if ($w <= 0)
{
$errors[$type]['w'] = '>0';
}
$h = intval($pderivative['h']);
if ($h <= 0)
{
$errors[$type]['h'] = '>0';
}
if (max($w,$h) <= $prev_w)
{
$errors[$type]['w'] = $errors[$type]['h'] = '>'.$prev_w;
}
}
else
{
$v = intval($pderivative['w']);
if ($v <= 0 or $v <= $prev_w)
{
$errors[$type]['w'] = '>'.$prev_w;
}
$v = intval($pderivative['h']);
if ($v <= 0 or $v <= $prev_h)
{
$errors[$type]['h'] = '>'.$prev_h;
}
}
if (count($errors) == 0)
{
$prev_w = intval($pderivative['w']);
$prev_h = intval($pderivative['h']);
}
$v = intval($pderivative['sharpen']);
if ($v<0 || $v>100)
{
$errors[$type]['sharpen'] = '[0..100]';
}
}
// step 3 - save data
if (count($errors) == 0)
{
$quality_changed = ImageStdParams::$quality != intval($_POST['resize_quality']);
ImageStdParams::$quality = intval($_POST['resize_quality']);
$enabled = ImageStdParams::get_defined_type_map();
$disabled = @unserialize( @$conf['disabled_derivatives'] );
if ($disabled === false)
{
$disabled = array();
}
$changed_types = array();
foreach (ImageStdParams::get_all_types() as $type)
{
$pderivative = $pderivatives[$type];
if ($pderivative['enabled'])
{
$new_params = new DerivativeParams(
new SizingParams(
array(intval($pderivative['w']), intval($pderivative['h'])),
round($pderivative['crop'] / 100, 2),
array(intval($pderivative['minw']), intval($pderivative['minh']))
)
);
$new_params->sharpen = intval($pderivative['sharpen']);
ImageStdParams::apply_global($new_params);
if (isset($enabled[$type]))
{
$old_params = $enabled[$type];
$same = true;
if (!size_equals($old_params->sizing->ideal_size, $new_params->sizing->ideal_size)
or $old_params->sizing->max_crop != $new_params->sizing->max_crop)
{
$same = false;
}
if ($same
and $new_params->sizing->max_crop != 0
and !size_equals($old_params->sizing->min_size, $new_params->sizing->min_size))
{
$same = false;
}
if ($quality_changed
|| $new_params->sharpen != $old_params->sharpen)
{
$same = false;
}
if (!$same)
{
$new_params->last_mod_time = time();
$changed_types[] = $type;
}
else
{
$new_params->last_mod_time = $old_params->last_mod_time;
}
$enabled[$type] = $new_params;
}
else
{// now enabled, before was disabled
$enabled[$type] = $new_params;
unset($disabled[$type]);
}
}
else
{// disabled
if (isset($enabled[$type]))
{// now disabled, before was enabled
$changed_types[] = $type;
$disabled[$type] = $enabled[$type];
unset($enabled[$type]);
}
}
}
$enabled_by = array(); // keys ordered by all types
foreach(ImageStdParams::get_all_types() as $type)
{
if (isset($enabled[$type]))
{
$enabled_by[$type] = $enabled[$type];
}
}
foreach( array_keys(ImageStdParams::$custom) as $custom)
{
if (isset($_POST['delete_custom_derivative_'.$custom]))
{
$changed_types[] = $custom;
unset(ImageStdParams::$custom[$custom]);
}
}
ImageStdParams::set_and_save($enabled_by);
if (count($disabled) == 0)
{
$query='DELETE FROM '.CONFIG_TABLE.' WHERE param = \'disabled_derivatives\'';
pwg_query($query);
}
else
{
conf_update_param('disabled_derivatives', addslashes(serialize($disabled)) );
}
$conf['disabled_derivatives'] = serialize($disabled);
if (count($changed_types))
{
clear_derivative_cache($changed_types);
}
$page['infos'][] = l10n('Your configuration settings are saved');
}
else
{
foreach ($original_fields as $field)
{
if (isset($_POST[$field]))
{
$template->append(
'sizes',
array(
$field => $_POST[$field]
),
true
);
}
}
$template->assign('derivatives', $pderivatives);
$template->assign('ferrors', $errors);
$template->assign('resize_quality', $_POST['resize_quality']);
$page['sizes_loaded_in_tpl'] = true;
}
?>

View file

@ -0,0 +1,215 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
if( !defined("PHPWG_ROOT_PATH") )
{
die ("Hacking attempt!");
}
function get_watermark_filename($list, $candidate, $step = 0)
{
global $change_name;
$change_name = $candidate;
if ($step != 0)
{
$change_name .= '-'.$step;
}
if (in_array($change_name, $list))
{
return get_watermark_filename($list, $candidate, $step+1);
}
return $change_name.'.png';
}
$errors = array();
$pwatermark = $_POST['w'];
// step 0 - manage upload if any
if (isset($_FILES['watermarkImage']) and !empty($_FILES['watermarkImage']['tmp_name']))
{
list($width, $height, $type) = getimagesize($_FILES['watermarkImage']['tmp_name']);
if (IMAGETYPE_PNG != $type)
{
$errors['watermarkImage'] = sprintf(
l10n('Allowed file types: %s.'),
'PNG'
);
}
else
{
$upload_dir = PHPWG_ROOT_PATH.PWG_LOCAL_DIR.'watermarks';
if (mkgetdir($upload_dir, MKGETDIR_DEFAULT&~MKGETDIR_DIE_ON_ERROR))
{
// file name may include exotic chars like single quote, we need a safe name
$new_name = str2url(get_filename_wo_extension($_FILES['watermarkImage']['name']));
// we need existing watermarks to avoid overwritting one
$watermark_files = array();
if ( ($glob=glob(PHPWG_ROOT_PATH.PWG_LOCAL_DIR.'watermarks/*.png')) !== false)
{
foreach ($glob as $file)
{
$watermark_files[] = get_filename_wo_extension(
substr($file, strlen(PHPWG_ROOT_PATH.PWG_LOCAL_DIR.'watermarks/'))
);
}
}
$file_path = $upload_dir.'/'.get_watermark_filename($watermark_files, $new_name);
if (move_uploaded_file($_FILES['watermarkImage']['tmp_name'], $file_path))
{
$pwatermark['file'] = substr($file_path, strlen(PHPWG_ROOT_PATH));
}
else
{
$page['errors'][] = $errors['watermarkImage'] = "$file_path " .l10n('no write access');
}
}
else
{
$page['errors'][] = $errors['watermarkImage'] = sprintf( l10n('Add write access to the "%s" directory'), $upload_dir);
}
}
}
// step 1 - sanitize HTML input
switch ($pwatermark['position'])
{
case 'topleft':
{
$pwatermark['xpos'] = 0;
$pwatermark['ypos'] = 0;
break;
}
case 'topright':
{
$pwatermark['xpos'] = 100;
$pwatermark['ypos'] = 0;
break;
}
case 'middle':
{
$pwatermark['xpos'] = 50;
$pwatermark['ypos'] = 50;
break;
}
case 'bottomleft':
{
$pwatermark['xpos'] = 0;
$pwatermark['ypos'] = 100;
break;
}
case 'bottomright':
{
$pwatermark['xpos'] = 100;
$pwatermark['ypos'] = 100;
break;
}
}
// step 2 - check validity
$v = intval($pwatermark['xpos']);
if ($v < 0 or $v > 100)
{
$errors['watermark']['xpos'] = '[0..100]';
}
$v = intval($pwatermark['ypos']);
if ($v < 0 or $v > 100)
{
$errors['watermark']['ypos'] = '[0..100]';
}
$v = intval($pwatermark['opacity']);
if ($v <= 0 or $v > 100)
{
$errors['watermark']['opacity'] = '(0..100]';
}
// step 3 - save data
if (count($errors) == 0)
{
$watermark = new WatermarkParams();
$watermark->file = $pwatermark['file'];
$watermark->xpos = intval($pwatermark['xpos']);
$watermark->ypos = intval($pwatermark['ypos']);
$watermark->xrepeat = intval($pwatermark['xrepeat']);
$watermark->yrepeat = intval($pwatermark['yrepeat']);
$watermark->opacity = intval($pwatermark['opacity']);
$watermark->min_size = array(intval($pwatermark['minw']),intval($pwatermark['minh']));
$old_watermark = ImageStdParams::get_watermark();
$watermark_changed =
$watermark->file != $old_watermark->file
|| $watermark->xpos != $old_watermark->xpos
|| $watermark->ypos != $old_watermark->ypos
|| $watermark->xrepeat != $old_watermark->xrepeat
|| $watermark->yrepeat != $old_watermark->yrepeat
|| $watermark->opacity != $old_watermark->opacity;
// save the new watermark configuration
ImageStdParams::set_watermark($watermark);
// do we have to regenerate the derivatives (and which types)?
$changed_types = array();
foreach (ImageStdParams::get_defined_type_map() as $type => $params)
{
$old_use_watermark = $params->use_watermark;
ImageStdParams::apply_global($params);
$changed = $params->use_watermark != $old_use_watermark;
if (!$changed and $params->use_watermark)
{
$changed = $watermark_changed;
}
if (!$changed and $params->use_watermark)
{
// if thresholds change and before/after the threshold is lower than the corresponding derivative side -> some derivatives might switch the watermark
$changed |= $watermark->min_size[0]!=$old_watermark->min_size[0] and ($watermark->min_size[0]<$params->max_width() or $old_watermark->min_size[0]<$params->max_width());
$changed |= $watermark->min_size[1]!=$old_watermark->min_size[1] and ($watermark->min_size[1]<$params->max_height() or $old_watermark->min_size[1]<$params->max_height());
}
if ($changed)
{
$params->last_mod_time = time();
$changed_types[] = $type;
}
}
ImageStdParams::save();
if (count($changed_types))
{
clear_derivative_cache($changed_types);
}
$page['infos'][] = l10n('Your configuration settings are saved');
}
else
{
$template->assign('watermark', $pwatermark);
$template->assign('ferrors', $errors);
}
?>

File diff suppressed because it is too large Load diff

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -21,28 +21,44 @@
// | USA. |
// +-----------------------------------------------------------------------+
/**
* @package functions\admin\history
*/
include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
/**
* Init tabsheet for history pages
* @ignore
*/
function history_tabsheet()
{
global $page, $link_start;
// TabSheet
$tabsheet = new tabsheet();
// TabSheet initialization
$tabsheet->add('stats', l10n('Statistics'), $link_start.'stats');
$tabsheet->add('history', l10n('Search'), $link_start.'history');
// TabSheet selection
$tabsheet->set_id('history');
$tabsheet->select($page['page']);
// Assign tabsheet to template
$tabsheet->assign();
}
/**
* Callback used to sort history entries
*/
function history_compare($a, $b)
{
return strcmp($a['date'].$a['time'], $b['date'].$b['time']);
}
/**
* Perform history search.
*
* @param array $data - used in trigger_change
* @param array $search
* @param string[] $types
* @param array
*/
function get_history($data, $search, $types)
{
if (isset($search['fields']['filename']))
@ -55,31 +71,25 @@ SELECT
;';
$search['image_ids'] = array_from_query($query, 'id');
}
// echo '<pre>'; print_r($search); echo '</pre>';
$clauses = array();
if (isset($search['fields']['date-after']))
{
array_push(
$clauses,
"date >= '".$search['fields']['date-after']."'"
);
$clauses[] = "date >= '".$search['fields']['date-after']."'";
}
if (isset($search['fields']['date-before']))
{
array_push(
$clauses,
"date <= '".$search['fields']['date-before']."'"
);
$clauses[] = "date <= '".$search['fields']['date-before']."'";
}
if (isset($search['fields']['types']))
{
$local_clauses = array();
foreach ($types as $type) {
if (in_array($type, $search['fields']['types'])) {
$clause = 'image_type ';
@ -91,53 +101,46 @@ SELECT
{
$clause.= "= '".$type."'";
}
array_push($local_clauses, $clause);
$local_clauses[] = $clause;
}
}
if (count($local_clauses) > 0)
{
array_push(
$clauses,
implode(' OR ', $local_clauses)
);
$clauses[] = implode(' OR ', $local_clauses);
}
}
if (isset($search['fields']['user'])
and $search['fields']['user'] != -1)
{
array_push(
$clauses,
'user_id = '.$search['fields']['user']
);
$clauses[] = 'user_id = '.$search['fields']['user'];
}
if (isset($search['fields']['image_id']))
{
array_push(
$clauses,
'image_id = '.$search['fields']['image_id']
);
$clauses[] = 'image_id = '.$search['fields']['image_id'];
}
if (isset($search['fields']['filename']))
{
if (count($search['image_ids']) == 0)
{
// a clause that is always false
array_push($clauses, '1 = 2 ');
$clauses[] = '1 = 2 ';
}
else
{
array_push(
$clauses,
'image_id IN ('.implode(', ', $search['image_ids']).')'
);
$clauses[] = 'image_id IN ('.implode(', ', $search['image_ids']).')';
}
}
if (isset($search['fields']['ip']))
{
$clauses[] = 'IP LIKE "'.$search['fields']['ip'].'"';
}
$clauses = prepend_append_array_items($clauses, '(', ')');
$where_separator =
@ -145,7 +148,7 @@ SELECT
"\n AND ",
$clauses
);
$query = '
SELECT
date,
@ -167,13 +170,13 @@ SELECT
while ($row = pwg_db_fetch_assoc($result))
{
array_push($data, $row);
$data[] = $row;
}
return $data;
}
add_event_handler('get_history', 'get_history', EVENT_HANDLER_PRIORITY_NEUTRAL, 3);
trigger_action('functions_history_included');
add_event_handler('get_history', 'get_history');
trigger_notify('functions_history_included');
?>
?>

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -22,16 +22,19 @@
// +-----------------------------------------------------------------------+
/**
* loads an sql file and executes all queries
*
* @package functions\admin\install
*/
/**
* Loads a SQL file and executes all queries.
* Before executing a query, $replaced is... replaced by $replacing. This is
* useful when the SQL file contains generic words. Drop table queries are
* not executed.
*
* @param string filepath
* @param string replaced
* @param string replacing
* @return void
* @param string $filepath
* @param string $replaced
* @param string $replacing
*/
function execute_sqlfile($filepath, $replaced, $replacing, $dblayer)
{
@ -68,65 +71,8 @@ function execute_sqlfile($filepath, $replaced, $replacing, $dblayer)
}
}
/**
* Search for database engines available
*
* We search for functions_DATABASE_ENGINE.inc.php
* and we check if the connect function for that database exists
*
* @return array
*/
function available_engines()
{
$engines = array();
$pattern = PHPWG_ROOT_PATH. 'include/dblayer/functions_%s.inc.php';
include_once PHPWG_ROOT_PATH. 'include/dblayer/dblayers.inc.php';
foreach ($dblayers as $engine_name => $engine)
{
if (file_exists(sprintf($pattern, $engine_name)))
{
$engines[$engine_name]['label'] = $engine['engine'];
$engines[$engine_name]['available'] = false;
if (isset($engine['function_available'])
&& function_exists($engine['function_available']))
{
$engines[$engine_name]['available'] = true;
}
elseif (isset($engine['class_available'])
&& class_exists($engine['class_available']))
{
$engines[$engine_name]['available'] = true;
}
}
}
if ($engines['sqlite']['available'] and !$engines['pdo-sqlite']['available'])
{
unset($engines['pdo-sqlite']);
}
elseif ($engines['pdo-sqlite']['available'] and !$engines['sqlite']['available'])
{
unset($engines['sqlite']);
}
elseif (DEFAULT_DB_SQLITE=='native')
{
unset($engines['pdo-sqlite']);
}
else
{
unset($engines['sqlite']);
}
return $engines;
}
/**
* Automatically activate all core themes in the "themes" directory.
*
* @return void
*/
function activate_core_themes()
{
@ -134,28 +80,49 @@ function activate_core_themes()
$themes = new themes();
foreach ($themes->fs_themes as $theme_id => $fs_theme)
{
if (in_array($theme_id, array('Sylvia', 'clear', 'dark')))
if (in_array($theme_id, array('elegant', 'smartpocket')))
{
$themes->perform_action('activate', $theme_id);
}
}
}
/**
* Automatically activate some core plugins
*/
function activate_core_plugins()
{
include_once(PHPWG_ROOT_PATH.'admin/include/plugins.class.php');
$plugins = new plugins();
foreach($plugins->fs_plugins as $plugin_id => $fs_plugin)
{
if (in_array($plugin_id, array('TakeATour')))
{
$plugins->perform_action('activate', $plugin_id);
}
}
}
/**
* Connect to database during installation. Uses $_POST.
*
* @param array &$infos - populated with infos
* @param array &$errors - populated with errors
*/
function install_db_connect(&$infos, &$errors)
{
global $pwg_db_link;
try
{
$pwg_db_link = pwg_db_connect($_POST['dbhost'], $_POST['dbuser'], $_POST['dbpasswd'], $_POST['dbname']);
if ($pwg_db_link)
{
pwg_db_check_version();
}
pwg_db_connect($_POST['dbhost'], $_POST['dbuser'],
$_POST['dbpasswd'], $_POST['dbname']);
pwg_db_check_version();
}
catch (Exception $e)
{
array_push( $errors, l10n($e->getMessage()));
$errors[] = l10n($e->getMessage());
}
}
?>

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -21,9 +21,21 @@
// | USA. |
// +-----------------------------------------------------------------------+
/**
* @package functions\admin\metadata
*/
include_once(PHPWG_ROOT_PATH.'/include/functions_metadata.inc.php');
/**
* Returns IPTC metadata to sync from a file, depending on IPTC mapping.
* @toto : clean code (factorize foreach)
*
* @param string $file
* @return array
*/
function get_sync_iptc_data($file)
{
global $conf;
@ -38,26 +50,25 @@ function get_sync_iptc_data($file)
{
if (preg_match('/(\d{4})(\d{2})(\d{2})/', $value, $matches))
{
$iptc[$pwg_key] = $matches[1].'-'.$matches[2].'-'.$matches[3];
$year = $matches[1];
$month = $matches[2];
$day = $matches[3];
if (!checkdate($month, $day, $year))
{
// we suppose the year is correct
$month = 1;
$day = 1;
}
$iptc[$pwg_key] = $year.'-'.$month.'-'.$day;
}
}
}
if (isset($iptc['keywords']))
{
// official keywords separator is the comma
$iptc['keywords'] = preg_replace('/[.;]/', ',', $iptc['keywords']);
$iptc['keywords'] = preg_replace('/^,+|,+$/', '', $iptc['keywords']);
$iptc['keywords'] = implode(
',',
array_unique(
explode(
',',
$iptc['keywords']
)
)
);
$iptc['keywords'] = metadata_normalize_keywords_string($iptc['keywords']);
}
foreach ($iptc as $pwg_key => $value)
@ -68,6 +79,12 @@ function get_sync_iptc_data($file)
return $iptc;
}
/**
* Returns EXIF metadata to sync from a file, depending on EXIF mapping.
*
* @param string $file
* @return array
*/
function get_sync_exif_data($file)
{
global $conf;
@ -78,18 +95,139 @@ function get_sync_exif_data($file)
{
if (in_array($pwg_key, array('date_creation', 'date_available')))
{
if (preg_match('/^(\d{4}).(\d{2}).(\d{2})/', $value, $matches))
if (preg_match('/^(\d{4}).(\d{2}).(\d{2}) (\d{2}).(\d{2}).(\d{2})/', $value, $matches))
{
$exif[$pwg_key] = $matches[1].'-'.$matches[2].'-'.$matches[3].' '.$matches[4].':'.$matches[5].':'.$matches[6];
}
elseif (preg_match('/^(\d{4}).(\d{2}).(\d{2})/', $value, $matches))
{
$exif[$pwg_key] = $matches[1].'-'.$matches[2].'-'.$matches[3];
}
else
{
unset($exif[$pwg_key]);
continue;
}
}
if (in_array($pwg_key, array('keywords', 'tags')))
{
$exif[$pwg_key] = metadata_normalize_keywords_string($exif[$pwg_key]);
}
$exif[$pwg_key] = addslashes($exif[$pwg_key]);
}
return $exif;
}
function update_metadata($files)
/**
* Get all potential file metadata fields, including IPTC and EXIF.
*
* @return string[]
*/
function get_sync_metadata_attributes()
{
global $conf;
$update_fields = array('filesize', 'width', 'height');
if ($conf['use_exif'])
{
$update_fields =
array_merge(
$update_fields,
array_keys($conf['use_exif_mapping']),
array('latitude', 'longitude')
);
}
if ($conf['use_iptc'])
{
$update_fields =
array_merge(
$update_fields,
array_keys($conf['use_iptc_mapping'])
);
}
return array_unique($update_fields);
}
/**
* Get all metadata of a file.
*
* @param array $infos - (path[, representative_ext])
* @return array - includes data provided in $infos
*/
function get_sync_metadata($infos)
{
global $conf;
$file = PHPWG_ROOT_PATH.$infos['path'];
$fs = @filesize($file);
if ($fs===false)
{
return false;
}
$infos['filesize'] = floor($fs/1024);
$is_tiff = false;
if (isset($infos['representative_ext']))
{
if ($image_size = @getimagesize($file))
{
$type = $image_size[2];
if (IMAGETYPE_TIFF_MM == $type or IMAGETYPE_TIFF_II == $type)
{
// in case of TIFF files, we want to use the original file and not
// the representative for EXIF/IPTC, but we need the representative
// for width/height (to compute the multiple size dimensions)
$is_tiff = true;
}
}
$file = original_to_representative($file, $infos['representative_ext']);
}
if ($image_size = @getimagesize($file))
{
$infos['width'] = $image_size[0];
$infos['height'] = $image_size[1];
}
if ($is_tiff)
{
// back to original file
$file = PHPWG_ROOT_PATH.$infos['path'];
}
if ($conf['use_exif'])
{
$exif = get_sync_exif_data($file);
$infos = array_merge($infos, $exif);
}
if ($conf['use_iptc'])
{
$iptc = get_sync_iptc_data($file);
$infos = array_merge($infos, $iptc);
}
return $infos;
}
/**
* Sync all metadata of a list of images.
* Metadata are fetched from original files and saved in database.
*
* @param int[] $ids
*/
function sync_metadata($ids)
{
global $conf;
@ -100,128 +238,61 @@ function update_metadata($files)
$datas = array();
$tags_of = array();
$has_high_images = array();
$image_ids = array();
foreach ($files as $id => $file)
{
array_push($image_ids, $id);
}
$query = '
SELECT id
SELECT id, path, representative_ext
FROM '.IMAGES_TABLE.'
WHERE has_high = \'true\'
AND id IN (
'.wordwrap(implode(', ', $image_ids), 80, "\n").'
WHERE id IN (
'.wordwrap(implode(', ', $ids), 160, "\n").'
)
;';
$has_high_images = array_from_query($query, 'id');
foreach ($files as $id => $file)
$result = pwg_query($query);
while ($data = pwg_db_fetch_assoc($result))
{
$data = array();
$data['id'] = $id;
$data['filesize'] = floor(filesize($file)/1024);
if ($image_size = @getimagesize($file))
$data = get_sync_metadata($data);
if ($data === false)
{
$data['width'] = $image_size[0];
$data['height'] = $image_size[1];
continue;
}
if (in_array($id, $has_high_images))
$id = $data['id'];
foreach (array('keywords', 'tags') as $key)
{
$high_file = dirname($file).'/pwg_high/'.basename($file);
$data['high_filesize'] = floor(filesize($high_file)/1024);
}
if ($conf['use_exif'])
{
$exif = get_sync_exif_data($file);
if (count($exif) == 0 and isset($data['high_filesize']))
if (isset($data[$key]))
{
$exif = get_sync_exif_data($high_file);
}
$data = array_merge($data, $exif);
}
if ($conf['use_iptc'])
{
$iptc = get_sync_iptc_data($file);
if (count($iptc) == 0 and isset($data['high_filesize']))
{
$iptc = get_sync_iptc_data($high_file);
}
$data = array_merge($data, $iptc);
if (count($iptc) > 0)
{
foreach (array_keys($iptc) as $key)
if (!isset($tags_of[$id]))
{
if ($key == 'keywords' or $key == 'tags')
{
if (!isset($tags_of[$id]))
{
$tags_of[$id] = array();
}
$tags_of[$id] = array();
}
foreach (explode(',', $iptc[$key]) as $tag_name)
{
array_push(
$tags_of[$id],
tag_id_from_tag_name($tag_name)
);
}
}
foreach (explode(',', $data[$key]) as $tag_name)
{
$tags_of[$id][] = tag_id_from_tag_name($tag_name);
}
}
}
$data['date_metadata_update'] = CURRENT_DATE;
array_push($datas, $data);
$datas[] = $data;
}
if (count($datas) > 0)
{
$update_fields =
array(
'filesize',
'width',
'height',
'high_filesize',
'date_metadata_update'
);
$update_fields = get_sync_metadata_attributes();
$update_fields[] = 'date_metadata_update';
if ($conf['use_exif'])
{
$update_fields =
array_merge(
$update_fields,
array_keys($conf['use_exif_mapping'])
);
}
if ($conf['use_iptc'])
{
$update_fields =
array_merge(
$update_fields,
array_diff(
array_keys($conf['use_iptc_mapping']),
array('tags', 'keywords')
)
);
}
$update_fields = array_diff(
$update_fields,
array('tags', 'keywords')
);
mass_updates(
IMAGES_TABLE,
array(
'primary' => array('id'),
'update' => array_unique($update_fields)
'update' => $update_fields
),
$datas,
MASS_UPDATES_SKIP_EMPTY
@ -232,13 +303,13 @@ SELECT id
}
/**
* returns an array associating element id (images.id) with its complete
* Returns an array associating element id (images.id) with its complete
* path in the filesystem
*
* @param int id_uppercat
* @param int site_id
* @param boolean recursive ?
* @param boolean only newly added files ?
* @param int $category_id
* @param int $site_id
* @param boolean $recursive
* @param boolean $only_new
* @return array
*/
function get_filelist($category_id = '', $site_id=1, $recursive = false,
@ -272,7 +343,7 @@ SELECT id
$result = pwg_query($query);
while ($row = pwg_db_fetch_assoc($result))
{
array_push($cat_ids, $row['id']);
$cat_ids[] = $row['id'];
}
if (count($cat_ids) == 0)
@ -280,10 +351,8 @@ SELECT id
return array();
}
$files = array();
$query = '
SELECT id, path
SELECT id, path, representative_ext
FROM '.IMAGES_TABLE.'
WHERE storage_category_id IN ('.implode(',', $cat_ids).')';
if ($only_new)
@ -294,12 +363,34 @@ SELECT id, path
}
$query.= '
;';
$result = pwg_query($query);
while ($row = pwg_db_fetch_assoc($result))
{
$files[$row['id']] = $row['path'];
}
return hash_from_query($query, 'id');
}
return $files;
/**
* Returns the list of keywords (future tags) correctly separated with
* commas. Other separators are converted into commas.
*
* @param string $keywords_string
* @return string
*/
function metadata_normalize_keywords_string($keywords_string)
{
global $conf;
$keywords_string = preg_replace($conf['metadata_keyword_separator_regex'], ',', $keywords_string);
$keywords_string = preg_replace('/,+/', ',', $keywords_string);
$keywords_string = preg_replace('/^,+|,+$/', '', $keywords_string);
$keywords_string = implode(
',',
array_unique(
explode(
',',
$keywords_string
)
)
);
return $keywords_string;
}
?>

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -93,7 +93,7 @@ function quote_check_key_list($check_key_list = array())
}
/*
* Execute all main queries to get list of user
* Execute all main queries to get list of user
*
* Type are the type of list 'subscribe', 'send'
*
@ -110,7 +110,7 @@ function get_user_notifications($action, $check_key_list = array(), $enabled_fil
$quoted_check_key_list = quote_check_key_list($check_key_list);
if (count($quoted_check_key_list) != 0 )
{
$query_and_check_key = ' and
$query_and_check_key = ' and
check_key in ('.implode(",", $quoted_check_key_list).') ';
}
else
@ -125,13 +125,13 @@ select
U.'.$conf['user_fields']['username'].' as username,
U.'.$conf['user_fields']['email'].' as mail_address,
N.enabled,
N.last_send
from
'.USER_MAIL_NOTIFICATION_TABLE.' as N,
'.USERS_TABLE.' as U
where
N.user_id = U.'.$conf['user_fields']['id'];
N.last_send,
UI.status
from '.USER_MAIL_NOTIFICATION_TABLE.' as N
JOIN '.USERS_TABLE.' as U on N.user_id = U.'.$conf['user_fields']['id'].'
JOIN '.USER_INFOS_TABLE.' as UI on UI.user_id = N.user_id
where 1=1';
if ($action == 'send')
{
// No mail empty and all users enabled
@ -159,7 +159,7 @@ order by';
else
{
$query .= '
username;';
username';
}
$query .= ';';
@ -169,7 +169,7 @@ order by';
{
while ($nbm_user = pwg_db_fetch_assoc($result))
{
array_push($data_users, $nbm_user);
$data_users[] = $nbm_user;
}
}
}
@ -256,8 +256,7 @@ function set_user_on_env_nbm(&$nbm_user, $is_action_send)
if ($is_action_send)
{
$nbm_user['theme'] = $user['theme'];
$env_nbm['mail_template'] = get_mail_template($env_nbm['email_format'], $nbm_user['theme']);
$env_nbm['mail_template'] = get_mail_template($env_nbm['email_format']);
$env_nbm['mail_template']->set_filename('notification_by_mail', 'notification_by_mail.tpl');
}
}
@ -285,7 +284,7 @@ function inc_mail_sent_success($nbm_user)
global $page, $env_nbm;
$env_nbm['sent_mail_count'] += 1;
array_push($page['infos'], sprintf($env_nbm['msg_info'], stripslashes($nbm_user['username']), $nbm_user['mail_address']));
$page['infos'][] = sprintf($env_nbm['msg_info'], stripslashes($nbm_user['username']), $nbm_user['mail_address']);
}
/*
@ -298,7 +297,7 @@ function inc_mail_sent_failed($nbm_user)
global $page, $env_nbm;
$env_nbm['error_on_mail_count'] += 1;
array_push($page['errors'], sprintf($env_nbm['msg_error'], stripslashes($nbm_user['username']), $nbm_user['mail_address']));
$page['errors'][] = sprintf($env_nbm['msg_error'], stripslashes($nbm_user['username']), $nbm_user['mail_address']);
}
/*
@ -312,16 +311,32 @@ function display_counter_info()
if ($env_nbm['error_on_mail_count'] != 0)
{
array_push($page['errors'], l10n_dec('%d mail was not sent.', '%d mails were not sent.', $env_nbm['error_on_mail_count']));
$page['errors'][] = l10n_dec(
'%d mail was not sent.', '%d mails were not sent.',
$env_nbm['error_on_mail_count']
);
if ($env_nbm['sent_mail_count'] != 0)
array_push($page['infos'], l10n_dec('%d mail was sent.', '%d mails were sent.', $env_nbm['sent_mail_count']));
{
$page['infos'][] = l10n_dec(
'%d mail was sent.', '%d mails were sent.',
$env_nbm['sent_mail_count']
);
}
}
else
{
if ($env_nbm['sent_mail_count'] == 0)
array_push($page['infos'], l10n('No mail to send.'));
{
$page['infos'][] = l10n('No mail to send.');
}
else
array_push($page['infos'], l10n_dec('%d mail was sent.', '%d mails were sent.', $env_nbm['sent_mail_count']));
{
$page['infos'][] = l10n_dec(
'%d mail was sent.', '%d mails were sent.',
$env_nbm['sent_mail_count']
);
}
}
}
@ -339,8 +354,8 @@ function assign_vars_nbm_mail_content($nbm_user)
'SEND_AS_NAME' => $env_nbm['send_as_name'],
'UNSUBSCRIBE_LINK' => add_url_params(get_root_url().'nbm.php', array('unsubscribe' => $nbm_user['check_key'])),
'SUBSCRIBE_LINK' => add_url_params(get_root_url().'nbm.php', array('subscribe' => $nbm_user['check_key'])),
'UNSUBSCRIBE_LINK' => add_url_params(get_gallery_home_url().'/nbm.php', array('unsubscribe' => $nbm_user['check_key'])),
'SUBSCRIBE_LINK' => add_url_params(get_gallery_home_url().'/nbm.php', array('subscribe' => $nbm_user['check_key'])),
'CONTACT_EMAIL' => $env_nbm['send_as_mail_address']
)
);
@ -360,6 +375,8 @@ function do_subscribe_unsubscribe_notification_by_mail($is_admin_request, $is_su
{
global $conf, $page, $env_nbm, $conf;
set_make_full_url();
$check_key_treated = array();
$updated_data_count = 0;
$error_on_updated_data_count = 0;
@ -392,12 +409,12 @@ function do_subscribe_unsubscribe_notification_by_mail($is_admin_request, $is_su
if (check_sendmail_timeout())
{
// Stop fill list on 'send', if the quota is override
array_push($page['errors'], $msg_break_timeout);
$page['errors'][] = $msg_break_timeout;
break;
}
// Fill return list
array_push($check_key_treated, $nbm_user['check_key']);
$check_key_treated[] = $nbm_user['check_key'];
$do_update = true;
if ($nbm_user['mail_address'] != '')
@ -405,7 +422,7 @@ function do_subscribe_unsubscribe_notification_by_mail($is_admin_request, $is_su
// set env nbm user
set_user_on_env_nbm($nbm_user, true);
$subject = '['.$conf['gallery_title'].']: '.($is_subscribe ? l10n('Subscribe to notification by mail'): l10n('Unsubscribe from notification by mail'));
$subject = '['.$conf['gallery_title'].'] '.($is_subscribe ? l10n('Subscribe to notification by mail'): l10n('Unsubscribe from notification by mail'));
// Assign current var for nbm mail
assign_vars_nbm_mail_content($nbm_user);
@ -418,23 +435,25 @@ function do_subscribe_unsubscribe_notification_by_mail($is_admin_request, $is_su
(
$section_action_by => true,
'GOTO_GALLERY_TITLE' => $conf['gallery_title'],
'GOTO_GALLERY_URL' => $conf['gallery_url'],
'GOTO_GALLERY_URL' => get_gallery_home_url(),
)
);
$ret = pwg_mail(
array(
'name' => stripslashes($nbm_user['username']),
'email' => $nbm_user['mail_address'],
),
array(
'from' => $env_nbm['send_as_mail_formated'],
'subject' => $subject,
'email_format' => $env_nbm['email_format'],
'content' => $env_nbm['mail_template']->parse('notification_by_mail', true),
'content_format' => $env_nbm['email_format'],
)
);
if (pwg_mail
(
format_email(stripslashes($nbm_user['username']), $nbm_user['mail_address']),
array
(
'from' => $env_nbm['send_as_mail_formated'],
'subject' => $subject,
'email_format' => $env_nbm['email_format'],
'content' => $env_nbm['mail_template']->parse('notification_by_mail', true),
'content_format' => $env_nbm['email_format'],
'theme' => $nbm_user['theme']
)
))
if ($ret)
{
inc_mail_sent_success($nbm_user);
}
@ -451,22 +470,17 @@ function do_subscribe_unsubscribe_notification_by_mail($is_admin_request, $is_su
if ($do_update)
{
array_push
(
$updates,
array
(
'check_key' => $nbm_user['check_key'],
'enabled' => $enabled_value
)
);
$updates[] = array(
'check_key' => $nbm_user['check_key'],
'enabled' => $enabled_value
);
$updated_data_count += 1;
array_push($page['infos'], sprintf($msg_info, stripslashes($nbm_user['username']), $nbm_user['mail_address']));
$page['infos'][] = sprintf($msg_info, stripslashes($nbm_user['username']), $nbm_user['mail_address']);
}
else
{
$error_on_updated_data_count += 1;
array_push($page['errors'], sprintf($msg_error, stripslashes($nbm_user['username']), $nbm_user['mail_address']));
$page['errors'][] = sprintf($msg_error, stripslashes($nbm_user['username']), $nbm_user['mail_address']);
}
}
@ -487,15 +501,21 @@ function do_subscribe_unsubscribe_notification_by_mail($is_admin_request, $is_su
}
array_push($page['infos'], l10n_dec('%d user was updated.', '%d users were updated.', $updated_data_count));
$page['infos'][] = l10n_dec(
'%d user was updated.', '%d users were updated.',
$updated_data_count
);
if ($error_on_updated_data_count != 0)
{
array_push($page['errors'],
l10n_dec('%d user was not updated.',
'%d users were not updated.',
$error_on_updated_data_count));
$page['errors'][] = l10n_dec(
'%d user was not updated.', '%d users were not updated.',
$error_on_updated_data_count
);
}
unset_make_full_url();
return $check_key_treated;
}
@ -523,4 +543,4 @@ function subscribe_notification_by_mail($is_admin_request, $check_key_list = arr
return do_subscribe_unsubscribe_notification_by_mail($is_admin_request, true, $check_key_list);
}
?>
?>

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -28,7 +28,7 @@ function get_cat_id_from_permalink( $permalink )
{
$query ='
SELECT id FROM '.CATEGORIES_TABLE.'
WHERE permalink="'.$permalink.'"';
WHERE permalink=\''.$permalink.'\'';
$ids = array_from_query($query, 'id');
if (!empty($ids))
{
@ -47,7 +47,7 @@ function get_cat_id_from_old_permalink($permalink)
SELECT c.id
FROM '.OLD_PERMALINKS_TABLE.' op INNER JOIN '.CATEGORIES_TABLE.' c
ON op.cat_id=c.id
WHERE op.permalink="'.$permalink.'"
WHERE op.permalink=\''.$permalink.'\'
LIMIT 1';
$result = pwg_query($query);
$cat_id = null;
@ -69,7 +69,7 @@ function delete_cat_permalink( $cat_id, $save )
$query = '
SELECT permalink
FROM '.CATEGORIES_TABLE.'
WHERE id="'.$cat_id.'"
WHERE id=\''.$cat_id.'\'
;';
$result = pwg_query($query);
if ( pwg_db_num_rows($result) )
@ -87,7 +87,7 @@ SELECT permalink
{
$page['errors'][] =
sprintf(
l10n('Permalink %s has been previously used by category %s. Delete from the permalink history first'),
l10n('Permalink %s has been previously used by album %s. Delete from the permalink history first'),
$permalink, $old_cat_id
);
return false;
@ -108,7 +108,7 @@ UPDATE '.CATEGORIES_TABLE.'
$query = '
UPDATE '.OLD_PERMALINKS_TABLE.'
SET date_deleted=NOW()
WHERE cat_id='.$cat_id.' AND permalink="'.$permalink.'"';
WHERE cat_id='.$cat_id.' AND permalink=\''.$permalink.'\'';
}
else
{
@ -116,7 +116,7 @@ UPDATE '.OLD_PERMALINKS_TABLE.'
INSERT INTO '.OLD_PERMALINKS_TABLE.'
(permalink, cat_id, date_deleted)
VALUES
( "'.$permalink.'",'.$cat_id.',NOW() )';
( \''.$permalink.'\','.$cat_id.',NOW() )';
}
pwg_query( $query );
}
@ -156,7 +156,7 @@ function set_cat_permalink( $cat_id, $permalink, $save )
{
$page['errors'][] =
sprintf(
l10n('Permalink %s is already used by category %s'),
l10n('Permalink %s is already used by album %s'),
$permalink, $existing_cat_id
);
return false;
@ -169,7 +169,7 @@ function set_cat_permalink( $cat_id, $permalink, $save )
{
$page['errors'][] =
sprintf(
l10n('Permalink %s has been previously used by category %s. Delete from the permalink history first'),
l10n('Permalink %s has been previously used by album %s. Delete from the permalink history first'),
$permalink, $old_cat_id
);
return false;
@ -185,13 +185,13 @@ function set_cat_permalink( $cat_id, $permalink, $save )
assert( $old_cat_id==$cat_id );
$query = '
DELETE FROM '.OLD_PERMALINKS_TABLE.'
WHERE cat_id='.$old_cat_id.' AND permalink="'.$permalink.'"';
WHERE cat_id='.$old_cat_id.' AND permalink=\''.$permalink.'\'';
pwg_query($query);
}
$query = '
UPDATE '.CATEGORIES_TABLE.'
SET permalink="'.$permalink.'"
SET permalink=\''.$permalink.'\'
WHERE id='.$cat_id;
// LIMIT 1';
pwg_query($query);

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -39,7 +39,7 @@ function get_admin_plugin_menu_link($file)
}
else if (isset($page['errors']))
{
array_push($page['errors'], 'PLUGIN ERROR: "'.$file.'" is not a valid file');
$page['errors'][] = 'PLUGIN ERROR: "'.$file.'" is not a valid file';
}
return $url;
}

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -54,7 +54,6 @@ function prepare_conf_upgrade()
define('USERS_TABLE', $prefixeTable.'users');
define('USER_INFOS_TABLE', $prefixeTable.'user_infos');
define('USER_FEED_TABLE', $prefixeTable.'user_feed');
define('WAITING_TABLE', $prefixeTable.'waiting');
define('RATE_TABLE', $prefixeTable.'rate');
define('USER_CACHE_TABLE', $prefixeTable.'user_cache');
define('USER_CACHE_CATEGORIES_TABLE', $prefixeTable.'user_cache_categories');
@ -76,9 +75,8 @@ function deactivate_non_standard_plugins()
global $page;
$standard_plugins = array(
'admin_multi_view',
'c13y_upgrade',
'event_tracer',
'AdminTools',
'TakeATour',
'language_switch',
'LocalFilesEditor'
);
@ -86,31 +84,99 @@ function deactivate_non_standard_plugins()
$query = '
SELECT id
FROM '.PREFIX_TABLE.'plugins
WHERE state = "active"
AND id NOT IN ("' . implode('","', $standard_plugins) . '")
WHERE state = \'active\'
AND id NOT IN (\'' . implode('\',\'', $standard_plugins) . '\')
;';
$result = pwg_query($query);
$plugins = array();
while ($row = pwg_db_fetch_assoc($result))
{
array_push($plugins, $row['id']);
$plugins[] = $row['id'];
}
if (!empty($plugins))
{
$query = '
UPDATE '.PREFIX_TABLE.'plugins
SET state="inactive"
WHERE id IN ("' . implode('","', $plugins) . '")
SET state=\'inactive\'
WHERE id IN (\'' . implode('\',\'', $plugins) . '\')
;';
pwg_query($query);
array_push($page['infos'],
l10n('As a precaution, following plugins have been deactivated. You must check for plugins upgrade before reactiving them:').'<p><i>'.implode(', ', $plugins).'</i></p>');
$page['infos'][] = l10n('As a precaution, following plugins have been deactivated. You must check for plugins upgrade before reactiving them:')
.'<p><i>'.implode(', ', $plugins).'</i></p>';
}
}
// Deactivate all non-standard themes
function deactivate_non_standard_themes()
{
global $page, $conf;
$standard_themes = array(
'clear',
'Sylvia',
'dark',
'elegant',
'smartpocket',
);
$query = '
SELECT
id,
name
FROM '.PREFIX_TABLE.'themes
WHERE id NOT IN (\''.implode("','", $standard_themes).'\')
;';
$result = pwg_query($query);
$theme_ids = array();
$theme_names = array();
while ($row = pwg_db_fetch_assoc($result))
{
$theme_ids[] = $row['id'];
$theme_names[] = $row['name'];
}
if (!empty($theme_ids))
{
$query = '
DELETE
FROM '.PREFIX_TABLE.'themes
WHERE id IN (\''.implode("','", $theme_ids).'\')
;';
pwg_query($query);
$page['infos'][] = l10n('As a precaution, following themes have been deactivated. You must check for themes upgrade before reactiving them:')
.'<p><i>'.implode(', ', $theme_names).'</i></p>';
// what is the default theme?
$query = '
SELECT theme
FROM '.PREFIX_TABLE.'user_infos
WHERE user_id = '.$conf['default_user_id'].'
;';
list($default_theme) = pwg_db_fetch_row(pwg_query($query));
// if the default theme has just been deactivated, let's set another core theme as default
if (in_array($default_theme, $theme_ids))
{
$query = '
UPDATE '.PREFIX_TABLE.'user_infos
SET theme = \'elegant\'
WHERE user_id = '.$conf['default_user_id'].'
;';
pwg_query($query);
}
}
}
// Deactivate all templates
function deactivate_templates()
{
conf_update_param('extents_for_templates', array());
}
// Check access rights
function check_upgrade_access_rights()
{
@ -162,7 +228,7 @@ SELECT status
$query = '
SELECT password, status
FROM '.USERS_TABLE.'
WHERE username = "'.$username.'"
WHERE username = \''.$username.'\'
;';
}
else
@ -172,23 +238,18 @@ SELECT u.password, ui.status
FROM '.USERS_TABLE.' AS u
INNER JOIN '.USER_INFOS_TABLE.' AS ui
ON u.'.$conf['user_fields']['id'].'=ui.user_id
WHERE '.$conf['user_fields']['username'].'="'.$username.'"
WHERE '.$conf['user_fields']['username'].'=\''.$username.'\'
;';
}
$row = pwg_db_fetch_assoc(pwg_query($query));
if (!isset($conf['pass_convert']))
if (!$conf['password_verify']($password, $row['password']))
{
$conf['pass_convert'] = create_function('$s', 'return md5($s);');
}
if ($row['password'] != $conf['pass_convert']($password))
{
array_push($page['errors'], l10n('Invalid password!'));
$page['errors'][] = l10n('Invalid password!');
}
elseif ($row['status'] != 'admin' and $row['status'] != 'webmaster')
{
array_push($page['errors'], l10n('You do not have access rights to run upgrade'));
$page['errors'][] = l10n('You do not have access rights to run upgrade');
}
else
{
@ -214,7 +275,7 @@ function get_available_upgrade_ids()
if (is_file($upgrades_path.'/'.$node)
and preg_match('/^(.*?)-database\.php$/', $node, $match))
{
array_push($available_upgrade_ids, $match[1]);
$available_upgrade_ids[] = $match[1];
}
}
}
@ -249,15 +310,13 @@ function upgrade_db_connect()
try
{
$pwg_db_link = pwg_db_connect($conf['db_host'], $conf['db_user'], $conf['db_password'], $conf['db_base']);
if ($pwg_db_link)
{
pwg_db_check_version();
}
pwg_db_connect($conf['db_host'], $conf['db_user'],
$conf['db_password'], $conf['db_base']);
pwg_db_check_version();
}
catch (Exception $e)
{
my_error(l10n($e->getMessage()), true);
}
}
?>
?>

View file

@ -1,126 +1,373 @@
<?php
// TODO
// * check md5sum (already exists?)
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
include_once(PHPWG_ROOT_PATH.'include/common.inc.php');
include_once(PHPWG_ROOT_PATH.'include/ws_functions.inc.php');
include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
// Here is the plan
//
// 1) move uploaded file to upload/2010/01/22/20100122003814-449ada00.jpg
//
// 2) if taller than max_height or wider than max_width, move to pwg_high
// + web sized creation
//
// 3) thumbnail creation from web sized
//
// 4) register in database
include_once(PHPWG_ROOT_PATH.'admin/include/image.class.php');
// add default event handler for image and thumbnail resize
add_event_handler('upload_image_resize', 'pwg_image_resize', EVENT_HANDLER_PRIORITY_NEUTRAL, 6);
add_event_handler('upload_thumbnail_resize', 'pwg_image_resize', EVENT_HANDLER_PRIORITY_NEUTRAL, 6);
add_event_handler('upload_image_resize', 'pwg_image_resize');
add_event_handler('upload_thumbnail_resize', 'pwg_image_resize');
function add_uploaded_file($source_filepath, $original_filename=null, $categories=null, $level=null)
function get_upload_form_config()
{
global $conf;
// default configuration for upload
$upload_form_config = array(
'original_resize' => array(
'default' => false,
'can_be_null' => false,
),
// current date
list($dbnow) = mysql_fetch_row(pwg_query('SELECT NOW();'));
list($year, $month, $day) = preg_split('/[^\d]/', $dbnow, 4);
// upload directory hierarchy
$upload_dir = sprintf(
PHPWG_ROOT_PATH.$conf['upload_dir'].'/%s/%s/%s',
$year,
$month,
$day
'original_resize_maxwidth' => array(
'default' => 2000,
'min' => 500,
'max' => 20000,
'pattern' => '/^\d+$/',
'can_be_null' => false,
'error_message' => l10n('The original maximum width must be a number between %d and %d'),
),
'original_resize_maxheight' => array(
'default' => 2000,
'min' => 300,
'max' => 20000,
'pattern' => '/^\d+$/',
'can_be_null' => false,
'error_message' => l10n('The original maximum height must be a number between %d and %d'),
),
'original_resize_quality' => array(
'default' => 95,
'min' => 50,
'max' => 98,
'pattern' => '/^\d+$/',
'can_be_null' => false,
'error_message' => l10n('The original image quality must be a number between %d and %d'),
),
);
// compute file path
$md5sum = md5_file($source_filepath);
$date_string = preg_replace('/[^\d]/', '', $dbnow);
$random_string = substr($md5sum, 0, 8);
$filename_wo_ext = $date_string.'-'.$random_string;
$file_path = $upload_dir.'/'.$filename_wo_ext.'.jpg';
return $upload_form_config;
}
function save_upload_form_config($data, &$errors=array(), &$form_errors=array())
{
if (!is_array($data) or empty($data))
{
return false;
}
$upload_form_config = get_upload_form_config();
$updates = array();
foreach ($data as $field => $value)
{
if (!isset($upload_form_config[$field]))
{
continue;
}
if (is_bool($upload_form_config[$field]['default']))
{
if (isset($value))
{
$value = true;
}
else
{
$value = false;
}
$updates[] = array(
'param' => $field,
'value' => boolean_to_string($value)
);
}
elseif ($upload_form_config[$field]['can_be_null'] and empty($value))
{
$updates[] = array(
'param' => $field,
'value' => 'false'
);
}
else
{
$min = $upload_form_config[$field]['min'];
$max = $upload_form_config[$field]['max'];
$pattern = $upload_form_config[$field]['pattern'];
if (preg_match($pattern, $value) and $value >= $min and $value <= $max)
{
$updates[] = array(
'param' => $field,
'value' => $value
);
}
else
{
$errors[] = sprintf(
$upload_form_config[$field]['error_message'],
$min, $max
);
$form_errors[$field] = '['.$min.' .. '.$max.']';
}
}
}
if (count($errors) == 0)
{
mass_updates(
CONFIG_TABLE,
array(
'primary' => array('param'),
'update' => array('value')
),
$updates
);
return true;
}
return false;
}
function add_uploaded_file($source_filepath, $original_filename=null, $categories=null, $level=null, $image_id=null, $original_md5sum=null)
{
// 1) move uploaded file to upload/2010/01/22/20100122003814-449ada00.jpg
//
// 2) keep/resize original
//
// 3) register in database
// TODO
// * check md5sum (already exists?)
global $conf, $user;
if (isset($original_md5sum))
{
$md5sum = $original_md5sum;
}
else
{
$md5sum = md5_file($source_filepath);
}
$file_path = null;
$is_tiff = false;
if (isset($image_id))
{
// this photo already exists, we update it
$query = '
SELECT
path
FROM '.IMAGES_TABLE.'
WHERE id = '.$image_id.'
;';
$result = pwg_query($query);
while ($row = pwg_db_fetch_assoc($result))
{
$file_path = $row['path'];
}
if (!isset($file_path))
{
die('['.__FUNCTION__.'] this photo does not exist in the database');
}
// delete all physical files related to the photo (thumbnail, web site, HD)
delete_element_files(array($image_id));
}
else
{
// this photo is new
// current date
list($dbnow) = pwg_db_fetch_row(pwg_query('SELECT NOW();'));
list($year, $month, $day) = preg_split('/[^\d]/', $dbnow, 4);
// upload directory hierarchy
$upload_dir = sprintf(
PHPWG_ROOT_PATH.$conf['upload_dir'].'/%s/%s/%s',
$year,
$month,
$day
);
// compute file path
$date_string = preg_replace('/[^\d]/', '', $dbnow);
$random_string = substr($md5sum, 0, 8);
$filename_wo_ext = $date_string.'-'.$random_string;
$file_path = $upload_dir.'/'.$filename_wo_ext.'.';
list($width, $height, $type) = getimagesize($source_filepath);
if (IMAGETYPE_PNG == $type)
{
$file_path.= 'png';
}
elseif (IMAGETYPE_GIF == $type)
{
$file_path.= 'gif';
}
elseif (IMAGETYPE_TIFF_MM == $type or IMAGETYPE_TIFF_II == $type)
{
$is_tiff = true;
$file_path.= 'tif';
}
elseif (IMAGETYPE_JPEG == $type)
{
$file_path.= 'jpg';
}
elseif (isset($conf['upload_form_all_types']) and $conf['upload_form_all_types'])
{
$original_extension = strtolower(get_extension($original_filename));
if (in_array($original_extension, $conf['file_ext']))
{
$file_path.= $original_extension;
}
else
{
die('unexpected file type');
}
}
else
{
die('forbidden file type');
}
prepare_directory($upload_dir);
}
prepare_directory($upload_dir);
if (is_uploaded_file($source_filepath))
{
move_uploaded_file($source_filepath, $file_path);
}
else
{
copy($source_filepath, $file_path);
rename($source_filepath, $file_path);
}
@chmod($file_path, 0644);
// handle the uploaded file type by potentially making a
// pwg_representative file.
$representative_ext = trigger_change('upload_file', null, $file_path);
global $logger;
$logger->info("Handling " . (string)$file_path . " got " . (string)$representative_ext);
// If it is set to either true (the file didn't need a
// representative generated) or false (the generation of the
// representative failed), set it to null because we have no
// representative file.
if (is_bool($representative_ext)) {
$representative_ext = null;
}
if (pwg_image::get_library() != 'gd')
{
if ($conf['original_resize'])
{
$need_resize = need_resize($file_path, $conf['original_resize_maxwidth'], $conf['original_resize_maxheight']);
if ($need_resize)
{
$img = new pwg_image($file_path);
$img->pwg_resize(
$file_path,
$conf['original_resize_maxwidth'],
$conf['original_resize_maxheight'],
$conf['original_resize_quality'],
$conf['upload_form_automatic_rotation'],
false
);
$img->destroy();
}
}
}
if ($conf['upload_form_websize_resize']
and need_resize($file_path, $conf['upload_form_websize_maxwidth'], $conf['upload_form_websize_maxheight']))
{
$high_path = file_path_for_type($file_path, 'high');
$high_dir = dirname($high_path);
prepare_directory($high_dir);
rename($file_path, $high_path);
$high_infos = pwg_image_infos($high_path);
trigger_event('upload_image_resize',
false,
$high_path,
$file_path,
$conf['upload_form_websize_maxwidth'],
$conf['upload_form_websize_maxheight'],
$conf['upload_form_websize_quality']
);
}
// we need to save the rotation angle in the database to compute
// width/height of "multisizes"
$rotation_angle = pwg_image::get_rotation_angle($file_path);
$rotation = pwg_image::get_rotation_code_from_angle($rotation_angle);
$file_infos = pwg_image_infos($file_path);
$thumb_path = file_path_for_type($file_path, 'thumb');
$thumb_dir = dirname($thumb_path);
prepare_directory($thumb_dir);
trigger_event('upload_thumbnail_resize',
false,
$file_path,
$thumb_path,
$conf['upload_form_thumb_maxwidth'],
$conf['upload_form_thumb_maxheight'],
$conf['upload_form_thumb_quality']
);
$thumb_infos = pwg_image_infos($thumb_path);
// database registration
$insert = array(
'file' => isset($original_filename) ? $original_filename : basename($file_path),
'date_available' => $dbnow,
'tn_ext' => 'jpg',
'path' => preg_replace('#^'.preg_quote(PHPWG_ROOT_PATH).'#', '', $file_path),
'filesize' => $file_infos['filesize'],
'width' => $file_infos['width'],
'height' => $file_infos['height'],
'md5sum' => $md5sum,
);
if (isset($high_infos))
if (isset($image_id))
{
$insert['has_high'] = 'true';
$insert['high_filesize'] = $high_infos['filesize'];
}
$update = array(
'file' => pwg_db_real_escape_string(isset($original_filename) ? $original_filename : basename($file_path)),
'filesize' => $file_infos['filesize'],
'width' => $file_infos['width'],
'height' => $file_infos['height'],
'md5sum' => $md5sum,
'added_by' => $user['id'],
'rotation' => $rotation,
);
if (isset($level))
{
$insert['level'] = $level;
if (isset($level))
{
$update['level'] = $level;
}
single_update(
IMAGES_TABLE,
$update,
array('id' => $image_id)
);
}
else
{
// database registration
$file = pwg_db_real_escape_string(isset($original_filename) ? $original_filename : basename($file_path));
$insert = array(
'file' => $file,
'name' => get_name_from_file($file),
'date_available' => $dbnow,
'path' => preg_replace('#^'.preg_quote(PHPWG_ROOT_PATH).'#', '', $file_path),
'filesize' => $file_infos['filesize'],
'width' => $file_infos['width'],
'height' => $file_infos['height'],
'md5sum' => $md5sum,
'added_by' => $user['id'],
'rotation' => $rotation,
);
if (isset($level))
{
$insert['level'] = $level;
}
if (isset($representative_ext))
{
$insert['representative_ext'] = $representative_ext;
}
single_insert(IMAGES_TABLE, $insert);
$image_id = pwg_db_insert_id(IMAGES_TABLE);
}
mass_inserts(
IMAGES_TABLE,
array_keys($insert),
array($insert)
);
$image_id = mysql_insert_id();
if (isset($categories) and count($categories) > 0)
{
@ -129,18 +376,206 @@ function add_uploaded_file($source_filepath, $original_filename=null, $categorie
$categories
);
}
// update metadata from the uploaded file (exif/iptc)
update_metadata(array($image_id=>$file_path));
if ($conf['use_exif'] and !function_exists('read_exif_data'))
{
$conf['use_exif'] = false;
}
sync_metadata(array($image_id));
invalidate_user_cache();
// cache thumbnail
$query = '
SELECT
id,
path
FROM '.IMAGES_TABLE.'
WHERE id = '.$image_id.'
;';
$image_infos = pwg_db_fetch_assoc(pwg_query($query));
set_make_full_url();
// in case we are on uploadify.php, we have to replace the false path
$thumb_url = preg_replace('#admin/include/i#', 'i', DerivativeImage::thumb_url($image_infos));
unset_make_full_url();
fetchRemote($thumb_url, $dest);
return $image_id;
}
add_event_handler('upload_file', 'upload_file_pdf');
function upload_file_pdf($representative_ext, $file_path)
{
global $logger, $conf;
$logger->info(__FUNCTION__.', $file_path = '.$file_path.', $representative_ext = '.$representative_ext);
if (isset($representative_ext))
{
return $representative_ext;
}
if (pwg_image::get_library() != 'ext_imagick')
{
return $representative_ext;
}
if (!in_array(strtolower(get_extension($file_path)), array('pdf')))
{
return $representative_ext;
}
$ext = conf_get_param('pdf_representative_ext', 'jpg');
$jpg_quality = conf_get_param('pdf_jpg_quality', 90);
// move the uploaded file to pwg_representative sub-directory
$representative_file_path = original_to_representative($file_path, $ext);
prepare_directory(dirname($representative_file_path));
$exec = $conf['ext_imagick_dir'].'convert';
if ('jpg' == $ext)
{
$exec.= ' -quality '.$jpg_quality;
}
$exec.= ' "'.realpath($file_path).'"[0]';
$exec.= ' "'.$representative_file_path.'"';
$exec.= ' 2>&1';
@exec($exec, $returnarray);
// Return the extension (if successful) or false (if failed)
if (file_exists($representative_file_path))
{
$representative_ext = $ext;
}
return $representative_ext;
}
add_event_handler('upload_file', 'upload_file_tiff');
function upload_file_tiff($representative_ext, $file_path)
{
global $logger, $conf;
$logger->info(__FUNCTION__.', $file_path = '.$file_path.', $representative_ext = '.$representative_ext);
if (isset($representative_ext))
{
return $representative_ext;
}
if (pwg_image::get_library() != 'ext_imagick')
{
return $representative_ext;
}
if (!in_array(strtolower(get_extension($file_path)), array('tif', 'tiff')))
{
return $representative_ext;
}
// move the uploaded file to pwg_representative sub-directory
$representative_file_path = dirname($file_path).'/pwg_representative/';
$representative_file_path.= get_filename_wo_extension(basename($file_path)).'.';
$representative_ext = $conf['tiff_representative_ext'];
$representative_file_path.= $representative_ext;
prepare_directory(dirname($representative_file_path));
$exec = $conf['ext_imagick_dir'].'convert';
if ('jpg' == $conf['tiff_representative_ext'])
{
$exec .= ' -quality 98';
}
$exec .= ' "'.realpath($file_path).'"';
$dest = pathinfo($representative_file_path);
$exec .= ' "'.realpath($dest['dirname']).'/'.$dest['basename'].'"';
$exec .= ' 2>&1';
@exec($exec, $returnarray);
// sometimes ImageMagick creates file-0.jpg (full size) + file-1.jpg
// (thumbnail). I don't know how to avoid it.
$representative_file_abspath = realpath($dest['dirname']).'/'.$dest['basename'];
if (!file_exists($representative_file_abspath))
{
$first_file_abspath = preg_replace(
'/\.'.$representative_ext.'$/',
'-0.'.$representative_ext,
$representative_file_abspath
);
if (file_exists($first_file_abspath))
{
rename($first_file_abspath, $representative_file_abspath);
}
}
return get_extension($representative_file_abspath);
}
add_event_handler('upload_file', 'upload_file_video');
function upload_file_video($representative_ext, $file_path)
{
global $logger, $conf;
$logger->info(__FUNCTION__.', $file_path = '.$file_path.', $representative_ext = '.$representative_ext);
if (isset($representative_ext))
{
return $representative_ext;
}
$ffmpeg_video_exts = array( // extensions tested with FFmpeg
'wmv','mov','mkv','mp4','mpg','flv','asf','xvid','divx','mpeg',
'avi','rm', 'm4v', 'ogg', 'ogv', 'webm', 'webmv',
);
if (!in_array(strtolower(get_extension($file_path)), $ffmpeg_video_exts))
{
return $representative_ext;
}
$representative_file_path = dirname($file_path).'/pwg_representative/';
$representative_file_path.= get_filename_wo_extension(basename($file_path)).'.';
$representative_ext = 'jpg';
$representative_file_path.= $representative_ext;
prepare_directory(dirname($representative_file_path));
$second = 1;
$ffmpeg = $conf['ffmpeg_dir'].'ffmpeg';
$ffmpeg.= ' -i "'.$file_path.'"';
$ffmpeg.= ' -an -ss '.$second;
$ffmpeg.= ' -t 1 -r 1 -y -vcodec mjpeg -f mjpeg';
$ffmpeg.= ' "'.$representative_file_path.'"';
@exec($ffmpeg);
if (!file_exists($representative_file_path))
{
return null;
}
return $representative_ext;
}
function prepare_directory($directory)
{
if (!is_dir($directory)) {
if (substr(PHP_OS, 0, 3) == 'WIN')
{
$directory = str_replace('/', DIRECTORY_SEPARATOR, $directory);
}
umask(0000);
$recursive = true;
if (!@mkdir($directory, 0777, $recursive))
@ -165,8 +600,11 @@ function prepare_directory($directory)
function need_resize($image_filepath, $max_width, $max_height)
{
// TODO : the resize check should take the orientation into account. If a
// rotation must be applied to the resized photo, then we should test
// invert width and height.
list($width, $height) = getimagesize($image_filepath);
if ($width > $max_width or $height > $max_height)
{
return true;
@ -175,93 +613,11 @@ function need_resize($image_filepath, $max_width, $max_height)
return false;
}
function pwg_image_resize($result, $source_filepath, $destination_filepath, $max_width, $max_height, $quality)
{
if ($result !== false)
{
//someone hooked us - so we skip
return $result;
}
if (!function_exists('gd_info'))
{
return false;
}
// extension of the picture filename
$extension = strtolower(get_extension($source_filepath));
$source_image = null;
if (in_array($extension, array('jpg', 'jpeg')))
{
$source_image = @imagecreatefromjpeg($source_filepath);
}
else if ($extension == 'png')
{
$source_image = @imagecreatefrompng($source_filepath);
}
else
{
die('unsupported file extension');
}
// width/height
$source_width = imagesx($source_image);
$source_height = imagesy($source_image);
$ratio_width = $source_width / $max_width;
$ratio_height = $source_height / $max_height;
// maximal size exceeded ?
if ($ratio_width > 1 or $ratio_height > 1)
{
if ($ratio_width < $ratio_height)
{
$destination_width = ceil($source_width / $ratio_height);
$destination_height = $max_height;
}
else
{
$destination_width = $max_width;
$destination_height = ceil($source_height / $ratio_width);
}
}
else
{
// the image doesn't need any resize! We just copy it to the destination
copy($source_filepath, $destination_filepath);
return true;
}
$destination_image = imagecreatetruecolor($destination_width, $destination_height);
imagecopyresampled(
$destination_image,
$source_image,
0,
0,
0,
0,
$destination_width,
$destination_height,
$source_width,
$source_height
);
imagejpeg($destination_image, $destination_filepath, $quality);
// freeing memory ressources
imagedestroy($source_image);
imagedestroy($destination_image);
// everything should be OK if we are here!
return true;
}
function pwg_image_infos($path)
{
list($width, $height) = getimagesize($path);
$filesize = floor(filesize($path)/1024);
return array(
'width' => $width,
'height' => $height,
@ -271,6 +627,121 @@ function pwg_image_infos($path)
function is_valid_image_extension($extension)
{
return in_array(strtolower($extension), array('jpg', 'jpeg', 'png'));
global $conf;
if (isset($conf['upload_form_all_types']) and $conf['upload_form_all_types'])
{
$extensions = $conf['file_ext'];
}
else
{
$extensions = $conf['picture_ext'];
}
return array_unique(array_map('strtolower', $extensions));
}
function file_upload_error_message($error_code)
{
switch ($error_code) {
case UPLOAD_ERR_INI_SIZE:
return sprintf(
l10n('The uploaded file exceeds the upload_max_filesize directive in php.ini: %sB'),
get_ini_size('upload_max_filesize', false)
);
case UPLOAD_ERR_FORM_SIZE:
return l10n('The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form');
case UPLOAD_ERR_PARTIAL:
return l10n('The uploaded file was only partially uploaded');
case UPLOAD_ERR_NO_FILE:
return l10n('No file was uploaded');
case UPLOAD_ERR_NO_TMP_DIR:
return l10n('Missing a temporary folder');
case UPLOAD_ERR_CANT_WRITE:
return l10n('Failed to write file to disk');
case UPLOAD_ERR_EXTENSION:
return l10n('File upload stopped by extension');
default:
return l10n('Unknown upload error');
}
}
function get_ini_size($ini_key, $in_bytes=true)
{
$size = ini_get($ini_key);
if ($in_bytes)
{
$size = convert_shorthand_notation_to_bytes($size);
}
return $size;
}
function convert_shorthand_notation_to_bytes($value)
{
$suffix = substr($value, -1);
$multiply_by = null;
if ('K' == $suffix)
{
$multiply_by = 1024;
}
else if ('M' == $suffix)
{
$multiply_by = 1024*1024;
}
else if ('G' == $suffix)
{
$multiply_by = 1024*1024*1024;
}
if (isset($multiply_by))
{
$value = substr($value, 0, -1);
$value*= $multiply_by;
}
return $value;
}
function add_upload_error($upload_id, $error_message)
{
$_SESSION['uploads_error'][$upload_id][] = $error_message;
}
function ready_for_upload_message()
{
global $conf;
$relative_dir = preg_replace('#^'.PHPWG_ROOT_PATH.'#', '', $conf['upload_dir']);
if (!is_dir($conf['upload_dir']))
{
if (!is_writable(dirname($conf['upload_dir'])))
{
return sprintf(
l10n('Create the "%s" directory at the root of your Piwigo installation'),
$relative_dir
);
}
}
else
{
if (!is_writable($conf['upload_dir']))
{
@chmod($conf['upload_dir'], 0777);
if (!is_writable($conf['upload_dir']))
{
return sprintf(
l10n('Give write access (chmod 777) to "%s" directory at the root of your Piwigo installation'),
$relative_dir
);
}
}
}
return null;
}
?>

View file

@ -0,0 +1,829 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
// +-----------------------------------------------------------------------+
// | Image Interface |
// +-----------------------------------------------------------------------+
// Define all needed methods for image class
interface imageInterface
{
function get_width();
function get_height();
function set_compression_quality($quality);
function crop($width, $height, $x, $y);
function strip();
function rotate($rotation);
function resize($width, $height);
function sharpen($amount);
function compose($overlay, $x, $y, $opacity);
function write($destination_filepath);
}
// +-----------------------------------------------------------------------+
// | Main Image Class |
// +-----------------------------------------------------------------------+
class pwg_image
{
var $image;
var $library = '';
var $source_filepath = '';
static $ext_imagick_version = '';
function __construct($source_filepath, $library=null)
{
$this->source_filepath = $source_filepath;
trigger_notify('load_image_library', array(&$this) );
if (is_object($this->image))
{
return; // A plugin may have load its own library
}
$extension = strtolower(get_extension($source_filepath));
if (!in_array($extension, array('jpg', 'jpeg', 'png', 'gif')))
{
die('[Image] unsupported file extension');
}
if (!($this->library = self::get_library($library, $extension)))
{
die('No image library available on your server.');
}
$class = 'image_'.$this->library;
$this->image = new $class($source_filepath);
}
// Unknow methods will be redirected to image object
function __call($method, $arguments)
{
return call_user_func_array(array($this->image, $method), $arguments);
}
// Piwigo resize function
function pwg_resize($destination_filepath, $max_width, $max_height, $quality, $automatic_rotation=true, $strip_metadata=false, $crop=false, $follow_orientation=true)
{
$starttime = get_moment();
// width/height
$source_width = $this->image->get_width();
$source_height = $this->image->get_height();
$rotation = null;
if ($automatic_rotation)
{
$rotation = self::get_rotation_angle($this->source_filepath);
}
$resize_dimensions = self::get_resize_dimensions($source_width, $source_height, $max_width, $max_height, $rotation, $crop, $follow_orientation);
// testing on height is useless in theory: if width is unchanged, there
// should be no resize, because width/height ratio is not modified.
if ($resize_dimensions['width'] == $source_width and $resize_dimensions['height'] == $source_height)
{
// the image doesn't need any resize! We just copy it to the destination
copy($this->source_filepath, $destination_filepath);
return $this->get_resize_result($destination_filepath, $resize_dimensions['width'], $resize_dimensions['height'], $starttime);
}
$this->image->set_compression_quality($quality);
if ($strip_metadata)
{
// we save a few kilobytes. For example a thumbnail with metadata weights 25KB, without metadata 7KB.
$this->image->strip();
}
if (isset($resize_dimensions['crop']))
{
$this->image->crop($resize_dimensions['crop']['width'], $resize_dimensions['crop']['height'], $resize_dimensions['crop']['x'], $resize_dimensions['crop']['y']);
}
$this->image->resize($resize_dimensions['width'], $resize_dimensions['height']);
if (!empty($rotation))
{
$this->image->rotate($rotation);
}
$this->image->write($destination_filepath);
// everything should be OK if we are here!
return $this->get_resize_result($destination_filepath, $resize_dimensions['width'], $resize_dimensions['height'], $starttime);
}
static function get_resize_dimensions($width, $height, $max_width, $max_height, $rotation=null, $crop=false, $follow_orientation=true)
{
$rotate_for_dimensions = false;
if (isset($rotation) and in_array(abs($rotation), array(90, 270)))
{
$rotate_for_dimensions = true;
}
if ($rotate_for_dimensions)
{
list($width, $height) = array($height, $width);
}
if ($crop)
{
$x = 0;
$y = 0;
if ($width < $height and $follow_orientation)
{
list($max_width, $max_height) = array($max_height, $max_width);
}
$img_ratio = $width / $height;
$dest_ratio = $max_width / $max_height;
if($dest_ratio > $img_ratio)
{
$destHeight = round($width * $max_height / $max_width);
$y = round(($height - $destHeight) / 2 );
$height = $destHeight;
}
elseif ($dest_ratio < $img_ratio)
{
$destWidth = round($height * $max_width / $max_height);
$x = round(($width - $destWidth) / 2 );
$width = $destWidth;
}
}
$ratio_width = $width / $max_width;
$ratio_height = $height / $max_height;
$destination_width = $width;
$destination_height = $height;
// maximal size exceeded ?
if ($ratio_width > 1 or $ratio_height > 1)
{
if ($ratio_width < $ratio_height)
{
$destination_width = round($width / $ratio_height);
$destination_height = $max_height;
}
else
{
$destination_width = $max_width;
$destination_height = round($height / $ratio_width);
}
}
if ($rotate_for_dimensions)
{
list($destination_width, $destination_height) = array($destination_height, $destination_width);
}
$result = array(
'width' => $destination_width,
'height'=> $destination_height,
);
if ($crop and ($x or $y))
{
$result['crop'] = array(
'width' => $width,
'height' => $height,
'x' => $x,
'y' => $y,
);
}
return $result;
}
static function get_rotation_angle($source_filepath)
{
list($width, $height, $type) = getimagesize($source_filepath);
if (IMAGETYPE_JPEG != $type)
{
return null;
}
if (!function_exists('exif_read_data'))
{
return null;
}
$rotation = 0;
$exif = @exif_read_data($source_filepath);
if (isset($exif['Orientation']) and preg_match('/^\s*(\d)/', $exif['Orientation'], $matches))
{
$orientation = $matches[1];
if (in_array($orientation, array(3, 4)))
{
$rotation = 180;
}
elseif (in_array($orientation, array(5, 6)))
{
$rotation = 270;
}
elseif (in_array($orientation, array(7, 8)))
{
$rotation = 90;
}
}
return $rotation;
}
static function get_rotation_code_from_angle($rotation_angle)
{
switch($rotation_angle)
{
case 0: return 0;
case 90: return 1;
case 180: return 2;
case 270: return 3;
}
}
static function get_rotation_angle_from_code($rotation_code)
{
switch($rotation_code%4)
{
case 0: return 0;
case 1: return 90;
case 2: return 180;
case 3: return 270;
}
}
/** Returns a normalized convolution kernel for sharpening*/
static function get_sharpen_matrix($amount)
{
// Amount should be in the range of 48-10
$amount = round(abs(-48 + ($amount * 0.38)), 2);
$matrix = array(
array(-1, -1, -1),
array(-1, $amount, -1),
array(-1, -1, -1),
);
$norm = array_sum(array_map('array_sum', $matrix));
for ($i=0; $i<3; $i++)
{
$line = & $matrix[$i];
for ($j=0; $j<3; $j++)
{
$line[$j] /= $norm;
}
}
return $matrix;
}
private function get_resize_result($destination_filepath, $width, $height, $time=null)
{
return array(
'source' => $this->source_filepath,
'destination' => $destination_filepath,
'width' => $width,
'height' => $height,
'size' => floor(filesize($destination_filepath) / 1024).' KB',
'time' => $time ? number_format((get_moment() - $time) * 1000, 2, '.', ' ').' ms' : null,
'library' => $this->library,
);
}
static function is_imagick()
{
return (extension_loaded('imagick') and class_exists('Imagick'));
}
static function is_ext_imagick()
{
global $conf;
if (!function_exists('exec'))
{
return false;
}
@exec($conf['ext_imagick_dir'].'convert -version', $returnarray);
if (is_array($returnarray) and !empty($returnarray[0]) and preg_match('/ImageMagick/i', $returnarray[0]))
{
if (preg_match('/Version: ImageMagick (\d+\.\d+\.\d+-?\d*)/', $returnarray[0], $match))
{
self::$ext_imagick_version = $match[1];
}
return true;
}
return false;
}
static function is_gd()
{
return function_exists('gd_info');
}
static function get_library($library=null, $extension=null)
{
global $conf;
if (is_null($library))
{
$library = $conf['graphics_library'];
}
// Choose image library
switch (strtolower($library))
{
case 'auto':
case 'imagick':
if ($extension != 'gif' and self::is_imagick())
{
return 'imagick';
}
case 'ext_imagick':
if ($extension != 'gif' and self::is_ext_imagick())
{
return 'ext_imagick';
}
case 'gd':
if (self::is_gd())
{
return 'gd';
}
default:
if ($library != 'auto')
{
// Requested library not available. Try another library
return self::get_library('auto', $extension);
}
}
return false;
}
function destroy()
{
if (method_exists($this->image, 'destroy'))
{
return $this->image->destroy();
}
return true;
}
}
// +-----------------------------------------------------------------------+
// | Class for Imagick extension |
// +-----------------------------------------------------------------------+
class image_imagick implements imageInterface
{
var $image;
function __construct($source_filepath)
{
// A bug cause that Imagick class can not be extended
$this->image = new Imagick($source_filepath);
}
function get_width()
{
return $this->image->getImageWidth();
}
function get_height()
{
return $this->image->getImageHeight();
}
function set_compression_quality($quality)
{
return $this->image->setImageCompressionQuality($quality);
}
function crop($width, $height, $x, $y)
{
return $this->image->cropImage($width, $height, $x, $y);
}
function strip()
{
return $this->image->stripImage();
}
function rotate($rotation)
{
$this->image->rotateImage(new ImagickPixel(), -$rotation);
$this->image->setImageOrientation(Imagick::ORIENTATION_TOPLEFT);
return true;
}
function resize($width, $height)
{
$this->image->setInterlaceScheme(Imagick::INTERLACE_LINE);
// TODO need to explain this condition
if ($this->get_width()%2 == 0
&& $this->get_height()%2 == 0
&& $this->get_width() > 3*$width)
{
$this->image->scaleImage($this->get_width()/2, $this->get_height()/2);
}
return $this->image->resizeImage($width, $height, Imagick::FILTER_LANCZOS, 0.9);
}
function sharpen($amount)
{
$m = pwg_image::get_sharpen_matrix($amount);
return $this->image->convolveImage($m);
}
function compose($overlay, $x, $y, $opacity)
{
$ioverlay = $overlay->image->image;
/*if ($ioverlay->getImageAlphaChannel() !== Imagick::ALPHACHANNEL_OPAQUE)
{
// Force the image to have an alpha channel
$ioverlay->setImageAlphaChannel(Imagick::ALPHACHANNEL_OPAQUE);
}*/
global $dirty_trick_xrepeat;
if ( !isset($dirty_trick_xrepeat) && $opacity < 100)
{// NOTE: Using setImageOpacity will destroy current alpha channels!
$ioverlay->evaluateImage(Imagick::EVALUATE_MULTIPLY, $opacity / 100, Imagick::CHANNEL_ALPHA);
$dirty_trick_xrepeat = true;
}
return $this->image->compositeImage($ioverlay, Imagick::COMPOSITE_DISSOLVE, $x, $y);
}
function write($destination_filepath)
{
// use 4:2:2 chroma subsampling (reduce file size by 20-30% with "almost" no human perception)
$this->image->setSamplingFactors( array(2,1) );
return $this->image->writeImage($destination_filepath);
}
}
// +-----------------------------------------------------------------------+
// | Class for ImageMagick external installation |
// +-----------------------------------------------------------------------+
class image_ext_imagick implements imageInterface
{
var $imagickdir = '';
var $source_filepath = '';
var $width = '';
var $height = '';
var $commands = array();
function __construct($source_filepath)
{
global $conf;
$this->source_filepath = $source_filepath;
$this->imagickdir = $conf['ext_imagick_dir'];
if (strpos(@$_SERVER['SCRIPT_FILENAME'], '/kunden/') === 0) // 1and1
{
@putenv('MAGICK_THREAD_LIMIT=1');
}
$command = $this->imagickdir.'identify -format "%wx%h" "'.realpath($source_filepath).'"';
@exec($command, $returnarray);
if(!is_array($returnarray) or empty($returnarray[0]) or !preg_match('/^(\d+)x(\d+)$/', $returnarray[0], $match))
{
die("[External ImageMagick] Corrupt image\n" . var_export($returnarray, true));
}
$this->width = $match[1];
$this->height = $match[2];
}
function add_command($command, $params=null)
{
$this->commands[$command] = $params;
}
function get_width()
{
return $this->width;
}
function get_height()
{
return $this->height;
}
function crop($width, $height, $x, $y)
{
$this->width = $width;
$this->height = $height;
$this->add_command('crop', $width.'x'.$height.'+'.$x.'+'.$y);
return true;
}
function strip()
{
$this->add_command('strip');
return true;
}
function rotate($rotation)
{
if (empty($rotation))
{
return true;
}
if ($rotation==90 || $rotation==270)
{
$tmp = $this->width;
$this->width = $this->height;
$this->height = $tmp;
}
$this->add_command('rotate', -$rotation);
$this->add_command('orient', 'top-left');
return true;
}
function set_compression_quality($quality)
{
$this->add_command('quality', $quality);
return true;
}
function resize($width, $height)
{
$this->width = $width;
$this->height = $height;
$this->add_command('filter', 'Lanczos');
$this->add_command('resize', $width.'x'.$height.'!');
return true;
}
function sharpen($amount)
{
$m = pwg_image::get_sharpen_matrix($amount);
$param ='convolve "'.count($m).':';
foreach ($m as $line)
{
$param .= ' ';
$param .= implode(',', $line);
}
$param .= '"';
$this->add_command('morphology', $param);
return true;
}
function compose($overlay, $x, $y, $opacity)
{
$param = 'compose dissolve -define compose:args='.$opacity;
$param .= ' '.escapeshellarg(realpath($overlay->image->source_filepath));
$param .= ' -gravity NorthWest -geometry +'.$x.'+'.$y;
$param .= ' -composite';
$this->add_command($param);
return true;
}
function write($destination_filepath)
{
global $logger;
$this->add_command('interlace', 'line'); // progressive rendering
// use 4:2:2 chroma subsampling (reduce file size by 20-30% with "almost" no human perception)
//
// option deactivated for Piwigo 2.4.1, it doesn't work fo old versions
// of ImageMagick, see bug:2672. To reactivate once we have a better way
// to detect IM version and when we know which version supports this
// option
//
if (version_compare(pwg_image::$ext_imagick_version, '6.6') > 0)
{
$this->add_command('sampling-factor', '4:2:2' );
}
$exec = $this->imagickdir.'convert';
$exec .= ' "'.realpath($this->source_filepath).'"';
foreach ($this->commands as $command => $params)
{
$exec .= ' -'.$command;
if (!empty($params))
{
$exec .= ' '.$params;
}
}
$dest = pathinfo($destination_filepath);
$exec .= ' "'.realpath($dest['dirname']).'/'.$dest['basename'].'" 2>&1';
$logger->debug($exec, 'i.php');
@exec($exec, $returnarray);
if (is_array($returnarray) && (count($returnarray)>0) )
{
$logger->error('', 'i.php', $returnarray);
foreach ($returnarray as $line)
trigger_error($line, E_USER_WARNING);
}
return is_array($returnarray);
}
}
// +-----------------------------------------------------------------------+
// | Class for GD library |
// +-----------------------------------------------------------------------+
class image_gd implements imageInterface
{
var $image;
var $quality = 95;
function __construct($source_filepath)
{
$gd_info = gd_info();
$extension = strtolower(get_extension($source_filepath));
if (in_array($extension, array('jpg', 'jpeg')))
{
$this->image = imagecreatefromjpeg($source_filepath);
}
else if ($extension == 'png')
{
$this->image = imagecreatefrompng($source_filepath);
}
elseif ($extension == 'gif' and $gd_info['GIF Read Support'] and $gd_info['GIF Create Support'])
{
$this->image = imagecreatefromgif($source_filepath);
}
else
{
die('[Image GD] unsupported file extension');
}
}
function get_width()
{
return imagesx($this->image);
}
function get_height()
{
return imagesy($this->image);
}
function crop($width, $height, $x, $y)
{
$dest = imagecreatetruecolor($width, $height);
imagealphablending($dest, false);
imagesavealpha($dest, true);
if (function_exists('imageantialias'))
{
imageantialias($dest, true);
}
$result = imagecopymerge($dest, $this->image, 0, 0, $x, $y, $width, $height, 100);
if ($result !== false)
{
imagedestroy($this->image);
$this->image = $dest;
}
else
{
imagedestroy($dest);
}
return $result;
}
function strip()
{
return true;
}
function rotate($rotation)
{
$dest = imagerotate($this->image, $rotation, 0);
imagedestroy($this->image);
$this->image = $dest;
return true;
}
function set_compression_quality($quality)
{
$this->quality = $quality;
return true;
}
function resize($width, $height)
{
$dest = imagecreatetruecolor($width, $height);
imagealphablending($dest, false);
imagesavealpha($dest, true);
if (function_exists('imageantialias'))
{
imageantialias($dest, true);
}
$result = imagecopyresampled($dest, $this->image, 0, 0, 0, 0, $width, $height, $this->get_width(), $this->get_height());
if ($result !== false)
{
imagedestroy($this->image);
$this->image = $dest;
}
else
{
imagedestroy($dest);
}
return $result;
}
function sharpen($amount)
{
$m = pwg_image::get_sharpen_matrix($amount);
return imageconvolution($this->image, $m, 1, 0);
}
function compose($overlay, $x, $y, $opacity)
{
$ioverlay = $overlay->image->image;
/* A replacement for php's imagecopymerge() function that supports the alpha channel
See php bug #23815: http://bugs.php.net/bug.php?id=23815 */
$ow = imagesx($ioverlay);
$oh = imagesy($ioverlay);
// Create a new blank image the site of our source image
$cut = imagecreatetruecolor($ow, $oh);
// Copy the blank image into the destination image where the source goes
imagecopy($cut, $this->image, 0, 0, $x, $y, $ow, $oh);
// Place the source image in the destination image
imagecopy($cut, $ioverlay, 0, 0, 0, 0, $ow, $oh);
imagecopymerge($this->image, $cut, $x, $y, 0, 0, $ow, $oh, $opacity);
imagedestroy($cut);
return true;
}
function write($destination_filepath)
{
$extension = strtolower(get_extension($destination_filepath));
if ($extension == 'png')
{
imagepng($this->image, $destination_filepath);
}
elseif ($extension == 'gif')
{
imagegif($this->image, $destination_filepath);
}
else
{
imagejpeg($this->image, $destination_filepath, $this->quality);
}
}
function destroy()
{
imagedestroy($this->image);
}
}
?>

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -30,26 +30,9 @@ class languages
/**
* Initialize $fs_languages and $db_languages
*/
function languages($target_charset = null)
function __construct($target_charset = null)
{
$this->fs_languages = $this->get_fs_languages($target_charset);
}
/**
* Set tabsheet for languages pages.
* @param string selected page.
*/
function set_tabsheet($selected)
{
include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
$link = get_root_url().'admin.php?page=';
$tabsheet = new tabsheet();
$tabsheet->add('languages_installed', l10n('Installed Languages'), $link.'languages_installed');
$tabsheet->add('languages_new', l10n('Add New Language'), $link.'languages_new');
$tabsheet->select($selected);
$tabsheet->assign();
$this->get_fs_languages($target_charset);
}
/**
@ -74,14 +57,16 @@ class languages
case 'activate':
if (isset($crt_db_language))
{
array_push($errors, 'CANNOT ACTIVATE - LANGUAGE IS ALREADY ACTIVATED');
$errors[] = 'CANNOT ACTIVATE - LANGUAGE IS ALREADY ACTIVATED';
break;
}
$query = '
INSERT INTO '.LANGUAGES_TABLE.'
(id, name)
VALUES(\''.$language_id.'\', \''.$this->fs_languages[$language_id].'\')
(id, version, name)
VALUES(\''.$language_id.'\',
\''.$this->fs_languages[$language_id]['version'].'\',
\''.$this->fs_languages[$language_id]['name'].'\')
;';
pwg_query($query);
break;
@ -89,55 +74,52 @@ INSERT INTO '.LANGUAGES_TABLE.'
case 'deactivate':
if (!isset($crt_db_language))
{
array_push($errors, 'CANNOT DEACTIVATE - LANGUAGE IS ALREADY DEACTIVATED');
$errors[] = 'CANNOT DEACTIVATE - LANGUAGE IS ALREADY DEACTIVATED';
break;
}
if ($language_id == get_default_language())
{
array_push($errors, 'CANNOT DEACTIVATE - LANGUAGE IS DEFAULT LANGUAGE');
$errors[] = 'CANNOT DEACTIVATE - LANGUAGE IS DEFAULT LANGUAGE';
break;
}
$query = "
$query = '
DELETE
FROM ".LANGUAGES_TABLE."
WHERE id= '".$language_id."'
;";
FROM '.LANGUAGES_TABLE.'
WHERE id= \''.$language_id.'\'
;';
pwg_query($query);
break;
case 'delete':
if (!empty($crt_db_language))
{
array_push($errors, 'CANNOT DELETE - LANGUAGE IS ACTIVATED');
$errors[] = 'CANNOT DELETE - LANGUAGE IS ACTIVATED';
break;
}
if (!isset($this->fs_languages[$language_id]))
{
array_push($errors, 'CANNOT DELETE - LANGUAGE DOES NOT EXIST');
$errors[] = 'CANNOT DELETE - LANGUAGE DOES NOT EXIST';
break;
}
// Set default language to user who are using this language
$query = '
UPDATE '.USER_INFOS_TABLE.'
SET language = "'.get_default_language().'"
WHERE language = "'.$language_id.'"
SET language = \''.get_default_language().'\'
WHERE language = \''.$language_id.'\'
;';
pwg_query($query);
if (!$this->deltree(PHPWG_ROOT_PATH.'language/'.$language_id))
{
$this->send_to_trash(PHPWG_ROOT_PATH.'language/'.$language_id);
}
deltree(PHPWG_ROOT_PATH.'language/'.$language_id, PHPWG_ROOT_PATH.'language/trash');
break;
case 'set_default':
$query = '
UPDATE '.USER_INFOS_TABLE.'
SET language = "'.$language_id.'"
WHERE user_id = '.$conf['default_user_id'].'
SET language = \''.$language_id.'\'
WHERE user_id IN ('.$conf['default_user_id'].', '.$conf['guest_id'].')
;';
pwg_query($query);
break;
@ -147,7 +129,7 @@ UPDATE '.USER_INFOS_TABLE.'
/**
* Get languages defined in the language directory
*/
*/
function get_fs_languages($target_charset = null)
{
if ( empty($target_charset) )
@ -157,21 +139,60 @@ UPDATE '.USER_INFOS_TABLE.'
$target_charset = strtolower($target_charset);
$dir = opendir(PHPWG_ROOT_PATH.'language');
while ($file = readdir($dir))
{
$path = PHPWG_ROOT_PATH.'language/'.$file;
if (!is_link($path) and is_dir($path) and file_exists($path.'/iso.txt'))
if ($file!='.' and $file!='..')
{
list($language_name) = @file($path.'/iso.txt');
$path = PHPWG_ROOT_PATH.'language/'.$file;
if (is_dir($path) and !is_link($path)
and preg_match('/^[a-zA-Z0-9-_]+$/', $file )
and file_exists($path.'/common.lang.php')
)
{
$language = array(
'name'=>$file,
'code'=>$file,
'version'=>'0',
'uri'=>'',
'author'=>'',
);
$plg_data = implode( '', file($path.'/common.lang.php') );
$languages[$file] = convert_charset($language_name, $target_charset);
if (preg_match("|Language Name:\\s*(.+)|", $plg_data, $val))
{
$language['name'] = trim( $val[1] );
$language['name'] = convert_charset($language['name'], 'utf-8', $target_charset);
}
if (preg_match("|Version:\\s*([\\w.-]+)|", $plg_data, $val))
{
$language['version'] = trim($val[1]);
}
if (preg_match("|Language URI:\\s*(https?:\\/\\/.+)|", $plg_data, $val))
{
$language['uri'] = trim($val[1]);
}
if (preg_match("|Author:\\s*(.+)|", $plg_data, $val))
{
$language['author'] = trim($val[1]);
}
if (preg_match("|Author URI:\\s*(https?:\\/\\/.+)|", $plg_data, $val))
{
$language['author uri'] = trim($val[1]);
}
if (!empty($language['uri']) and strpos($language['uri'] , 'extension_view.php?eid='))
{
list( , $extension) = explode('extension_view.php?eid=', $language['uri']);
if (is_numeric($extension)) $language['extension'] = $extension;
}
// IMPORTANT SECURITY !
$language = array_map('htmlspecialchars', $language);
$this->fs_languages[$file] = $language;
}
}
}
closedir($dir);
@asort($languages);
return $languages;
@uasort($this->fs_languages, 'name_compare');
}
function get_db_languages()
@ -192,23 +213,26 @@ UPDATE '.USER_INFOS_TABLE.'
/**
* Retrieve PEM server datas to $server_languages
*/
function get_server_languages()
function get_server_languages($new=false)
{
global $user;
global $user, $conf;
$pem_category_id = 8;
$get_data = array(
'category_id' => $conf['pem_languages_category'],
'format' => 'php',
);
// Retrieve PEM versions
$version = PHPWG_VERSION;
$versions_to_check = array();
$url = PEM_URL . '/api/get_version_list.php?category_id='.$pem_category_id.'&format=php';
if (fetchRemote($url, $result) and $pem_versions = @unserialize($result))
$url = PEM_URL . '/api/get_version_list.php';
if (fetchRemote($url, $result, $get_data) and $pem_versions = @unserialize($result))
{
if (!preg_match('/^\d+\.\d+\.\d+/', $version))
if (!preg_match('/^\d+\.\d+\.\d+$/', $version))
{
$version = $pem_versions[0]['name'];
}
$branch = substr($version, 0, strrpos($version, '.'));
$branch = get_branch_from_version($version);
foreach ($pem_versions as $pem_version)
{
if (strpos($pem_version['name'], $branch) === 0)
@ -222,12 +246,38 @@ UPDATE '.USER_INFOS_TABLE.'
return false;
}
// Retrieve PEM languages infos
$url = PEM_URL . '/api/get_revision_list.php?category_id='.$pem_category_id.'&format=php&last_revision_only=true';
$url .= '&version=' . implode(',', $versions_to_check);
$url .= '&lang='.$user['language'];
// Languages to check
$languages_to_check = array();
foreach($this->fs_languages as $fs_language)
{
if (isset($fs_language['extension']))
{
$languages_to_check[] = $fs_language['extension'];
}
}
if (fetchRemote($url, $result))
// Retrieve PEM languages infos
$url = PEM_URL . '/api/get_revision_list.php';
$get_data = array_merge($get_data, array(
'last_revision_only' => 'true',
'version' => implode(',', $versions_to_check),
'lang' => $user['language'],
'get_nb_downloads' => 'true',
)
);
if (!empty($languages_to_check))
{
if ($new)
{
$get_data['extension_exclude'] = implode(',', $languages_to_check);
}
else
{
$get_data['extension_include'] = implode(',', $languages_to_check);
}
}
if (fetchRemote($url, $result, $get_data))
{
$pem_languages = @unserialize($result);
if (!is_array($pem_languages))
@ -236,12 +286,12 @@ UPDATE '.USER_INFOS_TABLE.'
}
foreach ($pem_languages as $language)
{
if (preg_match('/^.*? \[[A-Z]{2}\]$/', $language['extension_name'])
and !in_array($language['extension_name'], $this->fs_languages))
if (preg_match('/^.*? \[[A-Z]{2}\]$/', $language['extension_name']))
{
$this->server_languages[] = $language;
$this->server_languages[$language['extension_id']] = $language;
}
}
@uasort($this->server_languages, array($this, 'extension_name_compare'));
return true;
}
return false;
@ -258,20 +308,23 @@ UPDATE '.USER_INFOS_TABLE.'
{
if ($archive = tempnam( PHPWG_ROOT_PATH.'language', 'zip'))
{
$url = PEM_URL . '/download.php?rid=' . $revision;
$url .= '&origin=piwigo_' . $action;
$url = PEM_URL . '/download.php';
$get_data = array(
'rid' => $revision,
'origin' => 'piwigo_'.$action,
);
if ($handle = @fopen($archive, 'wb') and fetchRemote($url, $handle))
if ($handle = @fopen($archive, 'wb') and fetchRemote($url, $handle, $get_data))
{
fclose($handle);
include(PHPWG_ROOT_PATH.'admin/include/pclzip.lib.php');
include_once(PHPWG_ROOT_PATH.'admin/include/pclzip.lib.php');
$zip = new PclZip($archive);
if ($list = $zip->listContent())
{
foreach ($list as $file)
{
// we search iso.txt in archive
if (basename($file['filename']) == 'iso.txt'
// we search common.lang.php in archive
if (basename($file['filename']) == 'common.lang.php'
and (!isset($main_filepath)
or strlen($file['filename']) < strlen($main_filepath)))
{
@ -280,7 +333,7 @@ UPDATE '.USER_INFOS_TABLE.'
}
if (isset($main_filepath))
{
$root = basename(dirname($main_filepath)); // iso.txt path in archive
$root = basename(dirname($main_filepath)); // common.lang.php path in archive
if (preg_match('/^[a-z]{2}_[A-Z]{2}$/', $root))
{
if ($action == 'install')
@ -306,14 +359,17 @@ UPDATE '.USER_INFOS_TABLE.'
}
if ($status == 'ok')
{
$this->fs_languages = $this->get_fs_languages();
$this->perform_action('activate', $dest);
$this->get_fs_languages();
if ($action == 'install')
{
$this->perform_action('activate', $dest);
}
}
if (file_exists($extract_path.'/obsolete.list')
and $old_files = file($extract_path.'/obsolete.list', FILE_IGNORE_NEW_LINES)
and !empty($old_files))
{
array_push($old_files, 'obsolete.list');
$old_files[] = 'obsolete.list';
foreach($old_files as $old_file)
{
$path = $extract_path.'/'.$old_file;
@ -323,10 +379,7 @@ UPDATE '.USER_INFOS_TABLE.'
}
elseif (is_dir($path))
{
if (!$this->deltree($path))
{
$this->send_to_trash($path);
}
deltree($path, PHPWG_ROOT_PATH.'language/trash');
}
}
}
@ -348,56 +401,11 @@ UPDATE '.USER_INFOS_TABLE.'
}
/**
* delete $path directory
* @param string - path
* Sort functions
*/
function deltree($path)
function extension_name_compare($a, $b)
{
if (is_dir($path))
{
$fh = opendir($path);
while ($file = readdir($fh))
{
if ($file != '.' and $file != '..')
{
$pathfile = $path . '/' . $file;
if (is_dir($pathfile))
{
$this->deltree($pathfile);
}
else
{
@unlink($pathfile);
}
}
}
closedir($fh);
return @rmdir($path);
}
}
/**
* send $path to trash directory
* @param string - path
*/
function send_to_trash($path)
{
$trash_path = PHPWG_ROOT_PATH . 'language/trash';
if (!is_dir($trash_path))
{
@mkdir($trash_path);
$file = @fopen($trash_path . '/.htaccess', 'w');
@fwrite($file, 'deny from all');
@fclose($file);
}
while ($r = $trash_path . '/' . md5(uniqid(rand(), true)))
{
if (!is_dir($r))
{
@rename($path, $r);
break;
}
}
return strcmp(strtolower($a['extension_name']), strtolower($b['extension_name']));
}
}
?>
?>

421
admin/include/mysqldump.php Normal file
View file

@ -0,0 +1,421 @@
<?php
/**
* Dump MySQL database
*
* Here is an inline example:
* <code>
* $connection = @mysql_connect($dbhost,$dbuser,$dbpsw);
* $dumper = new MySQLDump($dbname,'filename.sql',false,false);
* $dumper->doDump();
* </code>
*
* Special thanks to:
* - Andrea Ingaglio <andrea@coders4fun.com> helping in development of all class code
* - Dylan Pugh for precious advices halfing the size of the output file and for helping in debug
*
* @name MySQLDump
* @author Daniele Viganò - CreativeFactory.it <daniele.vigano@creativefactory.it>
* @version 2.20 - 02/11/2007
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*/
class MySQLDump {
/**
* @access private
*/
var $database = null;
/**
* @access private
*/
var $compress = false;
/**
* @access private
*/
var $hexValue = false;
/**
* The output filename
* @access private
*/
var $filename = null;
/**
* The pointer of the output file
* @access private
*/
var $file = null;
/**
* @access private
*/
var $isWritten = false;
/**
* Class constructor
* @param string $db The database name
* @param string $filepath The file where the dump will be written
* @param boolean $compress It defines if the output file is compress (gzip) or not
* @param boolean $hexValue It defines if the outup values are base-16 or not
*/
function __construct($db = null, $filepath = 'dump.sql', $compress = false, $hexValue = false){
$this->compress = $compress;
if ( !$this->setOutputFile($filepath) )
return false;
return $this->setDatabase($db);
}
/**
* Sets the database to work on
* @param string $db The database name
*/
function setDatabase($db){
$this->database = $db;
if ( !@mysql_select_db($this->database) )
return false;
return true;
}
/**
* Returns the database where the class is working on
* @return string
*/
function getDatabase(){
return $this->database;
}
/**
* Sets the output file type (It can be made only if the file hasn't been already written)
* @param boolean $compress If it's true, the output file will be compressed
*/
function setCompress($compress){
if ( $this->isWritten )
return false;
$this->compress = $compress;
$this->openFile($this->filename);
return true;
}
/**
* Returns if the output file is or not compressed
* @return boolean
*/
function getCompress(){
return $this->compress;
}
/**
* Sets the output file
* @param string $filepath The file where the dump will be written
*/
function setOutputFile($filepath){
if ( $this->isWritten )
return false;
$this->filename = $filepath;
$this->file = $this->openFile($this->filename);
return $this->file;
}
/**
* Returns the output filename
* @return string
*/
function getOutputFile(){
return $this->filename;
}
/**
* Writes to file the $table's structure
* @param string $table The table name
*/
function getTableStructure($table){
if ( !$this->setDatabase($this->database) )
return false;
// Structure Header
$structure = "-- \n";
$structure .= "-- Table structure for table `{$table}` \n";
$structure .= "-- \n\n";
// Dump Structure
$structure .= 'DROP TABLE IF EXISTS `'.$table.'`;'."\n";
$structure .= "CREATE TABLE `".$table."` (\n";
$records = @mysql_query('SHOW FIELDS FROM `'.$table.'`');
if ( @mysql_num_rows($records) == 0 )
return false;
while ( $record = mysql_fetch_assoc($records) ) {
$structure .= '`'.$record['Field'].'` '.$record['Type'];
if ( isset($record['Default']) )
$structure .= ' DEFAULT \''.$record['Default'].'\'';
if ( @strcmp($record['Null'],'YES') != 0 )
$structure .= ' NOT NULL';
elseif ( is_null($record['Default']) )
$structure .= ' DEFAULT NULL';
if ( !empty($record['Extra']) )
$structure .= ' '.$record['Extra'];
$structure .= ",\n";
}
$structure = @ereg_replace(",\n$", null, $structure);
// Save all Column Indexes
$structure .= $this->getSqlKeysTable($table);
$structure .= "\n)";
//Save table engine
$records = @mysql_query("SHOW TABLE STATUS LIKE '".$table."'");
if ( $record = @mysql_fetch_assoc($records) ) {
if ( !empty($record['Engine']) )
$structure .= ' ENGINE='.$record['Engine'];
if ( !empty($record['Auto_increment']) )
$structure .= ' AUTO_INCREMENT='.$record['Auto_increment'];
}
$structure .= ";\n\n-- --------------------------------------------------------\n\n";
$this->saveToFile($this->file,$structure);
}
/**
* Writes to file the $table's data
* @param string $table The table name
* @param boolean $hexValue It defines if the output is base 16 or not
*/
function getTableData($table,$hexValue = true) {
if ( !$this->setDatabase($this->database) )
return false;
// Header
$data = "-- \n";
$data .= "-- Dumping data for table `$table` \n";
$data .= "-- \n\n";
$records = mysql_query('SHOW FIELDS FROM `'.$table.'`');
$num_fields = @mysql_num_rows($records);
if ( $num_fields == 0 )
return false;
// Field names
$selectStatement = "SELECT ";
$insertStatement = "INSERT INTO `$table` (";
$hexField = array();
for ($x = 0; $x < $num_fields; $x++) {
$record = @mysql_fetch_assoc($records);
if ( ($hexValue) && ($this->isTextValue($record['Type'])) ) {
$selectStatement .= 'HEX(`'.$record['Field'].'`)';
$hexField [$x] = true;
}
else
$selectStatement .= '`'.$record['Field'].'`';
$insertStatement .= '`'.$record['Field'].'`';
$insertStatement .= ", ";
$selectStatement .= ", ";
}
$insertStatement = @substr($insertStatement,0,-2).') VALUES'."\n";
$selectStatement = @substr($selectStatement,0,-2).' FROM `'.$table.'`';
$records = @mysql_query($selectStatement);
$num_rows = @mysql_num_rows($records);
$num_fields = @mysql_num_fields($records);
// Dump data
if ( $num_rows > 0 ) {
$data .= $insertStatement;
for ($i = 0; $i < $num_rows; $i++) {
$record = @mysql_fetch_assoc($records);
$data .= ' (';
for ($j = 0; $j < $num_fields; $j++) {
$field_name = @mysql_field_name($records, $j);
if ( @$hexField[$j] && (@strlen($record[$field_name]) > 0) )
$data .= "0x".$record[$field_name];
elseif (is_null($record[$field_name]))
$data .= "NULL";
else
$data .= "'".@str_replace('\"','"',@mysql_real_escape_string($record[$field_name]))."'";
$data .= ',';
}
$data = @substr($data,0,-1).")";
$data .= ( $i < ($num_rows-1) ) ? ',' : ';';
$data .= "\n";
//if data in greather than 1MB save
if (strlen($data) > 1048576) {
$this->saveToFile($this->file,$data);
$data = '';
}
}
$data .= "\n-- --------------------------------------------------------\n\n";
$this->saveToFile($this->file,$data);
}
}
/**
* Writes to file all the selected database tables structure
* @return boolean
*/
function getDatabaseStructure(){
$records = @mysql_query('SHOW TABLES');
if ( @mysql_num_rows($records) == 0 )
return false;
$structure = '';
while ( $record = @mysql_fetch_row($records) ) {
$structure .= $this->getTableStructure($record[0]);
}
return true;
}
/**
* Writes to file all the selected database tables data
* @param boolean $hexValue It defines if the output is base-16 or not
*/
function getDatabaseData($hexValue = true){
$records = @mysql_query('SHOW TABLES');
if ( @mysql_num_rows($records) == 0 )
return false;
while ( $record = @mysql_fetch_row($records) ) {
$this->getTableData($record[0],$hexValue);
}
}
/**
* Writes to file the selected database dump
*/
function doDump() {
$this->saveToFile($this->file,"SET FOREIGN_KEY_CHECKS = 0;\n\n");
$this->getDatabaseStructure();
$this->getDatabaseData($this->hexValue);
$this->saveToFile($this->file,"SET FOREIGN_KEY_CHECKS = 1;\n\n");
$this->closeFile($this->file);
return true;
}
/**
* @deprecated Look at the doDump() method
*/
function writeDump($filename) {
if ( !$this->setOutputFile($filename) )
return false;
$this->doDump();
$this->closeFile($this->file);
return true;
}
/**
* @access private
*/
function getSqlKeysTable ($table) {
$primary = "";
$unique = array();
$index = array();
$fulltext = array();
$results = mysql_query("SHOW KEYS FROM `{$table}`");
if ( @mysql_num_rows($results) == 0 )
return false;
while($row = mysql_fetch_object($results)) {
if (($row->Key_name == 'PRIMARY') AND ($row->Index_type == 'BTREE')) {
if ( $primary == "" )
$primary = " PRIMARY KEY (`{$row->Column_name}`";
else
$primary .= ", `{$row->Column_name}`";
}
if (($row->Key_name != 'PRIMARY') AND ($row->Non_unique == '0') AND ($row->Index_type == 'BTREE')) {
if ( (empty($unique)) OR (empty($unique[$row->Key_name])) )
$unique[$row->Key_name] = " UNIQUE KEY `{$row->Key_name}` (`{$row->Column_name}`";
else
$unique[$row->Key_name] .= ", `{$row->Column_name}`";
}
if (($row->Key_name != 'PRIMARY') AND ($row->Non_unique == '1') AND ($row->Index_type == 'BTREE')) {
if ( (empty($index)) OR (empty($index[$row->Key_name])) )
$index[$row->Key_name] = " KEY `{$row->Key_name}` (`{$row->Column_name}`";
else
$index[$row->Key_name] .= ", `{$row->Column_name}`";
}
if (($row->Key_name != 'PRIMARY') AND ($row->Non_unique == '1') AND ($row->Index_type == 'FULLTEXT')) {
if ( (empty($fulltext)) OR (empty($fulltext[$row->Key_name])) )
$fulltext[$row->Key_name] = " FULLTEXT `{$row->Key_name}` (`{$row->Column_name}`";
else
$fulltext[$row->Key_name] .= ", `{$row->Column_name}`";
}
}
$sqlKeyStatement = '';
// generate primary, unique, key and fulltext
if ( $primary != "" ) {
$sqlKeyStatement .= ",\n";
$primary .= ")";
$sqlKeyStatement .= $primary;
}
if (!empty($unique)) {
foreach ($unique as $keyName => $keyDef) {
$sqlKeyStatement .= ",\n";
$keyDef .= ")";
$sqlKeyStatement .= $keyDef;
}
}
if (!empty($index)) {
foreach ($index as $keyName => $keyDef) {
$sqlKeyStatement .= ",\n";
$keyDef .= ")";
$sqlKeyStatement .= $keyDef;
}
}
if (!empty($fulltext)) {
foreach ($fulltext as $keyName => $keyDef) {
$sqlKeyStatement .= ",\n";
$keyDef .= ")";
$sqlKeyStatement .= $keyDef;
}
}
return $sqlKeyStatement;
}
/**
* @access private
*/
function isTextValue($field_type) {
switch ($field_type) {
case "tinytext":
case "text":
case "mediumtext":
case "longtext":
case "binary":
case "varbinary":
case "tinyblob":
case "blob":
case "mediumblob":
case "longblob":
return True;
break;
default:
return False;
}
}
/**
* @access private
*/
function openFile($filename) {
$file = false;
if ( $this->compress )
$file = @gzopen($filename, "w9");
else
$file = @fopen($filename, "w");
return $file;
}
/**
* @access private
*/
function saveToFile($file, $data) {
if ( $this->compress )
@gzwrite($file, $data);
else
@fwrite($file, $data);
$this->isWritten = true;
}
/**
* @access private
*/
function closeFile($file) {
if ( $this->compress )
@gzclose($file);
else
@fclose($file);
}
}
?>

View file

@ -212,7 +212,7 @@
// Note that no real action is taken, if the archive does not exist it is not
// created. Use create() for that.
// --------------------------------------------------------------------------------
function PclZip($p_zipname)
function __construct($p_zipname)
{
// ----- Tests the zlib

View file

@ -0,0 +1,227 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
// +-----------------------------------------------------------------------+
// | Photo selection |
// +-----------------------------------------------------------------------+
$template->assign(
array(
'F_ADD_ACTION'=> PHOTOS_ADD_BASE_URL,
'chunk_size' => $conf['upload_form_chunk_size'],
)
);
// what is the maximum number of pixels permitted by the memory_limit?
if (pwg_image::get_library() == 'gd')
{
$fudge_factor = 1.7;
$available_memory = get_ini_size('memory_limit') - memory_get_usage();
$max_upload_width = round(sqrt($available_memory/(2 * $fudge_factor)));
$max_upload_height = round(2 * $max_upload_width / 3);
// we don't want dimensions like 2995x1992 but 3000x2000
$max_upload_width = round($max_upload_width/100)*100;
$max_upload_height = round($max_upload_height/100)*100;
$max_upload_resolution = floor($max_upload_width * $max_upload_height / (1000000));
// no need to display a limitation warning if the limitation is huge like 20MP
if ($max_upload_resolution < 25)
{
$template->assign(
array(
'max_upload_width' => $max_upload_width,
'max_upload_height' => $max_upload_height,
'max_upload_resolution' => $max_upload_resolution,
)
);
}
}
//warn the user if the picture will be resized after upload
if ($conf['original_resize'])
{
$template->assign(
array(
'original_resize_maxwidth' => $conf['original_resize_maxwidth'],
'original_resize_maxheight' => $conf['original_resize_maxheight'],
)
);
}
$template->assign(
array(
'form_action' => PHOTOS_ADD_BASE_URL,
'pwg_token' => get_pwg_token(),
)
);
$unique_exts = array_unique(
array_map(
'strtolower',
$conf['upload_form_all_types'] ? $conf['file_ext'] : $conf['picture_ext']
)
);
$template->assign(
array(
'upload_file_types' => implode(', ', $unique_exts),
'file_exts' => implode(',', $unique_exts),
)
);
// +-----------------------------------------------------------------------+
// | Categories |
// +-----------------------------------------------------------------------+
// we need to know the category in which the last photo was added
$selected_category = array();
if (isset($_GET['album']))
{
// set the category from get url or ...
check_input_parameter('album', $_GET, false, PATTERN_ID);
// test if album really exists
$query = '
SELECT id
FROM '.CATEGORIES_TABLE.'
WHERE id = '.$_GET['album'].'
;';
$result = pwg_query($query);
if (pwg_db_num_rows($result) == 1)
{
$selected_category = array($_GET['album']);
// lets put in the session to persist in case of upload method switch
$_SESSION['selected_category'] = $selected_category;
}
else
{
fatal_error('[Hacking attempt] the album id = "'.$_GET['album'].'" is not valid');
}
}
else if (isset($_SESSION['selected_category']))
{
$selected_category = $_SESSION['selected_category'];
}
else
{
// we need to know the category in which the last photo was added
$query = '
SELECT category_id
FROM '.IMAGES_TABLE.' AS i
JOIN '.IMAGE_CATEGORY_TABLE.' AS ic ON image_id = i.id
JOIN '.CATEGORIES_TABLE.' AS c ON category_id = c.id
ORDER BY i.id DESC
LIMIT 1
;
';
$result = pwg_query($query);
if (pwg_db_num_rows($result) > 0)
{
$row = pwg_db_fetch_assoc($result);
$selected_category = array($row['category_id']);
}
}
// existing album
$template->assign('selected_category', $selected_category);
// image level options
$selected_level = isset($_POST['level']) ? $_POST['level'] : 0;
$template->assign(
array(
'level_options'=> get_privacy_level_options(),
'level_options_selected' => array($selected_level)
)
);
// +-----------------------------------------------------------------------+
// | Setup errors/warnings |
// +-----------------------------------------------------------------------+
// Errors
$setup_errors = array();
$error_message = ready_for_upload_message();
if (!empty($error_message))
{
$setup_errors[] = $error_message;
}
if (!function_exists('gd_info'))
{
$setup_errors[] = l10n('GD library is missing');
}
$template->assign(array(
'setup_errors'=> $setup_errors,
'CACHE_KEYS' => get_admin_client_cache_keys(array('categories')),
));
// Warnings
if (isset($_GET['hide_warnings']))
{
$_SESSION['upload_hide_warnings'] = true;
}
if (!isset($_SESSION['upload_hide_warnings']))
{
$setup_warnings = array();
if ($conf['use_exif'] and !function_exists('read_exif_data'))
{
$setup_warnings[] = l10n('Exif extension not available, admin should disable exif use');
}
if (get_ini_size('upload_max_filesize') > get_ini_size('post_max_size'))
{
$setup_warnings[] = l10n(
'In your php.ini file, the upload_max_filesize (%sB) is bigger than post_max_size (%sB), you should change this setting',
get_ini_size('upload_max_filesize', false),
get_ini_size('post_max_size', false)
);
}
if (get_ini_size('upload_max_filesize') < $conf['upload_form_chunk_size']*1024)
{
$setup_warnings[] = sprintf(
'Piwigo setting upload_form_chunk_size (%ukB) should be smaller than PHP configuration setting upload_max_filesize (%ukB)',
$conf['upload_form_chunk_size'],
ceil(get_ini_size('upload_max_filesize') / 1024)
);
}
$template->assign(
array(
'setup_warnings' => $setup_warnings,
'hide_warnings_link' => PHOTOS_ADD_BASE_URL.'&amp;hide_warnings=1'
)
);
}
?>

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -21,16 +21,55 @@
// | USA. |
// +-----------------------------------------------------------------------+
/**
* class DummyPlugin_maintain
* used when a plugin uses the old procedural declaration of maintenance methods
*/
class DummyPlugin_maintain extends PluginMaintain
{
function install($plugin_version, &$errors=array())
{
if (is_callable('plugin_install'))
{
return plugin_install($this->plugin_id, $plugin_version, $errors);
}
}
function activate($plugin_version, &$errors=array())
{
if (is_callable('plugin_activate'))
{
return plugin_activate($this->plugin_id, $plugin_version, $errors);
}
}
function deactivate()
{
if (is_callable('plugin_deactivate'))
{
return plugin_deactivate($this->plugin_id);
}
}
function uninstall()
{
if (is_callable('plugin_uninstall'))
{
return plugin_uninstall($this->plugin_id);
}
}
function update($old_version, $new_version, &$errors=array()) {}
}
class plugins
{
var $fs_plugins = array();
var $db_plugins_by_id = array();
var $server_plugins = array();
var $default_plugins = array('LocalFilesEditor', 'language_switch', 'TakeATour', 'AdminTools');
/**
* Initialize $fs_plugins and $db_plugins_by_id
*/
function plugins()
*/
function __construct()
{
$this->get_fs_plugins();
@ -41,162 +80,190 @@ class plugins
}
/**
* Set tabsheet for plugins pages.
* @param string selected page.
* Returns the maintain class of a plugin
* or build a new class with the procedural methods
* @param string $plugin_id
*/
function set_tabsheet($selected)
private static function build_maintain_class($plugin_id)
{
include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
$file_to_include = PHPWG_PLUGINS_PATH . $plugin_id . '/maintain';
$classname = $plugin_id.'_maintain';
$link = get_root_url().'admin.php?page=';
// 2.7 pattern (OO only)
if (file_exists($file_to_include.'.class.php'))
{
include_once($file_to_include.'.class.php');
return new $classname($plugin_id);
}
$tabsheet = new tabsheet();
$tabsheet->add('plugins_list', l10n('Plugin list'), $link.'plugins_list');
$tabsheet->add('plugins_update', l10n('Check for updates'), $link.'plugins_update');
$tabsheet->add('plugins_new', l10n('Other plugins'), $link.'plugins_new');
$tabsheet->select($selected);
$tabsheet->assign();
// before 2.7 pattern (OO or procedural)
if (file_exists($file_to_include.'.inc.php'))
{
include_once($file_to_include.'.inc.php');
if (class_exists($classname))
{
return new $classname($plugin_id);
}
}
return new DummyPlugin_maintain($plugin_id);
}
/**
/**
* Perform requested actions
* @param string - action
* @param string - plugin id
* @param array - errors
*/
function perform_action($action, $plugin_id)
* @param string - action
* @param string - plugin id
* @param array - errors
*/
function perform_action($action, $plugin_id, $options=array())
{
if (isset($this->db_plugins_by_id[$plugin_id]))
{
$crt_db_plugin = $this->db_plugins_by_id[$plugin_id];
}
$file_to_include = PHPWG_PLUGINS_PATH . $plugin_id . '/maintain.inc.php';
if ($action !== 'update')
{ // wait for files to be updated
$plugin_maintain = self::build_maintain_class($plugin_id);
}
$errors = array();
switch ($action)
{
case 'install':
if (!empty($crt_db_plugin))
if (!empty($crt_db_plugin) or !isset($this->fs_plugins[$plugin_id]))
{
array_push($errors, 'CANNOT INSTALL - ALREADY INSTALLED');
break;
}
if (!isset($this->fs_plugins[$plugin_id]))
{
array_push($errors, 'CANNOT INSTALL - NO SUCH PLUGIN');
break;
}
if (file_exists($file_to_include))
{
include_once($file_to_include);
if (function_exists('plugin_install'))
{
plugin_install($plugin_id, $this->fs_plugins[$plugin_id]['version'], $errors);
}
}
$plugin_maintain->install($this->fs_plugins[$plugin_id]['version'], $errors);
if (empty($errors))
{
$query = '
INSERT INTO ' . PLUGINS_TABLE . ' (id,version) VALUES (\''
. $plugin_id . '\',\'' . $this->fs_plugins[$plugin_id]['version'] . '\'
)';
INSERT INTO '. PLUGINS_TABLE .' (id,version)
VALUES (\''. $plugin_id .'\', \''. $this->fs_plugins[$plugin_id]['version'] .'\')
;';
pwg_query($query);
}
break;
case 'update':
$previous_version = $this->fs_plugins[$plugin_id]['version'];
$errors[0] = $this->extract_plugin_files('upgrade', $options['revision'], $plugin_id);
if ($errors[0] === 'ok')
{
$this->get_fs_plugin($plugin_id); // refresh plugins list
$new_version = $this->fs_plugins[$plugin_id]['version'];
$plugin_maintain = self::build_maintain_class($plugin_id);
$plugin_maintain->update($previous_version, $new_version, $errors);
if ($new_version != 'auto')
{
$query = '
UPDATE '. PLUGINS_TABLE .'
SET version=\''. $new_version .'\'
WHERE id=\''. $plugin_id .'\'
;';
pwg_query($query);
}
}
break;
case 'activate':
if (!isset($crt_db_plugin))
{
array_push($errors, 'CANNOT ACTIVATE - NOT INSTALLED');
$errors = $this->perform_action('install', $plugin_id);
list($crt_db_plugin) = get_db_plugins(null, $plugin_id);
load_conf_from_db();
}
elseif ($crt_db_plugin['state'] == 'active')
{
break;
}
if ($crt_db_plugin['state'] != 'inactive')
if (empty($errors))
{
array_push($errors, 'invalid current state ' . $crt_db_plugin['state']);
break;
}
if (file_exists($file_to_include))
{
include_once($file_to_include);
if (function_exists('plugin_activate'))
{
plugin_activate($plugin_id, $crt_db_plugin['version'], $errors);
}
$plugin_maintain->activate($crt_db_plugin['version'], $errors);
}
if (empty($errors))
{
$query = '
UPDATE ' . PLUGINS_TABLE . '
SET state=\'active\', version=\''.$this->fs_plugins[$plugin_id]['version'].'\'
WHERE id=\'' . $plugin_id . '\'';
UPDATE '. PLUGINS_TABLE .'
SET state=\'active\'
WHERE id=\''. $plugin_id .'\'
;';
pwg_query($query);
}
break;
case 'deactivate':
if (!isset($crt_db_plugin))
if (!isset($crt_db_plugin) or $crt_db_plugin['state'] != 'active')
{
die ('CANNOT DEACTIVATE - NOT INSTALLED');
}
if ($crt_db_plugin['state'] != 'active')
{
die('invalid current state ' . $crt_db_plugin['state']);
break;
}
$query = '
UPDATE ' . PLUGINS_TABLE . ' SET state=\'inactive\' WHERE id=\'' . $plugin_id . '\'';
UPDATE '. PLUGINS_TABLE .'
SET state=\'inactive\'
WHERE id=\''. $plugin_id .'\'
;';
pwg_query($query);
if (file_exists($file_to_include))
{
include_once($file_to_include);
if (function_exists('plugin_deactivate'))
{
plugin_deactivate($plugin_id);
}
}
$plugin_maintain->deactivate();
break;
case 'uninstall':
if (!isset($crt_db_plugin))
{
die ('CANNOT UNINSTALL - NOT INSTALLED');
break;
}
$query = '
DELETE FROM ' . PLUGINS_TABLE . ' WHERE id=\'' . $plugin_id . '\'';
pwg_query($query);
if (file_exists($file_to_include))
if ($crt_db_plugin['state'] == 'active')
{
include_once($file_to_include);
if (function_exists('plugin_uninstall'))
{
plugin_uninstall($plugin_id);
}
$this->perform_action('deactivate', $plugin_id);
}
$query = '
DELETE FROM '. PLUGINS_TABLE .'
WHERE id=\''. $plugin_id .'\'
;';
pwg_query($query);
$plugin_maintain->uninstall();
break;
case 'restore':
$this->perform_action('uninstall', $plugin_id);
unset($this->db_plugins_by_id[$plugin_id]);
$errors = $this->perform_action('activate', $plugin_id);
break;
case 'delete':
if (!empty($crt_db_plugin))
{
array_push($errors, 'CANNOT DELETE - PLUGIN IS INSTALLED');
break;
$this->perform_action('uninstall', $plugin_id);
}
if (!isset($this->fs_plugins[$plugin_id]))
{
array_push($errors, 'CANNOT DELETE - NO SUCH PLUGIN');
break;
}
if (!$this->deltree(PHPWG_PLUGINS_PATH . $plugin_id))
{
$this->send_to_trash(PHPWG_PLUGINS_PATH . $plugin_id);
}
deltree(PHPWG_PLUGINS_PATH . $plugin_id, PHPWG_PLUGINS_PATH . 'trash');
break;
}
return $errors;
}
/**
* Get plugins defined in the plugin directory
*/
* Get plugins defined in the plugin directory
*/
function get_fs_plugins()
{
$dir = opendir(PHPWG_PLUGINS_PATH);
@ -204,63 +271,82 @@ DELETE FROM ' . PLUGINS_TABLE . ' WHERE id=\'' . $plugin_id . '\'';
{
if ($file!='.' and $file!='..')
{
$path = PHPWG_PLUGINS_PATH.$file;
if (is_dir($path) and !is_link($path)
and preg_match('/^[a-zA-Z0-9-_]+$/', $file )
and file_exists($path.'/main.inc.php')
)
if (preg_match('/^[a-zA-Z0-9-_]+$/', $file))
{
$plugin = array(
'name'=>$file,
'version'=>'0',
'uri'=>'',
'description'=>'',
'author'=>'',
);
$plg_data = implode( '', file($path.'/main.inc.php') );
if ( preg_match("|Plugin Name: (.*)|", $plg_data, $val) )
{
$plugin['name'] = trim( $val[1] );
}
if (preg_match("|Version: (.*)|", $plg_data, $val))
{
$plugin['version'] = trim($val[1]);
}
if ( preg_match("|Plugin URI: (.*)|", $plg_data, $val) )
{
$plugin['uri'] = trim($val[1]);
}
if ($desc = load_language('description.txt', $path.'/', array('return' => true)))
{
$plugin['description'] = trim($desc);
}
elseif ( preg_match("|Description: (.*)|", $plg_data, $val) )
{
$plugin['description'] = trim($val[1]);
}
if ( preg_match("|Author: (.*)|", $plg_data, $val) )
{
$plugin['author'] = trim($val[1]);
}
if ( preg_match("|Author URI: (.*)|", $plg_data, $val) )
{
$plugin['author uri'] = trim($val[1]);
}
if (!empty($plugin['uri']) and strpos($plugin['uri'] , 'extension_view.php?eid='))
{
list( , $extension) = explode('extension_view.php?eid=', $plugin['uri']);
if (is_numeric($extension)) $plugin['extension'] = $extension;
}
// IMPORTANT SECURITY !
$plugin = array_map('htmlspecialchars', $plugin);
$this->fs_plugins[$file] = $plugin;
$this->get_fs_plugin($file);
}
}
}
closedir($dir);
}
/**
* Load metadata of a plugin in `fs_plugins` array
* @from 2.7
* @param $plugin_id
* @return false|array
*/
function get_fs_plugin($plugin_id)
{
$path = PHPWG_PLUGINS_PATH.$plugin_id;
if (is_dir($path) and !is_link($path)
and file_exists($path.'/main.inc.php')
)
{
$plugin = array(
'name'=>$plugin_id,
'version'=>'0',
'uri'=>'',
'description'=>'',
'author'=>'',
);
$plg_data = file_get_contents($path.'/main.inc.php', null, null, 0, 2048);
if (preg_match("|Plugin Name:\\s*(.+)|", $plg_data, $val))
{
$plugin['name'] = trim( $val[1] );
}
if (preg_match("|Version:\\s*([\\w.-]+)|", $plg_data, $val))
{
$plugin['version'] = trim($val[1]);
}
if (preg_match("|Plugin URI:\\s*(https?:\\/\\/.+)|", $plg_data, $val))
{
$plugin['uri'] = trim($val[1]);
}
if ($desc = load_language('description.txt', $path.'/', array('return' => true)))
{
$plugin['description'] = trim($desc);
}
elseif (preg_match("|Description:\\s*(.+)|", $plg_data, $val))
{
$plugin['description'] = trim($val[1]);
}
if (preg_match("|Author:\\s*(.+)|", $plg_data, $val))
{
$plugin['author'] = trim($val[1]);
}
if (preg_match("|Author URI:\\s*(https?:\\/\\/.+)|", $plg_data, $val))
{
$plugin['author uri'] = trim($val[1]);
}
if (!empty($plugin['uri']) and strpos($plugin['uri'] , 'extension_view.php?eid='))
{
list( , $extension) = explode('extension_view.php?eid=', $plugin['uri']);
if (is_numeric($extension)) $plugin['extension'] = $extension;
}
// IMPORTANT SECURITY !
$plugin = array_map('htmlspecialchars', $plugin);
$this->fs_plugins[$plugin_id] = $plugin;
return $plugin;
}
return false;
}
/**
* Sort fs_plugins
*/
@ -283,24 +369,20 @@ DELETE FROM ' . PLUGINS_TABLE . ' WHERE id=\'' . $plugin_id . '\'';
}
}
/**
* Retrieve PEM server datas to $server_plugins
*/
function get_server_plugins($new=false)
// Retrieve PEM versions
function get_versions_to_check($version=PHPWG_VERSION)
{
global $user;
global $conf;
// Retrieve PEM versions
$version = PHPWG_VERSION;
$versions_to_check = array();
$url = PEM_URL . '/api/get_version_list.php?category_id=12&format=php';
$url = PEM_URL . '/api/get_version_list.php?category_id='. $conf['pem_plugins_category'] .'&format=php';
if (fetchRemote($url, $result) and $pem_versions = @unserialize($result))
{
if (!preg_match('/^\d+\.\d+\.\d+/', $version))
if (!preg_match('/^\d+\.\d+\.\d+$/', $version))
{
$version = $pem_versions[0]['name'];
}
$branch = substr($version, 0, strrpos($version, '.'));
$branch = get_branch_from_version($version);
foreach ($pem_versions as $pem_version)
{
if (strpos($pem_version['name'], $branch) === 0)
@ -309,6 +391,17 @@ DELETE FROM ' . PLUGINS_TABLE . ' WHERE id=\'' . $plugin_id . '\'';
}
}
}
return $versions_to_check;
}
/**
* Retrieve PEM server datas to $server_plugins
*/
function get_server_plugins($new=false)
{
global $user, $conf;
$versions_to_check = $this->get_versions_to_check();
if (empty($versions_to_check))
{
return false;
@ -325,17 +418,28 @@ DELETE FROM ' . PLUGINS_TABLE . ' WHERE id=\'' . $plugin_id . '\'';
}
// Retrieve PEM plugins infos
$url = PEM_URL . '/api/get_revision_list.php?category_id=12&format=php&last_revision_only=true';
$url .= '&version=' . implode(',', $versions_to_check);
$url .= '&lang=' . substr($user['language'], 0, 2);
$url .= '&get_nb_downloads=true';
$url = PEM_URL . '/api/get_revision_list.php';
$get_data = array(
'category_id' => $conf['pem_plugins_category'],
'format' => 'php',
'last_revision_only' => 'true',
'version' => implode(',', $versions_to_check),
'lang' => substr($user['language'], 0, 2),
'get_nb_downloads' => 'true',
);
if (!empty($plugins_to_check))
{
$url .= $new ? '&extension_exclude=' : '&extension_include=';
$url .= implode(',', $plugins_to_check);
if ($new)
{
$get_data['extension_exclude'] = implode(',', $plugins_to_check);
}
else
{
$get_data['extension_include'] = implode(',', $plugins_to_check);
}
}
if (fetchRemote($url, $result))
if (fetchRemote($url, $result, $get_data))
{
$pem_plugins = @unserialize($result);
if (!is_array($pem_plugins))
@ -350,7 +454,77 @@ DELETE FROM ' . PLUGINS_TABLE . ' WHERE id=\'' . $plugin_id . '\'';
}
return false;
}
function get_incompatible_plugins($actualize=false)
{
if (isset($_SESSION['incompatible_plugins']) and !$actualize
and $_SESSION['incompatible_plugins']['~~expire~~'] > time())
{
return $_SESSION['incompatible_plugins'];
}
$_SESSION['incompatible_plugins'] = array('~~expire~~' => time() + 300);
$versions_to_check = $this->get_versions_to_check();
if (empty($versions_to_check))
{
return false;
}
global $conf;
// Plugins to check
$plugins_to_check = array();
foreach($this->fs_plugins as $fs_plugin)
{
if (isset($fs_plugin['extension']))
{
$plugins_to_check[] = $fs_plugin['extension'];
}
}
// Retrieve PEM plugins infos
$url = PEM_URL . '/api/get_revision_list.php';
$get_data = array(
'category_id' => $conf['pem_plugins_category'],
'format' => 'php',
'version' => implode(',', $versions_to_check),
'extension_include' => implode(',', $plugins_to_check),
);
if (fetchRemote($url, $result, $get_data))
{
$pem_plugins = @unserialize($result);
if (!is_array($pem_plugins))
{
return false;
}
$server_plugins = array();
foreach ($pem_plugins as $plugin)
{
if (!isset($server_plugins[$plugin['extension_id']]))
{
$server_plugins[$plugin['extension_id']] = array();
}
$server_plugins[$plugin['extension_id']][] = $plugin['revision_name'];
}
foreach ($this->fs_plugins as $plugin_id => $fs_plugin)
{
if (isset($fs_plugin['extension'])
and !in_array($plugin_id, $this->default_plugins)
and $fs_plugin['version'] != 'auto'
and (!isset($server_plugins[$fs_plugin['extension']]) or !in_array($fs_plugin['version'], $server_plugins[$fs_plugin['extension']])))
{
$_SESSION['incompatible_plugins'][$plugin_id] = $fs_plugin['version'];
}
}
return $_SESSION['incompatible_plugins'];
}
return false;
}
/**
* Sort $server_plugins
*/
@ -382,17 +556,20 @@ DELETE FROM ' . PLUGINS_TABLE . ' WHERE id=\'' . $plugin_id . '\'';
* @param string - archive URL
* @param string - plugin id or extension id
*/
function extract_plugin_files($action, $revision, $dest)
function extract_plugin_files($action, $revision, $dest, &$plugin_id=null)
{
if ($archive = tempnam( PHPWG_PLUGINS_PATH, 'zip'))
{
$url = PEM_URL . '/download.php?rid=' . $revision;
$url .= '&origin=piwigo_' . $action;
$url = PEM_URL . '/download.php';
$get_data = array(
'rid' => $revision,
'origin' => 'piwigo_'.$action,
);
if ($handle = @fopen($archive, 'wb') and fetchRemote($url, $handle))
if ($handle = @fopen($archive, 'wb') and fetchRemote($url, $handle, $get_data))
{
fclose($handle);
include(PHPWG_ROOT_PATH.'admin/include/pclzip.lib.php');
include_once(PHPWG_ROOT_PATH.'admin/include/pclzip.lib.php');
$zip = new PclZip($archive);
if ($list = $zip->listContent())
{
@ -411,13 +588,14 @@ DELETE FROM ' . PLUGINS_TABLE . ' WHERE id=\'' . $plugin_id . '\'';
$root = dirname($main_filepath); // main.inc.php path in archive
if ($action == 'upgrade')
{
$extract_path = PHPWG_PLUGINS_PATH . $dest;
$plugin_id = $dest;
}
else
{
$extract_path = PHPWG_PLUGINS_PATH
. ($root == '.' ? 'extension_' . $dest : basename($root));
$plugin_id = ($root == '.' ? 'extension_' . $dest : basename($root));
}
$extract_path = PHPWG_PLUGINS_PATH . $plugin_id;
if($result = $zip->extract(PCLZIP_OPT_PATH, $extract_path,
PCLZIP_OPT_REMOVE_PATH, $root,
PCLZIP_OPT_REPLACE_NEWER))
@ -434,7 +612,7 @@ DELETE FROM ' . PLUGINS_TABLE . ' WHERE id=\'' . $plugin_id . '\'';
and $old_files = file($extract_path.'/obsolete.list', FILE_IGNORE_NEW_LINES)
and !empty($old_files))
{
array_push($old_files, 'obsolete.list');
$old_files[] = 'obsolete.list';
foreach($old_files as $old_file)
{
$path = $extract_path.'/'.$old_file;
@ -444,10 +622,7 @@ DELETE FROM ' . PLUGINS_TABLE . ' WHERE id=\'' . $plugin_id . '\'';
}
elseif (is_dir($path))
{
if (!$this->deltree($path))
{
$this->send_to_trash($path);
}
deltree($path, PHPWG_PLUGINS_PATH . 'trash');
}
}
}
@ -465,73 +640,28 @@ DELETE FROM ' . PLUGINS_TABLE . ' WHERE id=\'' . $plugin_id . '\'';
@unlink($archive);
return $status;
}
/**
* delete $path directory
* @param string - path
*/
function deltree($path)
function get_merged_extensions($version=PHPWG_VERSION)
{
if (is_dir($path))
$file = PHPWG_ROOT_PATH.'install/obsolete_extensions.list';
$merged_extensions = array();
if (file_exists($file) and $obsolete_ext = file($file, FILE_IGNORE_NEW_LINES) and !empty($obsolete_ext))
{
$fh = opendir($path);
while ($file = readdir($fh))
foreach ($obsolete_ext as $ext)
{
if ($file != '.' and $file != '..')
if (preg_match('/^(\d+) ?: ?(.*?)$/', $ext, $matches))
{
$pathfile = $path . '/' . $file;
if (is_dir($pathfile))
{
$this->deltree($pathfile);
}
else
{
@unlink($pathfile);
}
$merged_extensions[$matches[1]] = $matches[2];
}
}
closedir($fh);
return @rmdir($path);
}
}
/**
* send $path to trash directory
* @param string - path
*/
function send_to_trash($path)
{
$trash_path = PHPWG_PLUGINS_PATH . 'trash';
if (!is_dir($trash_path))
{
@mkdir($trash_path);
$file = @fopen($trash_path . '/.htaccess', 'w');
@fwrite($file, 'deny from all');
@fclose($file);
}
while ($r = $trash_path . '/' . md5(uniqid(rand(), true)))
{
if (!is_dir($r))
{
@rename($path, $r);
break;
}
}
return $merged_extensions;
}
/**
* Sort functions
*/
function plugin_version_compare($a, $b)
{
$pattern = array('/([a-z])/ei', '/\.+/', '/\.\Z|\A\./');
$replacement = array( "'.'.intval('\\1', 36).'.'", '.', '');
$array = preg_replace($pattern, $replacement, array($a, $b));
return version_compare($array[0], $array[1], '>=');
}
function extension_revision_compare($a, $b)
{
if ($a['revision_date'] < $b['revision_date']) return 1;
@ -586,4 +716,4 @@ DELETE FROM ' . PLUGINS_TABLE . ' WHERE id=\'' . $plugin_id . '\'';
$this->fs_plugins = $active_plugins + $inactive_plugins + $not_installed;
}
}
?>
?>

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -24,6 +24,7 @@
class tabsheet
{
var $sheets;
var $uniqid;
var $name;
var $titlename;
var $selected;
@ -32,13 +33,19 @@ class tabsheet
$name is the tabsheet's name inside the template .tpl file
$titlename in the template is affected by $titlename value
*/
function tabsheet($name = 'TABSHEET', $titlename = 'TABSHEET_TITLE')
function __construct($name = 'TABSHEET', $titlename = 'TABSHEET_TITLE')
{
$this->sheets = array();
$this->uniqid = null;
$this->name = $name;
$this->titlename = $titlename;
$this->selected = "";
}
function set_id($id)
{
$this->uniqid = $id;
}
/*
add a tab
@ -81,6 +88,12 @@ class tabsheet
*/
function select($name)
{
$this->sheets = trigger_change('tabsheet_before_select', $this->sheets, $this->uniqid);
if (!array_key_exists($name, $this->sheets))
{
$keys = array_keys($this->sheets);
$name = $keys[0];
}
$this->selected = $name;
}

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -21,6 +21,36 @@
// | USA. |
// +-----------------------------------------------------------------------+
/**
* class DummyTheme_maintain
* used when a theme uses the old procedural declaration of maintenance methods
*/
class DummyTheme_maintain extends ThemeMaintain
{
function activate($theme_version, &$errors=array())
{
if (is_callable('theme_activate'))
{
return theme_activate($this->theme_id, $theme_version, $errors);
}
}
function deactivate()
{
if (is_callable('theme_deactivate'))
{
return theme_deactivate($this->theme_id);
}
}
function delete()
{
if (is_callable('theme_delete'))
{
return theme_delete($this->theme_id);
}
}
}
class themes
{
var $fs_themes = array();
@ -30,7 +60,7 @@ class themes
/**
* Initialize $fs_themes and $db_themes_by_id
*/
function themes()
function __construct()
{
$this->get_fs_themes();
@ -41,20 +71,26 @@ class themes
}
/**
* Set tabsheet for themes pages.
* @param string selected page.
* Returns the maintain class of a theme
* or build a new class with the procedural methods
* @param string $theme_id
*/
function set_tabsheet($selected)
private static function build_maintain_class($theme_id)
{
include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
$file_to_include = PHPWG_THEMES_PATH.'/'.$theme_id.'/admin/maintain.inc.php';
$classname = $theme_id.'_maintain';
$link = get_root_url().'admin.php?page=';
if (file_exists($file_to_include))
{
include_once($file_to_include);
$tabsheet = new tabsheet();
$tabsheet->add('themes_installed', l10n('Installed Themes'), $link.'themes_installed');
$tabsheet->add('themes_new', l10n('Add New Theme'), $link.'themes_new');
$tabsheet->select($selected);
$tabsheet->assign();
if (class_exists($classname))
{
return new $classname($theme_id);
}
}
return new DummyTheme_maintain($theme_id);
}
/**
@ -65,12 +101,14 @@ class themes
*/
function perform_action($action, $theme_id)
{
global $conf;
if (isset($this->db_themes_by_id[$theme_id]))
{
$crt_db_theme = $this->db_themes_by_id[$theme_id];
}
$file_to_include = PHPWG_THEMES_PATH.'/'.$theme_id.'/admin/maintain.inc.php';
$theme_maintain = self::build_maintain_class($theme_id);
$errors = array();
@ -92,26 +130,24 @@ class themes
$missing_parent = $this->missing_parent_theme($theme_id);
if (isset($missing_parent))
{
array_push(
$errors,
sprintf(
l10n('Impossible to activate this theme, the parent theme is missing: %s'),
$missing_parent
)
$errors[] = l10n(
'Impossible to activate this theme, the parent theme is missing: %s',
$missing_parent
);
break;
}
if (file_exists($file_to_include))
if ($this->fs_themes[$theme_id]['mobile']
and !empty($conf['mobile_theme'])
and $conf['mobile_theme'] != $theme_id)
{
include($file_to_include);
if (function_exists('theme_activate'))
{
theme_activate($theme_id, $this->fs_themes[$theme_id]['version'], $errors);
}
$errors[] = l10n('You can activate only one mobile theme.');
break;
}
$theme_maintain->activate($this->fs_themes[$theme_id]['version'], $errors);
if (empty($errors))
{
$query = '
@ -122,6 +158,11 @@ INSERT INTO '.THEMES_TABLE.'
\''.$this->fs_themes[$theme_id]['name'].'\')
;';
pwg_query($query);
if ($this->fs_themes[$theme_id]['mobile'])
{
conf_update_param('mobile_theme', $theme_id);
}
}
break;
@ -135,10 +176,7 @@ INSERT INTO '.THEMES_TABLE.'
// you can't deactivate the last theme
if (count($this->db_themes_by_id) <= 1)
{
array_push(
$errors,
l10n('Impossible to deactivate this theme, you need at least one theme.')
);
$errors[] = l10n('Impossible to deactivate this theme, you need at least one theme.');
break;
}
@ -148,10 +186,9 @@ INSERT INTO '.THEMES_TABLE.'
$new_theme = null;
$query = '
SELECT
id
SELECT id
FROM '.THEMES_TABLE.'
WHERE id != "'.$theme_id.'"
WHERE id != \''.$theme_id.'\'
;';
$result = pwg_query($query);
if (pwg_db_num_rows($result) == 0)
@ -166,27 +203,25 @@ SELECT
$this->set_default_theme($new_theme);
}
if (file_exists($file_to_include))
{
include($file_to_include);
if (function_exists('theme_deactivate'))
{
theme_deactivate($theme_id);
}
}
$theme_maintain->deactivate();
$query = "
$query = '
DELETE
FROM ".THEMES_TABLE."
WHERE id= '".$theme_id."'
;";
FROM '.THEMES_TABLE.'
WHERE id= \''.$theme_id.'\'
;';
pwg_query($query);
if ($this->fs_themes[$theme_id]['mobile'])
{
conf_update_param('mobile_theme', '');
}
break;
case 'delete':
if (!empty($crt_db_theme))
{
array_push($errors, 'CANNOT DELETE - THEME IS INSTALLED');
$errors[] = 'CANNOT DELETE - THEME IS INSTALLED';
break;
}
if (!isset($this->fs_themes[$theme_id]))
@ -198,25 +233,21 @@ DELETE
$children = $this->get_children_themes($theme_id);
if (count($children) > 0)
{
array_push(
$errors,
sprintf(
l10n('Impossible to delete this theme. Other themes depends on it: %s'),
implode(', ', $children)
)
$errors[] = l10n(
'Impossible to delete this theme. Other themes depends on it: %s',
implode(', ', $children)
);
break;
}
if (!$this->deltree(PHPWG_THEMES_PATH.$theme_id))
{
$this->send_to_trash(PHPWG_THEMES_PATH.$theme_id);
}
$theme_maintain->delete();
deltree(PHPWG_THEMES_PATH.$theme_id, PHPWG_THEMES_PATH . 'trash');
break;
case 'set_default':
// first we need to know which users are using the current default theme
$this->set_default_theme($theme_id);
$this->set_default_theme($theme_id);
break;
}
return $errors;
@ -228,14 +259,14 @@ DELETE
{
return null;
}
$parent = $this->fs_themes[$theme_id]['parent'];
if ('default' == $parent)
{
return null;
}
if (!isset($this->fs_themes[$parent]))
{
return $parent;
@ -247,30 +278,30 @@ DELETE
function get_children_themes($theme_id)
{
$children = array();
foreach ($this->fs_themes as $test_child)
{
if (isset($test_child['parent']) and $test_child['parent'] == $theme_id)
{
array_push($children, $test_child['name']);
$children[] = $test_child['name'];
}
}
return $children;
}
}
function set_default_theme($theme_id)
{
global $conf;
// first we need to know which users are using the current default theme
$default_theme = get_default_theme();
$query = '
SELECT
user_id
FROM '.USER_INFOS_TABLE.'
WHERE theme = "'.$default_theme.'"
WHERE theme = \''.$default_theme.'\'
;';
$user_ids = array_unique(
array_merge(
@ -284,7 +315,7 @@ SELECT
$query = '
UPDATE '.USER_INFOS_TABLE.'
SET theme = "'.$theme_id.'"
SET theme = \''.$theme_id.'\'
WHERE user_id IN ('.implode(',', $user_ids).')
;';
pwg_query($query);
@ -296,11 +327,11 @@ UPDATE '.USER_INFOS_TABLE.'
SELECT
*
FROM '.THEMES_TABLE;
$clauses = array();
if (!empty($id))
{
$clauses[] = "id = '".$id."'";
$clauses[] = 'id = \''.$id.'\'';
}
if (count($clauses) > 0)
{
@ -312,19 +343,19 @@ SELECT
$themes = array();
while ($row = pwg_db_fetch_assoc($result))
{
array_push($themes, $row);
$themes[] = $row;
}
return $themes;
}
/**
* Get themes defined in the theme directory
*/
*/
function get_fs_themes()
{
$dir = opendir(PHPWG_THEMES_PATH);
while ($file = readdir($dir))
{
if ($file!='.' and $file!='..')
@ -342,18 +373,19 @@ SELECT
'uri' => '',
'description' => '',
'author' => '',
'mobile' => false,
);
$theme_data = implode( '', file($path.'/themeconf.inc.php') );
$theme_data = implode('', file($path.'/themeconf.inc.php'));
if ( preg_match("|Theme Name: (.*)|", $theme_data, $val) )
if (preg_match("|Theme Name:\\s*(.+)|", $theme_data, $val))
{
$theme['name'] = trim( $val[1] );
}
if (preg_match("|Version: (.*)|", $theme_data, $val))
if (preg_match("|Version:\\s*([\\w.-]+)|", $theme_data, $val))
{
$theme['version'] = trim($val[1]);
}
if ( preg_match("|Theme URI: (.*)|", $theme_data, $val) )
if (preg_match("|Theme URI:\\s*(https?:\\/\\/.+)|", $theme_data, $val))
{
$theme['uri'] = trim($val[1]);
}
@ -361,15 +393,15 @@ SELECT
{
$theme['description'] = trim($desc);
}
elseif ( preg_match("|Description: (.*)|", $theme_data, $val) )
elseif (preg_match("|Description:\\s*(.+)|", $theme_data, $val))
{
$theme['description'] = trim($val[1]);
}
if ( preg_match("|Author: (.*)|", $theme_data, $val) )
if (preg_match("|Author:\\s*(.+)|", $theme_data, $val))
{
$theme['author'] = trim($val[1]);
}
if ( preg_match("|Author URI: (.*)|", $theme_data, $val) )
if (preg_match("|Author URI:\\s*(https?:\\/\\/.+)|", $theme_data, $val))
{
$theme['author uri'] = trim($val[1]);
}
@ -382,10 +414,14 @@ SELECT
{
$theme['parent'] = $val[1];
}
if (preg_match('/["\']activable["\'].*?(true|false)/', $theme_data, $val))
if (preg_match('/["\']activable["\'].*?(true|false)/i', $theme_data, $val))
{
$theme['activable'] = get_boolean($val[1]);
}
if (preg_match('/["\']mobile["\'].*?(true|false)/i', $theme_data, $val))
{
$theme['mobile'] = get_boolean($val[1]);
}
// screenshot
$screenshot_path = $path.'/screenshot.png';
@ -445,21 +481,24 @@ SELECT
*/
function get_server_themes($new=false)
{
global $user;
global $user, $conf;
$pem_category_id = 10;
$get_data = array(
'category_id' => $conf['pem_themes_category'],
'format' => 'php',
);
// Retrieve PEM versions
$version = PHPWG_VERSION;
$versions_to_check = array();
$url = PEM_URL . '/api/get_version_list.php?category_id='.$pem_category_id.'&format=php';
if (fetchRemote($url, $result) and $pem_versions = @unserialize($result))
$url = PEM_URL . '/api/get_version_list.php';
if (fetchRemote($url, $result, $get_data) and $pem_versions = @unserialize($result))
{
if (!preg_match('/^\d+\.\d+\.\d+/', $version))
if (!preg_match('/^\d+\.\d+\.\d+$/', $version))
{
$version = $pem_versions[0]['name'];
}
$branch = substr($version, 0, strrpos($version, '.'));
$branch = get_branch_from_version($version);
foreach ($pem_versions as $pem_version)
{
if (strpos($pem_version['name'], $branch) === 0)
@ -484,17 +523,27 @@ SELECT
}
// Retrieve PEM themes infos
$url = PEM_URL . '/api/get_revision_list.php?category_id='.$pem_category_id.'&format=php&last_revision_only=true';
$url .= '&version=' . implode(',', $versions_to_check);
$url .= '&lang=' . substr($user['language'], 0, 2);
$url .= '&get_nb_downloads=true';
$url = PEM_URL . '/api/get_revision_list.php';
$get_data = array_merge($get_data, array(
'last_revision_only' => 'true',
'version' => implode(',', $versions_to_check),
'lang' => substr($user['language'], 0, 2),
'get_nb_downloads' => 'true',
)
);
if (!empty($themes_to_check))
{
$url .= $new ? '&extension_exclude=' : '&extension_include=';
$url .= implode(',', $themes_to_check);
if ($new)
{
$get_data['extension_exclude'] = implode(',', $themes_to_check);
}
else
{
$get_data['extension_include'] = implode(',', $themes_to_check);
}
}
if (fetchRemote($url, $result))
if (fetchRemote($url, $result, $get_data))
{
$pem_themes = @unserialize($result);
if (!is_array($pem_themes))
@ -509,7 +558,7 @@ SELECT
}
return false;
}
/**
* Sort $server_themes
*/
@ -546,13 +595,16 @@ SELECT
{
if ($archive = tempnam( PHPWG_THEMES_PATH, 'zip'))
{
$url = PEM_URL . '/download.php?rid=' . $revision;
$url .= '&origin=piwigo_' . $action;
$url = PEM_URL . '/download.php';
$get_data = array(
'rid' => $revision,
'origin' => 'piwigo_'.$action,
);
if ($handle = @fopen($archive, 'wb') and fetchRemote($url, $handle))
if ($handle = @fopen($archive, 'wb') and fetchRemote($url, $handle, $get_data))
{
fclose($handle);
include(PHPWG_ROOT_PATH.'admin/include/pclzip.lib.php');
include_once(PHPWG_ROOT_PATH.'admin/include/pclzip.lib.php');
$zip = new PclZip($archive);
if ($list = $zip->listContent())
{
@ -597,7 +649,7 @@ SELECT
and $old_files = file($extract_path.'/obsolete.list', FILE_IGNORE_NEW_LINES)
and !empty($old_files))
{
array_push($old_files, 'obsolete.list');
$old_files[] = 'obsolete.list';
foreach($old_files as $old_file)
{
$path = $extract_path.'/'.$old_file;
@ -607,10 +659,7 @@ SELECT
}
elseif (is_dir($path))
{
if (!$this->deltree($path))
{
$this->send_to_trash($path);
}
deltree($path, PHPWG_THEMES_PATH . 'trash');
}
}
}
@ -628,73 +677,10 @@ SELECT
@unlink($archive);
return $status;
}
/**
* delete $path directory
* @param string - path
*/
function deltree($path)
{
if (is_dir($path))
{
$fh = opendir($path);
while ($file = readdir($fh))
{
if ($file != '.' and $file != '..')
{
$pathfile = $path . '/' . $file;
if (is_dir($pathfile))
{
$this->deltree($pathfile);
}
else
{
@unlink($pathfile);
}
}
}
closedir($fh);
return @rmdir($path);
}
}
/**
* send $path to trash directory
* @param string - path
*/
function send_to_trash($path)
{
$trash_path = PHPWG_THEMES_PATH . 'trash';
if (!is_dir($trash_path))
{
@mkdir($trash_path);
$file = @fopen($trash_path . '/.htaccess', 'w');
@fwrite($file, 'deny from all');
@fclose($file);
}
while ($r = $trash_path . '/' . md5(uniqid(rand(), true)))
{
if (!is_dir($r))
{
@rename($path, $r);
break;
}
}
}
/**
* Sort functions
*/
function theme_version_compare($a, $b)
{
$pattern = array('/([a-z])/ei', '/\.+/', '/\.\Z|\A\./');
$replacement = array( "'.'.intval('\\1', 36).'.'", '.', '');
$array = preg_replace($pattern, $replacement, array($a, $b));
return version_compare($array[0], $array[1], '>=');
}
function extension_revision_compare($a, $b)
{
if ($a['revision_date'] < $b['revision_date']) return 1;
@ -749,39 +735,5 @@ SELECT
$this->fs_themes = $active_themes + $inactive_themes + $not_installed;
}
// themes specific methods
function get_fs_themes_with_ini()
{
$themes_dir = PHPWG_ROOT_PATH.'themes';
$fs_themes = array();
foreach (get_dirs($themes_dir) as $theme)
{
$conf_file = $themes_dir.'/'.$theme.'/themeconf.inc.php';
if (file_exists($conf_file))
{
$theme_data = array(
'name' => $theme,
);
$ini_file = $themes_dir.'/'.$theme.'/theme.ini';
if (file_exists($ini_file))
{
$theme_ini = parse_ini_file($ini_file);
if (isset($theme_ini['extension_id']))
{
$theme_data['extension_id'] = $theme_ini['extension_id'];
}
}
array_push($fs_themes, $theme_data);
}
}
echo '<pre>'; print_r($fs_themes); echo '</pre>';
}
}
?>
?>

View file

@ -0,0 +1,482 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
class updates
{
var $types = array();
var $plugins;
var $themes;
var $languages;
var $missing = array();
var $default_plugins = array();
var $default_themes = array();
var $default_languages = array();
var $merged_extensions = array();
var $merged_extension_url = 'http://piwigo.org/download/merged_extensions.txt';
function __construct($page='updates')
{
$this->types = array('plugins', 'themes', 'languages');
if (in_array($page, $this->types))
{
$this->types = array($page);
}
$this->default_themes = array('clear', 'dark', 'Sylvia', 'elegant', 'smartpocket');
$this->default_plugins = array('AdminTools', 'TakeATour', 'language_switch', 'LocalFilesEditor');
foreach ($this->types as $type)
{
include_once(PHPWG_ROOT_PATH.'admin/include/'.$type.'.class.php');
$this->$type = new $type();
}
}
static function check_piwigo_upgrade()
{
$_SESSION['need_update'] = null;
if (preg_match('/(\d+\.\d+)\.(\d+)/', PHPWG_VERSION, $matches)
and @fetchRemote(PHPWG_URL.'/download/all_versions.php?rand='.md5(uniqid(rand(), true)), $result))
{
$all_versions = @explode("\n", $result);
$new_version = trim($all_versions[0]);
$_SESSION['need_update'] = version_compare(PHPWG_VERSION, $new_version, '<');
}
}
function get_server_extensions($version=PHPWG_VERSION)
{
global $user;
$get_data = array(
'format' => 'php',
);
// Retrieve PEM versions
$versions_to_check = array();
$url = PEM_URL . '/api/get_version_list.php';
if (fetchRemote($url, $result, $get_data) and $pem_versions = @unserialize($result))
{
if (!preg_match('/^\d+\.\d+\.\d+$/', $version))
{
$version = $pem_versions[0]['name'];
}
$branch = get_branch_from_version($version);
foreach ($pem_versions as $pem_version)
{
if (strpos($pem_version['name'], $branch) === 0)
{
$versions_to_check[] = $pem_version['id'];
}
}
}
if (empty($versions_to_check))
{
return false;
}
// Extensions to check
$ext_to_check = array();
foreach ($this->types as $type)
{
$fs = 'fs_'.$type;
foreach ($this->$type->$fs as $ext)
{
if (isset($ext['extension']))
{
$ext_to_check[$ext['extension']] = $type;
}
}
}
// Retrieve PEM plugins infos
$url = PEM_URL . '/api/get_revision_list.php';
$get_data = array_merge($get_data, array(
'last_revision_only' => 'true',
'version' => implode(',', $versions_to_check),
'lang' => substr($user['language'], 0, 2),
'get_nb_downloads' => 'true',
)
);
$post_data = array();
if (!empty($ext_to_check))
{
$post_data['extension_include'] = implode(',', array_keys($ext_to_check));
}
if (fetchRemote($url, $result, $get_data, $post_data))
{
$pem_exts = @unserialize($result);
if (!is_array($pem_exts))
{
return false;
}
$servers = array();
foreach ($pem_exts as $ext)
{
if (isset($ext_to_check[$ext['extension_id']]))
{
$type = $ext_to_check[$ext['extension_id']];
if (!isset($servers[$type]))
{
$servers[$type] = array();
}
$servers[$type][ $ext['extension_id'] ] = $ext;
unset($ext_to_check[$ext['extension_id']]);
}
}
foreach ($servers as $server_type => $extension_list)
{
$server_string = 'server_'.$server_type;
$this->$server_type->$server_string = $extension_list;
}
$this->check_missing_extensions($ext_to_check);
return true;
}
return false;
}
// Check all extensions upgrades
function check_extensions()
{
global $conf;
if (!$this->get_server_extensions())
{
return false;
}
$_SESSION['extensions_need_update'] = array();
foreach ($this->types as $type)
{
$fs = 'fs_'.$type;
$server = 'server_'.$type;
$server_ext = $this->$type->$server;
$fs_ext = $this->$type->$fs;
$ignore_list = array();
$need_upgrade = array();
foreach($fs_ext as $ext_id => $fs_ext)
{
if (isset($fs_ext['extension']) and isset($server_ext[$fs_ext['extension']]))
{
$ext_info = $server_ext[$fs_ext['extension']];
if (!safe_version_compare($fs_ext['version'], $ext_info['revision_name'], '>='))
{
if (in_array($ext_id, $conf['updates_ignored'][$type]))
{
$ignore_list[] = $ext_id;
}
else
{
$_SESSION['extensions_need_update'][$type][$ext_id] = $ext_info['revision_name'];
}
}
}
}
$conf['updates_ignored'][$type] = $ignore_list;
}
conf_update_param('updates_ignored', pwg_db_real_escape_string(serialize($conf['updates_ignored'])));
}
// Check if extension have been upgraded since last check
function check_updated_extensions()
{
foreach ($this->types as $type)
{
if (!empty($_SESSION['extensions_need_update'][$type]))
{
$fs = 'fs_'.$type;
foreach($this->$type->$fs as $ext_id => $fs_ext)
{
if (isset($_SESSION['extensions_need_update'][$type][$ext_id])
and safe_version_compare($fs_ext['version'], $_SESSION['extensions_need_update'][$type][$ext_id], '>='))
{
// Extension have been upgraded
$this->check_extensions();
break;
}
}
}
}
}
function check_missing_extensions($missing)
{
foreach ($missing as $id => $type)
{
$fs = 'fs_'.$type;
$default = 'default_'.$type;
foreach ($this->$type->$fs as $ext_id => $ext)
{
if (isset($ext['extension']) and $id == $ext['extension']
and !in_array($ext_id, $this->$default)
and !in_array($ext['extension'], $this->merged_extensions))
{
$this->missing[$type][] = $ext;
break;
}
}
}
}
function get_merged_extensions($version)
{
if (fetchRemote($this->merged_extension_url, $result))
{
$rows = explode("\n", $result);
foreach ($rows as $row)
{
if (preg_match('/^(\d+\.\d+): *(.*)$/', $row, $match))
{
if (version_compare($version, $match[1], '>='))
{
$extensions = explode(',', trim($match[2]));
$this->merged_extensions = array_merge($this->merged_extensions, $extensions);
}
}
}
}
}
static function process_obsolete_list($file)
{
if (file_exists(PHPWG_ROOT_PATH.$file)
and $old_files = file(PHPWG_ROOT_PATH.$file, FILE_IGNORE_NEW_LINES)
and !empty($old_files))
{
$old_files[] = $file;
foreach($old_files as $old_file)
{
$path = PHPWG_ROOT_PATH.$old_file;
if (is_file($path))
{
@unlink($path);
}
elseif (is_dir($path))
{
deltree($path, PHPWG_ROOT_PATH.'_trash');
}
}
}
}
static function dump_database($include_history=false)
{
global $page, $conf, $cfgBase;
if (version_compare(PHPWG_VERSION, '2.1', '<'))
{
$conf['db_base'] = $cfgBase;
}
include(PHPWG_ROOT_PATH.'admin/include/mysqldump.php');
$path = PHPWG_ROOT_PATH.$conf['data_location'].'update';
if (@mkgetdir($path)
and ($backupFile = tempnam($path, 'sql'))
and ($dumper = new MySQLDump($conf['db_base'],$backupFile,false,false)))
{
foreach (get_defined_constants() as $constant => $value)
{
if (preg_match('/_TABLE$/', $constant))
{
$dumper->getTableStructure($value);
if ($constant == 'HISTORY_TABLE' and !$include_history)
{
continue;
}
$dumper->getTableData($value);
}
}
}
if (@filesize($backupFile))
{
$http_headers = array(
'Content-Length: '.@filesize($backupFile),
'Content-Type: text/x-sql',
'Content-Disposition: attachment; filename="database.sql";',
'Content-Transfer-Encoding: binary',
);
foreach ($http_headers as $header) {
header($header);
}
@readfile($backupFile);
deltree(PHPWG_ROOT_PATH.$conf['data_location'].'update');
exit();
}
else
{
$page['errors'][] = l10n('Unable to dump database.');
}
}
static function upgrade_to($upgrade_to, &$step, $check_current_version=true)
{
global $page, $conf, $template;
if ($check_current_version and !version_compare($upgrade_to, PHPWG_VERSION, '>'))
{
redirect(get_root_url().'admin.php?page=plugin-'.basename(dirname(__FILE__)));
}
if ($step == 2)
{
preg_match('/(\d+\.\d+)\.(\d+)/', PHPWG_VERSION, $matches);
$code = $matches[1].'.x_to_'.$upgrade_to;
$dl_code = str_replace(array('.', '_'), '', $code);
$remove_path = $code;
$obsolete_list = 'obsolete.list';
}
else
{
$code = $upgrade_to;
$dl_code = $code;
$remove_path = version_compare($code, '2.0.8', '>=') ? 'piwigo' : 'piwigo-'.$code;
$obsolete_list = PHPWG_ROOT_PATH.'install/obsolete.list';
}
if (empty($page['errors']))
{
$path = PHPWG_ROOT_PATH.$conf['data_location'].'update';
$filename = $path.'/'.$code.'.zip';
@mkgetdir($path);
$chunk_num = 0;
$end = false;
$zip = @fopen($filename, 'w');
while (!$end)
{
$chunk_num++;
if (@fetchRemote(PHPWG_URL.'/download/dlcounter.php?code='.$dl_code.'&chunk_num='.$chunk_num, $result)
and $input = @unserialize($result))
{
if (0 == $input['remaining'])
{
$end = true;
}
@fwrite($zip, base64_decode($input['data']));
}
else
{
$end = true;
}
}
@fclose($zip);
if (@filesize($filename))
{
$zip = new PclZip($filename);
if ($result = $zip->extract(PCLZIP_OPT_PATH, PHPWG_ROOT_PATH,
PCLZIP_OPT_REMOVE_PATH, $remove_path,
PCLZIP_OPT_SET_CHMOD, 0755,
PCLZIP_OPT_REPLACE_NEWER))
{
//Check if all files were extracted
$error = '';
foreach($result as $extract)
{
if (!in_array($extract['status'], array('ok', 'filtered', 'already_a_directory')))
{
// Try to change chmod and extract
if (@chmod(PHPWG_ROOT_PATH.$extract['filename'], 0777)
and ($res = $zip->extract(PCLZIP_OPT_BY_NAME, $remove_path.'/'.$extract['filename'],
PCLZIP_OPT_PATH, PHPWG_ROOT_PATH,
PCLZIP_OPT_REMOVE_PATH, $remove_path,
PCLZIP_OPT_SET_CHMOD, 0755,
PCLZIP_OPT_REPLACE_NEWER))
and isset($res[0]['status'])
and $res[0]['status'] == 'ok')
{
continue;
}
else
{
$error .= $extract['filename'].': '.$extract['status']."\n";
}
}
}
if (empty($error))
{
self::process_obsolete_list($obsolete_list);
deltree(PHPWG_ROOT_PATH.$conf['data_location'].'update');
invalidate_user_cache(true);
$template->delete_compiled_templates();
unset($_SESSION['need_update']);
if ($step == 2)
{
$page['infos'][] = l10n('Update Complete');
$page['infos'][] = $upgrade_to;
$step = -1;
}
else
{
redirect(PHPWG_ROOT_PATH.'upgrade.php?now=');
}
}
else
{
file_put_contents(PHPWG_ROOT_PATH.$conf['data_location'].'update/log_error.txt', $error);
$page['errors'][] = l10n(
'An error has occured during extract. Please check files permissions of your piwigo installation.<br><a href="%s">Click here to show log error</a>.',
get_root_url().$conf['data_location'].'update/log_error.txt'
);
}
}
else
{
deltree(PHPWG_ROOT_PATH.$conf['data_location'].'update');
$page['errors'][] = l10n('An error has occured during upgrade.');
}
}
else
{
$page['errors'][] = l10n('Piwigo cannot retrieve upgrade file from server');
}
}
}
}
?>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 778 B

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,60 +0,0 @@
/*
Uploadify v2.1.0
Release Date: August 24, 2009
Copyright (c) 2009 Ronnie Garcia, Travis Nickels
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
#fileQueue {
width: 420px;
max-height: 300px;
overflow: auto;
border: 1px solid #333;
margin: 0 auto 10px auto;
padding: 5px 0 10px 0;
}
.uploadifyQueueItem {
border: 1px solid #666;
background-color: #444;
color:#999;
margin: 5px auto 0 auto;
padding: 10px;
width: 350px;
}
.uploadifyError {
border: 2px solid #FBCBBC !important;
background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
float: right;
}
.uploadifyProgress {
background-color: #333;
border: 1px solid #666;
margin-top: 10px;
width: 100%;
}
.uploadifyProgressBar {
background-color: #FF3363;
width: 1px;
height: 3px;
}

View file

@ -1,44 +0,0 @@
<?php
define('PHPWG_ROOT_PATH','../../../');
define('IN_ADMIN', true);
$_COOKIE['pwg_id'] = $_POST['session_id'];
include_once(PHPWG_ROOT_PATH.'include/common.inc.php');
include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
include_once(PHPWG_ROOT_PATH.'admin/include/functions_upload.inc.php');
check_pwg_token();
ob_start();
print_r($_FILES);
print_r($_POST);
print_r($user);
$tmp = ob_get_contents();
ob_end_clean();
// error_log($tmp, 3, "/tmp/php-".date('YmdHis').'-'.sprintf('%020u', rand()).".log");
$image_id = add_uploaded_file(
$_FILES['Filedata']['tmp_name'],
$_FILES['Filedata']['name'],
null,
8
);
if (!isset($_SESSION['uploads']))
{
$_SESSION['uploads'] = array();
}
if (!isset($_SESSION['uploads'][ $_POST['upload_id'] ]))
{
$_SESSION['uploads'][ $_POST['upload_id'] ] = array();
}
array_push(
$_SESSION['uploads'][ $_POST['upload_id'] ],
$image_id
);
echo "1";
?>

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -29,6 +29,7 @@ if (!defined('PHPWG_ROOT_PATH'))
include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
include_once(PHPWG_ROOT_PATH.'admin/include/check_integrity.class.php');
include_once(PHPWG_ROOT_PATH.'admin/include/c13y_internal.class.php');
include_once(PHPWG_ROOT_PATH.'admin/include/image.class.php');
// +-----------------------------------------------------------------------+
// | Check Access and exit when user status is not ok |
@ -44,7 +45,7 @@ if (isset($_GET['action']) and 'check_upgrade' == $_GET['action'])
{
if (!fetchRemote(PHPWG_URL.'/download/latest_version', $result))
{
array_push($page['errors'], l10n('Unable to check for upgrade.'));
$page['errors'][] = l10n('Unable to check for upgrade.');
}
else
{
@ -72,33 +73,21 @@ if (isset($_GET['action']) and 'check_upgrade' == $_GET['action'])
if ('' == $versions['latest'])
{
array_push(
$page['errors'],
l10n('Check for upgrade failed for unknown reasons.')
);
$page['errors'][] = l10n('Check for upgrade failed for unknown reasons.');
}
// concatenation needed to avoid automatic transformation by release
// script generator
else if ('%'.'PWGVERSION'.'%' == $versions['current'])
{
array_push(
$page['infos'],
l10n('You are running on development sources, no check possible.')
);
$page['infos'][] = l10n('You are running on development sources, no check possible.');
}
else if (version_compare($versions['current'], $versions['latest']) < 0)
{
array_push(
$page['infos'],
l10n('A new version of Piwigo is available.')
);
$page['infos'][] = l10n('A new version of Piwigo is available.');
}
else
{
array_push(
$page['infos'],
l10n('You are running the latest version of Piwigo.')
);
$page['infos'][] = l10n('You are running the latest version of Piwigo.');
}
}
}
@ -126,7 +115,7 @@ if ($conf['show_newsletter_subscription']) {
$php_current_timestamp = date("Y-m-d H:i:s");
$db_version = pwg_get_db_version();
list($db_current_timestamp) = pwg_db_fetch_row(pwg_query('SELECT CURRENT_TIMESTAMP;'));
list($db_current_date) = pwg_db_fetch_row(pwg_query('SELECT now();'));
$query = '
SELECT COUNT(*)
@ -186,9 +175,9 @@ list($nb_groups) = pwg_db_fetch_row(pwg_query($query));
$query = '
SELECT COUNT(*)
FROM '.COMMENTS_TABLE.'
FROM '.RATE_TABLE.'
;';
list($nb_comments) = pwg_db_fetch_row(pwg_query($query));
list($nb_rates) = pwg_db_fetch_row(pwg_query($query));
$template->assign(
array(
@ -196,28 +185,35 @@ $template->assign(
'PWG_VERSION' => PHPWG_VERSION,
'OS' => PHP_OS,
'PHP_VERSION' => phpversion(),
'DB_ENGINE' => $conf['dblayer'],
'DB_ENGINE' => 'MySQL',
'DB_VERSION' => $db_version,
'DB_ELEMENTS' => l10n_dec('%d image', '%d images', $nb_elements),
'DB_ELEMENTS' => l10n_dec('%d photo', '%d photos', $nb_elements),
'DB_CATEGORIES' =>
l10n_dec('%d category including', '%d categories including',
$nb_categories).
l10n_dec('%d physical', '%d physical',
$nb_physical).
l10n_dec(' and %d virtual', ' and %d virtual',
$nb_virtual),
l10n_dec('%d album including', '%d albums including', $nb_categories).
l10n_dec('%d physical', '%d physicals', $nb_physical).
l10n_dec(' and %d virtual', ' and %d virtuals', $nb_virtual),
'DB_IMAGE_CATEGORY' => l10n_dec('%d association', '%d associations', $nb_image_category),
'DB_TAGS' => l10n_dec('%d tag', '%d tags', $nb_tags),
'DB_IMAGE_TAG' => l10n_dec('%d association', '%d associations', $nb_image_tag),
'DB_USERS' => l10n_dec('%d user', '%d users', $nb_users),
'DB_GROUPS' => l10n_dec('%d group', '%d groups', $nb_groups),
'DB_COMMENTS' => l10n_dec('%d comment', '%d comments', $nb_comments),
'DB_RATES' => ($nb_rates == 0) ? l10n('no rate') : l10n('%d rates', $nb_rates),
'U_CHECK_UPGRADE' => PHPWG_ROOT_PATH.'admin.php?action=check_upgrade',
'U_PHPINFO' => PHPWG_ROOT_PATH.'admin.php?action=phpinfo',
'PHP_DATATIME' => $php_current_timestamp,
'DB_DATATIME' => $db_current_timestamp,
'DB_DATATIME' => $db_current_date,
)
);
if ($conf['activate_comments'])
{
$query = '
SELECT COUNT(*)
FROM '.COMMENTS_TABLE.'
;';
list($nb_comments) = pwg_db_fetch_row(pwg_query($query));
$template->assign('DB_COMMENTS', l10n_dec('%d comment', '%d comments', $nb_comments));
}
if ($nb_elements > 0)
{
@ -231,50 +227,39 @@ SELECT MIN(date_available)
'first_added',
array(
'DB_DATE' =>
sprintf(
l10n('first element added on %s'),
format_date($first_date)
)
l10n('first photo added on %s', format_date($first_date))
)
);
}
// waiting elements
$query = '
SELECT COUNT(*)
FROM '.WAITING_TABLE.'
WHERE validated=\'false\'
;';
list($nb_waiting) = pwg_db_fetch_row(pwg_query($query));
if ($nb_waiting > 0)
// graphics library
switch (pwg_image::get_library())
{
$template->assign(
'waiting',
array(
'URL' => PHPWG_ROOT_PATH.'admin.php?page=upload',
'INFO' => sprintf(l10n('%d waiting for validation'), $nb_waiting)
)
);
}
case 'imagick':
$library = 'ImageMagick';
$img = new Imagick();
$version = $img->getVersion();
if (preg_match('/ImageMagick \d+\.\d+\.\d+-?\d*/', $version['versionString'], $match))
{
$library = $match[0];
}
$template->assign('GRAPHICS_LIBRARY', $library);
break;
// unvalidated comments
$query = '
SELECT COUNT(*)
FROM '.COMMENTS_TABLE.'
WHERE validated=\'false\'
;';
list($nb_comments) = pwg_db_fetch_row(pwg_query($query));
case 'ext_imagick':
$library = 'External ImageMagick';
exec($conf['ext_imagick_dir'].'convert -version', $returnarray);
if (preg_match('/Version: ImageMagick (\d+\.\d+\.\d+-?\d*)/', $returnarray[0], $match))
{
$library .= ' ' . $match[1];
}
$template->assign('GRAPHICS_LIBRARY', $library);
break;
if ($nb_comments > 0)
{
$template->assign(
'unvalidated',
array(
'URL' => PHPWG_ROOT_PATH.'admin.php?page=comments',
'INFO' => sprintf(l10n('%d waiting for validation'), $nb_comments)
)
);
case 'gd':
$gd_info = gd_info();
$template->assign('GRAPHICS_LIBRARY', 'GD '.@$gd_info['GD Version']);
break;
}
// +-----------------------------------------------------------------------+

48
admin/languages.php Normal file
View file

@ -0,0 +1,48 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
if( !defined("PHPWG_ROOT_PATH") )
{
die ("Hacking attempt!");
}
include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
$my_base_url = get_root_url().'admin.php?page=languages';
if (isset($_GET['tab']))
$page['tab'] = $_GET['tab'];
else
$page['tab'] = 'installed';
$tabsheet = new tabsheet();
$tabsheet->set_id('languages');
$tabsheet->select($page['tab']);
$tabsheet->assign();
if ($page['tab'] == 'update')
include(PHPWG_ROOT_PATH.'admin/updates_ext.php');
else
include(PHPWG_ROOT_PATH.'admin/languages_'.$page['tab'].'.php');
?>

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2009 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -34,10 +34,9 @@ $base_url = get_root_url().'admin.php?page='.$page['page'];
$languages = new languages();
$languages->get_db_languages();
$languages->set_tabsheet($page['page']);
//--------------------------------------------------perform requested actions
if (isset($_GET['action']) and isset($_GET['language']) and !is_adviser())
if (isset($_GET['action']) and isset($_GET['language']))
{
$page['errors'] = $languages->perform_action($_GET['action'], $_GET['language']);
@ -54,13 +53,9 @@ $default_language = get_default_language();
$tpl_languages = array();
foreach($languages->fs_languages as $language_id => $language_name)
foreach($languages->fs_languages as $language_id => $language)
{
$language = array(
'id' => $language_id,
'name' => $language_name,
'u_action' => $base_url.'&amp;language='.$language_id,
);
$language['u_action'] = add_url_params($base_url, array('language' => $language_id));
if (in_array($language_id, array_keys($languages->db_languages)))
{
@ -92,7 +87,7 @@ foreach($languages->fs_languages as $language_id => $language_name)
else
{
$language['is_default'] = false;
array_push($tpl_languages, $language);
$tpl_languages[] = $language;
}
}
@ -114,16 +109,16 @@ foreach($missing_language_ids as $language_id)
{
$query = '
UPDATE '.USER_INFOS_TABLE.'
SET language = "'.get_default_language().'"
WHERE language = "'.$language_id.'"
SET language = \''.get_default_language().'\'
WHERE language = \''.$language_id.'\'
;';
pwg_query($query);
$query = "
$query = '
DELETE
FROM ".LANGUAGES_TABLE."
WHERE id= '".$language_id."'
;";
FROM '.LANGUAGES_TABLE.'
WHERE id= \''.$language_id.'\'
;';
pwg_query($query);
}

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2009 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -30,11 +30,10 @@ include_once(PHPWG_ROOT_PATH.'admin/include/languages.class.php');
$template->set_filenames(array('languages' => 'languages_new.tpl'));
$base_url = get_root_url().'admin.php?page='.$page['page'];
$base_url = get_root_url().'admin.php?page='.$page['page'].'&tab='.$page['tab'];
$languages = new languages();
$languages->get_db_languages();
$languages->set_tabsheet($page['page']);
// +-----------------------------------------------------------------------+
// | setup check |
@ -43,24 +42,18 @@ $languages->set_tabsheet($page['page']);
$languages_dir = PHPWG_ROOT_PATH.'language';
if (!is_writable($languages_dir))
{
array_push(
$page['errors'],
sprintf(
l10n('Add write access to the "%s" directory'),
'language'
)
);
$page['errors'][] = l10n('Add write access to the "%s" directory', 'language');
}
// +-----------------------------------------------------------------------+
// | perform installation |
// +-----------------------------------------------------------------------+
if (isset($_GET['revision']) and !is_adviser())
if (isset($_GET['revision']))
{
if (!is_webmaster())
{
array_push($page['errors'], l10n('Webmaster status is required.'));
$page['errors'][] = l10n('Webmaster status is required.');
}
else
{
@ -80,34 +73,30 @@ if (isset($_GET['installstatus']))
switch ($_GET['installstatus'])
{
case 'ok':
array_push($page['infos'],
l10n('Language has been successfully installed')
);
$page['infos'][] = l10n('Language has been successfully installed');
break;
case 'temp_path_error':
array_push($page['errors'], l10n('Can\'t create temporary file.'));
$page['errors'][] = l10n('Can\'t create temporary file.');
break;
case 'dl_archive_error':
array_push($page['errors'], l10n('Can\'t download archive.'));
$page['errors'][] = l10n('Can\'t download archive.');
break;
case 'archive_error':
array_push($page['errors'], l10n('Can\'t read or extract archive.'));
$page['errors'][] = l10n('Can\'t read or extract archive.');
break;
default:
array_push($page['errors'],
sprintf(l10n('An error occured during extraction (%s).'), $_GET['installstatus'])
);
$page['errors'][] = l10n('An error occured during extraction (%s).', htmlspecialchars($_GET['installstatus']));
}
}
// +-----------------------------------------------------------------------+
// | start template output |
// +-----------------------------------------------------------------------+
if ($languages->get_server_languages())
if ($languages->get_server_languages(true))
{
foreach($languages->server_languages as $language)
{
@ -132,7 +121,7 @@ if ($languages->get_server_languages())
}
else
{
array_push($page['errors'], l10n('Can\'t connect to server.'));
$page['errors'][] = l10n('Can\'t connect to server.');
}
$template->assign_var_from_handle('ADMIN_CONTENT', 'languages');

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -31,18 +31,38 @@ include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
// +-----------------------------------------------------------------------+
// | Check Access and exit when user status is not ok |
// +-----------------------------------------------------------------------+
check_status(ACCESS_ADMINISTRATOR);
if (isset($_GET['action']))
{
check_pwg_token();
}
// +-----------------------------------------------------------------------+
// | actions |
// +-----------------------------------------------------------------------+
$action = (isset($_GET['action']) and !is_adviser()) ? $_GET['action'] : '';
$action = isset($_GET['action']) ? $_GET['action'] : '';
switch ($action)
{
case 'lock_gallery' :
{
conf_update_param('gallery_locked', 'true');
redirect(get_root_url().'admin.php?page=maintenance');
break;
}
case 'unlock_gallery' :
{
conf_update_param('gallery_locked', 'false');
$_SESSION['page_infos'] = array(l10n('Gallery unlocked'));
redirect(get_root_url().'admin.php?page=maintenance');
break;
}
case 'categories' :
{
images_integrity();
update_uppercats();
update_category('all');
update_global_rank();
@ -51,8 +71,21 @@ switch ($action)
}
case 'images' :
{
images_integrity();
update_path();
update_average_rate();
include_once(PHPWG_ROOT_PATH.'include/functions_rate.inc.php');
update_rating_score();
invalidate_user_cache();
break;
}
case 'delete_orphan_tags' :
{
delete_orphan_tags();
break;
}
case 'user_cache' :
{
invalidate_user_cache();
break;
}
case 'history_detail' :
@ -76,6 +109,46 @@ DELETE
case 'sessions' :
{
pwg_session_gc();
// delete all sessions associated to invalid user ids (it should never happen)
$query = '
SELECT
id,
data
FROM '.SESSIONS_TABLE.'
;';
$sessions = query2array($query);
$query = '
SELECT
'.$conf['user_fields']['id'].' AS id
FROM '.USERS_TABLE.'
;';
$all_user_ids = query2array($query, 'id', null);
$sessions_to_delete = array();
foreach ($sessions as $session)
{
if (preg_match('/pwg_uid\|i:(\d+);/', $session['data'], $matches))
{
if (!isset($all_user_ids[ $matches[1] ]))
{
$sessions_to_delete[] = $session['id'];
}
}
}
if (count($sessions_to_delete) > 0)
{
$query = '
DELETE
FROM '.SESSIONS_TABLE.'
WHERE id IN (\''.implode("','", $sessions_to_delete).'\')
;';
pwg_query($query);
}
break;
}
case 'feeds' :
@ -109,9 +182,16 @@ DELETE
pwg_query($query);
break;
}
case 'compiled-templates' :
case 'compiled-templates':
{
$template->delete_compiled_templates();
FileCombiner::clear_combined_files();
$persistent_cache->purge(true);
break;
}
case 'derivatives':
{
clear_derivative_cache($_GET['type']);
break;
}
default :
@ -126,48 +206,61 @@ DELETE
$template->set_filenames(array('maintenance'=>'maintenance.tpl'));
$start_url = get_root_url().'admin.php?page=maintenance&amp;action=';
$url_format = get_root_url().'admin.php?page=maintenance&amp;action=%s&amp;pwg_token='.get_pwg_token();
$purge_urls[l10n('All')] = sprintf($url_format, 'derivatives').'&amp;type=all';
foreach(ImageStdParams::get_defined_type_map() as $params)
{
$purge_urls[ l10n($params->type) ] = sprintf($url_format, 'derivatives').'&amp;type='.$params->type;
}
$purge_urls[ l10n(IMG_CUSTOM) ] = sprintf($url_format, 'derivatives').'&amp;type='.IMG_CUSTOM;
$template->assign(
array(
'U_MAINT_CATEGORIES' => $start_url.'categories',
'U_MAINT_IMAGES' => $start_url.'images',
'U_MAINT_HISTORY_DETAIL' => $start_url.'history_detail',
'U_MAINT_HISTORY_SUMMARY' => $start_url.'history_summary',
'U_MAINT_SESSIONS' => $start_url.'sessions',
'U_MAINT_FEEDS' => $start_url.'feeds',
'U_MAINT_DATABASE' => $start_url.'database',
'U_MAINT_C13Y' => $start_url.'c13y',
'U_MAINT_SEARCH' => $start_url.'search',
'U_MAINT_COMPILED_TEMPLATES' => $start_url.'compiled-templates',
'U_MAINT_CATEGORIES' => sprintf($url_format, 'categories'),
'U_MAINT_IMAGES' => sprintf($url_format, 'images'),
'U_MAINT_ORPHAN_TAGS' => sprintf($url_format, 'delete_orphan_tags'),
'U_MAINT_USER_CACHE' => sprintf($url_format, 'user_cache'),
'U_MAINT_HISTORY_DETAIL' => sprintf($url_format, 'history_detail'),
'U_MAINT_HISTORY_SUMMARY' => sprintf($url_format, 'history_summary'),
'U_MAINT_SESSIONS' => sprintf($url_format, 'sessions'),
'U_MAINT_FEEDS' => sprintf($url_format, 'feeds'),
'U_MAINT_DATABASE' => sprintf($url_format, 'database'),
'U_MAINT_C13Y' => sprintf($url_format, 'c13y'),
'U_MAINT_SEARCH' => sprintf($url_format, 'search'),
'U_MAINT_COMPILED_TEMPLATES' => sprintf($url_format, 'compiled-templates'),
'U_MAINT_DERIVATIVES' => sprintf($url_format, 'derivatives'),
'purge_derivatives' => $purge_urls,
'U_HELP' => get_root_url().'admin/popuphelp.php?page=maintenance',
)
);
if ($conf['gallery_locked'])
{
$template->assign(
array(
'U_MAINT_UNLOCK_GALLERY' => sprintf($url_format, 'unlock_gallery'),
)
);
}
else
{
$template->assign(
array(
'U_MAINT_LOCK_GALLERY' => sprintf($url_format, 'lock_gallery'),
)
);
}
// +-----------------------------------------------------------------------+
// | Define advanced features |
// +-----------------------------------------------------------------------+
$advanced_features = array();
array_push(
$advanced_features,
array(
'CAPTION' => l10n('Not linked elements'),
'URL' => get_root_url().'admin.php?page=element_set&amp;cat=not_linked'
)
);
array_push(
$advanced_features,
array(
'CAPTION' => l10n('Files with same name in more than one physical category'),
'URL' => get_root_url().'admin.php?page=element_set&amp;cat=duplicates'
)
);
//$advanced_features is array of array composed of CAPTION & URL
$advanced_features = trigger_event(
$advanced_features = trigger_change(
'get_admin_advanced_features_links',
$advanced_features
);

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -64,7 +64,7 @@ foreach ($mb_conf as $id => $pos)
unset($mb_conf[$id]);
}
if ( isset($_POST['reset']) and !is_adviser())
if ( isset($_POST['reset']))
{
$mb_conf = array();
$query = '
@ -85,7 +85,7 @@ foreach ($reg_blocks as $id => $block)
}
if ( isset($_POST['submit']) and !is_adviser() )
if ( isset($_POST['submit']) )
{
foreach ( $mb_conf as $id => $pos )
{
@ -148,7 +148,7 @@ UPDATE '.CONFIG_TABLE.'
';
pwg_query($query);
array_push($page['infos'], l10n('Order of menubar items has been updated successfully.'));
$page['infos'][] = l10n('Order of menubar items has been updated successfully.');
}
make_consecutive( $mb_conf );

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -80,10 +80,11 @@ function do_timeout_treatment($post_keyname, $check_key_treated = array())
$_POST[$post_keyname] = array_diff($_POST[$post_keyname], $check_key_treated);
$must_repost = true;
array_push($page['errors'],
l10n_dec('Execution time is out, treatment must be continue [Estimated time: %d second].',
'Execution time is out, treatment must be continue [Estimated time: %d seconds].',
$time_refresh));
$page['errors'][] = l10n_dec(
'Execution time is out, treatment must be continue [Estimated time: %d second].',
'Execution time is out, treatment must be continue [Estimated time: %d seconds].',
$time_refresh
);
}
}
@ -156,29 +157,20 @@ order by
$nbm_user['check_key'] = find_available_check_key();
// Save key
array_push($check_key_list, $nbm_user['check_key']);
$check_key_list[] = $nbm_user['check_key'];
// Insert new nbm_users
array_push
(
$inserts,
array
(
'user_id' => $nbm_user['user_id'],
'check_key' => $nbm_user['check_key'],
'enabled' => 'false' // By default if false, set to true with specific functions
)
);
$inserts[] = array(
'user_id' => $nbm_user['user_id'],
'check_key' => $nbm_user['check_key'],
'enabled' => 'false' // By default if false, set to true with specific functions
);
array_push
(
$page['infos'],
sprintf(
l10n('User %s [%s] added.'),
stripslashes($nbm_user['username']),
get_email_address_as_display_text($nbm_user['mail_address'])
)
);
$page['infos'][] = l10n(
'User %s [%s] added.',
stripslashes($nbm_user['username']),
$nbm_user['mail_address']
);
}
// Insert new nbm_users
@ -200,7 +192,7 @@ order by
$query = 'delete from '.USER_MAIL_NOTIFICATION_TABLE.' where check_key in ('.implode(",", $quoted_check_key_list).');';
$result = pwg_query($query);
redirect($base_url.get_query_string_diff(array(), false), l10n('Processing treatment.')."\n".l10n('Please wait...'));
redirect($base_url.get_query_string_diff(array(), false), l10n('Operation in progress')."\n".l10n('Please wait...'));
}
}
}
@ -261,7 +253,7 @@ function do_action_send_mail_notification($action = 'list_to_send', $check_key_l
}
$customize_mail_content =
trigger_event('nbm_render_global_customize_mail_content', $customize_mail_content);
trigger_change('nbm_render_global_customize_mail_content', $customize_mail_content);
// Prepare message after change language
@ -282,13 +274,13 @@ function do_action_send_mail_notification($action = 'list_to_send', $check_key_l
if ((!$is_action_send) and check_sendmail_timeout())
{
// Stop fill list on 'list_to_send', if the quota is override
array_push($page['infos'], $msg_break_timeout);
$page['infos'][] = $msg_break_timeout;
break;
}
if (($is_action_send) and check_sendmail_timeout())
{
// Stop fill list on 'send', if the quota is override
array_push($page['errors'], $msg_break_timeout);
$page['errors'][] = $msg_break_timeout;
break;
}
@ -297,13 +289,24 @@ function do_action_send_mail_notification($action = 'list_to_send', $check_key_l
if ($is_action_send)
{
$auth = null;
$add_url_params = array();
$auth_key = create_user_auth_key($nbm_user['user_id'], $nbm_user['status']);
if ($auth_key !== false)
{
$auth = $auth_key['auth_key'];
$add_url_params['auth'] = $auth;
}
set_make_full_url();
// Fill return list of "treated" check_key for 'send'
array_push($return_list, $nbm_user['check_key']);
$return_list[] = $nbm_user['check_key'];
if ($conf['nbm_send_detailed_content'])
{
$news = news($nbm_user['last_send'], $dbnow, false, $conf['nbm_send_html_mail']);
$news = news($nbm_user['last_send'], $dbnow, false, $conf['nbm_send_html_mail'], $auth);
$exist_data = count($news) > 0;
}
else
@ -313,7 +316,7 @@ function do_action_send_mail_notification($action = 'list_to_send', $check_key_l
if ($exist_data)
{
$subject = '['.$conf['gallery_title'].']: '.l10n('New elements added');
$subject = '['.$conf['gallery_title'].'] '.l10n('New photos added');
// Assign current var for nbm mail
assign_vars_nbm_mail_content($nbm_user);
@ -348,7 +351,7 @@ function do_action_send_mail_notification($action = 'list_to_send', $check_key_l
}
$nbm_user_customize_mail_content =
trigger_event('nbm_render_user_customize_mail_content',
trigger_change('nbm_render_user_customize_mail_content',
$customize_mail_content, $nbm_user);
if (!empty($nbm_user_customize_mail_content))
{
@ -370,7 +373,7 @@ function do_action_send_mail_notification($action = 'list_to_send', $check_key_l
array
(
'TITLE' => get_title_recent_post_date($date_detail),
'HTML_DATA' => get_html_description_recent_post_date($date_detail)
'HTML_DATA' => get_html_description_recent_post_date($date_detail, $auth)
)
);
}
@ -381,30 +384,34 @@ function do_action_send_mail_notification($action = 'list_to_send', $check_key_l
array
(
'GOTO_GALLERY_TITLE' => $conf['gallery_title'],
'GOTO_GALLERY_URL' => $conf['gallery_url'],
'GOTO_GALLERY_URL' => add_url_params(get_gallery_home_url(), $add_url_params),
'SEND_AS_NAME' => $env_nbm['send_as_name'],
)
);
$ret = pwg_mail(
array(
'name' => stripslashes($nbm_user['username']),
'email' => $nbm_user['mail_address'],
),
array(
'from' => $env_nbm['send_as_mail_formated'],
'subject' => $subject,
'email_format' => $env_nbm['email_format'],
'content' => $env_nbm['mail_template']->parse('notification_by_mail', true),
'content_format' => $env_nbm['email_format'],
'auth_key' => $auth,
)
);
if (pwg_mail
(
format_email(stripslashes($nbm_user['username']), $nbm_user['mail_address']),
array
(
'from' => $env_nbm['send_as_mail_formated'],
'subject' => $subject,
'email_format' => $env_nbm['email_format'],
'content' => $env_nbm['mail_template']->parse('notification_by_mail', true),
'content_format' => $env_nbm['email_format'],
'theme' => $nbm_user['theme']
)
))
if ($ret)
{
inc_mail_sent_success($nbm_user);
$data = array('user_id' => $nbm_user['user_id'],
'last_send' => $dbnow);
array_push($datas, $data);
$datas[] = array(
'user_id' => $nbm_user['user_id'],
'last_send' => $dbnow
);
}
else
{
@ -419,7 +426,7 @@ function do_action_send_mail_notification($action = 'list_to_send', $check_key_l
if (news_exists($nbm_user['last_send'], $dbnow))
{
// Fill return list of "selected" users for 'list_to_send'
array_push($return_list, $nbm_user);
$return_list[] = $nbm_user;
}
}
@ -448,7 +455,7 @@ function do_action_send_mail_notification($action = 'list_to_send', $check_key_l
{
if ($is_action_send)
{
array_push($page['errors'], l10n('No user to send notifications by mail.'));
$page['errors'][] = l10n('No user to send notifications by mail.');
}
}
}
@ -487,7 +494,7 @@ check_status(get_tab_status($page['mode']));
// | Add event handler |
// +-----------------------------------------------------------------------+
add_event_handler('nbm_render_global_customize_mail_content', 'render_global_customize_mail_content');
trigger_action('nbm_event_handler_added');
trigger_notify('nbm_event_handler_added');
// +-----------------------------------------------------------------------+
@ -506,7 +513,7 @@ switch ($page['mode'])
{
case 'param' :
{
if (isset($_POST['param_submit']) and !is_adviser())
if (isset($_POST['param_submit']))
{
$updated_param_count = 0;
// Update param
@ -529,9 +536,10 @@ where
}
}
array_push($page['infos'],
l10n_dec('%d parameter was updated.', '%d parameters were updated.',
$updated_param_count));
$page['infos'][] = l10n_dec(
'%d parameter was updated.', '%d parameters were updated.',
$updated_param_count
);
// Reload conf with new values
load_conf_from_db('param like \'nbm\\_%\'');
@ -539,26 +547,23 @@ where
}
case 'subscribe' :
{
if (!is_adviser())
if (isset($_POST['falsify']) and isset($_POST['cat_true']))
{
if (isset($_POST['falsify']) and isset($_POST['cat_true']))
{
$check_key_treated = unsubscribe_notification_by_mail(true, $_POST['cat_true']);
do_timeout_treatment('cat_true', $check_key_treated);
}
else
if (isset($_POST['trueify']) and isset($_POST['cat_false']))
{
$check_key_treated = subscribe_notification_by_mail(true, $_POST['cat_false']);
do_timeout_treatment('cat_false', $check_key_treated);
}
$check_key_treated = unsubscribe_notification_by_mail(true, $_POST['cat_true']);
do_timeout_treatment('cat_true', $check_key_treated);
}
else
if (isset($_POST['trueify']) and isset($_POST['cat_false']))
{
$check_key_treated = subscribe_notification_by_mail(true, $_POST['cat_false']);
do_timeout_treatment('cat_false', $check_key_treated);
}
break;
}
case 'send' :
{
if (isset($_POST['send_submit']) and isset($_POST['send_selection']) and isset($_POST['send_customize_mail_content']) and !is_adviser())
if (isset($_POST['send_submit']) and isset($_POST['send_selection']) and isset($_POST['send_customize_mail_content']))
{
$check_key_treated = do_action_send_mail_notification('send', $_POST['send_selection'], stripslashes($_POST['send_customize_mail_content']));
do_timeout_treatment('send_selection', $check_key_treated);
@ -591,19 +596,8 @@ if (is_autorize_status(ACCESS_WEBMASTER))
{
// TabSheet
$tabsheet = new tabsheet();
// TabSheet initialization
$tabsheet->add('param', l10n('Parameter'),
add_url_params($base_url.get_query_string_diff(array('mode', 'select')),
array('mode' => 'param')));
$tabsheet->add('subscribe', l10n('Subscribe'),
add_url_params($base_url.get_query_string_diff(array('mode', 'select')),
array('mode' => 'subscribe')));
$tabsheet->add('send', l10n('Send'),
add_url_params($base_url.get_query_string_diff(array('mode', 'select')),
array('mode' => 'send')));
// TabSheet selection
$tabsheet->set_id('nbm');
$tabsheet->select($page['mode']);
// Assign tabsheet to template
$tabsheet->assign();
}
@ -664,7 +658,7 @@ switch ($page['mode'])
{
if (get_boolean($nbm_user['enabled']))
{
$opt_true[ $nbm_user['check_key'] ] = stripslashes($nbm_user['username']).'['.get_email_address_as_display_text($nbm_user['mail_address']).']';
$opt_true[ $nbm_user['check_key'] ] = stripslashes($nbm_user['username']).'['.$nbm_user['mail_address'].']';
if ((isset($_POST['falsify']) and isset($_POST['cat_true']) and in_array($nbm_user['check_key'], $_POST['cat_true'])))
{
$opt_true_selected[] = $nbm_user['check_key'];
@ -672,7 +666,7 @@ switch ($page['mode'])
}
else
{
$opt_false[ $nbm_user['check_key'] ] = stripslashes($nbm_user['username']).'['.get_email_address_as_display_text($nbm_user['mail_address']).']';
$opt_false[ $nbm_user['check_key'] ] = stripslashes($nbm_user['username']).'['.$nbm_user['mail_address'].']';
if (isset($_POST['trueify']) and isset($_POST['cat_false']) and in_array($nbm_user['check_key'], $_POST['cat_false']))
{
$opt_false_selected[] = $nbm_user['check_key'];
@ -718,13 +712,27 @@ switch ($page['mode'])
!in_array($nbm_user['check_key'], $_POST['send_selection']) // not selected
) ? '' : 'checked="checked"',
'USERNAME'=> stripslashes($nbm_user['username']),
'EMAIL' => get_email_address_as_display_text($nbm_user['mail_address']),
'EMAIL' => $nbm_user['mail_address'],
'LAST_SEND'=> $nbm_user['last_send']
);
}
}
}
$template->assign($page['mode'], $tpl_var);
if ($conf['auth_key_duration'] > 0)
{
$template->assign(
'auth_key_duration',
time_since(
strtotime('now -'.$conf['auth_key_duration'].' second'),
'second',
null,
false
)
);
}
break;
}
}

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -49,7 +49,7 @@ function parse_sort_variables(
foreach( $sortable_by as $field)
{
$url = $base_url;
$disp = '&dArr;'; // TODO: an small image is better
$disp = ''; // TODO: an small image is better
if ( $field !== @$_GET[$get_param] )
{
@ -59,13 +59,13 @@ function parse_sort_variables(
}
elseif (isset($default_field) and !isset($_GET[$get_param]) )
{
array_push($ret, $field);
$ret[] = $field;
$disp = '<em>'.$disp.'</em>';
}
}
else
{
array_push($ret, $field);
$ret[] = $field;
$disp = '<em>'.$disp.'</em>';
}
if ( isset($template_var) )
@ -83,7 +83,7 @@ if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
include_once(PHPWG_ROOT_PATH.'admin/include/functions_permalinks.php');
$selected_cat = array();
if ( isset($_POST['set_permalink']) and $_POST['cat_id']>0 and !is_adviser() )
if ( isset($_POST['set_permalink']) and $_POST['cat_id']>0 )
{
$permalink = $_POST['permalink'];
if ( empty($permalink) )
@ -92,24 +92,34 @@ if ( isset($_POST['set_permalink']) and $_POST['cat_id']>0 and !is_adviser() )
set_cat_permalink($_POST['cat_id'], $permalink, isset($_POST['save']) );
$selected_cat = array( $_POST['cat_id'] );
}
elseif ( isset($_GET['delete_permanent']) and !is_adviser() )
elseif ( isset($_GET['delete_permanent']) )
{
$query = '
DELETE FROM '.OLD_PERMALINKS_TABLE.'
WHERE permalink="'.$_GET['delete_permanent'].'"
WHERE permalink=\''.$_GET['delete_permanent'].'\'
LIMIT 1';
$result = pwg_query($query);
if (pwg_db_changes($result)==0)
array_push($page['errors'], l10n('Cannot delete the old permalink !'));
{
$page['errors'][] = l10n('Cannot delete the old permalink !');
}
}
$template->set_filename('permalinks', 'permalinks.tpl' );
// +-----------------------------------------------------------------------+
// | tabs |
// +-----------------------------------------------------------------------+
$page['tab'] = 'permalinks';
include(PHPWG_ROOT_PATH.'admin/include/albums_tab.inc.php');
$query = '
SELECT
id, permalink,
'.pwg_db_concat(array('id', '\' - \'', 'name')).' AS name,
CONCAT(id, " - ", name, IF(permalink IS NULL, "", " &radic;") ) AS name,
uppercats, global_rank
FROM '.CATEGORIES_TABLE;

84
admin/photo.php Normal file
View file

@ -0,0 +1,84 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
if( !defined("PHPWG_ROOT_PATH") )
{
die ("Hacking attempt!");
}
// +-----------------------------------------------------------------------+
// | Basic checks |
// +-----------------------------------------------------------------------+
check_status(ACCESS_ADMINISTRATOR);
check_input_parameter('cat_id', $_GET, false, PATTERN_ID);
check_input_parameter('image_id', $_GET, false, PATTERN_ID);
$admin_photo_base_url = get_root_url().'admin.php?page=photo-'.$_GET['image_id'];
if (isset($_GET['cat_id']))
{
$query = '
SELECT *
FROM '.CATEGORIES_TABLE.'
WHERE id = '.$_GET['cat_id'].'
;';
$category = pwg_db_fetch_assoc(pwg_query($query));
}
// +-----------------------------------------------------------------------+
// | Tabs |
// +-----------------------------------------------------------------------+
include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
$page['tab'] = 'properties';
if (isset($_GET['tab']))
{
$page['tab'] = $_GET['tab'];
}
$tabsheet = new tabsheet();
$tabsheet->set_id('photo');
$tabsheet->select($page['tab']);
$tabsheet->assign();
// +-----------------------------------------------------------------------+
// | Load the tab |
// +-----------------------------------------------------------------------+
if ('properties' == $page['tab'])
{
include(PHPWG_ROOT_PATH.'admin/picture_modify.php');
}
elseif ('coi' == $page['tab'])
{
include(PHPWG_ROOT_PATH.'admin/picture_coi.php');
}
else
{
include(PHPWG_ROOT_PATH.'admin/photo_'.$page['tab'].'.php');
}
?>

View file

@ -1,8 +1,10 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2010 Pierrick LE GALL http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
@ -27,6 +29,7 @@ if( !defined("PHPWG_ROOT_PATH") )
include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
include_once(PHPWG_ROOT_PATH.'admin/include/functions_upload.inc.php');
include_once(PHPWG_ROOT_PATH.'admin/include/image.class.php');
define(
'PHOTOS_ADD_BASE_URL',
@ -43,144 +46,28 @@ check_status(ACCESS_ADMINISTRATOR);
// | Load configuration |
// +-----------------------------------------------------------------------+
// automatic fill of configuration parameters
$upload_form_config = array(
'websize_resize' => array(
'default' => true,
'can_be_null' => false,
),
'websize_maxwidth' => array(
'default' => 800,
'min' => 100,
'max' => 1600,
'pattern' => '/^\d+$/',
'can_be_null' => true,
'error_message' => l10n('The websize maximum width must be a number between %d and %d'),
),
'websize_maxheight' => array(
'default' => 600,
'min' => 100,
'max' => 1200,
'pattern' => '/^\d+$/',
'can_be_null' => true,
'error_message' => l10n('The websize maximum height must be a number between %d and %d'),
),
'websize_quality' => array(
'default' => 95,
'min' => 50,
'max' => 100,
'pattern' => '/^\d+$/',
'can_be_null' => false,
'error_message' => l10n('The websize image quality must be a number between %d and %d'),
),
'thumb_maxwidth' => array(
'default' => 128,
'min' => 50,
'max' => 300,
'pattern' => '/^\d+$/',
'can_be_null' => false,
'error_message' => l10n('The thumbnail maximum width must be a number between %d and %d'),
),
'thumb_maxheight' => array(
'default' => 96,
'min' => 50,
'max' => 300,
'pattern' => '/^\d+$/',
'can_be_null' => false,
'error_message' => l10n('The thumbnail maximum height must be a number between %d and %d'),
),
'thumb_quality' => array(
'default' => 95,
'min' => 50,
'max' => 100,
'pattern' => '/^\d+$/',
'can_be_null' => false,
'error_message' => l10n('The thumbnail image quality must be a number between %d and %d'),
),
);
$inserts = array();
foreach ($upload_form_config as $param_shortname => $param)
{
$param_name = 'upload_form_'.$param_shortname;
if (!isset($conf[$param_name]))
{
$param_value = boolean_to_string($param['default']);
array_push(
$inserts,
array(
'param' => $param_name,
'value' => $param_value,
)
);
$conf[$param_name] = $param_value;
}
}
if (count($inserts) > 0)
{
mass_inserts(
CONFIG_TABLE,
array_keys($inserts[0]),
$inserts
);
}
$upload_form_config = get_upload_form_config();
// +-----------------------------------------------------------------------+
// | Tabs |
// +-----------------------------------------------------------------------+
$tabs = array(
array(
'code' => 'direct',
'label' => l10n('Upload Photos'),
),
array(
'code' => 'settings',
'label' => l10n('Settings'),
),
array(
'code' => 'ploader',
'label' => l10n('Piwigo Uploader'),
),
array(
'code' => 'ftp',
'label' => l10n('FTP + Synchronization'),
),
);
$tab_codes = array_map(
create_function('$a', 'return $a["code"];'),
$tabs
);
if (isset($_GET['section']) and in_array($_GET['section'], $tab_codes))
if (isset($_GET['section']))
{
$page['tab'] = $_GET['section'];
// backward compatibility
if ('ploader' == $page['tab'])
{
$page['tab'] = 'applications';
}
}
else
{
$page['tab'] = $tabs[0]['code'];
$page['tab'] = 'direct';
}
$tabsheet = new tabsheet();
foreach ($tabs as $tab)
{
$tabsheet->add(
$tab['code'],
$tab['label'],
PHOTOS_ADD_BASE_URL.'&amp;section='.$tab['code']
);
}
$tabsheet->set_id('photos_add');
$tabsheet->select($page['tab']);
$tabsheet->assign();
@ -194,11 +81,6 @@ $template->set_filenames(
)
);
// $template->append(
// 'head_elements',
// '<link rel="stylesheet" type="text/css" href="'.UPLOAD_FORM_PATH.'upload.css">'."\n"
// );
// +-----------------------------------------------------------------------+
// | Load the tab |
// +-----------------------------------------------------------------------+

View file

@ -0,0 +1,47 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
if (!defined('PHOTOS_ADD_BASE_URL'))
{
die ("Hacking attempt!");
}
// +-----------------------------------------------------------------------+
// | template init |
// +-----------------------------------------------------------------------+
$template->assign(
array(
'URL_DOWNLOAD_WINDOWS' => $conf['ploader_download_windows'],
'URL_DOWNLOAD_MAC' => $conf['ploader_download_mac'],
'URL_DOWNLOAD_LINUX' => $conf['ploader_download_linux'],
)
);
// +-----------------------------------------------------------------------+
// | sending html code |
// +-----------------------------------------------------------------------+
$template->assign_var_from_handle('ADMIN_CONTENT', 'photos_add');
?>

View file

@ -1,8 +1,10 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2010 Pierrick LE GALL http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
@ -41,12 +43,9 @@ DELETE FROM '.CADDIE_TABLE.'
$inserts = array();
foreach (explode(',', $_GET['batch']) as $image_id)
{
array_push(
$inserts,
array(
'user_id' => $user['id'],
'element_id' => $image_id,
)
$inserts[] = array(
'user_id' => $user['id'],
'element_id' => $image_id,
);
}
mass_inserts(
@ -55,410 +54,19 @@ DELETE FROM '.CADDIE_TABLE.'
$inserts
);
redirect(get_root_url().'admin.php?page=element_set&cat=caddie');
redirect(get_root_url().'admin.php?page=batch_manager&filter=prefilter-caddie');
}
// +-----------------------------------------------------------------------+
// | process form |
// | prepare form |
// +-----------------------------------------------------------------------+
if (isset($_POST['submit_upload']))
{
// echo '<pre>POST'."\n"; print_r($_POST); echo '</pre>';
// echo '<pre>FILES'."\n"; print_r($_FILES); echo '</pre>';
// echo '<pre>SESSION'."\n"; print_r($_SESSION); echo '</pre>';
// exit();
$category_id = null;
if ('existing' == $_POST['category_type'])
{
$category_id = $_POST['category'];
}
elseif ('new' == $_POST['category_type'])
{
$output_create = create_virtual_category(
$_POST['category_name'],
(0 == $_POST['category_parent'] ? null : $_POST['category_parent'])
);
$category_id = $output_create['id'];
if (isset($output_create['error']))
{
array_push($page['errors'], $output_create['error']);
}
else
{
$category_name = get_cat_display_name_from_id($category_id, 'admin.php?page=cat_modify&amp;cat_id=');
// information
array_push(
$page['infos'],
sprintf(
l10n('Category "%s" has been added'),
'<em>'.$category_name.'</em>'
)
);
// TODO: add the onclick="window.open(this.href); return false;"
// attribute with jQuery on upload.tpl side for href containing
// "cat_modify"
}
}
$image_ids = array();
if (isset($_FILES) and !empty($_FILES['image_upload']))
{
$starttime = get_moment();
foreach ($_FILES['image_upload']['error'] as $idx => $error)
{
if (UPLOAD_ERR_OK == $error)
{
$images_to_add = array();
$extension = pathinfo($_FILES['image_upload']['name'][$idx], PATHINFO_EXTENSION);
if ('zip' == strtolower($extension))
{
$upload_dir = $conf['upload_dir'].'/buffer';
prepare_directory($upload_dir);
$temporary_archive_name = date('YmdHis').'-'.generate_key(10);
$archive_path = $upload_dir.'/'.$temporary_archive_name.'.zip';
move_uploaded_file(
$_FILES['image_upload']['tmp_name'][$idx],
$archive_path
);
define('PCLZIP_TEMPORARY_DIR', $upload_dir.'/');
include(PHPWG_ROOT_PATH.'admin/include/pclzip.lib.php');
$zip = new PclZip($archive_path);
if ($list = $zip->listContent())
{
$indexes_to_extract = array();
foreach ($list as $node)
{
if (1 == $node['folder'])
{
continue;
}
if (is_valid_image_extension(pathinfo($node['filename'], PATHINFO_EXTENSION)))
{
array_push($indexes_to_extract, $node['index']);
array_push(
$images_to_add,
array(
'source_filepath' => $upload_dir.'/'.$temporary_archive_name.'/'.$node['filename'],
'original_filename' => basename($node['filename']),
)
);
}
}
if (count($indexes_to_extract) > 0)
{
$zip->extract(
PCLZIP_OPT_PATH, $upload_dir.'/'.$temporary_archive_name,
PCLZIP_OPT_BY_INDEX, $indexes_to_extract,
PCLZIP_OPT_ADD_TEMP_FILE_ON
);
}
}
}
elseif (is_valid_image_extension($extension))
{
array_push(
$images_to_add,
array(
'source_filepath' => $_FILES['image_upload']['tmp_name'][$idx],
'original_filename' => $_FILES['image_upload']['name'][$idx],
)
);
}
foreach ($images_to_add as $image_to_add)
{
$image_id = add_uploaded_file(
$image_to_add['source_filepath'],
$image_to_add['original_filename'],
array($category_id),
$_POST['level']
);
array_push($image_ids, $image_id);
// TODO: if $image_id is not an integer, something went wrong
}
}
}
$endtime = get_moment();
$elapsed = ($endtime - $starttime) * 1000;
// printf('%.2f ms', $elapsed);
} // if (!empty($_FILES))
if (isset($_POST['upload_id']))
{
// we're on a multiple upload, with uploadify and so on
$image_ids = $_SESSION['uploads'][ $_POST['upload_id'] ];
associate_images_to_categories(
$image_ids,
array($category_id)
);
$query = '
UPDATE '.IMAGES_TABLE.'
SET level = '.$_POST['level'].'
WHERE id IN ('.implode(', ', $image_ids).')
;';
pwg_query($query);
invalidate_user_cache();
}
$page['thumbnails'] = array();
foreach ($image_ids as $image_id)
{
// we could return the list of properties from the add_uploaded_file
// function, but I like the "double check". And it costs nothing
// compared to the upload process.
$thumbnail = array();
$query = '
SELECT
file,
path,
tn_ext
FROM '.IMAGES_TABLE.'
WHERE id = '.$image_id.'
;';
$image_infos = mysql_fetch_assoc(pwg_query($query));
$thumbnail['file'] = $image_infos['file'];
$thumbnail['src'] = get_thumbnail_location(
array(
'path' => $image_infos['path'],
'tn_ext' => $image_infos['tn_ext'],
)
);
// TODO: when implementing this plugin in Piwigo core, we should have
// a function get_image_name($name, $file) (if name is null, then
// compute a temporary name from filename) that would be also used in
// picture.php. UPDATE: in fact, "get_name_from_file($file)" already
// exists and is used twice (element_set_unit + comments, but not in
// picture.php I don't know why) with the same pattern if
// (empty($name)) {$name = get_name_from_file($file)}, a clean
// function get_image_name($name, $file) would be better
$thumbnail['title'] = get_name_from_file($image_infos['file']);
$thumbnail['link'] = PHPWG_ROOT_PATH.'admin.php?page=picture_modify'
.'&amp;image_id='.$image_id
.'&amp;cat_id='.$category_id
;
array_push($page['thumbnails'], $thumbnail);
}
if (!empty($page['thumbnails']))
{
array_push(
$page['infos'],
sprintf(
l10n('%d photos uploaded'),
count($page['thumbnails'])
)
);
if (0 != $_POST['level'])
{
array_push(
$page['infos'],
sprintf(
l10n('Privacy level set to "%s"'),
l10n(
sprintf('Level %d', $_POST['level'])
)
)
);
}
if ('existing' == $_POST['category_type'])
{
$query = '
SELECT
COUNT(*)
FROM '.IMAGE_CATEGORY_TABLE.'
WHERE category_id = '.$category_id.'
;';
list($count) = mysql_fetch_row(pwg_query($query));
$category_name = get_cat_display_name_from_id($category_id, 'admin.php?page=cat_modify&amp;cat_id=');
// information
array_push(
$page['infos'],
sprintf(
l10n('Category "%s" now contains %d photos'),
'<em>'.$category_name.'</em>',
$count
)
);
}
$page['batch_link'] = PHOTOS_ADD_BASE_URL.'&batch='.implode(',', $image_ids);
}
}
// +-----------------------------------------------------------------------+
// | template init |
// +-----------------------------------------------------------------------+
$uploadify_path = PHPWG_ROOT_PATH.'admin/include/uploadify';
$template->assign(
array(
'F_ADD_ACTION'=> PHOTOS_ADD_BASE_URL,
'uploadify_path' => $uploadify_path,
)
);
$upload_modes = array('html', 'multiple');
$upload_mode = isset($conf['upload_mode']) ? $conf['upload_mode'] : 'multiple';
if (isset($_GET['upload_mode']) and in_array($_GET['upload_mode'], $upload_modes))
{
$upload_mode = $_GET['upload_mode'];
conf_update_param('upload_mode', $upload_mode);
}
// what is the upload switch mode
$index_of_upload_mode = array_flip($upload_modes);
$upload_mode_index = $index_of_upload_mode[$upload_mode];
$upload_switch = $upload_modes[ ($upload_mode_index + 1) % 2 ];
$template->assign(
array(
'upload_mode' => $upload_mode,
'switch_url' => PHOTOS_ADD_BASE_URL.'&amp;upload_mode='.$upload_switch,
'upload_id' => md5(rand()),
'session_id' => session_id(),
'pwg_token' => get_pwg_token(),
)
);
$template->append(
'head_elements',
'<link rel="stylesheet" type="text/css" href="'.$uploadify_path.'/uploadify.css">'."\n"
);
if (isset($page['thumbnails']))
{
$template->assign(
array(
'thumbnails' => $page['thumbnails'],
)
);
// only display the batch link if we have more than 1 photo
if (count($page['thumbnails']) > 1)
{
$template->assign(
array(
'batch_link' => $page['batch_link'],
'batch_label' => sprintf(
l10n('Manage this set of %d photos'),
count($page['thumbnails'])
),
)
);
}
}
// categories
//
// we need to know the category in which the last photo was added
$selected_category = array();
$selected_parent = array();
$query = '
SELECT
category_id,
id_uppercat
FROM '.IMAGES_TABLE.' AS i
JOIN '.IMAGE_CATEGORY_TABLE.' AS ic ON image_id = i.id
JOIN '.CATEGORIES_TABLE.' AS c ON category_id = c.id
ORDER BY i.id DESC
LIMIT 1
;';
$result = pwg_query($query);
if (pwg_db_num_rows($result) > 0)
{
$row = pwg_db_fetch_assoc($result);
$selected_category = array($row['category_id']);
if (!empty($row['id_uppercat']))
{
$selected_parent = array($row['id_uppercat']);
}
}
// existing category
$query = '
SELECT id,name,uppercats,global_rank
FROM '.CATEGORIES_TABLE.'
;';
display_select_cat_wrapper(
$query,
$selected_category,
'category_options'
);
// new category
display_select_cat_wrapper(
$query,
$selected_parent,
'category_parent_options'
);
// image level options
$selected_level = isset($_POST['level']) ? $_POST['level'] : 0;
$template->assign(
array(
'level_options'=> get_privacy_level_options(),
'level_options_selected' => array($selected_level)
)
);
// +-----------------------------------------------------------------------+
// | setup errors |
// +-----------------------------------------------------------------------+
$setup_errors = array();
$error_message = ready_for_upload_message();
if (!empty($error_message))
{
array_push($setup_errors, $error_message);
}
$template->assign(
array(
'setup_errors'=> $setup_errors,
)
);
include_once(PHPWG_ROOT_PATH.'admin/include/photos_add_direct_prepare.inc.php');
// +-----------------------------------------------------------------------+
// | sending html code |
// +-----------------------------------------------------------------------+
trigger_notify('loc_end_photo_add_direct');
$template->assign_var_from_handle('ADMIN_CONTENT', 'photos_add');
?>

View file

@ -1,8 +1,10 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2010 Pierrick LE GALL http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |

View file

@ -1,45 +0,0 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2010 Pierrick LE GALL http://piwigo.org |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
if (!defined('PHOTOS_ADD_BASE_URL'))
{
die ("Hacking attempt!");
}
// +-----------------------------------------------------------------------+
// | template init |
// +-----------------------------------------------------------------------+
$template->assign(
array(
'URL_DOWNLOAD_WINDOWS' => $conf['ploader_download_windows'],
'URL_DOWNLOAD_MAC' => $conf['ploader_download_mac'],
'URL_DOWNLOAD_LINUX' => $conf['ploader_download_linux'],
)
);
// +-----------------------------------------------------------------------+
// | sending html code |
// +-----------------------------------------------------------------------+
$template->assign_var_from_handle('ADMIN_CONTENT', 'photos_add');
?>

View file

@ -1,155 +0,0 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2010 Pierrick LE GALL http://piwigo.org |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
if (!defined('PHOTOS_ADD_BASE_URL'))
{
die ("Hacking attempt!");
}
// by default, the form values are the current configuration
// we may overwrite them with the current form values
$form_values = array();
foreach ($upload_form_config as $param_shortname => $param)
{
$param_name = 'upload_form_'.$param_shortname;
$form_values[$param_shortname] = $conf[$param_name];
}
// +-----------------------------------------------------------------------+
// | process form |
// +-----------------------------------------------------------------------+
if (isset($_POST['submit']))
{
$updates = array();
// let's care about the specific checkbox that disable/enable other
// settings
$field = 'websize_resize';
if (empty($_POST[$field]))
{
$value = false;
}
else
{
$fields[] = 'websize_maxwidth';
$fields[] = 'websize_maxheight';
$fields[] = 'websize_quality';
$value = true;
}
$updates[] = array(
'param' => 'upload_form_'.$field,
'value' => boolean_to_string($value),
);
$form_values[$field] = $value;;
// and now other fields, processed in a generic way
$fields[] = 'thumb_maxwidth';
$fields[] = 'thumb_maxheight';
$fields[] = 'thumb_quality';
foreach ($fields as $field)
{
$value = null;
if (!empty($_POST[$field]))
{
$value = $_POST[$field];
}
$form_values[$field] = $value;
if ($upload_form_config[$field]['can_be_null'] and empty($value))
{
$updates[] = array(
'param' => 'upload_form_'.$field,
'value' => 'false'
);
}
else
{
$min = $upload_form_config[$field]['min'];
$max = $upload_form_config[$field]['max'];
$pattern = $upload_form_config[$field]['pattern'];
if (preg_match($pattern, $value) and $value >= $min and $value <= $max)
{
$updates[] = array(
'param' => 'upload_form_'.$field,
'value' => $value
);
}
else
{
array_push(
$page['errors'],
sprintf(
$upload_form_config[$field]['error_message'],
$min,
$max
)
);
}
}
}
if (count($page['errors']) == 0)
{
mass_updates(
CONFIG_TABLE,
array(
'primary' => array('param'),
'update' => array('value')
),
$updates
);
array_push(
$page['infos'],
l10n('Your configuration settings are saved')
);
}
}
// +-----------------------------------------------------------------------+
// | template init |
// +-----------------------------------------------------------------------+
// specific case, "websize_resize" is a checkbox
$field = 'websize_resize';
$form_values[$field] = $form_values[$field] ? 'checked="checked"' : '';
$template->assign(
array(
'F_ADD_ACTION'=> PHOTOS_ADD_BASE_URL,
'values' => $form_values
)
);
// +-----------------------------------------------------------------------+
// | sending html code |
// +-----------------------------------------------------------------------+
$template->assign_var_from_handle('ADMIN_CONTENT', 'photos_add');
?>

113
admin/picture_coi.php Normal file
View file

@ -0,0 +1,113 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
if(!defined("PHPWG_ROOT_PATH"))
{
die('Hacking attempt!');
}
// +-----------------------------------------------------------------------+
// | Check Access and exit when user status is not ok |
// +-----------------------------------------------------------------------+
check_status(ACCESS_ADMINISTRATOR);
check_input_parameter('image_id', $_GET, false, PATTERN_ID);
if (isset($_POST['submit']))
{
$query = 'UPDATE '.IMAGES_TABLE;
if (strlen($_POST['l'])==0)
{
$query .= ' SET coi=NULL';
}
else
{
$coi = fraction_to_char($_POST['l'])
.fraction_to_char($_POST['t'])
.fraction_to_char($_POST['r'])
.fraction_to_char($_POST['b']);
$query .= ' SET coi=\''.$coi.'\'';
}
$query .= ' WHERE id='.$_GET['image_id'];
pwg_query($query);
}
$query = 'SELECT * FROM '.IMAGES_TABLE.' WHERE id='.$_GET['image_id'];
$row = pwg_db_fetch_assoc( pwg_query($query) );
if (isset($_POST['submit']))
{
foreach(ImageStdParams::get_defined_type_map() as $params)
{
if ($params->sizing->max_crop != 0)
{
delete_element_derivatives($row, $params->type);
}
}
delete_element_derivatives($row, IMG_CUSTOM);
$uid = '&b='.time();
$conf['question_mark_in_urls'] = $conf['php_extension_in_urls'] = true;
if ($conf['derivative_url_style']==1)
{
$conf['derivative_url_style']=0; //auto
}
}
else
{
$uid = '';
}
$tpl_var = array(
'TITLE' => render_element_name($row),
'ALT' => $row['file'],
'U_IMG' => DerivativeImage::url(IMG_LARGE, $row),
);
if (!empty($row['coi']))
{
$tpl_var['coi'] = array(
'l'=> char_to_fraction($row['coi'][0]),
't'=> char_to_fraction($row['coi'][1]),
'r'=> char_to_fraction($row['coi'][2]),
'b'=> char_to_fraction($row['coi'][3]),
);
}
foreach(ImageStdParams::get_defined_type_map() as $params)
{
if ($params->sizing->max_crop != 0)
{
$derivative = new DerivativeImage($params, new SrcImage($row) );
$template->append( 'cropped_derivatives', array(
'U_IMG' => $derivative->get_url().$uid,
'HTM_SIZE' => $derivative->get_size_htm(),
) );
}
}
$template->assign($tpl_var);
$template->set_filename('picture_coi', 'picture_coi.tpl');
$template->assign_var_from_handle('ADMIN_CONTENT', 'picture_coi');
?>

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -36,156 +36,169 @@ check_status(ACCESS_ADMINISTRATOR);
check_input_parameter('image_id', $_GET, false, PATTERN_ID);
check_input_parameter('cat_id', $_GET, false, PATTERN_ID);
// represent
$query = '
SELECT id
FROM '.CATEGORIES_TABLE.'
WHERE representative_picture_id = '.$_GET['image_id'].'
;';
$represented_albums = query2array($query, null, 'id');
// +-----------------------------------------------------------------------+
// | delete photo |
// +-----------------------------------------------------------------------+
if (isset($_GET['delete']))
{
check_pwg_token();
delete_elements(array($_GET['image_id']), true);
invalidate_user_cache();
// where to redirect the user now?
//
// 1. if a category is available in the URL, use it
// 2. else use the first reachable linked category
// 3. redirect to gallery root
if (isset($_GET['cat_id']) and !empty($_GET['cat_id']))
{
redirect(
make_index_url(
array(
'category' => get_cat_info($_GET['cat_id'])
)
)
);
}
$query = '
SELECT category_id
FROM '.IMAGE_CATEGORY_TABLE.'
WHERE image_id = '.$_GET['image_id'].'
;';
$authorizeds = array_diff(
array_from_query($query, 'category_id'),
explode(',', calculate_permissions($user['id'], $user['status']))
);
foreach ($authorizeds as $category_id)
{
redirect(
make_index_url(
array(
'category' => get_cat_info($category_id)
)
)
);
}
redirect(make_index_url());
}
// +-----------------------------------------------------------------------+
// | synchronize metadata |
// +-----------------------------------------------------------------------+
if (isset($_GET['sync_metadata']) and !is_adviser())
if (isset($_GET['sync_metadata']))
{
$query = '
SELECT path
FROM '.IMAGES_TABLE.'
WHERE id = '.$_GET['image_id'].'
;';
list($path) = pwg_db_fetch_row(pwg_query($query));
update_metadata(array($_GET['image_id'] => $path));
array_push($page['infos'], l10n('Metadata synchronized from file'));
sync_metadata(array( intval($_GET['image_id'])));
$page['infos'][] = l10n('Metadata synchronized from file');
}
//--------------------------------------------------------- update informations
// first, we verify whether there is a mistake on the given creation date
if (isset($_POST['date_creation_action'])
and 'set' == $_POST['date_creation_action'])
{
if (!is_numeric($_POST['date_creation_year'])
or !checkdate(
$_POST['date_creation_month'],
$_POST['date_creation_day'],
$_POST['date_creation_year'])
)
{
array_push($page['errors'], l10n('wrong date'));
}
}
if (isset($_POST['submit']) and count($page['errors']) == 0 and !is_adviser())
if (isset($_POST['submit']))
{
$data = array();
$data{'id'} = $_GET['image_id'];
$data{'name'} = $_POST['name'];
$data{'author'} = $_POST['author'];
$data['id'] = $_GET['image_id'];
$data['name'] = $_POST['name'];
$data['author'] = $_POST['author'];
$data['level'] = $_POST['level'];
if ($conf['allow_html_descriptions'])
{
$data{'comment'} = @$_POST['description'];
$data['comment'] = @$_POST['description'];
}
else
{
$data{'comment'} = strip_tags(@$_POST['description']);
$data['comment'] = strip_tags(@$_POST['description']);
}
if (isset($_POST['date_creation_action']))
if (!empty($_POST['date_creation']))
{
if ('set' == $_POST['date_creation_action'])
{
$data{'date_creation'} = $_POST['date_creation_year']
.'-'.$_POST['date_creation_month']
.'-'.$_POST['date_creation_day'];
}
else if ('unset' == $_POST['date_creation_action'])
{
$data{'date_creation'} = '';
}
$data['date_creation'] = $_POST['date_creation'];
}
else
{
$data['date_creation'] = null;
}
mass_updates(
$data = trigger_change('picture_modify_before_update', $data);
single_update(
IMAGES_TABLE,
array(
'primary' => array('id'),
'update' => array_diff(array_keys($data), array('id'))
),
array($data)
$data,
array('id' => $data['id'])
);
// time to deal with tags
$tag_ids = array();
if (isset($_POST['tags']))
if (!empty($_POST['tags']))
{
$tag_ids = get_fckb_tag_ids($_POST['tags']);
$tag_ids = get_tag_ids($_POST['tags']);
}
set_tags($tag_ids, $_GET['image_id']);
array_push($page['infos'], l10n('Picture informations updated'));
}
// associate the element to other categories than its storage category
if (isset($_POST['associate'])
and isset($_POST['cat_dissociated'])
and count($_POST['cat_dissociated']) > 0
and !is_adviser()
)
{
associate_images_to_categories(
array($_GET['image_id']),
$_POST['cat_dissociated']
);
}
// dissociate the element from categories (but not from its storage category)
if (isset($_POST['dissociate'])
and isset($_POST['cat_associated'])
and count($_POST['cat_associated']) > 0
and !is_adviser()
)
{
$query = '
DELETE FROM '.IMAGE_CATEGORY_TABLE.'
WHERE image_id = '.$_GET['image_id'].'
AND category_id IN ('.implode(',', $_POST['cat_associated']).')
';
pwg_query($query);
update_category($_POST['cat_associated']);
}
// elect the element to represent the given categories
if (isset($_POST['elect'])
and isset($_POST['cat_dismissed'])
and count($_POST['cat_dismissed']) > 0
and !is_adviser()
)
{
$datas = array();
foreach ($_POST['cat_dismissed'] as $category_id)
// association to albums
if (!isset($_POST['associate']))
{
array_push($datas,
array('id' => $category_id,
'representative_picture_id' => $_GET['image_id']));
$_POST['associate'] = array();
}
$fields = array('primary' => array('id'),
'update' => array('representative_picture_id'));
mass_updates(CATEGORIES_TABLE, $fields, $datas);
}
// dismiss the element as representant of the given categories
if (isset($_POST['dismiss'])
and isset($_POST['cat_elected'])
and count($_POST['cat_elected']) > 0
and !is_adviser()
)
{
set_random_representant($_POST['cat_elected']);
check_input_parameter('associate', $_POST, true, PATTERN_ID);
move_images_to_categories(array($_GET['image_id']), $_POST['associate']);
invalidate_user_cache();
// thumbnail for albums
if (!isset($_POST['represent']))
{
$_POST['represent'] = array();
}
check_input_parameter('represent', $_POST, true, PATTERN_ID);
$no_longer_thumbnail_for = array_diff($represented_albums, $_POST['represent']);
if (count($no_longer_thumbnail_for) > 0)
{
set_random_representant($no_longer_thumbnail_for);
}
$new_thumbnail_for = array_diff($_POST['represent'], $represented_albums);
if (count($new_thumbnail_for) > 0)
{
$query = '
UPDATE '.CATEGORIES_TABLE.'
SET representative_picture_id = '.$_GET['image_id'].'
WHERE id IN ('.implode(',', $new_thumbnail_for).')
;';
pwg_query($query);
}
$represented_albums = $_POST['represent'];
$page['infos'][] = l10n('Photo informations updated');
}
// tags
$query = '
SELECT
tag_id,
name AS tag_name
id,
name
FROM '.IMAGE_TAG_TABLE.' AS it
JOIN '.TAGS_TABLE.' AS t ON t.id = it.tag_id
WHERE image_id = '.$_GET['image_id'].'
;';
$tags = get_fckb_taglist($query);
$tag_selection = get_taglist($query);
// retrieving direct information about picture
$query = '
@ -213,30 +226,42 @@ $template->set_filenames(
)
);
$admin_url_start = $admin_photo_base_url.'-properties';
$admin_url_start.= isset($_GET['cat_id']) ? '&amp;cat_id='.$_GET['cat_id'] : '';
$src_image = new SrcImage($row);
$template->assign(
array(
'tags' => $tags,
'U_SYNC' =>
get_root_url().'admin.php?page=picture_modify'.
'&amp;image_id='.$_GET['image_id'].
(isset($_GET['cat_id']) ? '&amp;cat_id='.$_GET['cat_id'] : '').
'&amp;sync_metadata=1',
'tag_selection' => $tag_selection,
'U_DOWNLOAD' => 'action.php?id='.$_GET['image_id'].'&amp;part=e&amp;pwg_token='.get_pwg_token().'&amp;download',
'U_SYNC' => $admin_url_start.'&amp;sync_metadata=1',
'U_DELETE' => $admin_url_start.'&amp;delete=1&amp;pwg_token='.get_pwg_token(),
'PATH'=>$row['path'],
'TN_SRC' => get_thumbnail_url($row),
'TN_SRC' => DerivativeImage::url(IMG_THUMB, $src_image),
'FILE_SRC' => DerivativeImage::url(IMG_LARGE, $src_image),
'NAME' =>
isset($_POST['name']) ?
stripslashes($_POST['name']) : @$row['name'],
'TITLE' => render_element_name($row),
'DIMENSIONS' => @$row['width'].' * '.@$row['height'],
'FILESIZE' => @$row['filesize'].' KB',
'REGISTRATION_DATE' => format_date($row['date_available']),
'AUTHOR' => isset($_POST['author']) ? $_POST['author'] : @$row['author'],
'AUTHOR' => htmlspecialchars(
isset($_POST['author'])
? stripslashes($_POST['author'])
: @$row['author']
),
'DATE_CREATION' => $row['date_creation'],
'DESCRIPTION' =>
htmlspecialchars( isset($_POST['description']) ?
@ -248,14 +273,65 @@ $template->assign(
)
);
if ($row['has_high'] == 'true')
$added_by = 'N/A';
$query = '
SELECT '.$conf['user_fields']['username'].' AS username
FROM '.USERS_TABLE.'
WHERE '.$conf['user_fields']['id'].' = '.$row['added_by'].'
;';
$result = pwg_query($query);
while ($user_row = pwg_db_fetch_assoc($result))
{
$template->assign(
'HIGH_FILESIZE',
isset($row['high_filesize'])
? $row['high_filesize'].' KB'
: l10n('unknown')
);
$row['added_by'] = $user_row['username'];
}
$intro_vars = array(
'file' => l10n('Original file : %s', $row['file']),
'add_date' => l10n('Posted %s on %s', time_since($row['date_available'], 'year'), format_date($row['date_available'], array('day', 'month', 'year'))),
'added_by' => l10n('Added by %s', $row['added_by']),
'size' => $row['width'].'&times;'.$row['height'].' pixels, '.sprintf('%.2f', $row['filesize']/1024).'MB',
'stats' => l10n('Visited %d times', $row['hit']),
'id' => l10n('Numeric identifier : %d', $row['id']),
);
if ($conf['rate'] and !empty($row['rating_score']))
{
$query = '
SELECT
COUNT(*)
FROM '.RATE_TABLE.'
WHERE element_id = '.$_GET['image_id'].'
;';
list($row['nb_rates']) = pwg_db_fetch_row(pwg_query($query));
$intro_vars['stats'].= ', '.sprintf(l10n('Rated %d times, score : %.2f'), $row['nb_rates'], $row['rating_score']);
}
$query = '
SELECT *
FROM '.IMAGE_FORMAT_TABLE.'
WHERE image_id = '.$row['id'].'
;';
$formats = query2array($query);
if (!empty($formats))
{
$format_strings = array();
foreach ($formats as $format)
{
$format_strings[] = sprintf('%s (%.2fMB)', $format['ext'], $format['filesize']/1024);
}
$intro_vars['formats'] = l10n('Formats: %s', implode(', ', $format_strings));
}
$template->assign('INTRO', $intro_vars);
if (in_array(get_extension($row['path']),$conf['picture_ext']))
{
$template->assign('U_COI', get_root_url().'admin.php?page=picture_coi&amp;image_id='.$_GET['image_id']);
}
// image level options
@ -267,40 +343,7 @@ $template->assign(
)
);
// creation date
unset($day, $month, $year);
if (isset($_POST['date_creation_action'])
and 'set' == $_POST['date_creation_action'])
{
foreach (array('day', 'month', 'year') as $varname)
{
$$varname = $_POST['date_creation_'.$varname];
}
}
else if (isset($row['date_creation']) and !empty($row['date_creation']))
{
list($year, $month, $day) = explode('-', $row['date_creation']);
}
else
{
list($year, $month, $day) = array('', 0, 0);
}
$month_list = $lang['month'];
$month_list[0]='------------';
ksort($month_list);
$template->assign(
array(
'DATE_CREATION_DAY_VALUE' => $day,
'DATE_CREATION_MONTH_VALUE' => $month,
'DATE_CREATION_YEAR_VALUE' => $year,
'month_list' => $month_list,
)
);
// categories
$query = '
SELECT category_id, uppercats
FROM '.IMAGE_CATEGORY_TABLE.' AS ic
@ -315,8 +358,7 @@ while ($row = pwg_db_fetch_assoc($result))
$name =
get_cat_display_name_cache(
$row['uppercats'],
get_root_url().'admin.php?page=cat_modify&amp;cat_id=',
false
get_root_url().'admin.php?page=album-'
);
if ($row['category_id'] == $storage_category_id)
@ -382,53 +424,23 @@ if (isset($url_img))
$template->assign( 'U_JUMPTO', $url_img );
}
// associate to another category ?
// associate to albums
$query = '
SELECT id,name,uppercats,global_rank
SELECT id
FROM '.CATEGORIES_TABLE.'
INNER JOIN '.IMAGE_CATEGORY_TABLE.' ON id = category_id
WHERE image_id = '.$_GET['image_id'];
if (isset($storage_category_id))
{
$query.= '
AND id != '.$storage_category_id;
}
$query.= '
WHERE image_id = '.$_GET['image_id'].'
;';
display_select_cat_wrapper($query, array(), 'associated_options');
$associated_albums = query2array($query, null, 'id');
$result = pwg_query($query);
$associateds = array(-1);
if (isset($storage_category_id))
{
array_push($associateds, $storage_category_id);
}
while ($row = pwg_db_fetch_assoc($result))
{
array_push($associateds, $row['id']);
}
$query = '
SELECT id,name,uppercats,global_rank
FROM '.CATEGORIES_TABLE.'
WHERE id NOT IN ('.implode(',', $associateds).')
;';
display_select_cat_wrapper($query, array(), 'dissociated_options');
$template->assign(array(
'associated_albums' => $associated_albums,
'represented_albums' => $represented_albums,
'STORAGE_ALBUM' => $storage_category_id,
'CACHE_KEYS' => get_admin_client_cache_keys(array('tags', 'categories')),
));
// representing
$query = '
SELECT id,name,uppercats,global_rank
FROM '.CATEGORIES_TABLE.'
WHERE representative_picture_id = '.$_GET['image_id'].'
;';
display_select_cat_wrapper($query, array(), 'elected_options');
$query = '
SELECT id,name,uppercats,global_rank
FROM '.CATEGORIES_TABLE.'
WHERE representative_picture_id != '.$_GET['image_id'].'
OR representative_picture_id IS NULL
;';
display_select_cat_wrapper($query, array(), 'dismissed_options');
trigger_notify('loc_end_picture_modify');
//----------------------------------------------------------- sending html code

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -45,6 +45,12 @@ if (count($sections)<2)
}
$plugin_id = $sections[0];
if (!preg_match('/^[\w-]+$/', $plugin_id))
{
die('Invalid plugin identifier');
}
if ( !isset($pwg_loaded_plugins[$plugin_id]) )
{
die('Invalid URL - plugin '.$plugin_id.' not active');

48
admin/plugins.php Normal file
View file

@ -0,0 +1,48 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
if( !defined("PHPWG_ROOT_PATH") )
{
die ("Hacking attempt!");
}
include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
$my_base_url = get_root_url().'admin.php?page=plugins';
if (isset($_GET['tab']))
$page['tab'] = $_GET['tab'];
else
$page['tab'] = 'installed';
$tabsheet = new tabsheet();
$tabsheet->set_id('plugins');
$tabsheet->select($page['tab']);
$tabsheet->assign();
if ($page['tab'] == 'update')
include(PHPWG_ROOT_PATH.'admin/updates_ext.php');
else
include(PHPWG_ROOT_PATH.'admin/plugins_'.$page['tab'].'.php');
?>

210
admin/plugins_installed.php Normal file
View file

@ -0,0 +1,210 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
if( !defined("PHPWG_ROOT_PATH") )
{
die ("Hacking attempt!");
}
include_once(PHPWG_ROOT_PATH.'admin/include/plugins.class.php');
$template->set_filenames(array('plugins' => 'plugins_installed.tpl'));
// should we display details on plugins?
if (isset($_GET['show_details']))
{
if (1 == $_GET['show_details'])
{
$show_details = true;
}
else
{
$show_details = false;
}
pwg_set_session_var('plugins_show_details', $show_details);
}
elseif (null != pwg_get_session_var('plugins_show_details'))
{
$show_details = pwg_get_session_var('plugins_show_details');
}
else
{
$show_details = false;
}
$base_url = get_root_url().'admin.php?page='.$page['page'];
$pwg_token = get_pwg_token();
$action_url = $base_url.'&amp;plugin='.'%s'.'&amp;pwg_token='.$pwg_token;
$plugins = new plugins();
//--------------------------------------------------perform requested actions
if (isset($_GET['action']) and isset($_GET['plugin']))
{
if (!is_webmaster())
{
$page['errors'][] = l10n('Webmaster status is required.');
}
else
{
check_pwg_token();
$page['errors'] = $plugins->perform_action($_GET['action'], $_GET['plugin']);
if (empty($page['errors']))
{
if ($_GET['action'] == 'activate' or $_GET['action'] == 'deactivate')
{
$template->delete_compiled_templates();
$persistent_cache->purge(true);
}
redirect($base_url);
}
}
}
//--------------------------------------------------------Incompatible Plugins
if (isset($_GET['incompatible_plugins']))
{
$incompatible_plugins = array();
foreach ($plugins->get_incompatible_plugins() as $plugin => $version)
{
if ($plugin == '~~expire~~') continue;
$incompatible_plugins[] = $plugin;
}
echo json_encode($incompatible_plugins);
exit;
}
// +-----------------------------------------------------------------------+
// | start template output |
// +-----------------------------------------------------------------------+
$plugins->sort_fs_plugins('name');
$merged_extensions = $plugins->get_merged_extensions();
$merged_plugins = false;
$tpl_plugins = array();
$active_plugins = 0;
foreach($plugins->fs_plugins as $plugin_id => $fs_plugin)
{
if (isset($_SESSION['incompatible_plugins'][$plugin_id])
and $fs_plugin['version'] != $_SESSION['incompatible_plugins'][$plugin_id])
{
// Incompatible plugins must be reinitilized
unset($_SESSION['incompatible_plugins']);
}
$tpl_plugin = array(
'ID' => $plugin_id,
'NAME' => $fs_plugin['name'],
'VISIT_URL' => $fs_plugin['uri'],
'VERSION' => $fs_plugin['version'],
'DESC' => $fs_plugin['description'],
'AUTHOR' => $fs_plugin['author'],
'AUTHOR_URL' => @$fs_plugin['author uri'],
'U_ACTION' => sprintf($action_url, $plugin_id),
);
if (isset($plugins->db_plugins_by_id[$plugin_id]))
{
$tpl_plugin['STATE'] = $plugins->db_plugins_by_id[$plugin_id]['state'];
}
else
{
$tpl_plugin['STATE'] = 'inactive';
}
if (isset($fs_plugin['extension']) and isset($merged_extensions[$fs_plugin['extension']]))
{
// Deactivate manually plugin from database
$query = 'UPDATE '.PLUGINS_TABLE.' SET state=\'inactive\' WHERE id=\''.$plugin_id.'\'';
pwg_query($query);
$tpl_plugin['STATE'] = 'merged';
$tpl_plugin['DESC'] = l10n('THIS PLUGIN IS NOW PART OF PIWIGO CORE! DELETE IT NOW.');
$merged_plugins = true;
}
if ($tpl_plugin['STATE'] == 'active')
{
$active_plugins++;
}
$tpl_plugins[] = $tpl_plugin;
}
$template->append('plugin_states', 'active');
$template->append('plugin_states', 'inactive');
if ($merged_plugins)
{
$template->append('plugin_states', 'merged');
}
$missing_plugin_ids = array_diff(
array_keys($plugins->db_plugins_by_id),
array_keys($plugins->fs_plugins)
);
if (count($missing_plugin_ids) > 0)
{
foreach ($missing_plugin_ids as $plugin_id)
{
$tpl_plugins[] = array(
'NAME' => $plugin_id,
'VERSION' => $plugins->db_plugins_by_id[$plugin_id]['version'],
'DESC' => l10n('ERROR: THIS PLUGIN IS MISSING BUT IT IS INSTALLED! UNINSTALL IT NOW.'),
'U_ACTION' => sprintf($action_url, $plugin_id),
'STATE' => 'missing',
);
}
$template->append('plugin_states', 'missing');
}
// sort plugins by state then by name
function cmp($a, $b)
{
$s = array('merged' => 0, 'missing' => 1, 'active' => 2, 'inactive' => 3);
if($a['STATE'] == $b['STATE'])
return strcasecmp($a['NAME'], $b['NAME']);
else
return $s[$a['STATE']] >= $s[$b['STATE']];
}
usort($tpl_plugins, 'cmp');
$template->assign(
array(
'plugins' => $tpl_plugins,
'active_plugins' => $active_plugins,
'PWG_TOKEN' => $pwg_token,
'base_url' => $base_url,
'show_details' => $show_details,
)
);
$template->assign_var_from_handle('ADMIN_CONTENT', 'plugins');
?>

View file

@ -1,117 +0,0 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
if( !defined("PHPWG_ROOT_PATH") )
{
die ("Hacking attempt!");
}
include_once(PHPWG_ROOT_PATH.'admin/include/plugins.class.php');
$template->set_filenames(array('plugins' => 'plugins_list.tpl'));
$base_url = get_root_url().'admin.php?page='.$page['page'];
$action_url = $base_url.'&amp;plugin='.'%s'.'&amp;pwg_token='.get_pwg_token();
$plugins = new plugins();
//--------------------------------------------------perform requested actions
if (isset($_GET['action']) and isset($_GET['plugin']) and !is_adviser())
{
check_pwg_token();
$page['errors'] = $plugins->perform_action($_GET['action'], $_GET['plugin']);
if (empty($page['errors']))
{
if ($_GET['action'] == 'activate' or $_GET['action'] == 'deactivate')
{
$template->delete_compiled_templates();
}
redirect($base_url);
}
}
//--------------------------------------------------------------------Tabsheet
$plugins->set_tabsheet($page['page']);
// +-----------------------------------------------------------------------+
// | start template output |
// +-----------------------------------------------------------------------+
$plugins->sort_fs_plugins('name');
foreach($plugins->fs_plugins as $plugin_id => $fs_plugin)
{
$tpl_plugin = array(
'NAME' => $fs_plugin['name'],
'VISIT_URL' => $fs_plugin['uri'],
'VERSION' => $fs_plugin['version'],
'DESC' => $fs_plugin['description'],
'AUTHOR' => $fs_plugin['author'],
'AUTHOR_URL' => @$fs_plugin['author uri'],
'U_ACTION' => sprintf($action_url, $plugin_id)
);
if (isset($plugins->db_plugins_by_id[$plugin_id]))
{
$tpl_plugin['STATE'] = $plugins->db_plugins_by_id[$plugin_id]['state'];
}
else
{
$tpl_plugin['STATE'] = 'uninstalled';
}
$template->append('plugins', $tpl_plugin);
}
$missing_plugin_ids = array_diff(
array_keys($plugins->db_plugins_by_id),
array_keys($plugins->fs_plugins)
);
foreach($missing_plugin_ids as $plugin_id)
{
$template->append(
'plugins',
array(
'NAME' => $plugin_id,
'VERSION' => $plugins->db_plugins_by_id[$plugin_id]['version'],
'DESC' => "ERROR: THIS PLUGIN IS MISSING BUT IT IS INSTALLED! UNINSTALL IT NOW !",
'U_ACTION' => sprintf($action_url, $plugin_id),
'STATE' => 'missing',
)
);
}
$template->append('plugin_states', 'active');
$template->append('plugin_states', 'inactive');
$template->append('plugin_states', 'uninstalled');
if (count($missing_plugin_ids) > 0)
{
$template->append('plugin_states', 'missing');
}
$template->assign_var_from_handle('ADMIN_CONTENT', 'plugins');
?>

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -30,8 +30,7 @@ include_once(PHPWG_ROOT_PATH.'admin/include/plugins.class.php');
$template->set_filenames(array('plugins' => 'plugins_new.tpl'));
$order = isset($_GET['order']) ? $_GET['order'] : 'date';
$base_url = get_root_url().'admin.php?page='.$page['page'].'&order='.$order;
$base_url = get_root_url().'admin.php?page='.$page['page'].'&tab='.$page['tab'];
$plugins = new plugins();
@ -40,15 +39,15 @@ if (isset($_GET['revision']) and isset($_GET['extension']))
{
if (!is_webmaster())
{
array_push($page['errors'], l10n('Webmaster status is required.'));
$page['errors'][] = l10n('Webmaster status is required.');
}
else
{
check_pwg_token();
$install_status = $plugins->extract_plugin_files('install', $_GET['revision'], $_GET['extension']);
$install_status = $plugins->extract_plugin_files('install', $_GET['revision'], $_GET['extension'], $plugin_id);
redirect($base_url.'&installstatus='.$install_status);
redirect($base_url.'&installstatus='.$install_status.'&plugin_id='.$plugin_id);
}
}
@ -58,50 +57,59 @@ if (isset($_GET['installstatus']))
switch ($_GET['installstatus'])
{
case 'ok':
array_push($page['infos'],
l10n('Plugin has been successfully copied'),
l10n('You might go to plugin list to install and activate it.'));
$activate_url = get_root_url().'admin.php?page=plugins'
. '&amp;plugin=' . $_GET['plugin_id']
. '&amp;pwg_token=' . get_pwg_token()
. '&amp;action=activate';
$page['infos'][] = l10n('Plugin has been successfully copied');
$page['infos'][] = '<a href="'. $activate_url . '">' . l10n('Activate it now') . '</a>';
break;
case 'temp_path_error':
array_push($page['errors'], l10n('Can\'t create temporary file.'));
$page['errors'][] = l10n('Can\'t create temporary file.');
break;
case 'dl_archive_error':
array_push($page['errors'], l10n('Can\'t download archive.'));
$page['errors'][] = l10n('Can\'t download archive.');
break;
case 'archive_error':
array_push($page['errors'], l10n('Can\'t read or extract archive.'));
$page['errors'][] = l10n('Can\'t read or extract archive.');
break;
default:
array_push($page['errors'],
sprintf(l10n('An error occured during extraction (%s).'), $_GET['installstatus']),
l10n('Please check "plugins" folder and sub-folders permissions (CHMOD).'));
$page['errors'][] = l10n('An error occured during extraction (%s).', htmlspecialchars($_GET['installstatus']));
$page['errors'][] = l10n('Please check "plugins" folder and sub-folders permissions (CHMOD).');
}
}
//--------------------------------------------------------------------Tabsheet
$plugins->set_tabsheet($page['page']);
//---------------------------------------------------------------Order options
$link = get_root_url().'admin.php?page='.$page['page'].'&amp;order=';
$template->assign('order_options',
array(
$link.'date' => l10n('Post date'),
$link.'revision' => l10n('Last revisions'),
$link.'name' => l10n('Name'),
$link.'author' => l10n('Author'),
$link.'downloads' => l10n('Number of downloads')));
$template->assign('order_selected', $link.$order);
'date' => l10n('Post date'),
'revision' => l10n('Last revisions'),
'name' => l10n('Name'),
'author' => l10n('Author'),
'downloads' => l10n('Number of downloads')));
// +-----------------------------------------------------------------------+
// | start template output |
// +-----------------------------------------------------------------------+
if ($plugins->get_server_plugins(true))
{
$plugins->sort_server_plugins($order);
/* order plugins */
if (pwg_get_session_var('plugins_new_order') != null)
{
$order_selected = pwg_get_session_var('plugins_new_order');
$plugins->sort_server_plugins($order_selected);
$template->assign('order_selected', $order_selected);
}
else
{
$plugins->sort_server_plugins('date');
$template->assign('order_selected', 'date');
}
foreach($plugins->server_plugins as $plugin)
{
@ -121,6 +129,7 @@ if ($plugins->get_server_plugins(true))
'SMALL_DESC' => trim($small_desc, " \r\n"),
'BIG_DESC' => $ext_desc,
'VERSION' => $plugin['revision_name'],
'REVISION_DATE' => preg_replace('/[^0-9]/', '', $plugin['revision_date']),
'AUTHOR' => $plugin['author_name'],
'DOWNLOADS' => $plugin['extension_nb_downloads'],
'URL_INSTALL' => $url_auto_install,
@ -129,7 +138,7 @@ if ($plugins->get_server_plugins(true))
}
else
{
array_push($page['errors'], l10n('Can\'t connect to server.'));
$page['errors'][] = l10n('Can\'t connect to server.');
}
$template->assign_var_from_handle('ADMIN_CONTENT', 'plugins');

View file

@ -1,176 +0,0 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
if( !defined("PHPWG_ROOT_PATH") )
{
die ("Hacking attempt!");
}
include_once(PHPWG_ROOT_PATH.'admin/include/plugins.class.php');
$template->set_filenames(array('plugins' => 'plugins_update.tpl'));
$base_url = get_root_url().'admin.php?page='.$page['page'];
$plugins = new plugins();
//-----------------------------------------------------------automatic upgrade
if (isset($_GET['plugin']) and isset($_GET['revision']) and !is_adviser())
{
if (!is_webmaster())
{
array_push($page['errors'], l10n('Webmaster status is required.'));
}
else
{
check_pwg_token();
$plugin_id = $_GET['plugin'];
$revision = $_GET['revision'];
if (isset($plugins->db_plugins_by_id[$plugin_id])
and $plugins->db_plugins_by_id[$plugin_id]['state'] == 'active')
{
$plugins->perform_action('deactivate', $plugin_id);
redirect($base_url
. '&revision=' . $revision
. '&plugin=' . $plugin_id
. '&pwg_token='.get_pwg_token()
. '&reactivate=true');
}
$upgrade_status = $plugins->extract_plugin_files('upgrade', $revision, $plugin_id);
if (isset($_GET['reactivate']))
{
$plugins->perform_action('activate', $plugin_id);
}
redirect($base_url.'&plugin='.$plugin_id.'&upgradestatus='.$upgrade_status);
}
}
//--------------------------------------------------------------upgrade result
if (isset($_GET['upgradestatus']) and isset($_GET['plugin']))
{
switch ($_GET['upgradestatus'])
{
case 'ok':
array_push($page['infos'],
sprintf(
l10n('%s has been successfully upgraded.'),
$plugins->fs_plugins[$_GET['plugin']]['name']));
break;
case 'temp_path_error':
array_push($page['errors'], l10n('Can\'t create temporary file.'));
break;
case 'dl_archive_error':
array_push($page['errors'], l10n('Can\'t download archive.'));
break;
case 'archive_error':
array_push($page['errors'], l10n('Can\'t read or extract archive.'));
break;
default:
array_push($page['errors'],
sprintf(l10n('An error occured during extraction (%s).'), $_GET['upgradestatus']),
l10n('Please check "plugins" folder and sub-folders permissions (CHMOD).'));
}
}
//--------------------------------------------------------------------Tabsheet
$plugins->set_tabsheet($page['page']);
// +-----------------------------------------------------------------------+
// | start template output |
// +-----------------------------------------------------------------------+
if ($plugins->get_server_plugins())
{
foreach($plugins->fs_plugins as $plugin_id => $fs_plugin)
{
if (isset($fs_plugin['extension'])
and isset($plugins->server_plugins[$fs_plugin['extension']]))
{
$plugin_info = $plugins->server_plugins[$fs_plugin['extension']];
list($date, ) = explode(' ', $plugin_info['revision_date']);
$ext_desc = '<i>'.l10n('Downloads').':</i> '.$plugin_info['extension_nb_downloads']."\r\n"
."\r\n"
.$plugin_info['extension_description'];
$rev_desc = '<i>'.l10n('Version').':</i> '.$plugin_info['revision_name']."\r\n"
.'<i>'.l10n('Released on').':</i> '.$date."\r\n"
.'<i>'.l10n('Downloads').':</i> '.$plugin_info['revision_nb_downloads']."\r\n"
."\r\n"
.$plugin_info['revision_description'];
if ($plugins->plugin_version_compare($fs_plugin['version'], $plugin_info['revision_name']))
{
// Plugin is up to date
$template->append('plugins_uptodate', array(
'URL' => PEM_URL.'/extension_view.php?eid='.$plugin_info['extension_id'],
'NAME' => $fs_plugin['name'],
'EXT_DESC' => $ext_desc,
'VERSION' => $fs_plugin['version'],
'VER_DESC' => $rev_desc));
}
else
{
// Plugin need upgrade
$url_auto_update = $base_url
. '&amp;revision=' . $plugin_info['revision_id']
. '&amp;plugin=' . $plugin_id
. '&amp;pwg_token='.get_pwg_token()
;
$template->append('plugins_not_uptodate', array(
'EXT_NAME' => $fs_plugin['name'],
'EXT_URL' => PEM_URL.'/extension_view.php?eid='.$plugin_info['extension_id'],
'EXT_DESC' => $ext_desc,
'VERSION' => $fs_plugin['version'],
'NEW_VERSION' => $plugin_info['revision_name'],
'NEW_VER_DESC' => $rev_desc,
'URL_UPDATE' => $url_auto_update,
'URL_DOWNLOAD' => $plugin_info['download_url'] . '&amp;origin=piwigo_download'));
}
}
else
{
// Can't check plugin
$template->append('plugins_cant_check', array(
'NAME' => $fs_plugin['name'],
'VERSION' => $fs_plugin['version']));
}
}
}
else
{
array_push($page['errors'], l10n('Can\'t connect to server.'));
}
$template->assign_var_from_handle('ADMIN_CONTENT', 'plugins');
?>

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -47,16 +47,21 @@ if
and preg_match('/^[a-z_]*$/', $_GET['page'])
)
{
$help_content =
load_language('help/'.$_GET['page'].'.html', '', array('return'=>true) );
$help_content = load_language(
'help/'.$_GET['page'].'.html',
'',
array(
'force_fallback' => 'en_UK',
'return' => true,
)
);
if ($help_content == false)
{
$help_content = '';
}
$help_content = trigger_event(
'get_popup_help_content', $help_content, $_GET['page']);
$help_content = trigger_change('get_popup_help_content', $help_content, $_GET['page']);
}
else
{

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -25,14 +25,15 @@ if( !defined("PHPWG_ROOT_PATH") ) die ("Hacking attempt!");
$edit_user = build_user( $_GET['user_id'], false );
if (!empty($_POST))
{
check_pwg_token();
}
include_once(PHPWG_ROOT_PATH.'profile.php');
$errors = array();
if ( !is_adviser() )
{
save_profile_from_post($edit_user, $errors);
}
save_profile_from_post($edit_user, $errors);
load_profile_in_template(
get_root_url().'admin.php?page=profile&amp;user_id='.$edit_user['id'],

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -33,6 +33,13 @@ include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
// +-----------------------------------------------------------------------+
check_status(ACCESS_ADMINISTRATOR);
include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
$tabsheet = new tabsheet();
$tabsheet->set_id('rating');
$tabsheet->select('rating');
$tabsheet->assign();
// +-----------------------------------------------------------------------+
// | initialization |
// +-----------------------------------------------------------------------+
@ -70,24 +77,6 @@ if (isset($_GET['users']))
}
}
if (isset($_GET['del']) and !is_adviser())
{
$del_params = urldecode( $_GET['del'] );
parse_str($del_params, $vars);
if ( !is_numeric($vars['e']) or !is_numeric($vars['u']) )
{
die('Hacking attempt');
}
$query = '
DELETE FROM '. RATE_TABLE .'
WHERE element_id=' . $vars['e'] . '
AND user_id=' . $vars['u'] . '
AND anonymous_id=\'' . $vars['a'] . '\'
;';
pwg_query($query);
update_average_rate( $vars['e'] );
}
$users = array();
$query = '
SELECT '.$conf['user_fields']['username'].' as username, '.$conf['user_fields']['id'].' as id
@ -100,10 +89,9 @@ while ($row = pwg_db_fetch_assoc($result))
}
$query = 'SELECT COUNT(DISTINCT(i.id))
FROM '.RATE_TABLE.' AS r, '.IMAGES_TABLE.' AS i
WHERE r.element_id=i.id'. $page['user_filter'] .
';';
$query = 'SELECT COUNT(DISTINCT(r.element_id))
FROM '.RATE_TABLE.' AS r
WHERE 1=1'. $page['user_filter'];
list($nb_images) = pwg_db_fetch_row(pwg_query($query));
@ -131,14 +119,13 @@ $template->assign(
$available_order_by= array(
array(l10n('Rate date'), 'recently_rated DESC'),
array(l10n('Average rate'), 'average_rate DESC'),
array(l10n('Rating score'), 'score DESC'),
array(l10n('Average rate'), 'avg_rates DESC'),
array(l10n('Number of rates'), 'nb_rates DESC'),
array(l10n('Sum of rates'), 'sum_rates DESC'),
array(l10n('Controversy'), 'std_rates DESC'),
array(l10n('File name'), 'file DESC'),
array(l10n('Creation date'), 'date_creation DESC'),
array(l10n('Post date'), 'date_available DESC'),
);
for ($i=0; $i<count($available_order_by); $i++)
@ -163,17 +150,23 @@ $template->assign('user_options_selected', array(@$_GET['users']) );
$query = '
SELECT i.id,
i.path,
i.file,
i.tn_ext,
i.average_rate,
MAX(r.date) AS recently_rated,
COUNT(r.rate) AS nb_rates,
SUM(r.rate) AS sum_rates
i.path,
i.file,
i.representative_ext,
i.rating_score AS score,
MAX(r.date) AS recently_rated,
ROUND(AVG(r.rate),2) AS avg_rates,
COUNT(r.rate) AS nb_rates,
SUM(r.rate) AS sum_rates
FROM '.RATE_TABLE.' AS r
LEFT JOIN '.IMAGES_TABLE.' AS i ON r.element_id = i.id
WHERE 1 = 1 ' . $page['user_filter'] . '
GROUP BY r.element_id
GROUP BY i.id,
i.path,
i.file,
i.representative_ext,
i.rating_score,
r.element_id
ORDER BY ' . $available_order_by[$order_by_index][1] .'
LIMIT '.$elements_per_page.' OFFSET '.$start.'
;';
@ -182,16 +175,15 @@ $images = array();
$result = pwg_query($query);
while ($row = pwg_db_fetch_assoc($result))
{
array_push($images, $row);
$images[] = $row;
}
$template->assign( 'images', array() );
foreach ($images as $image)
{
$thumbnail_src = get_thumbnail_url($image);
$thumbnail_src = DerivativeImage::thumb_url($image);
$image_url = PHPWG_ROOT_PATH.'admin.php?page=picture_modify'.
'&amp;image_id='.$image['id'];
$image_url = get_root_url().'admin.php?page=photo-'.$image['id'];
$query = 'SELECT *
FROM '.RATE_TABLE.' AS r
@ -201,10 +193,12 @@ ORDER BY date DESC;';
$nb_rates = pwg_db_num_rows($result);
$tpl_image =
array(
'U_THUMB' => $thumbnail_src,
'U_URL' => $image_url,
'AVG_RATE' => $image['average_rate'],
array(
'id' => $image['id'],
'U_THUMB' => $thumbnail_src,
'U_URL' => $image_url,
'SCORE_RATE' => $image['score'],
'AVG_RATE' => $image['avg_rates'],
'SUM_RATE' => $image['sum_rates'],
'NB_RATES' => (int)$image['nb_rates'],
'NB_RATES_TOTAL' => (int)$nb_rates,
@ -214,16 +208,6 @@ ORDER BY date DESC;';
while ($row = pwg_db_fetch_assoc($result))
{
$url_del = PHPWG_ROOT_PATH.'admin.php'.
get_query_string_diff(array('del'));
$del_param = 'e='.$image['id'].
'&u='.$row['user_id'].
'&a='.$row['anonymous_id'];
$url_del .= '&amp;del='.urlencode(urlencode($del_param));
if ( isset($users[$row['user_id']]) )
{
$user_rate = $users[$row['user_id']];
@ -237,13 +221,8 @@ ORDER BY date DESC;';
$user_rate .= '('.$row['anonymous_id'].')';
}
$tpl_image['rates'][] =
array(
'DATE' => format_date($row['date']),
'RATE' => $row['rate'],
'USER' => $user_rate,
'U_DELETE' => $url_del
);
$row['USER'] = $user_rate;
$tpl_image['rates'][] = $row;
}
$template->append( 'images', $tpl_image );
}
@ -252,4 +231,4 @@ ORDER BY date DESC;';
// | sending html code |
// +-----------------------------------------------------------------------+
$template->assign_var_from_handle('ADMIN_CONTENT', 'rating');
?>
?>

259
admin/rating_user.php Normal file
View file

@ -0,0 +1,259 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
defined('PHPWG_ROOT_PATH') or die ("Hacking attempt!");
include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
$tabsheet = new tabsheet();
$tabsheet->set_id('rating');
$tabsheet->select('rating_user');
$tabsheet->assign();
$filter_min_rates = 2;
if (isset($_GET['f_min_rates']))
{
$filter_min_rates = (int)$_GET['f_min_rates'];
}
$consensus_top_number = $conf['top_number'];
if (isset($_GET['consensus_top_number']))
{
$consensus_top_number = (int)$_GET['consensus_top_number'];
}
// build users
global $conf;
$query = 'SELECT DISTINCT
u.'.$conf['user_fields']['id'].' AS id,
u.'.$conf['user_fields']['username'].' AS name,
ui.status
FROM '.USERS_TABLE.' AS u INNER JOIN '.USER_INFOS_TABLE.' AS ui
ON u.'.$conf['user_fields']['id'].' = ui.user_id';
$users_by_id = array();
$result = pwg_query($query);
while ($row = pwg_db_fetch_assoc($result))
{
$users_by_id[(int)$row['id']] = array(
'name' => $row['name'],
'anon' => is_autorize_status(ACCESS_CLASSIC, $row['status']) ? false : true
);
}
$by_user_rating_model = array( 'rates' => array() );
foreach($conf['rate_items'] as $rate)
{
$by_user_rating_model['rates'][$rate] = array();
}
// by user aggregation
$image_ids = array();
$by_user_ratings = array();
$query = '
SELECT * FROM '.RATE_TABLE.' ORDER by date DESC';
$result = pwg_query($query);
while ($row = pwg_db_fetch_assoc($result))
{
if (!isset($users_by_id[$row['user_id']]))
{
$users_by_id[$row['user_id']] = array('name' => '???'.$row['user_id'], 'anon' => false);
}
$usr = $users_by_id[$row['user_id']];
if ($usr['anon'])
{
$user_key = $usr['name'].'('.$row['anonymous_id'].')';
}
else
{
$user_key = $usr['name'];
}
$rating = & $by_user_ratings[$user_key];
if ( is_null($rating) )
{
$rating = $by_user_rating_model;
$rating['uid'] = (int)$row['user_id'];
$rating['aid'] = $usr['anon'] ? $row['anonymous_id'] : '';
$rating['last_date'] = $rating['first_date'] = $row['date'];
}
else
$rating['first_date'] = $row['date'];
$rating['rates'][$row['rate']][] = array(
'id' => $row['element_id'],
'date' => $row['date'],
);
$image_ids[$row['element_id']] = 1;
unset($rating);
}
// get image tn urls
$image_urls = array();
if (count($image_ids) > 0 )
{
$query = 'SELECT id, name, file, path, representative_ext, level
FROM '.IMAGES_TABLE.'
WHERE id IN ('.implode(',', array_keys($image_ids)).')';
$result = pwg_query($query);
$params = ImageStdParams::get_by_type(IMG_SQUARE);
while ($row = pwg_db_fetch_assoc($result))
{
$image_urls[ $row['id'] ] = array(
'tn' => DerivativeImage::url($params, $row),
'page' => make_picture_url( array('image_id'=>$row['id'], 'image_file'=>$row['file']) ),
);
}
}
//all image averages
$query='SELECT element_id,
AVG(rate) AS avg
FROM '.RATE_TABLE.'
GROUP BY element_id';
$all_img_sum = array();
$result = pwg_query($query);
while ($row = pwg_db_fetch_assoc($result))
{
$all_img_sum[(int)$row['element_id']] = array( 'avg'=>(float)$row['avg'] );
}
$query='SELECT id
FROM '.IMAGES_TABLE.'
ORDER by rating_score DESC
LIMIT '.$consensus_top_number;
$best_rated = array_flip( array_from_query($query, 'id'));
// by user stats
foreach($by_user_ratings as $id => &$rating)
{
$c=0; $s=0; $ss=0; $consensus_dev=0; $consensus_dev_top=0; $consensus_dev_top_count=0;
foreach($rating['rates'] as $rate => $rates)
{
$ct = count($rates);
$c += $ct;
$s += $ct * $rate;
$ss += $ct * $rate * $rate;
foreach($rates as $id_date)
{
$dev = abs($rate - $all_img_sum[$id_date['id']]['avg']);
$consensus_dev += $dev;
if (isset($best_rated[$id_date['id']]))
{
$consensus_dev_top += $dev;
$consensus_dev_top_count++;
}
}
}
$consensus_dev /= $c;
if ($consensus_dev_top_count)
$consensus_dev_top /= $consensus_dev_top_count;
$var = ($ss - $s*$s/$c)/$c;
$rating += array(
'id' => $id,
'count' => $c,
'avg' => $s/$c,
'cv' => $s==0 ? -1 : sqrt($var)/($s/$c), // http://en.wikipedia.org/wiki/Coefficient_of_variation
'cd' => $consensus_dev,
'cdtop' => $consensus_dev_top_count ? $consensus_dev_top : '',
);
}
unset($rating);
// filter
foreach($by_user_ratings as $id => $rating)
{
if ($rating['count'] <= $filter_min_rates)
{
unset($by_user_ratings[$id]);
}
}
function avg_compare($a, $b)
{
$d = $a['avg'] - $b['avg'];
return ($d==0) ? 0 : ($d<0 ? -1 : 1);
}
function count_compare($a, $b)
{
$d = $a['count'] - $b['count'];
return ($d==0) ? 0 : ($d<0 ? -1 : 1);
}
function cv_compare($a, $b)
{
$d = $b['cv'] - $a['cv']; //desc
return ($d==0) ? 0 : ($d<0 ? -1 : 1);
}
function consensus_dev_compare($a, $b)
{
$d = $b['cd'] - $a['cd']; //desc
return ($d==0) ? 0 : ($d<0 ? -1 : 1);
}
function last_rate_compare($a, $b)
{
return -strcmp( $a['last_date'], $b['last_date']);
}
$order_by_index=4;
if (isset($_GET['order_by']) and is_numeric($_GET['order_by']))
{
$order_by_index = $_GET['order_by'];
}
$available_order_by= array(
array(l10n('Average rate'), 'avg_compare'),
array(l10n('Number of rates'), 'count_compare'),
array(l10n('Variation'), 'cv_compare'),
array(l10n('Consensus deviation'), 'consensus_dev_compare'),
array(l10n('Last'), 'last_rate_compare'),
);
for ($i=0; $i<count($available_order_by); $i++)
{
$template->append(
'order_by_options',
$available_order_by[$i][0]
);
}
$template->assign('order_by_options_selected', array($order_by_index) );
$x = uasort($by_user_ratings, $available_order_by[$order_by_index][1] );
$template->assign( array(
'F_ACTION' => get_root_url().'admin.php',
'F_MIN_RATES' => $filter_min_rates,
'CONSENSUS_TOP_NUMBER' => $consensus_top_number,
'available_rates' => $conf['rate_items'],
'ratings' => $by_user_ratings,
'image_urls' => $image_urls,
'TN_WIDTH' => ImageStdParams::get_by_type(IMG_SQUARE)->sizing->ideal_size[0],
) );
$template->set_filename('rating', 'rating_user.tpl');
$template->assign_var_from_handle('ADMIN_CONTENT', 'rating');
?>

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -31,6 +31,12 @@ include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
// +-----------------------------------------------------------------------+
// | Check Access and exit when user status is not ok |
// +-----------------------------------------------------------------------+
if (!$conf['enable_synchronization'])
{
die('synchronization is disabled');
}
check_status(ACCESS_ADMINISTRATOR);
if (!empty($_POST) or isset($_GET['action']))
@ -38,43 +44,6 @@ if (!empty($_POST) or isset($_GET['action']))
check_pwg_token();
}
/**
* requests the given $url (a remote create_listing_file.php) and fills a
* list of lines corresponding to request output
*
* @param string $url
* @return void
*/
function remote_output($url)
{
global $template, $page;
if (fetchRemote($url, $result))
{
$lines = explode("\r\n", $result);
// cleaning lines from HTML tags
foreach ($lines as $line)
{
$line = trim(strip_tags($line));
if (preg_match('/^PWG-([A-Z]+)-/', $line, $matches))
{
$template->append(
'remote_output',
array(
'CLASS' => 'remote'.ucfirst(strtolower($matches[1])),
'CONTENT' => $line
)
);
}
}
}
else
{
array_push($page['errors'], l10n('file create_listing_file.php on remote site was not found'));
}
}
// +-----------------------------------------------------------------------+
// | template init |
// +-----------------------------------------------------------------------+
@ -83,18 +52,18 @@ $template->set_filenames(array('site_manager'=>'site_manager.tpl'));
// +-----------------------------------------------------------------------+
// | new site creation form |
// +-----------------------------------------------------------------------+
if (isset($_POST['submit']) and !empty($_POST['galleries_url'])
and !is_adviser() )
if (isset($_POST['submit']) and !empty($_POST['galleries_url']))
{
$is_remote = url_is_remote( $_POST['galleries_url'] );
if ($is_remote)
{
fatal_error('remote sites not supported');
}
$url = preg_replace('/[\/]*$/', '', $_POST['galleries_url']);
$url.= '/';
if (! $is_remote)
if ( ! (strpos($url, '.') === 0 ) )
{
if ( ! (strpos($url, '.') === 0 ) )
{
$url = './' . $url;
}
$url = './' . $url;
}
// site must not exists
@ -106,41 +75,13 @@ SELECT COUNT(id) AS count
$row = pwg_db_fetch_assoc(pwg_query($query));
if ($row['count'] > 0)
{
array_push($page['errors'],
l10n('This site already exists').' ['.$url.']');
$page['errors'][] = l10n('This site already exists').' ['.$url.']';
}
if (count($page['errors']) == 0)
{
if ($is_remote)
if ( ! file_exists($url) )
{
if ( ! isset($_POST['no_check']) )
{
$clf_url = $url.'create_listing_file.php';
$clf_url.= '?action=test';
$clf_url.= '&version='.PHPWG_VERSION;
if (fetchRemote($clf_url, $result))
{
$lines = explode("\r\n", $result);
$first_line = strip_tags($lines[0]);
if (!preg_match('/^PWG-INFO-2:/', $first_line))
{
array_push($page['errors'],
l10n('an error happened').' : '.$first_line);
}
}
else
{
array_push($page['errors'], l10n('file create_listing_file.php on remote site was not found') );
}
}
}
else
{ // local directory
if ( ! file_exists($url) )
{
array_push($page['errors'],
l10n('Directory does not exist').' ['.$url.']');
}
$page['errors'][] = l10n('Directory does not exist').' ['.$url.']';
}
}
@ -153,8 +94,7 @@ INSERT INTO '.SITES_TABLE.'
(\''.$url.'\')
;';
pwg_query($query);
array_push($page['infos'],
$url.' '.l10n('created'));
$page['infos'][] = $url.' '.l10n('created');
}
}
@ -165,7 +105,7 @@ if (isset($_GET['site']) and is_numeric($_GET['site']))
{
$page['site'] = $_GET['site'];
}
if (isset($_GET['action']) and isset($page['site']) and !is_adviser())
if (isset($_GET['action']) and isset($page['site']))
{
$query = '
SELECT galleries_url
@ -175,29 +115,10 @@ SELECT galleries_url
list($galleries_url) = pwg_db_fetch_row(pwg_query($query));
switch($_GET['action'])
{
case 'generate' :
{
$title = $galleries_url.' : '.l10n('generate listing');
remote_output($galleries_url.'create_listing_file.php?action=generate');
break;
}
case 'test' :
{
$title = $galleries_url.' : '.l10n('test');
remote_output($galleries_url.'create_listing_file.php?action=test&version='.PHPWG_VERSION);
break;
}
case 'clean' :
{
$title = $galleries_url.' : '.l10n('clean');
remote_output($galleries_url.'create_listing_file.php?action=clean');
break;
}
case 'delete' :
{
delete_site($page['site']);
array_push($page['infos'],
$galleries_url.' '.l10n('deleted'));
$page['infos'][] = $galleries_url.' '.l10n('deleted');
break;
}
}
@ -205,29 +126,11 @@ SELECT galleries_url
$template->assign(
array(
'U_HELP' => get_root_url().'admin/popuphelp.php?page=site_manager',
'F_ACTION' => get_root_url().'admin.php'.get_query_string_diff(array('action','site','pwg_token')),
'PWG_TOKEN' => get_pwg_token(),
)
);
// +-----------------------------------------------------------------------+
// | remote sites list |
// +-----------------------------------------------------------------------+
if ( is_file(PHPWG_ROOT_PATH.'listing.xml') )
{
$xml_content = getXmlCode(PHPWG_ROOT_PATH.'listing.xml');
$local_listing_site_url = getAttribute(
getChild($xml_content, 'informations'),
'url'
);
if ( !url_is_remote($local_listing_site_url) )
{
$local_listing_site_url = null;
}
}
$query = '
SELECT c.site_id, COUNT(DISTINCT c.id) AS nb_categories, COUNT(i.id) AS nb_images
FROM '.CATEGORIES_TABLE.' AS c LEFT JOIN '.IMAGES_TABLE.' AS i
@ -265,16 +168,6 @@ while ($row = pwg_db_fetch_assoc($result))
'U_SYNCHRONIZE' => $update_url
);
if ($is_remote)
{
$tpl_var['remote'] =
array(
'U_TEST' => $base_url.'test',
'U_GENERATE' => $row['galleries_url'].'create_listing_file.php?action=generate',
'U_CLEAN' => $base_url.'clean',
);
}
if ($row['id'] != 1)
{
$tpl_var['U_DELETE'] = $base_url.'delete';
@ -283,35 +176,12 @@ while ($row = pwg_db_fetch_assoc($result))
$plugin_links = array();
//$plugin_links is array of array composed of U_HREF, U_HINT & U_CAPTION
$plugin_links =
trigger_event('get_admins_site_links',
trigger_change('get_admins_site_links',
$plugin_links, $row['id'], $is_remote);
$tpl_var['plugin_links'] = $plugin_links;
$template->append('sites', $tpl_var);
if ( isset($local_listing_site_url) and
$row['galleries_url']==$local_listing_site_url )
{
$local_listing_site_id = $row['id'];
$template->assign( 'local_listing',
array(
'URL' => $local_listing_site_url,
'U_SYNCHRONIZE' => $update_url.'&amp;local_listing=1'
)
);
}
}
if ( isset($local_listing_site_url) and !isset($local_listing_site_id) )
{
$template->assign( 'local_listing',
array(
'URL' => $local_listing_site_url,
'CREATE' => true
)
);
}
$template->assign_var_from_handle('ADMIN_CONTENT', 'site_manager');
?>

View file

@ -1,276 +1,212 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
// provides data for site synchronization from the local file system
class LocalSiteReader
{
var $site_url;
function LocalSiteReader($url)
{
$this->site_url = $url;
}
/**
* Is this local site ok ?
*
* @return true on success, false otherwise
*/
function open()
{
global $errors;
if (!is_dir($this->site_url))
{
array_push(
$errors,
array(
'path' => $this->site_url,
'type' => 'PWG-ERROR-NO-FS'
)
);
return false;
}
return true;
}
// retrieve file system sub-directories fulldirs
function get_full_directories($basedir)
{
$fs_fulldirs = get_fs_directories($basedir);
return $fs_fulldirs;
}
/**
* Returns an array with all file system files according to $conf['file_ext']
* and $conf['picture_ext']
* @param string $path recurse in this directory
* @return array like "pic.jpg"=>array('tn_ext'=>'jpg' ... )
*/
function get_elements($path)
{
global $conf;
if (!isset($conf['flip_file_ext']))
{
$conf['flip_file_ext'] = array_flip($conf['file_ext']);
}
$subdirs = array();
$fs = array();
if (is_dir($path) && $contents = opendir($path) )
{
while (($node = readdir($contents)) !== false)
{
if (is_file($path.'/'.$node))
{
$extension = get_extension($node);
$filename_wo_ext = get_filename_wo_extension($node);
if ( isset($conf['flip_file_ext'][$extension]) )
{
$tn_ext = $this->get_tn_ext($path, $filename_wo_ext);
$fs[ $path.'/'.$node ] = array(
'tn_ext' => $tn_ext,
);
}
}
elseif (is_dir($path.'/'.$node)
and $node != '.'
and $node != '..'
and $node != 'pwg_high'
and $node != 'pwg_representative'
and $node != 'thumbnail' )
{
array_push($subdirs, $node);
}
} //end while readdir
closedir($contents);
foreach ($subdirs as $subdir)
{
$tmp_fs = $this->get_elements($path.'/'.$subdir);
$fs = array_merge($fs, $tmp_fs);
}
ksort($fs);
} //end if is_dir
return $fs;
}
// returns the name of the attributes that are supported for
// files update/synchronization
function get_update_attributes()
{
return array('tn_ext', 'has_high', 'representative_ext');
}
function get_element_update_attributes($file)
{
global $conf;
$data = array();
$filename = basename($file);
$dirname = dirname($file);
$filename_wo_ext = get_filename_wo_extension($filename);
$extension = get_extension($filename);
$data['tn_ext'] = $this->get_tn_ext($dirname, $filename_wo_ext);
$data['has_high'] = $this->get_has_high($dirname, $filename);
if ( !isset($conf['flip_picture_ext'][$extension]) )
{
$data['representative_ext'] = $this->get_representative_ext(
$dirname, $filename_wo_ext
);
}
return $data;
}
// returns the name of the attributes that are supported for
// metadata update/synchronization according to configuration
function get_metadata_attributes()
{
global $conf;
$update_fields = array('filesize', 'width', 'height', 'high_filesize');
if ($conf['use_exif'])
{
$update_fields =
array_merge(
$update_fields,
array_keys($conf['use_exif_mapping'])
);
}
if ($conf['use_iptc'])
{
$update_fields =
array_merge(
$update_fields,
array_keys($conf['use_iptc_mapping'])
);
}
return $update_fields;
}
// returns a hash of attributes (metadata+filesize+width,...) for file
function get_element_metadata($file, $has_high = false)
{
global $conf;
if (!is_file($file))
{
return null;
}
$data = array();
$data['filesize'] = floor(filesize($file)/1024);
if ($image_size = @getimagesize($file))
{
$data['width'] = $image_size[0];
$data['height'] = $image_size[1];
}
if ($has_high)
{
$high_file = dirname($file).'/pwg_high/'.basename($file);
$data['high_filesize'] = floor(filesize($high_file)/1024);
}
if ($conf['use_exif'])
{
$exif = get_sync_exif_data($file);
if (count($exif) == 0 and isset($data['high_filesize']))
{
$exif = get_sync_exif_data($high_file);
}
$data = array_merge($data, $exif);
}
if ($conf['use_iptc'])
{
$iptc = get_sync_iptc_data($file);
if (count($iptc) == 0 and isset($data['high_filesize']))
{
$iptc = get_sync_iptc_data($high_file);
}
$data = array_merge($data, $iptc);
}
return $data;
}
//-------------------------------------------------- private functions --------
function get_representative_ext($path, $filename_wo_ext)
{
global $conf;
$base_test = $path.'/pwg_representative/'.$filename_wo_ext.'.';
foreach ($conf['picture_ext'] as $ext)
{
$test = $base_test.$ext;
if (is_file($test))
{
return $ext;
}
}
return null;
}
function get_tn_ext($path, $filename_wo_ext)
{
global $conf;
$base_test =
$path.'/thumbnail/'.$conf['prefix_thumbnail'].$filename_wo_ext.'.';
foreach ($conf['picture_ext'] as $ext)
{
$test = $base_test.$ext;
if (is_file($test))
{
return $ext;
}
}
return null;
}
function get_has_high($path, $filename)
{
if (is_file($path.'/pwg_high/'.$filename))
{
return 'true';
}
return null;
}
}
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
// provides data for site synchronization from the local file system
class LocalSiteReader
{
var $site_url;
function __construct($url)
{
$this->site_url = $url;
global $conf;
if (!isset($conf['flip_file_ext']))
{
$conf['flip_file_ext'] = array_flip($conf['file_ext']);
}
if (!isset($conf['flip_picture_ext']))
{
$conf['flip_picture_ext'] = array_flip($conf['picture_ext']);
}
}
/**
* Is this local site ok ?
*
* @return true on success, false otherwise
*/
function open()
{
global $errors;
if (!is_dir($this->site_url))
{
$errors[] = array(
'path' => $this->site_url,
'type' => 'PWG-ERROR-NO-FS'
);
return false;
}
return true;
}
// retrieve file system sub-directories fulldirs
function get_full_directories($basedir)
{
$fs_fulldirs = get_fs_directories($basedir);
return $fs_fulldirs;
}
/**
* Returns an array with all file system files according to $conf['file_ext']
* and $conf['picture_ext']
* @param string $path recurse in this directory
* @return array like "pic.jpg"=>array('representative_ext'=>'jpg' ... )
*/
function get_elements($path)
{
global $conf;
$subdirs = array();
$fs = array();
if (is_dir($path) && $contents = opendir($path) )
{
while (($node = readdir($contents)) !== false)
{
if ($node == '.' or $node == '..') continue;
if (is_file($path.'/'.$node))
{
$extension = get_extension($node);
$filename_wo_ext = get_filename_wo_extension($node);
if ( isset($conf['flip_file_ext'][$extension]) )
{
$representative_ext = null;
if (! isset($conf['flip_picture_ext'][$extension]) )
{
$representative_ext = $this->get_representative_ext($path, $filename_wo_ext);
}
$fs[ $path.'/'.$node ] = array('representative_ext' => $representative_ext);
if ($conf['enable_formats'])
{
$fs[ $path.'/'.$node ]['formats'] = $this->get_formats($path, $filename_wo_ext);
}
}
}
else if (is_dir($path.'/'.$node)
and $node != 'pwg_high'
and $node != 'pwg_representative'
and $node != 'pwg_format'
and $node != 'thumbnail' )
{
$subdirs[] = $node;
}
} //end while readdir
closedir($contents);
foreach ($subdirs as $subdir)
{
$tmp_fs = $this->get_elements($path.'/'.$subdir);
$fs = array_merge($fs, $tmp_fs);
}
ksort($fs);
} //end if is_dir
return $fs;
}
// returns the name of the attributes that are supported for
// files update/synchronization
function get_update_attributes()
{
return array('representative_ext');
}
function get_element_update_attributes($file)
{
global $conf;
$data = array();
$filename = basename($file);
$extension = get_extension($filename);
$representative_ext = null;
if (! isset($conf['flip_picture_ext'][$extension]) )
{
$dirname = dirname($file);
$filename_wo_ext = get_filename_wo_extension($filename);
$representative_ext = $this->get_representative_ext($dirname, $filename_wo_ext);
}
$data['representative_ext'] = $representative_ext;
return $data;
}
// returns the name of the attributes that are supported for
// metadata update/synchronization according to configuration
function get_metadata_attributes()
{
return get_sync_metadata_attributes();
}
// returns a hash of attributes (metadata+filesize+width,...) for file
function get_element_metadata($infos)
{
return get_sync_metadata($infos);
}
//-------------------------------------------------- private functions --------
function get_representative_ext($path, $filename_wo_ext)
{
global $conf;
$base_test = $path.'/pwg_representative/'.$filename_wo_ext.'.';
foreach ($conf['picture_ext'] as $ext)
{
$test = $base_test.$ext;
if (is_file($test))
{
return $ext;
}
}
return null;
}
function get_formats($path, $filename_wo_ext)
{
global $conf;
$formats = array();
$base_test = $path.'/pwg_format/'.$filename_wo_ext.'.';
foreach ($conf['format_ext'] as $ext)
{
$test = $base_test.$ext;
if (is_file($test))
{
$formats[$ext] = floor(filesize($test) / 1024);
}
}
return $formats;
}
}
?>

View file

@ -1,249 +0,0 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
// provides data for site synchronization from a remote listing.xml
class RemoteSiteReader
{
var $site_url;
var $listing_url;
var $site_dirs;
var $site_files;
var $insert_attributes;
var $metadata_attributes;
function RemoteSiteReader($url, $listing_url)
{
$this->site_url = $url;
$this->insert_attributes = array(
'tn_ext',
);
$this->update_attributes = array(
'tn_ext', 'representative_ext', 'has_high',
);
$this->metadata_attributes = array(
'filesize', 'width', 'height', 'high_filesize'
);
if (!isset($listing_url))
{
$this->listing_url = $this->site_url.'listing.xml';
}
else
{
$this->listing_url = $listing_url;
}
}
/**
* Is this remote site ok ?
*
* @return true on success, false otherwise
*/
function open()
{
global $errors;
if ($xml_content = getXmlCode($this->listing_url))
{
$this->site_dirs = array();
$this->site_files = array();
$info_xml_element = getChild($xml_content, 'informations');
if (getAttribute($info_xml_element , 'phpwg_version') != PHPWG_VERSION)
{
array_push(
$errors,
array(
'path' => $this->listing_url,
'type' => 'PWG-ERROR-VERSION'
)
);
return false;
}
$additional_metadata = getAttribute($info_xml_element, 'metadata');
if ($additional_metadata != '')
{
$this->metadata_attributes = array_merge(
$this->metadata_attributes,
explode(',', $additional_metadata)
);
}
$this->build_structure($xml_content, '', 0);
return true;
}
else
{
array_push(
$errors,
array(
'path' => $this->listing_url,
'type' => 'PWG-ERROR-NOLISTING'
)
);
return false;
}
}
// retrieve xml sub-directories fulldirs
function get_full_directories($basedir)
{
$dirs = array();
foreach ( array_keys($this->site_dirs) as $dir)
{
$full_dir = $this->site_url . $dir;
if ($full_dir != $basedir
and strpos($full_dir, $basedir) === 0
)
{
array_push($dirs, $full_dir);
}
}
return $dirs;
}
/**
* Returns a hash with all elements (images and files) inside the full $path
* according to listing.xml
* @param string $path recurse in this directory only
* @return array like "pic.jpg"=>array('tn_ext'=>'jpg' ... )
*/
function get_elements($path)
{
$elements = array();
foreach ( $this->site_dirs as $dir=>$files)
{
$full_dir = $this->site_url . $dir;
if (strpos($full_dir, $path) === 0)
{
foreach ($files as $file)
{
$data = $this->get_element_attributes(
$file,
$this->insert_attributes
);
$elements[$file] = $data;
}
}
}
return $elements;
}
// returns the name of the attributes that are supported for
// files update/synchronization
function get_update_attributes()
{
return $this->update_attributes;
}
function get_element_update_attributes($file)
{
return $this->get_element_attributes(
$file,
$this->update_attributes
);
}
// returns the name of the attributes that are supported for
// metadata update/synchronization according to listing.xml
function get_metadata_attributes()
{
return $this->metadata_attributes;
}
// returns a hash of attributes (metadata+width,...) for file
function get_element_metadata($file, $has_high = false)
{
return $this->get_element_attributes(
$file,
$this->metadata_attributes
);
}
//-------------------------------------------------- private functions --------
/**
* Returns a hash of image/file attributes
* @param string $file fully qualified file name
* @param array $attributes specifies which attributes to retrieve
* returned
*/
function get_element_attributes($file, $attributes)
{
$xml_element = $this->site_files[$file];
if (!isset($xml_element))
{
return null;
}
$data = array();
foreach($attributes as $att)
{
if (getAttribute($xml_element, $att) != '')
{
$val = getAttribute($xml_element, $att);
$data[$att] = addslashes($val);
}
}
return $data;
}
// recursively parse the xml_content for later usage
function build_structure($xml_content, $basedir, $level)
{
$temp_dirs = getChildren($xml_content, 'dir'.$level);
foreach ($temp_dirs as $temp_dir)
{
$dir_name = $basedir;
if ($dir_name != '' )
{
$dir_name .= '/';
}
$dir_name .= getAttribute($temp_dir, 'name');
$this->site_dirs[ $dir_name ] = array();
$this->build_structure($temp_dir, $dir_name, $level+1);
}
if ($basedir != '')
{
$xml_elements = getChildren(
getChild($xml_content, 'root'),
'element'
);
foreach ($xml_elements as $xml_element)
{
$path = getAttribute($xml_element, 'path');
$this->site_files[$path] = $xml_element;
array_push($this->site_dirs[$basedir], $path);
}
}
}
}
?>

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -31,6 +31,12 @@ include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
// +-----------------------------------------------------------------------+
// | Check Access and exit when user status is not ok |
// +-----------------------------------------------------------------------+
if (!$conf['enable_synchronization'])
{
die('synchronization is disabled');
}
check_status(ACCESS_ADMINISTRATOR);
if (!is_numeric($_GET['site']))
@ -58,36 +64,17 @@ $error_labels = array(
l10n('wrong filename'),
l10n('The name of directories and files must be composed of letters, numbers, "-", "_" or "."')
),
'PWG-UPDATE-2' => array(
l10n('missing thumbnail'),
l10n('a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the category directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :').implode(',', $conf['picture_ext'])
),
'PWG-ERROR-NO-FS' => array(
l10n('File/directory read error'),
l10n('The file or directory cannot be accessed (either it does not exist or the access is denied)')
),
'PWG-ERROR-VERSION' => array(
l10n('Piwigo version differs on the remote site'),
l10n('Version of create_listing_file.php on the remote site and Piwigo must be the same')
),
'PWG-ERROR-NOLISTING' => array(
l10n('listing.xml file was not found'),
l10n('listing.xml file was not found on the remote site. This file is generated by choosing the "generate listing" command in the Site manager')
)
);
$errors = array();
$infos = array();
if ($site_is_remote)
{
include_once(PHPWG_ROOT_PATH.'admin/site_reader_remote.php');
$local_listing = null;
if ( isset($_GET['local_listing'])
and $_GET['local_listing'] )
{
$local_listing = PHPWG_ROOT_PATH.'listing.xml';
}
$site_reader = new RemoteSiteReader($site_url, $local_listing);
fatal_error('remote sites not supported');
}
else
{
@ -98,17 +85,13 @@ else
$general_failure = true;
if (isset($_POST['submit']))
{
if (!isset($conf['flip_picture_ext']))
{
$conf['flip_picture_ext'] = array_flip($conf['picture_ext']);
}
if ($site_reader->open())
{
$general_failure = false;
}
// shall we simulate only
if ((isset($_POST['simulate']) and $_POST['simulate'] == 1) or is_adviser())
if (isset($_POST['simulate']) and $_POST['simulate'] == 1)
{
$simulate = true;
}
@ -216,9 +199,9 @@ SELECT id_uppercat, MAX(rank)+1 AS next_rank
// category directory, we need to include it in our array
if (isset($_POST['cat']))
{
array_push($fs_fulldirs, $basedir);
$fs_fulldirs[] = $basedir;
}
// If $_POST['subcats-included'] != 1 ("Search in subcategories" is unchecked)
// If $_POST['subcats-included'] != 1 ("Search in sub-albums" is unchecked)
// $db_fulldirs doesn't include any subdirectories and $fs_fulldirs does
// So $fs_fulldirs will be limited to the selected basedir
// (if that one is in $fs_fulldirs)
@ -231,7 +214,7 @@ SELECT id_uppercat, MAX(rank)+1 AS next_rank
foreach (array_diff($fs_fulldirs, array_keys($db_fulldirs)) as $fulldir)
{
$dir = basename($fulldir);
if (preg_match('/^[a-zA-Z0-9-_.]+$/', $dir))
if (preg_match($conf['sync_chars_regex'], $dir))
{
$insert = array(
'id' => $next_id++,
@ -240,9 +223,6 @@ SELECT id_uppercat, MAX(rank)+1 AS next_rank
'site_id' => $site_id,
'commentable' =>
boolean_to_string($conf['newcat_default_commentable']),
'uploadable' => $site_is_remote
? 'false'
: boolean_to_string($conf['newcat_default_uploadable']),
'status' => $conf['newcat_default_status'],
'visible' => boolean_to_string($conf['newcat_default_visible']),
);
@ -273,19 +253,17 @@ SELECT id_uppercat, MAX(rank)+1 AS next_rank
$insert['global_rank'] = $insert['rank'];
}
array_push($inserts, $insert);
array_push(
$infos,
array(
$inserts[] = $insert;
$infos[] = array(
'path' => $fulldir,
'info' => l10n('added')
)
);
'info' => l10n('added'),
);
// add the new category to $db_categories and $db_fulldirs array
$db_categories[$insert{'id'}] =
array(
'id' => $insert['id'],
'parent' => (isset($parent)) ? $parent : Null,
'status' => $insert['status'],
'visible' => $insert['visible'],
'uppercats' => $insert['uppercats'],
@ -296,12 +274,9 @@ SELECT id_uppercat, MAX(rank)+1 AS next_rank
}
else
{
array_push(
$errors,
array(
'path' => $fulldir,
'type' => 'PWG-UPDATE-1'
)
$errors[] = array(
'path' => $fulldir,
'type' => 'PWG-UPDATE-1'
);
}
}
@ -312,9 +287,120 @@ SELECT id_uppercat, MAX(rank)+1 AS next_rank
{
$dbfields = array(
'id','dir','name','site_id','id_uppercat','uppercats','commentable',
'uploadable','visible','status','rank','global_rank'
'visible','status','rank','global_rank'
);
mass_inserts(CATEGORIES_TABLE, $dbfields, $inserts);
// add default permissions to categories
$category_ids = array();
$category_up = array();
foreach ($inserts as $category)
{
$category_ids[] = $category['id'];
if (!empty($category['id_uppercat']))
{
$category_up[] = $category['id_uppercat'];
}
}
$category_up=implode(',',array_unique($category_up));
if ($conf['inheritance_by_default'])
{
$query = '
SELECT *
FROM '.GROUP_ACCESS_TABLE.'
WHERE cat_id IN ('.$category_up.')
;';
$result = pwg_query($query);
if (!empty($result))
{
$granted_grps = array();
while ($row = pwg_db_fetch_assoc($result))
{
if (!isset($granted_grps[$row['cat_id']]))
{
$granted_grps[$row['cat_id']]=array();
}
// TODO: explanaition
array_push(
$granted_grps,
array(
$row['cat_id'] => array_push($granted_grps[$row['cat_id']],$row['group_id'])
)
);
}
}
$query = '
SELECT *
FROM '.USER_ACCESS_TABLE.'
WHERE cat_id IN ('.$category_up.')
;';
$result = pwg_query($query);
if (!empty($result))
{
$granted_users = array();
while ($row = pwg_db_fetch_assoc($result))
{
if (!isset($granted_users[$row['cat_id']]))
{
$granted_users[$row['cat_id']]=array();
}
// TODO: explanaition
array_push(
$granted_users,
array(
$row['cat_id'] => array_push($granted_users[$row['cat_id']],$row['user_id'])
)
);
}
}
$insert_granted_users=array();
$insert_granted_grps=array();
foreach ($category_ids as $ids)
{
$parent_id=$db_categories[$ids]['parent'];
while (in_array($parent_id, $category_ids))
{
$parent_id= $db_categories[$parent_id]['parent'];
}
if ($db_categories[$ids]['status']=='private' and !is_null($parent_id))
{
if (isset($granted_grps[$parent_id]))
{
foreach ($granted_grps[$parent_id] as $granted_grp)
{
$insert_granted_grps[] = array(
'group_id' => $granted_grp,
'cat_id' => $ids
);
}
}
if (isset($granted_users[$parent_id]))
{
foreach ($granted_users[$parent_id] as $granted_user)
{
$insert_granted_users[] = array(
'user_id' => $granted_user,
'cat_id' => $ids
);
}
}
foreach (get_admins() as $granted_user)
{
$insert_granted_users[] = array(
'user_id' => $granted_user,
'cat_id' => $ids
);
}
}
}
mass_inserts(GROUP_ACCESS_TABLE, array('group_id','cat_id'), $insert_granted_grps);
$insert_granted_users=array_unique($insert_granted_users, SORT_REGULAR);
mass_inserts(USER_ACCESS_TABLE, array('user_id','cat_id'), $insert_granted_users);
}
else
{
add_permission_on_category($category_ids, get_admins());
}
}
$counts['new_categories'] = count($inserts);
@ -322,18 +408,37 @@ SELECT id_uppercat, MAX(rank)+1 AS next_rank
// to delete categories
$to_delete = array();
$to_delete_derivative_dirs = array();
foreach (array_diff(array_keys($db_fulldirs), $fs_fulldirs) as $fulldir)
{
array_push($to_delete, $db_fulldirs[$fulldir]);
$to_delete[] = $db_fulldirs[$fulldir];
unset($db_fulldirs[$fulldir]);
array_push($infos, array('path' => $fulldir,
'info' => l10n('deleted')));
$infos[] = array(
'path' => $fulldir,
'info' => l10n('deleted')
);
if (substr_compare($fulldir, '../', 0, 3)==0)
{
$fulldir = substr($fulldir, 3);
}
$to_delete_derivative_dirs[] = PHPWG_ROOT_PATH.PWG_DERIVATIVE_DIR.$fulldir;
}
if (count($to_delete) > 0)
{
if (!$simulate)
{
delete_categories($to_delete);
foreach($to_delete_derivative_dirs as $to_delete_dir)
{
if (is_dir($to_delete_dir))
{
clear_derivative_cache_rec($to_delete_dir, '#.+#');
}
}
}
$counts['del_categories'] = count($to_delete);
}
@ -352,6 +457,7 @@ if (isset($_POST['submit']) and $_POST['sync'] == 'files'
$start= $start_files;
$fs = $site_reader->get_elements($basedir);
$template->append('footer_elements', '<!-- get_elements: '
. get_elapsed_time($start, get_moment())
. ' -->' );
@ -359,7 +465,6 @@ if (isset($_POST['submit']) and $_POST['sync'] == 'files'
$cat_ids = array_diff(array_keys($db_categories), $to_delete);
$db_elements = array();
$db_unvalidated = array();
if (count($cat_ids) > 0)
{
@ -369,30 +474,10 @@ SELECT id, path
WHERE storage_category_id IN ('
.wordwrap(
implode(', ', $cat_ids),
80,
160,
"\n"
).')';
$db_elements = simple_hash_from_query($query, 'id', 'path');
// searching the unvalidated waiting elements (they must not be taken into
// account)
$query = '
SELECT file,storage_category_id
FROM '.WAITING_TABLE.'
WHERE storage_category_id IN (
'.wordwrap(implode(', ', $cat_ids), 80, "\n").')
AND validated = \'false\'';
$result = pwg_query($query);
while ($row = pwg_db_fetch_assoc($result))
{
array_push(
$db_unvalidated,
array_search(
$row['storage_category_id'],
$db_fulldirs)
.'/'.$row['file']
);
}
}
// next element id available
@ -402,8 +487,10 @@ SELECT file,storage_category_id
$inserts = array();
$insert_links = array();
$insert_formats = array();
$formats_to_delete = array();
foreach (array_diff(array_keys($fs), $db_elements, $db_unvalidated) as $path)
foreach (array_diff(array_keys($fs), $db_elements) as $path)
{
$insert = array();
// storage category must exist
@ -413,85 +500,157 @@ SELECT file,storage_category_id
continue;
}
$filename = basename($path);
if (!preg_match('/^[a-zA-Z0-9-_.]+$/', $filename))
if (!preg_match($conf['sync_chars_regex'], $filename))
{
array_push(
$errors,
array(
'path' => $path,
'type' => 'PWG-UPDATE-1'
)
$errors[] = array(
'path' => $path,
'type' => 'PWG-UPDATE-1'
);
continue;
}
if ( isset( $conf['flip_picture_ext'][get_extension($filename)] )
and !isset($fs[$path]['tn_ext']) )
{ // For a picture thumbnail is mandatory and for non picture element,
// thumbnail and representative are optionnal
array_push(
$errors,
array(
'path' => $path,
'type' => 'PWG-UPDATE-2'
)
);
}
else
{
$insert = array(
'id' => $next_element_id++,
'file' => $filename,
'date_available' => CURRENT_DATE,
'path' => $path,
'tn_ext' => isset($fs[$path]['tn_ext'])
? $fs[$path]['tn_ext']
: null,
'storage_category_id' => $db_fulldirs[$dirname],
);
$insert = array(
'id' => $next_element_id++,
'file' => $filename,
'name' => get_name_from_file($filename),
'date_available' => CURRENT_DATE,
'path' => $path,
'representative_ext' => $fs[$path]['representative_ext'],
'storage_category_id' => $db_fulldirs[$dirname],
'added_by' => $user['id'],
);
if ( $_POST['privacy_level']!=0 )
if ( $_POST['privacy_level']!=0 )
{
$insert['level'] = $_POST['privacy_level'];
}
$inserts[] = $insert;
$insert_links[] = array(
'image_id' => $insert['id'],
'category_id' => $insert['storage_category_id'],
);
$infos[] = array(
'path' => $insert['path'],
'info' => l10n('added')
);
if ($conf['enable_formats'])
{
foreach ($fs[$path]['formats'] as $ext => $filesize)
{
$insert['level'] = $_POST['privacy_level'];
$insert_formats[] = array(
'image_id' => $insert['id'],
'ext' => $ext,
'filesize' => $filesize,
);
$infos[] = array(
'path' => $insert['path'],
'info' => l10n('format %s added', $ext)
);
}
}
$caddiables[] = $insert['id'];
}
// search new/removed formats on photos already registered in database
if ($conf['enable_formats'])
{
$db_elements_flip = array_flip($db_elements);
$existing_ids = array();
foreach (array_intersect_key($fs, $db_elements_flip) as $path => $existing)
{
$existing_ids[] = $db_elements_flip[$path];
}
$logger->debug('existing_ids', 'sync', $existing_ids);
if (count($existing_ids) > 0)
{
$db_formats = array();
// find formats for existing photos (already in database)
$query = '
SELECT *
FROM '.IMAGE_FORMAT_TABLE.'
WHERE image_id IN ('.implode(',', $existing_ids).')
;';
$result = pwg_query($query);
while ($row = pwg_db_fetch_assoc($result))
{
if (!isset($db_formats[$row['image_id']]))
{
$db_formats[$row['image_id']] = array();
}
$db_formats[$row['image_id']][$row['ext']] = $row['format_id'];
}
array_push(
$inserts,
$insert
);
// first we search the formats that were removed
foreach ($db_formats as $image_id => $formats)
{
$image_formats_to_delete = array_diff_key($formats, $fs[ $db_elements[$image_id] ]['formats']);
$logger->debug('image_formats_to_delete', 'sync', $image_formats_to_delete);
foreach ($image_formats_to_delete as $ext => $format_id)
{
$formats_to_delete[] = $format_id;
$infos[] = array(
'path' => $db_elements[$image_id],
'info' => l10n('format %s removed', $ext)
);
}
}
array_push(
$insert_links,
array(
'image_id' => $insert['id'],
'category_id' => $insert['storage_category_id'],
)
);
// then we search for new formats on existing photos
foreach ($existing_ids as $image_id)
{
$path = $db_elements[$image_id];
$formats = array();
if (isset($db_formats[$image_id]))
{
$formats = $db_formats[$image_id];
}
$image_formats_to_insert = array_diff_key($fs[$path]['formats'], $formats);
$logger->debug('image_formats_to_insert', 'sync', $image_formats_to_insert);
foreach ($image_formats_to_insert as $ext => $filesize)
{
$insert_formats[] = array(
'image_id' => $image_id,
'ext' => $ext,
'filesize' => $filesize,
);
array_push(
$infos,
array(
'path' => $insert['path'],
'info' => l10n('added')
)
);
$caddiables[] = $insert['id'];
$infos[] = array(
'path' => $db_elements[$image_id],
'info' => l10n('format %s added', $ext)
);
}
}
}
}
if (count($inserts) > 0)
if (!$simulate)
{
if (!$simulate)
// inserts all new elements
if (count($inserts) > 0)
{
// inserts all new elements
mass_inserts(
IMAGES_TABLE,
array_keys($inserts[0]),
$inserts
);
// inserts all links between new elements and their storage category
mass_inserts(
IMAGE_CATEGORY_TABLE,
@ -499,22 +658,45 @@ SELECT file,storage_category_id
$insert_links
);
// add new elements to caddie
// add new photos to caddie
if (isset($_POST['add_to_caddie']) and $_POST['add_to_caddie'] == 1)
{
fill_caddie($caddiables);
}
}
$counts['new_elements'] = count($inserts);
// inserts all formats
if (count($insert_formats) > 0)
{
mass_inserts(
IMAGE_FORMAT_TABLE,
array_keys($insert_formats[0]),
$insert_formats
);
}
if (count($formats_to_delete) > 0)
{
$query = '
DELETE
FROM '.IMAGE_FORMAT_TABLE.'
WHERE format_id IN ('.implode(',', $formats_to_delete).')
;';
pwg_query($query);
}
}
$counts['new_elements'] = count($inserts);
// delete elements that are in database but not in the filesystem
$to_delete_elements = array();
foreach (array_diff($db_elements, array_keys($fs)) as $path)
{
array_push($to_delete_elements, array_search($path, $db_elements));
array_push($infos, array('path' => $path,
'info' => l10n('deleted')));
$to_delete_elements[] = array_search($path, $db_elements);
$infos[] = array(
'path' => $path,
'info' => l10n('deleted')
);
}
if (count($to_delete_elements) > 0)
{
@ -528,60 +710,6 @@ SELECT file,storage_category_id
$template->append('footer_elements', '<!-- scanning files : '
. get_elapsed_time($start_files, get_moment())
. ' -->' );
// retrieving informations given by uploaders
if (!$simulate and count($cat_ids) > 0)
{
$query = '
SELECT id,file,storage_category_id,infos
FROM '.WAITING_TABLE.'
WHERE storage_category_id IN (
'.wordwrap(implode(', ', $cat_ids), 80, "\n").')
AND validated = \'true\'';
$result = pwg_query($query);
$datas = array();
$fields =
array(
'primary' => array('id'),
'update' => array('date_creation', 'author', 'name', 'comment')
);
$waiting_to_delete = array();
while ($row = pwg_db_fetch_assoc($result))
{
$data = array();
$query = '
SELECT id
FROM '.IMAGES_TABLE.'
WHERE storage_category_id = '.$row['storage_category_id'].'
AND file = \''.$row['file'].'\'';
list($data['id']) = pwg_db_fetch_row(pwg_query($query));
foreach ($fields['update'] as $field)
{
$data[$field] = addslashes( getAttribute($row['infos'], $field) );
}
array_push($datas, $data);
array_push($waiting_to_delete, $row['id']);
}
if (count($datas) > 0)
{
mass_updates(IMAGES_TABLE, $fields, $datas);
// delete now useless waiting elements
$query = '
DELETE
FROM '.WAITING_TABLE.'
WHERE id IN ('.implode(',', $waiting_to_delete).')
;';
pwg_query($query);
}
}
}
// +-----------------------------------------------------------------------+
@ -629,29 +757,15 @@ if (isset($_POST['submit'])
$datas = array();
foreach ( $files as $id=>$file )
{
$file = $file['path'];
$data = $site_reader->get_element_update_attributes($file);
if ( !is_array($data) )
{
continue;
}
$extension = get_extension($file);
if ( isset($conf['flip_picture_ext'][$extension]) )
{
if ( !isset($data['tn_ext']) )
{
array_push(
$errors,
array(
'path' => $file,
'type' => 'PWG-UPDATE-2'
)
);
continue;
}
}
$data['id']=$id;
array_push($datas, $data);
$datas[] = $data;
} // end foreach file
$counts['upd_elements'] = count($datas);
@ -724,38 +838,15 @@ if (isset($_POST['submit']) and isset($_POST['sync_meta'])
$datas = array();
$tags_of = array();
$has_high_images = array();
$image_ids = array();
foreach ($files as $id => $file)
foreach ( $files as $id => $element_infos )
{
array_push($image_ids, $id);
}
if (count($image_ids) > 0)
{
$query = '
SELECT id
FROM '.IMAGES_TABLE.'
WHERE has_high = \'true\'
AND id IN (
'.wordwrap(implode(', ', $image_ids), 80, "\n").'
)';
$has_high_images = array_from_query($query, 'id' );
}
foreach ( $files as $id=>$file )
{
$data = $site_reader->get_element_metadata(
$file,
in_array($id, $has_high_images)
);
$data = $site_reader->get_element_metadata($element_infos);
if ( is_array($data) )
{
$data['date_metadata_update'] = CURRENT_DATE;
$data['id']=$id;
array_push($datas, $data);
$datas[] = $data;
foreach (array('keywords', 'tags') as $key)
{
@ -768,17 +859,17 @@ SELECT id
foreach (explode(',', $data[$key]) as $tag_name)
{
array_push(
$tags_of[$id],
tag_id_from_tag_name($tag_name)
);
$tags_of[$id][] = tag_id_from_tag_name($tag_name);
}
}
}
}
else
{
array_push($errors, array('path' => $file, 'type' => 'PWG-ERROR-NO-FS'));
$errors[] = array(
'path' => $element_infos['path'],
'type' => 'PWG-ERROR-NO-FS'
);
}
}
@ -828,7 +919,7 @@ $template->set_filenames(array('update'=>'site_update.tpl'));
$result_title = '';
if (isset($simulate) and $simulate)
{
$result_title.= l10n('[Simulation]').' ';
$result_title.= '['.l10n('Simulation').'] ';
}
// used_metadata string is displayed to inform admin which metadata will be
@ -888,6 +979,14 @@ else
);
$cat_selected = array();
if (isset($_GET['cat_id']))
{
check_input_parameter('cat_id', $_GET, false, PATTERN_ID);
$cat_selected = array($_GET['cat_id']);
$tpl_introduction['sync'] = 'files';
}
}
$tpl_introduction['privacy_level_options'] = get_privacy_level_options();

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -97,7 +97,7 @@ SELECT
$output = array();
while ($row = pwg_db_fetch_assoc($result))
{
array_push($output, $row);
$output[] = $row;
}
return $output;
@ -116,14 +116,17 @@ check_status(ACCESS_ADMINISTRATOR);
$query = '
SELECT
date,
HOUR(time) AS hour,
'.pwg_db_get_hour('time').' AS hour,
MAX(id) AS max_id,
COUNT(*) AS nb_pages
FROM '.HISTORY_TABLE.'
WHERE summarized = \'false\'
GROUP BY
date,
hour
ORDER BY
date ASC,
HOUR(time) ASC
hour ASC
;';
$result = pwg_query($query);
@ -223,7 +226,7 @@ SELECT *
if (isset($need_update[$key]))
{
$row['nb_pages'] += $need_update[$key];
array_push($updates, $row);
$updates[] = $row;
unset($need_update[$key]);
}
}
@ -233,16 +236,13 @@ foreach ($need_update as $time_key => $nb_pages)
{
$time_tokens = explode('-', $time_key);
array_push(
$inserts,
array(
'year' => $time_tokens[0],
'month' => @$time_tokens[1],
'day' => @$time_tokens[2],
'hour' => @$time_tokens[3],
'nb_pages' => $nb_pages,
)
);
$inserts[] = array(
'year' => $time_tokens[0],
'month' => @$time_tokens[1],
'day' => @$time_tokens[2],
'hour' => @$time_tokens[3],
'nb_pages' => $nb_pages,
);
}
if (count($updates) > 0)
@ -320,10 +320,7 @@ $title_parts = array();
$url = PHPWG_ROOT_PATH.'admin.php?page=stats';
array_push(
$title_parts,
'<a href="'.$url.'">'.l10n('Overall').'</a>'
);
$title_parts[] = '<a href="'.$url.'">'.l10n('Overall').'</a>';
$period_label = l10n('Year');
@ -331,10 +328,7 @@ if (isset($page['year']))
{
$url.= '&amp;year='.$page['year'];
array_push(
$title_parts,
'<a href="'.$url.'">'.$page['year'].'</a>'
);
$title_parts[] = '<a href="'.$url.'">'.$page['year'].'</a>';
$period_label = l10n('Month');
}
@ -343,10 +337,7 @@ if (isset($page['month']))
{
$url.= '&amp;month='.$page['month'];
array_push(
$title_parts,
'<a href="'.$url.'">'.$lang['month'][$page['month']].'</a>'
);
$title_parts[] = '<a href="'.$url.'">'.$lang['month'][$page['month']].'</a>';
$period_label = l10n('Day');
}
@ -363,10 +354,7 @@ if (isset($page['day']))
$lang['day'][date('w', $time)]
);
array_push(
$title_parts,
'<a href="'.$url.'">'.$day_title.'</a>'
);
$title_parts[] = '<a href="'.$url.'">'.$day_title.'</a>';
$period_label = l10n('Hour');
}

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -38,14 +38,14 @@ if (!empty($_POST))
// | edit tags |
// +-----------------------------------------------------------------------+
if (isset($_POST['submit']) and !is_adviser())
if (isset($_POST['edit_submit']))
{
$query = '
SELECT name
FROM '.TAGS_TABLE.'
;';
$existing_names = array_from_query($query, 'name');
$current_name_of = array();
$query = '
@ -58,7 +58,7 @@ SELECT id, name
{
$current_name_of[ $row['id'] ] = $row['name'];
}
$updates = array();
// we must not rename tag with an already existing name
foreach (explode(',', $_POST['edit_list']) as $tag_id)
@ -69,23 +69,14 @@ SELECT id, name
{
if (in_array($tag_name, $existing_names))
{
array_push(
$page['errors'],
sprintf(
l10n('Tag "%s" already exists'),
$tag_name
)
);
$page['errors'][] = l10n('Tag "%s" already exists', $tag_name);
}
else if (!empty($tag_name))
{
array_push(
$updates,
array(
'id' => $tag_id,
'name' => addslashes($tag_name),
'url_name' => str2url($tag_name),
)
$updates[] = array(
'id' => $tag_id,
'name' => addslashes($tag_name),
'url_name' => trigger_change('render_tag_url', $tag_name),
);
}
}
@ -99,12 +90,204 @@ SELECT id, name
$updates
);
}
// +-----------------------------------------------------------------------+
// | dulicate tags |
// +-----------------------------------------------------------------------+
if (isset($_POST['duplic_submit']))
{
$query = '
SELECT name
FROM '.TAGS_TABLE.'
;';
$existing_names = array_from_query($query, 'name');
$current_name_of = array();
$query = '
SELECT id, name
FROM '.TAGS_TABLE.'
WHERE id IN ('.$_POST['edit_list'].')
;';
$result = pwg_query($query);
while ($row = pwg_db_fetch_assoc($result))
{
$current_name_of[ $row['id'] ] = $row['name'];
}
$updates = array();
// we must not rename tag with an already existing name
foreach (explode(',', $_POST['edit_list']) as $tag_id)
{
$tag_name = stripslashes($_POST['tag_name-'.$tag_id]);
if ($tag_name != $current_name_of[$tag_id])
{
if (in_array($tag_name, $existing_names))
{
$page['errors'][] = l10n('Tag "%s" already exists', $tag_name);
}
else if (!empty($tag_name))
{
single_insert(
TAGS_TABLE,
array(
'name' => $tag_name,
'url_name' => trigger_change('render_tag_url', $tag_name),
)
);
$query = '
SELECT id
FROM '.TAGS_TABLE.'
WHERE name = \''.$tag_name.'\'
;';
$destination_tag = array_from_query($query, 'id');
$destination_tag_id = $destination_tag[0];
$query = '
SELECT
image_id
FROM '.IMAGE_TAG_TABLE.'
WHERE tag_id = '.$tag_id.'
;';
$destination_tag_image_ids = array_from_query($query, 'image_id');
$inserts = array();
foreach ($destination_tag_image_ids as $image_id)
{
$inserts[] = array(
'tag_id' => $destination_tag_id,
'image_id' => $image_id
);
}
if (count($inserts) > 0)
{
mass_inserts(
IMAGE_TAG_TABLE,
array_keys($inserts[0]),
$inserts
);
}
$page['infos'][] = l10n(
'Tag "%s" is now a duplicate of "%s"',
stripslashes($tag_name),
$current_name_of[$tag_id]
);
}
}
}
mass_updates(
TAGS_TABLE,
array(
'primary' => array('id'),
'update' => array('name', 'url_name'),
),
$updates
);
}
// +-----------------------------------------------------------------------+
// | merge tags |
// +-----------------------------------------------------------------------+
if (isset($_POST['merge_submit']))
{
if (!isset($_POST['destination_tag']))
{
$page['errors'][] = l10n('No destination tag selected');
}
else
{
$destination_tag_id = $_POST['destination_tag'];
$tag_ids = explode(',', $_POST['merge_list']);
if (is_array($tag_ids) and count($tag_ids) > 1)
{
$name_of_tag = array();
$query = '
SELECT
id,
name
FROM '.TAGS_TABLE.'
WHERE id IN ('.implode(',', $tag_ids).')
;';
$result = pwg_query($query);
while ($row = pwg_db_fetch_assoc($result))
{
$name_of_tag[ $row['id'] ] = trigger_change('render_tag_name', $row['name'], $row);
}
$tag_ids_to_delete = array_diff(
$tag_ids,
array($destination_tag_id)
);
$query = '
SELECT
DISTINCT(image_id)
FROM '.IMAGE_TAG_TABLE.'
WHERE tag_id IN ('.implode(',', $tag_ids_to_delete).')
;';
$image_ids = array_from_query($query, 'image_id');
delete_tags($tag_ids_to_delete);
$query = '
SELECT
image_id
FROM '.IMAGE_TAG_TABLE.'
WHERE tag_id = '.$destination_tag_id.'
;';
$destination_tag_image_ids = array_from_query($query, 'image_id');
$image_ids_to_link = array_diff(
$image_ids,
$destination_tag_image_ids
);
$inserts = array();
foreach ($image_ids_to_link as $image_id)
{
$inserts[] = array(
'tag_id' => $destination_tag_id,
'image_id' => $image_id
);
}
if (count($inserts) > 0)
{
mass_inserts(
IMAGE_TAG_TABLE,
array_keys($inserts[0]),
$inserts
);
}
$tags_deleted = array();
foreach ($tag_ids_to_delete as $tag_id)
{
$tags_deleted[] = $name_of_tag[$tag_id];
}
$page['infos'][] = l10n(
'Tags <em>%s</em> merged into tag <em>%s</em>',
implode(', ', $tags_deleted),
$name_of_tag[$destination_tag_id]
);
}
}
}
// +-----------------------------------------------------------------------+
// | delete tags |
// +-----------------------------------------------------------------------+
if (isset($_POST['delete']) and isset($_POST['tags']) and !is_adviser())
if (isset($_POST['delete']) and isset($_POST['tags']))
{
$query = '
SELECT name
@ -112,77 +295,44 @@ SELECT name
WHERE id IN ('.implode(',', $_POST['tags']).')
;';
$tag_names = array_from_query($query, 'name');
$query = '
DELETE
FROM '.IMAGE_TAG_TABLE.'
WHERE tag_id IN ('.implode(',', $_POST['tags']).')
;';
pwg_query($query);
$query = '
DELETE
FROM '.TAGS_TABLE.'
WHERE id IN ('.implode(',', $_POST['tags']).')
;';
pwg_query($query);
array_push(
$page['infos'],
l10n_dec(
'The following tag was deleted',
'The %d following tags were deleted',
count($tag_names)).' : '.
implode(', ', $tag_names)
);
delete_tags($_POST['tags']);
$page['infos'][] = l10n_dec(
'The following tag was deleted', 'The %d following tags were deleted',
count($tag_names)
)
.' : '.implode(', ', $tag_names);
}
// +-----------------------------------------------------------------------+
// | delete orphan tags |
// +-----------------------------------------------------------------------+
if (isset($_GET['action']) and 'delete_orphans' == $_GET['action'])
{
check_pwg_token();
delete_orphan_tags();
$_SESSION['page_infos'] = array(l10n('Orphan tags deleted'));
redirect(get_root_url().'admin.php?page=tags');
}
// +-----------------------------------------------------------------------+
// | add a tag |
// +-----------------------------------------------------------------------+
if (isset($_POST['add']) and !empty($_POST['add_tag']) and !is_adviser())
if (isset($_POST['add']) and !empty($_POST['add_tag']))
{
$tag_name = $_POST['add_tag'];
// does the tag already exists?
$query = '
SELECT id
FROM '.TAGS_TABLE.'
WHERE name = \''.$tag_name.'\'
;';
$existing_tags = array_from_query($query, 'id');
if (count($existing_tags) == 0)
$ret = create_tag($_POST['add_tag']);
if (isset($ret['error']))
{
mass_inserts(
TAGS_TABLE,
array('name', 'url_name'),
array(
array(
'name' => $tag_name,
'url_name' => str2url($tag_name),
)
)
);
array_push(
$page['infos'],
sprintf(
l10n('Tag "%s" was added'),
stripslashes($tag_name)
)
);
$page['errors'][] = $ret['error'];
}
else
{
array_push(
$page['errors'],
sprintf(
l10n('Tag "%s" already exists'),
stripslashes($tag_name)
)
);
$page['infos'][] = $ret['info'];
}
}
@ -199,26 +349,86 @@ $template->assign(
)
);
// +-----------------------------------------------------------------------+
// | orphan tags |
// +-----------------------------------------------------------------------+
$orphan_tags = get_orphan_tags();
$orphan_tag_names = array();
foreach ($orphan_tags as $tag)
{
$orphan_tag_names[] = trigger_change('render_tag_name', $tag['name'], $tag);
}
if (count($orphan_tag_names) > 0)
{
$page['warnings'][] = sprintf(
l10n('You have %d orphan tags: %s.').' <a href="%s">'.l10n('Delete orphan tags').'</a>',
count($orphan_tag_names),
implode(', ', $orphan_tag_names),
get_root_url().'admin.php?page=tags&amp;action=delete_orphans&amp;pwg_token='.get_pwg_token()
);
}
// +-----------------------------------------------------------------------+
// | form creation |
// +-----------------------------------------------------------------------+
// tag counters
$query = '
SELECT tag_id, COUNT(image_id) AS counter
FROM '.IMAGE_TAG_TABLE.'
GROUP BY tag_id';
$tag_counters = simple_hash_from_query($query, 'tag_id', 'counter');
// all tags
$query = '
SELECT *
FROM '.TAGS_TABLE.'
;';
$result = pwg_query($query);
$all_tags = array();
while ($tag = pwg_db_fetch_assoc($result))
{
$raw_name = $tag['name'];
$tag['name'] = trigger_change('render_tag_name', $raw_name, $tag);
$tag['counter'] = intval(@$tag_counters[ $tag['id'] ]);
$tag['U_VIEW'] = make_index_url(array('tags'=>array($tag)));
$tag['U_EDIT'] = 'admin.php?page=batch_manager&amp;filter=tag-'.$tag['id'];
$alt_names = trigger_change('get_tag_alt_names', array(), $raw_name);
$alt_names = array_diff( array_unique($alt_names), array($tag['name']) );
if (count($alt_names))
{
$tag['alt_names'] = implode(', ', $alt_names);
}
$all_tags[] = $tag;
}
usort($all_tags, 'tag_alpha_compare');
$template->assign(
array(
'TAG_SELECTION' => get_html_tag_selection(
get_all_tags(),
'tags'
),
'all_tags' => $all_tags,
)
);
if (isset($_POST['edit']) and isset($_POST['tags']))
if ((isset($_POST['edit']) or isset($_POST['duplicate']) or isset($_POST['merge'])) and isset($_POST['tags']))
{
$template->assign(
array(
'EDIT_TAGS_LIST' => implode(',', $_POST['tags']),
)
);
$list_name = 'EDIT_TAGS_LIST';
if (isset($_POST['duplicate']))
{
$list_name = 'DUPLIC_TAGS_LIST';
}
elseif (isset($_POST['merge']))
{
$list_name = 'MERGE_TAGS_LIST';
}
$template->assign($list_name, implode(',', $_POST['tags']));
$query = '
SELECT id, name
@ -227,17 +437,12 @@ SELECT id, name
;';
$result = pwg_query($query);
while ($row = pwg_db_fetch_assoc($result))
{
$name_of[ $row['id'] ] = $row['name'];
}
foreach ($_POST['tags'] as $tag_id)
{
$template->append(
'tags',
array(
'ID' => $tag_id,
'NAME' => $name_of[$tag_id],
'ID' => $row['id'],
'NAME' => $row['name'],
)
);
}

View file

@ -1,8 +1,8 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based picture gallery |
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2010 Piwigo Team http://piwigo.org |
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@ -34,6 +34,13 @@ if (empty($_GET['theme']))
die('Invalid theme URL');
}
include_once(PHPWG_ROOT_PATH.'admin/include/themes.class.php');
$themes = new themes();
if (!in_array($_GET['theme'], array_keys($themes->fs_themes)))
{
die('Invalid theme');
}
$filename = PHPWG_THEMES_PATH.$_GET['theme'].'/admin/admin.inc.php';
if (is_file($filename))
{

48
admin/themes.php Normal file
View file

@ -0,0 +1,48 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
// | the Free Software Foundation |
// | |
// | This program is distributed in the hope that it will be useful, but |
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
// | General Public License for more details. |
// | |
// | You should have received a copy of the GNU General Public License |
// | along with this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
if( !defined("PHPWG_ROOT_PATH") )
{
die ("Hacking attempt!");
}
include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
$my_base_url = get_root_url().'admin.php?page=themes';
if (isset($_GET['tab']))
$page['tab'] = $_GET['tab'];
else
$page['tab'] = 'installed';
$tabsheet = new tabsheet();
$tabsheet->set_id('themes');
$tabsheet->select($page['tab']);
$tabsheet->assign();
if ($page['tab'] == 'update')
include(PHPWG_ROOT_PATH.'admin/updates_ext.php');
else
include(PHPWG_ROOT_PATH.'admin/themes_'.$page['tab'].'.php');
?>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 415 B

After

Width:  |  Height:  |  Size: 249 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 878 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 912 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 778 B

After

Width:  |  Height:  |  Size: 965 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 900 B

Some files were not shown because too many files have changed in this diff Show more