| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | update user_reputation for Django aggregation changes | Mike Chen | 2009-08-23 | 1 | -829/+844 |
| * | temporary fix for 1.1 aggregation compatible issue | Mike Chen | 2009-08-14 | 1 | -9/+21 |
| * | changes to unix mode | Mike Chen | 2009-08-09 | 3 | -0/+3335 |
| * | Merge branch 'master' of git@github.com:cnprog/CNPROG | Mike Chen | 2009-08-09 | 3 | -3335/+0 |
| |\ |
|
| | * | fixing if and elses that have issues with python 2.4 | Adolfo Fitoria | 2009-08-09 | 3 | -5/+22 |
* | | | fixed user tag selection and count, link points to user authored questions/an... | Evgeny Fadeev | 2009-11-25 | 3 | -12/+35 |
* | | | improved email subscription job, some small fixes, users now can change their... | Evgeny Fadeev | 2009-11-23 | 4 | -43/+100 |
* | | | fixed broken links in few places, added Arvyd's modification of user_reputati... | Evgeny Fadeev | 2009-11-22 | 2 | -22/+33 |
* | | | full text search with Sphinx, added session-based greeting message for the fi... | Evgeny Fadeev | 2009-11-17 | 3 | -5/+22 |
* | | | better comments, email subscriptions, corrected view counter, some ie7 issues... | root | 2009-11-13 | 13 | -244/+1299 |
* | | | added Adolfos mods, django_authopeid bug, unified traditional and OpenID login | Evgeny Fadeev | 2009-08-19 | 2 | -7/+3 |
* | | | fixing error on import in forum/views to work with django version < 1.1 | Adolfo Fitoria | 2009-08-16 | 1 | -2/+6 |
* | | | added temp Awards aggregation fix, and fixed url in views.py | Evgeny Fadeev | 2009-08-13 | 1 | -11/+25 |
* | | | merged Bruno url translations, removed his local mods, added settings.BOOKS_O... | Evgeny Fadeev | 2009-08-12 | 2 | -6/+6 |
* | | | Added unicode encoding for tags. | Bruno Sarlo | 2009-08-11 | 1 | -1/+1 |
* | | | Fixed voting problem. Should still work on i18n for JS voting and some urls. | Bruno Sarlo | 2009-08-11 | 1 | -1/+1 |
* | | | Merge branch 'master' of git://github.com/evgenyfadeev/CNPROG | Bruno Sarlo | 2009-08-11 | 5 | -18/+42 |
|\ \ \ |
|
| * | | | untested commit. merged Adolfos mods, validated most of html, slugify urls, f... | Evgeny Fadeev | 2009-08-10 | 3 | -13/+22 |
| * | | | adding meta keywords to questions and canonical tag | Adolfo Fitoria | 2009-08-09 | 1 | -0/+3 |
| * | | | fixing more python 2.4 compat issues (hope it will be the last ones) | Adolfo Fitoria | 2009-08-09 | 2 | -2/+8 |
| * | | | fixing python2.4 compat in views | Adolfo Fitoria | 2009-08-09 | 1 | -2/+5 |
| * | | | fixing a bug in question view | Adolfo Fitoria | 2009-08-08 | 1 | -1/+4 |
| |/ / |
|
* / / | Included i18n for links site-wide. Hope there is no bit left. | Bruno Sarlo | 2009-08-09 | 1 | -12/+13 |
|/ / |
|
* | | added spanish mods by Adolfo, fix in email notification and minor template ch... | Evgeny Fadeev | 2009-08-07 | 3 | -3081/+11 |
* | | Merge branch 'master' of git://github.com/evgenyfadeev/CNPROG into evgenyfade... | Adolfo Fitoria | 2009-08-06 | 12 | -1241/+4634 |
|\ \ |
|