24 Nov, 2015
1 commit
21 Nov, 2015
4 commits
20 Nov, 2015
2 commits
-
Events from the past was being displayed with "future" class and vice-versa
19 Nov, 2015
1 commit
-
Include some profile controller paths to show breadcrumbs block Currently, pages from profile and event actions don't display breadcrumbs. This merge creates path links on profile and event actions page with profile index as ancestor, so breadcrumbs block will work on these pages. See merge request !728
18 Nov, 2015
1 commit
16 Nov, 2015
2 commits
13 Nov, 2015
1 commit
12 Nov, 2015
5 commits
-
Noosfero::Plugin::ActiveRecord is not necessary anymore.
-
newsletter: remove unwanted tags from lead Filter out image and other tags from newsletter articles's lead since the only image for an article in the newsletter has to be the article's image. The content in the lead can't have any type of additional formatting in the newsletter's body. This also fixes the problem with not sanitizing p tags with any attributes, like styles commonly added by tinymce. See merge request !698
10 Nov, 2015
3 commits
-
the plugin style was not being loaded
-
the plugin style was not being loaded also removed useless sym link
-
Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> See merge request !709
05 Nov, 2015
2 commits
04 Nov, 2015
1 commit
03 Nov, 2015
3 commits
-
GetText will try to update PO files when creating MO files, and we don't want that.
30 Oct, 2015
5 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
-
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com>
28 Oct, 2015
2 commits
-
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
-
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
09 Oct, 2015
2 commits
-
The only image for an article in the newsletter has to be the article's image. The lead for the article also can't have any paragraph or other crazy stuff. Instead of manually using gsub to remove undesired tags, I'm using ActionView::Helpers::SanitizeHelper#sanitize and whitelisting only tags for emphasis in text.
08 Oct, 2015
2 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.
-
Also does some security enhancement for custom forms by sanitizing content.
07 Oct, 2015
1 commit
-
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>