Chinua Shaw
|
c8b4acb452
|
Moving multiple posts at once functionality. Follows delete pattern.
Also can be used to merge two threads.
|
2012-11-19 11:39:59 -05:00 |
|
Chinua Shaw
|
5412e344ca
|
Soft delete posts
also max report length and shorter max subject length
|
2012-11-13 17:57:39 -05:00 |
|
Chinua Shaw
|
86119766a7
|
Fix bug that blocks creating a new topic
|
2012-11-08 13:31:54 -05:00 |
|
Chinua Shaw
|
c51820604e
|
The report form is a smaller default.
|
2012-11-08 13:22:51 -05:00 |
|
Chinua Shaw
|
0daeb8f21e
|
Allow users to change their sig, and 404 upon improper access to the personality page.
|
2012-11-08 13:18:07 -05:00 |
|
Chinua Shaw
|
fb6fdf6d8d
|
Made the link on the header point to the new reports page, and made it show up on the index page.
|
2012-11-05 15:46:47 -05:00 |
|
Chinua Shaw
|
94210b5a1b
|
made reported_by a link to the user.
|
2012-11-05 15:46:06 -05:00 |
|
Chinua Shaw
|
66571b4f30
|
Reports page
|
2012-11-05 14:39:08 -05:00 |
|
Chinua Shaw
|
1776157d68
|
Fix to userlist and user page bug.
|
2012-10-26 13:34:16 -04:00 |
|
Chinua Shaw
|
0d193808da
|
Merge branch 'master' of https://github.com/lightnin/DjangoBB
Conflicts:
djangobb_forum/scratchr2_settings.py
|
2012-10-23 06:28:48 -04:00 |
|
Chinua Shaw
|
034e76cf82
|
choose polls as an option
|
2012-10-23 06:27:26 -04:00 |
|
Chinua Shaw
|
4831c0c372
|
Make polls an option
|
2012-10-23 06:27:09 -04:00 |
|
Amos Blanton
|
e79cc40e57
|
Comment out subscribe function in topics display.
|
2012-10-22 16:41:15 -04:00 |
|
Amos Blanton
|
e97deccdae
|
Remove link to code quoting and subscribe to thread checkbox.
|
2012-10-22 16:34:02 -04:00 |
|
Amos Blanton
|
9261498847
|
Merge remote-tracking branch 'upstream/master'
|
2012-10-22 15:59:54 -04:00 |
|
Amos Blanton
|
c21b67a611
|
Merge branch 'master' of github.com:lightnin/DjangoBB
|
2012-10-22 15:45:55 -04:00 |
|
Amos Blanton
|
df773bb66e
|
Changes to settings. Embiggen length of forum display, test out Djangobb sig limits.
|
2012-10-22 15:45:43 -04:00 |
|
Chinua Shaw
|
ba615b0968
|
completely removed the duplicating jquery import.
|
2012-10-22 15:29:32 -04:00 |
|
Chinua Shaw
|
be869dd7a2
|
fix smilie bug and jquery bug
|
2012-10-22 15:18:32 -04:00 |
|
Chinua Shaw
|
4258b047a5
|
commented the code
|
2012-10-22 11:32:21 -04:00 |
|
Chinua Shaw
|
7794b69517
|
Merge branch 'master' of https://github.com/lightnin/DjangoBB
Conflicts:
djangobb_forum/util.py
|
2012-10-22 11:20:56 -04:00 |
|
Chinua Shaw
|
960e6e1b80
|
Removes the size options in posts and reduces it to simply a big and small font.
|
2012-10-22 11:18:19 -04:00 |
|
JensDiemer
|
b1ea58d581
|
Bugfix in JS: Reset onbeforeunload event while edit a existing post, too.
|
2012-10-22 13:41:31 +03:00 |
|
slav0nic
|
c6dcd880c0
|
change registration form to RegistrationFormUniqueEmail in basic_project
|
2012-10-22 13:36:17 +03:00 |
|
Amos Blanton
|
61dc0228c1
|
Merge remote-tracking branch 'upstream/master'
|
2012-10-16 15:48:04 -04:00 |
|
Chinua Shaw
|
dd3683a83f
|
This is now where settings for the djangobb_forums that are specific to us will go.
|
2012-10-15 10:52:16 -04:00 |
|
Chinua Shaw
|
4bc48b88ab
|
better way to remove usertitle
|
2012-10-15 08:48:30 -04:00 |
|
Chinua Shaw
|
aaab6a8ed1
|
the hacky change to pull avatars from the scratch website.
|
2012-10-15 08:46:47 -04:00 |
|
Chinua Shaw
|
da46e48a8e
|
completeness of profile menu option.
|
2012-10-15 08:20:40 -04:00 |
|
Chinua Shaw
|
ad39cdc10d
|
Merge branch 'master' of https://github.com/lightnin/DjangoBB
|
2012-10-15 08:08:38 -04:00 |
|
Chinua Shaw
|
d61aaea2ae
|
Made showing anything other than sig optional.
|
2012-10-15 08:07:19 -04:00 |
|
Amos Blanton
|
4966cfdbb0
|
Add readme.
|
2012-10-04 13:51:48 -04:00 |
|
Chinua Shaw
|
f7afc6772e
|
attempt to make it notice change
|
2012-10-04 13:21:15 -04:00 |
|
Chinua Shaw
|
6952e51566
|
silly error
|
2012-10-04 13:15:50 -04:00 |
|
Chinua Shaw
|
1286df2d7d
|
Merge branch 'master' of https://github.com/lightnin/DjangoBB
|
2012-10-04 13:10:20 -04:00 |
|
Chinua Shaw
|
9f01e0337c
|
Fixes some theme issues resulting from the scratch theme not being copied over yet.
|
2012-10-04 13:09:28 -04:00 |
|
slav0nic
|
5f2321edcf
|
mv include/post_in_search_page.html template to includes/
--HG--
rename : djangobb_forum/templates/djangobb_forum/include/post_in_search_page.html => djangobb_forum/templates/djangobb_forum/includes/post_in_search_page.html
|
2012-10-04 13:32:57 +03:00 |
|
Edward "Hades" Toroshchin
|
c7d5173225
|
Avoid decimal comma when rendering poll bars.
|
2012-10-03 12:31:53 +02:00 |
|
Amos Blanton
|
ce5ba252d1
|
Fix javascript error dialog box by adding slash.
|
2012-10-02 11:31:16 -04:00 |
|
Chinua Shaw
|
c7a16dfb8e
|
for some reason a slash was dropped by the line I deleted. This should make it consistant.
|
2012-10-01 16:01:42 -04:00 |
|
Chinua Shaw
|
0924138144
|
Reintegrated templates to match Scratchr theme. Main changes were extending base.html, switching class="inbox" to class="inbox box-content", giving submit buttonsclass="small grey button"
|
2012-10-01 11:20:59 -04:00 |
|
Stefan Hajnoczi
|
89b8f4a95a
|
Fix "errros" -> "errors" typo in profile_personal.html
Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
|
2012-09-28 11:53:39 +03:00 |
|
slav0nic
|
863887221a
|
update en locale .po
|
2012-09-25 23:04:47 +03:00 |
|
slav0nic
|
d040bbc748
|
fix static url in basic_project
|
2012-09-25 22:51:26 +03:00 |
|
JensDiemer
|
16917a374d
|
catch HTMLParseError. fix #238
---
|
2012-09-24 14:25:41 +03:00 |
|
JensDiemer
|
cfc3f115ac
|
Bugfix: make list bullets visible, close #235
---
|
2012-09-24 14:22:28 +03:00 |
|
JensDiemer
|
b93392594a
|
don't filter category groups for superusers
---
|
2012-09-24 14:18:16 +03:00 |
|
JensDiemer
|
d27719803d
|
* Security fix: filter search by category groups * use pre-filtered querysets in all search types * don't filter by category groups for superusers * display hit count as success message
---
|
2012-09-24 14:18:16 +03:00 |
|
JensDiemer
|
5a462351c6
|
Security Fix: * Deny 'show_user' search for anonymous user. * allow only staff members to change the user ID via URL. * Add message, if user_id changed by GET parameter
---
|
2012-09-24 14:18:16 +03:00 |
|
JensDiemer
|
e8da8f6667
|
code cleanup: use user object everywhere
---
|
2012-09-24 14:18:16 +03:00 |
|