Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-20 | [ci skip] Change some log messages' level | Andrey Andreev | 2 | -3/+2 | |
'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-20 | Merge pull request #3427 from gadelat/logdate | Andrey Andreev | 1 | -0/+1 | |
Support for microseconds in CI_Log | |||||
2015-01-20 | Fix Sphinx compilation errors | vlakoff | 4 | -10/+11 | |
2015-01-19 | Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop | Andrey Andreev | 1 | -8/+8 | |
2015-01-19 | [ci skip] Some polishing to the latest doc changes | Andrey Andreev | 2 | -4/+4 | |
2015-01-19 | [ci skip] Update changelog messages for Session library | Andrey Andreev | 1 | -8/+8 | |
2015-01-19 | [ci skip] Manually apply PR #3461 | Andrey Andreev | 3 | -6/+5 | |
I would've merged it earlier, but that would cause conflicts when feature/session is merged. | |||||
2015-01-19 | [ci skip] Fix a typo in Card library docs | Andrey Andreev | 1 | -1/+1 | |
2015-01-19 | [ci skip] feature/session (#3073): Update upgrade instructions | Andrey Andreev | 1 | -21/+85 | |
2015-01-19 | [ci skip] feature/session: Update session lib doc title | Andrey Andreev | 1 | -3/+3 | |
It's not a driver itself ... | |||||
2015-01-19 | [ci skip] feature/session (#3073): Extend a note about DB drivers and locking | Andrey Andreev | 1 | -4/+6 | |
2015-01-19 | feature/session (#3073): Update config file and session docs | Andrey Andreev | 1 | -422/+727 | |
Upgrade instructions are still pending. | |||||
2015-01-12 | [ci skip] Make it clear that PHP <5.4 usage is discouraged | Andrey Andreev | 3 | -11/+16 | |
Related: #3450 | |||||
2015-01-12 | [ci skip] Polish changes from PR #3278 | Andrey Andreev | 1 | -1/+1 | |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 7 | -14/+14 | |
- 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 | |||||
2015-01-06 | Merge pull request #3444 from peterdenk/russian-timezones | Andrey Andreev | 1 | -2/+2 | |
Russian time zones were changed on Oct 26 2014. | |||||
2015-01-06 | Documentation updated. | Peter Denk | 1 | -2/+2 | |
Signed-off-by: Peter Denk <peter@skypay.se> | |||||
2015-01-05 | [ci skip] Fix improper wording in upgrade notes | Andrey Andreev | 1 | -1/+1 | |
2015-01-05 | Remove CI_Form_validation::xss_clean() | Andrey Andreev | 2 | -13/+32 | |
More details in the commit diff itself, and here: https://github.com/benedmunds/CodeIgniter-Ion-Auth/issues/683#issuecomment-66598821 | |||||
2015-01-05 | Polish changes following PR #3416 | Andrey Andreev | 1 | -184/+197 | |
2015-01-04 | Update reserved controller names | vlakoff | 1 | -3/+1 | |
2014-12-25 | Merge pull request #3442 from galdiolo/patch-4 | Andrey Andreev | 2 | -2/+2 | |
[ci skip] fix path for individual news item | |||||
2014-12-25 | Merge pull request #3441 from galdiolo/patch-3 | Andrey Andreev | 1 | -1/+1 | |
[ci skip] fix a typo | |||||
2014-12-23 | use $title variable in the view | Claudio Galdiolo | 1 | -1/+1 | |
$data['title'] is defined in the controller but it is not used in the view | |||||
2014-12-23 | fix path for individual news item | Claudio Galdiolo | 1 | -1/+1 | |
href resolves to index.php/slug instead of index.php/news/slug | |||||
2014-12-23 | fix typo | Claudio Galdiolo | 1 | -1/+1 | |
need need -> need | |||||
2014-12-23 | use $title variable in the view | Claudio Galdiolo | 1 | -1/+3 | |
$data['title'] is defined in the controller but it is not used in the view | |||||
2014-12-20 | User Guide Tuning | James L Parry | 4 | -3/+18 | |
Adjust the heading levels in the writeups for the input, loader, security and unit testing libraries, to match the other library writeups. Specifically, the class reference section in each of these was appearing as a sub-level in the toctree, when it should be at the same level. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-12-19 | [ci skip] Add missing upgrade step from 2.1.4 to 2.2.0 in the docs | Andrey Andreev | 2 | -1/+22 | |
2014-12-19 | . | Gabriel Potkány | 1 | -1/+1 | |
2014-12-19 | Support for microseconds | Gabriel Potkány | 1 | -0/+1 | |
2014-12-19 | Enabled word-wrap in tables | David Wosnitza | 1 | -1/+1 | |
Desktop only; prevents having to scroll horizontally to see contents of larger tables | |||||
2014-12-17 | Add support for configuring socket pipe connections in 'mysqli' | Andrey Andreev | 1 | -1/+2 | |
Supersedes PR #3415 | |||||
2014-12-16 | Fixed typo | albertleao | 1 | -1/+1 | |
2014-12-16 | User Guide - DB Driver Reference | James L Parry | 2 | -1/+409 | |
First stab at DB driver reference. Methods are listed in order encountered in the source file. Parameter or return types in DB_driver updated as needed, and reflected here. TOC entry added to bottom of database index page. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-12-15 | removed max-width from docs content | David Wosnitza | 1 | -1/+1 | |
2014-12-14 | increased bottom margin | David Wosnitza | 1 | -1/+1 | |
Signed-off-by: David Wosnitza <david@druul.in> | |||||
2014-12-14 | increased top and bottom margins for printing | David Wosnitza | 1 | -1/+1 | |
Signed-off-by: David Wosnitza <david@druul.in> | |||||
2014-12-14 | added original license to theme | David Wosnitza | 1 | -0/+20 | |
2014-12-14 | rebuild and optimized toctrees | David Wosnitza | 5 | -62/+73 | |
Signed-off-by: David Wosnitza <david@druul.in> | |||||
2014-12-14 | reverted changes on source/index.rst | David Wosnitza | 1 | -5/+21 | |
Signed-off-by: David Wosnitza <david@druul.in> | |||||
2014-12-12 | fixed indentation/linkref errors | David Wosnitza | 4 | -22/+28 | |
Signed-off-by: David Wosnitza <david@druul.in> | |||||
2014-12-12 | exchanged colors | David Wosnitza | 1 | -2/+2 | |
Signed-off-by: David Wosnitza <david@druul.in> | |||||
2014-12-12 | changed theme to sphinx_rtd_theme | David Wosnitza | 32 | -1467/+1017 | |
Signed-off-by: David Wosnitza <david@druul.in> | |||||
2014-12-11 | [ci skip] Update DB result docs | Andrey Andreev | 1 | -133/+143 | |
Related: #3395 | |||||
2014-12-11 | [ci skip] Update Query Builder docs | Andrey Andreev | 1 | -330/+337 | |
Close #2512 Related: #3396 | |||||
2014-12-11 | Add method chaining support ot CI_DB_query_builder::reset_query() | Andrey Andreev | 1 | -1/+1 | |
2014-12-11 | Add method chaining support to QB cache methods | Andrey Andreev | 1 | -0/+1 | |
2014-12-08 | Merge pull request #3396 from jim-parry/userguide/query_builder | Andrey Andreev | 1 | -137/+533 | |
Userguide/query builder | |||||
2014-12-08 | User Guide - query builder | James L Parry | 3 | -513/+501 | |
Integrated API reference with the regular query builder page. Added square brackets for optional parameters. Signed-off-by:James L Parry <jim_parry@bcit.ca> |