Log of /trunk/harmonious
Directory Listing
Revision
157 -
Directory Listing
Modified
Fri Oct 7 02:10:44 2005 UTC
(7 years, 7 months ago)
by
hadfield
added a note on some potentially broken code.
Revision
133 -
Directory Listing
Modified
Mon Sep 19 00:26:16 2005 UTC
(7 years, 8 months ago)
by
hadfield
added an isset function and fixed a bug in the 'len' template function
Revision
132 -
Directory Listing
Modified
Sat Sep 17 23:20:30 2005 UTC
(7 years, 8 months ago)
by
hadfield
fixed a bug in the _split_if function. fixed some unit tests.
Revision
128 -
Directory Listing
Modified
Sun Sep 11 21:38:26 2005 UTC
(7 years, 8 months ago)
by
hadfield
fixed the set_template method.
corrected some regex typos.
implemented support for nested function calls within the templates
added the 'iterator' and is_odd' template function calls.
Revision
125 -
Directory Listing
Modified
Sat Sep 10 17:46:17 2005 UTC
(7 years, 8 months ago)
by
hadfield
updated code with new and improved template module
Revision
124 -
Directory Listing
Modified
Wed Aug 10 11:35:22 2005 UTC
(7 years, 9 months ago)
by
port001
Default to a text/html Content-Type
Revision
112 -
Directory Listing
Modified
Mon Aug 1 20:56:34 2005 UTC
(7 years, 9 months ago)
by
port001
I'm a bad server, I need to be spanked\!
Revision
111 -
Directory Listing
Modified
Mon Aug 1 20:45:01 2005 UTC
(7 years, 9 months ago)
by
port001
Add a traceback to 500 error responses when in debug mode
Revision
110 -
Directory Listing
Modified
Mon Aug 1 19:32:08 2005 UTC
(7 years, 9 months ago)
by
port001
Improved look of error messages
Revision
109 -
Directory Listing
Modified
Mon Aug 1 14:40:49 2005 UTC
(7 years, 9 months ago)
by
port001
Added a 'flush2disk' mode to the SessionStorage class which pickles session data to disk when shut down, and unpickles it on startup.
Revision
108 -
Directory Listing
Modified
Sun Jul 31 22:06:55 2005 UTC
(7 years, 9 months ago)
by
port001
More session improvements
Revision
106 -
Directory Listing
Modified
Sun Jul 31 10:04:13 2005 UTC
(7 years, 9 months ago)
by
port001
Don't let the world know what version of Python we're using
Revision
105 -
Directory Listing
Modified
Sun Jul 31 09:53:26 2005 UTC
(7 years, 9 months ago)
by
port001
Minor session improvements
Revision
104 -
Directory Listing
Modified
Sun Jul 31 01:47:29 2005 UTC
(7 years, 9 months ago)
by
hadfield
get the call_page from either the POST or GET variables, instead of GET only.
Revision
103 -
Directory Listing
Modified
Sat Jul 30 22:41:22 2005 UTC
(7 years, 9 months ago)
by
port001
Use just one session object instead of two
Revision
102 -
Directory Listing
Modified
Sat Jul 30 20:33:42 2005 UTC
(7 years, 9 months ago)
by
port001
Catch KeybaordInterrupt and exit
Revision
101 -
Directory Listing
Modified
Sat Jul 30 18:30:01 2005 UTC
(7 years, 9 months ago)
by
port001
Fix
Revision
99 -
Directory Listing
Modified
Sat Jul 30 17:52:34 2005 UTC
(7 years, 9 months ago)
by
port001
Improvements to persisent connections and threading model
Revision
98 -
Directory Listing
Modified
Sat Jul 30 14:19:28 2005 UTC
(7 years, 9 months ago)
by
port001
Fixed spelling
Revision
97 -
Directory Listing
Modified
Sat Jul 30 09:29:15 2005 UTC
(7 years, 9 months ago)
by
port001
Minor fixes
Revision
96 -
Directory Listing
Modified
Sat Jul 30 00:14:52 2005 UTC
(7 years, 9 months ago)
by
port001
typoooooo!
Revision
95 -
Directory Listing
Modified
Fri Jul 29 16:00:58 2005 UTC
(7 years, 9 months ago)
by
port001
Fixes
Revision
92 -
Directory Listing
Modified
Fri Jul 29 14:43:44 2005 UTC
(7 years, 9 months ago)
by
port001
Store the version number in __init__.py
Revision
91 -
Directory Listing
Modified
Fri Jul 29 14:41:11 2005 UTC
(7 years, 9 months ago)
by
port001
Persistent connections and threaded requests
Revision
83 -
Directory Listing
Modified
Sun Jul 10 18:07:03 2005 UTC
(7 years, 10 months ago)
by
hadfield
enabled clearing of parameters either on demand or after compiling the template.
Revision
79 -
Directory Listing
Modified
Sun Jul 10 01:21:53 2005 UTC
(7 years, 10 months ago)
by
hadfield
fixed the check for malformed if statements. It shouldn't get triggered if a variable doesn't exists.
Revision
76 -
Directory Listing
Modified
Sun Jul 10 00:12:55 2005 UTC
(7 years, 10 months ago)
by
port001
Make harm.request.forms a FieldStorage instance
Revision
75 -
Directory Listing
Modified
Sat Jul 9 23:58:05 2005 UTC
(7 years, 10 months ago)
by
hadfield
disabled the ability to load hidden .py files in the server.
Revision
74 -
Directory Listing
Modified
Sat Jul 9 21:12:07 2005 UTC
(7 years, 10 months ago)
by
port001
Simplified and fixed the URL analysis code
Revision
67 -
Directory Listing
Modified
Fri Jul 8 19:16:54 2005 UTC
(7 years, 10 months ago)
by
port001
Support for protected directories (similar to htaccess). Classes for access and error logging
Revision
66 -
Directory Listing
Modified
Fri Jul 8 16:50:30 2005 UTC
(7 years, 10 months ago)
by
hadfield
added FIXME's to eval statements
Revision
59 -
Directory Listing
Modified
Mon Jul 4 22:13:38 2005 UTC
(7 years, 10 months ago)
by
hadfield
better error reporting for malformed if statements.
Revision
58 -
Directory Listing
Modified
Mon Jul 4 22:02:11 2005 UTC
(7 years, 10 months ago)
by
hadfield
template module will now set undefined variables to "" when running in optimized more
Revision
56 -
Directory Listing
Modified
Mon Jul 4 19:41:23 2005 UTC
(7 years, 10 months ago)
by
port001
Added a html_escape utility function
Revision
54 -
Directory Listing
Modified
Sun Jul 3 09:56:18 2005 UTC
(7 years, 10 months ago)
by
port001
Methods for session removal
Revision
53 -
Directory Listing
Modified
Sun Jul 3 09:32:05 2005 UTC
(7 years, 10 months ago)
by
port001
Allow the HTTP response to be changed via harm.response.status
Revision
51 -
Directory Listing
Modified
Sat Jul 2 18:39:36 2005 UTC
(7 years, 10 months ago)
by
port001
see ChangeLog
Revision
43 -
Directory Listing
Modified
Thu Jun 30 23:38:09 2005 UTC
(7 years, 10 months ago)
by
port001
Bug fix
Revision
42 -
Directory Listing
Modified
Thu Jun 30 23:14:23 2005 UTC
(7 years, 10 months ago)
by
port001
Bug fix
Revision
39 -
Directory Listing
Modified
Thu Jun 30 22:15:26 2005 UTC
(7 years, 10 months ago)
by
port001
Bug fix
Revision
36 -
Directory Listing
Modified
Thu Jun 30 21:42:37 2005 UTC
(7 years, 10 months ago)
by
port001
Fix DocumentRoot
Revision
35 -
Directory Listing
Modified
Thu Jun 30 21:30:50 2005 UTC
(7 years, 10 months ago)
by
port001
Updated DocumentRoots and removed TemplateRoot
Revision
31 -
Directory Listing
Modified
Thu Jun 30 17:51:03 2005 UTC
(7 years, 10 months ago)
by
port001
Read Host and Port settings from harmonious.conf
Revision
30 -
Directory Listing
Modified
Thu Jun 30 12:10:25 2005 UTC
(7 years, 10 months ago)
by
port001
Remove unused http response templates
Revision
29 -
Directory Listing
Modified
Thu Jun 30 12:09:10 2005 UTC
(7 years, 10 months ago)
by
port001
Use BaseHTTPServer's send_error() method for now
Revision
28 -
Directory Listing
Modified
Thu Jun 30 11:13:18 2005 UTC
(7 years, 10 months ago)
by
port001
Use the whole generated session ID
Revision
27 -
Directory Listing
Modified
Thu Jun 30 10:51:26 2005 UTC
(7 years, 10 months ago)
by
port001
Validate session IDs received from cookies
Revision
26 -
Directory Listing
Modified
Thu Jun 30 10:21:39 2005 UTC
(7 years, 10 months ago)
by
port001
Use the host string when generating a session ID
Revision
22 -
Directory Listing
Modified
Wed Jun 29 22:08:15 2005 UTC
(7 years, 10 months ago)
by
port001
Set session declarations to None to reflect their use as class instances
Revision
21 -
Directory Listing
Modified
Wed Jun 29 22:06:39 2005 UTC
(7 years, 10 months ago)
by
port001
Added support for persistent sessions
Revision
20 -
Directory Listing
Modified
Wed Jun 29 17:23:32 2005 UTC
(7 years, 10 months ago)
by
port001
Initial support for virtual hosts
Revision
19 -
Directory Listing
Modified
Sun Jun 26 22:29:48 2005 UTC
(7 years, 10 months ago)
by
port001
Initial support for pre and post domain module filters
Revision
18 -
Directory Listing
Modified
Fri Jun 24 23:33:31 2005 UTC
(7 years, 10 months ago)
by
port001
Typo fix
Revision
17 -
Directory Listing
Modified
Fri Jun 24 23:30:16 2005 UTC
(7 years, 10 months ago)
by
port001
Improved session support. Send Content-Length
Revision
16 -
Directory Listing
Modified
Fri Jun 24 17:15:20 2005 UTC
(7 years, 10 months ago)
by
port001
Fixed session id generation
Revision
15 -
Directory Listing
Modified
Fri Jun 24 16:24:25 2005 UTC
(7 years, 10 months ago)
by
port001
Propset
Revision
14 -
Directory Listing
Modified
Fri Jun 24 16:21:04 2005 UTC
(7 years, 10 months ago)
by
port001
Initial session support
Revision
13 -
Directory Listing
Modified
Fri Jun 24 13:16:12 2005 UTC
(7 years, 10 months ago)
by
port001
Added Session config block and options
Revision
12 -
Directory Listing
Modified
Wed Jun 22 16:48:01 2005 UTC
(7 years, 10 months ago)
by
port001
Support for serving static files. Added exposed and default decorators
Revision
11 -
Directory Listing
Modified
Thu Jun 16 17:56:33 2005 UTC
(7 years, 11 months ago)
by
port001
POST support
Revision
10 -
Directory Listing
Modified
Thu Jun 16 12:24:47 2005 UTC
(7 years, 11 months ago)
by
port001
Id propset
Revision
9 -
Directory Listing
Modified
Thu Jun 16 12:23:42 2005 UTC
(7 years, 11 months ago)
by
port001
HEAD Support
Revision
8 -
Directory Listing
Modified
Thu Jun 16 12:21:59 2005 UTC
(7 years, 11 months ago)
by
port001
HEAD Support
Revision
7 -
Directory Listing
Modified
Thu Jun 16 00:41:45 2005 UTC
(7 years, 11 months ago)
by
port001
Convert Header to Id
Revision
6 -
Directory Listing
Modified
Thu Jun 16 00:26:22 2005 UTC
(7 years, 11 months ago)
by
port001
Grammar fix. Added missing module
Revision
5 -
Directory Listing
Added
Wed Jun 15 14:43:49 2005 UTC
(7 years, 11 months ago)
by
port001
Initial commit of Harmonious.
| Sticky Revision: |
|