0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 19 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
adding changes as-is; have not looked at this in detail in a long time More... almost 9 years ago
updated README, not going to update Juno More... over 9 years ago
updated README, not going to update Juno More... over 9 years ago
* Fixed typo in find(), line 666. More... almost 15 years ago
* README still listed SQLAlchemy as required, so I changed it. More... about 15 years ago
* Change setup.py wording about SQLAlchemy. More... about 15 years ago
* setup.py won't exit anymore after SQLAlchemy not found. More... about 15 years ago
* Fixed bug in model.find(); used old model_table instead of config('db_models') * Made session error message only print if config('log') is on * Remove TODO items More... about 15 years ago
* Add sessions to documentation (#3). More... about 15 years ago
* Print an error message if user tries to use sessions without enabling them. More... about 15 years ago
* Remove 'DOCUMENT_URI' from environ, use 'PATH_INFO' instead. 'DOCUMENT_URI' only existed from pre-WSGI Juno, and was just a copy of 'PATH_INFO' now. More... about 15 years ago
Merge branch 'decode_put' of git://github.com/abiczo/juno More... about 15 years ago
* Add a os.path.realpath check in static_serve to handle symlinks. More... about 15 years ago
* Removed old/unnecessary String length code More... about 15 years ago
* Version move to 0.1.2 More... about 15 years ago
* Added some tests for the Content-Type header. More... about 15 years ago
* Cleanup in test cases More... about 15 years ago
* Added first tests, specified how tests must be set up. * To test, run 'python test.py'. A _very_ limited set of features is currently covered. More... about 15 years ago
Merge branch 'master' into add_tests More... about 15 years ago
* Writing first test - testing query string handling. More... about 15 years ago
convert docs to markdown though issues remain More... about 15 years ago
crappy docs build script & fix More... about 15 years ago
* Changed raise in find_user_path to Exception instead of NameError More... about 15 years ago
* Incremented version to 0.1.1 after appengine mode, static/template_root fix. More... about 15 years ago
* static/template_root no longer need full paths under mod_wsgi. * Default relative paths are as noted in docs. More... about 15 years ago
* Moved stdout/stderr redirects into run_wsgi/run_appengine More... about 15 years ago
* Noted Google App Engine mode in docs. More... about 15 years ago
* Added mode for Google App Engine (provided by manatlan). More... about 15 years ago
* Cleaned up some code in the run_*() functions. More... about 15 years ago
* Added easy_install note to README More... about 15 years ago