Mon, 15 Jul 2019 13:13:46 -0700 |
David Barts |
Get rid of bogus "None" messages in the standard error pages.
draft
|
Mon, 15 Jul 2019 08:13:51 -0700 |
David Barts |
Fix template error reportage.
draft
|
Mon, 15 Jul 2019 00:15:25 -0700 |
David Barts |
Work around bug in py_compile.
draft
|
Sun, 14 Jul 2019 14:47:33 -0700 |
David Barts |
Support #errors w/ no params, as documented.
draft
|
Fri, 12 Jul 2019 20:27:52 -0700 |
David Barts |
Fix bad log invocations.
draft
|
Fri, 31 May 2019 21:20:22 -0700 |
David Barts |
Support case-insensitive filesystems properly.
draft
|
Fri, 31 May 2019 20:42:57 -0700 |
David Barts |
Recognize index.pspx (and index.html, and index.htm if static).
draft
|
Fri, 31 May 2019 19:40:06 -0700 |
David Barts |
Fix lack of error detection and recovery in template parsing.
draft
|
Fri, 31 May 2019 18:52:55 -0700 |
David Barts |
Add standard config parameters.
draft
|
Fri, 31 May 2019 16:50:02 -0700 |
David Barts |
Add tincan.fsroot and tincan.urlroot to the app config.
draft
|
Fri, 31 May 2019 08:45:39 -0700 |
David Barts |
Detect bad args, too.
draft
|
Fri, 31 May 2019 08:23:37 -0700 |
David Barts |
Remove some needless repetition.
draft
|
Thu, 30 May 2019 16:36:43 -0700 |
David Barts |
Default for the launch callable should be not to log.
draft
|
Thu, 30 May 2019 14:44:09 -0700 |
David Barts |
Make it easy to leave stdout and stderr alone (untested).
draft
|
Thu, 30 May 2019 11:23:26 -0700 |
David Barts |
More multithread support, remove debug writes.
draft
|
Thu, 30 May 2019 08:59:35 -0700 |
David Barts |
Make it thread-safe.
draft
|
Wed, 29 May 2019 16:51:33 -0700 |
David Barts |
Remove some debug deadwood, ignore hidden files.
draft
|
Wed, 29 May 2019 09:47:27 -0700 |
David Barts |
Fix bug.
draft
|
Wed, 29 May 2019 09:40:32 -0700 |
David Barts |
Add support for serving static files.
draft
|
Tue, 28 May 2019 17:08:36 -0700 |
David Barts |
Allow global character encoding specification.
draft header-includes
|
Tue, 28 May 2019 15:54:47 -0700 |
David Barts |
Put old newline logic back.
draft header-includes
|
Tue, 28 May 2019 15:49:59 -0700 |
David Barts |
Rename #include to #load (more descriptive).
draft header-includes
|
Mon, 27 May 2019 20:09:55 -0700 |
David Barts |
Add cache.
draft header-includes
|
Mon, 27 May 2019 18:14:14 -0700 |
David Barts |
Fix bug in auto-generated include variables.
draft header-includes
|
Mon, 27 May 2019 18:05:42 -0700 |
David Barts |
Refinements.
draft header-includes
|
Mon, 27 May 2019 15:17:25 -0700 |
David Barts |
Improve the #include syntax a bit.
draft header-includes
|
Mon, 27 May 2019 14:58:40 -0700 |
David Barts |
Fix minor bug in error handling.
draft header-includes
|
Mon, 27 May 2019 14:11:22 -0700 |
David Barts |
A possible workaround for the drainbamage (needs testing)?
draft header-includes
|
Sun, 26 May 2019 18:14:14 -0700 |
David Barts |
Fails; the thing apparently wants strings and not objects.
draft chameleon-load
|
Sun, 26 May 2019 13:14:26 -0700 |
David Barts |
Some minor bug fixes, but boy, does Chameleon stink.
draft header-includes
|
Sun, 26 May 2019 11:43:48 -0700 |
David Barts |
Preliminary debugging, still not fully tested.
draft header-includes
|
Wed, 22 May 2019 07:47:16 -0700 |
David Barts |
First batch of work on getting a #include header. Unfinished.
draft header-includes
|
Tue, 21 May 2019 18:01:44 -0700 |
David Barts |
Well, *that* attempt at includes didn't work. Revert.
draft
|
Tue, 21 May 2019 16:01:53 -0700 |
David Barts |
Template loading (includes) pass all tests.
draft
|
Tue, 21 May 2019 15:57:15 -0700 |
David Barts |
Mostly done with new template logic, working through testing.
draft
|
Mon, 20 May 2019 17:42:18 -0700 |
David Barts |
Return the "deepest" subclass; this allows subclassing tincan.Page and
draft before-template-changes
|
Mon, 20 May 2019 08:40:56 -0700 |
David Barts |
More improvements to the error reportage.
draft
|
Mon, 20 May 2019 07:34:46 -0700 |
David Barts |
Improve the run-time error handling in code-behinds.
draft
|
Thu, 16 May 2019 19:58:02 -0700 |
David Barts |
Improve error reportage.
draft
|
Thu, 16 May 2019 18:42:22 -0700 |
David Barts |
Fix bugs in #python directive, make code-behind class loading simpler.
draft
|
Thu, 16 May 2019 12:04:20 -0700 |
David Barts |
Ack! Think this is the way to introspect.
draft
|
Thu, 16 May 2019 11:42:56 -0700 |
David Barts |
Fix an introspection error.
draft
|
Wed, 15 May 2019 00:16:06 -0700 |
David Barts |
More redirecting fixes and improved error reportage.
draft
|
Wed, 15 May 2019 00:00:45 -0700 |
David Barts |
Update documentation, fix some #forward bugs.
draft
|
Mon, 13 May 2019 20:47:51 -0700 |
David Barts |
Error pages now can have code-behind.
draft
|
Mon, 13 May 2019 16:27:05 -0700 |
David Barts |
Fix minor buglet.
draft
|
Mon, 13 May 2019 16:00:11 -0700 |
David Barts |
Eliminate a stat() call, allow no code-behind on pages.
draft
|
Mon, 13 May 2019 15:18:02 -0700 |
David Barts |
Minor tweaks.
draft
|
Mon, 13 May 2019 14:47:04 -0700 |
David Barts |
Add #end header, fix #errors.
draft
|
Mon, 13 May 2019 12:38:26 -0700 |
David Barts |
Finally got "hello, world" working. Still likely many bugs.
draft
|
Mon, 13 May 2019 06:53:08 -0700 |
David Barts |
Corrections and reorg.
draft
|
Sun, 12 May 2019 22:51:34 -0700 |
David Barts |
Another backup commit.
draft
|
Sun, 12 May 2019 19:19:40 -0700 |
David Barts |
Another check in to back stuff up.
draft
|
Sun, 12 May 2019 15:26:28 -0700 |
David Barts |
For backup purposes, UNFINISHED!!
draft
|