app/soc/views/helper/widgets.py
2009-08-25 Lennard de Rijk Make sure the PlainTextWidget converts linebreaks to proper HTML.
2009-04-03 Pawel Solyga Style fixes, add missing docstring, fix some wrong calls to super classes and removal of unused imports in soc.views.helper.
2009-03-25 Pawel Solyga Use minified tiny_mce.js javascript file instead of tiny_mce_src.js which is 100kB larger.
2009-03-23 Sverre Rabbelier Enable resizing in the TinyMCE widget
2009-03-20 Sverre Rabbelier Removed formatting from TinyMCE that use the style tag
2009-03-09 Sverre Rabbelier Open the agreement text in a new window
2009-03-07 Sverre Rabbelier Make it possible to specify a link to the full text
2009-03-02 Sverre Rabbelier Make the ToS field less high
2009-03-01 Sverre Rabbelier Turn off relative urls and removing of script hostname in TinyMCE
2009-02-27 Sverre Rabbelier Made the ToS field higher
2009-02-15 Sverre Rabbelier Add a PlainTextWidget
2009-02-13 Sverre Rabbelier Partially reverted "Update the copyright notice for 2009."
2009-02-13 Sverre Rabbelier Update the copyright notice for 2009.
2009-02-13 Sverre Rabbelier Added a filter_fields parameter to the ReferenceField widget
2009-02-12 Sverre Rabbelier Added an AgreementField widget
2009-02-11 Sverre Rabbelier Rename TinyMCE to FullTinyMCE and add TinyMCE widget
2009-02-07 Sverre Rabbelier Pimp TinyMCE widget.
2009-02-05 Sverre Rabbelier Added a ReferenceField widget
2009-02-01 Lennard de Rijk ReadOnlyInput widget now shows text instead of a greyed-out input box.
2009-01-20 Todd Larsen Changing ReadOnlyBool to type "text" makes it display "True" or "False".
2009-01-14 Todd Larsen Add read-only boolean form field widget.
2008-11-17 Pawel Solyga Fix missing dots in doc strings and some other doc string corrections.
2008-10-22 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).
2008-10-15 Pawel Solyga Update TinyMCE wiget code according to r783. I hope I did it correctly this time.
2008-10-15 Pawel Solyga Changes to TinyMCE widget that enable to pass mce_settings in the class constructor and that way update default settings if needed.
2008-10-14 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).
2008-10-03 Todd Larsen Move helpers/forms_helpers.py to helper/forms.py.
2008-10-03 Todd Larsen Replace helpers/custom_widgets.py with helper/widgets.py.
less more (0) tip