aboutsummaryrefslogtreecommitdiffstats
path: root/themes/dark (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feature 2027 implemented: the "lost password" feature was rewritten.plegall2011-08-241-0/+4
| | | | | | | | | | | | | | | The algorithm is highly inspired from WordPress : 1) in a single field, you give a username or an email 2) Piwigo sends an email with the activation key 3) the user clicks on the link in the email (with the activation key) and is able to set a new password The "lost password" feature is no longer limited to "classic" users: administrators and webmasters can use it too (no need to tell webmasters that they can only change their password in the database) git-svn-id: http://piwigo.org/svn/trunk@11992 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update versions for plugins, themes and languages.patdenice2011-04-131-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@10351 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update plugins, themes and languages versions.patdenice2011-03-041-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@9522 68402e56-0260-453c-a942-63ccdbb3a9ee
* Happy new year 2011plegall2011-01-182-4/+4
| | | | | | | 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
* dark theme same border colors for image thumbnails as category thumbnailsrvelices2011-01-032-11/+5
| | | | | | removed bg image for picture page header (the gradient was not anymore in continuation with the toolbar) git-svn-id: http://piwigo.org/svn/trunk@8462 68402e56-0260-453c-a942-63ccdbb3a9ee
* simplify inefficient CSS rules according to pagespeedrvelices2010-12-261-4/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@8306 68402e56-0260-453c-a942-63ccdbb3a9ee
* - more efficient css rules (according to pagespeed)rvelices2010-12-231-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@8269 68402e56-0260-453c-a942-63ccdbb3a9ee
* css sprites for all themesrvelices2010-12-163-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@8161 68402e56-0260-453c-a942-63ccdbb3a9ee
* css sprites - almost done - still to implement nice colors and hover effect ↵rvelices2010-12-143-4/+12
| | | | | | for clear and sylvia git-svn-id: http://piwigo.org/svn/trunk@8119 68402e56-0260-453c-a942-63ccdbb3a9ee
* -fix css rulesrvelices2010-11-251-2/+2
| | | | | | | - comment_list.tpl style was broken - picture_nav_buttons.tpl shorter javascript git-svn-id: http://piwigo.org/svn/trunk@7877 68402e56-0260-453c-a942-63ccdbb3a9ee
* css rules simplificationrvelices2010-11-241-5/+5
| | | | | | | | - merged rules - remove overly qualified inefficient selectors etc... git-svn-id: http://piwigo.org/svn/trunk@7869 68402e56-0260-453c-a942-63ccdbb3a9ee
* moved content of not-ie.css (1 rule) into theme.css and obsoleted not-ie.cssrvelices2010-06-151-1/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@6531 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix some issues on NBM: move css rules to mail body if it's possible.patdenice2010-04-071-5/+2
| | | | | | Remove fieldset on available plugins page. git-svn-id: http://piwigo.org/svn/trunk@5695 68402e56-0260-453c-a942-63ccdbb3a9ee
* Core themes are prepared for integration into piwigo.org/extplegall2010-03-291-0/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@5442 68402e56-0260-453c-a942-63ccdbb3a9ee
* increase copyright year to 2010plegall2010-03-192-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@5196 68402e56-0260-453c-a942-63ccdbb3a9ee
* - allow template class to be instantiated with an empty theme (in plugins ↵rvelices2010-03-181-1/+1
| | | | | | | | | for example) - local_head must now be defined in the themeconf.inc.php otherwise not taken into account (avoid several calls to file_exists) - renamed themeconf['theme'] to themeconf['name'] (this is what it is themeconf[theme] is confusing) git-svn-id: http://piwigo.org/svn/trunk@5177 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1514: new screen to manage installed themes; activate, deactivate,plegall2010-03-171-0/+0
| | | | | | | | | | | | 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 1502patdenice2010-03-131-4/+4
| | | | | | | | Move mail images. Change image path in mail-css files. Remove local css file for NBM. git-svn-id: http://piwigo.org/svn/trunk@5125 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1502: based on Dotclear model, P@t has reorganized the way Piwigoplegall2010-03-137-0/+154
manages template/theme in a simpler "theme only level" architecture. It supports multiple level inheritance. git-svn-id: http://piwigo.org/svn/trunk@5123 68402e56-0260-453c-a942-63ccdbb3a9ee