22 Jun, 2016
1 commit
-
Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com>
15 Jun, 2016
1 commit
-
- Follow and Unfollow profile options - Followed profiles categorization - Manage followed profiles page Signed-off-by: Artur Bersan de Faria <arturbersan@gmail.com> Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com>
13 Jun, 2016
2 commits
09 Jun, 2016
1 commit
-
Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> Signed-off-by: Victor Matias Navarro <victor.matias.navarro@gmail.com> Signed-off-by: Vitor Barbosa <vitormga15@gmail.com>
01 Jun, 2016
4 commits
31 May, 2016
4 commits
-
OrganizationRating improvements - Adds status message for rejected ratings - Adds ratings count to AverageRatingsBlock See merge request !949
-
- adds rejected status message for ratings - adds ratings count to be displayed on average ratings block - adds tests to new features and fixed old ones Signed-off-by: Tallys Martins <tallysmartins@gmail.com> Signed-off-by: Gabriel Silva <grabriel93.silva@gmail.com>
-
api: return permissions for user in article entity See merge request !948
-
Updates branch federation with current master
30 May, 2016
9 commits
-
Adds models error message to session notice Adds models error messages instead of a fixed message for every error. See merge request !947
-
Parameter for admins to login as a different user See merge request !938
-
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
-
api: display activities for non logged users in public communities See merge request !946
-
Signed-off-by: Thiago Ribeiro <thiagitosouza@gmail.com>
27 May, 2016
3 commits
25 May, 2016
6 commits
-
Translates model name in search hint The text field hint in search page was not fully translated See merge request !945
-
Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com>
-
should content type api parameter return all text articles See merge request !944
-
organization_ratings: add intial_page option Creates an option in organization_ratings plugin to config how many ratings will appear on the initial page of every ratings block. After clicking on "view more" option, the "per_page" option will be used normally to paginate all the ratings. Also, this merge request fixes a commented test for pagination config validation. See merge request !940
-
Adds time to article's publish date Adds option to select time for article published date. The default time will be the current time during article creation. See merge request !943
24 May, 2016
4 commits
-
Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
-
api: add endpoint to update profiles See merge request !937
23 May, 2016
5 commits
-
Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com>
-
It also depends on models from app, and lib can't depend on app