From 23ea66872b6929fec46c1c120967750a25ca4425 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 4 Oct 2012 10:03:16 +0200 Subject: omlibdbi improvements * support for config load phases & module() parameters * support for default templates * driverdirectory is now cleanly a global parameter, but can no longer be specified as an action paramter. Note that in previous versions this parameter was ignored in all but the first action definition NOTE: more solid testing is needed for these changes. We spare this, as the module is scheduled for more work. This commit is more or less staging work. --- ChangeLog | 8 +++ doc/omlibdbi.html | 46 ++++++++------ plugins/omlibdbi/omlibdbi.c | 151 ++++++++++++++++++++++++++++++++++++-------- 3 files changed, 161 insertions(+), 44 deletions(-) diff --git a/ChangeLog b/ChangeLog index 47b6b88d..fbaa8896 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,12 @@ --------------------------------------------------------------------------- +Version 7.3.0 [devel] 2012-10-?? +- omlibdbi improvements, added + * support for config load phases & module() parameters + * support for default templates + * driverdirectory is now cleanly a global parameter, but can no longer + be specified as an action paramter. Note that in previous versions + this parameter was ignored in all but the first action definition +--------------------------------------------------------------------------- Version 7.1.9 [beta] 2012-10-?? - bugfix: comments inside objects (e.g. action()) were not properly handled --------------------------------------------------------------------------- diff --git a/doc/omlibdbi.html b/doc/omlibdbi.html index 008dcb81..e47c7f57 100644 --- a/doc/omlibdbi.html +++ b/doc/omlibdbi.html @@ -54,7 +54,23 @@ dlopen()ed plugin (as omlibdbi is). So in short, you probably save you a lot of headache if you make sure you have at least libdbi version 0.8.3 on your system.

-

Action Parameters:

+

Module Parameters

+ +

Action Parameters

Legacy (pre-v6) Configuration Directives:

+

It is strongly recommended NOT to use legacy format.