Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-06 | Ability to pass array of language files to Language Library similar to ↵ | Gabriel Potkány | 1 | -0/+1 | |
Loader Library | |||||
2014-11-06 | Fix typo in changelog entry for #3305 | Gabriel Potkány | 1 | -1/+1 | |
2014-11-03 | Polish changes following #3305 | Andrey Andreev | 1 | -0/+1 | |
Also add support for field comments in PostgreSQL & Oracle ... only via alter_table() for now :/ | |||||
2014-10-28 | Add a real exception handler | Andrey Andreev | 1 | -4/+5 | |
Close #1590 Close #3200 | |||||
2014-10-28 | Close #3292 | Andrey Andreev | 1 | -0/+1 | |
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -6/+1 | |
2014-10-24 | Fix Sphinx compilation warnings | vlakoff | 1 | -1/+1 | |
2014-10-22 | Reword change log and add the resulting query in the manual. | clawoo | 1 | -1/+1 | |
2014-10-21 | Update the change log and the documentation with the array values binding ↵ | clawoo | 1 | -0/+1 | |
feature. | |||||
2014-10-05 | config_item() to return NULL instead of FALSE for non-existing items | Andrey Andreev | 1 | -0/+1 | |
Close #3001 Close #3232 Related: #3244 | |||||
2014-09-29 | Close #3194 | Andrey Andreev | 1 | -0/+1 | |
2014-09-29 | Revert #3194 | Andrey Andreev | 1 | -1/+0 | |
This has caused way too many BC breaks (#3238, #3242, #3257). Close #3257 | |||||
2014-09-24 | fixed a typo in changelog | Amir Saboury | 1 | -1/+1 | |
Signed-off-by: Amir Saboury <amir.saboury@gmail.com> | |||||
2014-08-27 | Fix #2963 | Andrey Andreev | 1 | -1/+6 | |
Changed all file permissions settings throught the framework and the documentation. Also added configuration settings for CI_Log and CI_Image_lib | |||||
2014-08-27 | Add CI_Security::get_random_bytes() for CSRF & XSS token generation | Andrey Andreev | 1 | -1/+2 | |
2014-08-27 | Close #3205 | Andrey Andreev | 1 | -0/+1 | |
2014-08-27 | Fix #3189 | Andrey Andreev | 1 | -0/+1 | |
2014-08-25 | Upgrading the function html_escape() - documentation corrections. | Ivan Tcholakov | 1 | -1/+1 | |
2014-08-25 | Upgrading the function html_escape(), escaping twice can be prevented by ↵ | Ivan Tcholakov | 1 | -0/+1 | |
setting the second argument to FALSE. | |||||
2014-08-22 | Query builder, IS NOT NULL support #3194: Adding a changelog entry. | Ivan Tcholakov | 1 | -0/+1 | |
2014-08-18 | [ci skip] Polish changes from PR #3176 | Andrey Andreev | 1 | -2/+2 | |
2014-08-11 | CSRF whitelist supports regex | Casey Hancock | 1 | -1/+1 | |
Signed-off-by: Casey Hancock <crh431@gmail.com> | |||||
2014-08-10 | Polish changes following PR #3173 | Andrey Andreev | 1 | -1/+1 | |
2014-08-08 | Using ImagePNG in CAPTCHA helper | ET-NiK | 1 | -0/+1 | |
Using ImagePNG function, if ImageJPG not exists | |||||
2014-07-31 | Merge pull request #3162 from MianSaleem/patch-1 | Andrey Andreev | 1 | -0/+1 | |
anchor popup's menubar attribute is missing | |||||
2014-07-31 | Support for menubar attribute to the :func:`anchor_popup()` | Mian Saleem | 1 | -0/+1 | |
Now the menubar can be set to yes with anchor_popup() by adding new attribute array element 'menubar' => 'yes' The list of all available attribute for anchor_popup() function will be $atts = array('width' => '800', 'height' => '600', 'scrollbars' => 'yes', 'menubar' => 'no', 'status' => 'yes', 'resizable' => 'yes', 'screenx' => '0', 'screeny' => '0'); | |||||
2014-07-31 | Fix #3161 | Andrey Andreev | 1 | -0/+1 | |
2014-07-14 | Merge pull request #3134 from kdazzle/patch-1 | Andrey Andreev | 1 | -0/+1 | |
Return 403 instead of 500 if no CSRF token given | |||||
2014-07-14 | Add changelog entry for CSRF status code; remove line at EOF | Kyle Valade | 1 | -0/+1 | |
2014-07-11 | Add setting ['composer_autoload'] | Andrey Andreev | 1 | -0/+1 | |
Supersedes PR #3132 | |||||
2014-07-07 | Add a backport (compat) for quoted_printable_encode() | Andrey Andreev | 1 | -1/+1 | |
2014-07-07 | Fix a few typos and add a backport (compat) for hex2bin() | Andrey Andreev | 1 | -1/+1 | |
2014-06-13 | Fixed the changelog entry again | Takayuki Sakai | 1 | -1/+1 | |
2014-06-13 | Fixed a changelog entry | Takayuki Sakai | 1 | -1/+1 | |
2014-06-13 | Add a changelog entry in Pagination Library section | Takayuki Sakai | 1 | -0/+1 | |
2014-05-31 | Add support for non-ASCII domain names in FV & Email classes' valid_email() | Andrey Andreev | 1 | -0/+2 | |
Depends on the Intl extension | |||||
2014-05-31 | [ci skip] Update changelog | Andrey Andreev | 1 | -1/+2 | |
2014-05-31 | [ci skip] Update changelog | Andrey Andreev | 1 | -2/+17 | |
2014-05-09 | Add hash_equals() to ext/hash compat layer | Andrey Andreev | 1 | -1/+1 | |
Introduced in PHP 5.6 Beta 1 (unfortunately, still undocumented). RFC: https://wiki.php.net/rfc/timing_attack (Yes, I am aware that the RFC talks about hash_compare(), the function was later renamed in the implementation.) | |||||
2014-04-25 | Minor fixes | vlakoff | 1 | -2/+2 | |
2014-04-14 | Change 'standardize_newlines' default to FALSE | Andrey Andreev | 1 | -1/+1 | |
I don't see why it should be enabled by default. Also, this is the functionality triggering #2923 | |||||
2014-04-14 | Rename config item "error_templates_path" to "error_views_path" | vlakoff | 1 | -1/+1 | |
2014-04-12 | Group error templates entries in changelog | vlakoff | 1 | -1/+1 | |
2014-04-12 | Make the error templates path configurable | vlakoff | 1 | -0/+1 | |
2014-04-05 | Remove default parameter value of is_php() | vlakoff | 1 | -0/+1 | |
It was simply pointless. | |||||
2014-03-14 | Merge pull request #2940 from aanbar/zip_mtime_fix | Andrey Andreev | 1 | -0/+1 | |
Fixed issue with _get_mod_time | |||||
2014-03-14 | Updated changelog. | Ahmad Anbar | 1 | -1/+1 | |
2014-03-14 | Added changelog entry. | Ahmad Anbar | 1 | -0/+1 | |
2014-03-14 | Fixed coding style & line length. | Ahmad Anbar | 1 | -2/+1 | |
2014-03-14 | Removed the requirment of quantity to trigger cart update. | Ahmad Anbar | 1 | -0/+1 | |