25 Jul, 2016
9 commits
-
* Sort documents by name * Adds lexical sort for searchs without expression * Sort by name.raw instead of name * Indexes models by raw nested in name, remove suggests * Fixes tests and alphabetical ordering * Adds created at as a type of sort * Fixing search using sort by * Fixed Sort by to receive filter param * Fixed noosfero to be support noosfero links * Fixed text_articles and upload_files extensions * Fixed api tests * Refactored elasticsearch_plugin and elasticsearch_api * Fixed to use partial query * Fixed sort and query_string Signed-off-by: Arthur Jahn <stutrzbecher@gmail.com> Signed-off-by: DylanGuedes <djmgguedes@gmail.com> Signed-off-by: Macartur Sousa <macartur.sc@gmail.com> Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com>
-
Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
-
Signed-off-by: Macartur Sousa <macartur.sc@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
-
Adding tests to elasticsearch controller Adding ElasticsearchTestHelper Fixed model tests Adding tests and refactored control_fields indexed Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
-
Signed-off-by: Dylan Guedes <djmgguedes@gmail.com> Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
-
Signed-off-by: Arthur Jahn <stutrzbecher@gmail.com> Signed-off-by: DylanGuedes <djmgguedes@gmail.com>
-
Signed-off-by: Arthur Jahn <stutrzbecher@gmail.com> Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
-
Create elasticsearch structure Index models for elasticsearch Adding category search filter Make query generic Add README.md for elasticsearch plugin Start tests with rspec for elasticsearch Applyng filtering by type on articles Adding visible filter Signed-off-by: Lucas Moura <lucas.moura128@gmail.com> Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com> Signed-off-by: Macartur Sousa <macartur.sc@gmail.com> Signed-off-by: Daniel Henrique <danielhmarinho@gmail.com>
21 Jul, 2016
4 commits
17 Jul, 2016
1 commit
-
Signed-off-by: Alessandro Caetano <alessandro.caetanob@gmail.com> 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>
16 Jul, 2016
2 commits
14 Jul, 2016
1 commit
05 Jul, 2016
1 commit
04 Jul, 2016
1 commit
14 Jun, 2016
1 commit
-
api: endpoint to edit blocks See merge request !955
06 Jun, 2016
2 commits
30 May, 2016
3 commits
-
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
23 May, 2016
3 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
2 commits
-
this fixes test broken by the commit db91ca
12 May, 2016
4 commits
-
Api endpoint for blocks See merge request !913
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.
06 May, 2016
1 commit
-
- Environment admins can now choose the recipients that will recieve an email sent throw the admin panel. There are now 3 options: All users(exclusive with other options) Environment Admins(inclusive with opt below) Profile Admins(inclusive with opt above) Signed-off-by: Artur Bersan de Faria <arturbersan@gmail.com> Signed-off-by: Brenddon Gontijo <brenddongontijo@msn.com> Signed-off-by: Matheus Miranda <matheusmirandalacerda@gmail.com> Signed-off-by: Omar Junior <omarroinuj@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com> Signed-off-by: Sabryna Sousa <sabryna.sousa1323@gmail.com>
05 May, 2016
1 commit
-
Adds required email moderation option - Confirmation modal when joining community where user's email is required. - Moderation option to require email in community control panel. - Adds task footer support. - Implemented for add_member task. - Changes the e-mail of the requestor to appear on the task footer. See merge request !882