aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-02-18change color scheme on submit buttons for clear theme: white text on dark grayplegall3-5/+6
background and orange background on :hover. On many places, the submit buttons are now left aligned (instead of centered) On configuration option screens, the "Reset" button was removed: useless and confusing. Much simpler "Quick Local Synchronization" button on admin/intro.tpl for admin theme clear. git-svn-id: http://piwigo.org/svn/trunk@13244 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-18feature:2577patdenice1-2/+2
Automaticaly install smartpocket during install or upgrade. hide mobile theme from themes list on user side. git-svn-id: http://piwigo.org/svn/trunk@13242 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-15feature:2577patdenice1-2/+2
Add functionnality in core files. git-svn-id: http://piwigo.org/svn/trunk@13172 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-14feature 2575: redesign menubar on clear administration themeplegall1-6/+26
SVG icons with raphael.js (not sure this is the best way to add icons, it's a test) The menubar is sticked to the left border of the window. git-svn-id: http://piwigo.org/svn/trunk@13168 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-10feature 2568: redesigned order_by fields in Admin->Config->Options mistic1002-15/+7
git-svn-id: http://piwigo.org/svn/trunk@13087 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-10feature 2564: small changes in infos listmistic1001-6/+6
git-svn-id: http://piwigo.org/svn/trunk@13086 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-10feature 2564: display picture infos as listmistic1001-17/+22
git-svn-id: http://piwigo.org/svn/trunk@13084 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-10slight redesign on pending comments screenplegall2-5/+16
git-svn-id: http://piwigo.org/svn/trunk@13079 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-10feature 2565 added: pending comments screen, highlight selected commentsplegall1-0/+16
git-svn-id: http://piwigo.org/svn/trunk@13078 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-10feature 2564: redesign on photo administration screen.plegall2-163/+86
* one screen with several tabs (for now: properties + coi) * double select boxes for album associations and representation have been converted to simple multiple select boxes with jQuery Chosen * more details about the photo in an introduction text git-svn-id: http://piwigo.org/svn/trunk@13077 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-09- remove square/thumb from choices on picture rvelices1-1/+3
- fix content margin on password register - purge derivative cache by type of derivative - session saved infos/messages are not given to the page on html redirections - shorter/faster code in functions_xxx git-svn-id: http://piwigo.org/svn/trunk@13074 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-09feature 2471: improve visibility of the new "Zoom - Edit" links on eachplegall2-4/+5
thumbnails of the Batch Manager. git-svn-id: http://piwigo.org/svn/trunk@13066 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-09feature 2460 added: ability to Shift-click in the Batch Manager, to selectplegall1-7/+56
several photos easily. Patch from Dsls. git-svn-id: http://piwigo.org/svn/trunk@13065 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-09feature 2309 added: ability to "move photos" into an album from the Batchplegall1-1/+18
Manager, ie "dissociate from all albums" + "associate" in a single action. git-svn-id: http://piwigo.org/svn/trunk@13064 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-09feature 2470 added: ability to create a new album "on the fly" on theplegall3-99/+106
"associate to album" action of the Batch Manager. The code was moved from the upload form and is now used by the upload form + Batch Manager. git-svn-id: http://piwigo.org/svn/trunk@13063 68402e56-0260-453c-a942-63ccdbb3a9ee
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 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 ↵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.cssplegall2-3/+20
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.plegall4-177/+80
* 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 screensplegall2-173/+200
* 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-17update Piwigo headers to 2012, last change before the expected (or not) ↵mistic1002-2/+2
apocalypse git-svn-id: http://piwigo.org/svn/trunk@12922 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-29removed unused css rules rvelices2-3/+8
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)rvelices1-10/+11
git-svn-id: http://piwigo.org/svn/trunk@12650 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-15remove some useless css admin rulesrvelices1-27/+24
git-svn-id: http://piwigo.org/svn/trunk@12633 68402e56-0260-453c-a942-63ccdbb3a9ee