0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Feb 17, 2025 — Feb 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Initial work on new backend. New code is functional, but not yet integrated into the system. More... over 16 years ago
Notebook/Cell Revision History working in a most primitive form. Needs more work on displaying good revisions, and doing revision reverts. More... over 16 years ago
Notebook/Cell Revision History working in a most primitive form. Needs more work on displaying good revisions, and doing revision reverts. More... over 16 years ago
Updated setup.py to install dependancies via setuptools. Update README to describe new way to install via 'easy_install' or 'pip' More... over 16 years ago
Starting the threadpool after the reactor is running now with "reactor.callWhenRunning(pool.start)" More... over 16 years ago
forgot to make it work right More... over 16 years ago
took out recursive start call More... over 16 years ago
Updated README to be more clear about install. More... over 16 years ago
New message on homepage describing admin account default login and change password instructions. Styling improvements. More... over 16 years ago
Updated README with the latest way of installing and running More... over 16 years ago
The big rename from knoboo to codenodegit s More... over 16 years ago
setup.py needs package_data but not data_files More... over 16 years ago
Removed some unused files and other small clean-ups of old bits. More... over 16 years ago
Fixed python bin locating, added templates to frontend dir created by codenode-admin init, fixed compress dependance. Cleaner init_command. More... over 16 years ago
Moved app engine kernel to top-level examples dir More... over 16 years ago
Directory and file restructuring including settings files, examples, compress. More... over 16 years ago
Add a data directory that contains a pre-initialized database. More... over 16 years ago
Large architectural changes improving the package layout and also the command line management script 'codenode-admin'. More... over 16 years ago
Currently reworking package layout to work with distutils and setuptools. More... over 16 years ago
Took out a dependance of 'IUsernameDigestHash' from within "knoboo/external/twisted/web/iweb.py." which is a temporary hack until Twisted 8.3 comes out. More... over 16 years ago
forgot this modification to the twistd plugin More... over 16 years ago
trivial commit More... over 16 years ago
fixed restructure related bugs More... over 16 years ago
Restructured layout of distribution/package. More... over 16 years ago
Correctly handle initial settings values not existing - put logic in template for 'open nb in new window' More... over 16 years ago
Cleaned up README.rst to use correct reStructuredText More... over 16 years ago
Cleaned up README.rst to use correct reStructuredText More... over 16 years ago
Updated README.rst to describe the current setup process. Cleaned up some hardcoded paths, and added them to settings.py. More... over 16 years ago
- Now working with Sage. Configurable via 'local_settings.py'. Lots of cleanup and deletion of old unused files. More... over 16 years ago
- Correctly get last-modified time of notebook by accessing the save time of the last saved cell. - Expose 'user.get_profile.notebook_opens_in_new_window' as a javscript variable so to have correct behavior for the 'Save and Close' button. - Fixed the Resource handler that does the killing of a notebook process via the 'kill' button. More... over 16 years ago