aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Subversion admin: rename branch 1.6 to match new format1.6plegall2009-04-230-0/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/1.6@3251 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 0000634: Admin instructions (En-UK) / dead link on Wikivdigital2007-02-011-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1773 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 623: Char "+" is not supported in gallery URL (the function url_is_remotervelices2007-01-291-1/+2
| | | | | | should not check if the url is actually valid but only if it starts with http://) git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1765 68402e56-0260-453c-a942-63ccdbb3a9ee
* Summary reported bug 616: IE 7 Display : thumbnail border is top truncatedvdigital2007-01-112-0/+24
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1712 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fixed: HTML vulnerability (Cross Site Scripting).rub2007-01-032-5/+11
| | | | | | Fixed: All comments are displayed on comments.php git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1695 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue ID 0000529 Re-Fixed.rub2007-01-021-2/+1
| | | | | | | $_SERVER["SCRIPT_FILENAME"] not treated (only $_SERVER['SCRIPT_FILENAME'] was treated) git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1691 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue ID 0000529 Re-Fixed.rub2007-01-024-17/+11
| | | | | | Problem with "Options +MultiViews" .htaccess configuration. git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1689 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue ID 0000529 Fixed.rub2006-12-314-4/+40
| | | | | | | Problem with $_SERVER['SCRIPT_FILENAME'] on IIS server git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1686 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 596: Comments can be entered on non commentable imagesrvelices2006-11-301-11/+18
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1621 68402e56-0260-453c-a942-63ccdbb3a9ee
* Resolved Issue ID 0000587:rub2006-11-204-4/+2
| | | | | | | | o Not uniform use of lang['login'] and lang['Username'] git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1613 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