Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-26 | Fix some erroneous variable names (sorry) | Andrey Andreev | 1 | -2/+2 | |
2012-11-26 | Language helper lang() to accept optional HTML attributes | Andrey Andreev | 1 | -4/+5 | |
(an improved version of PR #1235) | |||||
2012-11-22 | Added support for stream-like downloads of existing files to force_download() | Andrey Andreev | 1 | -3/+38 | |
Based on code/ideas from PR #365, #1254 | |||||
2012-11-17 | Corrected phpdoc comment for mysql_to_unix() method | webmasterar | 1 | -2/+2 | |
2012-11-12 | Some micro-optimizations | Andrey Andreev | 1 | -2/+2 | |
2012-11-09 | Polish docs for URL and XML helpers and deprecate obsolete options for ↵ | Andrey Andreev | 1 | -7/+10 | |
String helper random_string() and URL helper url_title() | |||||
2012-11-08 | Polish docs for String, Text and Typography helpers | Andrey Andreev | 1 | -2/+2 | |
2012-11-08 | Deprecate String helper trim_slashes() | Andrey Andreev | 1 | -0/+3 | |
trim(, '/') is even shorter ... | |||||
2012-11-08 | Polish docs for HTML, Inflector, Language, Number, Path, Security and Smiley ↵ | Andrey Andreev | 3 | -17/+15 | |
helpers Also fixed a DB_cache bug introduced in previous commit and removed an unused parameter in a smiley helper | |||||
2012-11-08 | Polish docs for the File and Form helpers | Andrey Andreev | 1 | -17/+17 | |
2012-11-08 | Deprecate the Email helper | Andrey Andreev | 1 | -5/+7 | |
2012-11-06 | directory_map() ... the final one | Andrey Andreev | 1 | -1/+2 | |
2012-11-06 | Fix issue #1978 | Andrey Andreev | 1 | -4/+6 | |
2012-11-02 | Some micro-optimizations | Andrey Andreev | 1 | -12/+5 | |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 21 | -21/+43 | |
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files. | |||||
2012-11-01 | Fix an erroneous variable name | Andrey Andreev | 1 | -1/+1 | |
2012-11-01 | Fix issue #1953 (form values being escaped twice) | Andrey Andreev | 1 | -37/+46 | |
Re-instaing an improved form_prep() function, reverting most of the changes from 74ffd17ab06327ca62ddfe28a186cae7ba6bd459. | |||||
2012-10-27 | Deprecate string helper repeater() (an alias for str_repeat()) | Andrey Andreev | 1 | -2/+5 | |
2012-10-27 | [ci skip] Optimize ascii_to_entities() | Andrey Andreev | 1 | -7/+4 | |
2012-10-27 | [ci skip] Update docblocks for deprecated functions | Andrey Andreev | 4 | -22/+16 | |
2012-10-26 | Fix #142 | Andrey Andreev | 1 | -10/+10 | |
2012-10-26 | Deprecated form helper function form_prep(). | Andrey Andreev | 1 | -40/+11 | |
This function has been broken for YEARS and it's value-caching logic has only introduced various problems. We have html_escape() since CI 2.1.0 which is a perfect replacement, so it should be used instead. Fixes #228 & #1630 | |||||
2012-10-25 | Form helpers to ignore empty name attributes (fix #1506) | Andrey Andreev | 1 | -0/+4 | |
2012-10-25 | Add missing delimiter in preg_quote() occurences (fix #1929) | Andrey Andreev | 1 | -1/+1 | |
2012-10-24 | Fix #1146 | Andrey Andreev | 1 | -6/+3 | |
2012-10-24 | [ci skip] style and phpdoc-related changes (rel #1295) | Andrey Andreev | 2 | -14/+13 | |
2012-10-23 | Fix issues #134, #1911 | Andrey Andreev | 1 | -1/+1 | |
2012-10-19 | Manually apply an improved version of PR #1797 (auto_link() URL helper) | Andrey Andreev | 1 | -9/+12 | |
2012-10-12 | Set MySQL client compression to FALSE by default (problems reported with ↵ | Andrey Andreev | 1 | -1/+1 | |
it), fix some typos, add encrypted database connections support and fix SQLSRV CharacterSet setting | |||||
2012-10-05 | Merge upstream branch | Andrey Andreev | 20 | -833/+722 | |
2012-09-17 | Merge pull request #1783 from vlakoff/develop | Andrey Andreev | 1 | -1/+1 | |
Better server test in redirect() of URL helper | |||||
2012-09-13 | directory_map() was skipping files and directories named "0" | vlakoff | 1 | -1/+1 | |
Close #1757. Thanks @BennyC! | |||||
2012-09-12 | Better server test in redirect() of URL helper | vlakoff | 1 | -1/+1 | |
"Location" header bugs are specific to IIS; previous test was matching all HTTP servers under Windows. This test isn't perfect yet ($_SERVER['SERVER_SOFTWARE'], which corresponds to the "Server" header of HTTP response, might be missing), but there is no perfect test. "Refresh" method makes the window blank for quite a noticeable time, so let's not affect other servers because of IIS. | |||||
2012-09-07 | Merge pull request #1760 from vlakoff/develop-2 | Alex Bilbie | 1 | -1/+1 | |
Better old captcha image test | |||||
2012-09-05 | Merge pull request #1750 from vlakoff/develop | Andrey Andreev | 1 | -1/+2 | |
Simplification in Text Helper's character_limiter() | |||||
2012-09-04 | More complicated but faster method | vlakoff | 1 | -1/+2 | |
Also added a comment to explain the reason for such a complicated method | |||||
2012-09-03 | Slightly robuster test | vlakoff | 1 | -1/+1 | |
Also, single quotes per style conventions | |||||
2012-08-31 | Simplification in Text Helper's character_limiter() | vlakoff | 1 | -1/+1 | |
Because the "\s" regex character class includes \r and \n, there is no need for the str_replace() part | |||||
2012-08-19 | Fixes issue #1678 | pickupman | 1 | -2/+1 | |
2012-08-15 | Fix issue #1712 | Andrey Andreev | 1 | -1/+1 | |
2012-08-14 | fix issue 1706 | Michiel Vugteveen | 1 | -1/+4 | |
2012-07-29 | Adding a common stringify_attributes function for dealing with attributes ↵ | Eric Barnes | 3 | -100/+8 | |
through out various helpers. Signed-off-by: Eric Barnes <eric@ericlbarnes.com> | |||||
2012-07-28 | Adding optional attributes as array or object for html helper | Eric Barnes | 1 | -19/+40 | |
2012-07-27 | Improve change from f0ecb55dfe8dbfaf4c65dbe9d7e1bba8c131ebf4 and add ↵ | Andrey Andreev | 1 | -1/+1 | |
changelog entries for pull #1654 | |||||
2012-07-26 | If $htdocs = FALSE delete_files would never unlink | Phil Sturgeon | 1 | -1/+1 | |
2012-07-22 | Removing $reduce_linebreaks in auto_typography helper. Fixes #1642 | Eric Barnes | 1 | -2/+2 | |
I researched this back to a commit by @derekjones but couldn't find any history on what the reason for it was or why it was even added. Signed-off-by: Eric Barnes <eric@ericlbarnes.com> | |||||
2012-07-22 | Comment fix. Html5 is most popular these days and should be added to ↵ | Przemyslaw Tomaszewski | 1 | -3/+3 | |
comment. Also - information that there are more doctypes than specified in comment was not included. | |||||
2012-07-13 | Fix issue #1613 | Andrey Andreev | 1 | -1/+6 | |
2012-07-12 | Important space fix :) | vkeranov | 1 | -1/+1 | |
2012-07-12 | Wrong url again | vkeranov | 1 | -1/+1 | |