aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Feature 1533: Change "General" by "Options" in Configuration menu.patdenice2010-03-2313-32/+263
| | | | | | | | | | | | | | | | | | | | | | | | 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-235-13/+13
| | | | | | in the language file. git-svn-id: http://piwigo.org/svn/trunk@5292 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r5290 from branch 2.0 to trunkvdigital2010-03-231-0/+0
| | | | | | | | | | New: sr_RS (Serbian) Republic of Serbia flag Serbia, Република Србија, Republika Srbija git-svn-id: http://piwigo.org/svn/trunk@5291 68402e56-0260-453c-a942-63ccdbb3a9ee
* Remove @, test $_POST['date_creation_year'] instead, make nicolas joyful ;-)patdenice2010-03-231-4/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@5288 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix missing key translations for nbm and c13ynikrou2010-03-236-31/+84
| | | | git-svn-id: http://piwigo.org/svn/trunk@5287 68402e56-0260-453c-a942-63ccdbb3a9ee
* new script to detect missing language keysplegall2010-03-231-0/+137
| | | | git-svn-id: http://piwigo.org/svn/trunk@5286 68402e56-0260-453c-a942-63ccdbb3a9ee
* Make the admin/photos_add code easier to analyse for missing translation keys.plegall2010-03-233-13/+13
| | | | 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
* Avoid error if creation date calendar is empty.patdenice2010-03-232-1/+2
| | | | | | 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
* Add function is_webmaster (like is_admin function)rub2010-03-232-1/+10
| | | | | | Add on ignore list the directory local/personal git-svn-id: http://piwigo.org/svn/trunk@5272 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: if the theme for guest is empty (I don't know how this could be,plegall2010-03-221-1/+1
| | | | | | | but it has been reported), the fallback on constant PHPWG_DEFAULT_TEMPLATE was not working. git-svn-id: http://piwigo.org/svn/trunk@5271 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update language IT for LocalFilesEditorriopwg2010-03-221-5/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@5268 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix warning for postgresql installationnikrou2010-03-221-6/+1
| | | | | | Remove unused function git-svn-id: http://piwigo.org/svn/trunk@5267 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1525 : propose to download config database file when permissions for ↵nikrou2010-03-221-6/+30
| | | | | | writing it to local/config directory are missing. git-svn-id: http://piwigo.org/svn/trunk@5266 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1514: improvement, if a user has a theme that is (maybe temporary)plegall2010-03-221-5/+6
| | | | | | | unactive, we fallback on default theme (the real default theme, the one set for default user) git-svn-id: http://piwigo.org/svn/trunk@5264 68402e56-0260-453c-a942-63ccdbb3a9ee
* ture 1514: improvement, impossible to activate a theme is a parent is missingplegall2010-03-223-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
* feature 1514: improvement, impossible to delete a theme that is requiredplegall2010-03-224-5/+62
| | | | | | 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
* [LocalFiles Editor] Only webmasters can create or modify local files.patdenice2010-03-228-26/+40
| | | | git-svn-id: http://piwigo.org/svn/trunk@5256 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1529: display tags in columns for search.php or admin/tags.plegall2010-03-222-3/+6
| | | | | | | 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
* feature 1502: bug fixed, the themes needs a name at installation time, or elseplegall2010-03-221-3/+3
| | | | | | they can't be chosen in the user profile. git-svn-id: http://piwigo.org/svn/trunk@5253 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove the "forgot password" and "register" in identification icon bar, theseplegall2010-03-221-4/+0
| | | | | | actions are already below the "Submit" button on the very same page. git-svn-id: http://piwigo.org/svn/trunk@5252 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1505: bug fixed, ability to connect with pLoader even if galleryplegall2010-03-221-0/+1
| | | | | | is empty. git-svn-id: http://piwigo.org/svn/trunk@5251 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1528: update the about page content (FR/EN only currently).plegall2010-03-224-18/+20
| | | | git-svn-id: http://piwigo.org/svn/trunk@5250 68402e56-0260-453c-a942-63ccdbb3a9ee
* due to background color change on pwgHead, the roma icon for home.png was ↵plegall2010-03-223-1/+1
| | | | | | not good git-svn-id: http://piwigo.org/svn/trunk@5248 68402e56-0260-453c-a942-63ccdbb3a9ee
* just a test: make the header/footer colors comply with the current themeplegall2010-03-222-2/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@5247 68402e56-0260-453c-a942-63ccdbb3a9ee
* move the logo outside the text, to make the text easier to read.plegall2010-03-224-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
* feature 1505: bug fixed, the password was not replaced by starsplegall2010-03-221-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5245 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: 'page generated in' had been automatically replacedplegall2010-03-221-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5244 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1505: improvement, ability to browse the empty gallery. The "no photoplegall2010-03-222-7/+25
| | | | | | yet" feature can be deactivated at session level. git-svn-id: http://piwigo.org/svn/trunk@5241 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1505: improvement, when there is no photo yet in the gallery, firstplegall2010-03-222-7/+87
| | | | | | | | | | shows a connection box (and only this), then if the user is an admin shows the "Hello %s, your gallery is empty...". I've also added the ability to deactivate this message. Only an admin can deactivate it. git-svn-id: http://piwigo.org/svn/trunk@5240 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1255: Move $conf['db_sqlite_default'] and ↵patdenice2010-03-214-21/+25
| | | | | | | | | $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
* Fix typo : parenthesisnikrou2010-03-213-3/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@5238 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1255 :nikrou2010-03-218-60/+70
| | | | | | | only one function use exceptions to deal with differents possible errors git-svn-id: http://piwigo.org/svn/trunk@5236 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] localisation hu/RU feature:1526 and feature:1527ddtddt2010-03-211-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5235 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] localisation hu/RU feature:1526 and feature:1527 ddtddt2010-03-212-0/+24
| | | | git-svn-id: http://piwigo.org/svn/trunk@5234 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1255: add pwg_select_db function.patdenice2010-03-218-19/+47
| | | | git-svn-id: http://piwigo.org/svn/trunk@5230 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-214-26/+21
| | | | 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
* feature 1522: LocalFiles Editor: delete compiled templates after saving file ↵patdenice2010-03-211-0/+1
| | | | | | (useful with css) git-svn-id: http://piwigo.org/svn/trunk@5218 68402e56-0260-453c-a942-63ccdbb3a9ee
* Wrong copyright in index.php files in local directory.patdenice2010-03-214-4/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@5217 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1522: LocalFiles Editor is now compatible with new local files ↵patdenice2010-03-211-41/+38
| | | | | | directory. git-svn-id: http://piwigo.org/svn/trunk@5216 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1522: Move config_local.inc.php to local/config/config.inc.phppatdenice2010-03-2123-22/+22
| | | | git-svn-id: http://piwigo.org/svn/trunk@5215 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@5214 ↵patdenice2010-03-210-0/+0
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1522 : move database config file to local directorynikrou2010-03-2124-35/+35
| | | | | | (include/config_database.inc.php becomes local/config/database.inc.php) git-svn-id: http://piwigo.org/svn/trunk@5213 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
* [trunk] merge bug:1523 / Compatibility with PHP 5.3ddtddt2010-03-211-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5211 68402e56-0260-453c-a942-63ccdbb3a9ee
* Minor language reviews on introvdigital2010-03-217-29/+29
| | | | git-svn-id: http://piwigo.org/svn/trunk@5209 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1522: Move local css local files and local language files to local ↵patdenice2010-03-2012-8/+169
| | | | | | | | directory. Add $conf['template_force_compile'] to help developpers. git-svn-id: http://piwigo.org/svn/trunk@5208 68402e56-0260-453c-a942-63ccdbb3a9ee