summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn] Initial and poor attempt at a view for cave descriptions.martin speleo2009-07-043-4/+31
|
* [svn] Pareser for cave descriptionsmartin speleo2009-07-041-0/+38
|
* [svn] Changed addToArgsSurveyStation such that it does not pass a ↵martin speleo2009-07-041-4/+4
| | | | surveystation model to html_to_wiki. Which was unecessary as html_to_wiki returned it without modification. By removing it html_to_wiki can be cleaned up.
* [svn] Work on turn html pages into cavedescription models.py.martin speleo2009-07-044-93/+133
| | | | | Moved parser/cavetabs html_to_wiki function to utils.py Added databaseReset.py desc to refresh the cavedescriptions.
* [svn] removed redundant importmartin speleo2009-07-041-1/+0
|
* [svn] * Adding JS fill in next QM number via ajax.substantialnoninfringinguser2009-07-049-112/+154
| | | | | * Slight models cleanup- get rid of TroggleImageModel class, use mixin instead. * Collect various troggle shared functions into utils.py
* [svn] Added cavedescription and new subcave.martin speleo2009-07-043-2/+22
| | | | Changed parsers/survex to read *title into subcave
* [svn] Change to get js in admin work for feincmsmartin speleo2009-07-041-1/+1
|
* [svn] Fixed the following of *includes by adding white space to the end of ↵martin speleo2009-07-031-5/+5
| | | | the regex.
* [svn]substantialnoninfringinguser2009-07-031-0/+2
|
* [svn] Fixed setContentHeight to work properly for eye candy view, whilst ↵martin speleo2009-07-032-3/+4
| | | | removing it from the non-eyecandy view
* [svn] Remove broken import searchmartin speleo2009-07-031-1/+0
|
* [svn]substantialnoninfringinguser2009-07-031-12/+0
|
* [svn] Brief code cleanup.substantialnoninfringinguser2009-07-0317-207/+126
|
* [svn] whoopssubstantialnoninfringinguser2009-07-031-1/+1
|
* [svn] Use template block "related" for related objects. Various cleanup, fix ↵substantialnoninfringinguser2009-07-0311-69/+56
| | | | personexpedition date views.
* [svn] More fallout of renaming expo to core. Also fixsubstantialnoninfringinguser2009-07-021-2/+2
|
* [svn] Fix leftover from expo -> core rename, and add databaseReset.py to ↵substantialnoninfringinguser2009-07-022-10/+14
| | | | README.txt
* [svn] Renaming troggle.expo to troggle.core. To do this, used:substantialnoninfringinguser2009-07-0233-41/+36
| | | | | | perl -p -i -e "s/expo(?=[\s\.']+)/core/g" `find -name \*.py` and then manually checked each change (had to remove a couple)
* [svn] Add photos wiki syntaxes: e.g.substantialnoninfringinguser2009-07-023-19/+45
| | | | | | [[display:centre photo:andyc.jpg]] where centre is a class applied to image, and andyc.jpg is the filename of a Photo model instance. Image will be displayed as thumbnail with link to full size image. [[photo:andyc.jpg]] will produce a link to the admin page for the andyc.jpg Photo model instance. [[photo:andyc.jpg Title of the link]] will produce a link to the admin page for the andyc.jpg Photo model instance with link text "Title of the link"
* [svn] Fixed accidental removal of fading in margin pictures from main page ↵martin speleo2009-06-283-17/+17
| | | | | | | of eye candy site. Reduced non eye candy margins. Moved set contents style height function into main.js from being embeded js, and ran when eye candy is turned on. Remove style attribute when eye candy is turned back off.
* [svn] Have different css for plain and eye candy views.martin speleo2009-06-283-4/+426
|
* [svn] horrid .svns copied accidentallygoatchurch2009-06-2845-0/+8750
|
* [svn] forgot to add directorygoatchurch2009-06-284-0/+2153
|
* [svn] with command optiongoatchurch2009-06-281-1/+7
|
* [svn] Fixed small semantics issues stopping base.js working with IE.martin speleo2009-06-285-34/+91
| | | | | | Made toggle eyecandy persistent (using a cookie) Made toggle eyecandy turn off footer menu images Only load footer menu images if the eyecandy is being used.
* [svn] Make header scroll with page because Julian said sosubstantialnoninfringinguser2009-06-192-4/+4
|
* [svn] Add readme with installation instructions.substantialnoninfringinguser2009-06-191-0/+26
|
* [svn] Adding logbook export features. Troggle can now produce .txt or .html ↵substantialnoninfringinguser2009-06-187-7/+125
| | | | logbooks through the controlPanel or via an action in the LogbookEntry admin pages.
* [svn] Whoops, forgot to add the file in last revision.substantialnoninfringinguser2009-06-141-0/+48
|
* [svn] Added beginnings subcaves parser. This required importing more ↵substantialnoninfringinguser2009-06-142-1/+9
| | | | information from cavetab, namely the location where the main cave page appeared on the old expo website.
* [svn] * Fix bugs that were causing broken wikilinks. *Add edit link to ↵substantialnoninfringinguser2009-06-127-15/+25
| | | | mugshots. *make admin url trailing-slash tolerant
* [svn] Just realized it makes no sense to have qms ticked off by a logbook ↵substantialnoninfringinguser2009-06-111-6/+2
| | | | entry as an inline. Instead, we need some kind of drop down list where ticked off qms can be searched for and selected. Should be doable.
* [svn] Edited wiki page through web user interface.substantialnoninfringinguser2009-06-111-3/+13
|
* [svn] Added detection of noinfo in cave parser. It sets the non_public flag ↵substantialnoninfringinguser2009-06-101-0/+5
| | | | to true, and the view then shows nonpublic.html instead of the cave if the user isn't logged in.
* [svn] Whoops, forgot the template during last commit.substantialnoninfringinguser2009-06-102-0/+12
|
* [svn] * Added non-public field for protecting copyright info etc. Field is ↵substantialnoninfringinguser2009-06-103-4/+11
| | | | | | on all models but needs to be checked for in views. So far, only the cave view checks. * Added the Person wiki syntax which looks like [[person:John Doe]]
* [svn] Fixed a bug with QMs with numbers between 1 and 10, and fixed the ↵substantialnoninfringinguser2009-06-108-46/+79
| | | | links in the recent changes box.
* [svn] Created wiki page through web user interface.substantialnoninfringinguser2009-06-101-0/+16
|
* [svn] * Added admin inlines for QMs in LogbookEntry modelsubstantialnoninfringinguser2009-06-107-23/+111
| | | | | * Added QM list edit view * Fixed "recent changes" box on front page
* [svn]substantialnoninfringinguser2009-06-094-0/+0
|
* [svn] backup settingsgoatchurch2009-06-091-3/+24
|
* [svn] fix the revert and cssgoatchurch2009-06-092-3/+18
|
* [svn] the ajax pagegoatchurch2009-06-091-0/+18
|
* [svn] codemirrorgoatchurch2009-06-096-33/+229
|
* [svn] fix logfile settingsubstantialnoninfringinguser2009-06-091-1/+1
|
* [svn] Edited wiki page through web user interface.substantialnoninfringinguser2009-06-091-1/+1
|
* [svn] Edited wiki page through web user interface.substantialnoninfringinguser2009-06-091-1/+16
|
* [svn] Created wiki page through web user interface. Lost the goddamn thing ↵substantialnoninfringinguser2009-06-091-0/+17
| | | | twice now due to browser crash and stupid back button so it's not done but I'm saving it anyway!
* [svn] Removed redundant fields "date" and "place" from Persontrip model. A ↵substantialnoninfringinguser2009-06-093-14/+27
| | | | PersonTrip's date and place are stored in its parent LogbookEntry. PersonTrips are the people who participate in the trip in a LogbookEntry, so it would make no sense to have different dates and places from the LogbookEntry they are foreignkeyed to.