aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - allow template class to be instantiated with an empty theme (in plugins ↵rvelices2010-03-188-26/+22
| | | | | | | | | 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
* - removed compatibility with php4 (file_put_contents exists in php5)rvelices2010-03-183-31/+9
| | | | | | - when synchronizing local files , sort them alphabetically git-svn-id: http://piwigo.org/svn/trunk@5176 68402e56-0260-453c-a942-63ccdbb3a9ee
* tiny reordering in the categories menu : "manage" comes firt.plegall2010-03-181-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@5175 68402e56-0260-453c-a942-63ccdbb3a9ee
* make the fieldset labels easier to read (no italic, increased letter spacing,plegall2010-03-186-30/+33
| | | | | | | | | | | bold) make the fiedset border softer photos_add 2 screens comply with the fieldset system instead of specific formField divs. git-svn-id: http://piwigo.org/svn/trunk@5174 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1515: the new admin menu organization implies to tell the accordionplegall2010-03-176-69/+79
| | | | | | | | | | | | menu which section to open on page load. I've moved the single function in functions_themes.inc.php to function.php to avoid misunderstanding with theme manager. Ability to preset the active menu (in the future, a plugin may add its admin page anywhere in the menu, this features needs other change to be possible) git-svn-id: http://piwigo.org/svn/trunk@5173 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: an ugly outline (blue on Safari) was displayed when clicking on ↵plegall2010-03-171-1/+1
| | | | | | the admin section menu on roma theme git-svn-id: http://piwigo.org/svn/trunk@5172 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1515: correct border-bottom in admin menubar.Gotcha2010-03-171-2/+2
| | | | | | 475px => 522px git-svn-id: http://piwigo.org/svn/trunk@5171 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1515: new organization for menu. Photos, Categories, Users, Plugins,plegall2010-03-174-33/+45
| | | | | | | | Tools, Configuration. menubar bottom is ugly with the roma theme, it needs a fix. git-svn-id: http://piwigo.org/svn/trunk@5170 68402e56-0260-453c-a942-63ccdbb3a9ee
* Bug fix due to upgrade to jquery 1.4 (attribute selector changes)nikrou2010-03-171-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5169 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: header/footer does not depend on the current theme for iconsplegall2010-03-171-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@5166 68402e56-0260-453c-a942-63ccdbb3a9ee
* add #aaa border on content and menubar for clear admin themeplegall2010-03-172-5/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@5165 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix mistypping for home page icon (Home.png instead of home.png)nikrou2010-03-1711-11/+11
| | | | git-svn-id: http://piwigo.org/svn/trunk@5164 68402e56-0260-453c-a942-63ccdbb3a9ee
* make the clear admin theme slightly clearerplegall2010-03-173-24/+22
| | | | | | make the links less flashy in clear admin theme git-svn-id: http://piwigo.org/svn/trunk@5163 68402e56-0260-453c-a942-63ccdbb3a9ee
* improve menubar display in admin clear theme, colors and behaviorsplegall2010-03-171-12/+16
| | | | git-svn-id: http://piwigo.org/svn/trunk@5161 68402e56-0260-453c-a942-63ccdbb3a9ee
* [LocalFiles Editor]patdenice2010-03-17108-339/+9184
| | | | | | | | Update editarea to 0.8.2. Remove CSS tab. Fix jQuery path. git-svn-id: http://piwigo.org/svn/trunk@5160 68402e56-0260-453c-a942-63ccdbb3a9ee
* new tabs for the clear admin themeplegall2010-03-171-16/+22
| | | | git-svn-id: http://piwigo.org/svn/trunk@5159 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1514: bug fixed, core themes and already used themes are automaticallyplegall2010-03-172-0/+73
| | | | | | activated. git-svn-id: http://piwigo.org/svn/trunk@5157 68402e56-0260-453c-a942-63ccdbb3a9ee
* Revert gettext stuff.nikrou2010-03-1752-31308/+8742
| | | | | | | | | | Keep english values for language keys translation. Provide a script to use english values for key in language files. Todo : provide a script (to help transition) to keep using original keys in language files for translators. git-svn-id: http://piwigo.org/svn/trunk@5156 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1502: Avoid 500 error if parent theme is the theme itself.patdenice2010-03-171-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5154 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1514: new screen to manage installed themes; activate, deactivate,plegall2010-03-1721-66/+929
| | | | | | | | | | | | 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: better display for available themes (floating boxes)plegall2010-03-154-6/+23
| | | | git-svn-id: http://piwigo.org/svn/trunk@5145 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1507: ability to install themes directly from piwigo.org/ext.plegall2010-03-155-8/+177
| | | | | | | | | | | | | | 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
* feature 1506: remove wipi and p0w0 themes from core. They will come back asplegall2010-03-1513-686/+0
| | | | | | additionnal themes in the extension manager. git-svn-id: http://piwigo.org/svn/trunk@5142 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1495: "infos" and "errors" blocks are more visible for the "clear" adminplegall2010-03-151-4/+4
| | | | | | theme. git-svn-id: http://piwigo.org/svn/trunk@5141 68402e56-0260-453c-a942-63ccdbb3a9ee
* use the new conf_update_param function.plegall2010-03-141-14/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5139 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1505: when there is no photo yet in the gallery, displays a big andplegall2010-03-144-0/+120
| | | | | | obvious message, guiding to the Administration>Images>Add page. git-svn-id: http://piwigo.org/svn/trunk@5138 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1502: merge multiple css files into theme.css in default theme.patdenice2010-03-139-872/+850
| | | | git-svn-id: http://piwigo.org/svn/trunk@5129 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1502: Fix admin multi view plugin.patdenice2010-03-132-11/+11
| | | | git-svn-id: http://piwigo.org/svn/trunk@5128 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix php warning followed by mysql query fatal errorrvelices2010-03-131-16/+20
| | | | | | - don't include a file unless necessary git-svn-id: http://piwigo.org/svn/trunk@5127 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1502patdenice2010-03-132-13/+12
| | | | | | | Extend for templates now work properly. Bound template as to be renamed in bound theme... git-svn-id: http://piwigo.org/svn/trunk@5126 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1502patdenice2010-03-1317-120/+18
| | | | | | | | 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 1502patdenice2010-03-137-58/+2
| | | | | | | Remove automatic file creation for local-layout.css during install or upgrade.php. Move icon/admin directory from default theme. git-svn-id: http://piwigo.org/svn/trunk@5124 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1502: based on Dotclear model, P@t has reorganized the way Piwigoplegall2010-03-13615-648/+652
| | | | | | | 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
* Bug corrected on picture_nav_buttons.tpl.patdenice2010-03-121-4/+4
| | | | | | An error occured during gettex migration. git-svn-id: http://piwigo.org/svn/trunk@5115 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] bug:1499 - localisation tag summaryddtddt2010-03-114-4/+16
| | | | git-svn-id: http://piwigo.org/svn/trunk@5112 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update forgot svn:5075 et svn:5082ddtddt2010-03-112-288/+113
| | | | git-svn-id: http://piwigo.org/svn/trunk@5111 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update forgot svn:5075 et svn:5082ddtddt2010-03-111-0/+15
| | | | git-svn-id: http://piwigo.org/svn/trunk@5110 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] bug:1498 - Customize the rowsddtddt2010-03-111-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@5109 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] bug:1498 - Customize the rowsddtddt2010-03-111-14/+14
| | | | git-svn-id: http://piwigo.org/svn/trunk@5108 68402e56-0260-453c-a942-63ccdbb3a9ee
* New trigger on get_pwg_themesvdigital2010-03-101-0/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@5102 68402e56-0260-453c-a942-63ccdbb3a9ee
* New feature: Modeling could be turn off in themeconfvdigital2010-03-101-4/+5
| | | | | | $themeconf['modeling'] = false; /* Assume to have all *.tpl files in the template. git-svn-id: http://piwigo.org/svn/trunk@5101 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix: failed to open dir on default templatevdigital2010-03-101-5/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@5100 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1491: administration panel header/footer. Graphicaly outside theplegall2010-03-0911-90/+319
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | administration theme. The header includes the gallery title with a link to gallery, a theme changer, an explicit "visit gallery" link, a logout link. The footer includes links to piwigo.org (homepage, documentation, forum) and the contact webmaster link. Due to new header/footer, I've removed the "Links" section in the menubar. The new footer sticks to the bottom of the browser window. I've slightly "rounded" grum tabs to look like the menubar borders. Graphical illustration (top left and bottom left leaves) were removed to improve readability. They make things beautiful on gallery side, they decrease usability on admin side. Piwigo logo was removed to save space on administration footer. It would be nice to have a small logo to place bottom left in the footer next to "Powered by Piwigo". Links>Administration link was replaced by a big link box just above the menubar. The H2 was outside the #content box, nearly invisible on top right corner. Now it is 1) easy to read 2) inside #content. feature 1490: ability to switch from goto/roma to goto/clear with a single click in administration header. The global organisation of the page is quite heavily changed. The global layout is: body#theAdminPage body#theAdminPage > #the_page body#theAdminPage > #the_page > #pwgHead body#theAdminPage > #the_page > #pwgMain body#theAdminPage > #the_page > #pwgMain > #menubar body#theAdminPage > #the_page > #pwgMain > #content body#theAdminPage > #the_page > #footer git-svn-id: http://piwigo.org/svn/trunk@5098 68402e56-0260-453c-a942-63ccdbb3a9ee
* update .css for new tabsheet lookgrum2010-03-091-39/+41
| | | | git-svn-id: http://piwigo.org/svn/trunk@5096 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1494: move all *.tpl files from template/yoga to the newplegall2010-03-0946-1/+1
| | | | | | template/default (from which yoga derives) git-svn-id: http://piwigo.org/svn/trunk@5095 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] merge 5093 bug:986ddtddt2010-03-091-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5094 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1490: first step to provide a clear alternative to goto/roma. Themeplegall2010-03-0961-0/+316
| | | | | | | switch in progress. goto/clear is exactly the same as the revision 2.0.a made by P@t, see http://piwigo.org/ext/extension_view.php?eid=275 git-svn-id: http://piwigo.org/svn/trunk@5090 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1489: integrate UploadForm into Piwigo core. The integration is notplegall2010-03-0816-2938/+6326
| | | | | | | | 100% done, I just "made it work" on trunk. pclzip library was updated to version 2.8.2 for memory usage improvement. git-svn-id: http://piwigo.org/svn/trunk@5089 68402e56-0260-453c-a942-63ccdbb3a9ee
* Typo fixed from r5079Gotcha2010-03-081-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5082 68402e56-0260-453c-a942-63ccdbb3a9ee
* Trunk merge r5076 from bug:1119Gotcha2010-03-074-4/+33
| | | | | | | bug:1119 git-svn-id: http://piwigo.org/svn/trunk@5079 68402e56-0260-453c-a942-63ccdbb3a9ee