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 (
Expand
)
Author
Age
Files
Lines
*
added a css fix for spanish language for the search bar
Evgeny Fadeev
2012-03-12
1
-0
/
+24
*
added drop function statements to new fts setup for postgres, hopefully it wo...
Evgeny Fadeev
2012-03-12
1
-0
/
+2
*
rebuilt four locales again
Evgeny Fadeev
2012-03-11
5
-1782
/
+1856
*
Merge branch 'github-master'
Evgeny Fadeev
2012-03-11
19
-188
/
+282
|
\
|
*
minor commit
Evgeny Fadeev
2012-03-11
0
-0
/
+0
|
|
\
|
|
*
replaced the unnecessary hack for dealing with deleted badges with the code t...
Evgeny Fadeev
2012-03-11
3
-25
/
+5
|
*
|
replaced the unnecessary hack for dealing with deleted badges with the code t...
Evgeny Fadeev
2012-03-11
3
-30
/
+6
|
|
/
|
*
fixed a bug where page for a no longer used badge causes an internal server e...
Evgeny Fadeev
2012-03-11
2
-9
/
+41
|
*
fixed a problem of badges that are assigned to deleted content
Evgeny Fadeev
2012-03-11
2
-5
/
+13
|
*
added record of Daniel Micans contribution to the changelog
Evgeny Fadeev
2012-03-11
1
-0
/
+1
|
*
Merge branch 'dan'
Evgeny Fadeev
2012-03-11
1
-21
/
+31
|
|
\
|
|
*
Add test of middleware order on startup. Feature #143.
dmican
2012-01-25
1
-21
/
+31
|
*
|
merged the LDAP login contribution by user monkut
Evgeny Fadeev
2012-03-11
8
-136
/
+201
|
|
\
\
|
|
*
\
Merge remote-tracking branch 'askbot/master'
unknown
2012-01-31
41
-1071
/
+4742
|
|
|
\
\
|
|
*
|
|
Removed the "humanization" of "0". No good way to translate across languages...
unknown
2012-01-26
1
-3
/
+1
|
|
*
|
|
Commented out PROXYDN_* configuration values since they are not be used at th...
unknown
2012-01-25
1
-17
/
+19
|
|
*
|
|
removing, this command does not appear to be necessary. When using LDAP, it'...
unknown
2012-01-25
1
-68
/
+0
|
|
*
|
|
added ldap_authentication() function into backends.py. Reads in newly added ...
unknown
2012-01-25
2
-35
/
+103
|
|
*
|
|
Added LDAP related configuration items to EXTERNAL_KEYS for proper ldap confi...
unknown
2012-01-25
1
-7
/
+59
|
|
|
|
/
|
|
|
/
|
|
*
|
|
Merge branch 'piskvorky'
Evgeny Fadeev
2012-03-10
1
-2
/
+2
|
|
\
\
\
|
|
*
|
|
fixed compatibility issue with new html5lib release
Radim Řehůřek
2012-03-07
1
-2
/
+2
|
*
|
|
|
Merge pull request #56 from MITx/master
Evgeny Fadeev
2012-03-10
1
-2
/
+6
|
|
\
\
\
\
|
|
*
|
|
|
Adjust startup check to handle tuples in STATICFILES_DIRS.
David Ormsbee
2012-02-15
1
-2
/
+6
|
*
|
|
|
|
Merge pull request #58 from piskvorky/patch-4
Evgeny Fadeev
2012-03-10
1
-10
/
+9
|
|
\
\
\
\
\
|
|
*
|
|
|
|
fix span errors in user_edit template
Radim Řehůřek
2012-03-07
1
-10
/
+9
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
Merge branch 'github-master'
Evgeny Fadeev
2012-03-10
3
-2
/
+10
|
|
\
|
|
|
|
|
*
|
|
|
|
removed the statement making the default site url being askbot.org - makes no...
Evgeny Fadeev
2012-03-10
2
-2
/
+1
|
*
|
|
|
|
added author_name as key to cache for the question sort buttons
Evgeny Fadeev
2012-03-10
1
-1
/
+1
*
|
|
|
|
|
update ru,es,hi and ja locales
Evgeny Fadeev
2012-03-11
22
-13666
/
+16694
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
added cache invalidation on answer post, question retag and close/reopen
Evgeny Fadeev
2012-03-07
2
-0
/
+3
*
|
|
|
|
delete activity with the stale content_type of the related content object
Evgeny Fadeev
2012-03-06
1
-2
/
+7
|
/
/
/
/
*
|
|
|
Merge branch 'github-master'
Evgeny Fadeev
2012-03-06
1
-1
/
+0
|
\
\
\
\
|
*
|
|
|
removed the return statement in the postgres full text search setup
Evgeny Fadeev
2012-03-06
1
-1
/
+0
*
|
|
|
|
added management command delete_contextless_activities
Evgeny Fadeev
2012-03-06
3
-0
/
+23
|
/
/
/
/
*
|
|
|
fixed the disappearing form field values when tags are invalid, also removed ...
Evgeny Fadeev
2012-03-05
2
-6
/
+19
*
|
|
|
fixed the answer count in the question page
Evgeny Fadeev
2012-03-05
2
-1
/
+2
*
|
|
|
fixed some issues in the user registration form
Evgeny Fadeev
2012-03-05
1
-46
/
+4
*
|
|
|
merged the caching the answer page branch
Evgeny Fadeev
2012-03-05
30
-248
/
+570
|
\
\
\
\
|
*
|
|
|
cache invalidation on the question page seems to work
Evgeny Fadeev
2012-03-05
13
-81
/
+95
|
*
|
|
|
added a section about moderation to the manual
Evgeny Fadeev
2012-03-04
2
-0
/
+31
|
*
|
|
|
9 queries left on the question page logged in with warm cache vs 1 for logged...
Evgeny Fadeev
2012-03-04
9
-45
/
+142
|
*
|
|
|
about halfed the queries on the question page on warm cache, cut CPU time som...
Evgeny Fadeev
2012-02-29
12
-89
/
+209
|
*
|
|
|
refactored the templates for the question page to make them more easily cache...
Evgeny Fadeev
2012-02-27
11
-66
/
+126
*
|
|
|
|
disabled the answer list caching because there is no invalidation yet
Evgeny Fadeev
2012-03-03
2
-4
/
+5
*
|
|
|
|
fixed sorting of questions by date
Evgeny Fadeev
2012-03-02
3
-2
/
+557
*
|
|
|
|
fixed sorting by votes on the main page
Evgeny Fadeev
2012-03-02
4
-2
/
+563
|
/
/
/
/
*
|
|
|
cached answer list query which saves about 15% on the question page generation
Evgeny Fadeev
2012-02-27
3
-30
/
+32
*
|
|
|
Merge branch 'github-master'
Evgeny Fadeev
2012-02-26
5
-519
/
+515
|
\
\
\
\
|
*
|
|
|
english django.po file compiles
Evgeny Fadeev
2012-02-26
5
-519
/
+515
*
|
|
|
|
shaved a couple of queries from the question view
Evgeny Fadeev
2012-02-26
4
-22
/
+31
|
/
/
/
/
[next]