07 Jul, 2016
1 commit
30 Jun, 2016
1 commit
29 Jun, 2016
2 commits
-
Backend categories relation 1x1 changed to 1xN
-
Signed-off-by: Artur Bersan de Faria <arturbersan@gmail.com> Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> Signed-off-by: Matheus Miranda <matheusmirandalacerda@gmail.com> Signed-off-by: Sabryna Sousa <sabryna.sousa1323@gmail.com> Signed-off-by: Victor Matias Navarro <victor.matias.navarro@gmail.com> Signed-off-by: Vitor Barbosa <vitormga15@gmail.com>
14 Jun, 2016
1 commit
-
api: endpoint to edit blocks See merge request !955
09 Jun, 2016
1 commit
06 Jun, 2016
2 commits
30 May, 2016
2 commits
-
CommentHandler delayed job saves the context locale Delayed jobs didn't have access to the correct locale, and the templates were not being translated. Saving the current locale in the job during the creation solves the problem. See merge request !942
25 May, 2016
1 commit
-
Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com>
23 May, 2016
2 commits
-
Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com>
20 May, 2016
1 commit
-
Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com> Signed-off-by: Thiago Ribeiro <thiagitosouza@gmail.com>
18 May, 2016
1 commit
-
Plugins still relied on HTML generation from within the model. This has been refactored in terms of helpers and views requiring workaround for thoses plugins in order to work properly.
16 May, 2016
1 commit
14 May, 2016
4 commits
-
This fix the development reloads
12 May, 2016
2 commits
11 May, 2016
2 commits
10 May, 2016
1 commit
08 May, 2016
1 commit
-
The article image is the main image that represents the article so it should be included in the listing, at the beginning. This is specially useful for metadata plugin usage.
04 May, 2016
2 commits
-
- Confirmation modal when joining community - Moderation option in community control panel Signed-off-by: Alexandre Barbosa <alexandreab@live.com> Signed-off-by: Alvaro Fernando <alvarofernandoms@gmail.com> Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
-
Signed-off-by: Artur Bersan de Faria <artur_bersan@hotmail.com> Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
02 May, 2016
2 commits
-
- Reviewed Profile scopes - Removed required authentication for anonymous - Corrected records fetching (considering permission levels) - Conditionally exposes attributes Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> Signed-off-by: Victor Navarro <victor.matias.navarro@gmail.com>
27 Apr, 2016
4 commits
-
Move products into a plugin See merge request !869
-
This will many further improvements to the products, such as: - Interaction with other plugins such as suppliers, stock and currencies. The inteface can change in such a way that if done usings hotspots would hurt usability and coherence. - More autonomy to develop and integrate other features (in the next months we will integrate batch edition and stock, currencies might come next) - More declouping from core and other components
22 Apr, 2016
2 commits
-
Fixing html_safe for noosfero This MR treats of Noosfero's safe strings (with html_safe), because at the moment Noosfero treats all strings as safe, which allows users to inject malicious code. See merge request !859
-
Anticipating a pattern from Rails 5
20 Apr, 2016
2 commits
-
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
19 Apr, 2016
2 commits
-
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.