27 Oct, 2014
3 commits
-
Assumes the CI environment will export the sha1 of the head commit into HEAD, and the sha1 of the previous head commit in PREV_HEAD.
-
Ignored changes on po file Conflicts: debian/changelog lib/noosfero.rb po/pt/noosfero.po
23 Oct, 2014
1 commit
22 Oct, 2014
7 commits
-
Conflicts: app/helpers/profile_helper.rb app/views/content_viewer/_article_toolbar.rhtml app/views/profile/_common.rhtml app/views/profile/_organization_profile.rhtml app/views/profile/_person_profile.rhtml db/schema.rb public/stylesheets/application.css
17 Oct, 2014
1 commit
14 Oct, 2014
2 commits
-
Total runtime drops from ~21s to ~7s
13 Oct, 2014
8 commits
-
Remove etherpad code from tinymce See merge request !339
-
Load locales inside plugins directory See merge request !338
-
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Gustavo Jaruga <darksshades@gmail.com> Signed-off-by: Parley Martins <parley@outlook.com>
-
Update to tinymce 4 See merge request !334
-
I13 fix partial for class Fixes #13 See merge request !333
-
solved bugs in tolerance time plugin See merge request !332
11 Oct, 2014
1 commit
10 Oct, 2014
5 commits
-
Fix id passing on content viewer See merge request !329
-
Fix template with container block Fixes issue #7 See merge request !327
-
Fix members block cache Fixes issue #11 See merge request !326
-
- 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
-
Use table prefix for plugins' table_name See full commit message See merge request !322
09 Oct, 2014
6 commits
-
Profile fields master Fix issue #14 See merge request !337
-
Refactor profile fields Some fields were not being displayed on profile tab. To fix this, I refactored the fields construction logic into a more generic and declarative one. I also added a new category called "General" that will group fields that are not alraedy grouped in any other cateogory. See merge request !336
-
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
-
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
07 Oct, 2014
2 commits
06 Oct, 2014
2 commits
01 Oct, 2014
1 commit
30 Sep, 2014
1 commit
-
fixes #7