summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Merge branch 'master' into responsiveEvgeny Fadeev2012-11-264-5/+13
| | |\ \
| | * | | enabled fancy search bar on question, badge, badges and ask pages; on ask ↵Evgeny Fadeev2012-11-256-25/+57
| | | | | | | | | | | | | | | | | | | | page there is no "ask" button, b/c it is not needed
| | * | | made scrolling in the search dropdown with the up and down keys, made search ↵Evgeny Fadeev2012-11-252-23/+69
| | | | | | | | | | | | | | | | | | | | dd work on narrow screen
| | * | | up/down keys navigation works in the dropdown, enter key takes to question pageEvgeny Fadeev2012-11-253-36/+179
| | | | |
| | * | | made some improvements in the search drop downEvgeny Fadeev2012-11-233-21/+168
| | | | |
| | * | | added search dropdown and the ask buttonEvgeny Fadeev2012-11-2310-43/+177
| | | | |
| | * | | refactored live_search with prototypal inheritance, there is a bug in the ↵Evgeny Fadeev2012-11-238-329/+419
| | | | | | | | | | | | | | | | | | | | query update on other links (sort orders, etc) but seems to work
| | * | | Merge branch 'master' into responsiveEvgeny Fadeev2012-11-211-1/+1
| | |\ \ \
| | * | | | added responsive design to a few more pagesEvgeny Fadeev2012-11-214-57/+155
| | | | | |
| | * | | | gave 100% width to the footer links on narrow screensEvgeny Fadeev2012-11-201-0/+1
| | | | | |
| | * | | | cleaned narrow screen headerEvgeny Fadeev2012-11-201-0/+22
| | | | | |
| | * | | | simplified the footer for very narrow screensEvgeny Fadeev2012-11-201-0/+6
| | | | | |
| | * | | | merged with the master branchEvgeny Fadeev2012-11-1953-709/+1554
| | |\ \ \ \
| | * | | | | re-styled search bar and top nav to work somewhat better for wide and very ↵Evgeny Fadeev2012-11-195-41/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | narrow screens
| | * | | | | started re-working the search bar to make it stretchyEvgeny Fadeev2012-11-165-135/+117
| | | | | | |
| * | | | | | changed some urls to protocol-relativeEvgeny Fadeev2012-12-078-20/+23
| | | | | | |
| * | | | | | small refactoring for custom fonts htmlEvgeny Fadeev2012-12-073-15/+16
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-12-0612-23/+170
|\| | | | |
| * | | | | bugfixes: 1) global subscribers get emails even if frequency is zero; 2) if ↵Evgeny Fadeev2012-12-0512-23/+170
| | | | | | | | | | | | | | | | | | | | | | | | subscribed tag set is enabled users wont get emails on tag subscription; 3) if email is read-only email is lost upon editing user profile; 4) in some browsers there is horizontal scroll in the post body, which should not be there
* | | | | | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-12-059-24/+485
|\| | | | |
| * | | | | prevented double comment posts by hitting enter really fastEvgeny Fadeev2012-12-022-8/+24
| | | | | |
| * | | | | made register forms submittable only onceEvgeny Fadeev2012-12-024-13/+74
| | | | | |
| * | | | | removed an unneeded field on AnonymousAnswer and AnonymousQuestionEvgeny Fadeev2012-12-023-4/+387
| | | | | |
| * | | | | commented out usage of useless summary field on AnonymousAnswer and ↵Evgeny Fadeev2012-12-021-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | AnonymousQuestion
| * | | | | modified debugging headerEvgeny Fadeev2012-11-291-1/+2
| | | | | |
* | | | | | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-11-298-22/+45
|\| | | | |
| * | | | | fixed bug in the moderation formEvgeny Fadeev2012-11-281-6/+7
| | | | | |
| * | | | | fixed comment deletionEvgeny Fadeev2012-11-281-1/+1
| | | | | |
| * | | | | compiled less and fixed a bug in the skinsEvgeny Fadeev2012-11-282-8/+8
| | | | | |
| * | | | | added logging statement to send_mailEvgeny Fadeev2012-11-281-0/+2
| | | | | |
| * | | | | added REGISTRATION_FORM settingEvgeny Fadeev2012-11-283-7/+20
| | | | | |
| * | | | | added "hidden" option to the UserEmailFieldEvgeny Fadeev2012-11-281-2/+9
| | |_|_|/ | |/| | |
* | | | | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-11-274-5/+13
|\| | | |
| * | | | fixed bug not allowing highlighting of text with tinymceEvgeny Fadeev2012-11-261-2/+2
| | | | |
| * | | | fixed hardcoded maximum comment length in the answer -> comment conversionEvgeny Fadeev2012-11-263-3/+11
| | |_|/ | |/| |
* / | | Changed the way on how askbot does django version check.Adolfo Fitoria2012-11-222-4/+9
|/ / /
* | / fixed a bug in the help viewEvgeny Fadeev2012-11-211-1/+1
| |/ |/|
* | added reminder to install database moduleEvgeny Fadeev2012-11-191-0/+14
| |
* | updated urls in the setup.py fileEvgeny Fadeev2012-11-191-1/+1
| |
* | added mandatory generation of secret key to askbot-setupEvgeny Fadeev2012-11-199-18/+48
| |
* | improved askbot-setup scriptEvgeny Fadeev2012-11-185-55/+116
| |
* | added option database engine to askbot-setup scriptEvgeny Fadeev2012-11-182-2/+24
| |
* | improved configuration parameters for the group_messaging appEvgeny Fadeev2012-11-183-7/+13
| |
* | commented out the private messages boxEvgeny Fadeev2012-11-181-2/+2
| |
* | temporarily moved group_messaging files to askbot/depsEvgeny Fadeev2012-11-188-0/+0
| |
* | merged with the group-messaging branchEvgeny Fadeev2012-11-1816-93/+784
|\ \
| * \ Merge branch 'master' into group-messagingEvgeny Fadeev2012-10-2722-3932/+1393
| |\ \
| * | | hid the "reply" button from the threads listEvgeny Fadeev2012-10-261-0/+1
| | | |
| * | | Merge branch 'master' into group-messagingEvgeny Fadeev2012-10-1917-94/+649
| |\ \ \
| * | | | made message reply-able when accessed via direct urlEvgeny Fadeev2012-10-191-0/+4
| | | | |