Changeset c04b23a in github
- Timestamp:
- Apr 4, 2012 10:59:16 AM (14 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 7aa7d94
- Parents:
- c2ba7ab
- Files:
-
- 1 added
- 2 deleted
- 5 edited
-
config/main.inc.php.dist (modified) (2 diffs)
-
installer/config.php (modified) (4 diffs)
-
installer/images/rcube_logo.gif (deleted)
-
installer/images/roundcube_logo.png (added)
-
installer/index.php (modified) (3 diffs)
-
installer/rcube_install.php (modified) (2 diffs)
-
installer/welcome.html (deleted)
-
skins/default/images/roundcube_logo.png (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
config/main.inc.php.dist
r13db9ee rc04b23a 177 177 $rcmail_config['enable_installer'] = false; 178 178 179 // provide an URL where a user can get support for this Roundcube installation 180 // PLEASE DO NOT LINK TO THE ROUNDCUBE.NET WEBSITE HERE! 181 $rcmail_config['support_url'] = ''; 182 183 // replace Roundcube logo with this image 184 // specify an URL relative to the document root of this Roundcube installation 185 $rcmail_config['skin_logo'] = null; 186 187 // automatically create a new Roundcube user when log-in the first time. 188 // a new user will be created once the IMAP login succeeds. 189 // set to false if only registered users can use this service 190 $rcmail_config['auto_create_user'] = true; 191 179 192 // use this folder to store log files (must be writeable for apache user) 180 193 // This is used by the 'file' log driver. … … 208 221 // UPDATE users SET username = LOWER(username); 209 222 $rcmail_config['login_lc'] = false; 210 211 // automatically create a new Roundcube user when log-in the first time.212 // a new user will be created once the IMAP login succeeds.213 // set to false if only registered users can use this service214 $rcmail_config['auto_create_user'] = true;215 216 // provide an URL where a user can get support for this Roundcube installation217 // PLEASE DO NOT LINK TO THE ROUNDCUBE.NET WEBSITE HERE!218 $rcmail_config['support_url'] = '';219 220 // replace Roundcube logo with this image221 // specify an URL relative to the document root of this Roundcube installation222 $rcmail_config['skin_logo'] = null;223 223 224 224 // Includes should be interpreted as PHP files -
installer/config.php
r08ffd939 rc04b23a 60 60 </dd> 61 61 62 <dt class="propname">support_url</dt> 63 <dd> 64 <?php 65 66 $input_support = new html_inputfield(array('name' => '_support_url', 'size' => 50, 'id' => "cfgsupporturl")); 67 echo $input_support->show($RCI->getprop('support_url')); 68 69 ?> 70 <div>Provide an URL where a user can get support for this Roundcube installation.<br/>PLEASE DO NOT LINK TO THE ROUNDCUBE.NET WEBSITE HERE!</div> 71 <p class="hint">Enter an absolute URL (inculding http://) to a support page/form or a mailto: link.</p> 72 </dd> 73 74 <dt class="propname">skin_logo</dt> 75 <dd> 76 <?php 77 78 $input_skin = new html_inputfield(array('name' => '_skin_logo', 'size' => 50, 'id' => "cfgskinlogo")); 79 echo $input_skin->show($RCI->getprop('skin_logo')); 80 81 ?> 82 <div>Custom image to display instead of the Roundcube logo.</div> 83 <p class="hint">Enter a URL relative to the document root of this Roundcube installation.</p> 84 </dd> 85 62 86 <dt class="propname">temp_dir</dt> 63 87 <dd> … … 69 93 ?> 70 94 <div>Use this folder to store temp files (must be writeable for webserver)</div> 71 </dd>72 73 74 <dt class="propname">ip_check</dt>75 <dd>76 <?php77 78 $check_ipcheck = new html_checkbox(array('name' => '_ip_check', 'id' => "cfgipcheck"));79 echo $check_ipcheck->show(intval($RCI->getprop('ip_check')), array('value' => 1));80 81 ?>82 <label for="cfgipcheck">Check client IP in session authorization</label><br />83 84 <p class="hint">This increases security but can cause sudden logouts when someone uses a proxy with changing IPs.</p>85 95 </dd> 86 96 … … 96 106 <p class="hint">It's a random generated string to ensure that every installation has its own key. 97 107 If you enter it manually please provide a string of exactly 24 chars.</p> 108 </dd> 109 110 <dt class="propname">ip_check</dt> 111 <dd> 112 <?php 113 114 $check_ipcheck = new html_checkbox(array('name' => '_ip_check', 'id' => "cfgipcheck")); 115 echo $check_ipcheck->show(intval($RCI->getprop('ip_check')), array('value' => 1)); 116 117 ?> 118 <label for="cfgipcheck">Check client IP in session authorization</label><br /> 119 120 <p class="hint">This increases security but can cause sudden logouts when someone uses a proxy with changing IPs.</p> 98 121 </dd> 99 122 … … 513 536 </dd> 514 537 515 <dt class="propname">skin_logo</dt>516 <dd>517 <?php518 519 $input_skin = new html_inputfield(array('name' => '_skin_logo', 'size' => 50, 'id' => "cfgskinlogo"));520 echo $input_skin->show($RCI->getprop('skin_logo'));521 522 ?>523 <div>Custom image to display instead of the Roundcube logo.</div>524 <p class="hint">Enter a URL relative to the document root of this Roundcube installation.</p>525 </dd>526 527 538 <dt class="propname">mail_pagesize <span class="userconf">*</span></dt> 528 539 <dd> -
installer/index.php
r7fe3811 rc04b23a 109 109 <div id="banner"> 110 110 <div class="banner-bg"></div> 111 <div class="banner-logo"><a href="http://roundcube.net"><img src="images/r cube_logo.gif" width="210" height="55" border="0" alt="Roundcube - Open source webmail project" /></a></div>111 <div class="banner-logo"><a href="http://roundcube.net"><img src="images/roundcube_logo.png" width="210" height="55" border="0" alt="Roundcube - open source webmail software" /></a></div> 112 112 </div> 113 113 … … 145 145 146 146 <?php 147 $include_steps = array(' ./welcome.html', './check.php', './config.php', './test.php');147 $include_steps = array('', './check.php', './config.php', './test.php'); 148 148 149 149 if ($include_steps[$RCI->step]) { … … 159 159 160 160 <div id="footer"> 161 Installer by the Roundcube Dev Team. Copyright © 2008-201 1 -Published under the GNU Public License; 161 Installer by the Roundcube Dev Team. Copyright © 2008-2012 â Published under the GNU Public License; 162 162 Icons by <a href="http://famfamfam.com">famfamfam</a> 163 163 </div> -
installer/rcube_install.php
r7fe3811 rc04b23a 51 51 var $required_config = array( 52 52 'db_dsnw', 'db_table_contactgroups', 'db_table_contactgroupmembers', 53 'des_key', 'session_lifetime', 53 'des_key', 'session_lifetime', 'support_url', 54 54 ); 55 55 … … 255 255 // iterate over default config 256 256 foreach ($defaults as $prop => $value) { 257 if (!isset($seen[$prop]) && !isset($this->config[$prop]) && isset($required[$prop]))257 if (!isset($seen[$prop]) && isset($required[$prop]) && !(is_bool($this->config[$prop]) || strlen($this->config[$prop]))) 258 258 $out['missing'][] = array('prop' => $prop); 259 259 }
Note: See TracChangeset
for help on using the changeset viewer.
