03 Nov, 2015
10 commits
-
- updatepo has been replaced by gettext:po:update - makemo has been replaced by gettext:mo:update
-
This will happen when working from a git repository, but actually running Noosfero from a choot, container or virtual machine that does not have git installed on it.
-
Everything that is needed to run the rails4 branch on Debian Jessie should be available at Noosfero's repository now.
-
- we don't need the very lastest version of of PostgreSQL driver; the one in Jessie should be good enough - we don't need spring-commands-testunit, according to its own documentation: http://www.rubydoc.info/gems/spring-commands-testunit/1.0.1
30 Oct, 2015
8 commits
-
[gallery block] display images from a gallery The images are displayed like a slideshow with groups of images See merge request !720
-
The images are displayed like a slideshow with groups of images
-
$ rake updatepo
-
Don't use versions from git if they are older than the one hardcoded. This is specially useful when doing releases, and mostly harmless everywhere else.
-
work_assignment: make sentence meaning clearer Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> See merge request !719
-
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com>
29 Oct, 2015
6 commits
-
Some bug fixes for Noosfero 1.3 This merge request contains a few bug fixes that were reported during pre release testing of Noosfero 1.3. See commits for reference of issues. See merge request !716
-
The "correct" translation string is too big and it was breaking some layouts. Fixes #145
28 Oct, 2015
6 commits
-
Fixes #150
-
These permissions were mistakenly removed in a merge. Fixes #142
-
time_ago_as_sentence has been replaced in a refactor and *_description now takes the action tracker record as an argument. This just updates product related notifications to work after these changes.
-
This fixes link on Noosfero running as a subdirectory Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
22 Oct, 2015
1 commit
13 Oct, 2015
1 commit
12 Oct, 2015
1 commit
10 Oct, 2015
1 commit
09 Oct, 2015
5 commits
-
custom_forms: small bug fixes in datepick and remove field - Fixes slide up of field box when removing a field, since the outer box was being left behind and only the content was being slided up. - Fixes date pick on Firefox/Iceweasel, which was not showing the date stored on the database and instead was always being initialized with the current date because the format with dashes '1995-12-17 03:24:00' is not a valid date format for Date(), while '1995-12-17T03:24:00' or '1995/12/17 03:24:00' are correct formats. See merge request !703
08 Oct, 2015
1 commit
-
- Fixes slide up of field box when removing a field, since the outer box was being left behind and only the content was being slided up. - Fixes date pick on Firefox/Iceweasel, which was not showing the date stored on the database and instead was always being initialized with the current date because the format with dashes '1995-12-17 03:24:00' is not a valid date format for Date(), while '1995-12-17T03:24:00' or '1995/12/17 03:24:00' are correct formats.