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
30 Dec, 2009
1 commit
-
(ActionItem1354)
11 Dec, 2009
1 commit
-
Trying to not depend on a too specific text
10 Dec, 2009
1 commit
-
If a person asks to publish an article in a community and removes it before approval, is displayed a message (ActionItem1343)
04 Dec, 2009
1 commit
-
ActionItem1309
30 Nov, 2009
2 commits
-
This is saner than clicking "Delete" an arbitrary number of times (this could break at any time in the future) (ActionItem1309)
-
* When a user try to publish an article in some communities and there is another article with the same name already published in these communities, an exception is raised and the exception message will be shown listing the commuinties where this problem ocurred. * If the community is moderated, then no message will be shown to the user, but when the moderator try to accept the task, an exception message will be shown informing that that name is already in use. ActionItem1309