aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Stable release required modifications: don't show version and generation1.6.2plegall2006-11-091-4/+4
| | | | | | | 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
* Release 1.6.2 creation.plegall2006-11-090-0/+0
| | | | git-svn-id: http://piwigo.org/svn/tags/release-1_6_2@1600 68402e56-0260-453c-a942-63ccdbb3a9ee
* New: upgrade script from 1.6.0 (or 1.6.1) to 1.6.2.plegall2006-11-094-9/+65
| | | | | | | | | | | | | | #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
* Bug fixed: #users.auto_login_key moved to #user_infos.auto_login_key becauseplegall2006-11-062-7/+91
| | | | | | | | | | | | 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
* Typo fixed: remove information related to #users.auto_login_key in a scriptplegall2006-11-062-2/+0
| | | | | | | | 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
* bug 571: getimagesize error (missing PHPWG_ROOT_PATH)rvelices2006-10-311-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1585 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1563 from trunk to branch-1_6 comments.php: cleanup url (t=1 in the rvelices2006-10-242-3/+5
| | | | | | 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
* fix a previous upgrade (username column was binary)rvelices2006-10-241-0/+47
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1574 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1568 from trunk to branch-1_6 (auto_login/redirect corrections)rvelices2006-10-217-165/+205
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1572 68402e56-0260-453c-a942-63ccdbb3a9ee
* **** ERROR ON COMMIT ***rub2006-10-211-2/+1
| | | | | | | | | | | | | 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
* Resolved Issue ID 0000356:rub2006-10-218-29/+41
| | | | | | | | | | | | 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
* bug 560: url issue when $conf['picture_url_style']='file' and filename is rvelices2006-10-131-8/+7
| | | | | | numeric or numeric followed by - git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1561 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved Issue ID 0000556:rub2006-10-101-6/+23
| | | | | | | | | 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
* bug 549: fix uninitialized variable PHP warning in calendarrvelices2006-10-081-0/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1557 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix bug 451: Auto login does not work properlynikrou2006-10-049-31/+166
| | | | | | | | | | | | | | | | 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
* Fix bug 451: Auto login does not work properlynikrou2006-10-041-18/+0
| | | | | | | | | | | | | | 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
* Resolved Issue ID 0000544:rub2006-09-201-1/+6
| | | | | | | | o Error on download HD picture git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1551 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 539: link to picture_modify.php instead of picture.php in rating pagervelices2006-09-181-2/+4
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1547 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved Issue ID 0000516:rub2006-08-241-1/+1
| | | | | | | | o $lang_info not declared git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1540 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix bug 518: anyone can delete or validate a commentnikrou2006-08-141-2/+5
| | | | | | | 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
* Resolved Issue ID 0000516:rub2006-08-111-1/+3
| | | | | | | | | | 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
* Resolved Issue ID 0000507:rub2006-08-094-17/+38
| | | | | | | | | | | | | | 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
* fix bug 510: missing permission linknikrou2006-08-091-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1528 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bugs 122 and 475 : Crash on big remote site updatelaurent.duretz2006-08-021-28/+56
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1523 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved Issue ID 0000495.rub2006-07-311-1/+1
| | | | | | | 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
* File install/db/27-database.php should be named 22.6-database.php because weplegall2006-07-291-0/+0
| | | | | | | are here on a stable branch. git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1517 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge from trunk r1514:1515 into branch 1.6 (better fix bug 484)chrisaga2006-07-295-16/+25
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1516 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge from trunk r1512:1513 into branch 1.6 (better fix for bug 490)chrisaga2006-07-292-31/+23
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1514 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge from trunk r1505:1506 into branch 1.6 (fix bug 490)chrisaga2006-07-273-1/+35
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1507 68402e56-0260-453c-a942-63ccdbb3a9ee
* svn merge -r1502:1503 (cosmetic change)nikrou2006-07-267-48/+48
| | | | | | | | | | 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
* bug 488: when gallery is locked, white page with no messagervelices2006-07-261-0/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1501 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix: missing file from r1492 (was merge r1490:1491)rvelices2006-07-251-0/+43
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1499 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved Issue ID 0000474:rub2006-07-251-0/+46
| | | | | | | | | 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
* fix bug 486: field username too smallnikrou2006-07-252-1/+48
| | | | | | | 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
* merge from trunk r1490:1491 into branch 1.6 (fix bugs 484 and 244 display ↵chrisaga2006-07-2212-81/+65
| | | | | | issues with IE : focus, checkboxe radio) git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1492 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 482 fixed: deletion of our account must be impossiblenikrou2006-07-213-1/+6
| | | | | | | 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
* bug 471 fixed: quote in tagsnikrou2006-07-212-12/+39
| | | | | | | 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
* bug 481: Incorrect tag generation in listing.xml for accentuated lettersrvelices2006-07-201-8/+9
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1485 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved Issue ID 0000474 (Step 1):rub2006-07-1833-42/+949
| | | | | | | | | | | | | 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
* merge from trunk r1478:1479 into branch 1.6 (fix bug 472: tags are displayed ↵chrisaga2006-07-172-2/+9
| | | | | | outside the menu in Safari and Opera) git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1480 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1478 ↵chrisaga2006-07-150-0/+0
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge from trunk r1474:1475 into branch 1.6 (fix bug 204: IE doesn't dispaly ↵chrisaga2006-07-152-0/+32
| | | | | | the same text in tooltips) git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1477 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge from trunk r1471:1472 into branch 1.6 (bug 193:quote in tooltip with ie)chrisaga2006-07-151-1/+6
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1473 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge from trunk r1469:1470 into branch 1.6 (feature 470)chrisaga2006-07-152-0/+9
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1471 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge from trunk r1467:1468 into branch 1.6 (bug 437 popup-window size )chrisaga2006-07-141-1/+24
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1469 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge from trunk r1465:1466 into branch 1.6 (set Ids to every DL in the menubar)chrisaga2006-07-141-7/+7
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1467 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge from trunk r1463:1464 into branch 1.6 (fix bug 461: csshover.htc ↵chrisaga2006-07-142-5/+4
| | | | | | 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
* Reopened and Resolved Issue ID 0000459:rub2006-07-132-4/+11
| | | | | | | | | 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
* bug 390 fixed (once more): I had forgotten to translate the language valueplegall2006-07-111-1/+1
| | | | | | | 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
* Resolved Issue ID 0000456, 0000457, 0000459, 0000465:rub2006-07-119-14/+42
| | | | | | | | | 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