summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merged with Hernanis model refactoring, ran out of time to fix an issueEvgeny Fadeev2010-02-1729-1307/+3692
|\
| * 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-1730-2162/+2304
* | fixed import bugEvgeny Fadeev2010-02-171-0/+1
* | finished splitting views/content.py, some new bugs: html wont validate, image...Evgeny Fadeev2010-02-1612-594/+648
* | split out views/commands.pyEvgeny Fadeev2010-02-164-276/+286
* | small change to PENDING fileEvgeny Fadeev2010-02-151-1/+1
* | 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
* | minor change in text fileEvgeny Fadeev2010-02-151-1/+1
* | Merge branch 'hernani'Evgeny Fadeev2010-02-1513-247/+144
|\ \
| * | 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-1512-165/+65
* | added WISH_LIST based on email discussions and renamed TODO --> PENDINGEvgeny Fadeev2010-02-156-3367/+45
|/
* split forum/views.py, fixed defect in skins on the javascript side and blockm...Evgeny Fadeev2010-02-1421-582/+3656
* fixed INSTALL fileEvgeny Fadeev2010-02-101-3/+3
* second take on skins - quite a bit simplerEvgeny Fadeev2010-02-10190-51/+146
* moved templates/content --> forum/media, templates --> forum/templates, fixed...Evgeny Fadeev2010-02-09139-127/+129
* Merge branch 'master' into skinsEvgeny Fadeev2010-02-0924-105/+106
|\
| * renamed forum template tags handling media urls - now called media and blockm...Evgeny Fadeev2010-02-0924-105/+106
* | started working towards skinning forum app - first step - move templates to appEvgeny Fadeev2010-02-09182-0/+0
|/
* fixed a little bug that i have planted into fbconnect before, removed unused ...Evgeny Fadeev2010-02-0813-465/+409
* tiny fix to settings_local.py.distEvgeny Fadeev2010-02-051-1/+0
* added logging messages to django_authopenid library for debugging, \Evgeny Fadeev2010-02-057-60/+208
* remove experimental and unused files, small cleanupsEvgeny Fadeev2010-02-0237-2456/+66
* small fixhrcerqueira2010-02-021-41/+38
* missing files from the last commithrcerqueira2010-02-022-62/+62
* added full text search support for postgresql, database setup is done as a re...unknown2010-02-025-2/+85
* removed a print statementHernani Cerqueira2010-02-011-1/+1
* fixed fbconnect and sphinx settings not being properly verifiedHernani Cerqueira2010-02-011-2/+2
* various minor fixesHernani Cerqueira2010-02-018-28/+393
* Updated to populate badge table in a way that is compatible with boy MySQL an...Rick Ross2010-01-311-37/+37
* Default OSQA logo imageRick Ross2010-01-311-0/+0
* 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
* 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 a...hrcerqueira2010-01-2211-226/+611
* 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 settings_...hrcerqueira2010-01-216-1457/+1469
* 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
* 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
* On enabling/full text search, users should add/remove djangosphinx from the I...hrcerqueira2010-01-202-368/+372
* 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 to...Rick Ross2010-01-163-32/+30