Dashboard

Jordan Jambazov

committed 1264 to OSQA

16 May
the contributors_info template tag should tag context and pass it
Jordan Jambazov

committed 1263 to OSQA

10 May
show link that leads to the badge page, not list of all badges
Jordan Jambazov

committed 1262 to OSQA

09 May
undo this, it's a bit redundant
Jordan Jambazov

committed 1261 to OSQA

09 May
try to get the position of the event currentTarget if there is no pageX or pageY property, useful when dealing with popups called by keyup event
Jordan Jambazov

committed 1260 to OSQA

07 May
show information about the badge you just got in the message notification instead of just showing link to the user profile
Jordan Jambazov

committed 1259 to OSQA

27 Apr
show the recaptcha field to unauthenticated users without a metter what is the min rep setting
HernĂ¢ni Cerqueira

committed 1258 to OSQA

26 Apr
Make sure to clean the original state on all objects recently fetched.
Jordan Jambazov

committed 1257 to OSQA

26 Apr
we need to close both dialogs if users selects No on award points confirmation
Jordan Jambazov

committed 1256 to OSQA

26 Apr
the variable needs to be defined with var in front of it, because otherwise it is taken from the previous scope and messes the dialog when two or more of them are used simultaneously
Jordan Jambazov

committed 1254 to OSQA

24 Apr
be able to pass additional context to the _edit_question view
Jordan Jambazov

committed 1253 to OSQA

19 Apr
OSQA-829, resolves a unicode problem when answering question, use smart_unicode for the username field which is used in the friendly_username and friendly_ownername methods of the ActionProxy class
Jordan Jambazov

committed 1252 to OSQA

18 Apr
listen for DoesNotExist exceptions when exporting user marked tags, use different method to add files to a Zip archive
Jordan Jambazov

committed 1251 to OSQA

15 Apr
make the xml exporter work
Jordan Jambazov

committed 1250 to OSQA

12 Apr
cast project badges Bug Buster badge setting to int type
Jordan Jambazov

committed 1248 to OSQA

10 Apr
resolves an issue with tags used count that can get out of control if called from a module delete action
Jordan Jambazov

committed 1247 to OSQA

09 Apr
make the karma history positive & negative reputation blocks use CSS min-width instead of width, other wise 100 reputation in block overflows into 10(line break)0
Jordan Jambazov

committed 1246 to OSQA

07 Apr
make RSS items decoratable, add an option to block email notifications per node, useful in some cases when we need to check states for the node before allowing to send email notification
Jordan Jambazov

committed 1245 to OSQA

07 Apr
make user decorated name decoratable through OSQA modules, allow superusers to edit screen name
Jordan Jambazov

committed 1244 to OSQA

06 Apr
make {% comments %} template tag decoratable and add ability to attach additional post controls to them
Jordan Jambazov

committed 1242 to OSQA

03 Apr
don't use template loaders caching when DEBUG=True
modified settings.py
Jordan Jambazov

committed 1238 to OSQA

02 Apr
OSQA-824: Enable Django template caching
Django loads and parses templates for every request, so this significantly improves OSQA performance.

* I've checked over the custom template tags for thread safety and they look fine,
so this change should be safe:
https://docs.djangoproject.com/en/dev/howto/custom-template-tags/#template-tag-thread-safety
* Profiling indicated the other major contributor to CPU/request time was Django's lack of database
connection pooling/persistent connections. That's best handled with an external daemon:
http://meta.osqa.net/questions/11381/is-osqa-cpu-bound


added to settings.py
Jordan Jambazov

committed 1236 to OSQA

22 Mar
don't focus recaptcha field