server
/
askbot
master
splineupdate
source for deployed askbot instance (frange.spline.de)
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
fixed another source of "blank tags"
Evgeny Fadeev
2012-05-10
1
-1
/
+1
|
*
fixed an iexact selector on the group query in the lamson ASK handler
Evgeny Fadeev
2012-05-10
1
-1
/
+1
|
*
fixed save/cancel buttons for comment edits immediately after making the post
Evgeny Fadeev
2012-05-10
1
-4
/
+5
|
*
touched up on timzone issue again and added cache invalidation to comment ↵
Evgeny Fadeev
2012-05-10
2
-2
/
+3
|
|
|
|
editing
*
fixed timezone bug on edit comment
Evgeny Fadeev
2012-05-10
1
-1
/
+2
|
*
fixed css on the login and signup pages
Evgeny Fadeev
2012-05-09
3
-5
/
+8
|
*
fixed question page urls and updated test cases
Evgeny Fadeev
2012-05-09
5
-26
/
+29
|
*
fixed the timezone issue in the newly posted comments
Evgeny Fadeev
2012-05-09
1
-1
/
+2
|
*
fixed bugs: lost attachment button, text floating over group control ↵
Evgeny Fadeev
2012-05-09
4
-21
/
+22
|
|
|
|
checkboxes, group logo failed to upload
*
added optional tag search box
Evgeny Fadeev
2012-05-09
9
-16
/
+200
|
*
fixed the migration
Evgeny Fadeev
2012-05-08
1
-5
/
+11
|
*
reintroduced lost migration for adding subscribed tag field
Evgeny Fadeev
2012-05-08
1
-0
/
+312
|
*
modified migrations to match the models
Evgeny Fadeev
2012-05-08
2
-325
/
+12
|
*
intermediate commit, removed two migrations and fixed bugs
Evgeny Fadeev
2012-05-08
1
-8
/
+16
|
*
Merge branch 'master-test' into user-groups
Evgeny Fadeev
2012-05-08
15
-70
/
+559
|
\
|
*
tag selector works properly
Evgeny Fadeev
2012-05-07
4
-11
/
+21
|
|
|
*
added a possibility to have independent set of "subscribed" tags in addition ↵
Evgeny Fadeev
2012-05-07
15
-67
/
+546
|
|
|
|
|
|
|
|
to "favorite/ignored"
*
|
preapproved emails and email domains work for the groups
Evgeny Fadeev
2012-05-08
8
-26
/
+103
|
/
*
saving pre-approved emails&domains works, but no validation yet
Evgeny Fadeev
2012-05-07
6
-5
/
+260
|
*
added "anyone can join" control to the group profile editor
Evgeny Fadeev
2012-05-06
9
-89
/
+172
|
*
the WMD editor can now be sized and previewer can be enabled and disabled
Evgeny Fadeev
2012-05-06
6
-187
/
+296
|
*
moved group wiki to the sidebar and made join/leave group button work
Evgeny Fadeev
2012-05-05
10
-55
/
+263
|
*
started working on allowing people to join some groups without ↵
Evgeny Fadeev
2012-05-03
3
-1
/
+362
|
|
|
|
administrators approval
*
fix to asking by email and another one to prevent creation of "blank" tags
Evgeny Fadeev
2012-05-02
2
-4
/
+6
|
*
allowed admins to decide whether to moderate email posted to groups
Evgeny Fadeev
2012-05-01
13
-14
/
+438
|
*
added group email address, enabled by default
Evgeny Fadeev
2012-05-01
2
-5
/
+24
|
*
group logos show in the user profile pages
Evgeny Fadeev
2012-05-01
12
-32
/
+87
|
*
Merge branch 'master' into user-groups
Evgeny Fadeev
2012-05-01
2
-2
/
+2
|
\
|
*
fixed the cached_db setting for the SESSION_ENGINE setting that is commented out
Evgeny Fadeev
2012-04-29
2
-2
/
+2
|
|
*
|
renamed PostRejectReason to PostFlagReason and merged two short model files ↵
Evgeny Fadeev
2012-05-01
9
-133
/
+123
|
|
|
|
|
|
|
|
into bigger ones
*
|
deleted an unused file
Evgeny Fadeev
2012-05-01
2
-255
/
+2
|
|
*
|
fixed a small bug in the modal dialog
Evgeny Fadeev
2012-04-30
2
-1
/
+2
|
|
*
|
almost finished the post reject reasons dialog and the moderation feature
Evgeny Fadeev
2012-04-30
16
-82
/
+1197
|
|
*
|
started working on a menu for rejecting the post
Evgeny Fadeev
2012-04-27
3
-88
/
+143
|
|
*
|
improved the tag wiki editor and made the WMD editor and the previewer work ↵
Evgeny Fadeev
2012-04-25
10
-63
/
+212
|
|
|
|
|
|
|
|
for the TagWikiEditor class
*
|
refactored WMD() class and its usage pattern
Evgeny Fadeev
2012-04-22
5
-33
/
+51
|
|
*
|
merged the master branch
Evgeny Fadeev
2012-04-22
6
-7
/
+32
|
\
|
|
*
fixed url on a badges page
Evgeny Fadeev
2012-04-21
1
-1
/
+1
|
|
|
*
updated changelog
Evgeny Fadeev
2012-04-21
1
-0
/
+4
|
|
|
*
added test for django-avatar, if avatar is in the INSTALLED_APPS
Evgeny Fadeev
2012-04-21
1
-4
/
+19
|
|
|
*
bumped version
Evgeny Fadeev
2012-04-21
1
-1
/
+1
|
|
|
*
added a workaround for the "create_unique" bug in the South version 0.7.3
Evgeny Fadeev
2012-04-20
1
-1
/
+6
|
|
|
*
a patch to spaceless middleware submitted by MITx guys
Evgeny Fadeev
2012-04-20
1
-0
/
+1
|
|
*
|
part way through implemented post reject reasons in the moderation view
Evgeny Fadeev
2012-04-20
3
-14
/
+86
|
|
*
|
fixed abug where upon asking with moderation on there was an exception
Evgeny Fadeev
2012-04-20
1
-0
/
+3
|
|
*
|
Merge branch 'master' into user-groups
Evgeny Fadeev
2012-04-20
1
-1
/
+1
|
\
|
|
*
fixed jquery-related bug where posting question was impossible
Evgeny Fadeev
2012-04-20
1
-1
/
+1
|
|
*
|
added bootstrap library to askbot and started using it in the user inbox area
Evgeny Fadeev
2012-04-20
8
-5
/
+7126
|
|
*
|
Merge branch 'master' into user-groups
Evgeny Fadeev
2012-04-20
55
-28053
/
+37485
|
\
|
|
*
upgraded askbot to jquery version 1.7.2
Evgeny Fadeev
2012-04-20
3
-24
/
+28
|
|
[next]