Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Examples will be kept in a separate location in the repository in the ↵ | Ian Bicking | 2005-08-22 | 100 | -4944/+0 |
| | | | | future; build-pkg is deprecated also | ||||
* | Added some new configuration parameters | Ian Bicking | 2005-07-20 | 1 | -0/+7 |
| | |||||
* | Made the WYSIWYG editor more customizable; added cancel links; added delete ↵ | Ian Bicking | 2005-07-20 | 8 | -5/+86 |
| | | | | function; added search function; added function to add new pages based on 'blank' templates | ||||
* | Added more padding around notification messages | Ian Bicking | 2005-07-20 | 1 | -0/+1 |
| | |||||
* | Added method for javascript link confirmation, and Xinha stylesheet setup | Ian Bicking | 2005-07-20 | 1 | -0/+16 |
| | |||||
* | Allow for cancel of jump | Ian Bicking | 2005-07-20 | 1 | -2/+4 |
| | |||||
* | Allow more easily-configured stylesheets | Ian Bicking | 2005-07-20 | 1 | -0/+4 |
| | |||||
* | Javascript function for jumping | Ian Bicking | 2005-07-18 | 1 | -0/+6 |
| | |||||
* | Added function to jump to other parts of the site | Ian Bicking | 2005-07-18 | 2 | -1/+33 |
| | |||||
* | Methods to: rename files, upload multiple files at once, and search files by ↵ | Ian Bicking | 2005-07-18 | 2 | -7/+91 |
| | | | | filename | ||||
* | Added Javascript to use multiple upload fields and a make directory form | Ian Bicking | 2005-07-18 | 1 | -5/+43 |
| | |||||
* | Added link to rename file | Ian Bicking | 2005-07-18 | 1 | -0/+1 |
| | |||||
* | Removed py.path-isms | Ian Bicking | 2005-07-18 | 1 | -8/+8 |
| | |||||
* | Added class for forms that shouldn't be block-level elements | Ian Bicking | 2005-07-18 | 1 | -0/+4 |
| | |||||
* | Made path constructor able to go absolute | Ian Bicking | 2005-07-18 | 1 | -0/+2 |
| | |||||
* | Removed some plugins; increased editor height | Ian Bicking | 2005-07-18 | 1 | -4/+1 |
| | |||||
* | Removed py.path import | Ian Bicking | 2005-07-18 | 1 | -1/+0 |
| | |||||
* | New icon | Ian Bicking | 2005-07-18 | 1 | -0/+0 |
| | |||||
* | Include SSI mimetypes (also an example of manipulating extension mapping) | Ian Bicking | 2005-07-17 | 1 | -0/+4 |
| | |||||
* | Make TextFile match text/* | Ian Bicking | 2005-07-17 | 1 | -2/+2 |
| | |||||
* | Include file size in view | Ian Bicking | 2005-07-17 | 1 | -1/+4 |
| | |||||
* | Implemented proper file upload | Ian Bicking | 2005-07-17 | 2 | -5/+27 |
| | |||||
* | Added better HTML editing abilities | Ian Bicking | 2005-07-17 | 3 | -6/+169 |
| | |||||
* | Simplified extend() | Ian Bicking | 2005-07-17 | 1 | -6/+4 |
| | |||||
* | Added upload form | Ian Bicking | 2005-07-17 | 1 | -0/+7 |
| | |||||
* | Remove install-related commands (that will all just go in the setuptools ↵ | Ian Bicking | 2005-07-13 | 1 | -3/+3 |
| | | | | command lines) | ||||
* | Seperated out file types into more classes, with more delegation to the ↵ | Ian Bicking | 2005-07-06 | 7 | -22/+176 |
| | | | | class; added templates for particular views | ||||
* | Added commands for Xinha; made idgen work better on restart; made ↵ | Ian Bicking | 2005-07-06 | 1 | -2/+17 |
| | | | | js_set_location return false | ||||
* | Added Xinha | Ian Bicking | 2005-07-06 | 1 | -0/+93 |
| | |||||
* | Added cookie functions; fixed Prototype extend change | Ian Bicking | 2005-07-06 | 1 | -1/+33 |
| | |||||
* | Removed Object.prototype.extend, which was incompatible with Xinha | Ian Bicking | 2005-07-06 | 1 | -15/+18 |
| | |||||
* | Refactored heavily; now each file type (of which there are currently just ↵ | Ian Bicking | 2005-07-03 | 10 | -102/+225 |
| | | | | two) is its own class of servlet, and dispatching is done to the appropriate class. | ||||
* | Added description | Ian Bicking | 2005-06-13 | 1 | -0/+37 |
| | |||||
* | Added new example application (not completely finished), a file browsing ↵ | Ian Bicking | 2005-06-13 | 24 | -0/+1485 |
| | | | | application, with lots of Ajax | ||||
* | Use use_package, and fix some hard-coded paths | Ian Bicking | 2005-05-30 | 1 | -2/+6 |
| | |||||
* | Fixed sys.path invocation | Ian Bicking | 2005-05-30 | 1 | -1/+1 |
| | |||||
* | Removed debugging code | Ian Bicking | 2005-05-30 | 1 | -1/+0 |
| | |||||
* | ZPTKit API change | Ian Bicking | 2005-05-30 | 1 | -2/+1 |
| | |||||
* | Removed spurious package requirement | Ian Bicking | 2005-05-23 | 1 | -1/+0 |
| | |||||
* | Keep ZPTKit from swallowing exceptions | Ian Bicking | 2005-05-23 | 1 | -1/+2 |
| | |||||
* | Added framework plugins | Ian Bicking | 2005-05-16 | 3 | -0/+4 |
| | |||||
* | Added test using fixture; fixed SQLObject configuration and loading | Ian Bicking | 2005-05-15 | 3 | -2/+44 |
| | |||||
* | Added Wareweb, a new framework. Yea for more frameworks\! | Ian Bicking | 2005-05-14 | 14 | -0/+309 |
| | |||||
* | Fixed clear button | Ian Bicking | 2005-05-14 | 2 | -3/+2 |
| | |||||
* | Made paths relative | Ian Bicking | 2005-05-14 | 1 | -2/+2 |
| | |||||
* | Added docs | Ian Bicking | 2005-05-07 | 1 | -2/+17 |
| | |||||
* | Removed timing cruft | Ian Bicking | 2005-05-07 | 1 | -7/+2 |
| | |||||
* | Added docstring, removed cruft | Ian Bicking | 2005-05-07 | 1 | -9/+7 |
| | |||||
* | Fixed up imports | Ian Bicking | 2005-05-07 | 1 | -3/+2 |
| | |||||
* | Moved jsolait stuff above extra_head | Ian Bicking | 2005-05-07 | 1 | -2/+2 |
| |