aboutsummaryrefslogtreecommitdiffstats
path: root/admin (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-01-01bug fixed: caddie and recent pictures in the admin menu now goes to the new ↵plegall1-0/+7
Batch Manager git-svn-id: http://piwigo.org/svn/trunk@8423 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-01feature 2092 added: Batch Manager can filter all photos with no tagplegall3-4/+106
feature 1866 added: Batch Manager can synchronize metadata git-svn-id: http://piwigo.org/svn/trunk@8422 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-31feature 2091: Batch Manager, find all orphan photosplegall2-1/+16
git-svn-id: http://piwigo.org/svn/trunk@8419 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-31feature 2089: finish removing element_set, now it's time for batch_managerplegall10-1419/+5
git-svn-id: http://piwigo.org/svn/trunk@8417 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-31feature 2089: file forgotten in r8413plegall1-0/+293
git-svn-id: http://piwigo.org/svn/trunk@8414 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-31feature 2089: Batch Manager, switch from global to unit mode with tabsplegall4-26/+185
git-svn-id: http://piwigo.org/svn/trunk@8413 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-31Batch Manager:plegall3-73/+41
* add l0n to the new Batch Manager where is was missing * change photo "name" to photo "title" * change the way we display "Select all" and "Select the whole set" git-svn-id: http://piwigo.org/svn/trunk@8408 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-31feature 2060: remove adviser mode on the new Batch Managerplegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@8407 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-31feature 2089: add the "duplicates" feature to the new Batch Manager andplegall4-10/+35
simplify the algorithm. The duplicates do not rely on physical albums, just on duplicate filenames. git-svn-id: http://piwigo.org/svn/trunk@8404 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-31feature 2089: add the "not_linked" feature as "with no virtual album" in theplegall4-54/+52
new Batch Manager. git-svn-id: http://piwigo.org/svn/trunk@8403 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-30feature 2089: remove some useless commented code, only "not_linked" andplegall1-41/+1
"duplicates" presets are not available in the new Batch Manager. git-svn-id: http://piwigo.org/svn/trunk@8399 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-30feature 2089: report feature:1845 in the new Batch Manager.plegall2-23/+9
+ once the photos are deleted, redirect the page to reset the current photo set and avoid being on an empty 2nd page. git-svn-id: http://piwigo.org/svn/trunk@8398 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-30feature 1906: report the "use the album defined sort order" in the new Batchplegall1-5/+36
Manager. git-svn-id: http://piwigo.org/svn/trunk@8397 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-30icons to remove filtersplegall5-2/+2
git-svn-id: http://piwigo.org/svn/trunk@8396 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-30feature 2089: implement the "Bulk Manager" plugin as the new "Batch Manager".plegall4-0/+1491
The new "Batch Manager" offers as many features as the old "Bulk Manager" and more to come. The old Batch Manager (Caddie/Recent Pictures) is not removed yet and changes that occured since last summer are not reported yet in the Batch Manager: category/album, photo order for a given album, deletion of synchronized photos. git-svn-id: http://piwigo.org/svn/trunk@8394 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-29some admin theme cleanup - remove unused cssrvelices2-33/+32
git-svn-id: http://piwigo.org/svn/trunk@8383 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-29some admin theme cleanup - remove unused css, unused icons rvelices10-50/+0
git-svn-id: http://piwigo.org/svn/trunk@8382 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-27feature 2087 added: use a checkbox in the installation screen for newsletter ↵plegall1-14/+39
subscription git-svn-id: http://piwigo.org/svn/trunk@8311 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-26feature 2086 added: switch installation screen to a clear background themeplegall6-88/+111
git-svn-id: http://piwigo.org/svn/trunk@8310 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-23feature 2081 added: ability to choose what to do with photos when deleting anplegall1-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
2010-12-23simpler code, useless to convert value twiceplegall1-8/+2
git-svn-id: http://piwigo.org/svn/trunk@8253 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-23feature 2083 added: implement method pwg.images.addSimple in coreplegall2-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
2010-12-23removed unused files / code / css; shorter codervelices4-125/+18
git-svn-id: http://piwigo.org/svn/trunk@8247 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-23Add delete_compiled_templates on plugin update version.rub1-0/+3
git-svn-id: http://piwigo.org/svn/trunk@8245 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-22feature 2048 removed (and was never released): no data are sent anonymously ↵plegall4-23/+3
to piwigo.org for statistics purpose git-svn-id: http://piwigo.org/svn/trunk@8238 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-22feature 2077 added: when ImageMagick is active, ability to remove or resizeplegall4-23/+182
the high definition version of the photo. git-svn-id: http://piwigo.org/svn/trunk@8227 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-21feature 2076 added: automatically use ImageMagick (imagick) instead of GD ifplegall1-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
2010-12-17merge r8167 from branch 2.1 to trunkplegall1-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
2010-12-16jquery upgrade to 1.4.4rvelices6-6/+6
git-svn-id: http://piwigo.org/svn/trunk@8162 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-14feature 2060: Remove adviser from db structure.patdenice5-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
2010-12-14feature 2060: Remove {$TAG_INPUT_ENABLED} from tpl files.patdenice25-71/+71
git-svn-id: http://piwigo.org/svn/trunk@8128 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-14feature 2060: Remove adviser mode.patdenice21-116/+99
First commit: only php files. git-svn-id: http://piwigo.org/svn/trunk@8126 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-14merge r8124 from branch 2.1 to trunkpatdenice1-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
2010-12-12merge r8089 from branch 2.1 to trunkpatdenice1-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
2010-12-11feature 2048: send technical details only to get_version_list.php of PEM API.patdenice4-21/+23
git-svn-id: http://piwigo.org/svn/trunk@8084 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-11feature 2057: use $get_data parameter to send GET data.patdenice4-39/+85
git-svn-id: http://piwigo.org/svn/trunk@8083 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-11feature 2048: add $conf['send_hosting_technical_details'] parameterpatdenice1-3/+4
git-svn-id: http://piwigo.org/svn/trunk@8082 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-11Use POST to send server datapatdenice1-7/+6
git-svn-id: http://piwigo.org/svn/trunk@8080 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-11feature 2057: fetchRemote can send POST datapatdenice1-14/+35
git-svn-id: http://piwigo.org/svn/trunk@8079 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-11css sprites (still ongoing)rvelices2-4/+6
git-svn-id: http://piwigo.org/svn/trunk@8076 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-07Feature 2048: send piwigo versionpatdenice1-0/+1
git-svn-id: http://piwigo.org/svn/trunk@8022 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-07Feature 2048: Send data to piwigo server anonymously (like php and mysql ↵patdenice1-0/+17
versions) git-svn-id: http://piwigo.org/svn/trunk@8020 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-06Wrong smarty variable.patdenice1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@8014 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-06combined script now really merges filesrvelices1-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
2010-12-06Missing quote in header.tpl.patdenice1-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
2010-12-04trunk admin theme goes with combine_script instead of old style known_script rvelices20-288/+255
git-svn-id: http://piwigo.org/svn/trunk@7995 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-03admin theme uses combined_cssrvelices2-5/+8
git-svn-id: http://piwigo.org/svn/trunk@7990 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-11-24css rules simplificationrvelices6-32/+32
- merged rules - remove overly qualified inefficient selectors etc... git-svn-id: http://piwigo.org/svn/trunk@7869 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-11-24feature 2040 added: automatic rotation of the photo based on EXIF Orientation.plegall1-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
2010-11-23small javascript and css simplificationrvelices2-4/+47
git-svn-id: http://piwigo.org/svn/trunk@7852 68402e56-0260-453c-a942-63ccdbb3a9ee