19 May, 2015
1 commit
12 May, 2015
1 commit
-
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>
08 May, 2015
1 commit
-
Signed-off-by: Hebert Douglas <hebertdougl@gmail.com> Signed-off-by: André Bernardes <andrebsguedes@gmail.com>
16 Apr, 2015
1 commit
-
Improve blog posts listing A help for armengeless themes. See merge request !543
14 Apr, 2015
1 commit
-
A help for armengeless themes.
10 Apr, 2015
2 commits
26 Mar, 2015
1 commit
-
When the env theme has `global.css`, `global_header.html.erb`, or `global_footer.html.erb`, that content is added to any customized profile theme.
22 Feb, 2015
1 commit
06 Feb, 2015
1 commit
-
Conflicts: public/stylesheets/application.css
28 Jan, 2015
1 commit
-
Google Maps lib was being loaded on every submit. I moved the include to the search page, outside the search content.
27 Jan, 2015
1 commit
-
Conflicts: public/javascripts/application.js public/stylesheets/application.css
14 Jan, 2015
1 commit
-
Also removed needless "p" and "br" elements
20 Nov, 2014
2 commits
-
Use scroll when the list of uploaded files is too big.
-
Conflicts: Gemfile.lock script/development
05 Nov, 2014
2 commits
-
Conflicts: app/helpers/layout_helper.rb
10 Oct, 2014
1 commit
-
- Remove absolute URL's from stylesheets and javascripts - Handle prefix in LinkListBlock - add Noosfero.root method as a central data source The application server needs to be started with the RAILS_RELATIVE_URL_ROOT environment variable set to the desired prefix. In development, this can be tested with # assuming /social prefix $ RAILS_RELATIVE_URL_ROOT=/social thin --prefix /social start For production, see INSTALL.md
09 Oct, 2014
1 commit
-
Also displays every field that is not defined in any category in the last category called "General". Fields are now easily moved between categories and categories a easily created. Fields html generation centered in only one method and the field name and value are customizable through methods. Fix #14
18 Sep, 2014
1 commit
-
Added title on links Moved logic from view to model Added conditions to avoid displaying empty lists Removed code duplication on js
08 Sep, 2014
1 commit
-
Conflicts: app/controllers/application_controller.rb app/controllers/my_profile/memberships_controller.rb app/controllers/public/account_controller.rb app/helpers/application_helper.rb app/helpers/layout_helper.rb app/helpers/token_helper.rb app/views/account/signup.html.erb app/views/layouts/_javascript.html.erb db/schema.rb test/functional/application_controller_test.rb
18 Aug, 2014
1 commit
-
Conflicts: app/controllers/my_profile/cms_controller.rb db/schema.rb
14 Aug, 2014
1 commit
13 Aug, 2014
2 commits
12 Aug, 2014
15 commits
-
The link for connection page wasn't visible because the tags weren't set to wraping. Also, changing the limit of profiles to 4 so all 4 profiles plus the +X indicator can stay in the same line. (ActionItem3234)
-
(ActionItem3234)
-
Conflicts: app/helpers/application_helper.rb
-
Conflicts: app/helpers/application_helper.rb public/designs/themes/base/style.css public/stylesheets/application.css
-
Links to a page that shows all connections when there are more connections than the max shown in the blocks. This way the user can see all the connections with a profile. (ActionItem3234)
-
Show the box in every instance of suggestion lists, ie. friends/suggest, memberships/suggest/, friends and blocks (ActionItem3234)