Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-01 | Merge pull request #2303 from lracicot/develop | Andrey Andreev | 1 | -2/+2 | |
Add unicode support in cart product name. | |||||
2013-04-01 | Merge pull request #2369 from vlakoff/develop-2 | Andrey Andreev | 3 | -4/+2 | |
Some cleanup related to mt_rand() | |||||
2013-03-30 | Modified do_upload() to use UPLOAD_ERR constants. | Darren Benney | 1 | -7/+7 | |
Modified switchcase in the do_upload() use the UPLOAD_ERR_* constants, instead of just using an integer, and then commenting out the constant beside it. | |||||
2013-03-30 | Some cleanup related to mt_rand() | vlakoff | 3 | -4/+2 | |
- min and max values are 0 and mt_getrandmax() by default - remove useless mt_srand() seed calls | |||||
2013-03-21 | Added array notation for keys in Input library | nisheeth-barthwal | 1 | -0/+15 | |
2013-03-13 | removing linebreak | Sam Doidge | 1 | -1/+1 | |
2013-03-13 | adding thumb_marker to image_lib->clear() | Sam Doidge | 1 | -2/+2 | |
2013-03-12 | Fix #2320 | Andrey Andreev | 1 | -3/+3 | |
2013-03-11 | reorder rules in product name regex by importance | Louis Racicot | 1 | -2/+2 | |
2013-03-07 | check if uft8 is enabled | Louis Racicot | 1 | -1/+1 | |
2013-03-06 | Full unicode support for the product name. | Louis Racicot | 1 | -2/+2 | |
2013-03-06 | Github broke the file encoding. I repaired it. | Louis Racicot | 1 | -1/+1 | |
2013-03-06 | Update Cart.php | Louis Racicot | 1 | -1/+1 | |
Regex were already case sensitive. | |||||
2013-03-05 | Add unicode support in cart product name for unicode 00C000 to 00E01F. | Louis Racicot | 1 | -2/+2 | |
2013-03-04 | Cache file driver: clean() now preserves .htaccess and index files | vlakoff | 1 | -1/+1 | |
2013-03-04 | Merge pull request #2190 from danhunsaker/feature/exit-status | Andrey Andreev | 2 | -5/+3 | |
Updated all CLI-valid cases of exit() to return a valid code | |||||
2013-03-04 | [ci skip] Fix #2289 | Andrey Andreev | 1 | -3/+2 | |
2013-03-04 | Reverting changes to functions that have no business being used in CLI apps ↵ | Daniel Hunsaker | 2 | -6/+3 | |
to begin with Signed-off-by: Daniel Hunsaker <danhunsaker@gmail.com> | |||||
2013-03-04 | Oops, missed a few places where EXIT_SUCCESS was being used. | Daniel Hunsaker | 1 | -2/+2 | |
Signed-off-by: Daniel Hunsaker <danhunsaker@gmail.com> | |||||
2013-03-04 | Updated in accordance with feedback from @narfbg | Daniel Hunsaker | 2 | -2/+2 | |
- Removed commented lists of constants from the three reference conventions, replacing each with the URLs at which more information can be found. - Renamed a few constants to more closely reflect CodeIgniter conventions. - Modified a couple of lines which were in violation of the CI Style Guide. Signed-off-by: Daniel Hunsaker <danhunsaker@gmail.com> | |||||
2013-03-04 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵ | Daniel Hunsaker | 1 | -1/+1 | |
feature/exit-status | |||||
2013-03-02 | Fix Session cookie driver storing untrimmed user agent string in the ↵ | Daniel Robbins | 1 | -1/+1 | |
database causing set_userdata() calls to fail when $config['sess_match_useragent'] = TRUE Signed-off-by: Daniel Robbins <github@danieljrobbins.com> | |||||
2013-02-23 | Updated exit codes as constant values | Daniel Hunsaker | 3 | -4/+4 | |
Re-allocated exit status codes according to three references, which follow: BSD sysexits.h:http://www.gsp.com/cgi-bin/man.cgi?section=3&topic=sysexits GNU recomendations:http://www.gnu.org/software/libc/manual/html_node/Exit-Status.html Bash scripting:http://tldp.org/LDP/abs/html/exitcodes.html The GNU recommendations stem from and expand upon the standard C/C++ library (stdlibc) definitions, while also suggesting some best-practice conventions which happen to prevent exit status code collisions with bash, and probably other shells. The re-allocated codes are now mapped to constant values, set in *application/config/constants.php*, and used throughout the CodeIgniter core. They would additionally be used in *index.php*, but the constants file hasn't been loaded at that point, so the integer values are used instead, and a comment follows each such use with amplifying information on why that particular value was selected. Finally, the errors documentation has been updated accordingly. Signed-off-by: Daniel Hunsaker <danhunsaker@gmail.com> | |||||
2013-02-22 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵ | Daniel Hunsaker | 16 | -162/+223 | |
feature/exit-status | |||||
2013-02-21 | Disable autoloader call from class_exists() occurences to improve performance | Andrey Andreev | 3 | -4/+4 | |
Note: The Driver libary tests seem to depend on that, so one occurence in CI_Loader is left until we resolve that. | |||||
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> |