aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1763 fixed : [PostgreSQL] double quote used in queriesnikrou2010-07-056-10/+10
| | | | | | Merge from trunk git-svn-id: http://piwigo.org/svn/branches/2.1@6665 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1762 fixed : Compleet RSS Feed returns noticenikrou2010-07-052-30/+9
| | | | | | | Remove mysql specific function Merge from trunk git-svn-id: http://piwigo.org/svn/branches/2.1@6663 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1760 fixed : Avoid session fixationnikrou2010-07-051-1/+1
| | | | | | | | | After connection, session id is changed using session_regenerate_id but without removing old session. Passing param true makes the job Merge from trunk git-svn-id: http://piwigo.org/svn/branches/2.1@6661 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/branches/2.1@6659 ↵voyteckst2010-07-051-0/+13
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6656 from trunKvdigital2010-07-044-2/+7
| | | | | | | | Fix: 'Menu Management' in admin git-svn-id: http://piwigo.org/svn/branches/2.1@6657 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1755 fixed : Needs single quotes in queries official pluginsnikrou2010-07-035-8/+8
| | | | | | Merge from trunk git-svn-id: http://piwigo.org/svn/branches/2.1@6655 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1754 fixed : The keyword AS is mandatory for alias in PostgreSQL queriesnikrou2010-07-034-10/+10
| | | | | | Merge from trunk git-svn-id: http://piwigo.org/svn/branches/2.1@6653 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: pwg_db_fetch_array function does not existplegall2010-06-301-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6640 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/branches/2.1@6637 ↵EricNet2010-06-301-3/+3
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/branches/2.1@6636 ↵EricNet2010-06-3027-426/+405
| | | | 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