summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | merged the master branchEvgeny Fadeev2012-04-226-7/+32
| |\ \ \ \
| * | | | | part way through implemented post reject reasons in the moderation viewEvgeny Fadeev2012-04-203-14/+86
| | | | | |
| * | | | | fixed abug where upon asking with moderation on there was an exceptionEvgeny Fadeev2012-04-201-0/+3
| | | | | |
| * | | | | Merge branch 'master' into user-groupsEvgeny Fadeev2012-04-201-1/+1
| |\ \ \ \ \
| * | | | | | added bootstrap library to askbot and started using it in the user inbox areaEvgeny Fadeev2012-04-208-5/+7126
| | | | | | |
| * | | | | | Merge branch 'master' into user-groupsEvgeny Fadeev2012-04-2055-28053/+37485
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merged in bug fixes from the master branchEvgeny Fadeev2012-04-1625-74/+141
| |\ \ \ \ \ \ \
| * | | | | | | | added the timezone offset to the timestamps in the html output and hopefully ↵Evgeny Fadeev2012-04-106-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed the related "timeago" issue
| * | | | | | | | removed the reply divider in the case reply-by-email feature is disabledEvgeny Fadeev2012-04-101-1/+8
| | | | | | | | |
| * | | | | | | | edited changelogEvgeny Fadeev2012-04-091-2/+3
| | | | | | | | |
| * | | | | | | | added by_email flag where quesitons are posted by emailEvgeny Fadeev2012-04-092-6/+24
| | | | | | | | |
| * | | | | | | | added response by email when post was added to the moderation queue, also ↵Evgeny Fadeev2012-04-096-97/+529
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comments can be now moderated
| * | | | | | | | basic post moderation feature worksEvgeny Fadeev2012-04-0720-137/+685
| | | | | | | | |
| * | | | | | | | minor improvement in the skin selection (Uyuni lake, Bolivia)Evgeny Fadeev2012-04-022-2/+4
| | | | | | | | |
| * | | | | | | | added backup font Arial to Yanone Kafeesatz, commented out the search tip ↵Evgeny Fadeev2012-04-023-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and one more small improvement in the template
| * | | | | | | | changed the "timeago" date output style to the same used in askbot previouslyEvgeny Fadeev2012-04-021-1/+40
| | | | | | | | |
| * | | | | | | | allowed translation of timeago stringsEvgeny Fadeev2012-04-012-14/+14
| | | | | | | | |
| * | | | | | | | added the dynamic timeago calculation to the all displayed timestampsEvgeny Fadeev2012-03-3115-28/+190
| | | | | | | | |
| * | | | | | | | made karma completely hideable by configurationEvgeny Fadeev2012-03-315-7/+16
| | | | | | | | |
| * | | | | | | | made group logo upload look a little smootherEvgeny Fadeev2012-03-305-31/+55
| | | | | | | | |
| * | | | | | | | group logo can be saved and displayedEvgeny Fadeev2012-03-3010-42/+491
| | | | | | | | |
| * | | | | | | | made the badges feature optional and implemented private mode for the karmaEvgeny Fadeev2012-03-2822-57/+216
| | | | | | | | |
| * | | | | | | | deleted an older version of migrationEvgeny Fadeev2012-03-271-303/+0
| | | | | | | | |
| * | | | | | | | user group descriptions are editable, but the WMD still does not want to ↵Evgeny Fadeev2012-03-2711-40/+823
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | show buttons
| * | | | | | | | broken commit - in the process of creating group page, group description and ↵Evgeny Fadeev2012-03-269-17/+292
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the tag wiki facility
| * | | | | | | | fixed the regex to split out the email responseEvgeny Fadeev2012-03-231-1/+1
| | | | | | | | |
| * | | | | | | | hopefully fixed the urls in the emailEvgeny Fadeev2012-03-232-3/+4
| | | | | | | | |
| * | | | | | | | simplified text of the instant email alertEvgeny Fadeev2012-03-236-66/+49
| | | | | | | | |
| * | | | | | | | added user and date info to the full thread summary in the email responseEvgeny Fadeev2012-03-233-3/+15
| | | | | | | | |
| * | | | | | | | fixed bugs to pass the test casesEvgeny Fadeev2012-03-232-6/+8
| | | | | | | | |
| * | | | | | | | added second format for the instant notificationEvgeny Fadeev2012-03-233-18/+63
| | | | | | | | |
| * | | | | | | | added title to the question thread summary in the emailEvgeny Fadeev2012-03-221-2/+8
| | | | | | | | |
| * | | | | | | | added a small preamble to each post in the thread in the email responseEvgeny Fadeev2012-03-221-0/+7
| | | | | | | | |
| * | | | | | | | first pass on the "threaded" email alert formatEvgeny Fadeev2012-03-222-20/+56
| | | | | | | | |
| * | | | | | | | fixed three more bugs preventing post/reply/edit by email workEvgeny Fadeev2012-03-212-3/+3
| | | | | | | | |
| * | | | | | | | allowed emails with body()Evgeny Fadeev2012-03-211-0/+4
| | | | | | | | |
| * | | | | | | | fixed one more bugEvgeny Fadeev2012-03-211-1/+1
| | | | | | | | |
| * | | | | | | | another bug fixEvgeny Fadeev2012-03-211-1/+3
| | | | | | | | |
| * | | | | | | | removed unused functions and fixed an undefined symbol errorEvgeny Fadeev2012-03-211-19/+1
| | | | | | | | |
| * | | | | | | | fixed bugs so that test cases passEvgeny Fadeev2012-03-216-24/+54
| | | | | | | | |
| * | | | | | | | untested fix for posting email with inline attachmentsEvgeny Fadeev2012-03-213-79/+116
| | | | | | | | |
| * | | | | | | | user groups are deletable, commit from the bus en route to CordobaEvgeny Fadeev2012-03-209-32/+186
| | | | | | | | |
| * | | | | | | | fixed a glitch where the first group could not be added to the user profileEvgeny Fadeev2012-03-201-2/+2
| | | | | | | | |
| * | | | | | | | assigning users to groups worksEvgeny Fadeev2012-03-2010-11/+89
| | | | | | | | |
| * | | | | | | | assigning users to groups about 2/3 way doneEvgeny Fadeev2012-03-1914-22/+574
| | | | | | | | |
* | | | | | | | | temporarily disabled the language selector featureEvgeny Fadeev2012-05-092-1/+3
| | | | | | | | |
* | | | | | | | | made a "safe" version of setting update functionEvgeny Fadeev2012-05-092-23/+10
| | | | | | | | |
* | | | | | | | | Merge branch 'master' of github.com:fitoria/askbot-develAdolfo Fitoria2012-05-0812-120/+189
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: askbot/skins/utils.py
| * | | | | | | | | error in mergeAdolfo Fitoria2012-05-021-4/+0
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-05-015-7/+6
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: askbot/cron/askbot_cron_job