danielgrippi
|
90f990e8dd
|
use the cache if cache size is less than limit
|
2011-10-31 17:07:30 -07:00 |
|
danielgrippi
|
c49c76e2a6
|
DG MS; some refactoring
|
2011-10-19 15:47:22 -07:00 |
|
Manuel Schölling
|
bdeae54c6c
|
Make Photos not inherit from Posts
|
2011-10-16 13:58:35 +02:00 |
|
Manuel Schölling
|
02a3c3f88b
|
Introduced Shareable
|
2011-10-16 13:58:35 +02:00 |
|
Maxwell Salzberg
|
f959ca0c12
|
refactor streams to be in a Stream module, hopefully they will auto-reload now
|
2011-10-13 22:26:15 -07:00 |
|
Pistos
|
a60e74f339
|
Fixed "string vs. integer" spec breakage in spec/models/user/querying_spec.rb .
|
2011-10-12 11:37:01 -04:00 |
|
Ilya Zhitomirskiy
|
018a42b001
|
assert that prep_opts works; reference BaseStream types in lieu of subclassed AspectStream's
|
2011-10-06 17:26:29 -07:00 |
|
Ilya Zhitomirskiy
|
7572eaaf0d
|
changed the default order in prep_opts, passing in opts to cache population
|
2011-10-06 17:14:14 -07:00 |
|
Ilya Zhitomirskiy
|
ab8308b9df
|
moved configured check into the RedisCache class
|
2011-10-04 15:46:03 -07:00 |
|
Maxwell Salzberg
|
11b1b44b22
|
fix file require
|
2011-10-04 15:33:29 -07:00 |
|
Ilya Zhitomirskiy
|
97342630c4
|
dg iz added some more documentation and only caching on all aspects
|
2011-10-04 14:39:56 -07:00 |
|
Ilya Zhitomirskiy
|
01515725fe
|
WIP trim is still needed, also possible weirdness with the mock
|
2011-10-04 10:32:16 -07:00 |
|
Ilya Zhitomirskiy
|
8d12a57f37
|
reding from redis cache
|
2011-10-04 10:32:16 -07:00 |
|
Maxwell Salzberg
|
5348c72209
|
add sqlite method; fix chubbies cukes
|
2011-09-30 14:27:54 -07:00 |
|
Maxwell Salzberg
|
60ace5c297
|
DG MS; Broke out HydraWrapper in HttpMulti job
|
2011-09-14 15:50:07 -07:00 |
|
danielgrippi
|
91e649977c
|
MS DG update copyright
|
2011-09-14 11:23:12 -07:00 |
|
danielgrippi
|
aed08d6283
|
removed unused method; moved includes() out of scope
|
2011-09-14 00:10:04 -07:00 |
|
Maxwell Salzberg
|
665facaeb0
|
DG MS renamed private dispatcher; started refactor including public
dispatcher
|
2011-09-12 17:02:40 -07:00 |
|
Raphael Sofaer
|
8b743e7e3b
|
Fix stack level too deep error on reshares
|
2011-08-12 13:20:25 -07:00 |
|
danielgrippi
|
db645e8da8
|
merged publics/show and posts/show
|
2011-08-10 18:07:38 -07:00 |
|
Raphael Sofaer
|
20523f99af
|
Document a method
|
2011-08-10 17:31:18 -07:00 |
|
Raphael Sofaer
|
66c7f283e0
|
Remove unused method in querying.rb.
|
2011-08-05 18:39:18 -07:00 |
|
Maxwell Salzberg
|
5e5671ecf8
|
fix post vis batch update
|
2011-07-29 19:36:29 -07:00 |
|
Maxwell Salzberg
|
73616a3e7a
|
new users now autofollow diasporahq@joindiaspora.com; upon connecting to a user, you now get post visibilities for their public posts (that your pod knows about)
|
2011-07-29 17:20:10 -07:00 |
|
danielgrippi
|
d364f158b8
|
cache counters in for likes. pending Diaspora::Likeable module...
|
2011-07-11 15:05:55 -07:00 |
|
Raphael Sofaer
|
e8552fc417
|
Fix direct query execution issues in PG by using select_values/select_rows instead of execute.
|
2011-06-22 14:47:59 -07:00 |
|
danielgrippi
|
74f9ffbbdf
|
8 failures left with sqlite3 adapter
|
2011-06-22 00:22:16 +02:00 |
|
Raphael Sofaer
|
2d3eeb9c46
|
Get another couple specs green on pg
|
2011-06-19 16:16:31 +02:00 |
|
Raphael Sofaer
|
ab398555d6
|
Back to green in mysql
|
2011-06-19 16:16:30 +02:00 |
|
Raphael Sofaer
|
7c454b7d15
|
Fix stream query for postgres, shouldn't break mysql
|
2011-06-19 16:16:30 +02:00 |
|
Raphael Sofaer
|
06217a0a1d
|
Fix stream query
|
2011-06-01 14:19:27 -07:00 |
|
Raphael Sofaer
|
9aad7810c0
|
Move visible_posts defaults into a defaults hash, mostly
|
2011-06-01 12:24:07 -07:00 |
|
Raphael Sofaer
|
609439f948
|
Destroy notifications on contact destroy
|
2011-05-23 18:33:18 -07:00 |
|
danielgrippi
|
0db8541f6e
|
added a pane for people sharing with you on all aspect page
|
2011-05-04 17:57:42 -07:00 |
|
danielgrippi
|
e854bd0a32
|
split 'mutual' flag into 'sharing' and 'receiving' on Contact
|
2011-05-04 17:09:48 -07:00 |
|
danielgrippi
|
648a10e6d3
|
Merge branch 'master' into follow
Conflicts:
app/controllers/requests_controller.rb
app/controllers/tags_controller.rb
app/helpers/aspects_helper.rb
app/views/notifications/index.html.haml
config/routes.rb
public/javascripts/aspect-edit.js
public/javascripts/contact-list.js
spec/integration/receiving_spec.rb
spec/models/user/connecting_spec.rb
spec/models/user/posting_spec.rb
|
2011-05-04 11:35:35 -07:00 |
|
MrZYX
|
9df8f83276
|
fixed specs for me and serveral others (thanks @jrichardlai); fixed cucumber
|
2011-04-17 21:28:09 +02:00 |
|
Raphael Sofaer
|
efe79eb351
|
Fix stream on pages other than 1, rename raw_visible_posts to visible_posts
|
2011-04-13 14:35:20 -07:00 |
|
Raphael Sofaer
|
9383388bb6
|
Dumb fix for pagination
|
2011-04-13 10:46:31 -07:00 |
|
danielgrippi
|
106ae983d5
|
Merge branch 'master' into follow. all specs green.
Conflicts:
app/controllers/application_controller.rb
app/controllers/people_controller.rb
app/models/person.rb
config/assets.yml
db/schema.rb
public/javascripts/aspect-edit.js
spec/controllers/aspects_controller_spec.rb
spec/models/user/querying_spec.rb
spec/spec_helper.rb
|
2011-04-11 17:48:37 -07:00 |
|
danielgrippi
|
352d1c6abf
|
fixed disconnecting logic. specs&cucumber green
|
2011-04-11 15:10:51 -07:00 |
|
danielgrippi
|
aeda5a4e39
|
dispatching / receiving logic complete. following wip.
|
2011-04-07 18:29:24 -07:00 |
|
danielgrippi
|
2e5b5e1efe
|
request notification emails -> started sharing notification emails
|
2011-04-06 13:21:15 -07:00 |
|
Raphael Sofaer
|
3fb822c6c5
|
Fix distinct problem
|
2011-04-06 12:29:05 -07:00 |
|
danielgrippi
|
68375fdb02
|
added mutual flag, removed pending from contact, specs are green. wip
|
2011-04-05 16:12:53 -07:00 |
|
Raphael Sofaer
|
fa41c1fc52
|
Stream query... FIXED?????
|
2011-04-05 14:56:56 -07:00 |
|
Raphael Sofaer
|
746a0c38b3
|
Take another shot at fixing pagination
|
2011-04-05 13:59:15 -07:00 |
|
Raphael Sofaer
|
fddd252aee
|
Take out limit hack, pass offset through instead
|
2011-04-05 11:50:09 -07:00 |
|
Raphael Sofaer
|
03e37d2186
|
Using union in stream query
|
2011-04-05 11:40:32 -07:00 |
|
Raphael Sofaer
|
fdb6675f28
|
Make things more postgres compatible
|
2011-04-05 09:49:39 -07:00 |
|