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 test on presence of CSRF_COOKIE_DOMAIN setting
Evgeny Fadeev
2012-01-17
1
-12
/
+21
*
|
removed direct references to DATABASE_ENGINE settings parameter
Evgeny Fadeev
2012-01-17
3
-21
/
+13
*
|
fixed a bug it postgres full text search, relevance searching still does not ...
Evgeny Fadeev
2012-01-16
2
-11
/
+12
*
|
made dedicated scripts for full text search setup in postgres - per version o...
Evgeny Fadeev
2012-01-16
7
-21
/
+523
*
|
startup procedures work with STATIC_URL = None
Evgeny Fadeev
2012-01-16
1
-1
/
+1
*
|
fixed a merge bug in a template
Evgeny Fadeev
2012-01-16
2
-55
/
+0
*
|
merged the master branch
Evgeny Fadeev
2012-01-16
34
-129
/
+394
|
\
\
|
|
/
|
/
|
|
*
removed bad copywriting from the send_email_alerts management command
Evgeny Fadeev
2012-01-15
1
-27
/
+0
|
*
added test on wrong staticfiles app used
Evgeny Fadeev
2012-01-15
1
-0
/
+7
|
*
merged the staticfiles branch
Evgeny Fadeev
2012-01-15
19
-65
/
+234
|
|
\
|
|
*
added default value requirement for STATICFILES_STORAGE setting
Evgeny Fadeev
2012-01-15
3
-3
/
+9
|
|
*
removed conditional statement from mustache template as it is not working in ...
Evgeny Fadeev
2012-01-15
2
-3
/
+1
|
|
*
made deployer omit staticfiles app with django < 1.3 so that users are forced...
Evgeny Fadeev
2012-01-15
3
-3
/
+10
|
|
*
fixed bugs in the settings.py templates
Evgeny Fadeev
2012-01-15
3
-5
/
+5
|
|
*
reverted minimum django version to 1.1.2 in the requirements.txt
Evgeny Fadeev
2012-01-15
1
-1
/
+1
|
|
*
staticfiles app seems to work with askbot for django 1.2 and 1.3
Evgeny Fadeev
2012-01-15
9
-24
/
+89
|
|
*
collectstatic management command works with askbot on first pass
Evgeny Fadeev
2012-01-14
132
-32746
/
+55539
|
|
|
\
|
|
*
|
updated static urls in javascript
piskvorky
2011-12-18
3
-1
/
+3
|
|
*
|
added the staticfiles app itself =)
piskvorky
2011-12-07
1
-0
/
+2
|
|
*
|
added support for django.contrib.staticfiles
piskvorky
2011-12-07
4
-14
/
+23
|
*
|
|
added test for CSRF_COOKIE_DOMAIN setting in the startup_procedures
Evgeny Fadeev
2012-01-15
3
-0
/
+31
|
|
|
/
|
|
/
|
|
*
|
made email recovery link work when askbot is deployed on subdirectory
Evgeny Fadeev
2012-01-12
2
-1
/
+8
|
*
|
removed words "askbot" from the messages in send_email_alerts
Evgeny Fadeev
2012-01-11
1
-3
/
+3
|
*
|
fixed facebook login
Evgeny Fadeev
2012-01-11
3
-21
/
+49
|
*
|
xss vulnerability fix and new release
Evgeny Fadeev
2012-01-11
14
-16
/
+20
*
|
|
Search sort order tweaks
Tomasz Zielinski
2012-01-15
2
-3
/
+11
*
|
|
run_advanced_search() cleanup; fixed tags filtering
Tomasz Zielinski
2012-01-15
2
-43
/
+35
*
|
|
Minor edit in bottom_scripts.html, mostly re unescaping History.js URL hash
Tomasz Zielinski
2012-01-15
1
-13
/
+5
*
|
|
Added reseting search page to 1 on search terms change; minor cleanup of temp...
Tomasz Zielinski
2012-01-14
9
-234
/
+16
*
|
|
Page_size removed for questions
Tomasz Zielinski
2012-01-14
20
-161
/
+35
*
|
|
Bugfix for tags delete icon rendering after search ajax request returns
Tomasz Zielinski
2012-01-14
3
-4
/
+9
*
|
|
Bugfix: `Ask youe question` button now get its initial title parameter from s...
Tomasz Zielinski
2012-01-14
4
-3
/
+21
*
|
|
Bugfix: scope links are now properly updated on each ajax request
Tomasz Zielinski
2012-01-14
1
-0
/
+7
*
|
|
Fixed two bugs in removing search tags
Tomasz Zielinski
2012-01-14
2
-6
/
+5
*
|
|
Merge remote-tracking branch 'askbot/wikipost' into wikipost
Tomasz Zielinski
2012-01-14
1
-1
/
+4
|
\
\
\
|
*
|
|
added one tag to half of posted questions in the askbot_add_test_content mana...
Evgeny Fadeev
2012-01-13
1
-1
/
+4
*
|
|
|
Big cleanup of search and pagination
Tomasz Zielinski
2012-01-14
26
-509
/
+626
|
/
/
/
*
|
|
Bugfixes to the previous commit
Tomasz Zielinski
2012-01-12
2
-3
/
+2
*
|
|
Further SearchState && JS cleanup - search kind of works now but still needs
Tomasz Zielinski
2012-01-12
9
-479
/
+196
*
|
|
Fixed some SearchState tests, still one is broken
Tomasz Zielinski
2012-01-11
1
-10
/
+2
*
|
|
Removed some unused code related directly or indirectly to SearchState
Tomasz Zielinski
2012-01-11
5
-138
/
+7
*
|
|
Initial refactor to remove SearchState from the session
Tomasz Zielinski
2012-01-11
6
-126
/
+28
*
|
|
Upgraded&simplified api_get_questions view
Tomasz Zielinski
2012-01-11
1
-26
/
+16
*
|
|
Further cleanup of main page live search JS (3)
Tomasz Zielinski
2012-01-11
1
-28
/
+23
*
|
|
Further cleanup of main page live search JS (2)
Tomasz Zielinski
2012-01-11
1
-37
/
+22
*
|
|
Further cleanup of main page live search JS
Tomasz Zielinski
2012-01-11
1
-101
/
+51
*
|
|
Initial cleanup of main page live search JS
Tomasz Zielinski
2012-01-11
5
-346
/
+108
*
|
|
Optimized live search for the ask page
Tomasz Zielinski
2012-01-11
2
-2
/
+84
*
|
|
Fix attempt for main page URLs
Tomasz Zielinski
2012-01-11
2
-190
/
+25
*
|
|
Fixed migration 0068
Tomasz Zielinski
2012-01-11
2
-1
/
+6
[prev]
[next]