Commit graph

66 commits

Author SHA1 Message Date
age
d7c5b5ead5 removed two TODOs 2008-01-15 10:57:17 +00:00
524555c8e8 change MAC retrieval to use ifconfig ('ip' would be an additional dependency) 2007-09-15 16:41:41 +00:00
age
247b188aec * network plugin displays mac address 2007-08-21 22:12:23 +00:00
3224d59dfe change identation from tabs to spaces 2007-08-18 00:45:12 +00:00
age
cbfddddeb2 * network plugin supports dhcp 2007-08-14 02:12:59 +00:00
fbe7adb3e4 skip delay of IP change if it is caused by the "bootup" event - Closes #156 2007-06-21 02:15:17 +00:00
pootle-translation
02573fff98 more translations made by:
* Andrzej S. Kaznowski (Polish)
 * Clavdia Horvat (Slovenian)
 * Fabrizio Tarizzo (Italian)
 * Gunar (Spanish)
 * Rino Simeone (Italian)
 * wei (Swedish)
2007-04-01 10:55:44 +00:00
72139f9bd4 renamed "ee" (country code of Estonia) to "et" (language code of Eesti)
fixed some po file header tags
2007-03-29 21:17:01 +00:00
3e75a0b778 added Eesti and Croatian 2007-03-29 19:49:07 +00:00
7c2709e643 fixed svn:keyword tag 'Id' in various python files 2007-03-21 18:35:31 +00:00
f237d0c565 some language updates - from now on we are forking away from the v0.3.x translation base 2007-03-21 18:27:03 +00:00
pootle-translation
e48612f9da Commit from Thorax Translation Center by user fabrizio. 28 of 28 messages translated (0 fuzzy). 2007-03-05 11:22:51 +00:00
pootle-translation
2d65c469c0 some more translations made by Fabrizio 2007-02-25 20:49:20 +00:00
pootle-translation
34c1d22b51 some more translation made by kinneko 2007-02-25 20:42:21 +00:00
pootle-translation
74483e2131 Initialization of Italian translation by Fabrizio 2007-02-24 01:15:59 +00:00
pootle-translation
f9a942887a Initialization of Japanese translation by Kinneko 2007-02-24 01:13:55 +00:00
pootle-translation
9dbc8cb7e8 Commit from Thorax Translation Center by user lars. 28 of 28 messages translated (0 fuzzy). 2007-02-19 01:56:06 +00:00
pootle-translation
363ccaca81 Slovenian translations made by Clavdia 2007-02-15 23:36:00 +00:00
age
871fce3f6d self.defaults as discussed 2007-02-09 16:47:56 +00:00
514f008b70 fixed plural forms or urdu and some encrypted_webinterface language files
fixed "isWriteable" check of CryptoBoxRootActions - failed on live-cd before
fixed exception handling for "create_misc_config_file"
2007-02-08 21:29:57 +00:00
age
2565f92413 * removed debug messages
* and yes it's tested
2007-02-08 12:22:54 +00:00
age
fd00cf0d83 * fixes: value from config was not taken 2007-02-08 07:44:06 +00:00
5019afd334 coding style improvements according to pylint 2007-02-08 02:17:18 +00:00
d893ebe170 minor language update of network, plugin_manager and logs 2007-02-07 08:32:03 +00:00
afd9aadcaa gateway setting finished (Closes: #89)
minor language change
2007-02-07 08:19:55 +00:00
pootle-translation
77185b28a5 Slovenian translation finished (again :)) by Clavdia 2007-02-06 15:57:25 +00:00
71f4289ae4 added language files for Urdu 2007-02-05 22:38:37 +00:00
cbe9cf40a3 increased with of 'register_*' images
downscaled system plugin icons to 64x64
downscaled disk plugin icons to 32x32
2007-02-05 20:06:06 +00:00
570cc000db minor language update 2007-02-05 20:03:49 +00:00
pootle-translation
4dd4e15694 Commit from Thorax Translation Center by user phil. 27 of 27 messages translated (0 fuzzy). 2007-02-03 21:59:57 +00:00
7dd792afbb fixed the last unittest failures
encrypted_webinterface: clean up the environment setting before running 'stunnel'
2007-02-03 19:44:12 +00:00
age
929cd5636c * simplified layout (removed pane), disk plugin is still todo
* gw change (atm breaks network plugin)
* maybe the unittests are broken now again :( will check this on tuesday
2007-02-03 18:24:07 +00:00
5ea8e7836d fixed some unittests 2007-02-03 11:40:22 +00:00
36fadb44e5 some language updates 2007-02-03 11:35:55 +00:00
b789fec8ad added regex for netmask
minor changes in language file
2007-01-30 09:12:54 +00:00
age
0cdf82b7aa * added part of netmask change feature; Lars please add a regex
* gateway change is in work..
* dhcp is stalled
2007-01-30 03:30:07 +00:00
be8131d529 removed some unclean html stuff
updated plugin specfication
2007-01-27 02:19:41 +00:00
age
2911fcea64 * plugins titles via macro, with icon
* new network plugin gui
2007-01-27 01:12:18 +00:00
ad3de60dd1 added "missing dependency" warnings to network, data, encrypted_webinterface and partition plugins
add "self.root_action" to the plugin specification
implement non-interactive key certificate creation during startup if necessary (the produced certificate is still broken)
run stunnel during startup
returned environment warnings are expected to be lists
2007-01-24 02:51:17 +00:00
4f9ec1dabb minor language changes 2007-01-22 00:31:55 +00:00
e57232efc9 display empty page after change of network address
use plugin setting for interface if defined (in cryptobox.conf)
fix change_ip in root_action
2007-01-20 20:59:38 +00:00
c18cec2107 fixed: default form was never visible (no return value specified) 2007-01-20 19:33:56 +00:00
age
1714b4ded9 added missing </form> 2007-01-20 16:08:33 +00:00
age
e7bacbf5ba * prepared gateway setting
* style changes
2007-01-20 15:41:18 +00:00
9c1f5c3fc2 moved plugin specific settings storing from volume_db to plugin_conf
store configured IP and restore during reboot
2007-01-19 01:51:35 +00:00
pootle-translation
c85243940f Slovenian translation finished by Clavdia 2007-01-12 01:54:25 +00:00
bd4ece2004 improved base test classes
added useful tools for testing
unified test environment
added description of test environment
2007-01-08 05:08:07 +00:00
2e7f1664fe removed all explicit python2.4 dependencies 2006-12-19 19:03:43 +00:00
794998f950 broken interface fixed in 'partition' plugin for ie
rendering bug of volume_properties fixed for ie
fixed screen width in a mozilla/ie compatible way
added german translation: 'log', 'network', 'volume_automount' and 'volume_details'
fixed config management of 'plugin_manager' plugin
fixed filtering of log level messages for 'logs' plugin
updated documentation for ssl configurations
changed default installation destinations in setup.py
added nice background images to environment and help messages
replaced message 'div' with 'fieldset'
moved stylesheet data of plugins to html header (as required by spec)
removed obsolete css definitions
removed obsolete old perl/bash code
improved 'update_po_files': remove obsolete msgids
functionality of 'update_english.sh' moved to 'update_po_files'
omit 'weblang' link attribute if it does not change the default setting
changed default language from 'de' to 'en'
fixed template bug that prevented the translation of plugin links
fixed invalid html
implement filecheck overriding for unittests
2006-12-18 13:37:08 +00:00
52dd35e7b4 German translations by Henning for 'network', 'logs' and main 2006-12-18 13:02:59 +00:00