1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
We exclude the deleted comments from the queryset when redirecting to the newly added answer. More... over 13 years ago
Bugfix for OSQA-479 in the question_retag.html template. More... over 13 years ago
Jira OSQA-490 Banner placeholders. More... over 13 years ago
Adding full width and site width banner placeholders. Might be useful while creating more specific layout structure. More... over 13 years ago
Working on the @username convention. We can call user even if using only the first part of his username, for example, we can call "Jordan Jambazov" only using @Jordan. The supplied module forum.utils.userlinking deals with the active users (the one that took part in the discussion writing question, comment or answer). More... over 13 years ago
Fixing a translation bug (made by me... :) More... over 13 years ago
Localizing the diff_date filter in extra_tags.py More... over 13 years ago
AJAX dialogs position check update. More... over 13 years ago
We check if the AJAX dialogs get into the browser viewport. If not, we change their position. More... over 13 years ago
Anonymous users cannot convert answers to question, special method added to the AnonymousUser class. More... over 13 years ago
Anonymous users cannot convert comments to answers, special method for the AnonymousUser class has been added. More... over 13 years ago
Bugfix in the activate_revision method. More... over 13 years ago
Bugfix for Jira-471 More... over 13 years ago
Fixing some minor spelling mistakes, Jira-495. More... over 13 years ago
We update "karma" to "reputation", as in the translation file. More... over 13 years ago
Jira-485 Bugfix, sort order should not be hardcoded in digest.html More... over 13 years ago
Fixing bug Jira-478, the admin navigation should be the same in Django view mode and OSQA style administration. More... over 13 years ago
git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@637 0cfe37f9-358a-4d5e-be75-b63607b5c754 More... over 13 years ago
We created a sitemap index and a separate view forum.sitemap.index, not using the Sitemap framework, but the settings.APP_URL More... over 13 years ago
Adding autolinking functionality, using mdx_urlize markdown extension. More... over 13 years ago
Show template except the 404 error. More... over 13 years ago
Jira 504 patch, adding local variable to debug more easily when using IDE. More... over 13 years ago
Adding method that checks if the user has the ability (permission) to convert comments to answers. More... over 13 years ago
Adding ability to convert comments to answers. More... over 13 years ago
Fixing bug 482 in a way we escape all passed from URL parameters. More... over 13 years ago
Changing the charset of osqa.main.js to UTF-8, it might be useful. More... over 13 years ago
Tags name is included into their classname. Just like on stackoverflow. Jira OSQA-488. More... over 13 years ago
Fixing the decorate_int filter in way it can work with string, round properly and show decimal place for numbers between 10.0-99.0k More... over 13 years ago
Adding migration for markdown. More... over 13 years ago
When adding a question now you can see the markdown sidebar. More... over 13 years ago