aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes_new.php (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bug corrected on install extension pages (plugins, themes and languages).patdenice2011-04-271-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@10638 68402e56-0260-453c-a942-63ccdbb3a9ee
* Change tabsheet place for plugins, themes and languages.patdenice2011-04-231-1/+0
| | | | | | Plugins, themes and languages use same update page. git-svn-id: http://piwigo.org/svn/trunk@10594 68402e56-0260-453c-a942-63ccdbb3a9ee
* Happy new year 2011plegall2011-01-181-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
* - Fix tab display on IEpatdenice2010-04-291-0/+4
| | | | | | - Display missing screenshot on themes_new if screenshot is missing. git-svn-id: http://piwigo.org/svn/trunk@6015 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add token to themes installation.patdenice2010-03-271-8/+18
| | | | | | Only webmasters can install new plugins, themes or languages. git-svn-id: http://piwigo.org/svn/trunk@5406 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1514: new screen to manage installed themes; activate, deactivate,plegall2010-03-171-9/+9
| | | | | | | | | | | | delete, set as default. plugins.class.php was merged back to a state it doesn't manage themes at all. themes.class.php was created instead, from a duplication of plugins.class.php and strongly modified then. feature 1507: the display of available themes is now much more "graphic". git-svn-id: http://piwigo.org/svn/trunk@5153 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1507: ability to install themes directly from piwigo.org/ext.plegall2010-03-151-0/+133
The theme manager backend for installation is the plugin manager backend, because they are very close. thanks to feature:1502, installing a theme and installing a plugin are very similare operations. The only differences are the installation directory and the main file to find in the archive. This is only the very first step, the "add new theme" screen needs many improvements, to begin with display style. git-svn-id: http://piwigo.org/svn/trunk@5143 68402e56-0260-453c-a942-63ccdbb3a9ee