Update of /cvsroot/openinteract/OpenInteract2/doc/Manual
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15236/doc/Manual
Modified Files:
Changes.pod
Log Message:
latest changes
Index: Changes.pod
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/doc/Manual/Changes.pod,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -d -r1.56 -r1.57
*** Changes.pod 2 Dec 2004 03:18:52 -0000 1.56
--- Changes.pod 4 Dec 2004 03:51:54 -0000 1.57
***************
*** 79,90 ****
compile_dir = cache/tt
! (If you don't do this a default is provided for you and the old value
! is ignored.)
! Also: you no longer declare filter-action mappings in
! 'server.ini'. Both the observer declarations and mapping observers to
! actions go into a new 'observer.ini' file. This replaces 'filter.ini'
! as filters are just a particular type of observer. See
! L<OpenInteract2::Observer> for more information.
=head2 Major Changes
--- 79,91 ----
compile_dir = cache/tt
! (If you don't do this everything will still work as a default is
! provided for you and the old value is ignored.)
! Also: you no longer declare observer-to-action (previously
! filter-to-action) mappings in 'server.ini'. Both the observer
! declarations and mapping observers to actions go into a new
! 'observer.ini' file. This replaces 'filter.ini' as filters are just a
! particular type of observer. See L<OpenInteract2::Observer> for more
! information.
=head2 Major Changes
***************
*** 99,103 ****
L<OpenInteract2::FullTextRules>) and the 'full_text' package now
contains one implementation of the search engine. This opens the door
! for someone to write a 'full_text_plucene' or something similar.
=item *
--- 100,105 ----
L<OpenInteract2::FullTextRules>) and the 'full_text' package now
contains one implementation of the search engine. This opens the door
! for someone -- maybe you! -- to write a 'full_text_plucene' or
! something similar.
=item *
***************
*** 228,231 ****
--- 230,236 ----
$self->add_status_key( 'some.l10n.key', $msg_param );
+ Also added C<clear_error()> and C<clear_status()>, which delete all
+ error/status messages.
+
=back
***************
*** 785,803 ****
-----------------------------------
base: 2.10 -> 2.10
! base_box: 2.11 -> 2.12
base_error: 2.10 -> 2.10
! base_group: 2.11 -> 2.14
! base_page: 2.21 -> 2.23
! base_security: 2.13 -> 2.16
! base_template: 3.11 -> 3.11
base_theme: 2.09 -> 2.09
! base_user: 2.27 -> 2.32
! comments: 1.10 -> 1.14
! full_text: 2.09 -> 2.56
lookup: 2.04 -> 2.06
! news: 2.13 -> 2.18
object_activity: 2.11 -> 2.11
system_doc: 2.05 -> 2.07
! whats_new: 2.04 -> 2.08
--- 790,808 ----
-----------------------------------
base: 2.10 -> 2.10
! base_box: 2.11 -> 2.17
base_error: 2.10 -> 2.10
! base_group: 2.11 -> 2.15
! base_page: 2.21 -> 2.28
! base_security: 2.13 -> 2.17
! base_template: 3.11 -> 3.14
base_theme: 2.09 -> 2.09
! base_user: 2.27 -> 2.34
! comments: 1.10 -> 1.17
! full_text: 2.09 -> 2.57
lookup: 2.04 -> 2.06
! news: 2.13 -> 2.19
object_activity: 2.11 -> 2.11
system_doc: 2.05 -> 2.07
! whats_new: 2.04 -> 2.09
|