1080 Commits

Author SHA1 Message Date
plegall fa3f60efc0 Stable release required modifications: don't show version and generation
time in footer, don't check the upgrade feed, don't die on sql errors.


git-svn-id: http://piwigo.org/svn/tags/release-1_6_2@1601 68402e56-0260-453c-a942-63ccdbb3a9ee
1.6.2
2006-11-09 22:26:28 +00:00
plegall 97a95b8990 Release 1.6.2 creation.
git-svn-id: http://piwigo.org/svn/tags/release-1_6_2@1600 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-11-09 22:15:26 +00:00
plegall 1233f248ed New: upgrade script from 1.6.0 (or 1.6.1) to 1.6.2.
#user_infos.auto_login_key is added in upgrade_1.6.0.php instead of
upgrade_1.5.0.php.

Bug fixed: the database structure dump was starting with a "1", very
interesting typo!

Bug fixed: the database structure dump was adding #user_infos.auto_login_key
nullable while the upgrade file was adding it not nullable.


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1599 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-11-09 22:13:33 +00:00
plegall e4606c00b0 Bug fixed: #users.auto_login_key moved to #user_infos.auto_login_key because
table users does not contain information specificaly related to
PhpWebGallery. With auto_login_key field in #users, external authentication
won't work.

Warning: when updating with subversion, you'll have to go directly to
upgrade_feed.php


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1594 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-11-06 22:55:38 +00:00
plegall 967f476b6b Typo fixed: remove information related to #users.auto_login_key in a script
that does nothing to this new column (confusing when greping the files of
the project)


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1593 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-11-06 22:23:46 +00:00
rvelices b84bfc6cba bug 571: getimagesize error (missing PHPWG_ROOT_PATH)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1585 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-10-31 02:48:39 +00:00
rvelices b8cf9d8fd9 merge -r1563 from trunk to branch-1_6 comments.php: cleanup url (t=1 in the
url for an unknown reason) and image urls work now with all url styles

git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1576 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-10-24 04:04:27 +00:00
rvelices 0fdfd9081a fix a previous upgrade (username column was binary)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1574 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-10-24 00:37:38 +00:00
rvelices 641d335cff merge -r1568 from trunk to branch-1_6 (auto_login/redirect corrections)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1572 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-10-21 20:16:01 +00:00
rub 8d7aa23a8e **** ERROR ON COMMIT ***
Commit including test code!

Resolved Issue ID 0000356:
  o Increase security on adviser mode

First modifications of n modifications.
All the others modifications will be done on BSF branch.


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1570 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-10-21 12:13:11 +00:00
rub bc7b433457 Resolved Issue ID 0000356:
o Increase security on adviser mode

First modifications of n modifications.
All the others modifications will be done on BSF branch.


Merge branch-1_6 1558:1559 into BSF

git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1569 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-10-21 12:07:00 +00:00
rvelices 60866f64c8 bug 560: url issue when $conf['picture_url_style']='file' and filename is
numeric or numeric followed by -

git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1561 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-10-13 00:31:29 +00:00
rub ec6f50bbfb Resolved Issue ID 0000556:
o Error on Save a High Definition Picture stored on distant site




git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1559 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-10-10 21:20:57 +00:00
rvelices e330841a31 bug 549: fix uninitialized variable PHP warning in calendar
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1557 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-10-08 17:02:48 +00:00
nikrou d5b1c1be9e Fix bug 451: Auto login does not work properly
svn merge r1492:1493 from trunk
svn merge r1510:1511 from trunk
svn merge r1521:1522 from trunk
svn merge r1523:1524 from trunk
svn merge r1525:1526 from trunk
auto_login key add to users table:
- add update script
- update upgrade_1.5.0.php script

(related to svn:1553)


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1554 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-10-04 20:50:20 +00:00
nikrou cbf63ed4e2 Fix bug 451: Auto login does not work properly
svn merge r1492:1493 from trunk
svn merge r1510:1511 from trunk
svn merge r1521:1522 from trunk
svn merge r1523:1524 from trunk
svn merge r1525:1526 from trunk
auto_login key add to users table:
- add update script
- update upgrade_1.5.0.php script


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1553 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-10-04 20:48:18 +00:00
rub 5b8f59202c Resolved Issue ID 0000544:
o Error on download HD picture 



git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1551 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-09-20 21:20:34 +00:00
rvelices daec750912 bug 539: link to picture_modify.php instead of picture.php in rating page
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1547 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-09-18 21:04:49 +00:00
rub 12c7694371 Resolved Issue ID 0000516:
o $lang_info not declared 



git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1540 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-08-24 10:09:41 +00:00
nikrou 8c9741dd56 fix bug 518: anyone can delete or validate a comment
comment_id must be int: use of intval function to use it in the query.


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1535 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-08-14 20:56:10 +00:00
rub f784cae815 Resolved Issue ID 0000516:
o Charset not defined on mail headers (Content-Type)
  o Add too others important Content-Type informations 

Merge BSF r 1531:1532 into branch-1_6
And remove duplicate line of BSF!

git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1533 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-08-11 22:41:06 +00:00
rub 8eef1c34ae Resolved Issue ID 0000507:
o format of email
  o max_execution_time equal to 0
  o -f with only adress mail
  o use of standard function get_webmaster_mail_address

2 news $conf parameters.




git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1530 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-08-09 22:05:29 +00:00
nikrou 6e57923946 fix bug 510: missing permission link
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1528 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-08-09 12:33:14 +00:00
laurent.duretz 5c344d40ef Bugs 122 and 475 : Crash on big remote site update
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1523 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-08-02 18:14:53 +00:00
rub 72c3d9a6cd Resolved Issue ID 0000495.
o Quotes and slashes are not correct on mail content


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1520 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-31 22:28:31 +00:00
plegall d4dffe6e04 File install/db/27-database.php should be named 22.6-database.php because we
are here on a stable branch.


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1517 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-29 13:48:44 +00:00
chrisaga 1df4860c0b merge from trunk r1514:1515 into branch 1.6 (better fix bug 484)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1516 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-29 10:02:32 +00:00
chrisaga b6bfe70021 merge from trunk r1512:1513 into branch 1.6 (better fix for bug 490)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1514 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-29 08:23:27 +00:00
chrisaga 8a38ed3074 merge from trunk r1505:1506 into branch 1.6 (fix bug 490)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1507 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-27 18:16:58 +00:00
nikrou 4b1863cbef svn merge -r1502:1503 (cosmetic change)
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/branches/branch-1_6@1504 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-26 21:04:23 +00:00
rvelices 5a65e6a41f bug 488: when gallery is locked, white page with no message
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1501 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-26 01:01:12 +00:00
rvelices 1f9c8a30a4 fix: missing file from r1492 (was merge r1490:1491)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1499 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-25 23:14:54 +00:00
rub 404b57de84 Resolved Issue ID 0000474:
o Delete old files index.htm

Auto Merge BSF r1497 into branch-1_6


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1498 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-25 21:38:37 +00:00
nikrou 5d801bdf57 fix bug 486: field username too small
svn merge -r1494:1495 from trunk into branch 1.6


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1496 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-25 07:41:41 +00:00
chrisaga bd26b2226b merge from trunk r1490:1491 into branch 1.6 (fix bugs 484 and 244 display issues with IE : focus, checkboxe radio)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1492 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-22 09:31:30 +00:00
nikrou debab363b6 bug 482 fixed: deletion of our account must be impossible
svn merge from trunk into branch 1.6


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1490 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-21 15:30:13 +00:00
nikrou fdc7bdbd3b bug 471 fixed: quote in tags
svn merge from trunk into branch-1.6


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1488 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-21 13:47:50 +00:00
rvelices 19fa4408c8 bug 481: Incorrect tag generation in listing.xml for accentuated letters
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1485 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-20 23:49:05 +00:00
rub 4593260c97 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)

Merge BSF r1480:1481 into branch-1_6


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1482 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-18 21:43:29 +00:00
chrisaga f004fd47fd merge from trunk r1478:1479 into branch 1.6 (fix bug 472: tags are displayed outside the menu in Safari and Opera)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1480 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-17 23:12:07 +00:00
chrisaga 6afc2830e2 git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1478 68402e56-0260-453c-a942-63ccdbb3a9ee 2006-07-15 15:32:47 +00:00
chrisaga 8bd96d9349 merge from trunk r1474:1475 into branch 1.6 (fix bug 204: IE doesn't dispaly the same text in tooltips)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1477 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-15 15:32:20 +00:00
chrisaga c2a6c6228e merge from trunk r1471:1472 into branch 1.6 (bug 193:quote in tooltip with ie)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1473 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-15 14:33:25 +00:00
chrisaga f8789446a5 merge from trunk r1469:1470 into branch 1.6 (feature 470)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1471 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-15 08:23:31 +00:00
chrisaga f34f88614d merge from trunk r1467:1468 into branch 1.6 (bug 437 popup-window size )
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1469 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-14 23:58:51 +00:00
chrisaga 6f5cdb1265 merge from trunk r1465:1466 into branch 1.6 (set Ids to every DL in the menubar)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1467 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-14 17:14:27 +00:00
chrisaga 69d0022bdd merge from trunk r1463:1464 into branch 1.6 (fix bug 461: csshover.htc doesn't work if $conf['question_mark_in_urls'] = false)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1465 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-14 16:42:36 +00:00
rub 65a9bc2ca7 Reopened and Resolved Issue ID 0000459:
o get_email_address_as_display_text could be improve in order to display '' for null email value.

Merge BSF r1461:1462 into branch-1_6


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1463 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-13 21:00:14 +00:00
plegall f248793e7a bug 390 fixed (once more): I had forgotten to translate the language value
in frenc "The %d following tags were deleted : %s"


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1460 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-11 22:47:30 +00:00
rub c13dc6350d Resolved Issue ID 0000456, 0000457, 0000459, 0000465:
o Fix bugs adviser mode

Merge BSF r1457:1458 into branch-1_6


git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1459 68402e56-0260-453c-a942-63ccdbb3a9ee
2006-07-11 20:56:51 +00:00