- 9899997 some more readablility tweaks in system/core/Common by Richard Deurwaarder (Xeli) · 12 years ago
- 7cc2945 remove else clause in is_https function, just add return FALSE as fallback by Richard Deurwaarder (Xeli) · 12 years ago
- 4055d57 remove newline again in system/core/Common.php, silly editor keeps adding it by Richard Deurwaarder (Xeli) · 12 years ago
- 23dc052 fix indentation according to codeigniter codestyle system/core/Common by Richard Deurwaarder (Xeli) · 12 years ago
- 4760aef Revert "remove newline at eof in syste/core/Common" by Richard Deurwaarder (Xeli) · 12 years ago
- 7061bd0 remove newline at eof in syste/core/Common by Richard Deurwaarder (Xeli) · 12 years ago
- 668d009 remove newline in system/core/Common.php by Richard Deurwaarder (Xeli) · 12 years ago
- 7cd4055 Use codeigniter coding style by Richard Deurwaarder (Xeli) · 12 years ago
- 983b313 Change True -> TRUE per codeigniter guidelines by Richard Deurwaarder (Xeli) · 12 years ago
- 1074bbf Add support for https behind a reverse proxy using X-Forwarded-Proto by Richard Deurwaarder (Xeli) · 12 years ago
- d0c30ab Logging functions: level parameter is not optional by vlakoff · 12 years ago
- 0612756 Some cleanup related to mt_rand() by vlakoff · 12 years ago
- 52301c7 Documentation: fix some outdated paths by vlakoff · 12 years ago
- 5a6814e Fix #2301 by Andrey Andreev · 12 years ago
- 8626e93 Reverting changes to functions that have no business being used in CLI apps to begin with by Daniel Hunsaker · 12 years ago
- 50dfe01 Updated in accordance with feedback from @narfbg by Daniel Hunsaker · 12 years ago
- 3b5b7f4 Updated exit codes as constant values by Daniel Hunsaker · 12 years ago
- 44a6d1d Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/exit-status by Daniel Hunsaker · 12 years ago
- 49e68de Disable autoloader call from class_exists() occurences to improve performance by Andrey Andreev · 12 years ago
- a107a0f Fix some stuff from recent pull requests by Andrey Andreev · 12 years ago
- beafe2f Update system/core/Common.php by maltzurra · 12 years ago
- de8766f Update system/core/Common.php by maltzurra · 12 years ago
- 7219232 Update system/core/Common.php by maltzurra · 12 years ago
- 0687911 Replace is_file() with the faster file_exists() (where it makes sense) by Andrey Andreev · 12 years ago
- db529ca Remove unnecessary defined('ENVIRONMENT') checks by Andrey Andreev · 12 years ago
- 353f983 Updated all cases of exit() to return a valid code by Daniel Hunsaker · 12 years ago
- b19a203 utilize static function variables in Common::log_message() to "cache" log threshold and Log library instance to reduce function calls by Ted Wood · 12 years ago
- 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
- ae63462 Fix function_usable() by Andrey Andreev · 12 years ago
- 0aeee85 Move the Log class to system/core/ by Andrey Andreev · 12 years ago
- e9d2dc8 Added function_usable() to common functions by Andrey Andreev · 12 years ago
- c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
- 3fb0267 Add is_https() as a common function by Andrey Andreev · 12 years ago
- a52c775 Replace a few require() uses with require_once() (should fix issue #1872) by Andrey Andreev · 12 years ago
- 489cf76 Merge pull request #1682 from dhinus/patch-1 by Andrey Andreev · 12 years ago
- 7885c5c Compatibility with PHP 5.2.4 and enclosed ternary operation by Daniel Morris · 12 years ago
- e5f9e4a Default to HTTP/1.1 if $server_protocol is not set by Daniel Morris · 12 years ago
- 6602cd7 DRY determining server protocol by Daniel Morris · 12 years ago
- 312bdc5 fixed whitespace by Francesco Negri · 12 years ago
- 0e0c37b Logging should obey error_reporting() setting by Francesco Negri · 12 years ago
- bdb9999 Some clean-up and style changes by Andrey Andreev · 12 years ago
- a1abada refactored (crunched down) _stringify_attributes by Chad Furman · 12 years ago
- fe8fe45 Fix a typo in Common.php by vlakoff · 13 years ago
- f3b7fa2 updated the changelog, fixed some whitespace by Christopher Guiney · 13 years ago
- 94e36fd Respect display_errors when deciding if to display an error -- useful for environments where you want to log errors, but not show them. by Christopher Guiney · 13 years ago
- 51d6d84 Add support for HTTP code 303 in set_status_header(), as suggested in pull #341 by Andrey Andreev · 13 years ago
- 92aa67c Fix defined() usage in system/core/Common.php by Andrey Andreev · 13 years ago
- 24bd230 Fix a magic_quotes-related bug and changed the default parameter value for is_php() by Andrey Andreev · 13 years ago
- 6ef498b Added get_mimes() function to system/core/Commons.php.The MIMEs array from config/mimes.php is used by multiple core classes, libraries and helpers and each of them has implemented an own way of getting it, which is not needed and is hard to maintain. This also fixes issue #1411 by Andrey Andreev · 13 years ago
- 9ba661b Revert/optimize some changes from ed944a3c70a0bad158cd5a6ca5ce1f2e717aff5d by Andrey Andreev · 13 years ago
- ed944a3 Replaced `==` with `===` and `!=` with `!==` in /system/core by Alex Bilbie · 13 years ago
- 142eef9 Edit to meet CI coding standards by Thanasis Polychronakis · 13 years ago
- 8991cb8 Indended code to meet CI standards by Thanasis Polychronakis · 13 years ago
- b6e0b58 Load base config first, then environment's config by Thanasis Polychronakis · 13 years ago
- 3729477 Merge pull request #1365 from sourcejedi/e_strict by Phil Sturgeon · 13 years ago
- 92ebfb6 Cleanup the core classes by Andrey Andreev · 13 years ago
- 94e74bf If we want E_STRICT, don't suppress it! by Alan Jenkins · 13 years ago
- 48a7fbb Use tabs to separate class properties by Timothy Warren · 13 years ago
- ad47505 Normalize comments in core files by Timothy Warren · 13 years ago
- bb30d79 Remove access description lines and fix comments in system/core/Common.php by Andrey Andreev · 13 years ago
- 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
- b7b4396 Just some style changes and removed a useless check by Andrey Andreev · 13 years ago
- d63e401 Adding in a few 503 status codes for common errors in response to this ExpressionEngine bug about errors getting cached by reverse proxies who cache 200 responses: http://expressionengine.com/bug_tracker/bug/17420 by Kevin Cupp · 13 years ago
- d47baab Fix issue #904 by Andrey Andreev · 13 years ago
- 0609d58 Fixes for issue 896 by Michiel Vugteveen · 13 years ago
- 536b771 Reverted DIRECTORY_SEPARATOR changes by Andrey Andreev · 13 years ago
- 188abaf Improve core/Common.php by Andrey Andreev · 13 years ago
- 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
- d96f882 Revert "Abstracting the loading of files in the config directory depending on environments." by Greg Aker · 13 years ago
- 5c1aa63 Abstracting the loading of files in the config directory depending on environments. by Greg Aker · 13 years ago
- 0ec05c1 Added HTTP status code 422 (Unprocessable Entity) to set_status_header() by Chris Rosser · 13 years ago
- f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
- fbac8b4 add html_escape() function to escape HTML. by kenjis · 13 years ago
- ab57a35 Fix #8 - Load core classes from the application folder first. by Shane Pearson · 13 years ago
- 8f371a4 hand merged remaining unresolved files following the backout of 648b42a75739, which was a NON-trivial whitespace commit by Derek Jones · 14 years ago
- 4b9c629 backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
- 3ef65bd Wrapped all common functions to check if it already exists. This allows anyone to override a lot more of the core by simply defining these function prior to loading them. by Dan Horrigan · 14 years ago
- 114ab09 Fixed double-space typo. by Razican · 14 years ago
- 3a74665 Removing internal references to the EXT constant. Additionally, marked the constant as deprecated. Use ".php" instead. Also adding upgrade notes from 2.0.2 to 2.0.3. by Greg Aker · 14 years ago
- eda33d5 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
- 05fa611 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
- 0ff5026 tweaking remove_invisible_characters to make urlencoded character stripping optional by Pascal Kriete · 14 years ago
- 1508301 If you do is_really_writable() on a file that does not exist on a Windows server or on a Unix box with safe_mode enabled, it will create the file and leave it there. Fixes #80 by Eric Barnes · 14 years ago
- d88b315 Merged recent changes and tweaked multi-env changes. by Phil Sturgeon · 14 years ago
- 2035fd8 Removed configs from environments and corrected for fallback by joelcox · 14 years ago
- cee8075 Split basic configuration in three environments, providing fallback to global by joelcox · 14 years ago
- 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
- 5856002 Removing instantiate_class(), which was needed to make php 4 and 5.3 play together nicely. Removed all instantiations by reference. by Pascal Kriete · 14 years ago
- 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
- dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
- 2ddc949 Added an optional second parameter to <kbd>show_404()</kbd> to disable logging. by Derek Allard · 14 years ago
- 757dda6 Fixing a bug where odbc/mssql/oci8 db drivers would encounter a PHP error due to a function being moved from the input to security class. by Greg Aker · 15 years ago
- 3140ad5 Will check for sub-classes in core or libraries (which the original file is in) instead of always looking in libraries. Makes more sense to have them in the same folder wether in system or application. by Phil Sturgeon · 15 years ago
- dc8e9ea updated Common functions by Derek Jones · 15 years ago
- c68dfbf fixed EOF code comment file locations by Derek Jones · 15 years ago
- b97d21f moving core library files out of libraries into new core folder by Derek Jones · 15 years ago[Renamed from system/codeigniter/Common.php]
- 7f3719f updated copyrights by Derek Jones · 15 years ago
- 8a52791 increased randomness of file name used in is_really_writable() by Derek Jones · 15 years ago
- 42dada7 comment fix by Derek Allard · 15 years ago
- 6d3c2c3 code comment cleanup by Derek Jones · 15 years ago