summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Examples will be kept in a separate location in the repository in the ↵Ian Bicking2005-08-22100-4944/+0
| | | | future; build-pkg is deprecated also
* Added some new configuration parametersIan Bicking2005-07-201-0/+7
|
* Made the WYSIWYG editor more customizable; added cancel links; added delete ↵Ian Bicking2005-07-208-5/+86
| | | | function; added search function; added function to add new pages based on 'blank' templates
* Added more padding around notification messagesIan Bicking2005-07-201-0/+1
|
* Added method for javascript link confirmation, and Xinha stylesheet setupIan Bicking2005-07-201-0/+16
|
* Allow for cancel of jumpIan Bicking2005-07-201-2/+4
|
* Allow more easily-configured stylesheetsIan Bicking2005-07-201-0/+4
|
* Javascript function for jumpingIan Bicking2005-07-181-0/+6
|
* Added function to jump to other parts of the siteIan Bicking2005-07-182-1/+33
|
* Methods to: rename files, upload multiple files at once, and search files by ↵Ian Bicking2005-07-182-7/+91
| | | | filename
* Added Javascript to use multiple upload fields and a make directory formIan Bicking2005-07-181-5/+43
|
* Added link to rename fileIan Bicking2005-07-181-0/+1
|
* Removed py.path-ismsIan Bicking2005-07-181-8/+8
|
* Added class for forms that shouldn't be block-level elementsIan Bicking2005-07-181-0/+4
|
* Made path constructor able to go absoluteIan Bicking2005-07-181-0/+2
|
* Removed some plugins; increased editor heightIan Bicking2005-07-181-4/+1
|
* Removed py.path importIan Bicking2005-07-181-1/+0
|
* New iconIan Bicking2005-07-181-0/+0
|
* Include SSI mimetypes (also an example of manipulating extension mapping)Ian Bicking2005-07-171-0/+4
|
* Make TextFile match text/*Ian Bicking2005-07-171-2/+2
|
* Include file size in viewIan Bicking2005-07-171-1/+4
|
* Implemented proper file uploadIan Bicking2005-07-172-5/+27
|
* Added better HTML editing abilitiesIan Bicking2005-07-173-6/+169
|
* Simplified extend()Ian Bicking2005-07-171-6/+4
|
* Added upload formIan Bicking2005-07-171-0/+7
|
* Remove install-related commands (that will all just go in the setuptools ↵Ian Bicking2005-07-131-3/+3
| | | | command lines)
* Seperated out file types into more classes, with more delegation to the ↵Ian Bicking2005-07-067-22/+176
| | | | class; added templates for particular views
* Added commands for Xinha; made idgen work better on restart; made ↵Ian Bicking2005-07-061-2/+17
| | | | js_set_location return false
* Added XinhaIan Bicking2005-07-061-0/+93
|
* Added cookie functions; fixed Prototype extend changeIan Bicking2005-07-061-1/+33
|
* Removed Object.prototype.extend, which was incompatible with XinhaIan Bicking2005-07-061-15/+18
|
* Refactored heavily; now each file type (of which there are currently just ↵Ian Bicking2005-07-0310-102/+225
| | | | two) is its own class of servlet, and dispatching is done to the appropriate class.
* Added descriptionIan Bicking2005-06-131-0/+37
|
* Added new example application (not completely finished), a file browsing ↵Ian Bicking2005-06-1324-0/+1485
| | | | application, with lots of Ajax
* Use use_package, and fix some hard-coded pathsIan Bicking2005-05-301-2/+6
|
* Fixed sys.path invocationIan Bicking2005-05-301-1/+1
|
* Removed debugging codeIan Bicking2005-05-301-1/+0
|
* ZPTKit API changeIan Bicking2005-05-301-2/+1
|
* Removed spurious package requirementIan Bicking2005-05-231-1/+0
|
* Keep ZPTKit from swallowing exceptionsIan Bicking2005-05-231-1/+2
|
* Added framework pluginsIan Bicking2005-05-163-0/+4
|
* Added test using fixture; fixed SQLObject configuration and loadingIan Bicking2005-05-153-2/+44
|
* Added Wareweb, a new framework. Yea for more frameworks\!Ian Bicking2005-05-1414-0/+309
|
* Fixed clear buttonIan Bicking2005-05-142-3/+2
|
* Made paths relativeIan Bicking2005-05-141-2/+2
|
* Added docsIan Bicking2005-05-071-2/+17
|
* Removed timing cruftIan Bicking2005-05-071-7/+2
|
* Added docstring, removed cruftIan Bicking2005-05-071-9/+7
|
* Fixed up importsIan Bicking2005-05-071-3/+2
|
* Moved jsolait stuff above extra_headIan Bicking2005-05-071-2/+2
|