app/soc/models/document.py
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.
Wed, 11 Feb 2009 20:02:46 +0000 Lennard de Rijk Changed document to also filter on the prefix when getting the documents for a scope.
Mon, 02 Feb 2009 20:56:14 +0000 Lennard de Rijk Fixed default value for write_access in Document model.
Sun, 01 Feb 2009 13:24:43 +0000 Pawel Solyga Style fixes in soc.models.document module (adding of missing whitespaces).
Sat, 31 Jan 2009 22:32:21 +0000 Sverre Rabbelier Final changes to the document model
Fri, 30 Jan 2009 22:01:27 +0000 Sverre Rabbelier Add access control to document model and view
Fri, 30 Jan 2009 21:59:38 +0000 Sverre Rabbelier Moved is_featured property to Document
Fri, 23 Jan 2009 21:22:09 +0000 Sverre Rabbelier Enable pick links for all the references we have
Sat, 18 Oct 2008 21:54:13 +0000 Pawel Solyga Remove not used imports in models. Fix missing spaces in models when operator not preceded by a space. Add missing ugettext_lazy import to Proposal model.
Thu, 16 Oct 2008 04:37:13 +0000 Todd Larsen Eliminate the Work.abstract property and move the Document.content property
Wed, 15 Oct 2008 19:33:50 +0000 Todd Larsen Remove the proposed WorksAuthors many:many relation and promote the "founder"
Wed, 15 Oct 2008 14:06:33 +0000 Pawel Solyga Show "Created by" read-only field in Document Edit view. Update size of TinyMCE widget in Document Edit/Create views. Change user property name to founder in Document model and update files according to this change (now founder is used in Group and Document models). Remove not used variables and imports in views/site/docs/edit.py. Refactor EditForm and CreateForm in views/site/docs/edit.py so that EditForm inherits from CreateForm and just extends it.
Tue, 14 Oct 2008 12:36:55 +0000 Pawel Solyga Fixed imports sorting based on comments for r751.
Mon, 13 Oct 2008 21:54:51 +0000 Pawel Solyga Add missing blank lines between imports and sort all of the imports.
Mon, 29 Sep 2008 15:31:50 +0000 Todd Larsen Make use of PolyModel for Works, Documents, etc. Add some (but not all) of
Sun, 21 Sep 2008 08:50:42 +0000 Pawel Solyga Remove Author model (use Person instead). Update models after removing Author. Add new Sponsor, Organization models.
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.
less more (0) tip