14 Jun, 2010
1 commit
-
(ActionItem1547)
05 Jun, 2010
1 commit
-
(ActionItem1552)
28 May, 2010
2 commits
-
A blog can display the full content of posts or only the first paragraph (ActionItem1515)
-
(ActionItem1502)
25 May, 2010
2 commits
-
Conflicts: test/functional/profile_controller_test.rb
-
* Forgot to update completely the last patch. (ActionItem1534)
20 May, 2010
1 commit
-
(ActionItem1516)
18 May, 2010
1 commit
-
(ActionItem1530)
17 May, 2010
1 commit
-
(ActionItem1518)
11 May, 2010
1 commit
-
(ActionItem1471)
28 Apr, 2010
2 commits
16 Apr, 2010
1 commit
-
* The registration has two validation type: region and admin. + Admin - There is no validator to choose. - The regions to choose are states (This might be changed in the future). - The admins of the environment recieves the task to approve the registration of this new enterprise. - The region field isn't displayed. + Region - If there isn't any validator, shows a message that it's not possible to register any enterprise and don't show the form. - Show only the regions where is registered at least one validator. - The region field is displayed. * The required fields are highlithed. * The fields that are active or required are set through the administration panel. * Only the fields name and identifier are always required. * After registering a new enterprise, the user is set as an admin of it. * The cancel button in the register form is working properly. * In the "Validator" step, the radio button is choosing a default option. * Cancel radio_button in the task validation has a "Rejection Explanation" field that is required. * Some navigation buttons added. * Changed some buttons to labelled buttons. * The "Register a new enterprise" button is an admin option. (ActionItem1482)
14 Apr, 2010
2 commits
-
* When listing members of a community/enterprise, button "remove" is not displayed on the line of the current user (ActionItem1454)
-
(ActionItem1452)
05 Apr, 2010
1 commit
-
They are need in DocControlller tests as well in order to not depend on the docs being built during tests
26 Mar, 2010
2 commits
-
* 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.
24 Mar, 2010
1 commit
-
(ActionItem1448)
26 Feb, 2010
2 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)
-
(ActionItem1410)
08 Feb, 2010
1 commit
-
(ActionItem1361)
05 Feb, 2010
4 commits
-
It will also happen when a user tries to browse the documentation but it was not generated by the site administrator.
-
* 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
1 commit
-
- invite friends refactored (ActionItem1275)
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
3 commits
-
* 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
2 commits
30 Dec, 2009
3 commits
-
(ActionItem1354)
-
(ActionItem1351)
28 Dec, 2009
1 commit
-
Conflicts: test/functional/search_controller_test.rb
21 Dec, 2009
1 commit
-
* Added google_maps_key to domain (ActionItem1341)
18 Dec, 2009
1 commit
-
This way we can reuse that logic (fast creation with a category and/or adding a category) in other tests for search functionality.
11 Dec, 2009
1 commit
-
This time: * test/functional/search_controller_test.rb * test/functional/profile_editor_controller_test.rb The time gain was small, so perhaps we need to formulate another strategy for functional tests. The way we are doing them, they always require hitting the database.