Changes for version 2.15
- added <?INPUT TYPE="image" SRC="x.gifs.picture">
- fixed Bug in HTTP Header generation in case of "cipp/dynamic" mode
Changes for version 2.14_04
- Bugfix: a broken http header was printed when generating CIPP-HTML files with new.spirit 2.x
Changes for version 2.14_03
- Include cache works now Ok in Apache::CIPP environments, if same named include occur in different virtual hosts
Changes for version 2.14_02
- INTERNAL BETA RELEASE PRE 2.15
- this version represents a huge merge of the two CIPP trunks 2-0-9-patches and 2.14_01.
- 2-0-9 implements many mod_perl fixes for using generated CGI programs (new.spirit) under mod_perl.
- 2.14_01 adds many features to the CIPP language and has some internal optimizations.
- the CIPP/DB_DBI.pm module comes mainly from the 2.14_01 trunk. Only some fixes added to the 2-0-9 revision in the 2-0-9-patches trunk are added manually to 2.14_01, because 2.14_01 got a major internal redesign of the method interfaces.
- added STICKY Feature to <?INPUT TYPE="checkbox"> <?INPUT TYPE="radio">
- added new CIPP Tags <?SELECT> <?OPTION> <?!PROFILE> (experimental, interface may change) <?!HTTPHEADER> <?#>
- Thanks go to Martin H. Sluka <martin@sluka.de> for his suggestion about the STICKY feature.
- Change syntax of <?GETURL> command. See documentation CIPP::Manual for details
- <?AUTOPRINT> is depreciated. Use <?!AUTOPRINT> instead.
Changes for version 2.14_01
- INTERNAL BETA RELEASE
- disconnect before connect to prevent rollback ineffective error messages in mod_perl context
Changes for version 2.13_03
- INTERNAL BETA RELEASE
- Bugfix: debugging output in Apache/CGI Modus crashed
Changes for version 2.13_02
- INTERNAL BETA RELEASE
- many CIPP commands were dependent from the context, e.g. it was impossible to use <?GETURL> in a <?PERL> context. Now nearly all CIPP commands can be used in any context, only inside a <?VAR> command context no other CIPP commands can be used (which of course would make no sense ;)
- new CIPP command <?HTML> to switch from <?PERL> context into HTML context
- now it is possible to nest <?SQL> commands, if the underlying database engine supports multiple executed statement handles
Changes for version 2.13_01
- INTERNAL BETA RELEASE
- CIPP debugging source output enhanced: a summary of errors is printed, with hyperlinks to the appropriate sections of the highlighted source code output, so you can navigate through your source code
- new internal method to get the top level used objects of a CIPP program (the existent methods always flatten the dependency hierarchies)
- new method for formatting Perl syntax error output, incl. referencing to the corresponding CIPP lines
- new CIPP command <?MODULE>
- new CIPP command <?USE>
- command <?LIB> is depreciated
- DBI code generator has been slighlty optimized
- some CIPP global variables of the generated Perl programs did change. Currently there is a compatability patch active, so existent applications (e.g. new.spirit 1.x, Apache::CIPP and friends) need no change. Future releases will depend on the new interfaces. Actually only new.spirit 2.x uses the new style interface.
Provides
- CIPP::DB_DBI in CIPP/DB_DBI.pm
- CIPP::DB_DBI_old in CIPP/DB_DBI_old.pm
- CIPP::DB_Sybase in CIPP/DB_Sybase.pm
- CIPP::InputHandle in CIPP/InputHandle.pm
- CIPP::Lang in CIPP/LangDE.pm
- CIPP::Lang in CIPP/LangEN.pm
- CIPP::LangDE in CIPP/LangDE.pm
- CIPP::LangEN in CIPP/LangEN.pm
- CIPP::OutputHandle in CIPP/OutputHandle.pm
- CIPP::Runtime in CIPP/Runtime.pm
- CIPP_Exec in CIPP.pm
- HTML::CIPP in lib/HTML/CIPP.pm