16 Nov, 2012
1 commit
-
Specific css should be on themes
15 Nov, 2012
10 commits
-
Changed strings to be more clear to user Changed colors of images
-
Removing unused code
-
All fixed fields have balloons
-
Template options appears after all fields Fixed width of radio input Fixed translation of usp field tip
14 Nov, 2012
2 commits
-
(ActionItem2512)
06 Nov, 2012
2 commits
04 Nov, 2012
3 commits
-
Conflicts: app/sweepers/article_sweeper.rb db/schema.rb test/unit/environment_test.rb
-
Added tests Added background on edition of profile to be easier to know which field the checkbox is related (ActionItem1717)
01 Nov, 2012
3 commits
-
Conflicts: db/schema.rb test/unit/environment_test.rb
-
Conflicts: app/views/content_viewer/view_page.rhtml public/stylesheets/application.css
29 Oct, 2012
2 commits
-
Added field sigup_welcome_text on environment New tab on admin panel to edit the text When the environment doesn't have a text, will use the default text Added content_type to email (ActionItem2497)
24 Oct, 2012
2 commits
-
* Adding the button to add the new content in the cms including the name, description and icon.
-
Conflicts: app/helpers/forms_helper.rb app/models/box.rb app/views/box_organizer/edit.rhtml db/schema.rb test/unit/box_test.rb
23 Oct, 2012
1 commit
-
…into merge-requests/231
21 Oct, 2012
1 commit
-
"Add a block" button "Edit" buttons on blocks Also replaced radio_button_tag and label_tag by labelled_radio_button
20 Oct, 2012
3 commits
15 Oct, 2012
1 commit
07 Oct, 2012
2 commits
-
Fixed reference of filters.svg image Moved comment edit link
-
…into merge-requests/213 Conflicts: app/controllers/application_controller.rb app/helpers/application_helper.rb app/views/content_viewer/_comment.rhtml app/views/content_viewer/view_page.rhtml lib/noosfero/plugin.rb test/functional/content_viewer_controller_test.rb test/unit/comment_test.rb
06 Oct, 2012
1 commit
-
(ActionItem2443)
02 Oct, 2012
1 commit
-
I chose to use CSS hover instead of javascript to fix this, mainly because it's an style thing too simple to use javascript in my opinion. I also removed an javascript used to hide/show the remove/comment button in activity items. That script wasn't working, I fixed it but it felt like too much stuff showing up in the user's face when hovering the mouse, so I removed it altogether. (ActionItem2463)
01 Oct, 2012
1 commit
-
Conflicts: po/pt/noosfero.po public/javascripts/application.js
30 Sep, 2012
3 commits
-
…into merge-requests/234
-
…into merge-requests/232
28 Sep, 2012
1 commit
-
Instead of a textual feedback to the user when a comment or wall item is deleted, this patch uses jQuery .slideUp() so the user feel like they see instead of read about the item removal. Also updates the Brazilian Portuguese translation. (ActionItem2403)