app/soc/views/helper/widgets.py
Fri, 03 Apr 2009 17:43:41 +0000 Pawel Solyga Style fixes, add missing docstring, fix some wrong calls to super classes and removal of unused imports in soc.views.helper.
Wed, 25 Mar 2009 22:42:35 +0000 Pawel Solyga Use minified tiny_mce.js javascript file instead of tiny_mce_src.js which is 100kB larger.
Mon, 23 Mar 2009 21:54:50 +0000 Sverre Rabbelier Enable resizing in the TinyMCE widget
Fri, 20 Mar 2009 21:11:23 +0000 Sverre Rabbelier Removed formatting from TinyMCE that use the style tag
Mon, 09 Mar 2009 19:37:56 +0000 Sverre Rabbelier Open the agreement text in a new window
Sat, 07 Mar 2009 19:45:38 +0000 Sverre Rabbelier Make it possible to specify a link to the full text
Mon, 02 Mar 2009 19:48:20 +0000 Sverre Rabbelier Make the ToS field less high
Sun, 01 Mar 2009 15:33:52 +0000 Sverre Rabbelier Turn off relative urls and removing of script hostname in TinyMCE
Fri, 27 Feb 2009 11:38:24 +0000 Sverre Rabbelier Made the ToS field higher
Sun, 15 Feb 2009 14:54:42 +0000 Sverre Rabbelier Add a PlainTextWidget
Fri, 13 Feb 2009 23:18:39 +0000 Sverre Rabbelier Partially reverted "Update the copyright notice for 2009."
Fri, 13 Feb 2009 22:36:45 +0000 Sverre Rabbelier Update the copyright notice for 2009.
Fri, 13 Feb 2009 21:52:10 +0000 Sverre Rabbelier Added a filter_fields parameter to the ReferenceField widget
Thu, 12 Feb 2009 00:02:06 +0000 Sverre Rabbelier Added an AgreementField widget
Wed, 11 Feb 2009 23:59:41 +0000 Sverre Rabbelier Rename TinyMCE to FullTinyMCE and add TinyMCE widget
Sat, 07 Feb 2009 20:40:48 +0000 Sverre Rabbelier Pimp TinyMCE widget.
Thu, 05 Feb 2009 23:46:39 +0000 Sverre Rabbelier Added a ReferenceField widget
Sun, 01 Feb 2009 17:21:46 +0000 Lennard de Rijk ReadOnlyInput widget now shows text instead of a greyed-out input box.
Tue, 20 Jan 2009 17:53:36 +0000 Todd Larsen Changing ReadOnlyBool to type "text" makes it display "True" or "False".
Wed, 14 Jan 2009 22:30:24 +0000 Todd Larsen Add read-only boolean form field widget.
Mon, 17 Nov 2008 10:36:35 +0000 Pawel Solyga Fix missing dots in doc strings and some other doc string corrections.
Wed, 22 Oct 2008 17:18:57 +0000 Pawel Solyga Inherit from BaseForm in all forms instead of from DbModelForm. This change doesn't include changes to templates and usage of as_table everywhere (work in progress).
Wed, 15 Oct 2008 20:27:40 +0000 Pawel Solyga Update TinyMCE wiget code according to r783. I hope I did it correctly this time.
Wed, 15 Oct 2008 13:51:31 +0000 Pawel Solyga Changes to TinyMCE widget that enable to pass mce_settings in the class constructor and that way update default settings if needed.
Tue, 14 Oct 2008 16:10:07 +0000 Pawel Solyga Add missing import in soc/views/site/sponsor/list.py which caused exception when app was deployed and first site you visited was "List Site Sponsors". Update files according to recent django update and django backwards incompatibility (for example newforms is changed to forms).
Fri, 03 Oct 2008 23:59:49 +0000 Todd Larsen Move helpers/forms_helpers.py to helper/forms.py.
Fri, 03 Oct 2008 23:08:28 +0000 Todd Larsen Replace helpers/custom_widgets.py with helper/widgets.py.
less more (0) tip