0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Nov 27, 2024 — Nov 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Closing Bugs that came in on SourceForge 1. Installing in Gentoo Whereis Config 688348 2. Manually Specifying apxs and apctl More... over 22 years ago
Resolved BUGS from SF Bug-Tracker More... over 22 years ago
Added Suggested Changes by Take Vos <Take.Vos.at.vosgames.nl> They fixed the Content-Encoding Problem and made mod-xslt a bit quieter in the Error Log The Patch for quieting things down was taken apart manually and attempted to fix by hand since too many things had changed about the logging already. More... over 22 years ago
Fixing xsl_exec override rule. Might use this for other flags.
Gena01
as gena01
More... over 22 years ago
Fixing history.. Note to self: Always check to see that locally you have the latest version.
Gena01
as gena01
More... over 22 years ago
I think I finally fixed that XML serving problem with If-Modified-Since and also fixed a stupid reload bug in IE.
Gena01
as gena01
More... over 22 years ago
Fixing a small caching bug I introduced when adding If-Modified-Since support.
Gena01
as gena01
More... over 22 years ago
Code fixes/cleanup.
Gena01
as gena01
More... over 22 years ago
Changed back to using the callback functions. Also did some cleanup of the code, we are now using libxslt function to do the transformation and output using the outputbuffer callbacks.
Gena01
as gena01
More... over 22 years ago
Adding XML caching phase 1.
Gena01
as gena01
More... almost 23 years ago
Removing xsltOutputBufferWrite.
Gena01
as gena01
More... almost 23 years ago
XSL caching code cleanup.
Gena01
as gena01
More... almost 23 years ago
Updated code for XSL caching, for XSL serving only.
Gena01
as gena01
More... almost 23 years ago
Added a warning to configure when disabling stuff. Wrapped a cookie debug message in ifndefs...
Gena01
as gena01
More... almost 23 years ago
Committing all of my current development work to cvs. Warning: This is NOT stable code.
Gena01
as gena01
More... almost 23 years ago
Added Apache Configuration Directive: XSLTDebug <on|off> (default = off). This causes any XML or XSL errors to be spit out to the client and not only to error-log. This is usefull on development machines, since you can now debug your xsl-files without direct access to the error log. More... almost 23 years ago
1. Changed --enable-exslt to --enable-noexslt (Therefore on by default) 2. Fixed up the cookie code. It is now pretty stable 3. Added --enable-nocookies (cookies enabled by default) 4. Added --enable-noparams (disables URL Parsing and parameter setting. Implies --enable-nocookies) 5. Fixed a problem that would prevent LYNX from ever displaying generated Pages More... almost 23 years ago
Finally got cookies to work!!! (See doc/index.xsl for example) More... almost 23 years ago
Added support for setting cookies from xsl with <something:cookie name="name" select="value" expires="date" domain="domain" path="path" secure="yes|no"/> More... almost 23 years ago
Added support for setting cookies from xsl with <something:cookie name="name" select="value" expires="date" domain="domain" path="path" secure="yes|no"/> More... almost 23 years ago
Updated ChangeLog.
Gena01
as gena01
More... almost 23 years ago
Removing xslt-author parameter.
Gena01
as gena01
More... almost 23 years ago
RedHat spech file for RPM creation (without --enable-exslt) More... almost 23 years ago
RedHat Spec file for RPM creation (with --enable-exslt) More... almost 23 years ago
Moved to reflect the move of Apache configuration files to conf/ More... almost 23 years ago
Removing More... almost 23 years ago
Moved Apache configuration files to conf/ More... almost 23 years ago
Fixed make install-doc More... almost 23 years ago
Fixed for RC1: MOD_XSLT_VERSION was not being set More... almost 23 years ago
Fixed for RC1 More... almost 23 years ago