aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1735 fixed : Comment page is not PostgreSQL compatiblenikrou2010-06-242-18/+25
| | | | | | | | | Fixed by adding all fields except category_id in group by clause category_id is retrieved later in an another query. Fixed also problem of FROM_UNIXTIME function not POstgreSQL compatible. git-svn-id: http://piwigo.org/svn/trunk@6596 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix: Smarty error on local_head = ''vdigital2010-06-241-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@6594 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1743 fixed : comment form is not visible because of boolean managementnikrou2010-06-232-0/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@6591 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix bug 1733 : queries must use single quotesnikrou2010-06-231-4/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@6589 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6586 from branch 2.1 to trunkplegall2010-06-223-3/+3
| | | | | | | | | | bug 1721 fixed: remove the limit of 10 tags for each photo with the new FCBKcomplete widget. The limit can't be removed (defaut value is also 10) but I've increased it to 100. git-svn-id: http://piwigo.org/svn/trunk@6587 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1737 fixed : Concatenation error with POstgreSQLnikrou2010-06-223-10/+4
| | | | | | Simplify same function for SQLite git-svn-id: http://piwigo.org/svn/trunk@6580 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1738 fixed : hour function doesn't exists for database other than mysql.nikrou2010-06-225-13/+22
| | | | git-svn-id: http://piwigo.org/svn/trunk@6578 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6575-6576 from branch 2.1rvelices2010-06-224-66/+43
| | | | | | | -removed use of fix-khtml.css (I tried Safari and it does not need it) - better javascript funcs + shorter notation git-svn-id: http://piwigo.org/svn/trunk@6577 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove unused nikrou2010-06-220-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@6572 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix html bug : input field must be in a block tagnikrou2010-06-221-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@6570 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6564 from branch 2.1 to trunkplegall2010-06-211-0/+1
| | | | | | | | bug 1707 fixed: Piwigo version number always visible in administration homepage git-svn-id: http://piwigo.org/svn/trunk@6565 68402e56-0260-453c-a942-63ccdbb3a9ee
* Remove useless filenikrou2010-06-191-0/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@6559 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update TR thanks to Nakreddtddt2010-06-191-2/+12
| | | | git-svn-id: http://piwigo.org/svn/trunk@6558 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1733 fixed : single quotes in queriesnikrou2010-06-179-36/+36
| | | | git-svn-id: http://piwigo.org/svn/trunk@6550 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1733 fixed : (amend) String values must be delimited by single quotes in ↵nikrou2010-06-171-1/+1
| | | | | | | | queries forgot on query git-svn-id: http://piwigo.org/svn/trunk@6544 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1733 fixed : String values must be delimited by single quotes in queriesnikrou2010-06-171-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@6542 68402e56-0260-453c-a942-63ccdbb3a9ee
* moved content of not-ie.css (1 rule) into theme.css and obsoleted not-ie.cssrvelices2010-06-155-13/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@6531 68402e56-0260-453c-a942-63ccdbb3a9ee
* misplaced closing paranthesis in common.inc.phprvelices2010-06-121-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@6523 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1730 fixed : search doesn't work when database engine is not mysqlnikrou2010-06-102-17/+13
| | | | | | For posgresql and sqlite date must allways use day and month with two diggits. git-svn-id: http://piwigo.org/svn/trunk@6518 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] merge 6516 feature:1731 Add Quebec localisation thanks to TiOgerddtddt2010-06-1032-0/+2367
| | | | git-svn-id: http://piwigo.org/svn/trunk@6517 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix bug 1722 : PosgtreSQL wants all fields in select to be in Group by clausenikrou2010-06-093-12/+30
| | | | | | | or agregate function Fix issue for lambda function (incorrect number of params) git-svn-id: http://piwigo.org/svn/trunk@6510 68402e56-0260-453c-a942-63ccdbb3a9ee
* optim: replace html_options call in picture.tpl with a foreach (html_options ↵rvelices2010-06-091-1/+3
| | | | | | loads several smarty files which is overkill for one single use for admins only git-svn-id: http://piwigo.org/svn/trunk@6507 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] small bugddtddt2010-06-091-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@6505 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1716 fixed : Check upgrades failed in intronikrou2010-06-092-5/+5
| | | | | | | Incorrect use of database dependant functions. Fixed same problem for ws functions git-svn-id: http://piwigo.org/svn/trunk@6500 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1715 fixed : SQLite: Add photos failnikrou2010-06-092-4/+4
| | | | | | must use pwg_db_* functions instead of mysql_* ones git-svn-id: http://piwigo.org/svn/trunk@6498 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1728 fixed : use autoHeight accordion paramnikrou2010-06-093-13/+10
| | | | git-svn-id: http://piwigo.org/svn/trunk@6496 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@6493 ↵EricNet2010-06-081-2/+2
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@6492 ↵EricNet2010-06-081-8/+8
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@6491 ↵EricNet2010-06-081-7/+7
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@6490 ↵EricNet2010-06-083-9/+9
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@6489 ↵EricNet2010-06-083-24/+24
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@6487 ↵EricNet2010-06-081-8/+8
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* - revert r6473 and r6475rvelices2010-06-072-33/+32
| | | | | | - moved call to event format_exif_data earlier git-svn-id: http://piwigo.org/svn/trunk@6484 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update HU languagesamli2010-06-071-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@6483 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] merge 6481ddtddt2010-06-0632-0/+2156
| | | | git-svn-id: http://piwigo.org/svn/trunk@6482 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix: Insignificant issue "Scrollbars beside categories thumbnails(with long ↵vdigital2010-06-061-4/+0
| | | | | | | | names)!" http://piwigo.org/forum/viewtopic.php?id=16041 git-svn-id: http://piwigo.org/svn/trunk@6478 68402e56-0260-453c-a942-63ccdbb3a9ee
* previous commit was still not okrvelices2010-06-061-4/+4
| | | | | | - quick fix (maybe not the cleanest) of regression 2.0 -> 2.1 when displaying metadata on picture page (event called with different input) git-svn-id: http://piwigo.org/svn/trunk@6475 68402e56-0260-453c-a942-63ccdbb3a9ee
* - quick fix (maybe not the cleanest) of regression 2.0 -> 2.1 when ↵rvelices2010-06-062-27/+27
| | | | | | displaying metadata on picture page (event called with different input) git-svn-id: http://piwigo.org/svn/trunk@6473 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix bug 1717 : SQLite: access failure on Admin > Tools > Historynikrou2010-06-043-2/+17
| | | | | | hour function doesn't exists git-svn-id: http://piwigo.org/svn/trunk@6463 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6460 from branch 2.1 to trunkplegall2010-06-032-2/+1
| | | | | | | | feture 1712 : backmerge r6454, useless feature. It can be done another way without changing core code. git-svn-id: http://piwigo.org/svn/trunk@6461 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6454 from branch 2.1 to trunkplegall2010-06-032-1/+2
| | | | | | | feature 1712: ability to add a CSS class on body git-svn-id: http://piwigo.org/svn/trunk@6455 68402e56-0260-453c-a942-63ccdbb3a9ee
* - do not remove slashes before calling insert_user_comment (homogeneity with ↵rvelices2010-06-015-24/+9
| | | | | | | | update_user_comment and general use of slashes in piwigo) - when using a modifier on a non array variable use @| instead of | (generated code is simpler and faster) git-svn-id: http://piwigo.org/svn/trunk@6437 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update HU languagesamli2010-05-311-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@6435 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix html bugnikrou2010-05-311-4/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@6429 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1705 fixed : double quotes were not escapednikrou2010-05-291-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@6423 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6420 from branch 2.1 to trunkGotcha2010-05-291-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@6421 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6418 from branch 2.1 to trunkrvelices2010-05-2941-250/+3
| | | | | | - removed multiple definitions of language keys git-svn-id: http://piwigo.org/svn/trunk@6419 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6368,6410 from branch-2.1 to trunkrvelices2010-05-2810-67/+55
| | | | | | | - merged the linkroot integration with the existing gallery_url (unique $conf['gallery_url'] used for RSS, mail homepage root in the browse path) - added an option $conf['debug_mail'] - if set all outgoing mails are saved into local_data_dir git-svn-id: http://piwigo.org/svn/trunk@6411 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update HU languagesamli2010-05-281-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@6407 68402e56-0260-453c-a942-63ccdbb3a9ee
* removed unnecessary language key (Controversy) and potential sql fatal error ↵rvelices2010-05-2721-25/+3
| | | | | | in admin photo rating page git-svn-id: http://piwigo.org/svn/trunk@6402 68402e56-0260-453c-a942-63ccdbb3a9ee