Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-05-16 | fix wrong if expression in link_tag | Emmanuel Grognet | 1 | -1/+1 | |
2014-03-12 | Add support for protocol-relative URLs in HTML helpers img(), link_tag() | Andrey Andreev | 1 | -3/+3 | |
2014-03-12 | Check image path is include http:// or https:// | wuwx | 1 | -1/+1 | |
2014-02-26 | Deprecate HTML helpers nbs(), br() | Andrey Andreev | 1 | -0/+2 | |
2014-02-26 | Don't use error suppression on realpath() + style adjustments | Andrey Andreev | 1 | -20/+20 | |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 | |
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015. | |||||
2014-01-08 | Optimize get_instance() calls/assignments | Andrey Andreev | 1 | -4/+2 | |
2013-07-17 | [ci skip] Remove some empty lines | Andrey Andreev | 1 | -1/+1 | |
2013-05-18 | Required arg in between optional ones | Rasmus Lerdorf | 1 | -2/+2 | |
Signed-off-by: Rasmus Lerdorf <rasmus@php.net> | |||||
2013-01-29 | Replace is_file() with the faster file_exists() | Andrey Andreev | 1 | -8/+12 | |
(where it makes sense) Also: - Implemented caching of configuration arrays for smileys, foreign characters and doctypes. - Implemented cascading-style loading of configuration files (except for library configs, DB and constants.php). | |||||
2013-01-28 | Remove unnecessary defined('ENVIRONMENT') checks | Andrey Andreev | 1 | -1/+1 | |
As suggested in issue #2134 & PR #2149 | |||||
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 | |
2012-11-08 | Polish docs for HTML, Inflector, Language, Number, Path, Security and Smiley ↵ | Andrey Andreev | 1 | -3/+3 | |
helpers Also fixed a DB_cache bug introduced in previous commit and removed an unused parameter in a smiley helper | |||||
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 | |
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files. | |||||
2012-08-15 | Fix issue #1712 | Andrey Andreev | 1 | -1/+1 | |
2012-07-29 | Adding a common stringify_attributes function for dealing with attributes ↵ | Eric Barnes | 1 | -38/+3 | |
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-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-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/helpers | Alex Bilbie | 1 | -3/+3 | |
2012-05-17 | Clean up the helpers | Andrey Andreev | 1 | -4/+4 | |
2012-04-27 | Fix docblocks A-H | Timothy Warren | 1 | -93/+94 | |
2012-03-26 | Remove access description lines and cleanup the html helper | Andrey Andreev | 1 | -41/+25 | |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 | |
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway... | |||||
2012-01-06 | Improve html, inflector & language helpers | Andrey Andreev | 1 | -46/+24 | |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 | |
2011-12-27 | Revert "Abstracting the loading of files in the config directory depending ↵ | Greg Aker | 1 | -1/+8 | |
on environments." This reverts commit 5c1aa631c5f5ec2f6b75ba1158178418e50ba11a. | |||||
2011-12-25 | Abstracting the loading of files in the config directory depending on ↵ | Greg Aker | 1 | -8/+1 | |
environments. | |||||
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -4/+16 | |
added notice of license to all source files. OSL to all except the few files we ship inside of the application folder, those are AFL. Updated license in user guide. incrementing next dev version to 3.0 due to licensing change | |||||
2011-10-05 | newline character ending for link_tag() function result | MrHyde | 1 | -1/+1 | |
2011-08-13 | Fixed issue #199 - Attributes passed as string does not include a space ↵ | Eric Barnes | 1 | -0/+4 | |
between it and the opening tag. | |||||
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵ | Derek Jones | 1 | -5/+5 | |
broke the Typography class's string replacements, for instance | |||||
2011-04-25 | Fixed double-space typo. | Razican | 1 | -5/+5 | |
2011-04-19 | Removing internal references to the EXT constant. Additionally, marked the ↵ | Greg Aker | 1 | -4/+4 | |
constant as deprecated. Use ".php" instead. Also adding upgrade notes from 2.0.2 to 2.0.3. | |||||
2011-04-18 | Added an optional third parameter to heading() which allows adding html ↵ | Greg Aker | 1 | -2/+3 | |
attributes to the rendered heading tag. | |||||
2011-04-06 | Made Environment Support optional. Comment out or delete the constant to ↵ | Phil Sturgeon | 1 | -1/+1 | |
stop environment checks. | |||||
2011-03-22 | Fixed logic and removed the error supressing | Eric Barnes | 1 | -3/+3 | |
2011-03-18 | Fixed coding to match standards from previous releases | Eric Barnes | 1 | -2/+2 | |
2011-03-17 | load config files from environment specific locations in core classes, ↵ | bubbafoley | 1 | -1/+10 | |
helpers and libraries | |||||
2011-01-05 | Hey look, it's 2011 | Greg Aker | 1 | -1/+1 | |
2010-11-10 | Updating PHP requirements in files 5.1.6 | Greg Aker | 1 | -1/+1 | |
2010-11-09 | Fix #95 bug in the html helper where too much white space was rendered ↵ | Greg Aker | 1 | -3/+3 | |
between the src and alt tags in the img() function. | |||||
2010-10-04 | Cleanup of stray spaces and tabs | Barry Mieny | 1 | -3/+3 | |
2010-07-05 | img() will now generate an empty string as an alt attribute if one is not ↵ | Derek Allard | 1 | -0/+6 | |
provided. | |||||
2010-03-15 | code comment typo fix | Derek Allard | 1 | -1/+1 | |
2010-01-05 | updated copyrights | Derek Jones | 1 | -1/+1 | |
2009-09-16 | removed some trivial spaces from output | Derek Allard | 1 | -1/+1 | |
2009-09-16 | removed some trivial spaces from output | Derek Allard | 1 | -4/+4 | |
2009-04-22 | updated copyrights to 2009 | Derek Jones | 1 | -1/+1 | |
2009-04-14 | doctype helper default value was missing a "1". | Derek Allard | 1 | -1/+1 | |
2008-11-13 | Changing EOL style to LF | Derek Allard | 1 | -415/+415 | |