21 Nov, 2015
3 commits
20 Nov, 2015
7 commits
-
event: Fix past/future class on events Events from the past was being displayed with "future" class and vice-versa Still needs to treat events of the day and that started on the past, but has duration of more than one day See merge request !734
-
Events from the past was being displayed with "future" class and vice-versa
-
Fix how the duration of events are calculated See merge request !733
19 Nov, 2015
3 commits
-
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
-
Add custom field feature to core Custom fields can be added to any profile through the admin panel in the 'Fields' section. They have the same behavior as the current Noosfero's fields (active, signup, required and privacy). See merge request !730
18 Nov, 2015
2 commits
-
Custom fields can be added to any profile through the admin panel in the 'Fields' section. They have the same behaviour as the current Noosfero's fields (active, signup, required and privacy). Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Gustavo Coelho <gust.rod.coelho@gmail.com> Signed-off-by: Joenio Costa <joenio@colivre.coop.br> Signed-off-by: Macartur de Sousa <macartur.sc@gmail.com> Signed-off-by: Marcos Ramos <ms.ramos@outlook.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
17 Nov, 2015
7 commits
-
Fixes that unit test
-
The search will return previously created articles of that type (such as the home page of a user that was created during the tests)
-
It uses more modern Ruby syntax, but it's mostly the same thing.
-
Replaces merge request !729
16 Nov, 2015
3 commits
15 Nov, 2015
1 commit
14 Nov, 2015
3 commits
-
Move non responsive styles from application.css to base Responsive themes use `base-responsive` instead of `base`, but `application.css` can't be replaced. There is no problem with this if all noosfero instances use the `base` theme, which is the default setup for themes. Anyone don't use the `base` theme? See merge request !425
13 Nov, 2015
7 commits
-
Fix cache_key expiration on image uploaded in articles Signed-off-by: Daniela Soares Feitosa <danielafeitosa@colivre.coop.br> See merge request !717
-
Signed-off-by: Daniela Soares Feitosa <danielafeitosa@colivre.coop.br> Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com>
-
Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
-
- Add several endpoints - Add some API documentation - Fix plugins API hotspot Signed-off-by: Victor Costa <vfcosta@gmail.com> Signed-off-by: Leandro Nunes dos Santos <leandronunes@gmail.com> Signed-off-by: Evandro Junior <evandrojr@gmail.com> Signed-off-by: Rodrigo Souto <rodrigo@colivre.coop.br> Signed-off-by: Caio SBA <caio@colivre.coop.br> Signed-off-by: Carlos Purificacao <carloseugenio@gmail.com> Signed-off-by: Ábner Silva de Oliveira <abner.oliveira@serpro.gov.br> Signed-off-by: Aurelio A. Heckert <aurelio@colivre.coop.br> Signed-off-by: Evandro Magalhaes Leite Junior <evandro.leite@serpro.gov.br> Signed-off-by: Marcelo Júnior <maljunior@gmail.com> Signed-off-by: Michel Felipe de Oliveira Ferreira <michel.ferreira@serpro.gov.br> Signed-off-by: Larissa Reis <larissa@colivre.coop.br> Signed-off-by: ABNER SILVA DE OLIVEIRA <abner.oliveira@serpro.gov.br> Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> Signed-off-by: Simião Carvalho <simiaosimis@gmail.com> Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com>
12 Nov, 2015
4 commits
-
Noosfero::Plugin::ActiveRecord is not necessary anymore.