| Commit message (Expand) | Author | Age | Files | Lines |
* | added WISH_LIST based on email discussions and renamed TODO --> PENDING | Evgeny Fadeev | 2010-02-15 | 6 | -3367/+45 |
* | split forum/views.py, fixed defect in skins on the javascript side and blockm... | Evgeny Fadeev | 2010-02-14 | 21 | -582/+3656 |
* | fixed INSTALL file | Evgeny Fadeev | 2010-02-10 | 1 | -3/+3 |
* | second take on skins - quite a bit simpler | Evgeny Fadeev | 2010-02-10 | 190 | -51/+146 |
* | moved templates/content --> forum/media, templates --> forum/templates, fixed... | Evgeny Fadeev | 2010-02-09 | 139 | -127/+129 |
* | Merge branch 'master' into skins | Evgeny Fadeev | 2010-02-09 | 24 | -105/+106 |
|\ |
|
| * | renamed forum template tags handling media urls - now called media and blockm... | Evgeny Fadeev | 2010-02-09 | 24 | -105/+106 |
* | | started working towards skinning forum app - first step - move templates to app | Evgeny Fadeev | 2010-02-09 | 182 | -0/+0 |
|/ |
|
* | fixed a little bug that i have planted into fbconnect before, removed unused ... | Evgeny Fadeev | 2010-02-08 | 13 | -465/+409 |
* | tiny fix to settings_local.py.dist | Evgeny Fadeev | 2010-02-05 | 1 | -1/+0 |
* | added logging messages to django_authopenid library for debugging, \ | Evgeny Fadeev | 2010-02-05 | 7 | -60/+208 |
* | remove experimental and unused files, small cleanups | Evgeny Fadeev | 2010-02-02 | 37 | -2456/+66 |
* | small fix | hrcerqueira | 2010-02-02 | 1 | -41/+38 |
* | missing files from the last commit | hrcerqueira | 2010-02-02 | 2 | -62/+62 |
* | added full text search support for postgresql, database setup is done as a re... | unknown | 2010-02-02 | 5 | -2/+85 |
* | removed a print statement | Hernani Cerqueira | 2010-02-01 | 1 | -1/+1 |
* | fixed fbconnect and sphinx settings not being properly verified | Hernani Cerqueira | 2010-02-01 | 1 | -2/+2 |
* | various minor fixes | Hernani Cerqueira | 2010-02-01 | 8 | -28/+393 |
* | Updated to populate badge table in a way that is compatible with boy MySQL an... | Rick Ross | 2010-01-31 | 1 | -37/+37 |
* | Default OSQA logo image | Rick Ross | 2010-01-31 | 1 | -0/+0 |
* | Eclipse PyDev project files (allows you to use OSQA as an Eclipse project) | Rick Ross | 2010-01-31 | 2 | -0/+33 |
* | recaptcha for conventional registration\n\ | Evgeny Fadeev | 2010-01-24 | 76 | -395/+2431 |
* | fixed small error in html and style of signin view | Evgeny Fadeev | 2010-01-24 | 4 | -13/+19 |
* | dos2unix everything, added dos2unix.sh script | Evgeny Fadeev | 2010-01-24 | 12 | -5814/+5830 |
* | Sql file for installing fbconnect table. | hrcerqueira | 2010-01-23 | 1 | -0/+9 |
* | Handled the returning user case, and the proper redirects in the case of an a... | hrcerqueira | 2010-01-22 | 11 | -226/+611 |
* | Handle the case were user logs in with facebook for the first time. | hrcerqueira | 2010-01-22 | 14 | -75/+263 |
* | Added the basic html and javascript of fb connect, and a setting in settings_... | hrcerqueira | 2010-01-21 | 6 | -1457/+1469 |
* | 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 | 3 | -414/+414 |
* | 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 | 3 | -2620/+2625 |
* | Fixed the redirect when anonymous users try to vote. | hrcerqueira | 2010-01-20 | 2 | -1197/+1200 |
* | Changed os.path.normpath to posixpath.normpath in the href tag definition so ... | hrcerqueira | 2010-01-20 | 1 | -350/+351 |
* | On enabling/full text search, users should add/remove djangosphinx from the I... | hrcerqueira | 2010-01-20 | 2 | -368/+372 |
* | fix to make update profile work | Rick Ross | 2010-01-16 | 2 | -0/+4 |
* | added a short name setting for the app and modified the default about page to... | Rick Ross | 2010-01-16 | 3 | -32/+30 |
* | 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 | 2 | -2/+35 |
* | added sitemap at /sitemap.xml and fixed per tag subscription (hopefully) | Evgeny Fadeev | 2009-12-09 | 11 | -231/+127 |
* | better selector of ignored questions, split javascript tag_selector into sepa... | Evgeny Fadeev | 2009-12-09 | 9 | -556/+732 |
* | added interesting and ignored tag selectors (works) and per-tag subscription ... | Evgeny Fadeev | 2009-12-08 | 29 | -732/+1192 |
* | reogranized branches | Evgeny Fadeev | 2009-11-30 | 1 | -1/+0 |
* | merged with CNPROG branch | Evgeny Fadeev | 2009-11-28 | 13 | -747/+698 |
|\ |
|
| * | update INSTALL_ | Mike Chen | 2009-10-15 | 2 | -1/+18 |
| * | 1. update var setting in blocktrans | sailingcai | 2009-10-14 | 1 | -1/+1 |
| * | 1. Optimize get votes in answers | sailingcai | 2009-10-14 | 2 | -6/+15 |