| Rev |
Log message |
Author |
Age |
Path |
| 6016 |
preparation for Milestone 0.5.04 build |
bear |
2869d 18h 16m |
/trunk/chandler/version.py |
| 5941 |
Moving schema version to Utility.py so as not to get in the way of distro creation. |
morgen |
2873d 21h 56m |
/trunk/chandler/version.py |
| 5927 |
Having the schema version in Application.py breaks under hardhat, moving it back to version.py |
morgen |
2874d 05h 37m |
/trunk/chandler/version.py |
| 5921 |
Moving the schema version number back to Application.py (since version.py is a file that is generated at distro-creation time).
Also tweaking the headless interactive shell's displayhook. |
morgen |
2874d 20h 13m |
/trunk/chandler/version.py |
| 5918 |
Headless chandler
- Moved code out of Chandler.py and Application.py into a new module,
application.Utility (better name suggestions welcomed), so that other
scripts don't need to reimplement: examining commandline/environment
variables, opening the repository, checking the schema version,
loading parcels, creating the profile directory, start/stop twisted
and the wakeup callers
- Added tools/headless.py, a script you can run via:
RunPython tools/headless.py
...which fires up most of Chandler (minus the UI, and mail), and
provides an interactive python shell for working with the repository.
Various helper methods are provided within that shell; run 'readme()'
for details. headless.py parses all the command line args that Chandler
does, since they now share the same option-handling code.
- Removing the now obsolete tools/s.py since headless.py is much better.
Moved the schema version constant from application/Application.py to version.py |
morgen |
2875d 12h 37m |
/trunk/chandler/version.py |
| 5588 |
/me applies the clue bat to himself and writes on the board 1000 times "always do svn diff" |
bear |
2912d 02h 31m |
/trunk/chandler/version.py |
| 5586 |
adjusted svn properties |
bear |
2912d 02h 35m |
/trunk/chandler/version.py |
| 5125 |
Checkpoint 20050425 |
bear |
2951d 06h 44m |
/trunk/chandler/version.py |
| 4975 |
Milestone 0.5.01 |
bear |
2972d 06h 22m |
/trunk/chandler/version.py |
| 4942 |
bumping working revision number for trunk |
bear |
2978d 02h 17m |
/trunk/chandler/version.py |
| 4022 |
Added the Chandler release to version.py |
bkirsch |
3091d 00h 52m |
/trunk/chandler/version.py |
| 3624 |
The checked-in copy of version.py should always read "custom build" |
morgen |
3159d 21h 52m |
/trunk/chandler/version.py |
| 2992 |
Started adding clouds for Block kinds in an effort to migrate from
attribute-based copying to cloud-based. Disabled TestClouds.py for
the moment because of some repository API changes I requested. Also
fixed a typo in IncludePolicy.type. |
morgen |
3220d 21h 55m |
/trunk/chandler/version.py |
| 663 |
Changed the default string. |
morgen |
3602d 01h 39m |
/trunk/chandler/version.py |
| 661 |
Added pychecker as a dependency. |
morgen |
3602d 01h 44m |
/trunk/chandler/version.py |
| 591 |
Changed default build version string to "custom build" |
morgen |
3626d 22h 32m |
/trunk/chandler/version.py |
| 556 |
A module to store version information. Currently contains a single variable
"build" which is a string representing the build version. This string should
be enough to recreate the source that went into this release fro CVS, and
will either be a date in a CVS-compatible format, or a CVS tag. |
morgen |
3633d 00h 03m |
/trunk/chandler/version.py |