| Commit message (Expand) | Author | Age | Files | Lines |
* | renamed main django app from forum to askbot | Evgeny Fadeev | 2010-06-13 | 10 | -2834/+0 |
* | removed some old cruft | Evgeny Fadeev | 2010-06-12 | 1 | -8/+1 |
* | first scratch on better responses page | Evgeny Fadeev | 2010-06-11 | 1 | -0/+15 |
* | added links to karma graph and badge summary to the rep and badge counters in... | Evgeny Fadeev | 2010-06-11 | 1 | -0/+6 |
* | envelope turns on correctly when there are new content or mention responses | Evgeny Fadeev | 2010-06-08 | 4 | -33/+16 |
* | envelope turns on correctly for responses, but not for mentions yet, added ur... | Evgeny Fadeev | 2010-06-07 | 5 | -26/+21 |
* | notification records are correct but response counters are exxagerated. added... | Evgeny Fadeev | 2010-06-07 | 4 | -6/+11 |
* | added envelope for new responses, does not work correctly yet | Evgeny Fadeev | 2010-06-06 | 1 | -32/+58 |
* | mentions work in all kinds of posts, unified activity logging for post updates | Evgeny Fadeev | 2010-06-05 | 8 | -210/+346 |
* | created instant notification template and the formatting function | Evgeny Fadeev | 2010-06-03 | 1 | -50/+62 |
* | general debugging, still may be broken | Evgeny Fadeev | 2010-06-03 | 8 | -190/+255 |
* | fixed some bugs in comment posting and made progress in instant notifications | Evgeny Fadeev | 2010-05-31 | 4 | -5/+28 |
* | got some basic unit tests to work, now need more coverage | Evgeny Fadeev | 2010-05-29 | 8 | -144/+151 |
* | did some cleanups, still broken | Evgeny Fadeev | 2010-05-26 | 10 | -316/+296 |
* | fixed two bugs on editing question and answer | Evgeny Fadeev | 2010-05-24 | 1 | -2/+2 |
* | instant notification on comment works | Evgeny Fadeev | 2010-05-24 | 6 | -109/+265 |
* | closer to making instant notifications work | Evgeny Fadeev | 2010-05-23 | 4 | -21/+127 |
* | merged mentions in to activity model | Evgeny Fadeev | 2010-05-23 | 6 | -66/+249 |
* | some work towards better notification system | Evgeny Fadeev | 2010-05-17 | 5 | -37/+162 |
* | added twitter style mentions on comments and started adding instant notification | Evgeny Fadeev | 2010-05-17 | 6 | -12/+132 |
* | slightly modified email alert sender and made a minor change in livesettings | Evgeny Fadeev | 2010-05-11 | 1 | -0/+17 |
* | finished moving settings to livesettings, available at url /settings | Evgeny Fadeev | 2010-05-09 | 1 | -2/+2 |
* | broken commit. will transfer last bits of settings to livesettings tomorrow | Evgeny Fadeev | 2010-05-09 | 11 | -772/+0 |
* | broken commit. in the middle of moving conf to models | Evgeny Fadeev | 2010-05-08 | 13 | -6/+781 |
* | moved all settings from forum/auth.py to forum/conf/* | Evgeny Fadeev | 2010-05-08 | 1 | -0/+2 |
* | started adding admin interface | Evgeny Fadeev | 2010-04-27 | 8 | -0/+0 |
* | small change | Evgeny Fadeev | 2010-04-26 | 1 | -1/+1 |
* | added faces to front page | Evgeny Fadeev | 2010-04-25 | 1 | -0/+11 |
* | fixed error in denormalization - missed first time b/c it has to be done in t... | Evgeny Fadeev | 2010-04-25 | 2 | -7/+9 |
* | first pass on mysql full text and relaxed search stickiness | Evgeny Fadeev | 2010-04-24 | 1 | -4/+12 |
* | preparing to fix fulltext search - some simple migrations | Evgeny Fadeev | 2010-04-24 | 3 | -24/+24 |
* | minor | Evgeny Fadeev | 2010-04-10 | 1 | -1/+1 |
* | intermediate broken commit | Evgeny Fadeev | 2010-04-10 | 2 | -4/+10 |
* | kind of merged question views, still have debugging to to | Evgeny Fadeev | 2010-04-08 | 2 | -18/+47 |
* | another intermediate commit (still broken) | Evgeny Fadeev | 2010-04-06 | 1 | -0/+91 |
* | fixed some html, karma graph in IE7 and 8 and favorites view, removed executa... | Evgeny Fadeev | 2010-04-01 | 1 | -1/+3 |
* | fixed translations of user profile URLs | Evgeny Fadeev | 2010-03-31 | 1 | -1/+2 |
* | old login system restored, merge done | Evgeny Fadeev | 2010-03-27 | 4 | -12/+13 |
* | intermediate commit after merge | Evgeny Fadeev | 2010-03-27 | 7 | -73/+483 |
|\ |
|
| * | merged with master branch | Evgeny Fadeev | 2010-03-14 | 6 | -30/+104 |
| |\ |
|
| | * | fixed mysql issue of unique varchar longer than 255 | Evgeny Fadeev | 2010-03-14 | 1 | -1/+3 |
| | * | Lots of small fixes, including the missing comments problem. | hrcerqueira | 2010-03-07 | 3 | -12/+18 |
| | * | Started implementing cache. | hrcerqueira | 2010-03-04 | 1 | -9/+19 |
| | * | added postgres specific management commands for the badges cron jobs. | hrcerqueira | 2010-03-04 | 1 | -1/+1 |
| | * | fixed rss feed and a couple more bugs in templates | hrcerqueira | 2010-03-04 | 2 | -3/+12 |
| | * | couple of fixes | hrcerqueira | 2010-03-04 | 1 | -1/+1 |
| | * | Temp login token request (for password recovery and google openid problems) | hrcerqueira | 2010-03-03 | 2 | -10/+69 |
| | * | Fixed the new question bug, removed some old stuff from settings files, and f... | hrcerqueira | 2010-03-02 | 3 | -7/+4 |
| * | | fixed circular dependency on models.signals and the question count on import | Evgeny Fadeev | 2010-03-11 | 2 | -10/+15 |
| * | | SE loader seems to work, details are in stackexchange/README | Evgeny Fadeev | 2010-03-09 | 3 | -16/+120 |