All Versions
132
Latest Version
Avg Release Cycle
72 days
Latest Release
2359 days ago
Changelog History
Page 12
Changelog History
Page 12
-
v0.5.4 Changes
July 25, 2010- Bugfix to in-line editing view - missing import - stephenmcd
- Moved setting of class attribute for TinyMCE into HtmlField - stephenmcd
- Added loading animation to in-line editing - stephenmcd
-
v0.5.3 Changes
July 24, 2010- Use names of packages from settings in setup script - stephenmcd
- Make changelog generator in Sphinx conf list changesets within a version in chronological order - stephenmcd
- Update CSS for in-line editing toolbar to stay fixed at top of the page - stephenmcd
- Added handling for models to define their own
editable
method for controlling in-line editing - stephenmcd - Added the abstract model
Ownable
for defining models with instances owned by users, containingis_editable
hook and admin class for setting the owner of new objects and restricting objects to their owners - stephenmcd - Apply
Ownable
abstract model toBlogPost
model and related classes - stephenmcd - Wrap quickblog form in permission check - stephenmcd
-
v0.5.2 Changes
July 22, 2010- Allow interface selection on admin login screen to prepopulate from querystring - stephenmcd
- spelling fixed in docs - lexual
- Added more backward-compatible csrf handling - stephenmcd
- Added more robust handling for csrf and apply to forms - stephenmcd
- Bugfix setting author of blog post in BlogPostAdmin to be compatible with DisplayableAdmin - stephenmcd
-
v0.5.1 Changes
July 18, 2010- Bugfix to permission check for in-line editing - stephenmcd
- Bugfix to persist values for in-line TinyMCE fields - stephenmcd
- Created HtmlField and TinyMceWidget for more control over targetting textareas as TinyMCE fields - stephenmcd
- Bugfix to TinyMceWidget name - stephenmcd
- Include Csrf Middleware when available - stephenmcd
-
v0.5 Changes
July 18, 2010- Added 'Posted by' text to blog posts - stephenmcd
- Fixed grammar error in docs - stephenmcd
- Added routine to Sphinx conf to auto-generate changelog from mercurial repo - stephenmcd
- Change admin title to Mezzanine - stephenmcd
- Make slugs editable in admin - stephenmcd
- Bugfix links to RSS feeds - stephenmcd
- Update
to_end_tag
with context and token args, but only use as many args as the tag supports - stephenmcd - Created system for inline-editing - stephenmcd
- Apply in-line editing to templates - stephenmcd
- Add option to admin login screen to log into site for in-line editing - stephenmcd
- Added docs for in-line editing - stephenmcd
-
v0.4 Changes
July 11, 2010- Added search functionality and moved pagination out into utils and templatetags - stephenmcd
- Remove weight from search results output - stephenmcd
- A bunch of updates to doc strings - stephenmcd
- Added documentation for search API - stephenmcd
- Added highlighting to blog post author's own comments - stephenmcd
- Save blog commenter's details in a cookie - stephenmcd
- Bugfix to links in recent comments section of admin dashboard - stephenmcd
-
v0.3.5 Changes
July 08, 2010- Bugfix to page template missing tag library - stephenmcd
- Bugfix to tests loading and version bump - stephenmcd
-
v0.3.4 Changes
July 08, 2010- Add blog migration to feature list - stephenmcd
- Added support for natural keys - stephenmcd
- Bugfix to natural key format - stephenmcd
- Cleaned up interface for custom tag types - stephenmcd
- Update docs with references to new modules and version bump - stephenmcd
-
v0.3.3 Changes
July 06, 2010- No changes listed.
-
v0.3.2 Changes
July 06, 2010- Reformatted docs to lines less than 80 chars - stephenmcd
- Revert some of
mezzanine.settings
back to not being overridable - stephenmcd - Added routine to sphinx
conf.py
to auto-generate docs formezzanine.settings
- stephenmcd - Prevent sphinx blank-line warning - stephenmcd
- Make building docs
Python2.5
compatible - stephenmcd - Bugfix for losing parent ID when editing existing child pages - stephenmcd
- fix bug with ordering field in pages. Add error handling for page ordering - lexual