08 Jun, 2016
15 commits
-
By moving them into a folder we avoid possible name clashes with other plugins.
-
By moving them into a folder we avoid possible name clashes with other plugins.
-
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.
-
This takes advantage of the structure at BoxesHelper for content rendering. It improves MVC compliance.
-
This is the logic the actually belongs to the class. The remainder of content method should get refactored in terms of views and helpers.
07 Jun, 2016
2 commits
06 Jun, 2016
1 commit
-
* Person * Community * TextArticle * Event * UploadedFile
02 Jun, 2016
2 commits
-
Signed-off-by: Daniel Henrique <danielhmarinho@gmail.com> Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com>
-
Signed-off-by: Daniel Henrique <danielhmarinho@gmail.com> Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com>
31 May, 2016
1 commit
30 May, 2016
2 commits
-
Signed-off-by: Daniel Henrique <danielhmarinho@gmail.com> Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com>
-
Signed-off-by: Daniel Henrique <danielhmarinho@gmail.com> Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com>
25 May, 2016
2 commits
23 May, 2016
7 commits
-
Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
-
Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
18 May, 2016
8 commits
-
this fixes error running `bundle install` Your Gemfile has no gem server sources. If you need gems that are not already on your machine, add a line like this to your Gemfile: source 'https://rubygems.org'
-
Do not list boxes and blocks for users without permission in boxes endpoint See merge request !925