summaryrefslogtreecommitdiffstats
path: root/forum
Commit message (Expand)AuthorAgeFilesLines
* Fixed some errors and moved some folders to inside the forum folder.hrcerqueira2010-02-1821-36/+1919
* merged with Hernanis model refactoring, ran out of time to fix an issueEvgeny Fadeev2010-02-1717-1305/+2697
|\
| * under models moved contents of file q_and_a to --> question, answer and remov...Evgeny Fadeev2010-02-174-101/+96
| * Complete reorganization of models and managers, and removal of some raw sql q...hrcerqueira2010-02-1718-2160/+1309
* | fixed import bugEvgeny Fadeev2010-02-171-0/+1
* | finished splitting views/content.py, some new bugs: html wont validate, image...Evgeny Fadeev2010-02-1611-593/+648
* | split out views/commands.pyEvgeny Fadeev2010-02-164-276/+286
* | moved comment handlers in forum/views/content.py to be toghether with other "...Evgeny Fadeev2010-02-151-71/+72
* | minor change in ajax handler called "vote"Evgeny Fadeev2010-02-151-1/+1
* | Merge branch 'hernani'Evgeny Fadeev2010-02-1511-137/+134
|\ \
| * | fixed a little refactoring artifact in forum/views/users.pyEvgeny Fadeev2010-02-151-82/+79
| |/
| * Changed views _init.py_ to not import everything, but just the packages, and ...hrcerqueira2010-02-1510-55/+55
* | added WISH_LIST based on email discussions and renamed TODO --> PENDINGEvgeny Fadeev2010-02-153-3364/+3
|/
* split forum/views.py, fixed defect in skins on the javascript side and blockm...Evgeny Fadeev2010-02-1420-582/+3655
* second take on skins - quite a bit simplerEvgeny Fadeev2010-02-10187-13/+102
* moved templates/content --> forum/media, templates --> forum/templates, fixed...Evgeny Fadeev2010-02-09139-127/+129
* Merge branch 'master' into skinsEvgeny Fadeev2010-02-0923-105/+105
|\
| * renamed forum template tags handling media urls - now called media and blockm...Evgeny Fadeev2010-02-091-8/+8
* | started working towards skinning forum app - first step - move templates to appEvgeny Fadeev2010-02-09182-0/+20594
|/
* added full text search support for postgresql, database setup is done as a re...unknown2010-02-021-2/+12
* various minor fixesHernani Cerqueira2010-02-015-27/+385
* recaptcha for conventional registration\n\Evgeny Fadeev2010-01-2410-19/+84
* dos2unix everything, added dos2unix.sh scriptEvgeny Fadeev2010-01-245-3698/+3698
* Handle the case were user logs in with facebook for the first time.hrcerqueira2010-01-221-0/+1
* Some more sql fixes, I'm prety that now osqa works with sqlite as well.hrcerqueira2010-01-201-4/+4
* Users no long are allowed to change their username, and the email address is ...hrcerqueira2010-01-202-319/+319
* Simple fix on an sql querie to make it db agnostic.hrcerqueira2010-01-201-240/+241
* Made sorting tabs work in question searchhrcerqueira2010-01-201-2382/+2387
* Changed os.path.normpath to posixpath.normpath in the href tag definition so ...hrcerqueira2010-01-201-350/+351
* fix to make update profile workRick Ross2010-01-161-0/+1
* fixes a bug that caused an exception when you clicked a badge to see who has itRick Ross2010-01-161-1/+1
* modified try-except-finally blocks for python 2.4 compatibilityRick Ross2010-01-165-42/+47
* minor fix for python 2.4 compatibilityRick Ross2009-12-311-2/+2
* Handled a case where votes is null for unauthenticated userRick Ross2009-12-281-1/+1
* made google sitemap reader ping on every question/answer and comment save and...Evgeny Fadeev2009-12-091-0/+22
* added sitemap at /sitemap.xml and fixed per tag subscription (hopefully)Evgeny Fadeev2009-12-097-84/+113
* better selector of ignored questions, split javascript tag_selector into sepa...Evgeny Fadeev2009-12-093-75/+17
* added interesting and ignored tag selectors (works) and per-tag subscription ...Evgeny Fadeev2009-12-088-671/+846
* merged with CNPROG branchEvgeny Fadeev2009-11-283-632/+655
|\
| * 1. Optimize get votes in answerssailingcai2009-10-142-6/+15
| * 1. refactor get_answers_from_questionsailingcai2009-10-132-11/+12
| * 1. trim question titlesailingcai2009-10-121-1/+1
| * 1. adjust logo css, remove margin-bottomsailingcai2009-10-122-5/+4
| * fix tags sort bugMike Chen2009-08-241-5/+5
| * update user_reputation for Django aggregation changesMike Chen2009-08-231-829/+844
| * temporary fix for 1.1 aggregation compatible issueMike Chen2009-08-141-9/+21
| * changes to unix modeMike Chen2009-08-093-0/+3335
| * Merge branch 'master' of git@github.com:cnprog/CNPROGMike Chen2009-08-093-3335/+0
| |\
| | * fixing if and elses that have issues with python 2.4Adolfo Fitoria2009-08-093-5/+22
* | | fixed user tag selection and count, link points to user authored questions/an...Evgeny Fadeev2009-11-253-12/+35