30 Dec, 2009
4 commits
-
(ActionItem1354)
-
(ActionItem1351)
-
This includes the port number, if for some reason a Noosfero instance is publicly available on another port then the HTTP default. Based on a patch from Josef Spillner.
-
* 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)
14 Dec, 2009
1 commit
-
(ActionItem1321)
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
2 commits
-
This reverts commit cb833800fc66097971672d08246d1844eb0ce94b.
-
(ActionItem1280)
02 Dec, 2009
8 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 -
- Button to create new event - Displaying header and footer even without side boxes - Display links to events in bold - Fixing previous and next month boxes on IE - Display environment name in header of global agenda (ActionItem1255)
-
Blocks: friends, community and enterprises (ActionItem1326)
-
- Remove unnecessary config file tests for GoogleMaps - Also add the default gravatar configuration (ActionItem1324)
-
(ActionItem101)
30 Nov, 2009
5 commits
-
Conflicts: app/views/profile_editor/_organization.rhtml features/support/selenium.rb
-
(ActionItem1330)
-
* Brazilian's currency format: 123.456,78 * American's currency format: 123,456.78 ActionItem1322
-
* 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 -
* copying theme when applying template (ActionItem1311)
25 Nov, 2009
2 commits
-
(ActionItem1255)
20 Nov, 2009
2 commits
-
- Better formatting for select a day message - Changing style of arrow for next and previous links - Adding icon for Event in link list block - Dont show horizontal scroll in events list (ActionItem1255)
-
(ActionItem1320)
13 Nov, 2009
4 commits
-
ActionItem1284
-
Conflicts: po/pt/noosfero.po
-
* If the comment was created by a user that now doesn't exist: *In the place of name is displayed "(removed user)" *In the avatar is displayed "unknown user" avatar ActionItem1296 -
ActionItem1305
06 Nov, 2009
3 commits
-
Conflicts: app/models/environment.rb
-
* Added feature 'enterprises_are_disabled_when_created' * After create, when applying template: * if enterprise is disabled, apply inactive_template * if enterprise is enabled, apply active_template ActionItem1268 -
ActionItem1301
05 Nov, 2009
1 commit
31 Oct, 2009
4 commits
-
(ActionItem1254)
-
Adding explanation about moderation ActionItem1254
-
* Added a feature to environment * If feature is on, a task is created to environment admin ActionItem1254
-
For some weird reason, in development mode we were being redirected to a URL without a port number. Article#url returned with the port number, bur Article#view_url did not (only in this context, in an automated test it worked ok). Since in production mode Noosfero.url_options is guaranteed to return an empty hash, this has no impact on production servers.