15 Jan, 2015
4 commits
-
I have deduplicated every message in plugin code that was already in the core. Going forward, plugins should use c_() is they want to reuse the message from the core. If they want to force their own translation, they should probably use _('plugin_name|The message') to avoid overriding translations from the core. -
More fixes for custom forms plugin migration to rails 3 A couple of bugs in custom forms plugin on rails 3 I found while testing another feature, see commit message. See merge request !409
14 Jan, 2015
1 commit
09 Jan, 2015
1 commit
-
Also fixes a mass assignment error in membership task and removes a redundant `attr_accessible` in TextField since it was already set in Field.
08 Jan, 2015
1 commit
08 Dec, 2014
8 commits
-
When plugin is not enabled on environment, the plugin extensions can't affect other features
-
- Indent files properly - Fix signup page changing lambda to proc - Create the needed plugin's hotspots - Fix academic_info attributes update - Fix hotspot to work in edit page
-
(ActionItem3102) - placed the tab for lattes on the proffile and add the validation for it - included lattes parser to the profile tab. - informations of lattes curriculum formated and syncronized with database Signed-off-by: Jose Pedro <1jpsneto@gmail.com> Signed-off-by: Thiago Kairala <thiagor.kairala@gmail.com> Signed-off-by: Ana Paula Vargas <anapaulavnoronha@gmail.com> Signed-off-by: Leandro Veloso <leandrovelosorodrigues@gmail.com>
-
Fix members listing There is a problem in environments when listing profile members: No Method Error 'map' for #<Arel::Nodes::SqlLiteral> This problem is related to a 'count' being executed in a query with 'includes'. See merge request !392
-
Functional tests are still broken, so not re-enabling them for now. Signed-off-by: Junior Silva <juniorsilva1001@gmail.com> Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br>
03 Dec, 2014
1 commit
22 Nov, 2014
1 commit
19 Nov, 2014
2 commits
12 Nov, 2014
1 commit
09 Nov, 2014
1 commit
-
fast_create(Person) used on tests leaves the user blank so the target for the email had no address causing deliver to throw an error, so I just replaced fast_create for create_user This patch just makes the tests pass. I haven't tested the plugin myself so I have no guarantee it works.
08 Nov, 2014
1 commit
07 Nov, 2014
5 commits
-
Just enabling the plugin (as when running plugins tests) will cause a HUGE download to be made.
05 Nov, 2014
1 commit
04 Nov, 2014
2 commits
03 Nov, 2014
2 commits
02 Nov, 2014
1 commit
-
It makes assumptions on how a package should be installed, which is not cool
27 Oct, 2014
4 commits
-
Remote user fix Small fix in Remote user plugin: - When the remote user plugin creates a user, it doesn't activate it. See merge request !353
-
Fix focus in input field when clicked on post a comment See merge request !350
-
Signed-off-by: Junior Silva <juniorsilva1001@gmail.com> Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br>
24 Oct, 2014
1 commit
13 Oct, 2014
2 commits
-
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Gustavo Jaruga <darksshades@gmail.com> Signed-off-by: Parley Martins <parley@outlook.com>
-
solved bugs in tolerance time plugin See merge request !332