Unofficial mirror of the Unofficial mirror of the Subversion repository intended to be used for w...
Forked from django/django Thu Jan 08 05:03:56 -0800 2009
Last updated Tue Jul 21 09:32:13 -0700 2009
Django database backend for MySQL via oursql.
Added forgotten title field
2 commits »
We need to pass it as **kwargs so it must be bytestring
added failing tests for unicode keywords
link to last part of tutorial
Another step of the tutorial built
better syntax highlighting form templates
Next version build
First remove old dir to be sure
Updated project name
make docs work on github pages
small tool to make docummentation github-pages compliant
3 commits »
Small script that does the change from _static to static etc
moved _static to static and _sources to sources
New build
4 commits »
Added rest of the tutorial to index
No need to keep repeating ourselves
finally, some docs
some doc updates
8 commits »
Forgotten to change some tests
Removed CategoryDetail view
Merge branch 'master' of ssh://62.84.145.27/projects/content/GIT/ella
Add index on Listing.publish_from since we will be sorting on it
Added caching for CategoryDetail._archive_entry_year
Make archive_entry_year lazy
Template names for better debugging
fixed some tests
Added a reStructuredText processor
We do not want django to cache our query
Added custom SQL for creating index on tree_path for MySQL
20 commits »
Removed admin actions that have been suuplied by django's built-in comments app
added urls config example and link to comments doc
Added updated docummentation
Use True instead of '1' for true
Added basic sphinx conf
Added admin.py Thanks googletorp
Added a root_only parameter to get_comment_list tag
Added fill_tree filter to enable partial lists to be rendered correctly.
Changed the test template to render variable, not get the comment_list itself
We don't actualy mind the QuerySet caching the results and this way it will work for lists as well
Added root_path property to enable tree traversal from children to root
Added simple test to assure the tree depth is 1-based
changet root_id to return int
Added an optional flat parameter to the comment_list templatetag that return different comment ordering
less verbose tests
Removed parent_id from the security hash to enable client side replying
Simpler form handling
removed extra imports
changed tree_pathto be a TextField again, this will result in it's index not being created on some DBs (MySQL)
Added myself to contributors
11 commits »
Added basic documment on how to get ella working
Include all comments including non public and removed by default, sort it out in templates
Enable comment_list pagination
MAX_PATH_LENGTH diappeared from threadedcomments, RIP
Added name kwarg to Template() in render tag for better debugging.
mark_safe of Choice.__unicode__()
Tooltip for suggester fields. Fixes #3880
UI improved. Removed app index link from breadcrumb. Fixes #3878
Poll imported in ella.polls.newman_admin.py.
polls.poll enabled in ella.polls.newman_admin.py.
some comments in comment code
Python wrapper for Cassandra
admin.py?
TypeError: __init__() got an unexpected keyword argument 'parent'
5 commits »
Added another option how to specify version - by adding a version param to the CACHE_BACKEND peudo url
Working comment_list view
Removed unused code
Have ThreadedComment use CommentManager
Oops - it turns out you cannot shorten anything by concatenating it with itself