Skip to content

Commit

Permalink
Issue #85: Add events feature for Community component
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonrampton committed Mar 18, 2013
1 parent 154f0a7 commit 7b0bfa0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions drupal-org.make
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,15 @@ projects[auto_nodetitle][version] = "1.0"
projects[autocomplete_deluxe][subdir] = "contrib"
projects[autocomplete_deluxe][version] = "2.0-beta2"

projects[better_exposed_filters][subdir] = "contrib"
projects[better_exposed_filters][version] = "3.0-beta3"

projects[block_class][subdir] = "contrib"
projects[block_class][version] = "1.2"

projects[calendar][subdir] = "contrib"
projects[calendar][version] = "3.4"

projects[ctools][subdir] = "contrib"

projects[captcha][subdir] = "contrib"
Expand Down Expand Up @@ -76,6 +82,9 @@ projects[cer][download][revision] = 98a59bb024ad955cb02667b5009cc564dbb25416
projects[cer][download][branch] = 7.x-1.x
projects[cer][type] = "module"

projects[date_ical][subdir] = "contrib"
projects[date_ical][version] = "1.1"

projects[facetapi][subdir] = "contrib"
projects[facetapi][version] = "1.2"

Expand Down
1 change: 1 addition & 0 deletions modules/custom/ocsetup/ocsetup.module
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ function ocsetup_form_submit($form, &$form_state) {
'appcat_sponsor_node',
'appcat_home_context',
'appcat_home_views',
'occomm_events',
//'appcat_search_db',
)
);
Expand Down

0 comments on commit 7b0bfa0

Please sign in to comment.