Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-03 | Update copyright data to 2017 | Master Yoda | 1 | -2/+2 | |
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 1 | -1/+1 | |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 1 | -2/+2 | |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 1 | -2/+2 | |
2015-03-26 | Remove an unnecessary check | Andrey Andreev | 1 | -5/+1 | |
#3700 #3706 | |||||
2015-03-25 | use isset instead of array_key_exist | Gabriel Potkány | 1 | -1/+1 | |
2015-03-25 | Fix language overriding for calendar library | Gabriel Potkány | 1 | -1/+1 | |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 | |
2015-01-20 | [ci skip] Change some log messages' level | Andrey Andreev | 1 | -1/+1 | |
'Class Loaded' type of messages flood log files when log_threshold is set to 2 (debug). They're now logged as 'info' level. This is manually applying PR #1528, which was created to do the same thing, but became outdated. | |||||
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -3/+3 | |
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450 | |||||
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 | |
2014-02-21 | Remove CI_Calendar:: | Andrey Andreev | 1 | -25/+19 | |
Only use it in generate(). | |||||
2014-02-20 | [ci skip] Fix date helper loading in CI_Calendar::get_total_days() | Andrey Andreev | 1 | -1/+1 | |
2014-02-20 | Date helper days_in_month(), CI_Calendar::get_total_days() changes | Andrey Andreev | 1 | -17/+2 | |
- days_in_month() now uses cal_days_in_month(), if available. - CI_Calendar::get_total_days() is now an alias for days_in_month(). | |||||
2014-02-18 | [ci skip] Clean-up following PR #2864 | Andrey Andreev | 1 | -4/+4 | |
2014-02-17 | Merge branch 'develop' into patch-1 | Andrew | 1 | -1/+1 | |
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-02-11 | updates per narfbg request | Andrew | 1 | -3/+1 | |
I did a bunch of Git tutorials, and (i think) understand a lot more now. this update is to address narfbg comments, and add to pull request. | |||||
2014-02-09 | updates per narfbg's comments | Andrew | 1 | -5/+6 | |
2014-02-09 | template as array instead of string | Andrew | 1 | -39/+91 | |
library accepts `$config['template']` as array and string, to perform template replacements. updated `$this->temp` var to `$this->replacements` to be less ambiguous about what it does | |||||
2014-02-08 | Add method chaining support to Calendar & Pagination libs | Andrey Andreev | 1 | -3/+7 | |
2014-02-08 | simplify calendar library | Andrew | 1 | -68/+35 | |
it seemed quite strange that we ask users to pass in a template string the we parse with REGEX, to extract key/value pairs, when we can simply ask users for an array. the class still contains default variables for each part of the template. Users can simply pass in an array (instead of a string) when they initialize, $config['template'], which overwrites default values. this cuts down a little on file size by removing parse_template() function. I think arrays are much more straightforward and easy to read than 'encoded' strings. don't have to keep a running list of all template keys like in previous parse_template() function. gets rid of $this->temp[] property and changes it to $this->template[] which is more descriptive when generating output | |||||
2014-01-20 | Merge branch 'develop' into feature/user-guide-cleanup | Andrey Andreev | 1 | -5/+41 | |
2014-01-09 | Updates for the Calendar Pull Request | Marcos SF Filho | 1 | -1/+1 | |
2014-01-08 | Unnecessary rtrim and update docs for Calendar class | Marcos SF Filho | 1 | -1/+1 | |
2014-01-08 | Join two if statement into one | Marcos SF Filho | 1 | -5/+2 | |
2014-01-08 | Code Corrections for the Calendar Pull Request | Marcos SF Filho | 1 | -21/+18 | |
2014-01-08 | Update the Calendar Class | Marcos SF Filho | 1 | -6/+48 | |
2013-07-21 | Updating Calendar lib docs | Derek Jones | 1 | -1/+1 | |
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 | |
2012-12-03 | [ci skip] Cleaned some spaces | Andrey Andreev | 1 | -5/+5 | |
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-10-27 | Docblock improvements | Andrey Andreev | 1 | -3/+5 | |
2012-06-16 | Fix CI_Calendar::generate() not accepting NULLs (introduced in ↵ | Andrey Andreev | 1 | -2/+2 | |
d261b1e89c3d4d5191036d5a5660ef6764e593a0) | |||||
2012-06-04 | Revert/optimize some changes from 773ccc318f2769c9b7579630569b5d8ba47b114b ↵ | Andrey Andreev | 1 | -6/+6 | |
and d261b1e89c3d4d5191036d5a5660ef6764e593a0 | |||||
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/libraries | Alex Bilbie | 1 | -15/+15 | |
2012-05-17 | Clean up the libraries | Andrey Andreev | 1 | -24/+17 | |
2012-04-27 | Fix calendar and session libraries | Timothy Warren | 1 | -23/+69 | |
2012-03-26 | Switch a private property to protected and cleanup the Calendar library | Andrey Andreev | 1 | -35/+26 | |
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-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 | |
2011-12-24 | Some braces & spaces added/removed to comply with the coding standarts | Andrey Andreev | 1 | -10/+24 | |
2011-12-24 | Improve the Calendar library | Andrey Andreev | 1 | -79/+54 | |
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-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵ | Derek Jones | 1 | -9/+9 | |
broke the Typography class's string replacements, for instance | |||||
2011-04-25 | Fixed double-space typo. | Razican | 1 | -9/+9 | |
2011-04-19 | Removing internal references to the EXT constant. Additionally, marked the ↵ | Greg Aker | 1 | -1/+1 | |
constant as deprecated. Use ".php" instead. Also adding upgrade notes from 2.0.2 to 2.0.3. | |||||
2011-01-05 | Hey look, it's 2011 | Greg Aker | 1 | -1/+1 | |
2010-11-10 | Changing all class constructors to __construct() | Greg Aker | 1 | -3/+1 | |
2010-11-10 | Updating PHP requirements in files 5.1.6 | Greg Aker | 1 | -1/+1 | |