aboutsummaryrefslogtreecommitdiffstats
path: root/admin.php (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-01-14happy new year 2016, all headers updatedplegall1-1/+1
2015-10-09fix #357 make orphans photos more obviousplegall1-0/+13
... and easy to delete them all in one click. The orpans, if any, is shown as an entry in the "Photos" menu (link on Batch Manager). In the Batch Manager, new action "delete_orphans" next to prefilter.
2014-06-02feature 3010 : replace trigger_action/event by trigger_notify/changemistic1001-4/+4
git-svn-id: http://piwigo.org/svn/trunk@28587 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-05-17- dont't invalidate_user_cache on batch manager refresh photo set or ↵rvelices1-1/+0
add/remove caddie or generate/delete derivatives - removed double sql query from batch_manager_global git-svn-id: http://piwigo.org/svn/trunk@28490 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-05Update headers to 2014. Happy new year!!mistic1001-1/+1
git-svn-id: http://piwigo.org/svn/trunk@26461 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-16invalidate_user_cache fix in web service method + do not invalidate user ↵rvelices1-7/+3
cache on every page hit on album list, photo etc ... git-svn-id: http://piwigo.org/svn/trunk@25975 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-12bug 2953 fixed: ['QUERY_STRING'] is not alway setplegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@25930 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-22feature 2920 added: change admin screen "pending comments" to "all comments".plegall1-1/+14
Now the administrator can filter on "all" or "pending" with a single click. In the admin menu, we display the number of pending comments. git-svn-id: http://piwigo.org/svn/trunk@25084 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-10feature 2969: Unified Batch Manager URLmistic1001-2/+2
git-svn-id: http://piwigo.org/svn/trunk@24834 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-02-07replaced page_messages.php with a function to callrvelices1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@20609 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-01 update Piwigo headers to 2013 (the end of the world didn't occur as ↵plegall1-1/+1
expected on r12922) git-svn-id: http://piwigo.org/svn/trunk@19703 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-12- remove unsed code; shorten existing code and improve readability ...rvelices1-1/+0
git-svn-id: http://piwigo.org/svn/trunk@18628 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-04feature 2761: Pass all kind of messages through session on admin mistic1001-29/+2
git-svn-id: http://piwigo.org/svn/trunk@18463 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-25merge r17008 from branch 2.4 to trunkplegall1-0/+18
feature 2693 added: automatically show link to caddie if caddie not empty git-svn-id: http://piwigo.org/svn/trunk@17009 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-23feature 2703: make it easy for plugins to add tabs in admin screensmistic1001-0/+1
centralize all core tabs in one file git-svn-id: http://piwigo.org/svn/trunk@16928 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-05-21feature 2606: remove original multiple size configuration screenplegall1-1/+0
git-svn-id: http://piwigo.org/svn/trunk@15230 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-20feature 2581: new design on albums list management.plegall1-2/+0
icons removed, replaced by text links visible on :hover better ergonomy for automatic order: the "save manual order" submit button only appears when a change is detected in the album ordering. The "automatic sort order" becomes a dedicated fieldset, hidden by default, displayed "on user demand". new virtual album form displayed only "on user demand" cat_list, cat_move and permalinks are 3 tabs for the "Albums > Manage" link in the menubar. permalinks admin page slightly redesign: fieldsets instead of centered h3, "on user demand" form to add/modify permalinks. git-svn-id: http://piwigo.org/svn/trunk@13282 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-19convert tabulations into 2-spaces for indentation (introduced in r13240)plegall1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@13258 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-18- multisize thumb longest side can be smaller than the square sizervelices1-2/+2
- remove unused css, shorten/optimize php called very often (at least theoretically should be faster) git-svn-id: http://piwigo.org/svn/trunk@13240 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-10feature 2564: redesign on photo administration screen.plegall1-0/+13
* 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-03feature 2561: fix links on album administration screensplegall1-2/+1
git-svn-id: http://piwigo.org/svn/trunk@13025 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-01feature 2561: redesign on album administration screen.plegall1-0/+12
* 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-20feature 2548 multisize rvelices1-1/+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) ↵mistic1001-1/+1
apocalypse git-svn-id: http://piwigo.org/svn/trunk@12922 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-14feature:2549 Allow to disable comments for everybody mistic1001-1/+5
git-svn-id: http://piwigo.org/svn/trunk@12887 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-01feature 2541 multisizervelices1-0/+1
- admin GUI for choosing derivative parameters + persistence git-svn-id: http://piwigo.org/svn/trunk@12820 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-08bug 2434 fixed: try to stay on the same page when changing admin colorsplegall1-2/+28
git-svn-id: http://piwigo.org/svn/trunk@12102 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-14merge r11367 from branch 2.2 to trunkplegall1-1/+1
bug 2344 fixed: all "Go to Home" links depends on the user defined "Gallery URL". git-svn-id: http://piwigo.org/svn/trunk@11368 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-11merge r11328 from branch 2.2 to trunkplegall1-1/+2
bug 2339 fixed: admin.php calls sync_users() only if external_authentification is true, not at random git-svn-id: http://piwigo.org/svn/trunk@11329 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-03store display order of plugins_new in a session varmistic1001-0/+7
git-svn-id: http://piwigo.org/svn/trunk@11222 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-25Load tags for tokeninput directly in html page. Ajax is too slow.patdenice1-13/+0
git-svn-id: http://piwigo.org/svn/trunk@11039 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-11add the trigger_action 'loc_begin_admin_page'mistic1001-0/+1
git-svn-id: http://piwigo.org/svn/trunk@10849 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-23Change tabsheet place for plugins, themes and languages.patdenice1-3/+3
Plugins, themes and languages use same update page. git-svn-id: http://piwigo.org/svn/trunk@10594 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-20feature:2271patdenice1-0/+1
Merge autoupdate plugin into piwigo core. git-svn-id: http://piwigo.org/svn/trunk@10511 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-24bug 2202 fixed: invalidate_user_cache() must be called before any redirect ↵plegall1-40/+63
in included files git-svn-id: http://piwigo.org/svn/trunk@9368 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-23feature 2200: bug fixed when there is no ?page= in URL (on admin homepage)plegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@9358 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-23feature 2200 added: clean alias for plugin administration pagesplegall1-0/+12
git-svn-id: http://piwigo.org/svn/trunk@9357 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-08fix admin call to invalidate_user_cache (done less often)rvelices1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@9127 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-02bug 2176 fixed: remove the direct link to Caddie from the administrationplegall1-1/+0
menubar, the "Batch Manager" link does exactly the same by default. git-svn-id: http://piwigo.org/svn/trunk@9057 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-19feature 1289 added: easy "delete orphan tags" function. On the "tags"plegall1-0/+6
administration page, a warning message is displayed if you have at least one orphan tag + direct action to delete them. git-svn-id: http://piwigo.org/svn/trunk@8762 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18- batch manager was not calling invalidate_user_cachervelices1-3/+10
- batch manager can delete photos added by ftp - call sync_users on admin page less often (too many sql queries) git-svn-id: http://piwigo.org/svn/trunk@8756 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18Happy new year 2011plegall1-2/+2
Change "Piwigo - a PHP based picture gallery" into "Piwigo - a PHP based photo gallery" git-svn-id: http://piwigo.org/svn/trunk@8728 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-13feature 2108 added: user upload removed from core. It will come back as aplegall1-1/+0
"new generation" user upload in the Community plugin. git-svn-id: http://piwigo.org/svn/trunk@8651 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-01bug fixed: caddie and recent pictures in the admin menu now goes to the new ↵plegall1-2/+2
Batch Manager git-svn-id: http://piwigo.org/svn/trunk@8423 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-30feature 2089: implement the "Bulk Manager" plugin as the new "Batch Manager".plegall1-0/+1
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-17merge r8167 from branch 2.1 to trunkplegall1-0/+6
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-05-26merge r6361 from branch 2.1 to trunkplegall1-0/+1
feature 1697: ability to deactivate the synchronization method to add photos. git-svn-id: http://piwigo.org/svn/trunk@6365 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-29bug 1613 fixed: split the "pending" screen into 2 distinct sections :plegall1-1/+2
admin>photos>pending + admin>tools>pending comments. git-svn-id: http://piwigo.org/svn/trunk@5997 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-21Feature 1620 : add triggers on admin side for categories and batch mode.nikrou1-0/+5
git-svn-id: http://piwigo.org/svn/trunk@5933 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-09feature 1587: move advanced features screen into maintenance screen.plegall1-1/+0
git-svn-id: http://piwigo.org/svn/trunk@5745 68402e56-0260-453c-a942-63ccdbb3a9ee