summaryrefslogtreecommitdiffstats
path: root/development.log
blob: 6b96f8f5b254b641e68e0171ec64a61f2fbc0c9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# development 

==Aug 4 2009, Evgeny==
===Changes===
* commented out LocaleMiddleware - language can be now switched with settings.LANGUAGE_CODE
* added DATABASE_ENGINE line to settings_local
===Merges===
* Adolfo's slugification of urls
* Added Chaitanyas changes for traditional login/signup and INSTALL file

==July 26 2009, Evgeny==

django_authopenid:
considerably changed user interface
[comment] - sorry - this is not done yet

log/forum/forms.py:
* added tag input validation using regex
* fixed bug with date type mismatch near self.fields['birthday'] = 
  in EditUserForm.__init__()

/forum/templatetags/extra_tags.py:
* fixed date type mismatch in get_age()

/templates/content/js/com.cnprog.post.js:
* fixed bug with post deletion/recovery

javascript:
* changed to use of non-minified code - better for editing 
and debugging

/templates/question.html:
* fixed display of delete/undelete links

templates:
added comments in the beginning/end of each template
for the debugging purposes - so that you know which template outputs what html
<!-- user_favorites.html -->
<!-- end user_favorites.html -->