294 Commits

Author SHA1 Message Date
3aed79a25d Incorrect bases! 2012-09-27 16:22:01 +01:00
ac74bfde13 Correct load_module implementation. 2012-09-27 16:20:42 +01:00
7512d2b1fb Gah, braino. 2012-09-27 14:17:54 +01:00
b79a3e953c Transports may optionally be enabled or disabled on a per-user basis 2012-09-27 14:10:03 +01:00
c3c2a43e61 bytes_to_human() now calls humaise_bytes() 2012-09-05 14:50:10 +01:00
fa3bc96ba6 bytes_to_human is now 'humanise_bytes' with compatibility method.
Can't remove byteS_to_human entirely, as that'll break old code. Deprecating it, though.
2012-09-05 14:48:57 +01:00
e024f9087f Fixed comparison warning on first template load. 2012-09-05 12:05:52 +01:00
e0792ca8b4 Added support for transparent template caching. 2012-09-04 14:43:54 +01:00
6bb244472f Allow special catacters in table names. 2012-09-03 11:14:51 +01:00
c83d7aa43e Simple option list generation function. 2012-08-24 13:39:43 +01:00
aecb6b0af2 Blasted circular references problems with CGI::Compress::Gzip 2012-08-16 15:16:42 +01:00
4a70d23767 Auto-set message module loader reference. 2012-08-16 15:03:54 +01:00
d09eb6bad9 Missing words! 2012-08-16 14:34:21 +01:00
88d9c29442 Queue dispatch logs more stats. May be too noisy... 2012-08-16 14:33:25 +01:00
1438b7cee8 Trying to fix problems with SMTP constructors. 2012-08-16 14:23:39 +01:00
b098d3fb57 Fixing up error passing. 2012-08-16 14:15:39 +01:00
63dfa87505 Correct arguments to load_transport_module() 2012-08-16 14:09:26 +01:00
12a8f17c84 Correct source for errors on transport load failure. 2012-08-16 14:07:31 +01:00
59bc2b7d58 No need for old _error functions now. 2012-08-16 14:00:58 +01:00
515e2fbdfe Cleanup. 2012-08-16 14:00:25 +01:00
88699695d7 Module now extends SystemModule, less emphatic about constructor args. 2012-08-16 13:58:39 +01:00
0aa8cda126 Email and local delivery support added. 2012-08-16 13:41:01 +01:00
d84c784ab9 Ugh, stray $ 2012-08-15 14:55:01 +01:00
8c72f9cf5d Fixed brainos. 2012-08-15 14:52:46 +01:00
051d39cdab Delete correctly checks status. 2012-08-15 14:51:27 +01:00
1dd9844a22 Allow deferred setting of the module loader object. 2012-08-15 14:21:46 +01:00
69ec3668d5 Multi-transport support. 2012-08-15 14:13:28 +01:00
d322edfda5 delete_message passed wrong ident string to _delete_by_field 2012-08-10 16:12:45 +01:00
bd9dcaea44 Corrected format default. 2012-08-10 16:09:32 +01:00
51b19d71da Fixed hashes. 2012-08-10 16:05:41 +01:00
9937b0f164 Don't ask where that '$self -> {"recipients"}' came from... 2012-08-10 16:01:20 +01:00
d71cccb139 Message lookup facilities added. 2012-08-10 15:36:46 +01:00
0311d0f6e4 Die_log tries to log too. 2012-08-09 19:55:08 +01:00
8fc097e640 Doc fixes. 2012-08-09 16:22:00 +01:00
d9cb284fef Name change to make interface more logically consistent. 2012-08-09 16:17:18 +01:00
6f756e4131 Can't use superclass constructor; objects may not be avilable. 2012-08-09 16:00:02 +01:00
61cca195da Ugh, brainos. 2012-08-09 15:54:24 +01:00
dd22f7bf29 Support for message queue in application. 2012-08-09 15:52:11 +01:00
28b14acb48 New message handling system started. 2012-08-09 15:46:15 +01:00
32fc7aed2e Tweaks to reflect email to message change. 2012-08-09 15:45:31 +01:00
857aeaa179 Updated to correctly invoke superclass constructor. 2012-08-09 12:29:58 +01:00
06a417790a Updated schema to refelect new email handling system. 2012-08-09 12:29:24 +01:00
635d7182b4 New hash/hashref arguments handling function. 2012-08-09 12:28:39 +01:00
6f622105dc Min lengths are only enforced when field is required. 2012-08-01 14:23:18 +01:00
8347fe5e48 Even kill off  s too. 2012-08-01 13:46:17 +01:00
e47d3abfac Y'know, just kill *ALL* whitespace when doing length checks. 2012-08-01 13:40:49 +01:00
2d820491e6 Whitespaces break length ghecks, damnit. 2012-08-01 13:40:16 +01:00
0d6d5ac11a Fixing fancy_time handling of sub-minute durations. 2012-08-01 13:37:52 +01:00
1e4a70c808 Blugh, missing ; 2012-08-01 13:15:10 +01:00
c790b4f307 Adding extra checks to html validation. 2012-08-01 13:14:11 +01:00