aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* feature 408: ability to automatically sort sub-categories. The number of SQLplegall2010-07-235-66/+110
| | | | | | | | | | queries is constant, no matter the deepth of your tree. + refactor to avoid duplicate code (ascending/desceding should be only a single parameter in a function, not 20 lines of duplicated code) git-svn-id: http://piwigo.org/svn/trunk@6698 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6677 from branch 2.1 to trunkplegall2010-07-101-1/+1
| | | | | | | grammar correction, thanks to rimouski (french forum, topic 18231) git-svn-id: http://piwigo.org/svn/trunk@6678 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6675 from branch 2.1 to trunkplegall2010-07-1021-20/+34
| | | | | | | | | | | complement to r6657: having a new key for the admin menu is a good thing but the "Menu Management" label is not coherent with other admin menu labels. Furthermore, all languages already have the word "Menu" in common.lang.php, no need to display an english "Menu Management" if the translation is missing. git-svn-id: http://piwigo.org/svn/trunk@6676 68402e56-0260-453c-a942-63ccdbb3a9ee
* - removed function get_extra_fields and its usage (unnecessary + perf issue ↵rvelices2010-07-069-32/+27
| | | | | | | | | | | when retrieving many image ids in a section) - 2 fixes recent feed.php commit * month names were decalated by one * strptime function is not implemented under Windows in php - added somme missing $ROOT_URL in templates git-svn-id: http://piwigo.org/svn/trunk@6668 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1766 fixed : [PostgreSQL] unkown database function UNIX_TIMESTAMP()nikrou2010-07-065-1/+21
| | | | | | Add a new function pwg_db_date_to_ts() to calculate a timestamp from a date git-svn-id: http://piwigo.org/svn/trunk@6666 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1763 fixed : [PostgreSQL] double quote used in queriesnikrou2010-07-056-10/+10
| | | | git-svn-id: http://piwigo.org/svn/trunk@6664 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1762 fixed : Compleet RSS Feed returns noticenikrou2010-07-052-30/+9
| | | | | | Remove mysql specific function git-svn-id: http://piwigo.org/svn/trunk@6662 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. git-svn-id: http://piwigo.org/svn/trunk@6660 68402e56-0260-453c-a942-63ccdbb3a9ee
* Latest translationsvoyteckst2010-07-041-0/+13
| | | | git-svn-id: http://piwigo.org/svn/trunk@6658 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix: 'Menu Management' in adminvdigital2010-07-044-2/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@6656 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1755 : Needs single quotes in queries official pluginsnikrou2010-07-035-8/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@6654 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1754 fixed : The keyword AS is mandatory for alias in PostgreSQL queriesnikrou2010-07-034-10/+10
| | | | git-svn-id: http://piwigo.org/svn/trunk@6652 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6640 from branch 2.1 to trunkplegall2010-06-301-1/+1
| | | | | | | bug fixed: pwg_db_fetch_array function does not exist git-svn-id: http://piwigo.org/svn/trunk@6641 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@6638 ↵EricNet2010-06-3027-472/+451
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6628 from branch 2.1 to trunkplegall2010-06-292-21/+39
| | | | | | | | | improvement: ability to hide setup warnings for upload. Warnings will automatically come back at next user session. git-svn-id: http://piwigo.org/svn/trunk@6629 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update TR thanks to Nakreddtddt2010-06-291-5/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@6627 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6624 from branch 2.1 to trunkplegall2010-06-296-20/+238
| | | | | | | | | | bug 1747 fixed: some checks were added to verify the upload will fail for a 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/trunk@6625 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6621 from branch 2.1 to trunkplegall2010-06-295-2/+33
| | | | | | | | | | | bug 1742 fixed: if the EXIF functions are not available: 1) display a warning (but not an error) 2) avoid to try to read EXIF data git-svn-id: http://piwigo.org/svn/trunk@6622 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6618 from branch 2.1 to trunkplegall2010-06-281-0/+5
| | | | | | | | | bug 1746 fixed: a missing GD library is a setup error, it blocks the upload form. git-svn-id: http://piwigo.org/svn/trunk@6620 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6616 from branch 2.1 to trunkplegall2010-06-282-6/+24
| | | | | | | | | | | bug 1701 fixed: support for PNG file in browser direct upload. 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/trunk@6617 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6414 from branch 2.1rvelices2010-06-284-49/+27
| | | | | | favorite image icon is not taken from php but left to the theme git-svn-id: http://piwigo.org/svn/trunk@6615 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update TR thanks to Nakreddtddt2010-06-271-127/+127
| | | | git-svn-id: http://piwigo.org/svn/trunk@6612 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1740 fixed : Bug 1740 fixed : Rating page returns database errornikrou2010-06-251-1/+6
| | | | | | | Query had incomplete group by clause Merge from branch 2.1 git-svn-id: http://piwigo.org/svn/trunk@6607 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1744 fixed : Incorrect use of timezone with SQLitenikrou2010-06-256-7/+28
| | | | | | | | Fixed anti-flood system. Need refactoring between each interval functions git-svn-id: http://piwigo.org/svn/trunk@6604 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1735 fixed : amend commit 6596nikrou2010-06-241-1/+10
| | | | | | Need to add permissions filter to retrieve categories git-svn-id: http://piwigo.org/svn/trunk@6601 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1739 fixed : Recent pictures page returns database errornikrou2010-06-241-1/+2
| | | | | | If there's no image in database, don't select thems ! git-svn-id: http://piwigo.org/svn/trunk@6599 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1736 fixed : Complete RSS Feed returns errornikrou2010-06-241-19/+57
| | | | | | start or end dates can be null git-svn-id: http://piwigo.org/svn/trunk@6597 68402e56-0260-453c-a942-63ccdbb3a9ee
* 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