13 Nov, 2015
6 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
7 commits
-
Noosfero::Plugin::ActiveRecord is not necessary anymore.
-
People that are using an old enough noosfero tree might have problems with it.
-
Also run sample-data to populate database.
-
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
11 Nov, 2015
2 commits
-
We can now just search for "****"
10 Nov, 2015
12 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
-
I wasn't able yet to figure out why the rake task was not behaving as expected. I suspect it has to do with the order stuff is being loaded being changed with Rails 4, but I am not sure yet. This works.
-
rcov has been deprecated for a while
-
Fixes whenever in production for a multitenancy setup Each cronjob has to run for all production environments. Currently they are only running for the environment named production so it doesn't work in a multitenancy setup. I use `whenever --update-crontab` to append jobs for each environment, using the environment name as a whenever identifier, and then I have to clean the crontab of each environment generated jobs using the same identifier. See merge request !705
-
Each cronjob has to run for all environments. I use `whenever --update-crontab` to append jobs for each environment, using the environment name as a whenever identifier, and then I have to clean the crontab of each environment generated jobs using the same identifier.
-
For some bizarre reason no tests would run when the :cucumber task is added as a dependency of :default (??). Also let's stop messing with the dependencies of the test task; the task to run all tests (as in ci.noosfero.org) is now ci:full
-
When you load rspec in the Gemfile, it will override the default task and try to run specs from spec/ (which don't exist in noosfero) instead of the tests from test/.
09 Nov, 2015
3 commits
-
script/noosfero-plugins will now fail if the plugin dependencies are not met, which caused the whole set of plugin tests to be aborted at the first plugin whose dependencies were not available.
-
Noosfero now uses Rails 4.2, and requires Debian Jessie.
07 Nov, 2015
1 commit
06 Nov, 2015
2 commits
05 Nov, 2015
6 commits
-
In some situations 'localhost' will just not work. See https://github.com/mperham/dalli/issues/150
-
Article privacy fixies * Fix article privacy to not consider invisible profiles * Change feed published method to consider it's parent privacy * Closes #148 See merge request !723
-
* It fix the private feed creation problem * Closes #148 Signed-off-by: Daniela Soares Feitosa <danielafeitosa@colivre.coop.br>
04 Nov, 2015
1 commit
-
This avoid crashes against a database where I was testing upgrades from Noosfero 1.2