Mon, 09 Aug 2010 08:06:38 +0000 man5/vmm.cfg: Added description for new settings in section database. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 09 Aug 2010 08:06:38 +0000] rev 357
man5/vmm.cfg: Added description for new settings in section database.
Mon, 09 Aug 2010 06:19:48 +0000 Updated INSTALL and setup.py. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 09 Aug 2010 06:19:48 +0000] rev 356
Updated INSTALL and setup.py.
Mon, 09 Aug 2010 05:42:56 +0000 VMM/handler: Added support for psycopg2. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 09 Aug 2010 05:42:56 +0000] rev 355
VMM/handler: Added support for psycopg2.
Mon, 09 Aug 2010 03:52:01 +0000 VMM/cli/main: Adjusted _get_handler() to changes in config module. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 09 Aug 2010 03:52:01 +0000] rev 354
VMM/cli/main: Adjusted _get_handler() to changes in config module.
Mon, 09 Aug 2010 03:48:28 +0000 VMM/config: Extended configuration check and raise only a ConfigError. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Mon, 09 Aug 2010 03:48:28 +0000] rev 353
VMM/config: Extended configuration check and raise only a ConfigError. Added new settings 'module', 'port', and 'sslmode' to the database section.
Sat, 07 Aug 2010 20:01:19 +0000 VMM/…: Provide parameters as tuple to cursor.execute(). v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sat, 07 Aug 2010 20:01:19 +0000] rev 352
VMM/…: Provide parameters as tuple to cursor.execute().
Sat, 07 Aug 2010 05:16:26 +0000 VMM/handler: Small code cleanups. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sat, 07 Aug 2010 05:16:26 +0000] rev 351
VMM/handler: Small code cleanups.
Sat, 07 Aug 2010 05:13:46 +0000 VMM/common: Reformulated error message in exec_ok. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sat, 07 Aug 2010 05:13:46 +0000] rev 350
VMM/common: Reformulated error message in exec_ok.
Sat, 07 Aug 2010 04:44:23 +0000 VMM/cli/config: Except the VMMError from exec_ok in configure(). v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sat, 07 Aug 2010 04:44:23 +0000] rev 349
VMM/cli/config: Except the VMMError from exec_ok in configure().
Sat, 07 Aug 2010 03:29:53 +0000 VMM/config: Use common.VERSION_RE, instead of defining the regexp two times. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sat, 07 Aug 2010 03:29:53 +0000] rev 348
VMM/config: Use common.VERSION_RE, instead of defining the regexp two times.
Sat, 07 Aug 2010 03:17:46 +0000 VMM/common: Made the version re pattern object accessible as VERSION_RE. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sat, 07 Aug 2010 03:17:46 +0000] rev 347
VMM/common: Made the version re pattern object accessible as VERSION_RE. Small 'global …' cleanups.
Fri, 06 Aug 2010 23:06:19 +0000 VMM/cli/handler: Don't perform config and environment checks twice. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 06 Aug 2010 23:06:19 +0000] rev 346
VMM/cli/handler: Don't perform config and environment checks twice.
Fri, 06 Aug 2010 22:34:46 +0000 VMM/cli/subcommands: Added subcommands configget and configset. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 06 Aug 2010 22:34:46 +0000] rev 345
VMM/cli/subcommands: Added subcommands configget and configset.
Fri, 06 Aug 2010 06:14:04 +0000 VMM/cli/config: CliConfig.set raise a ConfigError, if the new v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 06 Aug 2010 06:14:04 +0000] rev 344
VMM/cli/config: CliConfig.set raise a ConfigError, if the new value could not be set.
Fri, 06 Aug 2010 03:45:34 +0000 VMM/cli/main: Except more errors and handle them correct. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 06 Aug 2010 03:45:34 +0000] rev 343
VMM/cli/main: Except more errors and handle them correct.
Fri, 06 Aug 2010 02:15:16 +0000 VMM/config: LazyConfig._get_section_option check for empty section/option names. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 06 Aug 2010 02:15:16 +0000] rev 342
VMM/config: LazyConfig._get_section_option check for empty section/option names.
Thu, 05 Aug 2010 23:26:23 +0000 VMM/…: Unified messages and removed non-ASCII quotes. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 05 Aug 2010 23:26:23 +0000] rev 341
VMM/…: Unified messages and removed non-ASCII quotes. VMM/account: Added TP-comment back. Was accidentally removed in changeset f9a6b6701cf9. Refreshed po/vmm.pot.
Thu, 05 Aug 2010 05:08:02 +0000 vmm: Renamed to VirtualMailManager/cli/main.py. Splitted subcommands v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 05 Aug 2010 05:08:02 +0000] rev 340
vmm: Renamed to VirtualMailManager/cli/main.py. Splitted subcommands out to VirtualMailManager/cli/subcommands.py. vmm: New created with minimal code.
Thu, 05 Aug 2010 02:38:20 +0000 VMM/cli/handler: CliHandler.user_password: Only prompt for the v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 05 Aug 2010 02:38:20 +0000] rev 339
VMM/cli/handler: CliHandler.user_password: Only prompt for the password if the Account exists.
Thu, 05 Aug 2010 00:12:52 +0000 VMM/account: Made Account._services available as account.SERVICES. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 05 Aug 2010 00:12:52 +0000] rev 338
VMM/account: Made Account._services available as account.SERVICES.
Wed, 04 Aug 2010 18:41:46 +0000 VMM/{,cli/}handler: user_add: Check earlier if the account exists. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Wed, 04 Aug 2010 18:41:46 +0000] rev 337
VMM/{,cli/}handler: user_add: Check earlier if the account exists.
Tue, 03 Aug 2010 23:33:46 +0000 VMM/domain: Added missing comma in Domain.get_info's SELECT list. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Tue, 03 Aug 2010 23:33:46 +0000] rev 336
VMM/domain: Added missing comma in Domain.get_info's SELECT list.
Sun, 01 Aug 2010 22:59:34 +0000 VMM/handler: Updated Handler.user_{disable,enable} methods to v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sun, 01 Aug 2010 22:59:34 +0000] rev 335
VMM/handler: Updated Handler.user_{disable,enable} methods to accept a list of services. man/{,de/}man1/vmm.1.rst: Updated userenable/userdisable part.
Sun, 01 Aug 2010 03:55:01 +0000 VMM/account: Reworked methods enable/disable in order to accept v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Sun, 01 Aug 2010 03:55:01 +0000] rev 334
VMM/account: Reworked methods enable/disable in order to accept multiple services.
Fri, 30 Jul 2010 19:14:49 +0000 VMM/{account,handler}: Account delete, use the boolean keyword force too. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 30 Jul 2010 19:14:49 +0000] rev 333
VMM/{account,handler}: Account delete, use the boolean keyword force too.
Fri, 30 Jul 2010 15:51:22 +0000 man/{,de/}man1/vmm.1.rst: Updated domaindelete part. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 30 Jul 2010 15:51:22 +0000] rev 332
man/{,de/}man1/vmm.1.rst: Updated domaindelete part.
Fri, 30 Jul 2010 15:19:31 +0000 VMM/domain: Simplified Domain.delete() related methods and their arguments, v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 30 Jul 2010 15:19:31 +0000] rev 331
VMM/domain: Simplified Domain.delete() related methods and their arguments, VMM/handler: Adjusted to the changes in the domain module.
Fri, 30 Jul 2010 09:45:51 +0000 VMM/handler: _make_home() Create the domain directory if it v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 30 Jul 2010 09:45:51 +0000] rev 330
VMM/handler: _make_home() Create the domain directory if it doesn't exist for some reason.
Fri, 30 Jul 2010 09:37:44 +0000 VMM/account: Replaced property domain_directory by domain. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Fri, 30 Jul 2010 09:37:44 +0000] rev 329
VMM/account: Replaced property domain_directory by domain.
Thu, 29 Jul 2010 23:09:44 +0000 VMM/common: Removed unused import. v0.6.x
Pascal Volk <neverseen@users.sourceforge.net> [Thu, 29 Jul 2010 23:09:44 +0000] rev 328
VMM/common: Removed unused import.
(0) -300 -100 -50 -30 +30 +50 +100 +300 tip