summaryrefslogtreecommitdiffstats
path: root/media/js
Commit message (Collapse)AuthorAgeFilesLines
* remove internal copies of jquery, jquiery-forms, jquery-ui+themes,Wookey2014-09-111-637/+0
| | | | django-feincms and codemirror
* Added files for jQuery to allow for UI and dynamic formsets.Martin Green2011-05-011-0/+9
|
* login required for saving survex filesgoatchurch2009-08-291-0/+637
|
* [svn] * Make Q< wikilinks work againsubstantialnoninfringinguser2009-07-061-0/+59
| | | | | * Add new ajax bit in LogbookEntry admin which checks for QMs not in wikilink format and allows one click fixes. Soon to be expanded to check for wikilinks that aren't in foreignkey. * Tweaks to admin including using raw_id_fields for PersonExpedition & other foreignkeyed models with lots of instances.
* [svn] * Adding JS fill in next QM number via ajax.substantialnoninfringinguser2009-07-041-0/+20
| | | | | * Slight models cleanup- get rid of TroggleImageModel class, use mixin instead. * Collect various troggle shared functions into utils.py
* [svn] Fixed setContentHeight to work properly for eye candy view, whilst ↵martin speleo2009-07-031-1/+2
| | | | removing it from the non-eyecandy view
* [svn] Fixed accidental removal of fading in margin pictures from main page ↵martin speleo2009-06-281-10/+13
| | | | | | | 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-281-3/+16
|
* [svn] Fixed small semantics issues stopping base.js working with IE.martin speleo2009-06-281-20/+71
| | | | | | 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]substantialnoninfringinguser2009-05-191-3/+4
|
* [svn]substantialnoninfringinguser2009-05-181-0/+17
|
* [svn] Turn main menu into dropdown (well actually, drop up) menu.substantialnoninfringinguser2009-05-181-20/+41
|
* [svn] Improve registration system.substantialnoninfringinguser2009-05-132-43/+399
| | | | | Add jquery fade effects and quick search. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8334 by cucc @ 5/10/2009 5:23 AM
* [svn] Had forgotten to add these.substantialnoninfringinguser2009-05-131-0/+42
| | | | Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8237 by aaron @ 1/31/2009 9:19 PM
* [svn] QM parser now parses Hauchhoehle QMs.pysubstantialnoninfringinguser2009-05-131-0/+46
Photo model added. Logbook parser now puts mugshots in as photo models, and descriptions from the old folk html pages in as "blurbs" on the person model. Experimented with eye candy and a random logbook quote generator. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8094 by aaron @ 12/31/2008 2:59 AM