|
From: Chris W. <la...@us...> - 2001-10-12 16:07:20
|
Update of /cvsroot/openinteract/OpenInteract
In directory usw-pr-cvs1:/tmp/cvs-serv23933
Modified Files:
Changes
Log Message:
update package versions in 1.30; small changes in wording
Index: Changes
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/Changes,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -d -r1.67 -r1.68
*** Changes 2001/10/11 11:41:14 1.67
--- Changes 2001/10/12 16:07:17 1.68
***************
*** 25,29 ****
boost. Also, OpenInteract works flawlessly with the new
Template::Stash::XS module, which itself makes templates run up to
! twice as fast.
* Template widgets:
--- 25,29 ----
boost. Also, OpenInteract works flawlessly with the new
Template::Stash::XS module, which itself makes templates run up to
! twice as fast. (Be sure to use version 2.05b or higher of TT.)
* Template widgets:
***************
*** 52,67 ****
- Added 'content_email' - address for a content administrator
! - Added 'custom_variable_class' and 'custom_variable_method' to the
! 'template_info' key. Allows each website to define a handler that
! can step in just before every template is processed and modify the
! variables sent to the template. (See OI/Template/Process.pm)
! - Added 'custom_init_class' and 'custom_init_method' to the
! 'template_info' key. Allows each website to define a handler that can
! step in just before the template object is initialized and modify
! its configuration.(See OI/Template/Process.pm)
! - Added 'cache_tt' to 'dir' key (Template Toolkit caching
! directory)
- Added 'template_info'->'compile_cleanup' -- set to true if you want
--- 52,68 ----
- Added 'content_email' - address for a content administrator
! - Added 'template_info'->'custom_variable_class' and
! 'template_info'->'custom_variable_method'. Allows each website to
! define a handler that can step in just before every template is
! processed and modify the variables sent to the template. (See
! OI/Template/Process.pm)
! - Added 'template_info'->'custom_init_class' and
! 'template_info'->'custom_init_method'. Allows each website to
! define a handler that can step in just before the template object
! is initialized and modify its configuration.(See
! OI/Template/Process.pm)
! - Added 'dir'->'cache_tt' key (Template Toolkit caching directory)
- Added 'template_info'->'compile_cleanup' -- set to true if you want
***************
*** 94,99 ****
- Changed content handler to an object handler (with '($$)'
! declaration) and added documentation about the method names used in
! case anyone wants to subclass the handler with their own behaviors.
* OpenInteract/ApacheStartup.pm:
--- 95,102 ----
- Changed content handler to an object handler (with '($$)'
! declaration), changed all methods to class methods (with
! non-private names) and added documentation about the method names
! used in case anyone wants to subclass the handler with their own
! behaviors.
* OpenInteract/ApacheStartup.pm:
***************
*** 125,129 ****
- Created base handler for most tasks (search form, search,
display, edit, remove) so that many actual handlers will just need
! to specify configuration options. (See docs.)
* OpenInteract/DBI.pm:
--- 128,133 ----
- Created base handler for most tasks (search form, search,
display, edit, remove) so that many actual handlers will just need
! to specify configuration options. This is extremely cool -- see
! docs for implementation.
* OpenInteract/DBI.pm:
***************
*** 161,166 ****
the $WEBSITE_DIR/template directory
! - In '_copy_spops_config_file()' (called when you apply or upgrade
! a package), check the website configuration when copying over the
'creation_security' hashref for each SPOPS object so we can modify
the public and site admin group IDs used. (Thanks to Andreas Nolte
--- 165,170 ----
the $WEBSITE_DIR/template directory
! - In '_copy_spops_config_file()' (called when you apply or upgrade a
! package), check the website configuration when copying over the
'creation_security' hashref for each SPOPS object so we can modify
the public and site admin group IDs used. (Thanks to Andreas Nolte
***************
*** 180,185 ****
- Create $R during main_initialize() and put the stash class in
there so we have normal access to the datasource during SPOPS
! configuration. (Hopefully it won't screw anything up with
! parent/child sharing issues, particular wrt DBI handles.)
- Modify create_config() and read_base_config() so that we can just
--- 184,190 ----
- Create $R during main_initialize() and put the stash class in
there so we have normal access to the datasource during SPOPS
! configuration, which is needed if you're using the 'DiscoverField'
! behavior. (Hopefully it won't screw anything up with parent/child
! sharing issues, particular wrt DBI handles.)
- Modify create_config() and read_base_config() so that we can just
***************
*** 248,251 ****
--- 253,278 ----
upgrade_package and pass it to the install_to_website() method of
OpenInteract::Package.
+
+
+ Packages changed:
+
+ OpenInteract 1.21 -> 1.30
+ ----------------------------
+ base: 1.60 -> 1.62
+ base_box: 0.30 -> 0.33
+ base_component: 1.25 -> 1.30
+ base_error: 1.30 -> 1.32
+ base_group: 1.25 -> 1.26
+ base_security: 1.46 -> 1.51
+ base_template: 1.27 -> 1.27
+ base_theme: 1.26 -> 1.27
+ base_user: 1.34 -> 1.37
+ lookup: n/a -> 0.15
+ results_manage: 0.02 -> 0.05
+ static_page: 1.49 -> 1.51
+ system_doc: 1.24 -> 1.25
+ classified: 1.28 -> 1.28
+ full_text: 1.26 -> 1.27
+ news: 1.33 -> 1.33
|