summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-10-03re-fixes #2637David Cox Jr1-1/+1
delimiter used for regex bounds found in neg. lookahead causes error using @ delimiter now for this expression
2013-09-24Merge pull request #2657 from DaveMC08/feature/fixes_2637Andrey Andreev1-1/+1
Fixes Issue #2637
2013-09-24fix #2637David Cox Jr1-1/+1
cleaned up the regex to remove extra qualifiers used character sets where possible for clarity main expression optimized
2013-09-23[ci skip] Update Zip library docblocksAndrey Andreev1-19/+19
2013-09-23Merge pull request #2613 from James-Swift/patch-1Andrey Andreev1-1/+1
Made "Release Information" more readable.
2013-09-23[ci skip] Remove some whitespacesAndrey Andreev1-3/+2
2013-09-23Fix issue #33Andrey Andreev2-7/+26
2013-09-22Fixes Issue 2637David Cox Jr1-1/+1
more elegant way to make sure that the comment is not in a js string var
2013-09-21[ci skip] Remove an EOF empty lineAndrey Andreev1-1/+1
2013-09-21Merge pull request #2653 from vkeranov/developAndrey Andreev1-1/+2
Update mimes.php
2013-09-21Merge pull request #2654 from vlakoff/developAndrey Andreev1-2/+1
Fix duplicate changelog entry
2013-09-20Fix duplicate changelog entryvlakoff1-2/+1
2013-09-20Update mimes.phpvkeranov1-1/+2
Added mime type for tar.Z archives
2013-09-16Merge pull request #2645 from AdwinTrave/developAndrey Andreev1-0/+1
Adding missing reference to min_length in rules reference in documentation for form validation
2013-09-15Adding missing reference to min_length in rules referenceAdwinTrave1-0/+1
2013-09-14[ci skip] Remove empty linesAndrey Andreev2-2/+2
2013-09-14Merge pull request #2644 from vkeranov/developAndrey Andreev2-5/+3
No need of these comment lines anymore
2013-09-14No need of this anymorevkeranov1-3/+2
2013-09-14No need of this anymorevkeranov1-2/+1
2013-09-14[ci skip] Remove empty line at application/config/config.php EOFAndrey Andreev1-1/+1
2013-09-14Merge pull request #2643 from brenjt/patch-1Andrey Andreev1-2/+2
Updated config to include list of valid characters to `sess_cookie_name`
2013-09-14Update config.phpbrenjt0-0/+0
Removed new line
2013-09-14Updated config to include list of valid characters to `sess_cookie_name`brenjt1-2/+2
Added list of valid characters to sess_cookie_name
2013-09-13Another one following #2639Andrey Andreev1-1/+5
2013-09-13An update to the #2639 fixAndrey Andreev1-0/+4
2013-09-13[ci skip] Fix a changelog messageAndrey Andreev1-1/+1
2013-09-13Fix array notation fields for set_select() as wellAndrey Andreev2-29/+9
2013-09-13Fix #2639Andrey Andreev2-61/+21
2013-09-13Fix a PostgreSQL string escaping bug and use pg_escape_literal() when possibleAndrey Andreev2-2/+8
2013-09-13Merge pull request #2641 from aanbar/developAndrey Andreev1-1/+1
Fixed issue #2638
2013-09-13Update MySQLi to use the PHP API for transactions, where possibleAndrey Andreev2-9/+19
2013-09-13Improvements to safe_mode detection (it doesn't exist in PHP 5.4)Andrey Andreev4-8/+5
2013-09-13Drop the unused parameter from log_message() / CI_Log::write_log()Andrey Andreev6-7/+7
2013-09-12Removed new line from the end of the file.Ahmad Anbar1-1/+1
2013-09-12Fixed issue #2638 which prevented loading models in sub-folders by passing ↵Ahmad Anbar1-2/+2
an array.
2013-09-12[ci skip] Simplify changelog message for PR #2633Andrey Andreev1-1/+1
2013-09-12Merge pull request #2633 from kaiwangchen/simulate_complete_exception_handlerAndrey Andreev3-0/+30
Simulate a complete custom exception handler by redirecting uncaught events
2013-09-12Make the changelog entry for #2633 more descriptive.Kaiwang Chen1-1/+1
2013-09-12Merge pull request #2631 from mjnaderi/developAndrey Andreev1-4/+33
Fixed errors in _minify_script_style
2013-09-12Fixed coding stylejudge1-3/+8
2013-09-12Add changelog entry for #2633.Kaiwang Chen1-0/+1
2013-09-12Remove unnecessary chdir() in the shutdown handler.Kaiwang Chen2-13/+0
2013-09-11Really fix #2490, rel: #2629Andrey Andreev2-2/+2
2013-09-11Simulate a complete custom exception handler by redirecting uncaught events.Kaiwang Chen3-0/+42
2013-09-10Add support for UPDATE ... RETURNING statements in PostgreSQLAndrey Andreev3-3/+3
An improved version of PR #2629. Also removes REPLACE from the regular expression, as it is not supported by PostgreSQL.
2013-09-10Fixed coding stylejudge1-9/+13
2013-09-10Remove Javascript inline comments + improved detecting whether the pointer ↵judge1-4/+4
is in a string or not
2013-09-10Improved detecting whether the pointer is in a string or notjudge1-2/+22
2013-09-10Removed unnecessary parameterjudge1-1/+1
2013-09-10fixed error in finding closing tagjudge1-1/+1