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
13 Jan, 2010
1 commit
-
(ActionItem1357)
31 Oct, 2009
1 commit
-
- New UI for calendar - New routes to /profile/:profile/events (ActionItem1255)
07 Oct, 2009
1 commit
03 Oct, 2009
1 commit
18 Sep, 2009
2 commits
-
* on header/footer * on articles * on events
16 Sep, 2009
1 commit
-
members can create articles an edit/delete them without being able to edit/delete others' members articles
21 Aug, 2009
1 commit
-
* now is created one cache to user who can edit and other to other people * added touch plugin to update articles * added migrate to add column updated_at to profiles * added migrate to remove column lock_version from articles
10 Aug, 2009
1 commit
-
* changed category_ids on profile and article * changed update_roles on profile_members controller * updated a test that passed categories objects instead of ids to category_ids
06 Jun, 2009
1 commit
28 May, 2009
1 commit
-
in the search for tagged articles the results limits to the current environment's articles
13 May, 2009
1 commit
11 May, 2009
1 commit
-
* made areas appear in the front page * folders can provide specific news for front page * adding condition to display news (feature and portal community defined) * admin can set the portal community * added cache to the news page * added migration for highlight attribute + renumbering migrations
04 May, 2009
1 commit
23 Apr, 2009
1 commit
04 Apr, 2009
1 commit
-
* Fixing BlogArchivesBlock to list the years in the correct order * Changing Article#recent to consider published_at instead of created_at for listing recent content. * small refactoring in FeedHandler (rename variable) * Better wording in blog edition template
03 Apr, 2009
1 commit
27 Mar, 2009
1 commit
-
* Adding migrate with new permission to admin and moderators * not allowing members to view private content
25 Mar, 2009
1 commit
23 Mar, 2009
1 commit
-
* basic implementation of cache in blocks * fixed the timed cache plugin * polished the cache timeouts * expiring cache for recent documents and blog archive blocks * minor performace improvement * fixed expiring cache of articles
16 Mar, 2009
2 commits
-
When we know who is the author, use it instead of just using the profile owning the article. This is rather limited, though, since the history is not queried to get all the authors; only the last author is displayed.
-
* For blog owner, unpublished articles are listed with hachures and opacity
09 Mar, 2009
1 commit
06 Mar, 2009
1 commit
05 Mar, 2009
1 commit
-
added the view_url method for article change several places that merged the view parameter into the article url to use the new view_url
25 Feb, 2009
1 commit
-
This way (I hope) the non-deterministic problem of StaleObjectError stops happening.
21 Feb, 2009
1 commit