Web engine powered by Django
Last updated Mon Oct 12 10:05:15 -0700 2009
in theme 'technopark' post titles in blog linked to single post pages
technopark css fix: no border for images
- saving nodes to realm root if parent is None
7 commits »
Aaaa! Hotfix. Something strange: Node.Meta was wrong, really wrong.
property method Node.text removed
removed method Node.get_ext_cls()
removed method Node.get_realm_root
Realm class interface improved
Realm.app() method removed
completely new, better! :) core interface for realms registering: look at nanabox.nbx
link to blog from logo in theme 'techopark'
9 commits »
Node.get_absolute_url implementation changed
removed deprecated URL reverse functions from nanabox.core.reverse
template tags for urls reversing changed: old tags removed, implemented 1 universal tag {% nbx_url %}
- deprecated template tags removed: {% wiki_changes %}, {% wiki_add %}
deprecated reverse functions removed from nanabox.core.urls
tags filed temporary hidden: code cleanups necessary
- URLs fix: realm index url can be without trailing slash now, i.e. both '/blogs' and '/blogs/' are valid now.
Fixed comment link in blog index: it points now to 'comments.views.add_comment', so anonymous user is redirected to login page.
- editing tags for wiki pages and blog posts
'Bundle' model provided for bundling tags.
3 commits »
- minor settings example improvements
'tagging' application included
directory structure modified:
'Read more' macro implemented in blog posts. Just write in blog post: (+++ read more >>>), so the macro pattern is (+++ <some message here>)
nanapeople application renamed to people
admin application added to settings.INSTALLED_APPS in example
upload dir for avatars defined in nanabox.defaults
10 commits »
- some settings and core cleanups
nanabox.config considered miss-concept and deprecated
- themes media and templates moved to baseproject - default theme templates moved to nanabox.core templates
settings example for baseproject
settings refactoring: all nanabox related settings named now by pattern settings.NBX_<setting>
basic project draft on-top of nanabox added
removed deprecated nanabox.config.defs
model nanabox.config.models.Config deleted - it was miss-concept
model nanabox.config.models.LangCode removed, all references to it also removed - it was miss-concept
.htaccess deleted from nanabox project root
- 'technopark' theme style fixes: margin and padding for <p> is not zero now!
11 commits »
theme 'technopark' updates
translation updates
some fixes for comments block in theme 'technopark'
- smarter fix slug routine in Node.save()
refactoring of versioned saving routines
critical bugfix! nodes saving fixed.
- minor translation strings updates
- template for blogs index for theme 'technopark' added
draft for theme 'technopark'
template tags for generating urls upgrade
theme templates loading fixed