02 Sep, 2010
14 commits
-
(ActionItem1661)
-
This technique is actually very useful to inject request context into whatever objects you need, and I learnt it from Leandro and Caio.
-
* Added 'thumbnails_processed' to articles and images * Added images to be displayed when the uploaded were not processed yet (ActionItem1661)
-
* added delayed_attachment_fu lib to process thumbnails in background * added create_thumbnails_job lib to create thumbnails (ActionItem1661)
-
Also removed a useless test for PublishedArticle (ActionItem1668,ActionItem1664)
-
* Also cleaning the css that involves, the article title and the blog-feed-link.
-
* Add Article#lead explicitly and moved the logic there * Better UI for article * Changed the the "short" format of blogs to use the lead intead of the "first paragraph". With that the lead UI almost makes sense for all users. (ActionItem1664)
-
(ActionItem1669)
-
(ActionItem1668)
-
(ActionItem1667)
-
* Adding the lead field to article's edition. This field fills the information that is displayed in the highlighted news. (ActionItem1664)
01 Sep, 2010
1 commit
-
Run each request 10 times to avoid failure because of outliers (ActionItem1617)
31 Aug, 2010
6 commits
-
(ActionItem1665)
-
(ActionItem1666)
-
(ActionItem1665)
-
* Dealing with the content in the view. (ActionItem1665)
-
(ActionItem1658)
30 Aug, 2010
11 commits
-
(ActionItem1640)
-
(ActionItem1605)
-
Actually, replace the current test with a reasonable one. (ActionItem1640)
-
(ActionItem1640)
-
(ActionItem1640)
-
(ActionItem1640)
-
(ActionItem1640)
-
(ActionItem1640)
-
(ActionItem1412)
27 Aug, 2010
8 commits
-
(ActionItem1640)
-
(ActionItem1605)
-
For some reason when the Profile class is loaded while InvitationJob is being performed there is an IOError error caused by acts_as_ferret's DRB server. By trial and error I found out that if the class is loaded during delayed_job startup, then that problem does not occur. WTF? (ActionItem1640)
-
(ActionItem1640)
-
(ActionItem1640)
-
* Added message if user wants to fetch from hotmail * Added <url> to message if user removed it * Refactored invite_controller * Added ContactList * Added get_email_contacts_job * Added invitation_job (ActionItem1640)
-
"Contact us" -> "Send a message"