Pedro Algarvio
e3fecabcbe
Add information on how to build a localized version of the documentation.
2013-10-14 21:14:33 +01:00
Pedro Algarvio
1be51814a5
Provide a script to simplify the translations download process.
2013-10-14 21:02:23 +01:00
David Boucha
7790d914f5
Merge pull request #7822 from mgwilliams/carbon-return
...
carbon-returner: make it more flexible
2013-10-14 12:56:37 -07:00
Matthew Williams
e39f9c1f8d
carbon-returner: make it more flexible
2013-10-14 19:53:46 +00:00
Pedro Algarvio
0bd6ad6f8e
Switch to anonymous links, simplifies translations.
2013-10-14 20:35:23 +01:00
Pedro Algarvio
9827f00837
The translation template catalogs are under _build again.
...
Compile message catalogs for the desired language before generating the documentation.
2013-10-14 20:24:42 +01:00
Pedro Algarvio
a047acea12
Include script to compile the translation catalogs.
2013-10-14 20:00:39 +01:00
Chris Rebert
9e8fc56621
utils/validate/net.py: simplify mac()
...
Also obviates a pylint warning:
salt/utils/validate/net.py:18: [W0311(bad-indentation), ] Bad indentation. Found 12 spaces, expected 8
2013-10-14 11:30:57 -07:00
Chris Rebert
0ac048e5cb
salt/utils/verify.py: rm trailing whitespace
2013-10-14 11:28:06 -07:00
Chris Rebert
5b7e2734c8
modules/qemu_nbd.py: rm unused import of yaml
2013-10-14 11:26:43 -07:00
Joseph Hall
aa2f0e620f
Merge pull request #7816 from holmboe/virt-mac-valid
...
Validate MAC in virt.py
2013-10-14 10:33:15 -07:00
Pedro Algarvio
2f3aa98bd3
Provide a script to update the source translation templates to Transifex.
2013-10-14 18:28:08 +01:00
Henrik Holmboe
86041263f8
Validate MAC
...
With the validate func in 01eb5f5
.
2013-10-14 19:26:22 +02:00
Joseph Hall
1e67f7e590
Merge pull request #7815 from holmboe/mac-validate
...
Remove unused import
2013-10-14 10:21:32 -07:00
Henrik Holmboe
17fb875a97
Remove unused import
2013-10-14 19:17:44 +02:00
Joseph Hall
b4f51b8f24
Merge pull request #7814 from holmboe/mac-validate
...
Validate MAC using salt.utils.validate.net.mac()
2013-10-14 10:08:52 -07:00
Henrik Holmboe
9d75c7230d
Validate MAC using salt.utils.validate.net.mac()
...
That was introduced in 01eb5f5
.
2013-10-14 19:06:13 +02:00
Pedro Algarvio
154b7ee38b
Merge pull request #7812 from techhat/validate
...
Start building validation toolset
2013-10-14 08:13:32 -07:00
Joseph Hall
01eb5f504c
Start building validation toolset
2013-10-14 09:04:56 -06:00
Pedro Algarvio
007e131a55
Merge pull request #7809 from holmboe/fix-7808
...
Fix string formatting without format() in rh_ip.py
2013-10-14 06:17:58 -07:00
Henrik Holmboe
f9042da2b8
Fix #7808
2013-10-14 15:15:09 +02:00
Kiall Mac Innes
69de28e3c3
Correct RabbitMQ plugin management command name
2013-10-14 14:06:06 +01:00
Pedro Algarvio
85211daa41
Use /usr/bin/env python
as opposed to /usr/bin/python
.
2013-10-14 12:29:41 +01:00
Pedro Algarvio
911709e682
Add a script to setup the transifex client config file.
2013-10-14 12:28:38 +01:00
Joseph Hall
0e1cd880dc
Merge pull request #7800 from terminalmage/issue7656
...
Fix yumpkg*.mod_repo
2013-10-14 03:50:34 -07:00
Pedro Algarvio
10c650e840
Merge pull request #7798 from techhat/parted
...
Sanitize inputs for parted module
2013-10-14 03:03:14 -07:00
Pedro Algarvio
22321eed83
Merge pull request #7804 from holmboe/rope-prj
...
Ignore rope project files
2013-10-14 02:59:23 -07:00
Pedro Algarvio
e19d226bbb
Merge pull request #7805 from holmboe/not-sticky
...
Sticky bit not effective anymore
2013-10-14 02:58:23 -07:00
Henrik Holmboe
45d6b1b2d1
Sticky bit not effective anymore
...
The group or other does not have write permissions anymore, so sticky
bit is irrelevant and confusing.
2013-10-14 10:33:45 +02:00
Henrik Holmboe
f30999c5bf
Ignore rope project files
...
Rope is used in Emacs elpy and others.
2013-10-14 10:10:26 +02:00
Scott Percival
e3e6c45feb
Added runner for bootstrapping Windows minions with PsExec
2013-10-14 13:31:37 +08:00
Erik Johnson
9ec63055e3
Fix yumpkg*.mod_repo
...
The kwargs are used to determine which values to assign to the repo
file, but additional "hidden" kwargs are passed to these functions, ones
with keys starting with a double underscore. This commit filters those
arguments out so that they don't get written to the repo file.
2013-10-13 21:34:49 -05:00
Elias Probst
f39719f655
Fixed handling of the filter param, which is non-mandatory and adapted the template rendering to be worded generic instead of referring to the filter only.
2013-10-14 01:54:11 +02:00
Elias Probst
423eb554a6
Added support for using LDAP auth without a hard-coded binddn/bindpw or with only a binddn which is composed of the authenticating user's username and a fixed string.
2013-10-14 01:33:57 +02:00
Joseph Hall
fe070b0d95
Sanitize inputs for parted module
2013-10-13 16:48:40 -06:00
Pedro Algarvio
bf484b94bf
Merge pull request #7796 from s0undt3ch/features/i18n-documentation
...
It's a link!
2013-10-13 13:10:13 -07:00
Pedro Algarvio
2ca73d1a6e
It's a link!
2013-10-13 21:09:19 +01:00
Pedro Algarvio
563fdbcd10
Merge pull request #7793 from s0undt3ch/features/i18n-documentation
...
[READ THE BODY] Explain how to help out translating the documentation.
2013-10-13 12:49:08 -07:00
Pedro Algarvio
4aa611c319
Final translation documentation update.
2013-10-13 19:46:52 +01:00
Pedro Algarvio
2ba350b607
Even the translation templates won't be stored in git.
2013-10-13 19:46:16 +01:00
Pedro Algarvio
62929d3335
We switched translation service.
2013-10-13 11:55:38 +01:00
Thomas S Hatch
aae1bba549
switch over to using the safe json routine in utils
2013-10-12 17:01:46 -06:00
Thomas S Hatch
8e644ddb5a
strip out unused process method
2013-10-12 17:00:37 -06:00
Thomas S Hatch
79ef0c1263
pass opts into the shell object
2013-10-12 16:44:05 -06:00
Thomas S Hatch
e4e1d4e8e6
Add opts to shell object
2013-10-12 16:44:05 -06:00
Pedro Algarvio
7a3740bd5e
Explain how to help out translating the documentation.
2013-10-12 23:33:05 +01:00
Pedro Algarvio
cf3690152d
Merge pull request #7792 from s0undt3ch/features/i18n-documentation
...
VCS message catalog templates.
2013-10-12 15:31:34 -07:00
Pedro Algarvio
23559d4240
Add the message catalog template files.
2013-10-12 23:22:44 +01:00
Pedro Algarvio
77b77a30f9
Generate the gettext
message catalog templates on the right place.
2013-10-12 23:19:05 +01:00
Pedro Algarvio
fba3d05562
Translation will be hosted remotely.
2013-10-12 23:18:54 +01:00