aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default (follow)
Commit message (Collapse)AuthorAgeFilesLines
* change infos/errors icon to (the "infos" icon is much more a "success" icon inplegall2010-03-272-0/+0
| | | | | | fact). git-svn-id: http://piwigo.org/svn/trunk@5407 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1495: use the wiki icons in errors/infos blocks + merge CSS rules.plegall2010-03-263-6/+17
| | | | git-svn-id: http://piwigo.org/svn/trunk@5383 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1514: make the "deactivate" action inactive if there is no activeplegall2010-03-261-0/+6
| | | | | | | | | theme left. bug fixed: when setting the default theme, make sure at least one user will be updated. git-svn-id: http://piwigo.org/svn/trunk@5382 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1538: "select all" (+none, +invert) on user comments validation screen.plegall2010-03-262-10/+51
| | | | git-svn-id: http://piwigo.org/svn/trunk@5381 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1535: Allow to install new languages from PEM.patdenice2010-03-263-7/+48
| | | | git-svn-id: http://piwigo.org/svn/trunk@5371 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1529: make the checked tags more obvious (distinct background color)plegall2010-03-253-1/+20
| | | | git-svn-id: http://piwigo.org/svn/trunk@5366 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 1495: "infos" and "errors" blocks are more visible for the "roma" adminplegall2010-03-254-27/+19
| | | | | | theme. I have simply used the same CSS rules as for "clear" theme. git-svn-id: http://piwigo.org/svn/trunk@5364 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1535: Add language manager.patdenice2010-03-253-2/+41
| | | | git-svn-id: http://piwigo.org/svn/trunk@5357 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix cat_modifyrvelices2010-03-251-1/+1
| | | | | | | | | * missing token in url * double icon display - simplified func check_pwg_token git-svn-id: http://piwigo.org/svn/trunk@5335 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1533: admincan activate/deactivate user customization.patdenice2010-03-241-0/+7
| | | | git-svn-id: http://piwigo.org/svn/trunk@5328 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1502: bug corrected on guest setting page.patdenice2010-03-241-1/+1
| | | | | | | Remove $conf['default_theme'] from config file (useless). Check if theme is still installed in pwg_get_themes. git-svn-id: http://piwigo.org/svn/trunk@5306 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1533: Allow activation or deactivation of download icon.patdenice2010-03-242-6/+90
| | | | | | Add display configuration for picture properties. git-svn-id: http://piwigo.org/svn/trunk@5304 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: typo on case for "Upload Photos" page title.plegall2010-03-231-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5299 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1533: more explicit options on display configuration tabpatdenice2010-03-231-13/+13
| | | | git-svn-id: http://piwigo.org/svn/trunk@5298 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1533: Change "General" by "Options" in Configuration menu.patdenice2010-03-233-6/+102
| | | | | | | | | | | | | | | | | | | | | | | | Change "Default Display" tab by "Guest Settings" tab. Add display tab in Configuration/Option menu. Allow to activate/deactivate a lot of display features: On main page: # Display only recently posted images # Sort order # Display all elements in all sub-categories # Display a calendar by posted date # Display a calendar by creation date # Slideshow On photo page: # Show file metadata # slideshow # Add this image to your favorites # Navigation Bar # Navigation Thumbnails git-svn-id: http://piwigo.org/svn/trunk@5293 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: the language keys used end with a whitespace, but it was removedplegall2010-03-231-1/+1
| | | | | | in the language file. git-svn-id: http://piwigo.org/svn/trunk@5292 68402e56-0260-453c-a942-63ccdbb3a9ee
* Make the admin/photos_add code easier to analyse for missing translation keys.plegall2010-03-231-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5285 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: hide border on admin/configuration fieldsets to avoid empty legend.plegall2010-03-238-19/+23
| | | | | | | Add missing i18n on admin.tpl, admin header/footer, pLoader page, theme manager. git-svn-id: http://piwigo.org/svn/trunk@5284 68402e56-0260-453c-a942-63ccdbb3a9ee
* ture 1514: improvement, impossible to activate a theme is a parent is missingplegall2010-03-221-0/+8
| | | | | | | (a parent includes grand father and his own father, and his own father, and so on... until the root theme is "default" or has no parent declared) git-svn-id: http://piwigo.org/svn/trunk@5259 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1514: improvement, impossible to delete a theme that is requiredplegall2010-03-222-4/+13
| | | | | | by another installed theme. git-svn-id: http://piwigo.org/svn/trunk@5258 68402e56-0260-453c-a942-63ccdbb3a9ee
* Sylvia style is back for installation and upgrade pages.patdenice2010-03-222-2/+67
| | | | git-svn-id: http://piwigo.org/svn/trunk@5257 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1529: display tags in columns for search.php or admin/tags.plegall2010-03-221-2/+3
| | | | | | | Needs to be verified on Internet Explorer, even if the display:inline-block method is already used for thumbnails display. git-svn-id: http://piwigo.org/svn/trunk@5255 68402e56-0260-453c-a942-63ccdbb3a9ee
* due to background color change on pwgHead, the roma icon for home.png was ↵plegall2010-03-221-1/+1
| | | | | | not good git-svn-id: http://piwigo.org/svn/trunk@5248 68402e56-0260-453c-a942-63ccdbb3a9ee
* move the logo outside the text, to make the text easier to read.plegall2010-03-223-6/+4
| | | | | | | The footer logo was going outside the footer (the footer is 46px in height, the logo is 45px, it has to be sticked to bottom) git-svn-id: http://piwigo.org/svn/trunk@5246 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix tooltip ln10 errorvdigital2010-03-211-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5221 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1255: set mysql as default engine.patdenice2010-03-211-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@5220 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1502: replace $theme.name by $theme.id in admin header.tplpatdenice2010-03-211-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5219 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix generation time descriptionvdigital2010-03-211-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5212 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix some language keys problemsnikrou2010-03-202-2/+2
| | | | | | Need translations ! git-svn-id: http://piwigo.org/svn/trunk@5207 68402e56-0260-453c-a942-63ccdbb3a9ee
* less warnings + language fixes rvelices2010-03-201-4/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5206 68402e56-0260-453c-a942-63ccdbb3a9ee
* Minor correctionvdigital2010-03-201-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5205 68402e56-0260-453c-a942-63ccdbb3a9ee
* Duplicate version reference with footer => Removed from the intro page.vdigital2010-03-201-3/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5204 68402e56-0260-453c-a942-63ccdbb3a9ee
* Logo not aligned on page base but on text base.vdigital2010-03-201-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5203 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add Logo in footervdigital2010-03-202-2/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@5202 68402e56-0260-453c-a942-63ccdbb3a9ee
* - added a js confirmation before deletign a themervelices2010-03-202-2/+2
| | | | | | | - fix link to css - simplified language loading (a couple of years ago during utf8 migration I left the possibility to have languages defined in another charsets - this is useless) git-svn-id: http://piwigo.org/svn/trunk@5200 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 724: improvement, auto-complete is not case sensitive anymoreplegall2010-03-193-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@5198 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: remove the useless "Visit Gallery" tooltip on the "Visit Gallery"plegall2010-03-191-2/+2
| | | | | | link. git-svn-id: http://piwigo.org/svn/trunk@5197 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
* bug 1328: backport the pwg_token on trunkplegall2010-03-194-0/+6
| | | | | | | | | bug 1329: backport the check_input_parameter on trunk feature 1026: add pwg_token feature for edit/delete comment. Heavy refactoring on this feature to make the code simpler and easier to maintain (I hope). git-svn-id: http://piwigo.org/svn/trunk@5195 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove picture delete displayed twicenikrou2010-03-191-1/+1
| | | | | | redirect after delete to avoid errors git-svn-id: http://piwigo.org/svn/trunk@5193 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1502: replace the theme.name by theme.id for theme.css loadplegall2010-03-191-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5190 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 724: bug fixed on element_set_unit for FCKB, better useplegall2010-03-191-3/+12
| | | | | | | | | $("#tags-123, #tags-456") than $(".tags") to apply FCKB widget on the select box. Use a dedicated function to return the tag list, formatted for FCKB. git-svn-id: http://piwigo.org/svn/trunk@5189 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 724: FCBKcomplete propagated to element_set_global andplegall2010-03-192-2/+53
| | | | | | | | | element_set_unit to manage tags. Note: multiple instances of FCBKcomplete on the same page does not work as good as a single instance. git-svn-id: http://piwigo.org/svn/trunk@5188 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 940 : improve ordering by rank by clip thumbnail to a squarenikrou2010-03-192-5/+16
| | | | git-svn-id: http://piwigo.org/svn/trunk@5187 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1514, feature 1507: improvement, the themeBoxes height adjustsplegall2010-03-192-4/+4
| | | | | | automatically depending on the content. git-svn-id: http://piwigo.org/svn/trunk@5186 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1519: admin instructions are dispatched into several tabs. Onlyplegall2010-03-185-4/+110
| | | | | | | | | | | | | | | | applied to en_UK and fr_FR. The help content itself needs some updates but it will be another set of commits, in this commit, I nearly only modified the container. The new "Add Photos" help page only introduces you to 3 main ways to add photos: direct upload, pLoader and FTP. Each of them has a dedicated tab on the Admin>Photos>Add screen. No use of the big question mark icon linked to the Help pages in the administration header, to avoid having this icon twice : in the header + in the content next to H2. git-svn-id: http://piwigo.org/svn/trunk@5182 68402e56-0260-453c-a942-63ccdbb3a9ee
* -fix language keys problemsrvelices2010-03-183-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@5178 68402e56-0260-453c-a942-63ccdbb3a9ee
* - allow template class to be instantiated with an empty theme (in plugins ↵rvelices2010-03-181-1/+2
| | | | | | | | | 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
* 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-184-28/+31
| | | | | | | | | | | 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