app/soc/views/helpers/custom_widgets.py
Fri, 03 Oct 2008 07:03:11 +0000 Todd Larsen Change to imports to follow the style guide:
Tue, 30 Sep 2008 16:49:54 +0000 Pawel Solyga Clean up too long lines in profile.py. Add ReadOnlyInput widget to custom_widgets module, it can be used to display read-only form fields. Display read-only "Id" field in LookUp view if user has been found and in User Edit Developer view.
Tue, 30 Sep 2008 12:59:59 +0000 Pawel Solyga Made mce_settings class variable in TinyMCE widget a copy of default settings instead of reference.
Wed, 24 Sep 2008 02:27:01 +0000 Todd Larsen Change indentation level to 2 (from 4) and rename MCE_DEF_SETTINGS to
Tue, 23 Sep 2008 19:20:57 +0000 Pawel Solyga Changes in TinyMCE widget in custom_widgets.py based on review comments.
Sat, 13 Sep 2008 22:00:51 +0000 Pawel Solyga Added Melange front page edit view where you can change title, content, feed url. Created SiteSettings and Document models and some logic for them. Added isFeedURLValid function in soc/logic/feed.py. Created some functions for handling datastore updates of different kinds of Models (soc/logic/model.py). Fixed some typos and too long lines of code.
Thu, 11 Sep 2008 12:01:20 +0000 Pawel Solyga Created custom_widgets.py and added TinyMCE django widget that can be later used for particular form fields.
less more (0) tip