26 May, 2011
1 commit
-
(ActionItem2008)
21 Apr, 2011
1 commit
-
* For all types of article, its title, url and beginning of body are shared * The first image in the body is used as thumbnail * To use this, it's necessary to add 'www.facebook.com' in the list addthis_options in config/noosfero.yml (ActionItem1972)
25 Mar, 2011
1 commit
-
(ActionItem1961)
22 Mar, 2011
2 commits
-
(ActionItem1932)
-
(ActionItem1926)
27 Feb, 2011
1 commit
-
* Forbidding folders to be created inside blogs. * Avoiding folders on the blog's posts until it's decided what's going to be done the the folders that are already inside blogs (migration). (ActionItem1892)
01 Feb, 2011
1 commit
-
(ActionItem1822)
26 Jan, 2011
1 commit
-
Obs: should be applied over 4ce41162d5baa9389ae22ac09a730515143ad140 (ActionItem1527)
18 Jan, 2011
1 commit
-
* new controller profile_search * new block profile_search_block * added on style.css background images for mimetypes icons * new route profile/foo/search?q=bar (ActionItem1734)
17 Dec, 2010
1 commit
-
(ActionItem1732)
10 Dec, 2010
1 commit
-
* Added rss-feed-16.png (a 16x16 image of rss feed) * icon_name now is a class method * removing image_tags with article's icons * added icon_for_article on class to display icons (ActionItem1770)
09 Dec, 2010
2 commits
-
(ActionItem894)
-
* When approving a task, some fields from published article are displayed and can be edited * Removed PublishedArticle * Added migrate to copy body, article and type from PublishedArticle's reference_article to article (ActionItem1733)
07 Dec, 2010
1 commit
-
(ActionItem1769)
21 Oct, 2010
1 commit
-
* Posts unavailable for the user weren't displayed but were considered on pagination. * Used a direct sql to increase the performance. * Removing last and first_day_of_month methods and using the rails builtin methods in_the_beginning_of_month and in_the_end_of_month. P.S.: done against the master branch. (ActionItem1557)
21 Sep, 2010
2 commits
-
* The users member of a community shoudl be notified with the information of where that noficication is. * The friendship relationship should be notified to the both users * If the article is created automaticaly according its template this article should not be notified * The article approval should not notify the article with the user who aproved it as the user that made the article (ActionItem1303)
-
* Also adding a named_scope for images (ActionItem1698)
17 Sep, 2010
1 commit
-
(ActionItem1689)
14 Sep, 2010
1 commit
11 Sep, 2010
1 commit
-
(ActionItem1303)
03 Sep, 2010
1 commit
-
(ActionItem1670)
02 Sep, 2010
3 commits
-
* 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)
-
(ActionItem1668)
-
(ActionItem1667)
31 Aug, 2010
1 commit
-
* Dealing with the content in the view. (ActionItem1665)
26 Aug, 2010
2 commits
-
* Instead of creating a PublishedArticle, a copy of the event is created. PS: depends of cba6c4326. (ActionItem1648)
-
(ActionItem1625)
09 Aug, 2010
1 commit
-
This reverts commit 64e4639c91da8a2beadf7639f95357b1db1f3e97. (ActionItem1557, ActionItem1617)
06 Jul, 2010
1 commit
-
* Posts unavailable for the user weren't displayed but were considered on pagination. (ActionItem1557)
15 Jun, 2010
1 commit
-
(ActionItem1566)
05 Jun, 2010
1 commit
-
(ActionItem1553)
28 May, 2010
1 commit
-
A blog can display the full content of posts or only the first paragraph (ActionItem1515)
12 May, 2010
1 commit
-
* The field verification now occurs before de validation. * Fields that uses the full filter escape residual '<' and '>' after filtering wellformed tags. * Fields that uses white_list filter only escape the '<' and '>' symbols if the tag is not wellformed. * This patch only fixes the fields that were before being filtered. A full field verification is need to check the way each field must be filtered. (ActionItem1491)
26 Apr, 2010
1 commit
-
(ActionItem1476)
16 Apr, 2010
1 commit
-
(ActionItem1455)
14 Apr, 2010
1 commit
-
(ActionItem1452)
26 Mar, 2010
3 commits
-
(ActionItem1451)
-
Using a constant instead of a method call that instantiates that array at every call; besides, using symbols instead of strings.
-
* This patch will centralize the logic of public/private article in the 'published' attribute. * Removing the public_article attribute from the code replacing it by published. * Creating two new migrations: 1. Setting the published attribute to false when the article has the public_article attribute false. This will grant that all the articles that aren't public now continue unpublished. 2. Removing the public_article attribute from the schema.
20 Jan, 2010
1 commit
-
* Added migration to add visible to profiles * Some improvements on profile screen * A private profile displays a different profile screen * added profile image, name, description and message * added link to join if profile is a community * added link to "add friend" if profile is a person * Added description in profile * Added field description to organization and person form * Removed link and added button on not_found page * Added css for not access_denied message * Changed css for flash messages * Recent articles doens't list private profile's articles * Private profiles are listed on blocks and searches * Invisible profiles are never listed * Join community popup will be displayed if profile is private * Join community popup will not be displayed if profile is invisible * If an organization is private, it is also closed