aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-02-07upgrade jquery to 1.7.1rvelices1-8/+12
mouseout on index drop down bozes improved multisize center of interest git-svn-id: http://piwigo.org/svn/trunk@13052 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-06multisize - added the coi (still to affine the admin ui + language)rvelices2-1/+72
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-03smarter use of jQuery closure to manage conditional display of optionsplegall1-102/+31
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 ↵rvelices1-1/+1
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.cssplegall1-3/+3
git-svn-id: http://piwigo.org/svn/trunk@13020 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.plegall3-176/+73
* 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 screensplegall1-109/+183
* 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 amongplegall2-11/+9
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-20feature 2548 multisize rvelices2-165/+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-15feaure:2379 option to display user comments sorted new>old instead of old>new mistic1001-0/+7
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 mistic1006-2/+32
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_listmistic1002-1/+2
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:plegall2-164/+47
* 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 rvelices2-36/+0
git-svn-id: http://piwigo.org/svn/trunk@12877 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-10bug:2540 When default photos order is only by rank, failure outside albumsmistic1001-9/+29
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 rvelices2-0/+153
- 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 ↵rvelices1-12/+0
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 ↵rvelices1-1/+60
test with imagick extension) git-svn-id: http://piwigo.org/svn/trunk@12851 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 buttonflop251-2/+2
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 multisizervelices2-0/+80
- admin GUI for choosing derivative parameters + persistence git-svn-id: http://piwigo.org/svn/trunk@12820 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-27feature 2541 multisizervelices1-0/+1
- 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 multisizervelices1-2/+2
- 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-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 ↵rvelices3-3/+3
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-21feature 2486: Add an admin view for rates by user (improvement)rvelices1-10/+11
git-svn-id: http://piwigo.org/svn/trunk@12650 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-15merge r12629 from branch 2.3 to trunkplegall1-10/+12
bug 2506 fixed: Batch Manager does not take permissions into account when filtering on tags feature 2507 added: Batch Manager can filter on "all tags" or "any tag" git-svn-id: http://piwigo.org/svn/trunk@12630 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-14feature 2486: Add an admin view for rates by user rvelices1-0/+76
git-svn-id: http://piwigo.org/svn/trunk@12624 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-12bug:2501 Tooltip mistranslated in the themes manager mistic1003-8/+8
git-svn-id: http://piwigo.org/svn/trunk@12613 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-12feature:2466 Display high-definition dimensions in picture_modifymistic1001-0/+5
(file size was already displayed) git-svn-id: http://piwigo.org/svn/trunk@12612 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-28feature 2477: remove unnecesary admin css rules / html elementsrvelices1-10/+10
git-svn-id: http://piwigo.org/svn/trunk@12528 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-26bug:2484patdenice1-1/+1
wrong tooltip on header/footer tooltips in administration git-svn-id: http://piwigo.org/svn/trunk@12521 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-18admin remove unused css rules + unused class names from html elementsrvelices9-30/+30
git-svn-id: http://piwigo.org/svn/trunk@12482 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-17feature:2471 [Batch Manager] "zoom" and "edit" links over each thumbnail mistic1001-12/+18
git-svn-id: http://piwigo.org/svn/trunk@12474 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-17bug:2476 Increase the maximum display of thumbnails, now limited to 3 digits ↵mistic1002-2/+2
(999 thumbnails) git-svn-id: http://piwigo.org/svn/trunk@12470 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-16[trunk] - language - bug:2474ddtddt1-5/+5
git-svn-id: http://piwigo.org/svn/trunk@12456 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-13bug 2469 compiled_template_cache_language option does not work properly on ↵rvelices5-10/+10
some language keys because of double escaping git-svn-id: http://piwigo.org/svn/trunk@12427 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-12bug 2458 - fixed missing language key in batch managerrvelices1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@12421 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-29Add missing language keys for auto-upgrade (only error keys).patdenice1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@12261 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-17feature 2441 added: no need to have the HD to regenerate the websize if theplegall1-1/+2
current websize is bigger than resize settings. When it occurs, we move the current websize as HD and create the new websize from it. git-svn-id: http://piwigo.org/svn/trunk@12175 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-09upload form: automatically focus on the album name when opening the create ↵plegall1-7/+7
album form git-svn-id: http://piwigo.org/svn/trunk@12124 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-08bug 2435 fixed: on the upload form, when no album available, hide the albumplegall1-2/+18
selection listbox and if no album is selected, trigger an error before starting any upload. git-svn-id: http://piwigo.org/svn/trunk@12106 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-08feature 2431: only keep MySQL on installation formplegall1-53/+0
git-svn-id: http://piwigo.org/svn/trunk@12103 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-06bug 2432 fixed: on the upload form, when a new album is created, it mustplegall1-1/+1
automatically the selected album. The update of jQuery 1.6.2 must have broken this feature. git-svn-id: http://piwigo.org/svn/trunk@12065 68402e56-0260-453c-a942-63ccdbb3a9ee