13 Nov, 2014
1 commit
12 Nov, 2014
4 commits
11 Nov, 2014
5 commits
10 Nov, 2014
7 commits
-
Fixing custom_forms broken tests Now the tests for custom_form plugin pass on noosfero using rails3. See merge request !370
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
4 commits
07 Nov, 2014
9 commits
-
Just enabling the plugin (as when running plugins tests) will cause a HUGE download to be made.
-
Remote user data Add support for HTTP_REMOTE_USER_DATA in remote_user_plugin. HTTP_REMOTE_USER_DATA is a middleware developed to pass Colab's remote user information through http headers, witch can be find here: https://beta.softwarepublico.gov.br/gitlab/softwarepublico/colab/blob/master/colab/accounts/middleware.py See merge request !369
-
Remote user loggout fix Fix the Remote User Plugin Logout See merge request !364
05 Nov, 2014
2 commits
04 Nov, 2014
2 commits
03 Nov, 2014
2 commits
02 Nov, 2014
2 commits
-
It makes assumptions on how a package should be installed, which is not cool
01 Nov, 2014
1 commit
-
Before testing for stuff in the database, we need first wait for a visual cue that the processing actually finished (in this case, looking for something in the expected page makes cucumber wait until the page actually shows up)