Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-19 | Issue #2086 Session_cookie's _update_db not guaranteed to update | Dionysis Arvanitis | 1 | -0/+3 | |
2013-02-19 | Merge pull request #2261 from nisheeth-barthwal/develop | Andrey Andreev | 1 | -2/+5 | |
Fixed Issue #2239 | |||||
2013-02-19 | Fixed the issue with bcc_batch_mode and subject | nisheeth-barthwal | 1 | -2/+5 | |
2013-02-19 | Fix a code comment in Upload->_file_mime_type() | vlakoff | 2 | -5/+5 | |
Availability of dangerous functions is now tested using function_usable(). | |||||
2013-02-18 | Removed the unused $force paramter in Email::_smtp_connect() | nisheeth-barthwal | 1 | -29/+29 | |
2013-02-18 | removed PR from the bug list | nisheeth-barthwal | 1 | -1/+1 | |
2013-02-18 | Fixed curly braces. Removed redundant method set_useragent() | nisheeth-barthwal | 1 | -20/+11 | |
2013-02-18 | Fixed tab-indentation. Made appropriate entries in changelog | nisheeth-barthwal | 1 | -283/+282 | |
2013-02-17 | Added keep-alive connection to SMTP. Fixed socket read/write timeouts. Added ↵ | nisheeth-barthwal | 1 | -234/+290 | |
PHP useragent | |||||
2013-02-15 | Fix some stuff from recent pull requests | Andrey Andreev | 1 | -2/+1 | |
2013-02-15 | Various cosmetic fixes | vlakoff | 4 | -5/+5 | |
2013-02-14 | changes according to narfbg's request | Tim | 1 | -2/+2 | |
2013-02-13 | changes according to narfbg's request | Tim | 1 | -3/+3 | |
2013-02-13 | Added small feature to profiler: total execution time count | Tim | 1 | -2/+4 | |
adds additional information to profiler like: DATABASE: test QUERIES: 3 (0.0016s) (Hide) | |||||
2013-02-08 | Fix issue #2230 | Andrey Andreev | 1 | -3/+3 | |
2013-02-08 | [ci skip] Remove unnecessary string casts in Pagination | Andrey Andreev | 1 | -3/+2 | |
2013-02-08 | Merge pull request #2199 from cryode/feature/pagination | Andrey Andreev | 1 | -83/+116 | |
Multiple pagination bug fixes & optimizations. | |||||
2013-02-08 | [ci skip] Add a missing space | Andrey Andreev | 1 | -1/+1 | |
2013-02-04 | Cleaned up for pull request. | Sajan Parikh | 1 | -3/+1 | |
Signed-off-by: Sajan Parikh <sajan@noppix.com> | |||||
2013-02-02 | Added Form Validation rule for alphanum + spaces. | Sajan Parikh | 1 | -0/+15 | |
Signed-off-by: Sajan Parikh <sajan@noppix.com> | |||||
2013-01-30 | Fix/improve #2211 | Andrey Andreev | 1 | -2/+2 | |
2013-01-29 | Replace CI_Upload::clean_file_name() usage with CI_Security::sanitize_filename() | Andrey Andreev | 1 | -48/+2 | |
Also applied @xeptor's fix (a big thanks) to the sanitize_filename() method and added a changelog entry for it - fixes issue #73. | |||||
2013-01-29 | Replace is_file() with the faster file_exists() | Andrey Andreev | 1 | -5/+8 | |
(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-29 | Replace is_numeric() with ctype_digit() | Eric Roberts | 1 | -6/+13 | |
Signed-off-by: Eric Roberts <eric@cryode.com> | |||||
2013-01-29 | Move $get assignment to if/else. | Eric Roberts | 1 | -2/+4 | |
Signed-off-by: Eric Roberts <eric@cryode.com> | |||||
2013-01-29 | Remove spaces from concats. | Eric Roberts | 1 | -5/+5 | |
Signed-off-by: Eric Roberts <eric@cryode.com> | |||||
2013-01-28 | Some micro-optimization to the Driver library loader | Andrey Andreev | 1 | -10/+9 | |
2013-01-28 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Andrey Andreev | 1 | -1/+8 | |
2013-01-28 | Libraries' filenames must be named in a ucfirst-like manner | Andrey Andreev | 3 | -1/+1 | |
2013-01-28 | Remove str_replace in return | gommarah | 1 | -1/+1 | |
2013-01-28 | Upload library, clean_file_name function: Fix xss bug. | gommarah | 1 | -0/+7 | |
For example: If you clear this string "%%3f3f" according to the $bad array will fail. The result will be "%3f" Because str_replace() replaces left to right. Signed-off-by: xeptor <servetozkan@live.com> | |||||
2013-01-28 | Multiple pagination bug fixes & optimizations. | Eric Roberts | 1 | -83/+107 | |
Signed-off-by: Eric Roberts <eric@cryode.com> | |||||
2013-01-28 | Remove unnecessary defined('ENVIRONMENT') checks | Andrey Andreev | 1 | -1/+1 | |
As suggested in issue #2134 & PR #2149 | |||||
2013-01-26 | Fix a code comment in Image_lib | vlakoff | 1 | -1/+1 | |
constant FILE_WRITE_MODE contains octal 0666 | |||||
2013-01-25 | Fix issue #2191. | Edwin Aw | 1 | -1/+1 | |
Signed-off-by: Edwin Aw <tkaw220@gmail.com> | |||||
2013-01-15 | A few adjustments to previous commit | vlakoff | 1 | -1/+1 | |
2013-01-14 | Replace is_null() with === / !== NULL | vlakoff | 8 | -13/+13 | |
Exact same behavior, but faster. I also think it's more readable. | |||||
2013-01-10 | A tiny improvement | Andrey Andreev | 1 | -3/+2 | |
2013-01-09 | fix imagejpeg() parameter, should be NULL instead of empty string | Ted Wood | 1 | -1/+1 | |
2013-01-03 | Fix #2108 | Andrey Andreev | 1 | -1/+1 | |
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 33 | -33/+33 | |
2012-12-17 | Merge pull request #2077 from AndrewPodner/develop | Andrey Andreev | 4 | -25/+25 | |
update for Issue #2064 - take 2 | |||||
2012-12-17 | update for Issue #2064 (changed docblocks which return $this or only call a ↵ | Andrew Podner | 4 | -25/+25 | |
method that returns $this to @return CI_DB_class_name) | |||||
2012-12-17 | Fix 2073 | Andrey Andreev | 1 | -1/+1 | |
2012-12-17 | Fix #2074 | Andrey Andreev | 1 | -1/+1 | |
2012-12-14 | Fix issue #539 | Andrey Andreev | 1 | -4/+10 | |
Form validation language line keys were not prefixed. They are now prefixed with 'form_validation_' in order to avoid collisions. The old keys will still work if a prefixed match is not found, but are DEPRECATED and will be removed in the next major version. Also added upgrade notes and changelog entries for the new error message format from PR #961. | |||||
2012-12-12 | Format tweaks | Eric Roberts | 1 | -2/+2 | |
Signed-off-by: Eric Roberts <eric@cryode.com> | |||||
2012-12-12 | Merge branch 'refs/heads/develop' into feature/form_error_msgs | Eric Roberts | 40 | -2546/+6124 | |
Conflicts: system/language/english/form_validation_lang.php user_guide_src/source/libraries/form_validation.rst Signed-off-by: Eric Roberts <eric@cryode.com> | |||||
2012-12-03 | Add min_width and min_height options to the Upload class | Andrey Andreev | 1 | -0/+52 | |
(manually implementing outdated PR #636) | |||||
2012-12-03 | [ci skip] Cleaned some spaces | Andrey Andreev | 10 | -19/+15 | |