Skip to content
This repository was archived by the owner on Mar 4, 2019. It is now read-only.

Commit 5040d40

Browse files
committed
Update
1 parent fc100e8 commit 5040d40

File tree

4 files changed

+2
-28
lines changed

4 files changed

+2
-28
lines changed

btr_client.info

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@ dependencies[] = xautoload
4747
dependencies[] = rules_scheduler
4848
dependencies[] = rules_admin
4949

50-
; ;;; User Interface
51-
; dependencies[] = context
52-
; dependencies[] = context_ui
53-
; dependencies[] = boxes
54-
; dependencies[] = edit_profile
55-
; dependencies[] = color
56-
5750
;;; Features
5851
dependencies[] = fe_block
5952
dependencies[] = node_export

btr_client.make

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,6 @@ core = 7.x
77

88
defaults[projects][subdir] = contrib
99

10-
; ;--------------------
11-
; ; Bootstrap Theme
12-
; ;--------------------
13-
;
14-
; projects[bootstrap] = 2.2
15-
; projects[jquery_update] = 2.4
16-
;
17-
; libraries[bootstrap][directory_name] = bootstrap
18-
; libraries[bootstrap][download][type] = get
19-
; libraries[bootstrap][download][url] = https://github.com/twbs/bootstrap/archive/v3.0.0.zip
20-
2110
;--------------------
2211
; Custom
2312
;--------------------
@@ -31,11 +20,6 @@ projects[btrclient] = 1.x-dev
3120
;;; Extensions
3221
projects[xautoload] = 4.5
3322
projects[rules] = 2.7
34-
35-
; ;;; User interface
36-
; projects[context] = 3.2
37-
; projects[homebox] = 2.0-beta7
38-
; projects[boxes] = 1.2
3923
projects[edit_profile] = 1.0-beta2
4024

4125
;;; Security
@@ -63,8 +47,6 @@ projects[] = memcache
6347
; Sending Emails
6448
;--------------------
6549

66-
;projects[mailsystem] = 2.34
67-
;projects[mimemail] = 1.0-beta3
6850
projects[reroute_email] = 1.1
6951

7052
;projects[phpmailer] = 3.x-dev
@@ -73,4 +55,4 @@ projects[phpmailer][download][branch] = 7.x-3.x
7355

7456
libraries[phpmailer][directory_name] = phpmailer
7557
libraries[phpmailer][download][type] = get
76-
libraries[phpmailer][download][url] = https://github.com/PHPMailer/PHPMailer/archive/v5.2.6.zip
58+
libraries[phpmailer][download][url] = https://github.com/PHPMailer/PHPMailer/archive/v5.2.9.zip

install/scripts/drupal-make-and-install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ drush make --prepare-install --force-complete \
1313

1414
### fix some things on the application directory
1515
cd $drupal_dir/profiles/btr_client/
16-
cp -a libraries/bootstrap themes/contrib/bootstrap/
1716
cd $drupal_dir/profiles/btr_client/libraries/
1817
cp hybridauth-drupaloauth2/DrupalOAuth2.php \
1918
hybridauth/hybridauth/Hybrid/Providers/

install/settings.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
### Git branch that will be used.
3-
git_branch='master'
3+
git_branch='openatrium'
44

55
### Domain of the website.
66
domain='example.org'

0 commit comments

Comments
 (0)