- 0e59db6 Merge pull request #5662 from jim-parry/copyright2019 by Instructor, BCIT · 6 years ago
- cce6bd1 [ci skip] Merge pull request #5376 from jim-parry/copyright-update by Andrey Andreev · 7 years ago
- f565212 Fix byte-safety issues & actually test for them by Andrey Andreev · 8 years ago
- da60e9b Update copyright data to 2017 by Master Yoda · 8 years ago
- 2b26ccf Merge pull request #4945 from vlakoff/text_helper by Andrey Andreev · 8 years ago
- 9aab22e Fix an error from 6af9dd6e24687b6a7b9d14a058a47edcac761e61 by Andrey Andreev · 9 years ago
- 6af9dd6 Fix #4407 by Andrey Andreev · 9 years ago
- 1924e87 [ci skip] Update ellislab.com links to https too by Andrey Andreev · 9 years ago
- bd202c9 [ci skip] Update codeigniter.com links to https by Andrey Andreev · 9 years ago
- 125ef47 [ci skip] Bump year to 2016 by Andrey Andreev · 9 years ago
- 55bc505 Fixed typos by Calvin Tam · 9 years ago
- 4cbe463 Remove closing blocks at end of PHP files by vlakoff · 10 years ago
- fe9309d Bulk (mostly documentation) update by Andrey Andreev · 10 years ago
- bdb96ca [ci skip] Switch to MIT license; close #3293 by Andrey Andreev · 10 years ago
- 0f7eba2 Fix handling of {unwrap} tags in word_wrap() functions by vlakoff · 11 years ago
- 2a8560c Regex fixes by vlakoff · 11 years ago
- 8bc73eb Making highlight_phrase() to be UTF-8 compatible on demand. by Ivan Tcholakov · 11 years ago
- ea41c8a Don't use error suppression on realpath() + style adjustments by Andrey Andreev · 11 years ago
- 6ce4746 Update Text and Inflector helpers to utilize mbstring, if available by Andrey Andreev · 11 years ago
- dbcd12d Merge pull request #2610 from mjnaderi/patch-1 by Andrey Andreev · 11 years ago
- 871754a 2013 > 2014 by darwinel · 11 years ago
- 40235e6 Fix #133 by Andrey Andreev · 11 years ago
- ac023e1 Change Text helper default tag from <strong> to <mark> by Andrey Andreev · 11 years ago
- c6f5ed1 count number of characters (with mb_strlen) instead of counting number of bytes with strlen by Mohammad Javad Naderi · 11 years ago
- 9aebeaf remove newline from end of file by Mohammad Javad Naderi · 11 years ago
- b312d2f character_limiter now works correct for UTF-8 strings by Mohammad Javad Naderi · 11 years ago
- f5b4f6a Text helper: convert_accented_characters() optimization by vlakoff · 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
- 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
- 838a9d6 [ci skip] Cleaned some spaces by Andrey Andreev · 12 years ago
- c5536aa Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) by Andrey Andreev · 12 years ago
- 7d75346 [ci skip] Optimize ascii_to_entities() by Andrey Andreev · 12 years ago
- 5fd3ae8 [ci skip] style and phpdoc-related changes (rel #1295) by Andrey Andreev · 12 years ago
- 62a5ee3 More complicated but faster method by vlakoff · 12 years ago
- cdbcbfc Simplification in Text Helper's character_limiter() by vlakoff · 12 years ago
- 773ccc3 Replaced `==` with `===` and `!=` with `!==` in /system/helpers by Alex Bilbie · 12 years ago
- 9e0be2b Merge upstream by Timothy Warren · 13 years ago
- 963c96c Fix a wrong variable name by Andrey Andreev · 13 years ago
- b75faa1 Fix rest of the helpers by Timothy Warren · 13 years ago
- e92df33 Remove remaining access description lines from helpers + some style fixes by Andrey Andreev · 13 years ago
- e684bda Clear some spaces and fix some inconsistencies in the Zip library and system/helpers/ files by Andrey Andreev · 13 years ago
- e79a3b1 Remove EOF newlines by Andrey Andreev · 13 years ago
- 75124a5 Some comments altered by Andrey Andreev · 13 years ago
- 3f71628 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-helpers-sst by Andrey Andreev · 13 years ago
- 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
- 8edf87d Remove a PHP_VERSION < 5 check (no longer needed) by Andrey Andreev · 13 years ago
- c5a1f93 Revert a space in the license agreement :) by Andrey Andreev · 13 years ago
- 09375d7 Some more cleaning by Andrey Andreev · 13 years ago
- 0f2ec5b convert_accented_characters() to include foreign_chars.php only when needed by Andrey Andreev · 13 years ago
- cb324bd Some more misc. stuff by Andrey Andreev · 13 years ago
- fc44355 Remove quotes around an integer value by Andrey Andreev · 13 years ago
- 4921fed Improve the smiley, string & text helpers 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
- f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
- 37f4b9c backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 13 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
- 05fa611 Made Environment Support optional. Comment out or delete the constant to stop environment checks. by Phil Sturgeon · 14 years ago
- fdd5b11 Fixed logic and removed the error supressing by Eric Barnes · 14 years ago
- 9280834 Fixed coding to match standards from previous releases by Eric Barnes · 14 years ago
- 0ea0414 load config files from environment specific locations in core classes, helpers and libraries by bubbafoley · 14 years ago
- 45e3cdf Whitespace cleanup for code consistency by Pascal Kriete · 14 years ago
- 3bb336c Automated merge with https://bitbucket.org/ellislab/codeigniter by Phil Sturgeon · 14 years ago
- 5e04480 Reworked convert_foreign_characters in text helper. Thanks to Mario Ricalde. by Eric Barnes · 14 years ago
- 0711dc8 Hey look, it's 2011 by Greg Aker · 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
- 0f6b7c1 moving code comment in text helper by Greg Aker · 14 years ago
- cbe3247 Adding an ellipsize function to the text helper, and associated documentation to the user guide. by Greg Aker · 14 years ago
- daf9c01 added convert_accented_characters() function to Text Helper by Derek Jones · 15 years ago
- 7f3719f updated copyrights by Derek Jones · 15 years ago
- fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
- 1978e12 tweak to ascii_to_entities() for low ascii entities by Derek Jones · 16 years ago
- 01d6b4f Fixed a bug where the end character was being added when the character limit's limit intersected the last word of the string. by Derek Jones · 16 years ago
- f1b721a Fixed a bug affecting some locales where word censoring would not work on words beginning or ending with an accented character. by Derek Jones · 16 years ago
- 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
- 87da39a Fixed a preg_replace bug if the supplied string contains the delimiter by Rick Ellis · 16 years ago
- 337c74a tweak of temp tag and highlighting replacement to accommodate environments with different colors specified for highlight_string() by Derek Jones · 16 years ago
- c0e72b0 modified how we're performing text highlighting to prevent extra or missing span tags. by Derek Jones · 16 years ago
- 86d721c updated copyright by Rick Ellis · 16 years ago
- 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
- a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
- c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
- 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
- 7327499 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago
- 2d87b4d Fixed a bug (#1872) where word_limiter() was not retaining whitespace. by Derek Jones · 17 years ago
- 269b942 added ability to "extend" helpers by Derek Jones · 17 years ago
- 9cee791 further refinement to highlight_code()'s regex replacements by Derek Jones · 17 years ago
- e352549 modified markers in highlight_code() to not introduce unintended highlighting, and to allow code where the first line is a code comment to be styled properly by Derek Jones · 17 years ago
- 9468f3e fixed bug #3156 in highlight_code() where PHP tags were not being converted properly. Also added protection for asp and inline style script delimiters, and removed an empty span to make outputted code valid by Derek Jones · 17 years ago
- 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
- 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
- fc2f834 Fixed a bug in highlight_pharse() that caused an error with slashes. by Derek Allard · 17 years ago
- 1a274a0 Fixed a bug in word_wrap() of the Text Helper that incorrectly referenced an object. by Derek Allard · 17 years ago
- 6838f00 Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. by Derek Allard · 17 years ago
- d2df9bc update pMachine to EllisLab by Derek Allard · 18 years ago
- 7c807cb by admin · 18 years ago