summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* initial commitEvgeny Fadeev2010-03-2526-1190/+2078
|
* 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
|
* various minor fixesHernani Cerqueira2010-02-018-28/+393
|
* Updated to populate badge table in a way that is compatible with boy MySQL ↵Rick Ross2010-01-311-37/+37
| | | | and PostgreSQL
* 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
| | | | | | | | 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
|