plegall
6d37de58bf
merge r6240 from trunk to branch 2.1
...
small translation bug correction
git-svn-id: http://piwigo.org/svn/branches/2.1@6328 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-24 15:30:46 +00:00
ddtddt
02ba44ef08
remplace special -> tool
...
git-svn-id: http://piwigo.org/svn/branches/2.1@6327 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-24 14:02:17 +00:00
plegall
e5a564b618
merge r6320 from trunk to branch 2.1
...
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/branches/2.1@6323 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-24 11:19:04 +00:00
plegall
128e22b612
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/branches/2.1@6321 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-24 11:12:23 +00:00
patdenice
0a2e040ae7
Merge r6318 from trunk to branch 2.1.
...
$themeconf['id'] hard coded in template class
git-svn-id: http://piwigo.org/svn/branches/2.1@6319 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-24 07:08:16 +00:00
plegall
d1b62c1d58
bug 1685 fixed: typo on identification.php link
...
git-svn-id: http://piwigo.org/svn/branches/2.1@6313 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-23 23:39:00 +00:00
plegall
b7ed5e6af4
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/branches/2.1@6312 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-23 23:31:58 +00:00
plegall
0786ff3b79
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/branches/2.1@6311 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-23 23:18:59 +00:00
Gotcha
640d9ebccc
Change the language key.
...
Old => "Note: Only deletes photos added with pLoader"
New => "Note: Only deletes photos added with API"
Removal of the old keys in all the languages.
MAJ New key for en_EN & fr_FR
bug:1672
git-svn-id: http://piwigo.org/svn/branches/2.1@6289 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-23 10:14:39 +00:00
Gotcha
1416cc82c8
Correction lang key
...
"group" => "Group"
git-svn-id: http://piwigo.org/svn/branches/2.1@6280 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-22 10:17:42 +00:00
Gotcha
082801305d
merge r6247 from trunk to branch 2.1
...
git-svn-id: http://piwigo.org/svn/branches/2.1@6279 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-22 10:13:01 +00:00
Gotcha
8f720238fc
Addition of capital letters
...
git-svn-id: http://piwigo.org/svn/branches/2.1@6277 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-22 10:01:38 +00:00
plegall
93ddc4f810
merge r6265 from trunk to branch 2.1
...
Correct text alignement in .infos, .errors
30px => 53px
git-svn-id: http://piwigo.org/svn/branches/2.1@6276 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-22 09:48:17 +00:00
Gotcha
2e5bda01e6
Merge r6273 correctly
...
git-svn-id: http://piwigo.org/svn/branches/2.1@6275 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-22 09:45:22 +00:00
Gotcha
2523c42508
Merge r6273
...
git-svn-id: http://piwigo.org/svn/branches/2.1@6274 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-22 09:43:49 +00:00
rvelices
ef546e04f3
merge -r6243 from trunk
...
fix language key in template/menubar_tags.tpl
git-svn-id: http://piwigo.org/svn/branches/2.1@6244 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-19 21:05:23 +00:00
rvelices
e5ef8aeb4d
multi view plugin can select inactive themes
...
git-svn-id: http://piwigo.org/svn/branches/2.1@6236 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-18 20:42:07 +00:00
plegall
00f81e9080
Create branch 2.1 from trunk r6202
...
git-svn-id: http://piwigo.org/svn/branches/2.1@6218 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-17 21:36:20 +00:00
EricNet
516496070e
git-svn-id: http://piwigo.org/svn/trunk@6202 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-16 20:49:37 +00:00
patdenice
fedfbe8123
Minor typo fixed
...
git-svn-id: http://piwigo.org/svn/trunk@6195 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-16 15:15:01 +00:00
tosca
c8f4be9e0e
Fix a typo
...
git-svn-id: http://piwigo.org/svn/trunk@6180 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-15 08:51:43 +00:00
EricNet
cd33997b29
git-svn-id: http://piwigo.org/svn/trunk@6178 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-13 22:52:13 +00:00
EricNet
89f3cc751a
git-svn-id: http://piwigo.org/svn/trunk@6177 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-13 20:42:49 +00:00
EricNet
037db5115b
git-svn-id: http://piwigo.org/svn/trunk@6175 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-13 20:16:09 +00:00
samli
03cea3c8a0
[trunk] update HU language
...
git-svn-id: http://piwigo.org/svn/trunk@6171 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-13 19:15:33 +00:00
EricNet
f4acb79daf
git-svn-id: http://piwigo.org/svn/trunk@6170 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-13 16:58:18 +00:00
EricNet
3028d9cc5a
git-svn-id: http://piwigo.org/svn/trunk@6169 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-13 16:46:52 +00:00
nikrou
3f982e8443
SQLite cannot drop tables on cascade
...
git-svn-id: http://piwigo.org/svn/trunk@6166 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-12 20:59:54 +00:00
plegall
45eee83ef7
List all obsolete files/directories since release 1.0.0
...
git-svn-id: http://piwigo.org/svn/trunk@6163 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-11 13:48:15 +00:00
ddtddt
a83ef78abc
[trunk] update vi thanks to Em Ku
...
git-svn-id: http://piwigo.org/svn/trunk@6162 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-11 05:05:26 +00:00
ddtddt
d2fa5eac99
[trunk] update vi thanks to Em Ku
...
git-svn-id: http://piwigo.org/svn/trunk@6161 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-11 05:04:39 +00:00
ddtddt
c72b282930
[trunk] update da_DK thanks to nile
...
git-svn-id: http://piwigo.org/svn/trunk@6159 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-10 11:38:54 +00:00
ddtddt
4085b908fb
[trunk] update da_DK thanks to nile
...
git-svn-id: http://piwigo.org/svn/trunk@6158 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-10 11:23:12 +00:00
ddtddt
fe8fe338c9
[trunk] update JP thanks to irohaproject
...
git-svn-id: http://piwigo.org/svn/trunk@6156 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-10 04:47:04 +00:00
ddtddt
585d15b8c4
[trunk] update CN thanks to Winson
...
git-svn-id: http://piwigo.org/svn/trunk@6155 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-10 04:31:01 +00:00
ddtddt
f613a072e9
[trunk] update CN thanks to Winson
...
git-svn-id: http://piwigo.org/svn/trunk@6154 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-10 04:27:05 +00:00
nikrou
d8d8ca5ed3
Fix get_enums function for SQLite
...
hard coded enums values for all tables
because enum feature doesn't exists for SQLite.
git-svn-id: http://piwigo.org/svn/trunk@6153 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-09 20:52:38 +00:00
plegall
8469140471
add nl.piwigo.org as domain name if current language is nl_NL
...
fix typos on language names in install.php
correct list of available newsletters
git-svn-id: http://piwigo.org/svn/trunk@6152 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-09 20:51:01 +00:00
ddtddt
59f985e916
[trunk] update DK thanks to Nile
...
git-svn-id: http://piwigo.org/svn/trunk@6151 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-09 20:46:30 +00:00
pab
d4c53637df
help_permissions.html extended according to a new version in en_UK.
...
git-svn-id: http://piwigo.org/svn/trunk@6150 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-09 19:17:00 +00:00
ddtddt
9322f2662f
[trunk] update NL thanks to Kees Hessels
...
git-svn-id: http://piwigo.org/svn/trunk@6149 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-09 18:49:09 +00:00
ddtddt
7b34f40148
[trunk] update NL thanks to Kees Hessels
...
git-svn-id: http://piwigo.org/svn/trunk@6148 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-09 18:46:53 +00:00
ddtddt
8aa18888b2
[trunk] update NL thanks to Kees Hessels
...
git-svn-id: http://piwigo.org/svn/trunk@6147 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-09 18:45:38 +00:00
pab
500c552d08
cs_CZ language
...
git-svn-id: http://piwigo.org/svn/trunk@6146 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-09 18:39:12 +00:00
ddtddt
4589d26849
[trunk] update RU thanks to kiddy-admin
...
git-svn-id: http://piwigo.org/svn/trunk@6145 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-09 18:37:33 +00:00
ddtddt
39d730c7a6
[trunk] update ES_AR thanks to Alberto
...
git-svn-id: http://piwigo.org/svn/trunk@6144 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-09 18:32:54 +00:00
ddtddt
c334e55361
[trunk] update NL thanks to Kees Hessels
...
git-svn-id: http://piwigo.org/svn/trunk@6143 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-09 18:27:09 +00:00
ddtddt
3ea1387df6
[trunk] update ES thanks jpr
...
git-svn-id: http://piwigo.org/svn/trunk@6142 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-09 18:21:18 +00:00
ddtddt
78466a4659
[trunk] update DK thanks to Nile
...
git-svn-id: http://piwigo.org/svn/trunk@6141 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-09 18:12:45 +00:00
ddtddt
2453ddf150
update IT
...
git-svn-id: http://piwigo.org/svn/trunk@6140 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-09 18:06:57 +00:00