21 Apr, 2016
3 commits
-
Currently translated at 71.6% (43 of 60 strings)
-
Currently translated at 56.5% (1201 of 2124 strings)
20 Apr, 2016
4 commits
-
Rename BUNDLE_OPTS to NOOSFERO_BUNDLE_OPTS as it replaced and reserved to bundler, see https://github.com/bundler/bundler/blob/61f1c2313f5cc07fe389a2ec5d1931f8cc61b004/lib/bundler.rb#L218
-
Improves listing of processed tasks - Filters for processed tasks Signed-off-by: Gustavo Jaruga <darksshades@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> See merge request !833
-
Signed-off-by: Alexandre Barbosa <alexandreab@live.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
19 Apr, 2016
10 commits
-
api: fix validation of inactive users in login See merge request !866
-
Fix error accessing community with own domain Fix for https://softwarepublico.gov.br/gitlab/noosferogov/noosfero/issues/191 See merge request !865
-
As ENV vars are not the settings implementation choice through the, project, this is should turn this aspect of the feed fetching proxy functionality compliant with Noosfero's design choices.
-
This has commit 4ebcbe31 squashed in which added SSL support.
-
spaminator: replaces progressbar with ruby-progressbar spaminator plugin complains about missing gem. progressbar is not maintained anymore and debian now packages only ruby-progressbar, so i replaced progressbar with ruby-progressbar on spaminator plugin. See merge request !857
-
Very subtle improvement on checked web_steps BILD https://travis-ci.org/tallysmartins/noosfero/builds/124014151 @marcosronaldo @diguliu See merge request !862
18 Apr, 2016
5 commits
-
Ensure that tags_helper is loaded Fix bug when edit a profile that has a tag block added. See merge request !861
-
Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
-
Add api methods to comment paragraph Also improve comment listing from core API. See merge request !854
-
progressbar is not maintained anymore and debian now packages only ruby-progressbar
15 Apr, 2016
7 commits
-
- Filters for processed tasks Signed-off-by: Gustavo Jaruga <darksshades@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
-
Autocomplete tasks by name in administration area. - Create a text field to autocomplete administration tasks. Signed-off-by: Leandro Nunes <lenadronunes@gmail.com> Signed-off-by: Michel Felipe <mfelipeof@gmail.com> See merge request !831
14 Apr, 2016
7 commits
-
comment-edit: fix modal call Closes #192 See merge request !853
-
Closes #192
-
- Create a text field to autocomplete administration tasks. Signed-off-by: Leandro Nunes <lenadronunes@gmail.com> Signed-off-by: Michel Felipe <mfelipeof@gmail.com>
-
- SanitizeHelper to use config/application.rb tags and attribute allowed Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
-
Signed-off-by: Macartur Sousa <macartur.sc@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
-
Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com> Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
13 Apr, 2016
2 commits
-
New feature archive articles - Avoid create comments, associate children articles and perform votes on archived articles - Update db/schema -Signed-off-by: Michel Felipe de Oliveira Ferreira <michel.ferreira@serpro.gov.br> -Signed-off-by: Gustavo Jaruga Cruz <darksshades@gmail.com> -Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> (cherry picked from commit 144d608f15e2864e8053d384e871699d314a9283) See merge request !807
-
- Avoid create comments, associate children articles and perform votes on archived articles - Update db/schema -Signed-off-by: Michel Felipe de Oliveira Ferreira <michel.ferreira@serpro.gov.br> -Signed-off-by: Gustavo Jaruga Cruz <darksshades@gmail.com> -Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> (cherry picked from commit 144d608f15e2864e8053d384e871699d314a9283)
12 Apr, 2016
2 commits
-
API: Add the replies field in comment entity Also add pagination to comments and add an option to return root comments only. See merge request !842
-
Refactor profile_description_block plugin The view code generation has been moved from the model into a view thus respecting MVC. See merge request !849