Sun, 15 Apr 2012 17:51:00 +0200 Fix transport_maps function for non-existent domains v0.6.x
martin f. krafft <madduck@madduck.net> [Sun, 15 Apr 2012 17:51:00 +0200] rev 550
Fix transport_maps function for non-existent domains The postfix_transport_maps function had a bug causing 2012-04-15 17:40:22 CEST LOG: statement: SELECT transport FROM postfix_transport_map('logcheck', 'domine.madduck.net'); 2012-04-15 17:40:22 CEST ERROR: query returned no rows when the domain was not in the database. This would make did be NULL and make the query fail. This patch moves the tid query until after a check for did. If the latter is NULL, the function RETURNs (rather than fails).
Sun, 15 Apr 2012 17:36:26 +0200 Revert caching of destination interpolation v0.6.x
martin f. krafft <madduck@madduck.net> [Sun, 15 Apr 2012 17:36:26 +0200] rev 549
Revert caching of destination interpolation Since 'destination' comes from the table in the query, it cannot be cached across queries! Doh!
Sun, 15 Apr 2012 15:30:16 +0000 pgsql: update_tables_*: Added missing `NOT' to `… tid DROP NOT NULL;'. v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Sun, 15 Apr 2012 15:30:16 +0000] rev 548
pgsql: update_tables_*: Added missing `NOT' to `… tid DROP NOT NULL;'.
Sun, 15 Apr 2012 12:54:16 +0000 pgsql: Create column `note' as text. v0.6.x
Pascal Volk <user@localhost.localdomain.org> [Sun, 15 Apr 2012 12:54:16 +0000] rev 547
pgsql: Create column `note' as text.
Sun, 15 Apr 2012 14:10:40 +0200 Add docstring for common.format_domain_default v0.6.x
martin f. krafft <madduck@madduck.net> [Sun, 15 Apr 2012 14:10:40 +0200] rev 546
Add docstring for common.format_domain_default
Sat, 14 Apr 2012 21:48:00 +0200 Document domainnote in manpages v0.6.x
martin f. krafft <madduck@madduck.net> [Sat, 14 Apr 2012 21:48:00 +0200] rev 545
Document domainnote in manpages 5806fb74130b did not contain this, so I must have forgotten it. Oops.
Sat, 14 Apr 2012 22:56:52 +0200 Remove domain/account notes from TODO v0.6.x
martin f. krafft <madduck@madduck.net> [Sat, 14 Apr 2012 22:56:52 +0200] rev 544
Remove domain/account notes from TODO
Sat, 14 Apr 2012 22:53:21 +0200 Include account note in getuser output v0.6.x
martin f. krafft <madduck@madduck.net> [Sat, 14 Apr 2012 22:53:21 +0200] rev 543
Include account note in getuser output Modify the getuser output to include an account note, if one is present
Sat, 14 Apr 2012 22:52:40 +0200 Display formatted notes in info output v0.6.x
martin f. krafft <madduck@madduck.net> [Sat, 14 Apr 2012 22:52:40 +0200] rev 542
Display formatted notes in info output If the user/domain object has an attached note, this patch makes the userinfo/domaininfo output print the note, wrapped to the terminal size.
Sat, 14 Apr 2012 21:20:06 +0200 Ignore *.egg-status build directory created by setuptools v0.6.x
martin f. krafft <madduck@madduck.net> [Sat, 14 Apr 2012 21:20:06 +0200] rev 541
Ignore *.egg-status build directory created by setuptools
(0) -300 -100 -10 +10 +100 tip