26 Aug, 2015
3 commits
-
Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com> Signed-off-by: Victor Matias Navarro <victor.matias.navarro@gmail.com>
-
Signed-off-by: DylanGuedes <djmgguedes@gmail.com> Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com> Signed-off-by: Omar Junior <omarroinuj@gmail.com> Signed-off-by: vitorbaraujo <vitornga15@gmail.com>
21 Aug, 2015
5 commits
-
This reverts commit d8c77643e546e5e82306aa6756cdf9931e008cc2, reversing changes made to 950a07082d85808991b63c99f0c30386af945a86.
-
Login - Show a message if a user is not active This new feature shows a message if a user that is not active try login on noosfero. A Refactory was did to allow two verifications on login: if a user exists and if him was activated! See merge request !656
-
metadata: marks urls as html safe This also fix a core bug of double escaping urls. See merge request !653
19 Aug, 2015
2 commits
13 Aug, 2015
4 commits
12 Aug, 2015
2 commits
11 Aug, 2015
4 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)
-
All scraps and action trackers from profile were loaded at once as will_paginate can't change SQL when find_by_sql is used. Also, eager load activities to make it O(3) instead of O(n). This increases performance by ~30% on profiles with lots of scraps/action trackers.
10 Aug, 2015
12 commits
-
Besides, allow session to hold a value for after signup redirection
-
Add environment permission to not allow user to delete a profile Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Thiago Ribeiro <thiagitosouza@gmail.com>
-
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
09 Aug, 2015
4 commits
-
(ActionItem3156)
06 Aug, 2015
1 commit
24 Jul, 2015
1 commit
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>