23 Feb, 2016
3 commits
-
Also rewriting the file visualization to work consistently with every file type. Here is the overall basic behavior now: * If the request is passed with view=true, content is displayed as an article content. * If the file has an inline visualization (like images) it's already displayed. * If not, a download link is displayed. * If the request is passed with view=false, the file is provided straight, without any noosfero layout being loaded. * If the file is private: * And the user accesses its public filesystem path, apache (this is done by noosfero-apache) will redirect the request to rails path so that the rails server will provide it considering appropriate permissions. * And the user accesses its rails path, rails server will provide as well. * If the file is public: * And the user accesses its public filesystem path, apache will provide the file. * And the user accesses its rails path, rails server will redirect to its public filesystem path so that apache provides the file.
22 Feb, 2016
18 commits
-
Setup multi-tenancy before loading the user's session These changes avoid searching for sessions with a wrong schema in a multi domain setup. See merge request !784
-
- Every article can be followed so the user can receive notifications without having to comment on it Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> Signed-off-by: Marcos Ramos <ms.ramos@outlook.com> Signed-off-by: Gustavo Coelho <gust.rod.coelho@gmail.com> Signed-off-by: Joenio Costa <joenio@colivre.coop.br> Signed-off-by: Carlos Purificacao <carloseugenio@gmail.com> Signed-off-by: Victor Costa <vfcosta@gmail.com> Signed-off-by: Caio SBA <caio@colivre.coop.br> Signed-off-by: Leandro Nunes dos Santos <leandro.santos@serpro.gov.br> Signed-off-by: Michel Felipe de Oliveira Ferreira <michel.ferreira@serpro.gov.br> Signed-off-by: Evandro Jr <evandrojr@gmail.com>
-
resolves #312 and close.
-
Signed-off-by: Victor Costa <vfcosta@gmail.com>
-
pg_search: refactor search query pg_search: Improve search test Signed-off-by: Victor Costa <vfcosta@gmail.com> Signed-off-by: Alexandre Barbosa <alexandreab@live.com>
-
* Mark new members with a label on top of image profile. Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com> Signed-off-by: Rodrigo Siqueira <siqueira@kuniri.org>
-
Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com> Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
-
Signed-off-by: Leandro Nunes dos Santos <leandronunes@gmail.com> Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com> Signed-off-by: Gustavo Jaruga Cruz <darksshades@gmail.com>
21 Feb, 2016
6 commits
-
So use the block at the environment page
-
This improves selenium and plugins tasks by more than 10 minutes See https://blog.codeship.com/faster-rails-tests/
19 Feb, 2016
1 commit
18 Feb, 2016
11 commits
-
This also sets User.current to avoid random activities failures
-
Currently translated at 100.0% (24 of 24 strings)
-
Currently translated at 100.0% (53 of 53 strings)
-
Currently translated at 100.0% (2124 of 2124 strings)
-
Signed-off-by: Carlos Purificacao <carloseugenio@gmail.com> Acked-by: Antonio Terceiro <terceiro@colivre.coop.br>
17 Feb, 2016
1 commit