Commit graph

1057 commits

Author SHA1 Message Date
nikrou
f6c2f2b1b1 refresh_time must be 0 by default
fix line too long


git-svn-id: http://piwigo.org/svn/trunk@1510 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-28 08:36:38 +00:00
nikrou
96bc8e8717 Fixed missing $lang and extra code not needed
git-svn-id: http://piwigo.org/svn/trunk@1509 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-28 08:01:08 +00:00
nikrou
bc65a0d6cd Feature 492: first step
Simple redirect.tpl in template-common
Simplification of function redirect()


git-svn-id: http://piwigo.org/svn/trunk@1508 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-27 18:51:54 +00:00
chrisaga
eb6d08ead2 fix bug 490: Inputs haven't the same size on different browsers
inputs inquickconnect are still smaller in IE but the layout is quite the same

git-svn-id: http://piwigo.org/svn/trunk@1506 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-27 18:13:23 +00:00
rub
7ca31726ed Resolved Issue ID 0000474 (Step 2):
o Add .htaccess files

=>
  * admin
      - .htaccess = deny from all
  * doc
      - no .htaccess
  * galleries
      - .htaccess = Options -Indexes
  * include
      - .htaccess = deny from all
      => move 2 .js in template-common
  * install
      - .htaccess = deny from all
  * language
      - .htaccess = deny from all
  * template
      - .htaccess = Options -Indexes
  * template-common
      - .htaccess = Options -Indexes
  * template-extension
      - .htaccess = Options -Indexes
  * tools
      - no .htaccess


git-svn-id: http://piwigo.org/svn/trunk@1505 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-26 21:29:21 +00:00
nikrou
e7f8b14269 function names are case-insensitive but it's a good idea to call functions
as they appear in their declaration. 
So all functions names that manipulate url like make_index_url() 
are write with lowercase


git-svn-id: http://piwigo.org/svn/trunk@1503 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-26 21:00:16 +00:00
rvelices
462a8ebbc1 bug 488: when gallery is locked, white page with no message
git-svn-id: http://piwigo.org/svn/trunk@1502 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-26 01:01:36 +00:00
rvelices
aca06a08aa feature 169: each category can have its own image order
git-svn-id: http://piwigo.org/svn/trunk@1500 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-26 00:51:08 +00:00
rub
7e79e15d18 Resolved Issue ID 0000474:
o Delete old files index.htm



git-svn-id: http://piwigo.org/svn/trunk@1497 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-25 21:37:10 +00:00
nikrou
1150fb7add fix bug 486: field username too small
git-svn-id: http://piwigo.org/svn/trunk@1495 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-25 07:40:02 +00:00
nikrou
f1129e48b3 small improvement (related to bug 451): incorrect auto_login_key
dont delete key in users table but just delete remember_me cookie


git-svn-id: http://piwigo.org/svn/trunk@1494 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-24 15:49:16 +00:00
nikrou
5d06d43541 bug 451 fixed: problem with auto login
- add an auto_login_key in users_table
- $conf['session_length'] is no more useful 
    and sessions length will be 0 (until browser closed)
- add $conf['remember_me_name'] for cookie remember name


git-svn-id: http://piwigo.org/svn/trunk@1493 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-23 15:25:49 +00:00
chrisaga
e3c4d79f5b fix bugs 244: different display of checkbox in IE/firefox and 484: Missing onfocus/onblur
in some user section *.tpl and many admin section *.tpl 
	handle FORM elements with a behaviour (inputfix.htc) in IE
	the behaviour sets onfocus and onblur events too (no longer needed in *.tpl)
	other browsers use css selector :focus and [type=___]

git-svn-id: http://piwigo.org/svn/trunk@1491 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-22 09:21:40 +00:00
nikrou
a15839b183 bug 482 fixed: deletion of our account must be impossible
git-svn-id: http://piwigo.org/svn/trunk@1489 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-21 15:28:09 +00:00
nikrou
de1ff24582 bug 471 fixed: quote in tags
git-svn-id: http://piwigo.org/svn/trunk@1487 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-21 13:44:22 +00:00
rvelices
d44aa8a1ed merge -r1484:1485 from branch 1.6 to trunk (bug 481: Incorrect tag generation
in listing.xml for accentuated letters)

git-svn-id: http://piwigo.org/svn/trunk@1486 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-20 23:55:08 +00:00
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