summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * small fixhrcerqueira2010-03-021-0/+3
| | | |
| | * | Temp login token request (for password recovery and google openid problems)hrcerqueira2010-03-0327-246/+881
| | |/ | | | | | | | | | | | | | | | Utilities to send html emails, a base html email template and template tags to build full urls with domain name and protocol (for html email images and styles) Email validation now uses an improved algorithm Fixed a bug in the user message system
| | * Fixed the new question bug, removed some old stuff from settings files, and ↵hrcerqueira2010-03-0211-209/+688
| | | | | | | | | | | | fixed the errors introduced by the "staticmethod" decorator removal.
| | * fixed the cron job files and added README for cron directoryEvgeny Fadeev2010-03-016-19/+35
| | |
| * | removed old external password login hooksEvgeny Fadeev2010-03-143-18/+0
| | |
| * | fixed circular dependency on models.signals and the question count on importEvgeny Fadeev2010-03-114-16/+20
| | |
| * | 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
| | |
| * | edited project READMEEvgeny Fadeev2010-03-101-2/+6
| | |
| * | SE loader seems to work, details are in stackexchange/READMEEvgeny Fadeev2010-03-099-62/+415
| | |
| * | in the middle of loading votesEvgeny Fadeev2010-03-094-46/+133
| | |
| * | edited READMEEvgeny Fadeev2010-03-081-6/+14
| | |
| * | loaded comments and badgesEvgeny Fadeev2010-03-085-17/+114
| | |
| * | edited READMEEvgeny Fadeev2010-03-071-14/+15
| | |
| * | removed one unused lineEvgeny Fadeev2010-03-071-1/+0
| | |
| * | all content revisions loaded (excluding close/delete/reopen actions, etc), ↵Evgeny Fadeev2010-03-075-148/+282
| | | | | | | | | | | | fixed some text storage bug, created content edit functions
| * | initial question revisions loadEvgeny Fadeev2010-03-071-1/+171
| | |
| * | users loadedEvgeny Fadeev2010-03-064-45/+80
| | |
| * | wrote code to import users, untestedEvgeny Fadeev2010-03-063-3/+158
| | |
| * | corrected READMEEvgeny Fadeev2010-03-041-1/+5
| | |
| * | SE data seems to load into stackexchange tablesEvgeny Fadeev2010-03-046-266/+450
| | |
| * | fixed READMEEvgeny Fadeev2010-03-031-2/+5
| | |
| * | created model parser and initial models for stackexchange importerEvgeny Fadeev2010-03-035-1/+390
| |/
| * finally merged Josephs and Adolfos branches, basic on-scree new post ↵Evgeny Fadeev2010-03-0126-2597/+3708
| |\ | | | | | | | | | notification now works
| | * fixed git ignore fileEvgeny Fadeev2010-02-281-0/+2
| | |
| | * re-introduced Josephs new message notification and a few newly found bugsEvgeny Fadeev2010-02-2810-13/+71
| | |
| | * powered by osqaEvgeny Fadeev2010-02-221-1/+1
| | |
| | * merged joseph's branchEvgeny Fadeev2010-02-2219-870/+1458
| | |\
| | | * 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 ↵Joseph Turian2010-02-211-1/+1
| | | | | | | | | | | | | | | | users profile
| | | * cron scripts are now executableJoseph Turian2010-02-213-0/+0
| | | |
| | | * Fixed instructions for using badgesJoseph Turian2010-02-215-5/+74
| | | |
| | | * context.application_settings now contains FEEDBACK_SITE_URL and ↵Joseph Turian2010-02-211-0/+2
| | | | | | | | | | | | | | | | FORUM_SCRIPT_ALIAS
| | | * Fix in crontabJoseph Turian2010-02-181-1/+1
| | | |
| | | * Another fix to INSTALL.webfactionJoseph Turian2010-02-171-1/+2
| | | |
| | | * Fixed up INSTALL.webfactionJoseph Turian2010-02-171-0/+324
| | | |
| | | * More little fixesJoseph Turian2010-02-170-0/+0
| | | |
| | | * More small tweaks to INSTALL.webfactionJoseph Turian2010-02-170-0/+0
| | | |
| | | * Another instruction about email.Joseph Turian2010-02-170-0/+0
| | | |
| | | * Small changes to INSTALL.webfaction instructions.Joseph Turian2010-02-170-0/+0
| | | |
| | | * INSTALL.webfaction is now complete.Joseph Turian2010-02-170-0/+0
| | | |
| | | * Bugfix in fbconnect/pjson.py (indentation error).Joseph Turian2010-02-171-2/+2
| | | |
| | | * Copied install instructions from PinaxJoseph Turian2010-02-170-0/+0
| | | |
| | | * Added a new TODOJoseph Turian2010-02-171-3/+16
| | | |
| | | * Moved apps back into base dirJoseph Turian2010-02-0755-6/+6
| | | |
| | | * Added apps/__init__.pyJoseph Turian2010-02-071-0/+0
| | | |
| | | * Moved applications into apps/ directoryJoseph Turian2010-02-0754-6/+6
| | | |
| | | * More updates to installation instructionsJoseph Turian2010-02-073-24/+26
| | | |