- mai 10, 2012
-
-
Dennis Collinson a rédigé
DC DG; added LastThreeComments decorator so we don't have to load those comments when not needed (i.e. new profile pages)
-
Dennis Collinson a rédigé
and comment presenter
-
- avr. 24, 2012
-
-
Dennis Collinson a rédigé
MS DC; text now overlays for wallpaper; ALSO. really sorry @danielgrippis stuff does not work in firefox. or safari. or konqueror. we will talk to him about it later
-
- avr. 22, 2012
-
-
danielgrippi a rédigé
-
- avr. 19, 2012
-
-
Dennis Collinson a rédigé
-
- fév. 28, 2012
-
-
Maxwell Salzberg a rédigé
-
- fév. 26, 2012
-
-
Maxwell Salzberg a rédigé
introduce the idea of Federated::Base. this is mostly just renaming and collasping of different federation modules, but also starting a direct hiearchy of these federation classes to make everything easier to refactor
-
- fév. 25, 2012
-
-
Dennis Collinson a rédigé
phasing out app.user() for app.currentUser
-
- fév. 21, 2012
-
-
danielgrippi a rédigé
-
danielgrippi a rédigé
-
Maxwell Salzberg a rédigé
the previous and next posts are now supplied in json of the presenter; give the template creator a default value
-
- fév. 19, 2012
-
-
danielgrippi a rédigé
-
Maxwell Salzberg a rédigé
-
Dennis Collinson a rédigé
-
- fév. 14, 2012
-
-
danielgrippi a rédigé
-
- fév. 10, 2012
-
-
Maxwell Salzberg a rédigé
-
Dennis Collinson a rédigé
-
- fév. 08, 2012
-
-
danielgrippi a rédigé
-
Dennis Collinson a rédigé
-
- fév. 06, 2012
-
-
danielgrippi a rédigé
-
- fév. 04, 2012
-
-
Dennis Collinson a rédigé
-
Dennis Collinson a rédigé
-
- fév. 02, 2012
-
-
danielgrippi a rédigé
-
- jan. 25, 2012
-
-
Jonne Haß a rédigé
collapse Post#last_three_comments and Commentable#last_three_comments, do not double query comments in CommentsController#index for a JSON response, remove spec that tests ordering as it's not deterministic on psql without specified order
-
danielgrippi a rédigé
don't use .last(3), use .limit(3) instead. also, don't put an order on an association as it isn't overridable. (this commit minimizes AR object instantiation in the stream)
-
- jan. 18, 2012
-
-
Maxwell Salzberg a rédigé
commit. Add migration and rake task to copy hidden information from share_visibilities to users. see: http://devblog.joindiaspora.com/?p=44
-
- jan. 14, 2012
-
-
danielgrippi a rédigé
remove cache counter for photos, as it was causing too many edge-case errors & added complexity across models
-
- jan. 13, 2012
-
-
Jonne Haß a rédigé
-
- jan. 08, 2012
-
-
danielgrippi a rédigé
-
- jan. 07, 2012
-
-
Dennis Collinson a rédigé
-
Dennis Collinson a rédigé
-
danielgrippi a rédigé
-
danielgrippi a rédigé
-
danielgrippi a rédigé
only load photos for a post if photos_count > 0; display 'limited' or 'public' in stream elements; fix small like bug in stream
-
danielgrippi a rédigé
-
danielgrippi a rédigé
remove widget references on backbone stream pages; don't call time_for_stream if @backbone (the method references @stream.stream_posts)
-
danielgrippi a rédigé
-
danielgrippi a rédigé
corrected template views; status message now includes oembed; updated post.rb api to supply oembed and object_url
-
danielgrippi a rédigé
-
danielgrippi a rédigé
-