Skip to content

Commit c445d7f

Browse files
committed
upgrade to 3.1.9
1 parent abd77ac commit c445d7f

173 files changed

Lines changed: 628 additions & 474 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

application/config/mimes.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@
155155
'ics' => 'text/calendar',
156156
'ical' => 'text/calendar',
157157
'zsh' => 'text/x-scriptzsh',
158-
'7zip' => array('application/x-compressed', 'application/x-zip-compressed', 'application/zip', 'multipart/x-zip'),
158+
'7z' => array('application/x-7z-compressed', 'application/x-compressed', 'application/x-zip-compressed', 'application/zip', 'multipart/x-zip'),
159+
'7zip' => array('application/x-7z-compressed', 'application/x-compressed', 'application/x-zip-compressed', 'application/zip', 'multipart/x-zip'),
159160
'cdr' => array('application/cdr', 'application/coreldraw', 'application/x-cdr', 'application/x-coreldraw', 'image/cdr', 'image/x-cdr', 'zz-application/zz-winassoc-cdr'),
160161
'wma' => array('audio/x-ms-wma', 'video/x-ms-asf'),
161162
'jar' => array('application/java-archive', 'application/x-java-application', 'application/x-jar', 'application/x-compressed'),

system/core/Benchmark.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This content is released under the MIT License (MIT)
88
*
9-
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
9+
* Copyright (c) 2014 - 2018, British Columbia Institute of Technology
1010
*
1111
* Permission is hereby granted, free of charge, to any person obtaining a copy
1212
* of this software and associated documentation files (the "Software"), to deal
@@ -29,7 +29,7 @@
2929
* @package CodeIgniter
3030
* @author EllisLab Dev Team
3131
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
32-
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
32+
* @copyright Copyright (c) 2014 - 2018, British Columbia Institute of Technology (http://bcit.ca/)
3333
* @license http://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
3535
* @since Version 1.0.0

system/core/CodeIgniter.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This content is released under the MIT License (MIT)
88
*
9-
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
9+
* Copyright (c) 2014 - 2018, British Columbia Institute of Technology
1010
*
1111
* Permission is hereby granted, free of charge, to any person obtaining a copy
1212
* of this software and associated documentation files (the "Software"), to deal
@@ -29,7 +29,7 @@
2929
* @package CodeIgniter
3030
* @author EllisLab Dev Team
3131
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
32-
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
32+
* @copyright Copyright (c) 2014 - 2018, British Columbia Institute of Technology (http://bcit.ca/)
3333
* @license http://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
3535
* @since Version 1.0.0
@@ -55,7 +55,7 @@
5555
* @var string
5656
*
5757
*/
58-
const CI_VERSION = '3.1.6';
58+
const CI_VERSION = '3.1.9';
5959

6060
/*
6161
* ------------------------------------------------------

system/core/Common.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This content is released under the MIT License (MIT)
88
*
9-
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
9+
* Copyright (c) 2014 - 2018, British Columbia Institute of Technology
1010
*
1111
* Permission is hereby granted, free of charge, to any person obtaining a copy
1212
* of this software and associated documentation files (the "Software"), to deal
@@ -29,7 +29,7 @@
2929
* @package CodeIgniter
3030
* @author EllisLab Dev Team
3131
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
32-
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
32+
* @copyright Copyright (c) 2014 - 2018, British Columbia Institute of Technology (http://bcit.ca/)
3333
* @license http://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
3535
* @since Version 1.0.0

system/core/Config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This content is released under the MIT License (MIT)
88
*
9-
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
9+
* Copyright (c) 2014 - 2018, British Columbia Institute of Technology
1010
*
1111
* Permission is hereby granted, free of charge, to any person obtaining a copy
1212
* of this software and associated documentation files (the "Software"), to deal
@@ -29,7 +29,7 @@
2929
* @package CodeIgniter
3030
* @author EllisLab Dev Team
3131
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
32-
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
32+
* @copyright Copyright (c) 2014 - 2018, British Columbia Institute of Technology (http://bcit.ca/)
3333
* @license http://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
3535
* @since Version 1.0.0

system/core/Controller.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This content is released under the MIT License (MIT)
88
*
9-
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
9+
* Copyright (c) 2014 - 2018, British Columbia Institute of Technology
1010
*
1111
* Permission is hereby granted, free of charge, to any person obtaining a copy
1212
* of this software and associated documentation files (the "Software"), to deal
@@ -29,7 +29,7 @@
2929
* @package CodeIgniter
3030
* @author EllisLab Dev Team
3131
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
32-
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
32+
* @copyright Copyright (c) 2014 - 2018, British Columbia Institute of Technology (http://bcit.ca/)
3333
* @license http://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
3535
* @since Version 1.0.0

system/core/Exceptions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This content is released under the MIT License (MIT)
88
*
9-
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
9+
* Copyright (c) 2014 - 2018, British Columbia Institute of Technology
1010
*
1111
* Permission is hereby granted, free of charge, to any person obtaining a copy
1212
* of this software and associated documentation files (the "Software"), to deal
@@ -29,7 +29,7 @@
2929
* @package CodeIgniter
3030
* @author EllisLab Dev Team
3131
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
32-
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
32+
* @copyright Copyright (c) 2014 - 2018, British Columbia Institute of Technology (http://bcit.ca/)
3333
* @license http://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
3535
* @since Version 1.0.0

system/core/Hooks.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This content is released under the MIT License (MIT)
88
*
9-
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
9+
* Copyright (c) 2014 - 2018, British Columbia Institute of Technology
1010
*
1111
* Permission is hereby granted, free of charge, to any person obtaining a copy
1212
* of this software and associated documentation files (the "Software"), to deal
@@ -29,7 +29,7 @@
2929
* @package CodeIgniter
3030
* @author EllisLab Dev Team
3131
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
32-
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
32+
* @copyright Copyright (c) 2014 - 2018, British Columbia Institute of Technology (http://bcit.ca/)
3333
* @license http://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
3535
* @since Version 1.0.0

system/core/Input.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This content is released under the MIT License (MIT)
88
*
9-
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
9+
* Copyright (c) 2014 - 2018, British Columbia Institute of Technology
1010
*
1111
* Permission is hereby granted, free of charge, to any person obtaining a copy
1212
* of this software and associated documentation files (the "Software"), to deal
@@ -29,7 +29,7 @@
2929
* @package CodeIgniter
3030
* @author EllisLab Dev Team
3131
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
32-
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
32+
* @copyright Copyright (c) 2014 - 2018, British Columbia Institute of Technology (http://bcit.ca/)
3333
* @license http://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
3535
* @since Version 1.0.0
@@ -137,7 +137,7 @@ class CI_Input {
137137
*/
138138
public function __construct()
139139
{
140-
$this->_allow_get_array = (config_item('allow_get_array') === TRUE);
140+
$this->_allow_get_array = (config_item('allow_get_array') !== FALSE);
141141
$this->_enable_xss = (config_item('global_xss_filtering') === TRUE);
142142
$this->_enable_csrf = (config_item('csrf_protection') === TRUE);
143143
$this->_standardize_newlines = (bool) config_item('standardize_newlines');

system/core/Lang.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This content is released under the MIT License (MIT)
88
*
9-
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
9+
* Copyright (c) 2014 - 2018, British Columbia Institute of Technology
1010
*
1111
* Permission is hereby granted, free of charge, to any person obtaining a copy
1212
* of this software and associated documentation files (the "Software"), to deal
@@ -29,7 +29,7 @@
2929
* @package CodeIgniter
3030
* @author EllisLab Dev Team
3131
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
32-
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
32+
* @copyright Copyright (c) 2014 - 2018, British Columbia Institute of Technology (http://bcit.ca/)
3333
* @license http://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
3535
* @since Version 1.0.0

0 commit comments

Comments
 (0)