19 Oct, 2015
5 commits
16 Oct, 2015
3 commits
15 Oct, 2015
3 commits
14 Oct, 2015
6 commits
13 Oct, 2015
9 commits
-
Improve usability to add blocks in Noosfero The way as noosfero displays the available blocks in system for adding tends to get confused when the list of blocks increases. This proposal aims to facilitate the addition of blocks by allowing the user to drag and drop new blocks to the desired location. For each block available, the user can view block information, as icon, name, pictures, description and release notes. More in http://noosfero.org/Development/ActionItem3279 See merge request !707
-
Signed-off-by: Victor Costa <vfcosta@gmail.com> Signed-off-by: Francisco Marcelo de Araújo Lima Júnior <francisco.lima-junior@serpro.gov.br> Conflicts: app/controllers/my_profile/profile_design_controller.rb app/helpers/boxes_helper.rb app/helpers/layout_helper.rb app/views/layouts/_javascript.html.erb public/stylesheets/application.css test/functional/environment_design_controller_test.rb test/functional/profile_design_controller_test.rb
12 Oct, 2015
1 commit
09 Oct, 2015
4 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
9 commits
-
- 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 !564
-
Also does some security enhancement for custom forms by sanitizing content.
-
Fix highlights_block error on add Noosfero.root @danielafeitosa, can you review this merge request? See merge request !701
-
Show email of requestor in AddMember task Add user email on the screen to process the request to enter on the community. softwarepublico issue: https://softwarepublico.gov.br/gitlab/softwarepublico/softwarepublico/issues/238 See merge request !696
-
Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com> Signed-off-by: Thiago Ribeiro <thiagitosouza@hotmail.com>