Commit Graph

4696 Commits

Author SHA1 Message Date
Evgeny Fadeev 419206af55 fixed the auto-creation of admin on first user registration 2014-02-01 00:26:50 -03:00
Benjamin ABEL 284c413066 change the var InputToolTip function to get correct translation of the live search default text 2014-01-31 16:18:26 +01:00
Evgeny Fadeev 26f44d4267 hopefully fixed the rss feed for the individual answer 2014-01-29 19:09:24 -03:00
Evgeny Fadeev ff7a28f244 fixed a bug on fixing new question 2014-01-29 13:38:39 -03:00
Evgeny Fadeev 118ec452b1 fix_question_tags seems to work now 2014-01-29 01:37:17 -03:00
Evgeny Fadeev a896781aba made a better fix to escaping the openid url 2014-01-28 19:36:31 -03:00
Evgeny Fadeev ee3026ba12 escaped system message in the header 2014-01-28 19:09:43 -03:00
Andrew Chen adfa1ef639 Allow pre-populate email and username of sign-up inforamtion via Facebook 2014-01-28 19:50:04 +08:00
Evgeny Fadeev 42770b82ed added class to an html element in the main page paginator macro 2014-01-26 17:43:21 -03:00
Evgeny Fadeev 4c2ea58d56 fixed a bug where posting a question may take long time 2014-01-26 12:34:08 -03:00
Evgeny Fadeev 94ad7713a0 small changes to make tests pass 2014-01-23 20:00:07 -03:00
Evgeny Fadeev db6d8a6c3a made amends to th fix_question_tags management command 2014-01-22 17:04:45 -03:00
Evgeny Fadeev 65bb8a0728 fixed typo in a template 2014-01-21 00:02:48 -03:00
Evgeny Fadeev 1cc01d8676 made fix_question_tags respect the forbidden tag chars in the beginning and tag rename management commands 2014-01-20 23:05:03 -03:00
Evgeny Fadeev 932f841e30 disallowed hash at the beginnings of tags 2014-01-16 12:02:36 -03:00
Evgeny Fadeev 512838ae60 added import of accepted questions and skipped importing deleted content 2014-01-09 02:01:01 -03:00
Evgeny Fadeev 66f0d3a1b3 small change in export_osqa command 2014-01-07 19:09:44 -03:00
Evgeny Fadeev 49999ae30a fixed a couple of issues in the osqa import 2014-01-07 18:18:15 -03:00
Pami Ketolainen b675dbad73 Fix comment count update when converting answer to comment
Fixes #195
2014-01-07 16:04:21 +02:00
Evgeny Fadeev 75594a027f updated the documentation 2013-12-28 18:18:09 -03:00
Evgeny Fadeev 47f1142c71 Merge branch 'merge-osqa' 2013-12-23 11:16:51 -03:00
Evgeny Fadeev c41f50a8d2 temporarily added command "export_osqa" 2013-12-23 11:16:26 -03:00
Evgeny Fadeev c5eb069abf updated changelog 2013-12-23 11:14:55 -03:00
Evgeny Fadeev 3423476528 finished the askbot_add_osqa_content management command 2013-12-23 11:14:11 -03:00
Evgeny Fadeev 0e8307584a fixed an issue in the convert comment command 2013-12-22 17:37:14 -03:00
Evgeny Fadeev 6a821c0161 added one more email response quote separator 2013-12-18 18:25:42 -03:00
Evgeny Fadeev b96773a38c added escape to the real name on the user profile page 2013-12-18 15:32:27 -03:00
Evgeny Fadeev 8344d846c7 intermediate commit for the OSQA import 2013-12-18 15:31:47 -03:00
Evgeny Fadeev 1a5e46beff Merge branch 'master' into merge-osqa 2013-12-12 19:23:17 -03:00
Evgeny Fadeev a8b0a2aff4 just added a comment for the future work 2013-12-12 19:12:14 -03:00
Evgeny Fadeev ba893ed81a allowed livesettings overriding by ASKBOT_ prefixed parameters 2013-12-11 21:16:16 -03:00
Evgeny Fadeev f2f5275e5a initial work for the osqa import into askbot 2013-12-04 01:59:59 -03:00
Evgeny Fadeev 2e768f4df2 factored out base import data command 2013-12-02 01:26:35 -03:00
Evgeny Fadeev 4907bbc789 updated changelog 2013-11-30 18:02:48 -03:00
Evgeny Fadeev 4988d3f329 moved badge setup to post_syncdb signal from the model import 2013-11-24 21:17:14 -03:00
Evgeny Fadeev 4bbce0bf5e made main page counter boxes more flexible 2013-11-20 20:17:06 -03:00
Evgeny Fadeev 96c775fd18 hopefully fixed the layout issue for the search bar 2013-11-20 20:00:01 -03:00
Evgeny Fadeev 0a85250d79 fixed some issues in the parametrization of words 2013-11-16 17:24:59 -03:00
Evgeny Fadeev 546dcdbd55 added redirect file formats for the askbot_add_xml_content command 2013-11-16 12:36:16 -03:00
Evgeny Fadeev 6250444ecb added logging of url redirects 2013-11-15 12:58:04 -03:00
Evgeny Fadeev 183daa248f merging askbot instances seems to work 2013-11-13 17:22:52 -03:00
Evgeny Fadeev e94025e638 some progress in making the askbot merge data script 2013-11-11 15:19:48 -03:00
Adolfo Fitoria 32114830f2 fixes bug that blocked custom css on closed forum mode 2013-11-04 15:06:14 -06:00
Evgeny Fadeev 8458c7a264 started work on merge forums management command 2013-11-04 05:16:10 -03:00
Evgeny Fadeev b2e9a2d774 hopefully finished the words parametrization on the first pass 2013-10-30 03:10:57 -03:00
Evgeny Fadeev c8836699db pluralized question and answer for counts 2013-10-30 01:55:01 -03:00
Hamdy 91971110df enforce csrf protection on edit_comment to prevent a 403 error code issued when trying to edit a comment 2013-10-28 11:55:00 +02:00
Evgeny Fadeev 685ddf3843 changed order of urlizing text and converting markdown to make autohighlighting urls more robust 2013-10-25 16:52:27 -03:00
Evgeny Fadeev fc4f799530 Merge branch 'words' 2013-10-25 01:00:49 -03:00
Evgeny Fadeev fb72968f31 increased 5x max length of text in posts before it is folded 2013-10-25 00:53:21 -03:00