11 Feb, 2015
1 commit
10 Feb, 2015
4 commits
-
Count products test fix Just a small fix on test: environment.enable method. See merge request !462
-
awesome: Update to version 4.3.0 and make update process easier For update just replace the `scss` and `fonts` folder with the new version, no merge is necessary as before. See merge request !461
-
Count products enterprise Method to count Enterprise's visible and enabled products. See merge request !460
09 Feb, 2015
3 commits
-
We now extend the vanilla scss and extend on another file. Conflicts: public/designs/icons/awesome/style.css
07 Feb, 2015
1 commit
-
We don't want to change db/schema.rb because there are plugin tables in the database.
06 Feb, 2015
1 commit
05 Feb, 2015
2 commits
-
Do not show the "profile actions buttons" twice in MyNetworkBlock See merge request !453
04 Feb, 2015
6 commits
-
This repository will get new packages, differently from the wheezy one which is frozen at the dependencies required for Noosfero 1.0
-
Quick bug fix: Missing brace on Person.rb Missing brace "}" on Person.rb and identation fix See merge request !452
03 Feb, 2015
15 commits
-
Stoa Network Features This merge-request groups 6 features developed majorly by me, @danielafeitosa and @larissa funded by Stoa Network. These features were finished during the freezing time and only now we were able to update it to the current master. I'm sorry that we'll merge them all together in a single request, but we had to group them on a single branch do improve the efficiency of our work. Here are the features grouped here: - Media gallery complete refactoring - Welcome page improvements - Better interaction with other networks - Friends and communities suggestions - Invitation improvements - Search improvements All 6 features were reviewed by at least one of us and since we are committers, I'm merging this right away. This merge-request was made more for information sake. See merge request !451
-
Conflicts: db/schema.rb
-
Conflicts: app/controllers/my_profile/profile_editor_controller.rb app/helpers/search_helper.rb app/models/invitation.rb app/models/person.rb app/views/cms/view.html.erb app/views/templates/index.html.erb plugins/community_track/views/content_viewer/_step_item.html.erb test/functional/home_controller_test.rb test/unit/person_test.rb test/unit/profile_test.rb
-
Add awesome icon theme See merge request !423
-
Use git information in Noosfero::VERSION the commit message is self-explanatory See merge request !435
-
For code in development, this produces version numbers like "1.0-119-g124a746", which is useful when running from git. Those running Noosfero forks can even make their own tags and get version numbers like "1.0+vendor1".
-
Boot development environment on CentOS 7 Added script to install dependencies on CentOS 7. To boot on CentOS 7 only run ./script/quisck-start, remember to install the package "redhat-lsb" that will be able to execute lsb binary used in quick-start script. See merge request !448
-
Link original article when spread it The community administrator has the option to create a link to original article when approve publication tasks. More details Ai3269 See merge request !449
-
This feature allows organizations to invite people and users to request friendship from other users from the network instead of only through email. Signed-off-by: Rodrigo Souto <rodrigo@colivre.coop.br> Signed-off-by: Andre Bernardes <andrebsguedes@gmail.com> Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com>
-
Created script to install CentOS 7 dependencies
02 Feb, 2015
7 commits
-
If the user is profile/environment admin, bypasses the permissions check so that he/she always has access to everything related to the profile. The absence of this feature caused many strange behaviors like env admins unable to access a community control panel section. This also caused many complex permission checking codes where we were forced to test lots of combinations instead of a straight check (e.g. user is env admin or user is profile admin or user has permission x or ...). After this change, there might still be redundant testing around the code, but that might be reviewed slowly.
-
This is required to boot Noosfero on Centos 7 (with Ruby 2.0).