Laurent Peuch
d3bc527293
[enh] add empty file for hindie to enable it in weblate
2016-07-28 21:40:43 +02:00
opi
937f26bdaa
[fix] Raise error on malformed SSOwat persistent conf.
2016-07-21 11:43:02 +02:00
Jean-Baptiste
9f02b8b8af
[i18n] Translated using Weblate (French)
...
Currently translated at 100.0% (239 of 239 strings)
2016-07-11 21:01:53 +02:00
Jean-Baptiste
d017ded9bb
[i18n] Translated using Weblate (French)
...
Currently translated at 99.1% (239 of 239 strings)
2016-07-11 21:01:53 +02:00
Jérôme Lebleu
e3b6ee2d54
[i18n] Translated using Weblate (French)
...
Currently translated at 99.1% (237 of 239 strings)
2016-07-11 21:01:53 +02:00
Juanu
42d411e81a
[i18n] Translated using Weblate (Spanish)
...
Currently translated at 100.0% (239 of 239 strings)
2016-07-11 21:01:53 +02:00
Bugsbane
b103cd532e
[i18n] Translated using Weblate (English)
...
Currently translated at 100.0% (239 of 239 strings)
2016-07-11 21:01:53 +02:00
Juanu
d0951715a6
[i18n] Translated using Weblate (Spanish)
...
Currently translated at 100.0% (239 of 239 strings)
2016-07-11 21:01:53 +02:00
Jérôme Lebleu
687b36fc5e
[i18n] Translated using Weblate (English)
...
Currently translated at 100.0% (239 of 239 strings)
2016-07-11 21:01:53 +02:00
Jérôme Lebleu
4bbffda10b
[i18n] Translated using Weblate (French)
...
Currently translated at 100.0% (239 of 239 strings)
2016-07-11 21:01:53 +02:00
Jérôme Lebleu
43d0125b15
[i18n] Translated using Weblate (French)
...
Currently translated at 91.6% (219 of 239 strings)
2016-07-11 21:01:53 +02:00
Jérôme Lebleu
c1a8ce19e6
[i18n] Translated using Weblate (English)
...
Currently translated at 100.0% (239 of 239 strings)
2016-07-11 21:01:53 +02:00
Bugsbane
546eb6a8d4
[i18n] Translated using Weblate (English)
...
Currently translated at 100.0% (239 of 239 strings)
2016-07-11 21:01:53 +02:00
Jérôme Lebleu
4e46d6eb28
[i18n] Translated using Weblate (English)
...
Currently translated at 100.0% (239 of 239 strings)
2016-07-11 21:01:53 +02:00
Bugsbane
12a208fced
[i18n] Translated using Weblate (English)
...
Currently translated at 100.0% (239 of 239 strings)
2016-07-11 21:01:53 +02:00
Jérôme Lebleu
3b74e5a0ad
[i18n] Translated using Weblate (English)
...
Currently translated at 100.0% (239 of 239 strings)
2016-07-11 21:01:53 +02:00
Juanu
f34d2cd82e
[i18n] Translated using Weblate (Spanish)
...
Currently translated at 100.0% (239 of 239 strings)
2016-07-11 21:01:53 +02:00
Juanu
6f9ff63227
[i18n] Translated using Weblate (Spanish)
...
Currently translated at 100.0% (239 of 239 strings)
2016-07-11 21:01:53 +02:00
DUBWiSE
09961f7954
[i18n] Translated using Weblate (Dutch)
...
Currently translated at 42.6% (102 of 239 strings)
2016-07-11 21:01:53 +02:00
Jérôme Lebleu
037d7df200
[i18n] Translated using Weblate (French)
...
Currently translated at 100.0% (239 of 239 strings)
2016-07-11 21:01:53 +02:00
Bugsbane
502ae75773
[i18n] Fixed minor English grammar errors
...
Fixed a number of minor English spelling and grammar errors in the messages (for example the word "list" implies plural, so no need to double pluralize by saying "apps list").
2016-05-30 12:14:20 +02:00
Jérôme Lebleu
4c9b79f5fc
[i18n] Rename backup_complete and backup_failed strings
2016-05-06 12:41:57 +02:00
opi
286ce86993
[fix] Catch IOError on tar creation (backup).
2016-05-06 12:00:33 +02:00
Jérôme Lebleu
fccd66e361
[i18n] Translated using Weblate (French)
...
Currently translated at 100.0% (238 of 238 strings)
2016-04-30 17:19:22 +02:00
Jean-Baptiste
47188a04c8
[i18n] Translated using Weblate (French)
...
Currently translated at 100.0% (238 of 238 strings)
2016-04-30 17:19:22 +02:00
Jean-Baptiste
bbecd658b6
[i18n] Translated using Weblate (French)
...
Currently translated at 95.3% (225 of 236 strings)
2016-04-30 17:19:22 +02:00
Jérôme Lebleu
aca251e981
[enh] Prevent non-updated multi-instances apps installation ( close #126 )
2016-04-25 13:58:17 +02:00
Jérôme Lebleu
cdf3c13bf5
[enh] Add a dry-run option for service_regen_conf
2016-04-19 20:52:45 +02:00
Jérôme Lebleu
2309405e98
[enh] Refactor the conf regen for better conflicts handle
...
It rewrites some parts of the conf regen but try to keep as much as possible
the same logic - to prevent a too big refactoring. The main change is that
configuration file regen is now handle by service_regen_conf directly.
Hooks are now called twice with the following arguments respectively:
* `"pre" $force $pending_dir`: it's time for the script to generate and put
each configuration file to update/remove into `$pending_dir` with the
right directory tree. To remove one, just touch an empty file.
* `"post" $force`: this second time, the script may restart services, fix
permissions, clean, ...
Between this two executions, the service_regen_conf will look for any files
under the `$pending_dir` and safely process them - either create, update or
remove the proper system configuration.
2016-04-11 17:11:41 +02:00
Jérôme Lebleu
ee64e22766
Translated using Weblate (Portuguese)
...
Currently translated at 60.5% (138 of 228 strings)
2016-04-08 23:14:07 +02:00
Jérôme Lebleu
1e8236c1f7
Translated using Weblate (Italian)
...
Currently translated at 12.2% (28 of 228 strings)
2016-04-08 23:14:07 +02:00
Jérôme Lebleu
b5222c6fcb
Translated using Weblate (German)
...
Currently translated at 87.7% (200 of 228 strings)
2016-04-08 23:14:07 +02:00
Jérôme Lebleu
4a1a30970f
Translated using Weblate (Dutch)
...
Currently translated at 45.1% (103 of 228 strings)
2016-04-08 23:14:06 +02:00
Jérôme Lebleu
84dba5bff2
Translated using Weblate (Spanish)
...
Currently translated at 71.9% (164 of 228 strings)
2016-04-08 23:13:30 +02:00
Jérôme Lebleu
5ea8488e44
Translated using Weblate (French)
...
Currently translated at 100.0% (228 of 228 strings)
2016-04-08 22:48:36 +02:00
Jérôme Lebleu
82df046e9d
Translated using Weblate (French)
...
Currently translated at 98.2% (224 of 228 strings)
2016-04-08 22:44:45 +02:00
Jérôme Lebleu
a948be035a
[i18n] Rename app_requirements_failed err named variable
2016-04-08 22:44:31 +02:00
Jérôme Lebleu
d11dd38e42
Merge branch 'testing' into unstable
...
This fixes DynDNS update.
2016-03-27 16:54:13 +02:00
Jérôme Lebleu
c99d56f2d5
Merge branch 'stable' into testing
...
This fixes DynDNS update.
2016-03-27 16:52:41 +02:00
opi
394f0498a5
[enh] Use named arguments for user_unknown string.
2016-03-27 16:41:54 +02:00
opi
4cabb2f7f9
[enh] Use named arguments with m18n.
2016-03-27 15:56:41 +02:00
opi
468199c78f
[enh] Use named arguments when calling m18n in service.py
2016-03-27 12:48:48 +02:00
opi
7999293438
[enh] Display hook path on error message.
2016-03-27 11:26:41 +02:00
opi
f176c3061e
[enh] Better message during service regenconf.
2016-03-27 11:26:41 +02:00
Jérôme Lebleu
d66a46a8de
[fix] Update first registered domain with DynDNS instead of current_host
2016-03-26 00:27:25 +01:00
Jérôme Lebleu
8114de167b
[enh] Call app remove script if installation fails
2016-03-25 17:46:38 +01:00
opi
edf3f4901f
[enh] More explicit backup forbidden directory error message.
2016-03-19 10:48:54 +01:00
opi
b6ee72e412
[enh] Add diagnosis function. #39
2016-03-12 23:33:30 +01:00
Jérôme Lebleu
fba14e55df
[enh] Introduce new 'requirements' manifest key ( close #113 )
...
The 'requirements' key allows to specify the Debian packages which must
be installed and their required version. It must be an array of the
package name as the key and its version specifier - for its format, see
yunohost.utils.packages.Specifier - as value. For example:
"requirements": {
"yunohost": ">= 2.4, << 2.5"
}
2016-03-08 22:58:47 +01:00
Jérôme Lebleu
5afd0c1272
[enh] Rely on APT python library to retrieve packages version
...
It introduces a new `yunohost.utils` package which will contain common
utils used by YunoHost actions. It comes with a work in progress `packages`
module with simple methods to retrieve installed version of packages for now.
2016-03-08 16:10:14 +01:00