aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* merge from trunk r1455:1456 into branch 1.6 (use {pwg_root} in ↵chrisaga2006-07-091-1/+1
| | | | | | themeconf.inc.php) git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1457 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge from trunk r1453:1454 into branch 1.6 (cat_move and cat_modify admin ↵chrisaga2006-07-093-5/+5
| | | | | | pages) git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1455 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved Issue ID 0000447:rub2006-07-094-6/+6
| | | | | | | | | o Fix Incorrect Tag Translations Merge BSF r1451:1452 into branch-1_6 git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1453 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge from trunk r1449:1450 into branch 1.6 (DIV.comment)chrisaga2006-07-093-8/+9
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1451 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge from trunk r1447:1448 into branch 1.6 (admin forms improvements, ...)chrisaga2006-07-086-20/+35
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1449 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge from trunk r1445:1446 into branch 1.6 (handle SELECT in seach.tpl)chrisaga2006-07-081-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1447 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge from trunk r1443:1444 into branch 1.6 (cosmetics)chrisaga2006-07-084-2/+9
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1445 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge from trunk r14441:1442 into branch 1.6 (fix bug 458 : wrong path in ↵chrisaga2006-07-081-2/+9
| | | | | | sesion cookie) git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1443 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 455 fixed: deleting a tag also add a tag if "add tag" box filled.plegall2006-07-081-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1440 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 453: french language correctionrvelices2006-07-071-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1438 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix bug 452: upgrade fails with MySQL 3.23.x ( no carriage retur allowed ↵chrisaga2006-07-061-3/+2
| | | | | | after ; ) git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1437 68402e56-0260-453c-a942-63ccdbb3a9ee