aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update language FRriopwg2010-03-311-1/+1
| | | | | | Minor git-svn-id: http://piwigo.org/svn/trunk@5488 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update language ITriopwg2010-03-302-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@5482 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update HU languagesamli2010-03-301-2/+8
| | | | git-svn-id: http://piwigo.org/svn/trunk@5480 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update FRddtddt2010-03-302-1/+23
| | | | git-svn-id: http://piwigo.org/svn/trunk@5479 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update ESddtddt2010-03-301-0/+9
| | | | git-svn-id: http://piwigo.org/svn/trunk@5478 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1557: add i18n (and l10n for en_UK+fr_FR) on new strings for pluginplegall2010-03-303-9/+23
| | | | | | management. git-svn-id: http://piwigo.org/svn/trunk@5476 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1557: remove the sorting feature on plugin list, because it becomesplegall2010-03-302-23/+2
| | | | | | not very relevant with the new design. git-svn-id: http://piwigo.org/svn/trunk@5475 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1557: new design for plugin list management, 1 block = 1 status.plegall2010-03-306-108/+116
| | | | | | No icon. git-svn-id: http://piwigo.org/svn/trunk@5474 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update language ITriopwg2010-03-305-20/+16
| | | | git-svn-id: http://piwigo.org/svn/trunk@5473 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 1521 : Adding explanationslaurent.duretz2010-03-301-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5470 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 1521 : get_absolute_root_url() missing in section_init.inc.phplaurent.duretz2010-03-301-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5469 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] minor bugfixessamli2010-03-301-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5468 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update HU languagesamli2010-03-301-25/+86
| | | | git-svn-id: http://piwigo.org/svn/trunk@5467 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update Language nl_NLkeeshessels2010-03-294-53/+61
| | | | git-svn-id: http://piwigo.org/svn/trunk@5466 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update language ITriopwg2010-03-292-12/+14
| | | | git-svn-id: http://piwigo.org/svn/trunk@5464 68402e56-0260-453c-a942-63ccdbb3a9ee
* update clear & roma theme with generic classes, adding input stylesgrum2010-03-292-0/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@5463 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update sr_RS thanks to Darkoddtddt2010-03-291-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5462 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update sr_SR thanks to Darkoddtddt2010-03-292-2/+30
| | | | git-svn-id: http://piwigo.org/svn/trunk@5461 68402e56-0260-453c-a942-63ccdbb3a9ee
* update clear & roma theme with generic classes, allowing to use theme colors ↵grum2010-03-292-17/+43
| | | | | | for plugin + invert tables colors for clear theme git-svn-id: http://piwigo.org/svn/trunk@5460 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update language ITriopwg2010-03-292-29/+41
| | | | git-svn-id: http://piwigo.org/svn/trunk@5459 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update language FRriopwg2010-03-291-2/+2
| | | | | | Minor git-svn-id: http://piwigo.org/svn/trunk@5458 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1502: Load local head after theme.css.patdenice2010-03-291-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5454 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: add "Allow rating" language key to make a difference betweenplegall2010-03-293-1/+3
| | | | | | Admin>Photos>Rating and Admin>Configuration>Options>Rating git-svn-id: http://piwigo.org/svn/trunk@5453 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix some issues with database engines :nikrou2010-03-298-14/+58
| | | | | | | | - insert into syntax not correct for posgresql or sqlite - add languages table - incorrect function for row count (sqlite) git-svn-id: http://piwigo.org/svn/trunk@5452 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 1521 : picture.tpl updated to avoid double home link, picture.php ↵laurent.duretz2010-03-293-4/+2
| | | | | | updated because tpl update, functions_html.inc.php updated to work with question_mark_in_urls = false git-svn-id: http://piwigo.org/svn/trunk@5451 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1502: Configuration menu is selected when theme configuration page ↵patdenice2010-03-292-1/+2
| | | | | | | | is selected. Remove useless global $page. git-svn-id: http://piwigo.org/svn/trunk@5448 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1502: Allow to have configuration page for each theme.css.patdenice2010-03-296-34/+112
| | | | | | About string for theme has to be saved in language theme directory (about.html) git-svn-id: http://piwigo.org/svn/trunk@5446 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update language FRriopwg2010-03-291-2/+2
| | | | | | Minor git-svn-id: http://piwigo.org/svn/trunk@5444 68402e56-0260-453c-a942-63ccdbb3a9ee
* update clear theme to revision 3, "clear" was already existing in theplegall2010-03-291-1/+1
| | | | | | extension manager. git-svn-id: http://piwigo.org/svn/trunk@5443 68402e56-0260-453c-a942-63ccdbb3a9ee
* Core themes are prepared for integration into piwigo.org/extplegall2010-03-293-0/+24
| | | | git-svn-id: http://piwigo.org/svn/trunk@5442 68402e56-0260-453c-a942-63ccdbb3a9ee
* Issue 1521 : Integration of LinkRoot plugin in Piwigo corelaurent.duretz2010-03-293-13/+11
| | | | git-svn-id: http://piwigo.org/svn/trunk@5441 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update language FRriopwg2010-03-291-1/+1
| | | | | | Del space before "?>" git-svn-id: http://piwigo.org/svn/trunk@5440 68402e56-0260-453c-a942-63ccdbb3a9ee
* git-svn-id: http://piwigo.org/svn/trunk@5439 ↵keeshessels2010-03-283-53/+53
| | | | 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update language ITriopwg2010-03-281-5/+6
| | | | git-svn-id: http://piwigo.org/svn/trunk@5438 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update headerddtddt2010-03-285-5/+5
| | | | git-svn-id: http://piwigo.org/svn/trunk@5437 68402e56-0260-453c-a942-63ccdbb3a9ee
* l10n fr_FR: remove useless language key in installplegall2010-03-281-6/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@5436 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fetch pt_PT from extension:267 and apply the conversion to 2.1 on languageplegall2010-03-286-285/+1292
| | | | | | keys. git-svn-id: http://piwigo.org/svn/trunk@5435 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1502: In template extensions admin page, change "Bound template" by ↵patdenice2010-03-2818-18/+4
| | | | | | | | "Bound theme". Template extensions are now attached to all themes if nothing is selected in "bound theme" column. git-svn-id: http://piwigo.org/svn/trunk@5434 68402e56-0260-453c-a942-63ccdbb3a9ee
* update headerddtddt2010-03-2869-65/+112
| | | | git-svn-id: http://piwigo.org/svn/trunk@5430 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update HU languagesamli2010-03-281-7/+10
| | | | git-svn-id: http://piwigo.org/svn/trunk@5428 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update language ITriopwg2010-03-281-17/+107
| | | | git-svn-id: http://piwigo.org/svn/trunk@5422 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1502: Wrong path corrected (to check themeconf.inc.php existence)patdenice2010-03-281-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5419 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update de_DE thanks to el ninjoddtddt2010-03-281-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5417 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] language-switch Add HU languagesamli2010-03-282-0/+31
| | | | git-svn-id: http://piwigo.org/svn/trunk@5416 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] event_tracer Add HU languagesamli2010-03-282-0/+31
| | | | git-svn-id: http://piwigo.org/svn/trunk@5415 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] admin_multi_view Add HU languagesamli2010-03-282-0/+31
| | | | git-svn-id: http://piwigo.org/svn/trunk@5414 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update ESddtddt2010-03-272-8/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@5410 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] update nl_NL thanks to Kees Hesselsddtddt2010-03-272-20/+20
| | | | git-svn-id: http://piwigo.org/svn/trunk@5409 68402e56-0260-453c-a942-63ccdbb3a9ee
* Simplify installation message, no need to explain the following step, theplegall2010-03-276-16/+17
| | | | | | | | | | "no photo yet" feature makes the explanations useless at this point. .infos admin block is used to display messages, I've set the background transparent here, because it's the only message of the page. Anyway, I don't think using .infos blocks are relevant if that's the only message on the page. git-svn-id: http://piwigo.org/svn/trunk@5408 68402e56-0260-453c-a942-63ccdbb3a9ee
* 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