0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed bug in signal code when using django 1.3 More... about 13 years ago
Updated version number in setup.py More... about 13 years ago
Decided to remove the slug field for now. Will implement this at a later stage, when we are ready to feature layouts More... about 13 years ago
Removed some extra layout fields More... about 13 years ago
Removed the layout settings for now. This is not a important feature for the upcoming release More... about 13 years ago
Started working on Layouts More... about 13 years ago
Added a breadcrumbs tag More... about 13 years ago
Added the ordering field to the admin More... about 13 years ago
Moved the OstinatoCMS object to core.py and implemented register() and unregister() methods. More... about 13 years ago
Dont add too much to the tags. We will create titles in another way More... about 13 years ago
When the get_cmsitem tag creates a new CMS object, then make sure that the title is saved More... about 13 years ago
Removed the admin registrations for now More... about 13 years ago
Added an active_link template tag so that we can use this to mark active links on pages More... about 13 years ago
Statemachine should provide a callable to display the sm_state for the admin More... about 13 years ago
Fixed admin views and layouts More... about 13 years ago
Statemachine fields updated to have the sm_ prefix. Removed the pre_get_state and pre_set_action methods. If we want extra functionality here, we can just override the _set_state() and _get_state() methods directly. More... over 13 years ago
Added some utility methods that can be overridden just in case we need to do some things before actually getting and setting the state More... over 13 years ago
Fixed a bug on __init__. Django does some special things with __init__ so we cannot easilly override it. Decided to rather just have a default=state when we define the sm_state field in our model, and this will eliminate the need for initializing the statemachine More... over 13 years ago
Not using the __init__ method just now More... over 13 years ago
Some refactoring and code cleanup More... over 13 years ago
Experiments on how to implement a statemachine in a class More... over 13 years ago
The template tag should use get_or_create() instead of returning None More... over 13 years ago
Make sure we raise an exception if a invalid action is called More... over 13 years ago
Started work on the new statemachine, and the signals that is sent before and after an action is taken. More... over 13 years ago
Added the ability to specify order for a ContentItem More... over 13 years ago
Started adding doctests since its more descriptive and will help with the final documentation. More... over 13 years ago
Added a custom manager method to create a new contentitem for a contenttype directly More... over 13 years ago
Get some tests in place for new features we will be developing soon. We need some basic conent objects, and will use flatpages for now More... over 13 years ago
For now we will expect django-tagging to be installed, rather than creating our own field More... over 13 years ago
We should be able to specify the depth that the navbar will return More... over 13 years ago