0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added the demoproject which I'm using to test the app More... about 12 years ago
Started work on our new pages app. We will be moving away from the CMSItem based model soon. More... about 12 years ago
version bump More... over 12 years ago
try/except not required since we already check that instance isn't None More... over 12 years ago
fixup More... over 12 years ago
Updated the statemachine tests to ignore ostinato fixtures, and use it's own. (Since the Statemachine might be used without other ostinato apps) More... over 12 years ago
Added a jsonmixin View More... over 12 years ago
cersion bump More... over 12 years ago
fixup More... over 12 years ago
Content filterscorrectly added, and simplified the import path More... over 12 years ago
Moved the content filters into it's own app More... over 12 years ago
Temporary bugfix in statemachine, to prevent errors when rendering the admin form when creating a new object. The statemachine cannot be created at this time, as the object doesn't have an ID yet More... over 12 years ago
mptt integratoin. Removing old inefficient and redundant code More... over 12 years ago
Started implementing django-mptt More... over 12 years ago
Version bump More... over 12 years ago
Created a custom StateMachineModelForm() form class that adds the statemachine fort he model to the form. This form currently assumes the StateMachineField is used in the model More... over 12 years ago
Added a manager method to filter the statemachine by state, and also allow for extra args More... over 12 years ago
Removed the form factory for the statemachine, and decided to make the form much more focussed to the actual ContentItem object More... over 12 years ago
Removed the signal handlers in favor of changing the attrs on statechange via the admin form. More... over 12 years ago
Added a method to return the action display text More... over 12 years ago
The ContentItem will have a custom, simpler statemachine. We dont really need a full-on publishing workflow. Also created required signals More... over 12 years ago
Fixed the pre- and post-action signals More... over 12 years ago
Dont need this feature just now. Signals work well enough More... over 12 years ago
New Statemachine can now easilly be included in a model as a 'virtual field' More... over 12 years ago
Test that the admin permissions were created as expected. Also renamed these permissions and thereby the names of the actions More... over 12 years ago
Deprecation warning added More... over 12 years ago
Statemachine template tag can now specify the context var name for the statemachine More... over 12 years ago
Added managers and templates tags that will get or create a statemachine for a object instance More... over 12 years ago
Moved the temporary new statemachine to it's rightful place. Old statemachine moved intot the __init__.py so that this can still be used More... over 12 years ago
pre and post signals created More... over 12 years ago