summaryrefslogtreecommitdiffstats
path: root/forum
Commit message (Expand)AuthorAgeFilesLines
* dos2unixEvgeny Fadeev2010-03-2710-18/+18
* intermediate commit after mergeEvgeny Fadeev2010-03-27245-429/+3098
|\
| * fixed inaccuracy in email subscription senderEvgeny Fadeev2010-03-211-1/+1
| * fixed email sender job so it works as advertisedEvgeny Fadeev2010-03-212-71/+198
| * in the middle of fixing email alertsEvgeny Fadeev2010-03-201-6/+8
| * merged with master branchEvgeny Fadeev2010-03-1465-969/+1625
| |\
| | * dos2unixEvgeny Fadeev2010-03-1410-994/+994
| | * fixed mysql issue of unique varchar longer than 255Evgeny Fadeev2010-03-141-1/+3
| | * removed last bit of external legacy login stuffEvgeny Fadeev2010-03-141-1/+0
| | * added favicon.icoEvgeny Fadeev2010-03-101-0/+0
| | * Lots of small fixes, including the missing comments problem.hrcerqueira2010-03-0725-694/+150
| | * Started implementing cache.hrcerqueira2010-03-048-97/+86
| | * Very simple robots.txt module.hrcerqueira2010-03-042-2/+2
| | * added postgres specific management commands for the badges cron jobs.hrcerqueira2010-03-045-1/+793
| | * fixed rss feed and a couple more bugs in templateshrcerqueira2010-03-046-13/+24
| | * couple of fixeshrcerqueira2010-03-047-93/+90
| | * Fix in the email url tags.hrcerqueira2010-03-032-5/+6
| | * small fixhrcerqueira2010-03-031-1/+1
| | * Merge branch 'master' of github.com:rickross/osqahrcerqueira2010-03-031-1/+1
| | |\
| | | * small fixhrcerqueira2010-03-021-0/+3
| | * | Temp login token request (for password recovery and google openid problems)hrcerqueira2010-03-0323-113/+526
| | |/
| | * Fixed the new question bug, removed some old stuff from settings files, and f...hrcerqueira2010-03-024-16/+21
| * | fixed circular dependency on models.signals and the question count on importEvgeny Fadeev2010-03-113-13/+16
| * | fixed a bug, now syncdb and loader both workEvgeny Fadeev2010-03-101-6/+5
| * | minor changeEvgeny Fadeev2010-03-101-1/+0
| * | fixed an error so that syncdb worksEvgeny Fadeev2010-03-101-2/+1
| * | SE loader seems to work, details are in stackexchange/READMEEvgeny Fadeev2010-03-096-24/+144
| * | in the middle of loading votesEvgeny Fadeev2010-03-093-44/+85
| * | loaded comments and badgesEvgeny Fadeev2010-03-084-15/+20
| * | removed one unused lineEvgeny Fadeev2010-03-071-1/+0
| * | all content revisions loaded (excluding close/delete/reopen actions, etc), fi...Evgeny Fadeev2010-03-074-131/+210
| * | users loadedEvgeny Fadeev2010-03-061-4/+5
| * | wrote code to import users, untestedEvgeny Fadeev2010-03-062-3/+3
| |/
| * finally merged Josephs and Adolfos branches, basic on-scree new post notifica...Evgeny Fadeev2010-03-0111-17/+51
| |\
| | * re-introduced Josephs new message notification and a few newly found bugsEvgeny Fadeev2010-02-288-10/+52
| | * powered by osqaEvgeny Fadeev2010-02-221-1/+1
| | * merged joseph's branchEvgeny Fadeev2010-02-223-3/+0
| | |\
| | | * Small bugfix in response message notificationJoseph Turian2010-02-211-1/+1
| | | * forum.models.record_answer_event now updates the question_user's message_set.Joseph Turian2010-02-211-0/+15
| | | * When a user gets a notification message for a Badge Award, link to that users...Joseph Turian2010-02-211-1/+1
| | | * Moved apps back into base dirJoseph Turian2010-02-0728-0/+7147
| | | * Moved applications into apps/ directoryJoseph Turian2010-02-0728-7147/+0
| | | * added full text search support for postgresql, database setup is done as a re...unknown2010-02-021-2/+12
| | | * various minor fixesHernani Cerqueira2010-02-015-27/+385
| | | * recaptcha for conventional registration\n\Evgeny Fadeev2010-01-2410-19/+84
| | | * dos2unix everything, added dos2unix.sh scriptEvgeny Fadeev2010-01-245-3698/+3698
| | | * Handle the case were user logs in with facebook for the first time.hrcerqueira2010-01-221-0/+1
| | | * 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-202-319/+319
| | | * Simple fix on an sql querie to make it db agnostic.hrcerqueira2010-01-201-240/+241