forked from hovel/pybbm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
59 lines (57 loc) · 2.21 KB
/
CHANGELOG
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
0.11.0
* Polls (by Geyser)
0.10.0
* Bootstrap 2 (by nigma and Geyser) (WARNING!! - BACKWARD INCOMPATIBLE TEMPLATES)
0.9.0
* Button in templates restyling (by nigma)
* Code cleanup (by nigma)
0.8.2
* Docs touchup
* Fix links to project
* Fix read/unread tracking (by lpetre)
0.8.1
* Support for django 1.4 timezones
0.8.0
* Django 1.4 support (by djw)
* Fix misspellings (by djw)
0.7.0
* Code cleanup
* Add post cleaners
* Rename BODY_CLEANER settings to PYBB_BODY_VALIDATOR
0.6.3
* Changed pybbTimeNode to use get_profile # (thanks Shon)
* Disable admin for 'pybb.Profile' if different AUTH_PROFILE_MODULE is set
* Disable editing of 'user' field in Profile admin
* French translation (thanks Eric)
0.6.1
* Russian translation updated
0.6.0
* CSS file is now build with less
* You can disable default css inclusion in templates with PYBB_DISABLE_CSS settings
and manually include pybb.less file or build pybb.less to your styles.
* Default style and templates revisied, new templates system
is cleaned and fully compatible with twitter bootstrap
Be aware of next changes:
* pagination template moved from `templates/pybb/pagination/` to `templates/pybb`
* pagination template changed from plain links to ul/li list
* breadcrumb now live in separated template and changed from plain links to ul/li list
* `add_post_form.html` template renamed to `post_form.html`
* PYBB_FORUM_PAGE_SIZE default value changed from 10 to 20
0.5.1
* Attachment system now fully worked and ready for usage
0.5.0
* Add anonymous posting (disabled by default)
* Add pre-moderation system (disabled by default)
0.4.1
* Fix category view context
* Add test for category view
0.4.0
* Most views are now class-based
* Tests code cleanup
* Django versions prior 1.3 supported via django-cbv
* django-pure-pagination is now are requirement as a pagination system for class based list views
* Provide inline pagination for topic
* Add read/unread blue/gray indicator (customized via css3)
0.3.6
* Fix migration issue on innodb tables
* Fix permission does not exists issue on first syncdb