rub
27aeab97e9
Resolved Issue ID 0000474 (Step 1):
...
o Rename index.htm into index.php
o Add index.php on all sub-directories
o Use an uniform source code of index.php (like /include/index.php)
(/index.php is of course not changed)
git-svn-id: http://piwigo.org/svn/trunk@1481 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-18 21:38:54 +00:00
chrisaga
13c3076d6a
fix bug 472: tags displayed outside of the menubar (at leas for Opera, witing confirmation for Safari)
...
git-svn-id: http://piwigo.org/svn/trunk@1479 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-17 10:25:24 +00:00
chrisaga
2005ee62a1
git-svn-id: http://piwigo.org/svn/trunk@1476 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-15 15:28:10 +00:00
chrisaga
450ec6cfdf
fix bug 204: IE doesn't dispaly the same text in tooltips (info-bulles) than other browsers
...
use a behaviour (.htc) to fix alt and title attribute when mouse is over IMG
only for IMG in a link, others will not be fixed.
git-svn-id: http://piwigo.org/svn/trunk@1475 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-15 15:26:51 +00:00
chrisaga
61ca501bcf
fix bug 193 : pb with quote in tooltips with IE
...
git-svn-id: http://piwigo.org/svn/trunk@1472 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-15 14:29:16 +00:00
chrisaga
12f7f1e837
improve : allow to redirect guest from index.php to identification.php (feature 470)
...
usefull if the whole gallery is private
we lost it when category.php became index.php
git-svn-id: http://piwigo.org/svn/trunk@1470 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-15 08:20:47 +00:00
chrisaga
81126f9fb6
fix bug 437: Affichage des pwg_high (popup-window size )
...
git-svn-id: http://piwigo.org/svn/trunk@1468 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-14 23:56:47 +00:00
chrisaga
484d2515f7
improve menubar : set Ids (see feature 466)
...
git-svn-id: http://piwigo.org/svn/trunk@1466 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-14 17:09:31 +00:00
chrisaga
e316c1ec03
fix bug 461: csshover.htc doesn't work if $conf['question_mark_in_urls'] = false
...
git-svn-id: http://piwigo.org/svn/trunk@1464 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-14 16:39:31 +00:00
rub
f9147af63c
Reopened and Resolved Issue ID 0000459:
...
o get_email_address_as_display_text could be improve in order to display '' for null email value.
git-svn-id: http://piwigo.org/svn/trunk@1462 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-13 20:58:01 +00:00
plegall
14e73e6340
merger -r 1459:1460 from branch 1.6 to trunk (bug 390 fixed (once more):
...
translation had been forgotten)
git-svn-id: http://piwigo.org/svn/trunk@1461 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-11 22:48:51 +00:00
rub
8a7fff22b0
Resolved Issue ID 0000456, 0000457, 0000459, 0000465:
...
o Fix bugs adviser mode
git-svn-id: http://piwigo.org/svn/trunk@1458 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-11 20:51:24 +00:00
chrisaga
cfcb489cfa
improve : evaluate {pwg_root} after any {themeconf:___} variable to allow using {pwg_root} in themeconf.inc.php
...
usefull for including theme specific fix-ie5-ie6.css
git-svn-id: http://piwigo.org/svn/trunk@1456 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-09 17:58:21 +00:00
chrisaga
f5acf36b96
improve layout of cat_move admin page an change the id of cat_modify form
...
git-svn-id: http://piwigo.org/svn/trunk@1454 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-09 16:25:29 +00:00
rub
e40f590bbd
Resolved Issue ID 0000447:
...
o Fix Incorrect Tag Translations
git-svn-id: http://piwigo.org/svn/trunk@1452 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-09 09:04:22 +00:00
chrisaga
73d44f9784
fix DIV.comment behaviour (not perfect yet, but better)
...
git-svn-id: http://piwigo.org/svn/trunk@1450 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-09 08:35:14 +00:00
chrisaga
6ece491382
improve admin forms (SELECT.categoryList, add some ids, ...)
...
git-svn-id: http://piwigo.org/svn/trunk@1448 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-08 18:21:48 +00:00
chrisaga
a98af4134d
fix : handle SELCT size and onblur correctly
...
git-svn-id: http://piwigo.org/svn/trunk@1446 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-08 15:20:17 +00:00
chrisaga
d2c3b30017
Cosmetics
...
git-svn-id: http://piwigo.org/svn/trunk@1444 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-08 15:07:04 +00:00
chrisaga
63bc9838cd
fix bug 458: Cannot log due to broken session cookie (wrong "path")
...
use $_SERVER['REDIRECT_URL'] if it's set
add a trailing '/'
git-svn-id: http://piwigo.org/svn/trunk@1442 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-08 09:27:23 +00:00
plegall
876d9e63fc
merge -r1439:1440 from branch 1.6 to trunk (bug 455 fixed: deleting a tag
...
also add a tag if "add tag" box filled).
git-svn-id: http://piwigo.org/svn/trunk@1441 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-08 09:08:48 +00:00
rvelices
480210a494
bug 453: french language correction
...
git-svn-id: http://piwigo.org/svn/trunk@1439 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-07 23:33:14 +00:00
rvelices
28093b24d2
merge -r1435 from branch-1_6 to trunk
...
bug 450: "upload an image" link in menu bar is missing
git-svn-id: http://piwigo.org/svn/trunk@1436 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-06 02:45:26 +00:00
plegall
73d9794a07
merge -r1430:1431 from branch 1.6 to trunk (bug 443 fixed: new users were
...
never notified to administrators due to a typo).
git-svn-id: http://piwigo.org/svn/trunk@1432 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-03 23:06:44 +00:00
plegall
2b6c63cccf
merge -r1428:1429 from branch 1.6 to trunk (bug fixed: check of non
...
emptiness on $_SERVER['PATH_INFO'])
git-svn-id: http://piwigo.org/svn/trunk@1430 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-03 22:58:19 +00:00
plegall
4ce94a5eab
merge -r1426:1427 from branch 1.6 to trunk (bug 397 fixed: [...] type
...
comparison with operator "==").
git-svn-id: http://piwigo.org/svn/trunk@1428 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-03 22:53:26 +00:00
plegall
aa2c4ef173
merge -r1424:1425 from branch 1.6 to trunk (bug 395 fixed: the upgrade feed
...
can be performed only if PHPWG_IN_UPGRADE is true).
git-svn-id: http://piwigo.org/svn/trunk@1426 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-03 22:44:22 +00:00
chrisaga
d9875e0aa0
Improve : add a README file for local template extensions.
...
git-svn-id: http://piwigo.org/svn/trunk@1423 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-03 18:26:16 +00:00
chrisaga
5a01dec492
Improve : add directory to store local template extension for yoga.
...
git-svn-id: http://piwigo.org/svn/trunk@1422 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-03 18:25:33 +00:00
chrisaga
73ecab3d03
Improve : add directory to store template extensions for yoga
...
git-svn-id: http://piwigo.org/svn/trunk@1421 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-03 18:24:22 +00:00
chrisaga
e2408b7de7
Improve : add directory to store template extensions.
...
git-svn-id: http://piwigo.org/svn/trunk@1420 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-03 18:23:34 +00:00
rub
c368472699
Issue ID 0000375:
...
o Line too long
o Use paragraph
Merge BSF r1413:1414 into branch-1_6
git-svn-id: http://piwigo.org/svn/trunk@1418 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-29 22:16:35 +00:00
rub
c932e8d5d4
Issue ID 0000445:
...
Issue ID 0000401:
Finish manual merge to branch_1.6 to BSF/install/config.sql
git-svn-id: http://piwigo.org/svn/trunk@1417 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-29 21:41:27 +00:00
rub
89bea59a72
Issue ID 0000445:
...
Missing <div id="theHeader">{PAGE_BANNER}</div>
git-svn-id: http://piwigo.org/svn/trunk@1416 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-28 23:07:59 +00:00
rub
48779cfaaa
Issue ID 0000375:
...
o Keep same format display
o Add css class
o rename warning to header_msg
Merge BSF r1411:1412 into branch-1_6
git-svn-id: http://piwigo.org/svn/trunk@1414 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-28 22:50:30 +00:00
rub
be4c4b31c8
Issue ID 0000429:
...
Fix Line too long cf coding convention
git-svn-id: http://piwigo.org/svn/trunk@1412 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-28 21:33:35 +00:00
rub
10e9114431
Issue ID 0000429: Value on config_default.inc.php is a default value not defined by default.
...
Merge BSF r1407:1408 into branch-1_6
git-svn-id: http://piwigo.org/svn/trunk@1410 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-27 21:14:55 +00:00
rub
98f8edab44
Resolved Issue ID 0000442:
...
o customize mail content is not used (only default value)
git-svn-id: http://piwigo.org/svn/trunk@1408 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-27 20:39:15 +00:00
rvelices
cbd52c6dd2
merge -r1046 from branch-1_6 to trunk
...
bug 436: Category thumbnail display not ok if subcatify is false
git-svn-id: http://piwigo.org/svn/trunk@1407 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-27 00:38:19 +00:00
chrisaga
83bc64dd8a
improve : use the new favicon !
...
git-svn-id: http://piwigo.org/svn/trunk@1404 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-26 06:57:47 +00:00
rvelices
a437e15fcc
merge -r1402 from branch-1_6 into trunk
...
bug correction in get_root_url ('./../' was returning '')
git-svn-id: http://piwigo.org/svn/trunk@1403 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-24 21:23:10 +00:00
chrisaga
7b791c1ba3
fix : test if themeconf variable exist to avoid a "PHP Notice" in the log
...
git-svn-id: http://piwigo.org/svn/trunk@1400 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-24 17:09:20 +00:00
chrisaga
60ffeb4c0b
fix bug 435: move image.css to picture.css to be consistent with picture.tpl
...
git-svn-id: http://piwigo.org/svn/trunk@1398 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-24 14:38:53 +00:00
chrisaga
72d88da6de
fix bug 410: "Gestionnaire des Sites" passe à la ligne avec IE
...
git-svn-id: http://piwigo.org/svn/trunk@1396 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-24 12:28:48 +00:00
chrisaga
9415fdfb37
set file Id and properties
...
git-svn-id: http://piwigo.org/svn/trunk@1395 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-24 12:21:08 +00:00
chrisaga
ea565c7c56
remove unused css file and rules in template
...
move css rules used only in admin section to a new admin/default-layout.css file
step one admin/default-layout.css is still imported in default-layout.css
git-svn-id: http://piwigo.org/svn/trunk@1392 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-24 12:04:45 +00:00
chrisaga
0a07def154
git-svn-id: http://piwigo.org/svn/trunk@1391 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-24 11:23:20 +00:00
chrisaga
86bbf05e5d
fix cosmetic issues
...
git-svn-id: http://piwigo.org/svn/trunk@1389 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-24 10:41:49 +00:00
chrisaga
2adee00798
fix bug 411: Commentaire trop long
...
and other comments display small issues
git-svn-id: http://piwigo.org/svn/trunk@1388 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-24 10:41:00 +00:00
chrisaga
76a1bd0a34
git-svn-id: http://piwigo.org/svn/trunk@1385 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-06-24 09:09:17 +00:00