summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* merged authentication work by Hernani into my local copy of masterEvgeny Fadeev2010-03-01271-2629/+2353
|\
| * dos2unixEvgeny Fadeev2010-03-0144-3508/+3508
| |
| * temp fix for the questions page size, the value is coming from some strange ↵hrcerqueira2010-03-011-2/+2
| | | | | | | | unspotted place, but the default of 10 is incompatible with our current looks
| * added module template loaderhrcerqueira2010-03-011-0/+1
| |
| * removed django_authopenid from installed appshrcerqueira2010-03-011-1/+0
| |
| * New auth system, see the wiki for details.hrcerqueira2010-03-01254-41/+2352
| |
| * removed fbconnect and django_authopenid foldershrcerqueira2010-03-0117-2581/+0
| |
* | dos2unixEvgeny Fadeev2010-02-2822-1741/+1741
|/
* added exclusion of zip files from the repositoryEvgeny Fadeev2010-02-281-0/+1
|
* edited ROADMAP auth sectionEvgeny Fadeev2010-02-281-5/+10
|
* added ROADMAP file in ReST formatEvgeny Fadeev2010-02-281-0/+27
|
* two bugfixesEvgeny Fadeev2010-02-272-4/+4
|
* updated immediate PENDING TODO listEvgeny Fadeev2010-02-221-4/+1
|
* fixed file upload bug in wmd that I have introduced earlierEvgeny Fadeev2010-02-222-4/+4
|
* cleaning up small errors, commit in the middle of linting wmd.jsEvgeny Fadeev2010-02-225-34/+36
|
* "Reversed" some m2m relations with the user model.hrcerqueira2010-02-2230-1288/+2624
| | | | | | | Fixed and improved most of modules functionality. Definitevly moved books to a separate module. Fixed some missing imports in views. Adapted some of the interface changes Rick did on robofaqs to osqa.
* some more removalshrcerqueira2010-02-183-65/+5
|
* moved some more stuff and removed a couple of unused files.hrcerqueira2010-02-189-118/+130
|
* Added some missing import in view files. Removed forum/views/content.py.hrcerqueira2010-02-187-1553/+204
|
* Fixed some errors and moved some folders to inside the forum folder.hrcerqueira2010-02-1827-45/+154
|
* 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 ↵Evgeny Fadeev2010-02-174-101/+96
| | | | | | | | removed q_and_a
| * Complete reorganization of models and managers, and removal of some raw sql ↵hrcerqueira2010-02-1730-2162/+2304
| | | | | | | | queries.
* | fixed import bugEvgeny Fadeev2010-02-171-0/+1
| |
* | finished splitting views/content.py, some new bugs: html wont validate, ↵Evgeny Fadeev2010-02-1612-594/+648
| | | | | | | | image upload broken
* | 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
| | | | | | | | "main content" functions
* | 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
| | | | | | | | | | | | changed urls.py to include the full python path for each view. Also changed some "reverses" on templates that were using view p
* | 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 ↵Evgeny Fadeev2010-02-1421-582/+3656
| | | | blockmedia template tag
* 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, ↵Evgeny Fadeev2010-02-09139-127/+129
| | | | fixed up urls
* Merge branch 'master' into skinsEvgeny Fadeev2010-02-0924-105/+106
|\
| * renamed forum template tags handling media urls - now called media and ↵Evgeny Fadeev2010-02-0924-105/+106
| | | | | | | | blockmedia
* | 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
| | | | files fixed email signup form validation
* 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
| | | | also fixed up format of logging output and added HOW_TO_DEBUG file
* 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 ↵unknown2010-02-025-2/+85
| | | | response to the post_syncdb signal. search is done against question summary, title and tags with crescent weight respectively. everything works but is still in a early stage of development
* removed a print statementHernani Cerqueira2010-02-011-1/+1
|
* fixed fbconnect and sphinx settings not being properly verifiedHernani Cerqueira2010-02-011-2/+2
|