Commit graph

2646 commits

Author SHA1 Message Date
patdenice
f9b339cf79 Feature 1533: admincan activate/deactivate user customization.
git-svn-id: http://piwigo.org/svn/trunk@5328 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-24 23:24:01 +00:00
samli
7682ed5e13 [trunk] minor bugfixes
git-svn-id: http://piwigo.org/svn/trunk@5322 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-24 22:16:24 +00:00
plegall
31f14fd486 Just like for branch 2.0, AMenuManager and grum_plugins_classes-2 are removed.
These plugins exist in piwigo.org/ext and in piwigo.org/svn/extensions

git-svn-id: http://piwigo.org/svn/trunk@5321 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-24 21:31:12 +00:00
plegall
c639ad1e7e copy all languages (exceptions are en_UK and fr_FR) from branch 2.0 to trunk,
then convert the *.lang.php files with tools/convert_language_to_2.1.pl

Next step is to play with tools/translation_analysis.php to find which
language keys need translation for each language.

git-svn-id: http://piwigo.org/svn/trunk@5316 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-24 19:34:41 +00:00
plegall
eafa796d88 script to make a 2.0 language directory comply with 2.1 new rules, mainly
language keys replacements, as declared in language/templates/*.lang.php

git-svn-id: http://piwigo.org/svn/trunk@5315 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-24 19:21:25 +00:00
plegall
a6954ea0a8 make the translation TODO easier to read
git-svn-id: http://piwigo.org/svn/trunk@5314 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-24 19:16:52 +00:00
plegall
95e6455a41 remove useless LC_MESSAGES directories
git-svn-id: http://piwigo.org/svn/trunk@5313 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-24 15:55:12 +00:00
plegall
b6244b62c9 improvement: ability to analyse a single language.
git-svn-id: http://piwigo.org/svn/trunk@5312 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-24 15:49:48 +00:00
plegall
87282425b5 bug fixed: some language keys had not been converted in code.
git-svn-id: http://piwigo.org/svn/trunk@5311 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-24 15:36:13 +00:00
plegall
52330d8d8c bug fixed: certainly an automatic script had converted "included" into
"excluded".

improvement: make the code easier to read for missing language keys detection.

git-svn-id: http://piwigo.org/svn/trunk@5310 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-24 15:02:36 +00:00
plegall
eca1b87551 improvement: clean output for lost language keys
git-svn-id: http://piwigo.org/svn/trunk@5309 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-24 14:00:03 +00:00
plegall
f9ac2a2846 make the language key conversion comply with what's inside the code.
git-svn-id: http://piwigo.org/svn/trunk@5308 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-24 13:43:18 +00:00
plegall
ac430ef5be bug fixed: remove trailing whitespace in new language key (compliant with what we find in code)
git-svn-id: http://piwigo.org/svn/trunk@5307 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-24 09:49:04 +00:00
patdenice
2ad08fa8c1 feature 1502: bug corrected on guest setting page.
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-24 01:36:28 +00:00
patdenice
6c31dd4326 Feature 1533: Bug corrected on favorite option and navigation bar.
git-svn-id: http://piwigo.org/svn/trunk@5305 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-24 00:54:39 +00:00
patdenice
151920ed09 Feature 1533: Allow activation or deactivation of download icon.
Add display configuration for picture properties.

git-svn-id: http://piwigo.org/svn/trunk@5304 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-24 00:39:34 +00:00
plegall
8802877a84 remove the \n from the language key and split into 2 separate strings to avoid
useless exceptions in translation analysis scripts.

git-svn-id: http://piwigo.org/svn/trunk@5302 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-23 23:45:13 +00:00
plegall
4a6748bd70 backport translation_analysis.php from branch 2.0 to trunk (precious help to
know what's missing in a specific language)

git-svn-id: http://piwigo.org/svn/trunk@5301 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-23 23:30:37 +00:00
plegall
ae880eeabe l10n fr_FR: add strings related to my new features in 2.1 ("no photo yet",
"upload form", "theme manager", administration header/footer)

git-svn-id: http://piwigo.org/svn/trunk@5300 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-23 23:09:54 +00:00
plegall
cdf89f21af bug fixed: typo on case for "Upload Photos" page title.
git-svn-id: http://piwigo.org/svn/trunk@5299 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-23 23:06:36 +00:00
patdenice
5c4c58ee5f Feature 1533: more explicit options on display configuration tab
git-svn-id: http://piwigo.org/svn/trunk@5298 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-23 22:27:52 +00:00
nikrou
c045205e53 Fix problem with white space in language keys
git-svn-id: http://piwigo.org/svn/trunk@5297 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-23 22:06:13 +00:00
plegall
feb0d27a51 improvement: piwigo_dir can be set from the command line
bug fixed: changing filters for files to check.

git-svn-id: http://piwigo.org/svn/trunk@5296 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-23 21:50:48 +00:00
nikrou
ed6518319b Fixed missing keys in nbm
replace script must use language/templates files and not english

git-svn-id: http://piwigo.org/svn/trunk@5295 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-23 21:50:29 +00:00
plegall
720b19a1d9 Add many missing language keys due to new features in 2.1
Warning, some keys were moved from admin to common:

Are you sure?
Email address is missing. Please specify an email address.
delete this comment

git-svn-id: http://piwigo.org/svn/trunk@5294 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-23 21:34:46 +00:00
patdenice
c4fd9f9141 Feature 1533: Change "General" by "Options" in Configuration menu.
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-23 21:19:55 +00:00
plegall
8b816a18f4 bug fixed: the language keys used end with a whitespace, but it was removed
in the language file.

git-svn-id: http://piwigo.org/svn/trunk@5292 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-23 21:18:38 +00:00
vdigital
5d854048e9 merge r5290 from branch 2.0 to trunk
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
2010-03-23 20:30:10 +00:00
patdenice
0abfb916e3 Remove @, test $_POST['date_creation_year'] instead, make nicolas joyful ;-)
git-svn-id: http://piwigo.org/svn/trunk@5288 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-23 17:38:55 +00:00
nikrou
cd0c4ae7dd Fix missing key translations for nbm and c13y
git-svn-id: http://piwigo.org/svn/trunk@5287 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-23 16:19:13 +00:00
plegall
658d979d7e new script to detect missing language keys
git-svn-id: http://piwigo.org/svn/trunk@5286 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-23 15:26:01 +00:00
plegall
68a4d1dd9b Make the admin/photos_add code easier to analyse for missing translation keys.
git-svn-id: http://piwigo.org/svn/trunk@5285 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-23 13:26:41 +00:00
plegall
f60f59a4c6 bug fixed: hide border on admin/configuration fieldsets to avoid empty legend.
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-23 12:04:31 +00:00
patdenice
87f5424cca Avoid error if creation date calendar is empty.
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-23 11:08:09 +00:00
rub
a6c771547d Add function is_webmaster (like is_admin function)
Add on ignore list the directory local/personal

git-svn-id: http://piwigo.org/svn/trunk@5272 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-23 05:56:50 +00:00
plegall
c0879165c6 bug fixed: if the theme for guest is empty (I don't know how this could be,
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
2010-03-22 22:22:59 +00:00
riopwg
04482125dd Update language IT for LocalFilesEditor
git-svn-id: http://piwigo.org/svn/trunk@5268 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-22 20:49:03 +00:00
nikrou
d6fa0a5823 Fix warning for postgresql installation
Remove unused function

git-svn-id: http://piwigo.org/svn/trunk@5267 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-22 20:31:53 +00:00
nikrou
f4f8b96e97 Feature 1525 : propose to download config database file when permissions for writing it to local/config directory are missing.
git-svn-id: http://piwigo.org/svn/trunk@5266 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-22 20:30:56 +00:00
plegall
6b3dc4ede1 feature 1514: improvement, if a user has a theme that is (maybe temporary)
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
2010-03-22 19:49:14 +00:00
plegall
363268ab99 ture 1514: improvement, impossible to activate a theme is a parent is missing
(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-22 15:03:43 +00:00
plegall
15499d5dc1 feature 1514: improvement, impossible to delete a theme that is required
by another installed theme.

git-svn-id: http://piwigo.org/svn/trunk@5258 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-22 14:11:10 +00:00
patdenice
cf9af7d062 Sylvia style is back for installation and upgrade pages.
git-svn-id: http://piwigo.org/svn/trunk@5257 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-22 13:13:58 +00:00
patdenice
98c7158ec0 [LocalFiles Editor] Only webmasters can create or modify local files.
git-svn-id: http://piwigo.org/svn/trunk@5256 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-22 12:42:42 +00:00
plegall
2ed2fe4ec0 feature 1529: display tags in columns for search.php or admin/tags.
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-22 11:40:18 +00:00
plegall
7d0c4675f8 feature 1502: bug fixed, the themes needs a name at installation time, or else
they can't be chosen in the user profile.

git-svn-id: http://piwigo.org/svn/trunk@5253 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-22 10:57:59 +00:00
plegall
cd3411f46c remove the "forgot password" and "register" in identification icon bar, these
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
2010-03-22 10:50:15 +00:00
plegall
f635122ef2 feature 1505: bug fixed, ability to connect with pLoader even if gallery
is empty.

git-svn-id: http://piwigo.org/svn/trunk@5251 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-22 10:29:34 +00:00
plegall
a5f395183a feature 1528: update the about page content (FR/EN only currently).
git-svn-id: http://piwigo.org/svn/trunk@5250 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-22 10:17:33 +00:00
plegall
d1d3167c3c due to background color change on pwgHead, the roma icon for home.png was not good
git-svn-id: http://piwigo.org/svn/trunk@5248 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-22 09:35:34 +00:00