2011-01-04 |
jordan | #OSQA-385, fixing the links of sitemaps when site is... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
jordan | Added an option to allow users with higher reputation... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
jordan | Fix local variable name of the captcha check form |
commit | commitdiff | tree | snapshot |
2011-01-04 |
jordan | Added reCaptcha image in case the Akismet module return... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
jordan | Removing local settings file made by Eclipse. |
commit | commitdiff | tree | snapshot |
2011-01-03 |
jordan | Making the default email subscription option on the... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
hernani | Removes a unused import statement, causing the sximport... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
jordan | Commit for OSQA Jira 501. Minor change in syntax of... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
hernani | Should auto link old stuff in the node cache migration. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
hernani | Fixes comment edit, which was being performed against... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
hernani | Fixes a bug with feeds some people have reported at... |
commit | commitdiff | tree | snapshot |
2010-12-31 |
rick | Local hidden directory for settings committed by mistake. |
commit | commitdiff | tree | snapshot |
2010-12-29 |
jordan | Adding some more accurate Unicode support, modified... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
jordan | Bugfix for javascript upload OSQA-487 |
commit | commitdiff | tree | snapshot |
2010-12-29 |
jordan | We exclude the deleted comments from the queryset when... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
jordan | Bugfix for OSQA-479 in the question_retag.html template. |
commit | commitdiff | tree | snapshot |
2010-12-29 |
jordan | Jira OSQA-490 Banner placeholders. |
commit | commitdiff | tree | snapshot |
2010-12-29 |
jordan | Adding full width and site width banner placeholders... |
commit | commitdiff | tree | snapshot |
2010-12-29 |
jordan | Working on the @username convention. We can call user... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
jordan | Fixing a translation bug (made by me... :) |
commit | commitdiff | tree | snapshot |
2010-12-28 |
jordan | Localizing the diff_date filter in extra_tags.py |
commit | commitdiff | tree | snapshot |
2010-12-28 |
jordan | AJAX dialogs position check update. |
commit | commitdiff | tree | snapshot |
2010-12-28 |
jordan | We check if the AJAX dialogs get into the browser viewp... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
jordan | Anonymous users cannot convert answers to question... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
jordan | Anonymous users cannot convert comments to answers... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
jordan | Bugfix in the activate_revision method. |
commit | commitdiff | tree | snapshot |
2010-12-28 |
jordan | Bugfix for Jira-471 |
commit | commitdiff | tree | snapshot |
2010-12-28 |
jordan | Fixing some minor spelling mistakes, Jira-495. |
commit | commitdiff | tree | snapshot |
2010-12-28 |
jordan | We update "karma" to "reputation", as in the translatio... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
jordan | Jira-485 Bugfix, sort order should not be hardcoded... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
jordan | Fixing bug Jira-478, the admin navigation should be... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
jordan | git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
jordan | We created a sitemap index and a separate view forum... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
jordan | Adding autolinking functionality, using mdx_urlize... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
jordan | Show template except the 404 error. |
commit | commitdiff | tree | snapshot |
2010-12-27 |
jordan | Jira 504 patch, adding local variable to debug more... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
jordan | Adding method that checks if the user has the ability... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
jordan | Adding ability to convert comments to answers. |
commit | commitdiff | tree | snapshot |
2010-12-27 |
jordan | Fixing bug 482 in a way we escape all passed from URL... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
jordan | Changing the charset of osqa.main.js to UTF-8, it might... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
jordan | Tags name is included into their classname. Just like... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
jordan | Fixing the decorate_int filter in way it can work with... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
jordan | Adding migration for markdown. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
jordan | When adding a question now you can see the markdown... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
jordan | The accept answer button changes it's title when using... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
jordan | Gravatar avatars are shown even if the emails left... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
jordan | Added functionality to convert answers to comments... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
jordan | Patch for OSQA-499 from Jira, after activation of each... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
hernani | A couple more fixes. |
commit | commitdiff | tree | snapshot |
2010-11-30 |
hernani | Several fixes in the OSQA exporter. |
commit | commitdiff | tree | snapshot |
2010-11-23 |
claycarpenter | Added some documentation about how to properly set... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
hernani | Adds the habillity to opt for a rendering mode in the... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
hernani | Some missing changes from the last commit. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
hernani | Reverts some changes in a previous commit. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
hernani | Problem with case insensitive tag search. |
commit | commitdiff | tree | snapshot |
2010-11-10 |
hernani | Fixes a problem with i18n in the digest sender. Fixes... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
hernani | Applies some of the Justin Grant's patches. |
commit | commitdiff | tree | snapshot |
2010-10-21 |
hernani | Small tweaks. |
commit | commitdiff | tree | snapshot |
2010-10-19 |
hernani | Bad url reverse. |
commit | commitdiff | tree | snapshot |
2010-10-19 |
hernani | More tweaks and improvements. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
hernani | Prevent dates before 1900 in birth dates. |
commit | commitdiff | tree | snapshot |
2010-10-18 |
hernani | Several improvements in the exporter. Finished the... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
hernani | Fixes an error reported in http://meta.osqa.net/questio... |
commit | commitdiff | tree | snapshot |
2010-10-12 |
hernani | Applies patches by Justing Grant. Makes several improve... |
commit | commitdiff | tree | snapshot |
2010-10-08 |
hernani | Erroneous setting being used. |
commit | commitdiff | tree | snapshot |
2010-10-08 |
hernani | Handle big reputation numbers slightly better. |
commit | commitdiff | tree | snapshot |
2010-10-07 |
hernani | More data handled by the exporter, and a improved ... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
hernani | Some more additions to exporter data. |
commit | commitdiff | tree | snapshot |
2010-10-07 |
hernani | First stab on xml exporter. (experimental) |
commit | commitdiff | tree | snapshot |
2010-10-05 |
hernani | Fixes OSQA 455. Multiple cross site scripting(XSS)... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
hernani | Some more tweaks and fixes. |
commit | commitdiff | tree | snapshot |
2010-09-23 |
hernani | Some small tweaks. |
commit | commitdiff | tree | snapshot |
2010-09-18 |
hernani | Fixes an error in the tag editor. |
commit | commitdiff | tree | snapshot |
2010-09-14 |
hernani | Adds question and answer metrics (chars and words)... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
hernani | Fixes OSQA 446 "Security - Multiple cross site scriptin... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
matt | puts back the i18n code for the editor and adds back... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
matt | fixes OSQA-439. IE should work again. Sorry about... |
commit | commitdiff | tree | snapshot |
2010-09-12 |
hernani | Should fix the error reported in http://meta.osqa.net... |
commit | commitdiff | tree | snapshot |
2010-09-11 |
hernani | Possible fix for the KeyError problem. |
commit | commitdiff | tree | snapshot |
2010-09-11 |
hernani | Bulk management changes: |
commit | commitdiff | tree | snapshot |
2010-09-10 |
hernani | Adds the hability to hard delete nodes in the bulk... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
hernani | Adds the option to save filters in the node management. |
commit | commitdiff | tree | snapshot |
2010-09-10 |
hernani | Some more changes in node management. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
hernani | Last minute fix. |
commit | commitdiff | tree | snapshot |
2010-09-09 |
hernani | Several improvements in the node bulk management featur... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
hernani | Moves the try clause up a bit in the ui renderer to... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
hernani | Handle redirects and other responses in parameter decor... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
hernani | Better handling for the last_activity user profile... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
hernani | Fixes a bug where the profile page of users with now... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
hernani | More alteregos possible actions, vote, flag, etc. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
hernani | An extra filter that may be usefull for some modules. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
hernani | Makes user urls to accept empty slugs to support userna... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
hernani | Adds quick creation of new users through the admin... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
hernani | Finished with node bulk management, although only optio... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
hernani | Fixes the problem reported in http://meta.osqa.net... |
commit | commitdiff | tree | snapshot |
2010-08-26 |
hernani | Removes unused variables. |
commit | commitdiff | tree | snapshot |
2010-08-26 |
hernani | A small fix in the admin decorators. |
commit | commitdiff | tree | snapshot |
2010-08-26 |
hernani | Adds the bulk management interface with node bulk manag... |
commit | commitdiff | tree | snapshot |
2010-08-25 |
hernani | Moves the myopenid logo to a big button, and the aol... |
commit | commitdiff | tree | snapshot |
2010-08-23 |
hernani | Should fix the error reported in http://meta.osqa.net... |
commit | commitdiff | tree | snapshot |
next |