Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
MISC - Removed now obsolete colorbox.
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCarden committed Dec 5, 2014
1 parent dd76d5d commit af3aa17
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
5 changes: 0 additions & 5 deletions drupal-org.make
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ projects[advanced_help][version] = 1.0

projects[captcha][version] = 1.0

projects[colorbox][version] = 2.4

projects[conditional_styles][version] = 2.1

projects[context][version] = 3.1
Expand Down Expand Up @@ -139,9 +137,6 @@ projects[zen][patch][2144803-1] = https://drupal.org/files/issues/zen-include_er
; Third Party Libraries
; ==============================================================================

libraries[colorbox][download][type] = file
libraries[colorbox][download][url] = https://github.com/jackmoore/colorbox/archive/1.4.27.zip

libraries[faker][download][type] = get
libraries[faker][download][url] = https://github.com/fzaninotto/Faker/archive/v1.3.0.tar.gz

Expand Down
10 changes: 10 additions & 0 deletions modules/custom/petitions_maintenance/petitions_maintenance.install
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,13 @@ function petitions_maintenance_update_7302(&$sandbox) {
->condition('name', 'formatforlog')
->execute();
}

/**
* Remove colorbox module.
*/
function petitions_maintenance_update_7303(&$sandbox) {
db_delete('system')
->condition('name', 'colorbox')
->execute();
db_query("DELETE FROM {variable} WHERE name LIKE 'colorbox_%'");
}
1 change: 0 additions & 1 deletion petitions.info
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ dependencies[] = rdf

; contrib
dependencies[] = captcha
dependencies[] = colorbox
dependencies[] = context
dependencies[] = entity
dependencies[] = entitycache
Expand Down

0 comments on commit af3aa17

Please sign in to comment.