summaryrefslogtreecommitdiffstats
path: root/flatpages/views.py
Commit message (Collapse)AuthorAgeFilesLines
* rename flatpages as expopages to reduce confusionPhilip Sargent2021-03-301-245/+0
|
* Fixing multiple caves with same kataser noPhilip Sargent2021-03-281-30/+17
|
* fixed serving expofiles from test serverPhilip Sargent2021-03-281-42/+74
|
* should all be working, but isn'tPhilip Sargent2021-03-261-2/+9
|
* pathlib for path management & cavelist fixesPhilip Sargent2021-03-241-4/+6
|
* more mimetypes for flatfilesPhilip Sargent2021-03-221-2/+8
|
* remote /expofiles/ now for runserver devPhilip Sargent2021-03-211-1/+6
|
* Deleted archaisms and new commentsPhilip Sargent2020-08-021-1/+1
|
* Removing foissil: subcave and flatpages-redirectsPhilip Sargent2020-07-221-12/+12
|
* More security, middleware upgrade, dj-reg.2.5Philip Sargent2020-06-201-4/+24
|
* static files redonePhilip Sargent2020-06-181-6/+5
|
* edit this page workingPhilip Sargent2020-06-181-6/+6
|
* Disable TinyMCEPhilip Sargent2020-06-131-2/+3
|
* Fix bad pages for clashing kataster numbersPhilip Sargent2020-06-071-0/+8
|
* Moved classes to models_caves and fixed importsPhilip Sargent2020-05-281-1/+1
|
* Convert codebase for python3 usagePhilip Sargent2020-05-241-17/+18
|
* implemened NOEDIT as a meta tag and fixed double-menus problemPhilip Sargent2020-04-101-1/+10
|
* 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-151-1/+1
|
* 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-111-2/+37
| | | | 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-021-0/+62