summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Eclipse PyDev project files (allows you to use OSQA as an Eclipse project)Rick Ross2010-01-312-0/+33
|
* recaptcha for conventional registration\n\Evgeny Fadeev2010-01-2476-395/+2431
| | | | | | | | simpler email subscription form at registration\n\ fixed urls in rss feed\n\ added experimental remote password login api (cleartext password for remote site entered locally)\n\ included example for Mediawiki Authentication plugin\n\ very simple message to everyone management command
* fixed small error in html and style of signin viewEvgeny Fadeev2010-01-244-13/+19
|
* dos2unix everything, added dos2unix.sh scriptEvgeny Fadeev2010-01-2412-5814/+5830
|
* Sql file for installing fbconnect table.hrcerqueira2010-01-231-0/+9
|
* Handled the returning user case, and the proper redirects in the case of an ↵hrcerqueira2010-01-2211-226/+611
| | | | anonymous question or answer.
* Handle the case were user logs in with facebook for the first time.hrcerqueira2010-01-2214-75/+263
|
* Added the basic html and javascript of fb connect, and a setting in ↵hrcerqueira2010-01-216-1457/+1469
| | | | settings_local.py.dist for the fb api key.
* 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-203-414/+414
| | | | now a required field.
* Simple fix on an sql querie to make it db agnostic.hrcerqueira2010-01-201-240/+241
|
* Made sorting tabs work in question searchhrcerqueira2010-01-203-2620/+2625
|
* Fixed the redirect when anonymous users try to vote.hrcerqueira2010-01-202-1197/+1200
|
* Changed os.path.normpath to posixpath.normpath in the href tag definition so ↵hrcerqueira2010-01-201-350/+351
| | | | it now works on windows hosts.
* On enabling/full text search, users should add/remove djangosphinx from the ↵hrcerqueira2010-01-202-368/+372
| | | | INSTALLED_APPS setting.
* fix to make update profile workRick Ross2010-01-162-0/+4
|
* added a short name setting for the app and modified the default about page ↵Rick Ross2010-01-163-32/+30
| | | | to use it
* 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 ↵Evgeny Fadeev2009-12-092-2/+35
| | | | and question delete
* added sitemap at /sitemap.xml and fixed per tag subscription (hopefully)Evgeny Fadeev2009-12-0911-231/+127
|
* better selector of ignored questions, split javascript tag_selector into ↵Evgeny Fadeev2009-12-099-556/+732
| | | | separate file, fixed question counter messages in the english lang file
* added interesting and ignored tag selectors (works) and per-tag subscription ↵Evgeny Fadeev2009-12-0829-732/+1192
| | | | (not tested yet)
* reogranized branchesEvgeny Fadeev2009-11-301-1/+0
|
* merged with CNPROG branchEvgeny Fadeev2009-11-2813-747/+698
|\
| * update INSTALL_Mike Chen2009-10-152-1/+18
| |
| * 1. update var setting in blocktranssailingcai2009-10-141-1/+1
| |
| * 1. Optimize get votes in answerssailingcai2009-10-142-6/+15
| |
| * 1. refactor get_answers_from_questionsailingcai2009-10-132-11/+12
| | | | | | | | 2. refactor order_by for answers
| * 1. trim question titlesailingcai2009-10-121-1/+1
| |
| * 1. adjust logo css, remove margin-bottomsailingcai2009-10-124-7/+5
| | | | | | | | | | | | 2. add urlquote in get_absolute_url 3. enable QuestionsPageSizeMiddleware middleware 4. remove unused code
| * fix tags sort bugMike Chen2009-08-241-5/+5
| |
| * update user_reputation for Django aggregation changesMike Chen2009-08-232-831/+846
| |
| * fix django_authopenid register bugMike Chen2009-08-191-1/+1
| |
| * temporary fix for 1.1 aggregation compatible issueMike Chen2009-08-142-12/+25
| |
| * update settings.py and settings_local.py.dist suggested by Adolfo FitoriaMike Chen2009-08-122-51/+45
| |
| * update .gitignore to exclude settings_local.pyunknown2009-08-121-1/+1
| |
| * remove settings_local.pyunknown2009-08-128-43/+44
| |
| * changes to unix modeMike Chen2009-08-093-0/+3335
| |
| * Merge branch 'master' of git@github.com:cnprog/CNPROGMike Chen2009-08-093-3335/+0
| |\ | | | | | | | | | | | | | | | | | | Conflicts: forum/auth.py forum/models.py forum/views.py
| | * fixing if and elses that have issues with python 2.4Adolfo Fitoria2009-08-093-5/+22
| | | | | | | | | Signed-off-by: Mike Chen <chagel@gmail.com>
| * | change on local fileMike Chen2009-08-090-0/+0
| | |
| * | merge of Evgenys changes on annoymous postMike Chen2009-08-094-17/+0
| | |
* | | fixed some local merge errorsEvgeny Fadeev2009-11-282-9/+0
| | |
* | | configuration of javascript base url is no longer neededEvgeny Fadeev2009-11-288-28/+34
| | |
* | | trivial changeEvgeny Fadeev2009-11-281-0/+1
| | |
* | | fixed user tag selection and count, link points to user authored ↵Evgeny Fadeev2009-11-254-16/+40
| | | | | | | | | | | | questions/answers, fixed diff_date a little
* | | added generic email to settings_local.py.distEvgeny Fadeev2009-11-251-1/+1
| | |