aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/admin_multi_view/controller.php (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove Multi View from trunkmistic1002014-06-131-265/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@28693 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin multi view smaller controller size (use sans serif fonts, less margins ↵rvelices2013-02-231-2/+10
| | | | | | ...) git-svn-id: http://piwigo.org/svn/trunk@20977 68402e56-0260-453c-a942-63ccdbb3a9ee
* add link to purge templatesmistic1002012-05-201-0/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@15150 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2060: Remove adviser mode.patdenice2010-12-141-10/+1
| | | | | | First commit: only php files. git-svn-id: http://piwigo.org/svn/trunk@8126 68402e56-0260-453c-a942-63ccdbb3a9ee
* combined script now really merges filesrvelices2010-12-061-1/+23
| | | | | | 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
* merge from branch 2.1rvelices2010-05-251-7/+0
| | | | | | admin multi view controller does not use the selected theme css git-svn-id: http://piwigo.org/svn/trunk@6358 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge -r6236 from branch 2.1 (some odd stuff is going on - I couldn't use ↵rvelices2010-05-181-1/+3
| | | | | | | | svn for merging ... had to do it manually) multi view plugin can select inactive themes git-svn-id: http://piwigo.org/svn/trunk@6238 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1502: Fix admin multi view plugin.patdenice2010-03-131-9/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@5128 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin multi view plugin : new option "do not save page visits to history table"rvelices2009-11-051-1/+19
| | | | git-svn-id: http://piwigo.org/svn/trunk@4208 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix an issue on category modify (lock/unlock display was reversed) and ↵rvelices2008-08-281-1/+4
| | | | | | improved queries on submit git-svn-id: http://piwigo.org/svn/trunk@2490 68402e56-0260-453c-a942-63ccdbb3a9ee
* - admin multi view plugin allows to view the gallery as any user (not only ↵rvelices2008-05-151-33/+63
| | | | | | guest/admin) git-svn-id: http://piwigo.org/svn/trunk@2340 68402e56-0260-453c-a942-63ccdbb3a9ee
* - migrate many templates to smartyrvelices2008-02-281-1/+24
| | | | git-svn-id: http://piwigo.org/svn/trunk@2223 68402e56-0260-453c-a942-63ccdbb3a9ee
* - PWG_CHARSET, DB_CHARSET and DB_COLLATE... utf-8 readyrvelices2007-10-091-1/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@2127 68402e56-0260-453c-a942-63ccdbb3a9ee
* Revised to repsect HTML conformity and to remove a minor bug on template.vdigital2007-07-251-9/+18
| | | | | | Only the real administrator template is used for the Controller page. git-svn-id: http://piwigo.org/svn/trunk@2073 68402e56-0260-453c-a942-63ccdbb3a9ee
* admin multi view improvement: allow admins to change conf['show_queries'] ↵rvelices2007-05-161-0/+42
| | | | | | and conf['debug_l10n'] for their session ... git-svn-id: http://piwigo.org/svn/trunk@2016 68402e56-0260-453c-a942-63ccdbb3a9ee
* Some HTML changes to reach HTML 4.01 Strict!vdigital2007-02-171-2/+5
| | | | | | (New): Multi view include a minimal theme. git-svn-id: http://piwigo.org/svn/trunk@1833 68402e56-0260-453c-a942-63ccdbb3a9ee
* - plugins: added new action user_initrvelices2007-02-151-0/+113
- put in a new admin_multi_view:allows admins to change on the fly language/theme and view gallery as guest (useful for developers and just to show a 'new' way of using plugins) - removed some warnings from history.php and increased table width to 99% - remove unused admin language strings git-svn-id: http://piwigo.org/svn/trunk@1821 68402e56-0260-453c-a942-63ccdbb3a9ee