aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* merge -c8245 from trunk to branch 2.1rub2010-12-231-0/+3
| | | | | | Add delete_compiled_templates on plugin update version. git-svn-id: http://piwigo.org/svn/branches/2.1@8246 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r8238 from trunk to branch 2.1plegall2010-12-234-23/+3
| | | | | | | feature 2048 removed (and was never released): no data are sent anonymously to piwigo.org for statistics purpose git-svn-id: http://piwigo.org/svn/branches/2.1@8240 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2031 fixed: redirection after category deletion preserves the currentplegall2010-12-171-2/+8
| | | | | | | | | node in the category tree. + the confirmation message is displayed after redirect, thanks to session git-svn-id: http://piwigo.org/svn/branches/2.1@8167 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2048: remove urlencode for technicals details (already escaped with ↵patdenice2010-12-141-5/+5
| | | | | | http_build_query). git-svn-id: http://piwigo.org/svn/branches/2.1@8124 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2057: use http_build_query instead of add_url_params for GET data.patdenice2010-12-121-5/+15
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@8089 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r8079, r8080, r8082, r8083, r8084 from trunk to branch 2.1patdenice2010-12-115-68/+137
| | | | | | | | | | feature 2057: fetchRemote can send POST data feature 2048: Use POST to send server data feature 2048: add $conf['send_hosting_technical_details'] parameter feature 2057: use $get_data parameter to send GET data. feature 2048: send technical details only to get_version_list.php of PEM API. git-svn-id: http://piwigo.org/svn/branches/2.1@8086 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r8022 from trunk to branch 2.1patdenice2010-12-071-0/+1
| | | | | | Feature 2048: send piwigo version git-svn-id: http://piwigo.org/svn/branches/2.1@8023 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r8020 from trunk to branch 2.1patdenice2010-12-071-0/+17
| | | | | | Feature 2048: Send data to piwigo server anonymously (like php and mysql versions) git-svn-id: http://piwigo.org/svn/branches/2.1@8021 68402e56-0260-453c-a942-63ccdbb3a9ee
* Display list of the plugins in admin clear theme Gotcha2010-11-091-1/+2
| | | | | | | bug:1813 Thanks to cljosse git-svn-id: http://piwigo.org/svn/branches/2.1@7732 68402e56-0260-453c-a942-63ccdbb3a9ee
* [branche 2.1] nl_NL - add subscribe for NL to newsletterddtddt2010-11-091-0/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@7723 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1988 fixed: avoid duplicate thumbnails for photos linked to severalplegall2010-11-012-2/+18
| | | | | | | categories when managing all photos of one of these categories. git-svn-id: http://piwigo.org/svn/branches/2.1@7555 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1974 fixed: don't generate invalid creation date from IPTC,plegall2010-10-301-1/+12
| | | | | | | if month = 0 or day = 0, then month=1 and day=1. git-svn-id: http://piwigo.org/svn/branches/2.1@7506 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1906 fixed: during batch management, for a given category, use the categoryplegall2010-10-302-2/+34
| | | | | | | defined sort order for photos, not the generic order_by. git-svn-id: http://piwigo.org/svn/branches/2.1@7504 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1908 fixed: protect the uploaded photo filename against SQL injection.plegall2010-10-291-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@7489 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1914 fixed: broken admin web upload with PostgreSQL as database engine.plegall2010-10-131-1/+1
| | | | | | | | The tablename to retrieve the inserted image is mandatory for PostgreSQL and was missing. Patch by netzimme. git-svn-id: http://piwigo.org/svn/branches/2.1@7169 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1872 fixed: we need to call set_make_full_url() before creating urls ↵plegall2010-09-221-0/+4
| | | | | | provided in emails git-svn-id: http://piwigo.org/svn/branches/2.1@7004 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix bug 1856 : CSRF issue that allow to change admin passwordnikrou2010-09-132-1/+6
| | | | | | Merge from trunk git-svn-id: http://piwigo.org/svn/branches/2.1@6903 68402e56-0260-453c-a942-63ccdbb3a9ee
* Plugin version compare must return false if plugin version is "auto" ↵patdenice2010-07-281-0/+2
| | | | | | | | (developpement version). Change language switch version number. git-svn-id: http://piwigo.org/svn/branches/2.1@6724 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1757 fixed: ability to use HTML in author fieldplegall2010-07-272-3/+7
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6713 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug 1763 fixed : [PostgreSQL] double quote used in queriesnikrou2010-07-052-2/+2
| | | | | | Merge from trunk git-svn-id: http://piwigo.org/svn/branches/2.1@6665 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6656 from trunKvdigital2010-07-042-2/+2
| | | | | | | | 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-031-2/+2
| | | | | | Merge from trunk git-svn-id: http://piwigo.org/svn/branches/2.1@6655 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
* bug 1747 fixed: some checks were added to verify the upload will fail for aplegall2010-06-294-20/+214
| | | | | | | | 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
* 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
* 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-251-2/+2
| | | | | | | | Fixed anti-flood system. Merge from trunk git-svn-id: http://piwigo.org/svn/branches/2.1@6605 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 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 1738 fixed : merge from trunknikrou2010-06-221-1/+1
| | | | | | 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
* 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
* 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
* 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
* Bug 1717 fixed : SQLite: access failure on Admin > Tools > Historynikrou2010-06-041-2/+5
| | | | | | | hour function doesn't exists Merge from trunk. git-svn-id: http://piwigo.org/svn/branches/2.1@6464 68402e56-0260-453c-a942-63ccdbb3a9ee
* - merged the linkroot integration with the existing gallery_url (unique ↵rvelices2010-05-283-10/+6
| | | | | | | | $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/branches/2.1@6410 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6402 from trunkrvelices2010-05-271-3/+1
| | | | | | removed unnecessary language key (Controversy) and potential sql fatal error in admin photo rating page git-svn-id: http://piwigo.org/svn/branches/2.1@6403 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1704 fixed: windows needs a specific directory separator when creatingplegall2010-05-271-0/+4
| | | | | | recursive directory. git-svn-id: http://piwigo.org/svn/branches/2.1@6384 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1697: ability to deactivate the synchronization method to add photos.plegall2010-05-258-30/+64
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6361 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r 6355 from trunk rvelices2010-05-251-3/+3
| | | | | | fix bug 1663 : wrong decoding of non Ascii iptc/exif (charset issue) git-svn-id: http://piwigo.org/svn/branches/2.1@6356 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1672: replace the language key where it's used.plegall2010-05-241-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6347 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6320 from trunk to branch 2.1plegall2010-05-243-26/+16
| | | | | | | | | | | | bug 1667 fixed: r6027 was fixing a minor error on tabs for Google Chrome/Safari BUT was introducing a major visual issue for IE8. Backmerged + adds the -webkit radius anyway. This is a quickfix for release 2.1.1, the improved display introduced by nikrou was nice and it would be better to have it, but working in IE8 git-svn-id: http://piwigo.org/svn/branches/2.1@6323 68402e56-0260-453c-a942-63ccdbb3a9ee
* Correction lang keyGotcha2010-05-221-1/+1
| | | | | | "group" => "Group" git-svn-id: http://piwigo.org/svn/branches/2.1@6280 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6247 from trunk to branch 2.1Gotcha2010-05-221-1/+1
| | | | git-svn-id: http://piwigo.org/svn/branches/2.1@6279 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6265 from trunk to branch 2.1plegall2010-05-221-1/+1
| | | | | | | | Correct text alignement in .infos, .errors 30px => 53px git-svn-id: http://piwigo.org/svn/branches/2.1@6276 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix get_enums function for SQLitenikrou2010-05-091-1/+0
| | | | | | | hard coded enums values for all tables because enum feature doesn't exists for SQLite. git-svn-id: http://piwigo.org/svn/trunk@6153 68402e56-0260-453c-a942-63ccdbb3a9ee