Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-17 | Add support for configuring socket pipe connections in 'mysqli' | Andrey Andreev | 1 | -1/+2 | |
Supersedes PR #3415 | |||||
2014-12-12 | fixed indentation/linkref errors | David Wosnitza | 1 | -1/+1 | |
Signed-off-by: David Wosnitza <david@druul.in> | |||||
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-05 | Merge pull request #3393 from preems/develop | Andrey Andreev | 1 | -0/+1 | |
Added img_id to capcha helper Close #51 | |||||
2014-12-05 | removing extra spaces | Preetham | 1 | -1/+1 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-12-05 | Removed img_name from captcha helper | Preetham | 1 | -1/+1 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-12-05 | Further changes related to issue #47, PR #3323 | Andrey Andreev | 1 | -0/+2 | |
- Removed a test that was created specifically for the 'convert programmatic characters to entities' feature. - Changed filter_uri() to accept by reference and to not return anything as its only purpose now is to trigger a show_error() call. - Added changelog messages and updated the upgrade instructions. | |||||
2014-12-05 | closing #51. Added img_id and img_name in capcha helper | Preetham | 1 | -1/+2 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
2014-12-04 | Add 'cache_query_string' configuration option | Andrey Andreev | 1 | -1/+1 | |
Close #2349 | |||||
2014-12-04 | [ci skip] Add changelog messages for Smiley helper and Cart library deprecations | Andrey Andreev | 1 | -0/+2 | |
2014-12-04 | Zip library changes related to PR #3341 | Andrey Andreev | 1 | -1/+1 | |
- Drop compression_encoding option, it requires PHP 5.4. - Change default compression_level to 2 as this was previously the hard-coded default. - Improve on the doc changes made in the PR. | |||||
2014-12-04 | Merge pull request #3341 from garrettair/gzcompress-arguments | Andrey Andreev | 1 | -1/+5 | |
Adds Compression options to Zip Library | |||||
2014-12-03 | Updated changelog to include changes to the Zip Library. | garrettair | 1 | -1/+5 | |
Signed-off-by: garrettair <garrettair@gmail.com> | |||||
2014-12-03 | Some polishing following PR #3384 | Andrey Andreev | 1 | -1/+1 | |
2014-12-03 | Fixed code style. Update changelog. #2349 | Stefano Mazzega | 1 | -0/+1 | |
2014-12-02 | Some optimizations & polishing following PR #3381 | Andrey Andreev | 1 | -1/+1 | |
2014-12-02 | Added changelog entry | Ahmad Anbar | 1 | -0/+1 | |
updated documentation Fixed code style. | |||||
2014-11-12 | Updating changelog.rst for #656 | Preetham | 1 | -0/+1 | |
Signed-off-by: Preetham <me@preetham.in> | |||||
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 | |