26 Mar, 2010
5 commits
-
(ActionItem1451)
-
* Profile theme is nil by default. * Profile#theme was removed. (ActionItem1432)
-
* Used xss_terminate with the option 'white_list' that only filters the bad html codes. (ActionItem1437)
-
* Checking if each children of the folder should be displayed to the current user by using the 'display_to?' method. * Moving some test from the folder test to the folder_helper test. (ActionItem1396)
-
* 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.
08 Mar, 2010
1 commit
-
* Granting that the attribute 'task_args' isn't nil before trying to merge. (ActionItem1411)
05 Mar, 2010
1 commit
-
* The problem ocurred because the body of PublishedArticles is empty and it must call the body of the article to which it references to. This is done through the to_html method. * Also included fast_create defaults for blog. (ActionItem1395)
26 Feb, 2010
3 commits
-
* Adding div's on blocks, blog, footer and home/index * Adding separator as argument on language chooser * Adding slideshowblock on available blocks of Environment (ActionItem1398)
-
(ActionItem1397)
-
(ActionItem1410)
08 Feb, 2010
1 commit
-
(ActionItem1361)
05 Feb, 2010
6 commits
-
This reverts commit 93f859662e9f6f4036c20e8e6a9c3ac81a7f8090.
-
It will also happen when a user tries to browse the documentation but it was not generated by the site administrator.
-
Taken from a comment by Edvard Majakari (http://majakari.net/) at http://errtheblog.com/posts/34-a-ruby-rainbow Changed the coloring to use the dark versions of the colores instead of the light ones
-
* added option to shuffle images * added navigation buttons * other changes: * Removed "toggle visibility" button and action in BoxOrganizer Controller * Bock#visible? now receives an optional context so that blocks can decide where they must be shown or not * BoxesHelper now passes the context into the Block#visible? method * Added title to Uploaded files and displaying it instead of the description when viewing files (ActionItem1358)
02 Feb, 2010
4 commits
-
Conflicts: features/support/paths.rb
-
- invite friends refactored (ActionItem1275)
01 Feb, 2010
1 commit
-
(ActionItem1374)
29 Jan, 2010
1 commit
-
* Documentation browser at /doc * Infra-structure for generating and translating the docs * Added a :release take task for doing th release, which already updates the docs.
20 Jan, 2010
7 commits
-
(ActionItem1367)
-
* 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
-
Conflicts: po/de/noosfero.po po/pt/noosfero.po
18 Jan, 2010
4 commits
-
(ActionItem1371)
-
* Not allowing people to signup without a name * Adding a migrate to set identifier as name for people that are already without a name * Changing the field "Full Name" to "Name" and to become red when not filled * Adding new db:schema (ActionItem1352)
13 Jan, 2010
4 commits
-
(ActionItem1357)
30 Dec, 2009
2 commits
-
(ActionItem1354)