27 Apr, 2015
1 commit
-
When the :profile parameter is '~', replace it with the identifier of the currently logged-in user and redirect. This is useful for example for adding direct links to the control panel of the current user in documentation. Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br> Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
24 Apr, 2015
4 commits
-
Obviously a test for randomness that is not well designed will fail ... randomly!
-
blocks: make sure limit is integer on get_limit Blocks configured before the definition of limit type were strings and were crashing See merge request !558
-
Blocks configured before the definition of limit type were strings and were crashing
23 Apr, 2015
2 commits
-
Forgot to include on commit 6bab07816a6524e570945e2bcf3d776300bb3828 :(
-
* broken ul tag * link to suggestions page
20 Apr, 2015
3 commits
-
I have just tested manually and the functionality works. There must be some timing issue in the test, but I wasn't able to find it.
15 Apr, 2015
1 commit
-
I am pretty sure that those calls to .first() an .last() on Javascript arrays never worked at all.
14 Apr, 2015
5 commits
-
Also removed "profile" param from confirmation view and email
-
fixes for google_analytics_plugin The plugin wasn't working Fixes: - allow mass-assignment - Replaced .rhtml by .html.erb - updated script code See merge request !544
-
Fixes for sendemail_plugin The plugin wasn't working Fixes: - Replaced macro "{sendemail}" by "sendemail" * The {} is escaped on forms - Removed from params info that don't need to be displayed to users on screen and email - Fixed email sent to users See merge request !547
-
- allow mass-assignment - Replaced .rhtml by .html.erb - updated script code
-
- Fixed email sent to users - Removed from params info that don't need to be displayed to users on screen and email - Fixed replace of macro "{sendemail}"
08 Apr, 2015
2 commits
-
script-production: add spaces between pids on running method The method `running` o script production was concatenating all pids without spaces. See merge request !539
07 Apr, 2015
1 commit
06 Apr, 2015
1 commit
04 Apr, 2015
3 commits
-
Currently translated at 100% (0 of 0 strings) Created new translation.
02 Apr, 2015
1 commit
01 Apr, 2015
3 commits
-
This reverts commit 58eb25a99fcea0876b1ce8da86b8605493bf6fa1.
31 Mar, 2015
4 commits
-
This reverts commit 8a3fb6f312e27c4225b95dff84ea365432e361ed.
-
This reverts commit da84575ee29154fa4f24c9acdfce9ec16a7acb5b.
-
This reverts commit 3c94729bc1231c1a23209fc6ca3aeaed5a29534d.
-
This reverts commit 51d3ac08b10f2f063a6915b83e95329dd14613dd.
30 Mar, 2015
2 commits
-
Currently translated at 100.0% (2032 of 2032 strings)
-
Currently translated at 100% (0 of 0 strings) Created new translation.
28 Mar, 2015
4 commits
-
This allow proper use of default values defined in Noosfero::Plugin abstract class.
27 Mar, 2015
1 commit
-
This reverts commit 82742464704b48dce6337fa31610da3db7a6bce4. This commit broke searches pagination when using solr
26 Mar, 2015
2 commits
-
This should be done now through a custom Gemfile on config/. Check 52bb8ba.