| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
| |\ |
|
| | * | Small bugfix in response message notification | Joseph Turian | 2010-02-21 | 1 | -1/+1 |
| | * | forum.models.record_answer_event now updates the question_user's message_set. | Joseph Turian | 2010-02-21 | 1 | -0/+15 |
| | * | When a user gets a notification message for a Badge Award, link to that users... | Joseph Turian | 2010-02-21 | 1 | -1/+1 |
| | * | Moved apps back into base dir | Joseph Turian | 2010-02-07 | 28 | -0/+7147 |
| | * | Moved applications into apps/ directory | Joseph Turian | 2010-02-07 | 28 | -7147/+0 |
| | * | added full text search support for postgresql, database setup is done as a re... | unknown | 2010-02-02 | 1 | -2/+12 |
| | * | various minor fixes | Hernani Cerqueira | 2010-02-01 | 5 | -27/+385 |
| | * | recaptcha for conventional registration\n\ | Evgeny Fadeev | 2010-01-24 | 10 | -19/+84 |
| | * | dos2unix everything, added dos2unix.sh script | Evgeny Fadeev | 2010-01-24 | 5 | -3698/+3698 |
| | * | Handle the case were user logs in with facebook for the first time. | hrcerqueira | 2010-01-22 | 1 | -0/+1 |
| | * | Some more sql fixes, I'm prety that now osqa works with sqlite as well. | hrcerqueira | 2010-01-20 | 1 | -4/+4 |
| | * | Users no long are allowed to change their username, and the email address is ... | hrcerqueira | 2010-01-20 | 2 | -319/+319 |
| | * | Simple fix on an sql querie to make it db agnostic. | hrcerqueira | 2010-01-20 | 1 | -240/+241 |
| | * | Made sorting tabs work in question search | hrcerqueira | 2010-01-20 | 1 | -2382/+2387 |
| | * | Changed os.path.normpath to posixpath.normpath in the href tag definition so ... | hrcerqueira | 2010-01-20 | 1 | -350/+351 |
| | * | fix to make update profile work | Rick Ross | 2010-01-16 | 1 | -0/+1 |
| | * | fixes a bug that caused an exception when you clicked a badge to see who has it | Rick Ross | 2010-01-16 | 1 | -1/+1 |
| | * | modified try-except-finally blocks for python 2.4 compatibility | Rick Ross | 2010-01-16 | 5 | -42/+47 |
| | * | minor fix for python 2.4 compatibility | Rick Ross | 2009-12-31 | 1 | -2/+2 |
| | * | Handled a case where votes is null for unauthenticated user | Rick Ross | 2009-12-28 | 1 | -1/+1 |
| | * | made google sitemap reader ping on every question/answer and comment save and... | Evgeny Fadeev | 2009-12-09 | 1 | -0/+22 |
| | * | added sitemap at /sitemap.xml and fixed per tag subscription (hopefully) | Evgeny Fadeev | 2009-12-09 | 7 | -84/+113 |
| | * | better selector of ignored questions, split javascript tag_selector into sepa... | Evgeny Fadeev | 2009-12-09 | 3 | -75/+17 |
| | * | added interesting and ignored tag selectors (works) and per-tag subscription ... | Evgeny Fadeev | 2009-12-08 | 8 | -671/+846 |
| | * | merged with CNPROG branch | Evgeny Fadeev | 2009-11-28 | 3 | -632/+655 |
| | |\ |
|
| | | * | 1. Optimize get votes in answers | sailingcai | 2009-10-14 | 2 | -6/+15 |
| | | * | 1. refactor get_answers_from_question | sailingcai | 2009-10-13 | 2 | -11/+12 |
| | | * | 1. trim question title | sailingcai | 2009-10-12 | 1 | -1/+1 |
| | | * | 1. adjust logo css, remove margin-bottom | sailingcai | 2009-10-12 | 2 | -5/+4 |
| | | * | fix tags sort bug | Mike Chen | 2009-08-24 | 1 | -5/+5 |