2011-12-09 |
hernani | Adds an option to set a reply-to address on emails
|
commit | commitdiff | tree |
2011-11-20 |
hernani | no need to force unicode here, and its causing errors...
|
commit | commitdiff | tree |
2011-10-27 |
hernani | Makes some of the paginator context available to templates.
|
commit | commitdiff | tree |
2011-09-30 |
hernani | Simple method to hold the current request for special...
|
commit | commitdiff | tree |
2011-07-15 |
hernani | Fixes a bug where some suspended users where throwing...
|
commit | commitdiff | tree |
2011-07-07 |
hernani | Don't raise errors here, is causing search to be broken...
|
commit | commitdiff | tree |
2011-06-23 |
hernani | Fixes an error in the mysqlfulltext module introduced...
|
commit | commitdiff | tree |
2011-06-14 |
hernani | Should fix the missing admin items problem.
|
commit | commitdiff | tree |
2011-06-13 |
hernani | Removes unused variable.
|
commit | commitdiff | tree |
2011-06-13 |
hernani | Better fix that the last one.
|
commit | commitdiff | tree |
2011-06-13 |
hernani | Fixes a possible date display bug.
|
commit | commitdiff | tree |
2011-06-10 |
hernani | Fixes the is_staff decorator to allow superusers to.
|
commit | commitdiff | tree |
2011-06-09 |
hernani | Removes an extra "pipe" from the mysql fts install...
|
commit | commitdiff | tree |
2011-05-26 |
hernani | simple css fix on answer-body
|
commit | commitdiff | tree |
2011-05-26 |
hernani | Allows possible empty sets of question tags.
|
commit | commitdiff | tree |
2011-05-26 |
hernani | Fixes a bug in the user profile.
|
commit | commitdiff | tree |
2011-05-26 |
hernani | Allow modules to set custom sorts on rss feeds.
|
commit | commitdiff | tree |
2011-05-26 |
hernani | Some improvements in the mysql full text module.
|
commit | commitdiff | tree |
2011-05-26 |
hernani | Some fixes around pagination.
|
commit | commitdiff | tree |
2011-05-16 |
hernani | Don't allow negative points awards.
|
commit | commitdiff | tree |
2011-05-11 |
hernani | Use the islatest field on the apps feed to get the...
|
commit | commitdiff | tree |
2011-05-04 |
hernani | Makes related questions search work with weighted results.
|
commit | commitdiff | tree |
2011-05-04 |
hernani | Several improvements in full text search operations.
|
commit | commitdiff | tree |
2011-05-03 |
hernani | Several improvements in the models base iterator.
|
commit | commitdiff | tree |
2011-04-29 |
hernani | Some unicode fixes.
|
commit | commitdiff | tree |
2011-04-25 |
hernani | Safer last edited action getter.
|
commit | commitdiff | tree |
2011-04-25 |
hernani | Fixes small bug with rss feed url generation.
|
commit | commitdiff | tree |
2011-04-22 |
hernani | Fix in the retag template.
|
commit | commitdiff | tree |
2011-04-19 |
hernani | Fixes small problem in the auto-linker pattern.
|
commit | commitdiff | tree |
2011-04-13 |
hernani | Some unicode fixes.
|
commit | commitdiff | tree |
2011-04-11 |
hernani | Prevents the "ask a question" sidebar from keeping...
|
commit | commitdiff | tree |
2011-04-09 |
hernani | Reverts the last commit, seems to cause some other...
|
commit | commitdiff | tree |
2011-04-09 |
hernani | Use a collation on tag and user names that allows case...
|
commit | commitdiff | tree |
2011-04-09 |
hernani | Don't force the slug on profile urls.
|
commit | commitdiff | tree |
2011-04-09 |
hernani | Don't let reputation go 0, it may cause mysql to overflow.
|
commit | commitdiff | tree |
2011-04-07 |
hernani | Catching wrong error type.
|
commit | commitdiff | tree |
2011-04-07 |
hernani | Django 1.3 fix.
|
commit | commitdiff | tree |
2011-04-07 |
hernani | Merge cacheimp -> master
|
commit | commitdiff | tree |
2011-04-05 |
hernani | Stupid error.
|
commit | commitdiff | tree |
2011-04-05 |
hernani | Forces case insensitivity on mysql fts by forcin upper...
|
commit | commitdiff | tree |
2011-04-05 |
hernani | merging cacheimp -> trunk
|
commit | commitdiff | tree |
2011-03-18 |
hernani | Simple styling issue with badges.
|
commit | commitdiff | tree |
2011-03-18 |
hernani | Improved lazy querysets.
|
commit | commitdiff | tree |
2011-03-17 |
hernani | Makes tips on the ask a question page editable in the...
|
commit | commitdiff | tree |
2011-03-16 |
hernani | Adds a way for modules to completely override a url...
|
commit | commitdiff | tree |
2011-03-16 |
hernani | A couple small fixes in the sximporter.
|
commit | commitdiff | tree |
2011-03-16 |
hernani | Fixes the sx importer to use the latest db schema....
|
commit | commitdiff | tree |
2011-03-15 |
hernani | Fixes some weird threading problems with modules.
|
commit | commitdiff | tree |
2011-03-14 |
hernani | last minute fix, bad import
|
commit | commitdiff | tree |
2011-03-14 |
hernani | Fixes bug in openid auth consumer, and problem with...
|
commit | commitdiff | tree |
2011-03-13 |
hernani | Improved "convert to question" routine, using the question...
|
commit | commitdiff | tree |
2011-03-13 |
hernani | Removes some test code.
|
commit | commitdiff | tree |
2011-03-11 |
hernani | merging jambazov > trunk
|
commit | commitdiff | tree |
2011-03-11 |
hernani | merge hernani > trunk
|
commit | commitdiff | tree |
2011-02-24 |
hernani | Adds a file format option to xml backups.
|
commit | commitdiff | tree |
2011-02-21 |
hernani | Cleaning up a small mess.
|
commit | commitdiff | tree |
2011-02-21 |
hernani | Creating my branch
|
commit | commitdiff | tree |
2011-02-15 |
hernani | fixes a nasty bug causing a view to never return a...
|
commit | commitdiff | tree |
2011-02-09 |
hernani | fixes OSQA-562, Mixed-up markdown mangling of simple...
|
commit | commitdiff | tree |
2011-02-04 |
hernani | fixes several issues with the static pages
|
commit | commitdiff | tree |
2011-02-04 |
hernani | fixes OSQA 555 and OSQA 294
|
commit | commitdiff | tree |
2011-02-04 |
hernani | Fixes the new line problems in the OSQA exporter.
|
commit | commitdiff | tree |
2011-01-07 |
hernani | Previous feature addition commit introduced errors...
|
commit | commitdiff | tree |
2011-01-07 |
hernani | Importing from stuff defined in module is not a good...
|
commit | commitdiff | tree |
2011-01-07 |
hernani | Should fix the problems some users where having with...
|
commit | commitdiff | tree |
2011-01-07 |
hernani | Disables the recaptcha feature for a while. It was...
|
commit | commitdiff | tree |
2011-01-04 |
hernani | Fixes a couple of bad imports in the sitemap code.
|
commit | commitdiff | tree |
2011-01-03 |
hernani | Removes a unused import statement, causing the sximporter...
|
commit | commitdiff | tree |
2011-01-01 |
hernani | Should auto link old stuff in the node cache migration.
|
commit | commitdiff | tree |
2011-01-01 |
hernani | Fixes comment edit, which was being performed against...
|
commit | commitdiff | tree |
2011-01-01 |
hernani | Fixes a bug with feeds some people have reported at...
|
commit | commitdiff | tree |
2010-11-30 |
hernani | A couple more fixes.
|
commit | commitdiff | tree |
2010-11-30 |
hernani | Several fixes in the OSQA exporter.
|
commit | commitdiff | tree |
2010-11-10 |
hernani | Adds the habillity to opt for a rendering mode in the...
|
commit | commitdiff | tree |
2010-11-10 |
hernani | Some missing changes from the last commit.
|
commit | commitdiff | tree |
2010-11-10 |
hernani | Reverts some changes in a previous commit.
|
commit | commitdiff | tree |
2010-11-10 |
hernani | Problem with case insensitive tag search.
|
commit | commitdiff | tree |
2010-11-10 |
hernani | Fixes a problem with i18n in the digest sender. Fixes...
|
commit | commitdiff | tree |
2010-11-10 |
hernani | Applies some of the Justin Grant's patches.
|
commit | commitdiff | tree |
2010-10-21 |
hernani | Small tweaks.
|
commit | commitdiff | tree |
2010-10-19 |
hernani | Bad url reverse.
|
commit | commitdiff | tree |
2010-10-19 |
hernani | More tweaks and improvements.
|
commit | commitdiff | tree |
2010-10-18 |
hernani | Prevent dates before 1900 in birth dates.
|
commit | commitdiff | tree |
2010-10-18 |
hernani | Several improvements in the exporter. Finished the...
|
commit | commitdiff | tree |
2010-10-15 |
hernani | Fixes an error reported in http://meta.osqa.net/questions...
|
commit | commitdiff | tree |
2010-10-12 |
hernani | Applies patches by Justing Grant. Makes several improvements...
|
commit | commitdiff | tree |
2010-10-08 |
hernani | Erroneous setting being used.
|
commit | commitdiff | tree |
2010-10-08 |
hernani | Handle big reputation numbers slightly better.
|
commit | commitdiff | tree |
2010-10-07 |
hernani | More data handled by the exporter, and a improved ...
|
commit | commitdiff | tree |
2010-10-07 |
hernani | Some more additions to exporter data.
|
commit | commitdiff | tree |
2010-10-07 |
hernani | First stab on xml exporter. (experimental)
|
commit | commitdiff | tree |
2010-10-05 |
hernani | Fixes OSQA 455. Multiple cross site scripting(XSS)...
|
commit | commitdiff | tree |
2010-09-23 |
hernani | Some more tweaks and fixes.
|
commit | commitdiff | tree |
2010-09-23 |
hernani | Some small tweaks.
|
commit | commitdiff | tree |
2010-09-18 |
hernani | Fixes an error in the tag editor.
|
commit | commitdiff | tree |
2010-09-14 |
hernani | Adds question and answer metrics (chars and words)...
|
commit | commitdiff | tree |
2010-09-13 |
hernani | Fixes OSQA 446 "Security - Multiple cross site scripting...
|
commit | commitdiff | tree |
2010-09-12 |
hernani | Should fix the error reported in http://meta.osqa.net...
|
commit | commitdiff | tree |
2010-09-11 |
hernani | Possible fix for the KeyError problem.
|
commit | commitdiff | tree |
2010-09-11 |
hernani | Bulk management changes:
|
commit | commitdiff | tree |
next |