summaryrefslogtreecommitdiffstats
path: root/app/template-stream.lsp
Commit message (Collapse)AuthorAgeFilesLines
* Fix stream template to return error on failureTed Trask2015-11-201-1/+1
|
* Fix stream template to also look inside forms for raw cfesTed Trask2015-11-131-1/+1
|
* Modify stream template to handle group cfes by sending the raw cfe in the groupTed Trask2015-01-311-2/+17
|
* Changed mvc and www view_resolvers to make auto_view workTed Trask2012-02-021-1/+1
| | | | | | Templates (for www) now receive a viewfunc, rather than using viewfile. Actions without views with viewtype of html, ajax, stream, or serialized will now be displayed using standard code. Fixed bug in acf-cli parameters messing up action
* Fixed bug with length in stream templateTed Trask2011-06-171-0/+1
|
* Made stream content-length optional, because it broke overlay download.Ted Trask2010-08-181-1/+3
|
* Add Content-Length to stream template.Ted Trask2010-07-061-0/+1
|
* use <% %> instead of <? ?>Natanael Copa2008-07-281-7/+7
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed download bug for logfiles and certificates.Ted Trask2008-06-091-2/+2
| | | | | | Several changes to openssl: Removed renew cert and download revoked cert from view, do not allow bad chars and handle blank entries in subject, changed file names to use hash of Common Name allowing use of more chars, check CA cert for expiration, and add CA certs to pfx. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1213 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added revoking support to opensslTed Trask2008-05-221-1/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1178 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Further progress on openssl. Added template_stream to core for downloading ↵Ted Trask2008-05-211-0/+6
files. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1172 ab2d0c66-481e-0410-8bed-d214d4d58bed