16 May, 2013
1 commit
09 May, 2013
1 commit
-
…into merge-requests/298 Added html_safe that was missing on the block_helper new method Conflicts: app/views/box_organizer/_highlights_block.rhtml test/unit/application_helper_test.rb
05 Apr, 2013
1 commit
03 Apr, 2013
1 commit
06 Feb, 2013
1 commit
-
closes ActionItem2567
20 Dec, 2012
1 commit
-
(ActionItem2522)
04 Nov, 2012
2 commits
-
Conflicts: app/sweepers/article_sweeper.rb db/schema.rb test/unit/environment_test.rb
01 Nov, 2012
2 commits
-
Conflicts: db/schema.rb test/functional/cms_controller_test.rb test/unit/article_test.rb
-
Conflicts: app/helpers/forms_helper.rb app/sweepers/article_sweeper.rb
24 Oct, 2012
3 commits
-
Conflicts: app/helpers/forms_helper.rb app/models/box.rb app/views/box_organizer/edit.rhtml db/schema.rb test/unit/box_test.rb
-
Conflicts: app/helpers/forms_helper.rb
03 Oct, 2012
1 commit
23 Aug, 2012
1 commit
21 Aug, 2012
2 commits
-
Conflicts: app/helpers/application_helper.rb app/views/content_viewer/_article_toolbar.rhtml test/functional/content_viewer_controller_test.rb
09 Aug, 2012
1 commit
-
* Licenses only can be removed with method 'post' * Fixing truncate calls to stop displaying deprecation warnings * Added buttons to add a new license and to go back to admin panel * Added new db/schema (ActionItem2379)
08 Aug, 2012
1 commit
-
…into merge-requests/187 Conflicts: app/models/environment.rb public/stylesheets/application.css test/factories.rb test/fixtures/roles.yml test/unit/article_test.rb
31 Jul, 2012
1 commit
-
(ActionItem2382)
22 Jul, 2012
1 commit
-
The meta tags were being included on <head> (ActionItem2371)
20 Jul, 2012
1 commit
18 Jul, 2012
2 commits
-
(ActionItem2379)
12 Jul, 2012
3 commits
27 Jun, 2012
1 commit
15 Jun, 2012
1 commit
-
ActionItem2371
16 May, 2012
1 commit
-
This "feature" started as a workaround for the fact that "the CMS is not good rnough". In practice, it was only effective for enterprises, and the only known site that actually used this in the past does not use it for ages.
05 Apr, 2012
1 commit
-
The method labelled_check_box already adds a hidden field (ActionItem2329)
27 Nov, 2011
1 commit
-
Also, removed explicit :previous_label and :next_label from calls to the pagination_links helper that used the same string as the default ones already provided by the helper. This needs will_paginate from Debian Squeeze at least.
10 Oct, 2011
1 commit
-
(ActionItem2075)
13 Aug, 2011
1 commit
-
Conflicts: app/controllers/my_profile/cms_controller.rb test/functional/cms_controller_test.rb
09 Aug, 2011
6 commits
-
When you drag and drop, Firefox brings the outer element together with the link or image. A <div> is less weird than a <li>, though.