10 Aug, 2015
6 commits
-
that's usually the default behaviour nowadays so that users don't need to relogin after a browser restart
-
metadata: allow customization of og_type via param Also: - define controllers code via class to allow customization via `alias_method_chain` for monkey patching - define plugin using Base class to avoid conflicts with the `Controllers` class defined by RSpec See merge request !493
-
Signup introduction text See merge request !485
-
Add love icon See merge request !475
09 Aug, 2015
8 commits
-
html_safe: fix action tracker description mess See merge request !647
-
(ActionItem3156)
-
Responsive See merge request !607
06 Aug, 2015
4 commits
-
Also added test/unit/i18n_test.rb which will warn us if any others pop up.
05 Aug, 2015
1 commit
-
This reverts commit 59c15564ebca100f9019d942fcab3c1441a0bc93. This made a lot of tests fail
04 Aug, 2015
2 commits
-
Fix user email validation Add regex to test the email validation. Fixes #82 See merge request !644
-
folder: #empty? is emptying #children (probably a rails bug) See merge request !637
03 Aug, 2015
1 commit
-
Signed-off-by: Andre Bernardes <andrebsguedes@gmail.com> Signed-off-by: Brenddon Gontijo <brenddongontijo@msn.com> Signed-off-by: Filipe Ribeiro <firibeiro77@live.com>
31 Jul, 2015
1 commit
28 Jul, 2015
2 commits
-
It seems #empty? is emptying #children (probably a rails bug)
20 Jul, 2015
1 commit
16 Jul, 2015
1 commit
-
- Hightlight block links no longer break when noosfero is under a subdir Signed-off-by: Andre Bernardes <andrebsguedes@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br>
28 Jun, 2015
1 commit
-
Fix crash on article view SQL query http://noosfero.org/Development/ActionItem3277 See merge request !299
27 Jun, 2015
1 commit
25 Jun, 2015
2 commits
20 Jun, 2015
1 commit
18 Jun, 2015
1 commit
-
This reverts commit 190a130ea45fb5911016be68cfb1038f762ea313.
17 Jun, 2015
7 commits
-
organizations: use display_name on short_name See merge request !554
-
Use profile homepage The profile homepage is not used in some places See merge request !555
-
Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
-
- 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>
-
Set current profile and add name and email to user_data http://noosfero.org/Development/ActionItem3150 See merge request !228