summaryrefslogtreecommitdiffstats
path: root/development.log
blob: 7ad467e0fd8f0e7c48c249e5cddaeca8cdd3c642 (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
# development 

==July 26 2009, Evgeny==

django_authopenid:
considerably changed user interface

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 -->