| Commit message (Expand) | Author | Age | Files | Lines |
* | created more automatic django.wsgi file and fixed an error that I made when r... | Evgeny Fadeev | 2010-04-10 | 2 | -365/+0 |
* | fixed up INSTALL, settings_local.py.dist and replaced strings osqa->askbot ev... | Evgeny Fadeev | 2010-04-10 | 4 | -150/+2 |
* | fixing url translation issues in javascript files | Adolfo Fitoria | 2010-04-05 | 2 | -3/+4 |
* | basic setup for the Google Closure environment | Evgeny Fadeev | 2010-04-04 | 2 | -0/+21 |
* | ROADMAP, TODO, restored posts per page selector | Evgeny Fadeev | 2010-04-04 | 3 | -4/+2 |
* | adding missing files? | Adolfo Fitoria | 2010-04-03 | 4 | -0/+512 |
* | added color blending for counters, fixed questions and user questions views, ... | Evgeny Fadeev | 2010-04-03 | 12 | -176/+203 |
* | fixed some html, karma graph in IE7 and 8 and favorites view, removed executa... | Evgeny Fadeev | 2010-04-01 | 75 | -957/+705 |
* | fixed translations of user profile URLs | Evgeny Fadeev | 2010-03-31 | 5 | -14/+15 |
* | fixed unicode tags and link color in posts | Evgeny Fadeev | 2010-03-30 | 3 | -3/+23 |
* | baseline for ASKBOT development is ready | Evgeny Fadeev | 2010-03-27 | 2 | -26/+3 |
* | removed authentication module to be replaced with a dedicated app, also switc... | Evgeny Fadeev | 2010-03-27 | 14 | -959/+69 |
* | old login system restored, merge done | Evgeny Fadeev | 2010-03-27 | 13 | -40/+40 |
* | dos2unix | Evgeny Fadeev | 2010-03-27 | 10 | -18/+18 |
* | intermediate commit after merge | Evgeny Fadeev | 2010-03-27 | 245 | -429/+3098 |
|\ |
|
| * | fixed inaccuracy in email subscription sender | Evgeny Fadeev | 2010-03-21 | 1 | -1/+1 |
| * | fixed email sender job so it works as advertised | Evgeny Fadeev | 2010-03-21 | 2 | -71/+198 |
| * | in the middle of fixing email alerts | Evgeny Fadeev | 2010-03-20 | 1 | -6/+8 |
| * | merged with master branch | Evgeny Fadeev | 2010-03-14 | 65 | -969/+1625 |
| |\ |
|
| | * | dos2unix | Evgeny Fadeev | 2010-03-14 | 10 | -994/+994 |
| | * | fixed mysql issue of unique varchar longer than 255 | Evgeny Fadeev | 2010-03-14 | 1 | -1/+3 |
| | * | removed last bit of external legacy login stuff | Evgeny Fadeev | 2010-03-14 | 1 | -1/+0 |
| | * | added favicon.ico | Evgeny Fadeev | 2010-03-10 | 1 | -0/+0 |
| | * | Lots of small fixes, including the missing comments problem. | hrcerqueira | 2010-03-07 | 25 | -694/+150 |
| | * | Started implementing cache. | hrcerqueira | 2010-03-04 | 8 | -97/+86 |
| | * | Very simple robots.txt module. | hrcerqueira | 2010-03-04 | 2 | -2/+2 |
| | * | added postgres specific management commands for the badges cron jobs. | hrcerqueira | 2010-03-04 | 5 | -1/+793 |
| | * | fixed rss feed and a couple more bugs in templates | hrcerqueira | 2010-03-04 | 6 | -13/+24 |
| | * | couple of fixes | hrcerqueira | 2010-03-04 | 7 | -93/+90 |
| | * | Fix in the email url tags. | hrcerqueira | 2010-03-03 | 2 | -5/+6 |
| | * | small fix | hrcerqueira | 2010-03-03 | 1 | -1/+1 |
| | * | Merge branch 'master' of github.com:rickross/osqa | hrcerqueira | 2010-03-03 | 1 | -1/+1 |
| | |\ |
|
| | | * | small fix | hrcerqueira | 2010-03-02 | 1 | -0/+3 |
| | * | | Temp login token request (for password recovery and google openid problems) | hrcerqueira | 2010-03-03 | 23 | -113/+526 |
| | |/ |
|
| | * | Fixed the new question bug, removed some old stuff from settings files, and f... | hrcerqueira | 2010-03-02 | 4 | -16/+21 |
| * | | fixed circular dependency on models.signals and the question count on import | Evgeny Fadeev | 2010-03-11 | 3 | -13/+16 |
| * | | fixed a bug, now syncdb and loader both work | Evgeny Fadeev | 2010-03-10 | 1 | -6/+5 |
| * | | minor change | Evgeny Fadeev | 2010-03-10 | 1 | -1/+0 |
| * | | fixed an error so that syncdb works | Evgeny Fadeev | 2010-03-10 | 1 | -2/+1 |
| * | | SE loader seems to work, details are in stackexchange/README | Evgeny Fadeev | 2010-03-09 | 6 | -24/+144 |
| * | | in the middle of loading votes | Evgeny Fadeev | 2010-03-09 | 3 | -44/+85 |
| * | | loaded comments and badges | Evgeny Fadeev | 2010-03-08 | 4 | -15/+20 |
| * | | removed one unused line | Evgeny Fadeev | 2010-03-07 | 1 | -1/+0 |
| * | | all content revisions loaded (excluding close/delete/reopen actions, etc), fi... | Evgeny Fadeev | 2010-03-07 | 4 | -131/+210 |
| * | | users loaded | Evgeny Fadeev | 2010-03-06 | 1 | -4/+5 |
| * | | wrote code to import users, untested | Evgeny Fadeev | 2010-03-06 | 2 | -3/+3 |
| |/ |
|
| * | finally merged Josephs and Adolfos branches, basic on-scree new post notifica... | Evgeny Fadeev | 2010-03-01 | 11 | -17/+51 |
| |\ |
|
| | * | re-introduced Josephs new message notification and a few newly found bugs | Evgeny Fadeev | 2010-02-28 | 8 | -10/+52 |
| | * | powered by osqa | Evgeny Fadeev | 2010-02-22 | 1 | -1/+1 |
| | * | merged joseph's branch | Evgeny Fadeev | 2010-02-22 | 3 | -3/+0 |
| | |\ |
|