19 Nov, 2015
1 commit
-
Article archived/readonly This is a new feature to **freeze/archive** on specific article to avoid that a user perform some actions: - Deny **associate** children articles to archived folders - Not allow **vote** to a archived article and your comments - Not allow create **new comments** - Not count **hits (visualizations)** to a archived article - Refactory visual aspects into **Visibility** and **Options** sections on create/edit articles  - Shows a warning message if a article or their parent is archived  So, if you have new actions that were not described here, please give me a feedback and I will implement this :) See merge request !2
16 Nov, 2015
1 commit
12 Nov, 2015
1 commit
-
… loading on datepickers)" In discussion-app there is a issue to this too https://softwarepublico.gov.br/gitlab/noosfero-apps/discussion-app/issues/21
28 Oct, 2015
1 commit
-
time_ago_as_sentence has been replaced in a refactor and *_description now takes the action tracker record as an argument. This just updates product related notifications to work after these changes.
07 Oct, 2015
1 commit
-
Signed-off-by: Brenddon Gontijo <brenddongontijo@msn.com> Signed-off-by: Eduardo Vital <vitaldu@gmail.com> Signed-off-by: Jessica Cristina <jessica.cris1127@gmail.com> Signed-off-by: Simiao Carvalho <simiaosimis@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
02 Oct, 2015
5 commits
-
Fixes test broken after changing spread button to use modal api. Also removes colorbox class that I forgot to remove in previous commit, since now we are using modal api. For reference see commit: edcc13059b31341eb78e58079ac2322f1142f206
-
Replaces remaining colorbox in the code with modal Colorbox was replaced with modal api, but we still had instances in the code of colorbox uses and they were broken so this patch is to fix those. See merge request !689
-
search: resolve translations at runtime If you resolve the translation calls -- _("...") -- at load time they will not be translated based on the current user's language. SearchHelper::FILTERS_TRANSLATIONS was not used anywhere, so it got removed. See merge request !686
-
If you resolve the translation calls -- _("...") -- at load time they will not be translated based on the current user's language. SearchHelper::FILTERS_TRANSLATIONS was not used anywhere, so it got removed.
01 Oct, 2015
1 commit
-
Also %s/will_paginate/pagination_links to use the default on forum, blog and cms Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br> Signed-off-by: Melissa Wen <melissa@colivre.coop.br>
29 Sep, 2015
1 commit
24 Sep, 2015
1 commit
-
Additional improvements include: - Makes 'Remove Image' checkbox optional - Very ugly css hack to hide duplicated labels in some forms. I couldn't find another way to avoid the labels generated by labelled_form_for nor could I skip adding labels inside the helper since it's supposed to be generic.
15 Sep, 2015
1 commit
-
For some reason, tinymce is not working on production environment. After some investigation, we discovered that it wasn't working on production due to the compression of tinymce.min.js. After using the non-minified version, the problem was solved. We also upgraded to 4.2.5.
01 Sep, 2015
1 commit
-
Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>
28 Aug, 2015
1 commit
27 Aug, 2015
1 commit
26 Aug, 2015
2 commits
-
Links and images are saved with relative path but it wasn't considering the profile domain. Because of this, the links were broken on article visualization. This commit also fix the url on edition of tinymce articles.
-
If stylesheet_link_tag gets's an absolute path starting with /assets, it won't append a hash of the file contents to the URL, so if you update a theme you won't get a new URL and varnish will cache the old stylesheet for a month or so.
13 Aug, 2015
1 commit
12 Aug, 2015
1 commit
11 Aug, 2015
2 commits
-
The id was necessary for the has_many :through. Also add indexes and timestamps and fix typo on table name
-
…ons (create, update and destroy)
09 Aug, 2015
1 commit
-
html_safe: fix action tracker description mess See merge request !647
06 Aug, 2015
1 commit
31 Jul, 2015
1 commit
24 Jul, 2015
2 commits
18 Jun, 2015
1 commit
-
This reverts commit 190a130ea45fb5911016be68cfb1038f762ea313.
17 Jun, 2015
4 commits
-
Use profile homepage The profile homepage is not used in some places See merge request !555
-
Issue #63 Language selection bug - Fixed wrong language selected when accessing a translation page of an article. See Issue #63 for more details. See merge request !559
-
- Added image label - Added image to article body - Changed some minor positioning Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Fábio Teixeira <fabio1079@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
16 Jun, 2015
2 commits
-
This also removes short_filename as it is now unused
-
(ActionItem3149)
12 Jun, 2015
3 commits
-
Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br> Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
-
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
-
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
11 Jun, 2015
2 commits
-
Signed-off-by: Tallys Martins <tallysmartins@gmail.com> Signed-off-by: André Bernardes <andrebsguedes@gmail.com>
-
- Refactoring CSS to better display folder itens - Creating method to display uploaded file names with extension in upper case Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>