#925 - [patch] Refactor functionality of DjangoContext into
'processors' which can be replaced or added to

#959 - [patch]Template improvements


while I was trying to implement a 'user preferences' system
(http://feh.holsman.net/articles/2005/12/21/user-preferences) to allow
users (and anonymous users) to store their own peferences (like name/
markup editor etc) I  found it REALLY difficult to do in a nice way.

the problems i struck were:
- reading a cookie's value from the template. the only solution was to
modify ALL of my views (custom +generic) to perform this action.. if
#925 was implemented I could have done it via a processor and let the
rest of my code untouched..

the next problem was creating a dynamic form. while it was easy enough
to create the formfields, I didn't really have a way of letting it
display the write name and description fields for each (which were
stored in seperate lists) if #959 was there it would have been easy.

Thanks for listening to me whine.

Ian

--
[EMAIL PROTECTED] -- blog: http://feh.holsman.net/ -- PH: ++61-3-9877-0909

If everything seems under control, you're not going fast enough. -
Mario Andretti

Reply via email to