diaspora/app
Maxwell Salzberg 11d9b50f3a a solution for a problem with pulling back all visible public ids when querying
after much sleuthing, this is an extremely hacky way to limit the
amount of public post _ids we are pulling back with every query.
previously, for unknown reason, we were pulling back all of them from
people you are connected to, and doing giant in queries which were
causing bad things to happen.  As far as I can tell, we are in fact
keeping track of the page( i.e. max time and offset) so there was no
need to pull all of them back.  This whole file is a huge clusterf*ck,
so it really should just get totally refactored, as the stuff that is
happening is not really as scary as it looks :(
2012-04-10 00:40:34 -07:00
..
assets don't set publisher height on focus (already done in css), fixes #3109 2012-04-06 21:21:35 +02:00
controllers update feature_flagger to have access to current user 2012-04-04 19:35:53 -07:00
helpers disable jQuery effects for tests 2012-04-05 16:12:45 +02:00
mailers ~FIX: changed the translate pattern inside notifier.rb: correct mail subject will be translated 2012-04-09 00:25:08 +02:00
models a solution for a problem with pulling back all visible public ids when querying 2012-04-10 00:40:34 -07:00
presenters MS DC You can has choose a template 2012-03-27 14:52:53 -07:00
uploaders added support for uploading images with .tiff extensions 2012-01-02 21:40:46 -05:00
views update resources in devise emails :( 2012-04-09 22:56:30 -07:00