aboutsummaryrefslogtreecommitdiffstats
path: root/admin (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* feature 2086 added: switch installation screen to a clear background themeplegall2010-12-266-88/+111
| | | | git-svn-id: http://piwigo.org/svn/trunk@8310 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2081 added: ability to choose what to do with photos when deleting anplegall2010-12-231-3/+40
| | | | | | | album : no_delete, delete_orphans, force_delete. Backend only. git-svn-id: http://piwigo.org/svn/trunk@8265 68402e56-0260-453c-a942-63ccdbb3a9ee
* simpler code, useless to convert value twiceplegall2010-12-231-8/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@8253 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2083 added: implement method pwg.images.addSimple in coreplegall2010-12-232-161/+261
| | | | | | | | | makes admin/include/function_upload.inc.php not dependant from include/ws_functions.inc.php (moves functions file_path_for_type and ready_for_upload_message) cleaner method to initialize the upload settings git-svn-id: http://piwigo.org/svn/trunk@8249 68402e56-0260-453c-a942-63ccdbb3a9ee
* removed unused files / code / css; shorter codervelices2010-12-234-125/+18
| | | | git-svn-id: http://piwigo.org/svn/trunk@8247 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add delete_compiled_templates on plugin update version.rub2010-12-231-0/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@8245 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2048 removed (and was never released): no data are sent anonymously ↵plegall2010-12-224-23/+3
| | | | | | to piwigo.org for statistics purpose git-svn-id: http://piwigo.org/svn/trunk@8238 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2077 added: when ImageMagick is active, ability to remove or resizeplegall2010-12-224-23/+182
| | | | | | | the high definition version of the photo. git-svn-id: http://piwigo.org/svn/trunk@8227 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2076 added: automatically use ImageMagick (imagick) instead of GD ifplegall2010-12-211-24/+107
| | | | | | | | | | Imagick extension is available. ImageMagick does not strip EXIF/IPTC metadata from "web size" version of the photo. We force remove EXIF/IPTC from the thumbnails to save space and bandwith. git-svn-id: http://piwigo.org/svn/trunk@8219 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r8167 from branch 2.1 to trunkplegall2010-12-171-2/+8
| | | | | | | | | | | bug 2031 fixed: redirection after category deletion preserves the current node in the category tree. + the confirmation message is displayed after redirect, thanks to session git-svn-id: http://piwigo.org/svn/trunk@8168 68402e56-0260-453c-a942-63ccdbb3a9ee
* jquery upgrade to 1.4.4rvelices2010-12-166-6/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@8162 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2060: Remove adviser from db structure.patdenice2010-12-145-38/+3
| | | | | | Remove adviser from user_list page and some db queries. git-svn-id: http://piwigo.org/svn/trunk@8131 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2060: Remove {$TAG_INPUT_ENABLED} from tpl files.patdenice2010-12-1425-71/+71
| | | | git-svn-id: http://piwigo.org/svn/trunk@8128 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2060: Remove adviser mode.patdenice2010-12-1421-116/+99
| | | | | | First commit: only php files. git-svn-id: http://piwigo.org/svn/trunk@8126 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r8124 from branch 2.1 to trunkpatdenice2010-12-141-5/+5
| | | | | | feature 2048: remove urlencode for technicals details (already escaped with http_build_query). git-svn-id: http://piwigo.org/svn/trunk@8125 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r8089 from branch 2.1 to trunkpatdenice2010-12-121-5/+15
| | | | | | feature 2057: use http_build_query instead of add_url_params for GET data. git-svn-id: http://piwigo.org/svn/trunk@8090 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2048: send technical details only to get_version_list.php of PEM API.patdenice2010-12-114-21/+23
| | | | git-svn-id: http://piwigo.org/svn/trunk@8084 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2057: use $get_data parameter to send GET data.patdenice2010-12-114-39/+85
| | | | git-svn-id: http://piwigo.org/svn/trunk@8083 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2048: add $conf['send_hosting_technical_details'] parameterpatdenice2010-12-111-3/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@8082 68402e56-0260-453c-a942-63ccdbb3a9ee
* Use POST to send server datapatdenice2010-12-111-7/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@8080 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2057: fetchRemote can send POST datapatdenice2010-12-111-14/+35
| | | | git-svn-id: http://piwigo.org/svn/trunk@8079 68402e56-0260-453c-a942-63ccdbb3a9ee
* css sprites (still ongoing)rvelices2010-12-112-4/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@8076 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 2048: send piwigo versionpatdenice2010-12-071-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@8022 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 2048: Send data to piwigo server anonymously (like php and mysql ↵patdenice2010-12-071-0/+17
| | | | | | versions) git-svn-id: http://piwigo.org/svn/trunk@8020 68402e56-0260-453c-a942-63ccdbb3a9ee
* Wrong smarty variable.patdenice2010-12-061-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@8014 68402e56-0260-453c-a942-63ccdbb3a9ee
* combined script now really merges filesrvelices2010-12-061-1/+0
| | | | | | added option $conf['template_combine_files'] by default true to enable/disable file combining git-svn-id: http://piwigo.org/svn/trunk@8012 68402e56-0260-453c-a942-63ccdbb3a9ee
* Missing quote in header.tpl.patdenice2010-12-061-1/+1
| | | | | | Add $id to script class (needed in cmp_by_mode_and_order function). git-svn-id: http://piwigo.org/svn/trunk@8008 68402e56-0260-453c-a942-63ccdbb3a9ee
* trunk admin theme goes with combine_script instead of old style known_script rvelices2010-12-0420-288/+255
| | | | git-svn-id: http://piwigo.org/svn/trunk@7995 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin theme uses combined_cssrvelices2010-12-032-5/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@7990 68402e56-0260-453c-a942-63ccdbb3a9ee
* css rules simplificationrvelices2010-11-246-32/+32
| | | | | | | | - merged rules - remove overly qualified inefficient selectors etc... git-svn-id: http://piwigo.org/svn/trunk@7869 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2040 added: automatic rotation of the photo based on EXIF Orientation.plegall2010-11-241-21/+81
| | | | | | | | | The code could have been shorter but this one 1) checks the resize dimension with the rotation in mind 2) rotates the photo once resized to reduce memory used. git-svn-id: http://piwigo.org/svn/trunk@7868 68402e56-0260-453c-a942-63ccdbb3a9ee
* small javascript and css simplificationrvelices2010-11-232-4/+47
| | | | git-svn-id: http://piwigo.org/svn/trunk@7852 68402e56-0260-453c-a942-63ccdbb3a9ee
* removed unused css rules from admin rvelices2010-11-192-6/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@7822 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge r7732 from br2.1 to trunkGotcha2010-11-091-1/+2
| | | | | | bug:1813 git-svn-id: http://piwigo.org/svn/trunk@7733 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] merge 7723 - nl_NL - add subscribe for NL to newsletterddtddt2010-11-091-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@7724 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r7555 from branch 2.1 to trunkplegall2010-11-012-2/+18
| | | | | | | | | bug 1988 fixed: avoid duplicate thumbnails for photos linked to several categories when managing all photos of one of these categories. git-svn-id: http://piwigo.org/svn/trunk@7556 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r7506 from branch 2.1 to trunkplegall2010-10-301-1/+12
| | | | | | | | | bug 1974 fixed: don't generate invalid creation date from IPTC, if month = 0 or day = 0, then month=1 and day=1. git-svn-id: http://piwigo.org/svn/trunk@7507 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r7504 from branch 2.1 to trunkplegall2010-10-302-2/+34
| | | | | | | | | bug 1906 fixed: during batch management, for a given category, use the category defined sort order for photos, not the generic order_by. git-svn-id: http://piwigo.org/svn/trunk@7505 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r7489 from branch 2.1 to trunkplegall2010-10-291-1/+1
| | | | | | | | bug 1908 fixed: protect the uploaded photo filename against SQL injection. git-svn-id: http://piwigo.org/svn/trunk@7490 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r7169 from branch 2.1 to trunkplegall2010-10-131-1/+1
| | | | | | | | | | bug 1914 fixed: broken admin web upload with PostgreSQL as database engine. The tablename to retrieve the inserted image is mandatory for PostgreSQL and was missing. Patch by netzimme. git-svn-id: http://piwigo.org/svn/trunk@7170 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1616: rename category into album, a few language keys were missingplegall2010-09-274-6/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@7024 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r7004 from branch 2.1 to trunkplegall2010-09-221-0/+4
| | | | | | | bug 1872 fixed: we need to call set_make_full_url() before creating urls provided in emails git-svn-id: http://piwigo.org/svn/trunk@7005 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1616: rename "category" into "album" (4th commit; almost there)rvelices2010-09-2120-37/+37
| | | | git-svn-id: http://piwigo.org/svn/trunk@6993 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1616: rename "category" into "album" (3rd commit; still to come)rvelices2010-09-2110-28/+28
| | | | git-svn-id: http://piwigo.org/svn/trunk@6988 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1616: rename "category" into "album" (second commit; still to come)rvelices2010-09-199-18/+18
| | | | git-svn-id: http://piwigo.org/svn/trunk@6969 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1616: rename "category" into "album" (first commit; still to come)rvelices2010-09-168-8/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@6951 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1845: be able to delete photos added through synhronization ↵rvelices2010-09-161-1/+1
| | | | | | (postgres compatibility) git-svn-id: http://piwigo.org/svn/trunk@6946 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix bug 1856 : CSRF issue that allow to change admin passwordnikrou2010-09-132-1/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@6897 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1845 : be able to delete photos added through ftp synchronizationrvelices2010-09-093-40/+40
| | | | git-svn-id: http://piwigo.org/svn/trunk@6873 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6724 from branch 2.1 to trunkpatdenice2010-07-281-0/+2
| | | | | | | Plugin version compare must return false if plugin version is "auto" (developpement version). Change language switch version number. git-svn-id: http://piwigo.org/svn/trunk@6725 68402e56-0260-453c-a942-63ccdbb3a9ee