26 Mar, 2010
1 commit
-
* 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)
05 Mar, 2010
1 commit
-
* Also created another method for the cache of members called members_cache_key (ActionItem1399)
03 Mar, 2010
1 commit
-
* Creating a community * Inviting contacts from e-mail * Moderating articles * Joining a community * Accepting new members (ActionItem1422)
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)
-
(ActionItem1410)
08 Feb, 2010
3 commits
-
I *like* deleting code. :-)
-
(ActionItem1361)
05 Feb, 2010
5 commits
-
Also enhanced the visual of the "not found" and "access denied" screens
-
* Reviewed all block desciptions; changed them to a single, short phrase describing the purpose of the block and removed the "term" block since it's not necessary in the context * Making better use of the space in "add block" popup
-
* 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
3 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
8 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
-
(ActionItem1372)
18 Jan, 2010
3 commits
-
* thickbox_inline_popup_link has url as parameter * thickbox_inline_popup_icon has url as parameter (ActionItem1372)
-
(ActionItem1370)
-
* 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
1 commit
-
(ActionItem1357)
11 Jan, 2010
1 commit
-
* some small CSS enhancements in the system CSS * new 'base' theme which can be used as a ... wait for it ... base for new themes * new 'noosfero' theme based on the 'base' theme. It only adds a noosfero logo and header/footer/navigation templates. * Now looking for favicon.ico in the root of the theme directory * Now looking for errors.css in the root ot the theme directory
30 Dec, 2009
1 commit
-
* Number of chars limited to 150. * Validation of "group_for_person" and "group_for_friend" (ActionItem1352)
21 Dec, 2009
1 commit
-
* Added google_maps_key to domain (ActionItem1341)
11 Dec, 2009
1 commit
10 Dec, 2009
2 commits
-
If a person asks to publish an article in a community and removes it before approval, is displayed a message (ActionItem1343)
-
(ActionItem1344)
04 Dec, 2009
1 commit
-
This reverts commit cb833800fc66097971672d08246d1844eb0ce94b.
02 Dec, 2009
2 commits
-
* The user can set his location in the map by dragging a marker or by setting his address in the form. * After setting his location, the map is added to the location block. * The user can configure the zoom level and the map type that will be shown in the location block. ActionItem1256