aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bug fixed: pwg_db_fetch_array function does not exist2.1.2plegall2010-06-291-1/+1
| | | | git-svn-id: http://piwigo.org/svn/tags/2.1.2@6633 68402e56-0260-453c-a942-63ccdbb3a9ee
* New version 2.1.2 hard coded.plegall2010-06-293-7/+7
| | | | | | | | Stable release required modifications: don't show version and generation time in footer, don't check the upgrade feed, don't die on sql errors. git-svn-id: http://piwigo.org/svn/tags/2.1.2@6632 68402e56-0260-453c-a942-63ccdbb3a9ee
* Create release 2.1.2 from branch 2.1 r6630plegall2010-06-290-0/+0
| | | | git-svn-id: http://piwigo.org/svn/tags/2.1.2@6631 68402e56-0260-453c-a942-63ccdbb3a9ee
* we are on the branch 2.1 nowplegall2010-06-292-2/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6630 68402e56-0260-453c-a942-63ccdbb3a9ee
* improvement: ability to hide setup warnings for upload. Warnings willplegall2010-06-292-21/+39
| | | | | | | automatically come back at next user session. git-svn-id: http://piwigo.org/svn/branches/2.1@6628 68402e56-0260-453c-a942-63ccdbb3a9ee
* [branche2.1] update TR thanks to Nakreddtddt2010-06-291-5/+5
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6626 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1747 fixed: some checks were added to verify the upload will fail for aplegall2010-06-296-20/+238
| | | | | | | | too big size or if the upload has failed for a too big size (test on upload_max_filesize and post_max_size) git-svn-id: http://piwigo.org/svn/branches/2.1@6624 68402e56-0260-453c-a942-63ccdbb3a9ee
* adding admin.lang.php ca_ES translationjosep.torne2010-06-291-0/+720
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6623 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1742 fixed: if the EXIF functions are not available:plegall2010-06-295-2/+33
| | | | | | | | 1) display a warning (but not an error) 2) avoid to try to read EXIF data git-svn-id: http://piwigo.org/svn/branches/2.1@6621 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1746 fixed: a missing GD library is a setup error, it blocks the uploadplegall2010-06-281-0/+5
| | | | | | | form. git-svn-id: http://piwigo.org/svn/branches/2.1@6618 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1701 fixed: support for PNG file in browser direct upload.plegall2010-06-282-6/+24
| | | | | | | | If the picture is a PNG file, then the "web size" picture is also a PNG file but the thumbnail is always a JPEG file. git-svn-id: http://piwigo.org/svn/branches/2.1@6616 68402e56-0260-453c-a942-63ccdbb3a9ee
* favorite image icon is not taken from php but left to the theme (still in ↵rvelices2010-06-283-46/+29
| | | | | | the php for the branch for theme compatibility) git-svn-id: http://piwigo.org/svn/branches/2.1@6614 68402e56-0260-453c-a942-63ccdbb3a9ee
* [branche2.1] update TR thanks to Nakreddtddt2010-06-271-127/+127
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6611 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1740 fixed : Rating page returns database errornikrou2010-06-251-1/+6
| | | | | | Query had incomplete group by clause git-svn-id: http://piwigo.org/svn/branches/2.1@6606 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1744 fixed : Incorrect use of timezone with SQLitenikrou2010-06-256-7/+28
| | | | | | | | Fixed anti-flood system. Merge from trunk git-svn-id: http://piwigo.org/svn/branches/2.1@6605 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1735 fixed : merge from trunknikrou2010-06-242-17/+33
| | | | | | | | | | Comment page is not PostgreSQL compatible Fixed by adding all fields except category_id in group by clause category_id is retrieved later in an another query (with permissions filter) Fixed also problem of FROM_UNIXTIME function not POstgreSQL compatible git-svn-id: http://piwigo.org/svn/branches/2.1@6602 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1739 fixed : Recent pictures page returns database errornikrou2010-06-241-1/+2
| | | | | | merge from trunk git-svn-id: http://piwigo.org/svn/branches/2.1@6600 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1736 fixed : Complete RSS Feed returns error start or end dates can be nullnikrou2010-06-241-19/+57
| | | | | | merge from trunk git-svn-id: http://piwigo.org/svn/branches/2.1@6598 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6594 from trunkvdigital2010-06-241-1/+1
| | | | | | | Fix: Smarty error on local_head = '' git-svn-id: http://piwigo.org/svn/branches/2.1@6595 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix bug 1743 : comment form is not visible because of boolean managementnikrou2010-06-232-0/+5
| | | | | | merge from trunk git-svn-id: http://piwigo.org/svn/branches/2.1@6592 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1733 fixed : merge from trunk.nikrou2010-06-231-4/+4
| | | | | | Queries must use single quotes. git-svn-id: http://piwigo.org/svn/branches/2.1@6590 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1721 fixed: remove the limit of 10 tags for each photo with the newplegall2010-06-223-3/+3
| | | | | | | | 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/branches/2.1@6586 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1737 fixed : merge from trunknikrou2010-06-223-10/+4
| | | | | | | Concatenation error with POstgreSQL Simplify same function for SQLite git-svn-id: http://piwigo.org/svn/branches/2.1@6581 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1738 fixed : merge from trunknikrou2010-06-225-13/+22
| | | | | | hour function doesn't exists for database other than mysql. git-svn-id: http://piwigo.org/svn/branches/2.1@6579 68402e56-0260-453c-a942-63ccdbb3a9ee
* - better javascript funcs + shorter notationrvelices2010-06-222-55/+34
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6576 68402e56-0260-453c-a942-63ccdbb3a9ee
* removed use of fix-khtml.css (I tried Safari and it does not need it)rvelices2010-06-222-11/+9
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6575 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge from trunk; remove unusednikrou2010-06-220-0/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6574 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix html bug : input field must be in a block tagnikrou2010-06-221-1/+1
| | | | | | Merge from trunk git-svn-id: http://piwigo.org/svn/branches/2.1@6571 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1707 fixed: Piwigo version number always visible in administration homepageplegall2010-06-211-0/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6564 68402e56-0260-453c-a942-63ccdbb3a9ee
* adding iso file for catalan languagejosep.torne2010-06-211-0/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6563 68402e56-0260-453c-a942-63ccdbb3a9ee
* catalan translation fixing a wordjosep.torne2010-06-191-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6562 68402e56-0260-453c-a942-63ccdbb3a9ee
* adding catalan language about.html filejosep.torne2010-06-192-1/+8
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6561 68402e56-0260-453c-a942-63ccdbb3a9ee
* Remove useless filenikrou2010-06-191-0/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6560 68402e56-0260-453c-a942-63ccdbb3a9ee
* [branche2.1] update TR thanks to Nakreddtddt2010-06-191-2/+12
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6557 68402e56-0260-453c-a942-63ccdbb3a9ee
* adding catalan languagejosep.torne2010-06-191-0/+377
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6556 68402e56-0260-453c-a942-63ccdbb3a9ee
* adding catalan languagejosep.torne2010-06-190-0/+0
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6555 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1733 fixed : merge from trunknikrou2010-06-179-36/+36
| | | | | | single quotes in queries git-svn-id: http://piwigo.org/svn/branches/2.1@6551 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1733 fixed : merge from trunknikrou2010-06-171-1/+1
| | | | | | | String values must be delimited by single quotes in queries Forgot one query git-svn-id: http://piwigo.org/svn/branches/2.1@6545 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1733 fixed : merge from trunknikrou2010-06-171-2/+2
| | | | | | String values must be delimited by single quotes in queries git-svn-id: http://piwigo.org/svn/branches/2.1@6543 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6531 from trunk to branch 2.1rvelices2010-06-155-13/+3
| | | | | | moved content of not-ie.css (1 rule) into theme.css and obsoleted not-ie.css git-svn-id: http://piwigo.org/svn/branches/2.1@6532 68402e56-0260-453c-a942-63ccdbb3a9ee
* misplaced closing paranthesis in common.inc.phprvelices2010-06-121-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6524 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. merge from trunk git-svn-id: http://piwigo.org/svn/branches/2.1@6519 68402e56-0260-453c-a942-63ccdbb3a9ee
* [branche2.1] feature:1731 Add Quebec localisation thanks to TiOgerddtddt2010-06-1032-0/+2367
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6516 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) merge from trunk. git-svn-id: http://piwigo.org/svn/branches/2.1@6511 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6507 from trunkrvelices2010-06-091-1/+3
| | | | | | optim: replace html_options call in picture.tpl with a foreach (html_options loads several smarty files which is overkill for one single use for admins only git-svn-id: http://piwigo.org/svn/branches/2.1@6508 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] small bugddtddt2010-06-091-2/+2
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6504 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/branches/2.1@6503 ↵EricNet2010-06-095-37/+37
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1716 fixed : SQLite: Check upgrades failed in intronikrou2010-06-092-5/+5
| | | | | | | | | Incorrect use of dependant database function Fixed same problem in ws functions merge from trunk git-svn-id: http://piwigo.org/svn/branches/2.1@6501 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 merge from trunk git-svn-id: http://piwigo.org/svn/branches/2.1@6499 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1728 fixed : use autoHeight accordion paramnikrou2010-06-093-13/+10
| | | | | | merge from trunk git-svn-id: http://piwigo.org/svn/branches/2.1@6497 68402e56-0260-453c-a942-63ccdbb3a9ee