Code

- replaced the content() callback ickiness with Page Template macro usage
[roundup.git] / roundup / cgi / client.py
2002-09-25 richard- replaced the content() callback ickiness with Page...
2002-09-24 richardbetter detection of unset required props
2002-09-19 richardAdded some words to the installation doc about choosing...
2002-09-18 richardmissed a db close
2002-09-18 richardbugfixes for redirect and form handling
2002-09-16 richardfixed various URL / base URL issues
2002-09-16 richardraise not found earlier, where it makes more sense...
2002-09-16 richard*** empty log message ***
2002-09-16 richardmaking it easier to add new actions, and more docco
2002-09-15 richard . password edit now has a confirmation field
2002-09-13 richardCleaned up CHANGES/TODO
2002-09-12 richardtell clients/caches not to cache our dynamic bits
2002-09-12 richardoops
2002-09-12 richardnicer errors
2002-09-11 richardExposed the Batch mechanism through the top-level ...
2002-09-10 richardhandled some XXXs
2002-09-10 richardMore cleaning up of configuration, and the "instance...
2002-09-09 richardinstance_config -> config, and other related cleanups
2002-09-09 richardconsistency ... __file/__note -> :file/:note
2002-09-09 richardmore tweakage of help display and style issues
2002-09-09 richard*** empty log message ***
2002-09-09 richardMore documentation.
2002-09-06 richardnicer template absence error
2002-09-06 richardmuch nicer error messages when there's a templating...
2002-09-06 richardenforce login permission, fix to :required checking
2002-09-06 richardmore docco... and we need to check for web access Permi...
2002-09-05 richardfix to :required
2002-09-05 richardFixed instance installation ... moved the htmlbase...
2002-09-05 richardmore explanatory docsting
2002-09-05 richardmore explanatory docsting
2002-09-05 richardAllow a page request to include a :contentonly variable...
2002-09-04 richardClass help and generic class editing done.
2002-09-03 richardmore FieldStorage fun
2002-09-03 richardhrm, wonder how that snuck in
2002-09-03 richardcall the cookie something else since it changed
2002-09-03 richardKeep a cache of compiled PageTemplates.
2002-09-02 richardWrote most of the upgrading documentation (please read!)
2002-09-01 richardreinstated registration, cleaned up PT compile error...
2002-09-01 richardlogout works better now
2002-09-01 richard. Implemented security assertion idea punted to mailing...
2002-09-01 richard. Lots of cleanup in the classic html (stylesheet,...
2002-08-30 richardNew CGI interface support