15 Jan, 2015
4 commits
-
Also changed message to be easier to translate
14 Jan, 2015
7 commits
-
Also removed needless "p" and "br" elements
13 Jan, 2015
2 commits
12 Jan, 2015
1 commit
09 Jan, 2015
1 commit
23 Dec, 2014
1 commit
-
On environments created before including =spam_comments_count=, the visualization of number of comments was crashing because it was nil Fixes #31
22 Dec, 2014
1 commit
19 Dec, 2014
1 commit
11 Dec, 2014
2 commits
09 Dec, 2014
1 commit
-
This partially reverts b32ec6cbe8381858f7499e200cf5e443cf2dbd72
08 Dec, 2014
7 commits
-
- 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
-
remove 'more options' on home search-form (action popup already doesn't exist) https://noosfero.org/Development/ActionItem3261 See merge request !393
-
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
-
app/views/content_viewer/_uploaded_file.html.erb is dead code, so it was deleted.
05 Dec, 2014
1 commit
-
AI3261
04 Dec, 2014
1 commit
03 Dec, 2014
3 commits
02 Dec, 2014
1 commit
-
Check if is template before creating job to check activation
20 Nov, 2014
6 commits
-
An environment role has permissions for both environment and profile but edition page was displaying only environment permissions.
-
Uses pagination and loads the pages using ajax.
-
For consistence sake, uses the `labelled_radio_button` helper instead of manually dealing with the label content tag.