forked from turnkeylinux-apps/drupal7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog
129 lines (88 loc) · 3.8 KB
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
turnkey-drupal7-14.0 (1) turnkey; urgency=low
* Drupal7:
- Latest 7.x version of Drush is now installed via composer at build time.
- Latest version of Drupal7 is installed via Drush.
- Latest versions of modules are now installed via Drush.
* Replaced PHPMyAdmin with Adminer
* Hardened default SSL settings
* Note: Please refer to turnkey-core's changelog for changes common to all
appliances. Here we only describe changes specific to this appliance.
-- Jeremy Davis <jeremy@turnkeylinux.org> Fri, 03 Jul 2015 13:55:12 +1000
turnkey-drupal7-13.0 (1) turnkey; urgency=low
* Drupal7:
- Latest version of Drush is now installed via pear at build time.
- Latest version of Drupal7 is now installed via Drush.
- Latest versions of modules are now installed via Drush.
* PHPMyAdmin:
- Configured to allow users preferences stored in database.
- Specified blowfish_secret and regeneration on firstboot (security).
* Note: Please refer to turnkey-core's changelog for changes common to all
appliances. Here we only describe changes specific to this appliance.
-- Alon Swartz <alon@turnkeylinux.org> Thu, 10 Oct 2013 17:45:58 +0300
turnkey-drupal7-12.1 (1) turnkey; urgency=low
* Drupal7:
- Latest version of Drush is now installed via pear at build time.
- Latest version of Drupal7 is now installed via Drush.
- Latest versions of modules are now installed via Drush.
- Fixed support for complex passwords in inithook (LP#1102662).
- Increased php cli memory limit for Drush (LP#1048443).
* Added phpsh (interative shell for PHP) and php5-cli (generically useful).
* Upstream source component versions:
ckeditor 4.0.2
* Note: Please refer to turnkey-core's changelog for changes common to all
appliances. Here we only describe changes specific to this appliance.
-- Alon Swartz <alon@turnkeylinux.org> Sun, 07 Apr 2013 08:00:00 +0200
turnkey-drupal7-12.0 (1) turnkey; urgency=low
* Initial public release of TurnKey Drupal7, based on TKLPatch submitted
by John Carver.
* Installed from upstream tarball, includes support for inline upgrades.
* Set Drupal admin email and password on firstboot (convenience, security).
* Regenerates all secrets during installation / firstboot (security).
* Includes drush for command line administration and configuration.
* Replaced Drupal's poor-man-cron with drush cron.
* Includes many useful/popular drupal7 modules:
- devel
- views
- panels
- rules
- pathauto
- google_analytics
- backup_migrate
- recaptcha
- imageapi
- lightbox2
- getid3
- imce
- ckeditor
- jquery_ui
- transliteration
- tagadelic
- advanced_help
- admin_menu
- ctools
- globalredirect
- logintoboggan
- simpletest
- fivestart
- token
- webform
- email
- link
- date
* MySQL related:
- Set MySQL root password on firstboot (convenience, security).
- Force MySQL to use Unicode/UTF8.
- Includes PhpMyAdmin (listening on port 12322 - uses SSL).
* SSL support out of the box.
* Includes php-xcache PHP opcode cacher / optimizer (performance).
* Includes postfix MTA (bound to localhost) for sending of email (e.g.
password recovery). Also includes webmin postfix module for convenience.
* Major component versions
drupal 7.14 (upstream archive)
drush 7.x-5.1 (upstream archive)
apache2 2.2.16-6+squeeze7
mysql-server 5.1.63-0+squeeze1
phpmyadmin 4:3.3.7-7
* Note: Please refer to turnkey-core's changelog for changes common to all
appliances. Here we only describe changes specific to this appliance.
-- Alon Swartz <alon@turnkeylinux.org> Wed, 01 Aug 2012 08:00:00 +0200