aboutsummaryrefslogtreecommitdiffstats
path: root/admin (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-03-25improvement: dynamically activate all installed themes (with checks onplegall2-0/+21
parent availability and so on). git-svn-id: http://piwigo.org/svn/trunk@5340 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-25- fix cat_modifyrvelices2-8/+7
* 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
2010-03-24Feature 1533: admincan activate/deactivate user customization.patdenice2-0/+8
git-svn-id: http://piwigo.org/svn/trunk@5328 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-24feature 1502: bug corrected on guest setting page.patdenice1-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
2010-03-24Feature 1533: Allow activation or deactivation of download icon.patdenice3-6/+116
Add display configuration for picture properties. git-svn-id: http://piwigo.org/svn/trunk@5304 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-23remove the \n from the language key and split into 2 separate strings to avoidplegall1-2/+2
useless exceptions in translation analysis scripts. git-svn-id: http://piwigo.org/svn/trunk@5302 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-23bug fixed: typo on case for "Upload Photos" page title.plegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@5299 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-23Feature 1533: more explicit options on display configuration tabpatdenice1-13/+13
git-svn-id: http://piwigo.org/svn/trunk@5298 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-23Fix problem with white space in language keysnikrou1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@5297 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-23Feature 1533: Change "General" by "Options" in Configuration menu.patdenice4-7/+140
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
2010-03-23bug fixed: the language keys used end with a whitespace, but it was removedplegall1-1/+1
in the language file. git-svn-id: http://piwigo.org/svn/trunk@5292 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-23Remove @, test $_POST['date_creation_year'] instead, make nicolas joyful ;-)patdenice1-4/+5
git-svn-id: http://piwigo.org/svn/trunk@5288 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-23Fix missing key translations for nbm and c13ynikrou1-4/+4
git-svn-id: http://piwigo.org/svn/trunk@5287 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-23Make the admin/photos_add code easier to analyse for missing translation keys.plegall3-13/+13
git-svn-id: http://piwigo.org/svn/trunk@5285 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-23bug fixed: hide border on admin/configuration fieldsets to avoid empty legend.plegall8-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
2010-03-23Avoid error if creation date calendar is empty.patdenice1-1/+1
Avoid error on picture_modify.php if creation date is not correct. git-svn-id: http://piwigo.org/svn/trunk@5283 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-22ture 1514: improvement, impossible to activate a theme is a parent is missingplegall3-4/+61
(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
2010-03-22feature 1514: improvement, impossible to delete a theme that is requiredplegall4-5/+62
by another installed theme. git-svn-id: http://piwigo.org/svn/trunk@5258 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-22Sylvia style is back for installation and upgrade pages.patdenice2-2/+67
git-svn-id: http://piwigo.org/svn/trunk@5257 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-22feature 1529: display tags in columns for search.php or admin/tags.plegall1-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
2010-03-22due to background color change on pwgHead, the roma icon for home.png was ↵plegall3-1/+1
not good git-svn-id: http://piwigo.org/svn/trunk@5248 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-22just a test: make the header/footer colors comply with the current themeplegall2-2/+9
git-svn-id: http://piwigo.org/svn/trunk@5247 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-22move the logo outside the text, to make the text easier to read.plegall4-36/+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
2010-03-21feature 1255: Move $conf['db_sqlite_default'] and ↵patdenice1-9/+14
$conf['dbengine_select_default'] in install.php (as constants). PDO::SQLite is now displayed as SQLite in install page. Always display unique SQLite engine. git-svn-id: http://piwigo.org/svn/trunk@5239 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-21Fix tooltip ln10 errorvdigital1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@5221 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-21feature 1255: set mysql as default engine.patdenice2-8/+3
git-svn-id: http://piwigo.org/svn/trunk@5220 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-21feature 1502: replace $theme.name by $theme.id in admin header.tplpatdenice1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@5219 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-21feature 1522: Move config_local.inc.php to local/config/config.inc.phppatdenice1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@5215 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-21Fix generation time descriptionvdigital1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@5212 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-20Fix some language keys problemsnikrou6-9/+9
Need translations ! git-svn-id: http://piwigo.org/svn/trunk@5207 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-20less warnings + language fixes rvelices3-6/+3
git-svn-id: http://piwigo.org/svn/trunk@5206 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-20Minor correctionvdigital1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@5205 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-20Duplicate version reference with footer => Removed from the intro page.vdigital1-3/+1
git-svn-id: http://piwigo.org/svn/trunk@5204 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-20Logo not aligned on page base but on text base.vdigital1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@5203 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-20Add Logo in footervdigital3-2/+5
git-svn-id: http://piwigo.org/svn/trunk@5202 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-20- added a js confirmation before deletign a themervelices2-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
2010-03-19feature 724: improvement, auto-complete is not case sensitive anymoreplegall3-3/+3
git-svn-id: http://piwigo.org/svn/trunk@5198 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-19bug fixed: remove the useless "Visit Gallery" tooltip on the "Visit Gallery"plegall1-2/+2
link. git-svn-id: http://piwigo.org/svn/trunk@5197 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-19increase copyright year to 2010plegall62-62/+62
git-svn-id: http://piwigo.org/svn/trunk@5196 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-19bug 1328: backport the pwg_token on trunkplegall17-45/+72
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
2010-03-19remove outline for tabsheet (it's ugly)nikrou1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@5194 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-19remove picture delete displayed twicenikrou2-1/+2
redirect after delete to avoid errors git-svn-id: http://piwigo.org/svn/trunk@5193 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-19Fix some sql issues :nikrou1-4/+4
- permalink that use if() syntax - add tables themes for other database engines that mysql git-svn-id: http://piwigo.org/svn/trunk@5192 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-19feature 1502: replace the theme.name by theme.id for theme.css loadplegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@5190 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-19feature 724: bug fixed on element_set_unit for FCKB, better useplegall1-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
2010-03-19feature 724: FCBKcomplete propagated to element_set_global andplegall6-79/+118
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
2010-03-19Feature 940 : improve ordering by rank by clip thumbnail to a squarenikrou3-5/+24
git-svn-id: http://piwigo.org/svn/trunk@5187 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-19feature 1514, feature 1507: improvement, the themeBoxes height adjustsplegall2-4/+4
automatically depending on the content. git-svn-id: http://piwigo.org/svn/trunk@5186 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-18feature 1519: admin instructions are dispatched into several tabs. Onlyplegall11-8/+289
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
2010-03-18-fix language keys problemsrvelices4-5/+5
git-svn-id: http://piwigo.org/svn/trunk@5178 68402e56-0260-453c-a942-63ccdbb3a9ee