CARVIEW |

matthiask
-
Extensible Django-based CMSUpdated Thu Mar 26 08:49:30 -0700 2009
-
Simple module offering pinging capabilities for any Django modelUpdated Wed Feb 04 01:30:28 -0800 2009
-
Simple Web Infrastructure SDKUpdated Wed May 07 00:24:59 -0700 2008
Public Activity

-
Daniel Renz committed 28328949:
Always send POST as multipart/form-data
Extensible Django-based CMS
06f0636843bd97c8cf44ec59b73d03e7d6394549
Reorder page content types generation
cf7e1c52a0242814cf9e621a62414252110765a2
Add last_updated field to RSSContent
a1bfc9a83341960ee022135d5560d21ba82b48e9
Add update_rsscontent management command
f9574b97a051fbf2aed2c8d3551135eef57a0379
Usable RSSContent implementation
76a902e6d7b0e039d32056b34168a2df41374cd8
Store the current page as an attribute on the request
1d2767fc9a1f474e8f921161bde6f92cc6a06e6c
Store list of concrete content classes on base model

-
daniel committed 617fa66a:
Merge branch 'master' of shark.internal:/var/cache/git/django/feincms
-
daniel committed ba4a0aa0:
ADD: pagecontents RSS and video. RSS currently just displays a link. video automatically embeds a youtube-video.
-
daniel committed e0c5a23c:
CHANGE: make code more readable and concise: fix bugs: sorting behaviour, rich text drag n drop
Extensible Django-based CMS
1e35cad317963f91b1ffbd6ecd4d40dc763b0737
Reduce amount of SQL queries needed to get the content
6ed4997e86e039123b57139a0b6b895bc90776b9
Content models' attributes should take precedence
32b628d775b23dab7ac14a5684cffd1e9a84a739
Add some more examples to the howto
643575462d1b872618f37c91282c5b3d31ab0514
Update the docs a bit, start with a howto
696f787deece9d34b7d92277c5563b39c761546f
The foreign key to the cms base model is always named "parent"
e701f3e500409e11e81375d1bc893d02a2b7e589
Move content property from Page to Base
a2ff9af37fb309e4ed00a716e2b14a2a458750f3
Rename the types tuple to _feincms_content_types
f337aaefcdabac1d63397c07ac1199eb2a9d2527
There is no content_model anymore