chrisaga
6653314edc
merge from trunk r14441:1442 into branch 1.6 (fix bug 458 : wrong path in sesion cookie)
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1443 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-08 09:31:09 +00:00
plegall
5dcc4de9f3
bug 455 fixed: deleting a tag also add a tag if "add tag" box filled.
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1440 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-08 09:07:39 +00:00
rvelices
ae863dc6ab
bug 453: french language correction
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1438 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-07 23:32:47 +00:00
chrisaga
0f10d74485
fix bug 452: upgrade fails with MySQL 3.23.x ( no carriage retur allowed after ; )
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1437 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-06 19:23:58 +00:00
rvelices
be5336f6cd
bug 450: "upload an image" link in menu bar is missing
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1435 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-06 02:44:16 +00:00
plegall
d954e8dcad
bug 443 fixed: new users were never notified to administrators due to a
...
typo.
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1431 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-03 23:05:55 +00:00
plegall
062990b02a
bug fixed: add the check of non emptiness on $_SERVER['PATH_INFO'] (and not
...
only its existence) before using it in strpos.
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1429 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-03 22:57:21 +00:00
plegall
4099398ffd
bug 397 fixed: very strange one. During insert of a new distant category,
...
instead of setting categories.uploadable to 'false', it is set to
NULL. Which is incorrect. The problem seems to come from a type comparison
with operator "==".
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1427 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-03 22:52:17 +00:00
plegall
e33c3b23c0
bug 395 fixed: the upgrade feed can be performed only if PHPWG_IN_UPGRADE is
...
true.
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1425 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-03 22:42:57 +00:00
chrisaga
7653c5435c
merge from trunk r1419:1422 into branch 1.6 (tamplate-extension/yoga/local)
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1424 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-03 18:29:34 +00:00
rub
a9e96fd51c
Issue ID 0000375:
...
o Line too long
o Use paragraph
Merge BSF r1417:1418 into branch-1_6
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1419 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-29 22:19:16 +00:00
rub
cb74c6f67e
Issue ID 0000375:
...
o Keep same format display
o Add css class
o rename warning to header_msg
Merge BSF r1413:1414 into branch-1_6
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1415 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-28 23:02:24 +00:00
rub
7a929a9171
Issue ID 0000429:
...
Fix Line too long cf coding convention
Merge BSF r1411:1412 into branch-1_6
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1413 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-28 21:36:05 +00:00
rub
6d3b4bda28
Issue ID 0000429: Value on config_default.inc.php is a default value not defined by default.
...
Merge BSF r1409:1410 into branch-1_6
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1411 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-27 21:16:50 +00:00
rub
0ccb88caa7
Resolved Issue ID 0000442:
...
o customize mail content is not used (only default value)
Merge BSF r1407:1408 into branch-1_6
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1409 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-27 20:42:43 +00:00
rvelices
547db379f6
bug 436: Category thumbnail display not ok if subcatify is false
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1406 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-27 00:37:18 +00:00
chrisaga
d43b8fd314
improve : use the new favicon !
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1405 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-26 07:00:39 +00:00
rvelices
1858e243c3
bug correction in get_root_url ('./../' was returning '')
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1402 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-24 21:22:13 +00:00
chrisaga
856882fdbb
merge from trunk r1399:1400 into branch 1.6
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1401 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-24 17:10:36 +00:00
chrisaga
03a5844cee
fix bug 435: move image.css to picture.css to be consistent with picture.tpl
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1399 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-24 14:45:04 +00:00
chrisaga
c65e3942bd
merge from trunk r1395:1396 (fix bug 410)
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1397 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-24 12:30:27 +00:00
chrisaga
db8a057f3d
set file Id and properties
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1394 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-24 12:20:11 +00:00
chrisaga
6038a86554
merge manualy from trunk r1389:1392
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1393 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-24 12:17:41 +00:00
chrisaga
cf363a9a2d
merge from trunk svn:1387:1389 into branch 1.6
...
fix bug 411 and some other cosmetic issues
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1390 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-24 10:45:27 +00:00
chrisaga
422c199bed
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1387 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-24 09:20:43 +00:00
chrisaga
abf6100441
feature 434: split thumbnails in template so customization could be easyer (manual merge from trunk r:1384
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1386 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-24 09:19:40 +00:00
chrisaga
c502e8d37c
merge : from trunk r:1381:1382 into branch 1.6 (feature 433)
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1383 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-24 06:47:07 +00:00
nikrou
887bbb6ddb
fix bug 375: html bug; warnings are displayed outside from the html tree.
...
svn merge -r1379:1380 from trunk into branch 1.6
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1381 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-22 21:34:23 +00:00
nikrou
2f077a3c97
fix bug 428: blank page when gd extension missing
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1378 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-22 19:39:54 +00:00
nikrou
c90c29e927
fix bug 431: src of image are incorrect:
...
ex: ././galleries/img.jpg instead of ./galleries/img.jpg
svn merge -r1373:1374 from trunk into branch 1.6
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1375 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-21 19:36:22 +00:00
rvelices
40ad0dd935
bug 418: navigation bar in picture.php to the root of special categories
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1372 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-19 23:28:51 +00:00
chrisaga
946780a467
improve : feature 429, use IN_ADMIN rather than script file name
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1371 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-19 20:04:17 +00:00
chrisaga
0076b2a6ca
improve : feature 429 admin layout is fixed sitewise in config_default.inc.php
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1370 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-19 19:28:20 +00:00
chrisaga
dc6b6ea9be
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1369 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-19 18:16:39 +00:00
chrisaga
eb51935eba
improve : Allow a theme to add code in page html header (feature 424)
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1368 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-19 17:56:31 +00:00
chrisaga
657bd9b6a9
Improve : split menubar from main template (index.tpl) = feature 354
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1367 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-19 17:53:48 +00:00
rub
21cd353315
Issue ID 0000407: accents are not allowed in mail headers
...
Fix: comment for str_translate_to_ascii7bits fucntion must be split into two lines
Merge BSF r1363:1364 into branch-1_6
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1365 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-18 16:50:18 +00:00
rub
9ab183d3e4
Issue ID 0000407: accents are not allowed in mail headers
...
Merge BSF r1360:1361 into branch-1_6
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1362 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-17 23:02:59 +00:00
nikrou
43835fac8d
bug 422 fixed: invalid html
...
svn merge -r1358:1359 from trunk into branch 1.6
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1360 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-16 20:17:05 +00:00
nikrou
81c6469396
bug 423 fixed: & non encoded in image url
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1357 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-16 18:45:06 +00:00
nikrou
d7238c8b13
small fix: no comma at that place
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1355 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-15 20:46:59 +00:00
rvelices
37ef82183c
bug 389: font tag allowed in category html description for subcatify
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1353 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-14 00:54:28 +00:00
rvelices
c555bfb2ae
bug 388: html errors in month_calendar
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1351 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-14 00:38:03 +00:00
plegall
6bca249303
bug 416 fixed: the "+" link associated to a tag could sometimes be at the
...
end of the previous line.
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1349 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-13 20:56:53 +00:00
plegall
728594c2fa
bug 402 fixed: invalid empty HTML list when no categories to list.
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1347 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-13 20:38:21 +00:00
plegall
d2f1e0a64f
bug 401 fixed: CSS identifier "theHeader" should not be part of the
...
parameter value.
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1345 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-13 20:16:31 +00:00
plegall
0535c346da
bug 413 fixed: the "up" icon on picture.php has a wrong title.
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1343 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-13 15:27:15 +00:00
chrisaga
3eac3bf577
merge from trunk r:1340:1341 into branch 1.6 (set legend height in template-common/default-layout.css)
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1342 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-05 14:39:18 +00:00
chrisaga
2c89bd6618
merge from trunk r1338:1339 into branch 1.6 (fix bug 400)
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1340 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-04 10:15:29 +00:00
chrisaga
f755c1ac42
merge : from trunk r1336:1337 to branch 1.6 (fix bug 387)
...
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1338 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-03 16:32:24 +00:00