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