aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
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
* Bug fixed: #users.auto_login_key moved to #user_infos.auto_login_key becauseplegall2006-11-061-7/+7
| | | | | | | | | | | | 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
* 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-241-1/+2
| | | | | | 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
* merge -r1568 from trunk to branch-1_6 (auto_login/redirect corrections)rvelices2006-10-216-161/+204
| | | | 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-211-1/+2
| | | | | | | | | | | | 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
* 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-045-29/+107
| | | | | | | | | | | | | | | | 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
* 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
* 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-092-7/+27
| | | | | | | | | | | | | | 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
* svn merge -r1502:1503 (cosmetic change)nikrou2006-07-263-30/+30
| | | | | | | | | | 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
* bug 471 fixed: quote in tagsnikrou2006-07-211-0/+34
| | | | | | | 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
* Resolved Issue ID 0000474 (Step 1):rub2006-07-181-2/+4
| | | | | | | | | | | | | 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 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-151-0/+5
| | | | 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
* Reopened and Resolved Issue ID 0000459:rub2006-07-131-3/+10
| | | | | | | | | 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
* Resolved Issue ID 0000456, 0000457, 0000459, 0000465:rub2006-07-111-0/+19
| | | | | | | | | 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 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 450: "upload an image" link in menu bar is missingrvelices2006-07-061-1/+13
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1435 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 443 fixed: new users were never notified to administrators due to aplegall2006-07-031-4/+4
| | | | | | | typo. git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1431 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: add the check of non emptiness on $_SERVER['PATH_INFO'] (and notplegall2006-07-031-1/+1
| | | | | | | only its existence) before using it in strpos. git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1429 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 395 fixed: the upgrade feed can be performed only if PHPWG_IN_UPGRADE isplegall2006-07-031-1/+3
| | | | | | | true. git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1425 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue ID 0000375:rub2006-06-291-1/+2
| | | | | | | | | o Line too long o Use paragraph Merge BSF r1417:1418 into branch-1_6 git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1419 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue ID 0000375: rub2006-06-281-8/+8
| | | | | | | | | | o Keep same format display o Add css class o rename warning to header_msg Merge BSF r1413:1414 into branch-1_6 git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1415 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue ID 0000429: rub2006-06-282-2/+9
| | | | | | | | Fix Line too long cf coding convention Merge BSF r1411:1412 into branch-1_6 git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1413 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue ID 0000429: Value on config_default.inc.php is a default value not ↵rub2006-06-272-2/+8
| | | | | | | | defined by default. Merge BSF r1409:1410 into branch-1_6 git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1411 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 436: Category thumbnail display not ok if subcatify is falservelices2006-06-272-0/+4
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1406 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug correction in get_root_url ('./../' was returning '')rvelices2006-06-241-4/+4
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1402 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge from trunk r1399:1400 into branch 1.6chrisaga2006-06-241-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1401 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 434: split thumbnails in template so customization could be easyer ↵chrisaga2006-06-241-0/+2
| | | | | | (manual merge from trunk r:1384 git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1386 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix bug 375: html bug; warnings are displayed outside from the html tree.nikrou2006-06-221-24/+15
| | | | | | | svn merge -r1379:1380 from trunk into branch 1.6 git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1381 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix bug 431: src of image are incorrect:nikrou2006-06-211-2/+14
| | | | | | | | ex: ././galleries/img.jpg instead of ./galleries/img.jpg svn merge -r1373:1374 from trunk into branch 1.6 git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1375 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 418: navigation bar in picture.php to the root of special categoriesrvelices2006-06-191-4/+8
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1372 68402e56-0260-453c-a942-63ccdbb3a9ee
* improve : feature 429, use IN_ADMIN rather than script file namechrisaga2006-06-191-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1371 68402e56-0260-453c-a942-63ccdbb3a9ee
* improve : feature 429 admin layout is fixed sitewise in config_default.inc.phpchrisaga2006-06-192-1/+16
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1370 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1369 ↵chrisaga2006-06-191-0/+0
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* Improve : split menubar from main template (index.tpl) = feature 354chrisaga2006-06-191-0/+304
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1367 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue ID 0000407: accents are not allowed in mail headersrub2006-06-181-1/+2
| | | | | | | | | | | | | Fix: comment for str_translate_to_ascii7bits fucntion must be split into two lines Merge BSF r1363:1364 into branch-1_6 git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1365 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue ID 0000407: accents are not allowed in mail headersrub2006-06-172-4/+25
| | | | | | | | | | | Merge BSF r1360:1361 into branch-1_6 git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1362 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 389: font tag allowed in category html description for subcatifyrvelices2006-06-142-2/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1353 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 388: html errors in month_calendarrvelices2006-06-141-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1351 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r1330:1331 from trunk to branch 1.6 (bug 378 fixed).plegall2006-05-311-4/+4
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1332 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge trunk r1320:1321 into branch 1.6chrisaga2006-05-261-5/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1322 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove : obsolete code (see bug 372)chrisaga2006-05-221-4/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1318 68402e56-0260-453c-a942-63ccdbb3a9ee