2004/11/21 02:15:09
configure, configure.ac - updated automatically by release
scripts, in order to prepare a snapshot.
(ccontavalli)
2004/11/21 02:05:36
tools/ - few more bugs corrected in release and
snapshot scripts.
(ccontavalli)
2004/11/21 02:00:44
configure - regenerated
(ccontavalli)
2004/11/21 01:56:03
tools/ - snapshot script was not correctly comparing
versions, and did not update configure correctly
(ccontavalli)
2004/11/14 19:14:22
tools/ - updated release & snapshot scripts,
they now seems to work correcty
(ccontavalli)
2004/11/14 16:13:15
sapi/apache2/modxslt-helpers.c - in some cases, a failed
load for a given stylesheet caused a segfault. Added
handling for MXSLT_SKIP return value.
(ccontavalli)
2004/11/14 15:31:01
tools/ - rewritten all scripts used to release,
snapshot and upload mod-xslt. Should be much
easyer to use, less error-prone and should
generate a Changes file in the main directory.
(ccontavalli)
2004/11/12 22:39:31
utils/Makefile.in - was still generating wrong modxslt-config
files. Seems like the grep trick didn't work at all. It felt
strange an undocumented feature like that. Now, it has been
replaced with a more sane minded sed expression, based on
addresses.
(ccontavalli)
2004/11/12 22:39:31
doc/manual - recompiled one more time.
(ccontavalli)
2004/11/12 22:20:15
sapi/apache2/modxslt.c - added XSLTDelRule
parameter support in apache2.
(ccontavalli)
2004/11/12 22:20:15
doc/manual/manual.xml - updated to include documentation
about XSLTAddRule and XSLTDelRule.
(ccontavalli)
2004/11/12 22:20:15
doc/manual/ - recompiled, to have all formats updated.
(ccontavalli)
2004/11/12 22:10:17
sapi/apache1 - added the XSLTDelRule parameter,
to remove a rule previously set.
(ccontavalli)
2004/11/12 22:10:17
TODO - updated, to include the If-Modified header
handling I had all forgot about.
(ccontavalli)
2004/11/12 21:45:52
sapi/apache2 - added support for XSLTDefaultStylesheet
parameter and XSLTNoDefaultStylesheet.
(ccontavalli)
2004/11/12 21:45:52
sapi/apache1 - estetic changes to list of apache
parameters
(ccontavalli)
2004/11/12 21:45:52
sapi/apache2/modxslt.c - mxslt_ap2_out_filter was not
returning APR_SUCCESS
(ccontavalli)
2004/11/12 21:45:52
doc/manual/manual.xml - same changes as for apache1 sapi: corrected
XSLTSetStylesheet/XSLTUnSetStylesheet parameters and
added XSLTDefaultStylesheet/XSLTNoDefaultStylesheet
(ccontavalli)
2004/11/12 21:45:52
doc/manual - recompiled, to have all formats
(ccontavalli)
2004/11/12 21:44:48
utils/Makefile.in - previous commit didn't solve the
problem, blame me. Should always check before committing.
(ccontavalli)
2004/11/12 21:40:25
utils/Makefile.in - previous commit that
solved compatibility issue with freebsd sed
introduced a small bug. Corrected now.
(ccontavalli)
2004/11/12 21:08:45
sapi/apache1/modxslt-helpers.c - in previous commit
was not checking if defaultstyle was NULL, potentially
causing a segfault.
(ccontavalli)
2004/11/12 20:56:18
sapi/apache1 - Added directive XSLTDefaultStylesheet,
to allow users to provide a default stylesheet in
case none can be found, and XSLTNoDefaultStylesheet,
to disable a previously defined default stylesheet.
(ccontavalli)
2004/11/12 20:56:18
doc/manual/manual.xml - added new configuration parameters
XSLTDefaultStylesheet and XSLTNoDefaultStylesheet to
the manual.
(ccontavalli)
2004/11/12 20:56:18
doc/manual/manual.xml - XSLTSetStylesheet were erroneously
described as providing those features now provided by
XSLTDefaultStylesheet/XSLTNoDefaultStylesheet. Thanks
to Adam Souzis.
(ccontavalli)
2004/11/12 20:56:18
doc/manual/ - recompiled for all provided formats.
(ccontavalli)
2004/11/12 17:05:58
utils/Makefile.in - sed expression was not correctly working on
FreeBSD. Changed with a grep based expression, couresy of Squeeeez.
Thanks to Ryan Moe for reporting the problem.
(ccontavalli)
2004/11/12 12:53:40
sapi/apache2/modxslt-helpers.c - ap_table_elts
instead apr_table_elts. Thanks to <giskard at
autistici.org>, Dave Carrigan and Adam Souizs.
(ccontavalli)
2004/11/12 12:50:43
configure.ac - now looks into /usr/sbin for apxs.
Thanks to Adam Souzis for reporting problems with
Gentoo linux.
(ccontavalli)
2004/10/28 19:30:29
sapi/apache1/ - Makefile was uncorrectly compiling
apache module against static version of modxslt
library, leading to problems on some architectures
like hppa and ia64.
(ccontavalli)
2004/10/23 03:58:47
doc/ - updated as suggested on sourceforge. Main
idea is to better document LoadModule parameter
and given examples.
(ccontavalli)