summaryrefslogtreecommitdiffstats
path: root/flatpages
Commit message (Collapse)AuthorAgeFilesLines
* Bring back TinyMCE for editing flatpagesSam Wenham2019-07-101-2/+2
|
* Remove the redundant render_with_context() as django now does this just with theSam Wenham2019-03-301-5/+5
| | | | | render() shortcut Move from mimetype to content_type, missed in last commit
* Fix the All Survex page to work with 1623 areaSam Wenham2019-02-251-1/+1
|
* Prevent troggle adding the menu if there is one in the fileSam Wenham2019-02-231-5/+7
| | | | | Add a Docker compose file to bring up a dev troggle easily Various PEP improvments
* Django 1.7 mostly working. Big refactor so probably bugsSam Wenham2018-04-152-2/+2
|
* allow extensions to be capatalisedMartin2012-08-141-14/+14
|
* Started removing foreignkeys to caves, to achieve greater flexability. Some ↵expo2012-08-121-2/+3
| | | | log book entries stuff may be broken. Add ability to make new caves and entrances via website.
* Prevent modification of auto generated filesexpo2012-08-061-0/+3
|
* Editing no longer changes files more than nesecary. Removed TinyMCE editing. ↵expo2012-08-061-10/+23
| | | | /Sumbit/Submit
* Fix up parser paths so everything is foundexpo2012-08-051-1/+2
|
* Start to change dataformat for caves, along with there editing. Start to ↵Martin Green2012-06-101-2/+2
| | | | change survex reader to cope better with equates/tags.
* Bug fixMartin Green2011-08-081-3/+3
|
* ignorecase when finding html tagsMartin Green2011-08-081-6/+6
|
* Added 'page not found do you wnat to make this page' page. Minor tweaksMartin Green2011-08-081-20/+26
|
* =Make a common base for expoweb pages. Ignore any header information in ↵Martin Green2011-08-081-1/+1
| | | | expoweb except titles.
* Allow pages to be rendered when the body tag has attributes. Put an edit ↵Martin Green2011-08-081-1/+1
| | | | link on the homepage.
* Allow for editing flatpage titles, and made a common uneditable list of links.Martin Green2011-08-081-8/+24
|
* Changed regex for finding head and body of flat pages.Martin Green2011-08-071-2/+1
|
* bug fix for edit link for index filesMartin Green2011-08-071-1/+1
|
* Add odt and ods mime types to our list.Wookey2011-07-121-0/+2
| | | | Maybe this should just be read in from the real list...
* implemented mimetypes, index.htm(l) and fixed edit viewMartin Green2011-07-111-7/+35
|
* Added flat pages for entrance and special flatpage redirects.Martin Green2011-07-113-3/+52
| | | | Enetrances should probably store their urls like cavers. Maybe the flatpages should be handled by the app Aaron installed.
* Added editing of flat pages. Added slugfields to models to refer to them.Martin Green2011-06-024-0/+88