aboutsummaryrefslogtreecommitdiffstats
path: root/admin (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-02-06multisize - added the coi (still to affine the admin ui + language)rvelices4-1/+174
multisize - derivatives can be revuild from a larger derviative instead of the original git-svn-id: http://piwigo.org/svn/trunk@13038 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-05multisize rvelices2-19/+28
- watermarks loaded also from local dir - fix/simplify algo for cropping - imagick use scaleImage (fast) before resizeImage (slow) if the original is a lot bigger than the requested size git-svn-id: http://piwigo.org/svn/trunk@13035 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-05feature 2562 added: pre-cache thumbnail at upload timeplegall1-0/+18
git-svn-id: http://piwigo.org/svn/trunk@13030 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-03feature 2561: fix links on album administration screensplegall2-4/+1
git-svn-id: http://piwigo.org/svn/trunk@13025 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-03smarter use of jQuery closure to manage conditional display of optionsplegall2-102/+35
git-svn-id: http://piwigo.org/svn/trunk@13024 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-02feature 2548 multisize - custom sizes restricted to those requested by ↵rvelices3-10/+14
theme/plugin code refacto git-svn-id: http://piwigo.org/svn/trunk@13021 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-02feature 2561: move some CSS rules from cat_modify.tpl to theme.cssplegall3-3/+25
git-svn-id: http://piwigo.org/svn/trunk@13020 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-02bug fix: now DerivativeImage::thumb_url needs the image_idplegall1-0/+1
git-svn-id: http://piwigo.org/svn/trunk@13019 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-02bug fix: avoid Javascript errors on uploadify-check-existing.phpplegall1-0/+1
git-svn-id: http://piwigo.org/svn/trunk@13018 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-01feature 2561: redesign on album administration screen.plegall12-405/+223
* only one form on the screen and several tabs * simpler URL pattern : page=album-123-properties / page=album-123-sort_order / page=album-123-permissions * action to associate all photos of an album to another (new) virtual album was removed. This can be easily done with the new Batch Manager * notification by email on an album still has to be moved on a new dedicated tab * action icons (jump to album, manage photos, manage sub-albums, delete album...) replaced by plain text links git-svn-id: http://piwigo.org/svn/trunk@13013 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-31feature 2559: minor redesign on configuration screensplegall3-203/+203
* hide "rate_anonymous" when "rate" is deactivated * hide "email_admin_on_new_user" when "allow_user_registration" is deactivated * move history settings on main tab * turn the 3 lines for history into a single line with 3 checkboxes * for comments, turn the "notify admin" settings into a single line with 4 checkboxes TODO: remove obsolete language keys git-svn-id: http://piwigo.org/svn/trunk@13004 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-31bug 2558 fixed: instead of locking the gallery with a simple checkbox amongplegall4-22/+39
configuration options, "lock gallery" becomes a maintenance action, with a confirmation on popup. git-svn-id: http://piwigo.org/svn/trunk@13001 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-24feature 2548 multisize - watermark for imagick extensionrvelices1-23/+36
git-svn-id: http://piwigo.org/svn/trunk@12956 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-24feature 2548 multisize rvelices1-0/+70
- added define_derivative template functiion for themes and plugins - code cleanup, new events ... git-svn-id: http://piwigo.org/svn/trunk@12954 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-20feature 2548 multisize rvelices5-313/+0
- comments thumbnails + no more hard coded thumbnail sizes in css - removed admin thumbnail page + language cleanup git-svn-id: http://piwigo.org/svn/trunk@12930 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-17update Piwigo headers to 2012, last change before the expected (or not) ↵mistic10069-69/+69
apocalypse git-svn-id: http://piwigo.org/svn/trunk@12922 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-17feature 2548 multisize - implement delete_element_derivativesrvelices2-58/+59
git-svn-id: http://piwigo.org/svn/trunk@12917 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-17feature 2548 (multiple size): better delete derivatives in add_uploaded_fileplegall1-0/+2
function when performing an update of a photo. git-svn-id: http://piwigo.org/svn/trunk@12907 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-17feature 2548 (multiple sizes): adapt the web API method pwg.images.add (usedplegall2-13/+25
by pLoader, Digikam, Lightroom, iPhoto), pwg.images.checkFiles (pLoader only). The "resize" parameter was removed for pwg.images.add since this behavior becomes the default behavior in Piwigo 2.4. Just like pwg.images.addSimple, pwg.images.add now uses the add_uploaded_file function (next step is to merge pwg.images.add and pwg.images.addSimple) git-svn-id: http://piwigo.org/svn/trunk@12906 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-15feaure:2379 option to display user comments sorted new>old instead of old>new mistic1002-1/+11
git-svn-id: http://piwigo.org/svn/trunk@12894 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-15feature:2549 fix javascript (hide/show didn't work correctly)mistic1001-5/+5
git-svn-id: http://piwigo.org/svn/trunk@12892 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-14feature:2549 Allow to disable comments for everybody mistic10011-40/+92
git-svn-id: http://piwigo.org/svn/trunk@12887 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-14feature:2021 change contents of the mail + add option on admin/user_listmistic1003-1/+34
git-svn-id: http://piwigo.org/svn/trunk@12886 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-14feature:2021 email notification on user creation, add checkboxes on register ↵mistic1001-5/+9
and install pages git-svn-id: http://piwigo.org/svn/trunk@12885 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-14feature:2517 ability to change username. admins can change usernames, users ↵mistic1001-11/+9
are notified by mail git-svn-id: http://piwigo.org/svn/trunk@12882 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-12feature 2548, multiple size:plegall9-495/+146
* adapt the upload script * remove the resize settings screen * add a new screen [Administration > Configuration > Options > Photo Sizes] with the ability to resize original after upload git-svn-id: http://piwigo.org/svn/trunk@12879 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-12bug 2553 hide menubar/register on indentification page if gallery is locked ↵rvelices1-1/+1
or guest_access is false git-svn-id: http://piwigo.org/svn/trunk@12878 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-12remove max photo width/height from user profile because not used anymore rvelices4-43/+3
git-svn-id: http://piwigo.org/svn/trunk@12877 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-11bug 2554 php warning PHPWG_URL is not defined in page_tail.inc.php rvelices1-25/+7
git-svn-id: http://piwigo.org/svn/trunk@12875 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-10bug:2540 When default photos order is only by rank, failure outside albumsmistic1002-11/+41
define a default order_by + some javascript for limit number of fields git-svn-id: http://piwigo.org/svn/trunk@12872 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-08feature 2548 multisize - added a page to build missing derivatives rvelices5-3/+184
- browser driven, chained ws calls to retrieve urls, visual feedback of progress through slideshow git-svn-id: http://piwigo.org/svn/trunk@12865 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-05feature 2548 multisize - improved picture.php display (original...) + code ↵rvelices3-31/+2
cleanup git-svn-id: http://piwigo.org/svn/trunk@12855 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-05feature 2548 multisize - sharpen + watermarks (partially implemented / no ↵rvelices3-7/+255
test with imagick extension) git-svn-id: http://piwigo.org/svn/trunk@12851 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-03feature 2548 multisizervelices6-341/+170
- rewrote local site sync + metadata sync git-svn-id: http://piwigo.org/svn/trunk@12831 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-02feature 2541: "Derivatives" is a technical name. Replaced by "Multiple Size"plegall2-2/+2
on administration screens. (and this screen may be move in the option "tabs", we'll see later) git-svn-id: http://piwigo.org/svn/trunk@12829 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-02checkbox "apply on sub" after the buttonflop252-3/+5
better "if isset" to avoid errors if no user have been selected git-svn-id: http://piwigo.org/svn/trunk@12825 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-01feature 2541 multisizervelices4-6/+333
- admin GUI for choosing derivative parameters + persistence git-svn-id: http://piwigo.org/svn/trunk@12820 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-29fetaure 2542 replace $conf['local_data_dir'] with $conf['data_location'] and ↵rvelices1-8/+7
move combined files and image derivatives from local to _data git-svn-id: http://piwigo.org/svn/trunk@12802 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-27feature 2541 multisizervelices4-2/+88
- nicer presentation on picture.php - added a maintenance purge derivatives action git-svn-id: http://piwigo.org/svn/trunk@12797 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-27feature 2541 multisizervelices10-28/+30
- core implementation + usage on most public/admin pages - still to do: sync process, upload, gui/persistence for size parameters, migration script, center of interest ... git-svn-id: http://piwigo.org/svn/trunk@12796 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-22bug:1711 sort photos by name mistic1002-0/+2
git-svn-id: http://piwigo.org/svn/trunk@12782 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-17merge r12762 from branch 2.3 to trunkplegall1-8/+3
bug 2536 fixed: a new virtual album is now added on top of the list of other albums in the parent album (instead of bottom). git-svn-id: http://piwigo.org/svn/trunk@12763 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-17bug:2537patdenice1-4/+4
Thumbnail creation may crash on some servers git-svn-id: http://piwigo.org/svn/trunk@12756 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-16bug:2535patdenice1-33/+46
Image is not cropped and ressized if requested size is bigger than image size. git-svn-id: http://piwigo.org/svn/trunk@12749 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-16merge r12747 from branch 2.3 to trunkplegall1-6/+0
bug 2534 fixed: clean (as clean as possible with MySQL+MyISAM) handle of concurrency on user cache refresh. No more error when regenerating several thumbnails at once. git-svn-id: http://piwigo.org/svn/trunk@12748 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-04language cleanup (exact duplicates or almost same duplicate - capital/lower ↵rvelices3-4/+4
case first letter ...) git-svn-id: http://piwigo.org/svn/trunk@12693 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-01language cleanup (exact duplicates or almost same duplicate - capital/lower ↵rvelices5-5/+5
case first letter ...) git-svn-id: http://piwigo.org/svn/trunk@12681 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-01language cleanup (exact duplicates or almost same duplicate)rvelices2-3/+3
git-svn-id: http://piwigo.org/svn/trunk@12677 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-29removed unused css rules rvelices4-15/+27
git-svn-id: http://piwigo.org/svn/trunk@12670 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-21feature 2486: Add an admin view for rates by user (improvement)rvelices2-33/+47
git-svn-id: http://piwigo.org/svn/trunk@12650 68402e56-0260-453c-a942-63ccdbb3a9ee