07 Oct, 2015
1 commit
05 Oct, 2015
1 commit
-
On Ruby 1.9+ these are no-ops
13 Sep, 2015
1 commit
21 Jul, 2015
1 commit
08 Dec, 2014
6 commits
-
When plugin is not enabled on environment, the plugin extensions can't affect other features
-
- 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
-
(ActionItem3102) - placed the tab for lattes on the proffile and add the validation for it - included lattes parser to the profile tab. - informations of lattes curriculum formated and syncronized with database Signed-off-by: Jose Pedro <1jpsneto@gmail.com> Signed-off-by: Thiago Kairala <thiagor.kairala@gmail.com> Signed-off-by: Ana Paula Vargas <anapaulavnoronha@gmail.com> Signed-off-by: Leandro Veloso <leandrovelosorodrigues@gmail.com>
04 Dec, 2014
2 commits
02 Dec, 2014
2 commits
-
Check if is template before removing an inactive user
24 Nov, 2014
1 commit
19 Nov, 2014
2 commits
-
Also, add a nice plugin status report at the bottom
13 Nov, 2014
2 commits
-
Allow trusted url without protocol for iframe in tinymce See merge request !358
07 Nov, 2014
2 commits
05 Nov, 2014
1 commit
01 Nov, 2014
1 commit
31 Oct, 2014
1 commit
29 Oct, 2014
3 commits
28 Oct, 2014
1 commit
27 Oct, 2014
2 commits
-
- provide sane defaults for $HEAD and $PREV_HEAD - list commits since $PREV_HEAD
-
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.
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
25 Sep, 2014
1 commit
-
This makes Noosfero::Plugin::ActiveRecord obsolete. With plugin interdependency, self.inherited may get the table name from another class.
12 Sep, 2014
8 commits
-
Ai3300: In rails3, plugins' paths are being appended See merge request !317