14 Oct, 2015
4 commits
13 Oct, 2015
7 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
13 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>
-
Explicit hidden filed on topic creation(forum) Users reported the confusing behaviour of "new topic" feature. This MR makes explicit the option that allows users to "leave comments" at the time they create a new topic instead of only the edition. See [travis-ci](https://travis-ci.org/tallysmartins/noosfero/jobs/84188394) for test status for this branch. See merge request !699
-
Error in translation after assessing community Message with error: "Os administradores configuraram o tempo mínimo de 24 hour(s)" "hour(s)" should be "hora(s)" Issue in softwarepublico: https://softwarepublico.gov.br/gitlab/softwarepublico/softwarepublico/issues/271 See merge request !697
07 Oct, 2015
8 commits
-
Signed-off-by: Brenddon Gontijo <brenddongontijo@msn.com> Signed-off-by: Eduardo Vital <vitaldu@gmail.com> Signed-off-by: Jessica Cristina <jessica.cris1127@gmail.com> Signed-off-by: Simiao Carvalho <simiaosimis@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
-
Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
-
Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com> Signed-off-by: Simiao Carvalho <simiaosimis@gmail.com> Signed-off-by: Thiago Ribeiro <thiagitosouza@gmail.com>
-
avoid html double escape This is already handled on rails 3. Fix #64 See merge request !687
-
restore:remove_emails: removes actual emails from database This is useful when you are loading a database dump from a production database for local tests, and you don't want people's emails there in order to avoid accidental outgoing email. See merge request !692
-
Favorite enterprises block footer and content fixes Before:  After:  Had to move the "view all" button to the bottom because of this problem:  See merge request !676
-
newsletter: Fixes string internationalization for mailing Only marking the strings for translation with `N_()` wasn't enough and strings weren't being translated for mailing. See merge request !693
-
Consider subdirectory in some images path Small fixies to allow blog posts present images when Noosfero is running in a subdirectory See merge request !694
06 Oct, 2015
3 commits
-
Include missed helper in Environment Notification Plugin The Environment Notification Plugin's popup feature was broken since the following commit: 1414c2864df4e2d73c8b01f1b7c0c437ee2279b5 See merge request !695
-
Signed-off-by: Rodrigo Souto <rodrigo@colivre.coop.br> Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com>