Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2012-11-28 | Fix #2037 | Andrey Andreev | 1 | -6/+8 | |
2012-11-28 | Remove Comment | William Knauss | 1 | -1/+0 | |
As requested removed useless comment | |||||
2012-11-27 | Children Drivers | William Knauss | 1 | -3/+11 | |
This allows developers to create children drivers that are not prefix with "CI_". This is a nity grity change, however it keeps with the mindset that class names that start with CI_ are typically overrides of core classes. | |||||
2012-11-26 | Add 'valid_url' rule to Form Validation (issue #1966) | Andrey Andreev | 1 | -0/+42 | |
2012-11-26 | CI_Email::print_debugger() option to limit the type of data to be printed | Andrey Andreev | 1 | -2/+23 | |
(an alternative to PR #1759; partially solves issue #1742) | |||||
2012-11-26 | Switch CI_Form_validation:: to public | Andrey Andreev | 1 | -1/+1 | |
Makes it easier to access the data after validation (issue #1208) | |||||
2012-11-26 | Manually implement PR #2033 | Andrey Andreev | 1 | -1/+1 | |
Check for an empty encryption_key shouldn't use strict comparison. | |||||
2012-11-25 | Merge pull request #2026 from johnathancroom/keep_flash_data_array | Andrey Andreev | 1 | -1/+12 | |
keep_flashdata accepts array | |||||
2012-11-25 | Improved array keey_flashdata + Changelog | Johnathan Croom | 1 | -13/+15 | |
2012-11-25 | Revert some of the changes from PR #2029 | Andrey Andreev | 1 | -42/+24 | |
We have file naming conventions and any extension filename needs to match MY_<orig_filename>, so we don't need to check for lowercase equivalents. | |||||
2012-11-25 | Added support for extending individual driver classes and driver unit tests | dchill42 | 3 | -50/+107 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-11-24 | Requested changed to keep_flashdata | Johnathan Croom | 1 | -4/+3 | |
2012-11-24 | keep_flashdata accepts array | Johnathan Croom | 1 | -8/+18 | |
2012-11-23 | Minor changes to Xmlrpcs.php | vkeranov | 1 | -30/+27 | |
2012-11-23 | Minor changes to Xmlrpc.php | vkeranov | 1 | -13/+12 | |
2012-11-23 | [ci skip] Remove a lone semicolon (rel 2d48b4f1a174473fa0539769a433ba78305c0faa) | Andrey Andreev | 1 | -1/+1 | |
2012-11-23 | Fix #113 | Andrey Andreev | 1 | -1/+2 | |
2012-11-23 | 3.0.0-dev: Fixing the issue #2023. | Ivan Tcholakov | 1 | -1/+1 | |
CI_Cart initialization: Session data presense should be tested against NULL, not FALSE. | |||||
2012-11-22 | Fix issue #118 (manually implementing PR #1832) | Andrey Andreev | 1 | -2/+2 | |
2012-11-22 | Manually apply a fix submitted via PR #2012, #2016 | Andrey Andreev | 1 | -6/+8 | |
2012-11-21 | Change fs permissions and add some missing index.html files (#2017) | Andrey Andreev | 9 | -0/+50 | |
2012-11-20 | Fix #18 | Andrey Andreev | 1 | -6/+9 | |
2012-11-15 | Revert a change from 7a7ad782b2f125622509a77c5a6f94ad4ae0f93c | Andrey Andreev | 1 | -1/+5 | |
sscanf() is lightning fast, but doesn't have such thing as greediness and this breaks rule parameters containing a closing square bracket. | |||||
2012-11-13 | Merge pull request #1258 from cryode/feature/robot_mobile | Andrey Andreev | 1 | -0/+1 | |
Add mobile detection to robot user agents. | |||||
2012-11-13 | Clean-up following PR #1949 | Andrey Andreev | 1 | -29/+31 | |
2012-11-13 | Merge pull request #1949 from compwright/develop | Andrey Andreev | 1 | -99/+132 | |
Added support for timestamp-based migrations | |||||
2012-11-13 | Improved code readability | Jonathon Hill | 1 | -1/+3 | |
2012-11-12 | Code style fixes | Jonathon Hill | 1 | -5/+6 | |
Signed-off-by: Jonathon Hill <jhill@brandmovers.com> | |||||
2012-11-12 | Fix issue #1992 | Andrey Andreev | 1 | -1/+14 | |
2012-11-12 | Some micro-optimizations | Andrey Andreev | 4 | -24/+14 | |
2012-11-12 | Changed the `migration_style` config setting to `migration_type` | Jonathon Hill | 1 | -7/+7 | |
Signed-off-by: Jonathon Hill <jhill@brandmovers.com> | |||||
2012-11-12 | Merge remote-tracking branch 'upstream/develop' into develop | Jonathon Hill | 34 | -495/+1535 | |
Conflicts: user_guide_src/source/changelog.rst Signed-off-by: Jonathon Hill <jhill@brandmovers.com> | |||||
2012-11-12 | Fixed a mismatched constraint value when creating the migration table | Jonathon Hill | 1 | -1/+1 | |
Signed-off-by: Jonathon Hill <jhill@brandmovers.com> | |||||
2012-11-09 | Move the Log class to system/core/ | Andrey Andreev | 1 | -181/+0 | |
It is a core class after all, I guess somebody forgot it when the rest of them were moved. | |||||
2012-11-07 | Added function_usable() to common functions | Andrey Andreev | 3 | -10/+21 | |
It is now used to check whether dangerous functions like eval() and exec() are available. It appears that the Suhosin extension (which is becoming popular) terminates script execution instead of returning e.g. FALSE when it has a function blacklisted. function_exists() checks are insufficient and our only option is to check the ini settings here. Filed an issue here: https://github.com/stefanesser/suhosin/issues/18 ... hopefully we'll be able to deal with this in a more elegant way in the future. (this commit supersedes PR #1809) | |||||
2012-11-06 | Display DB object names in the Profiler and fix issue #1220 | Andrey Andreev | 1 | -8/+23 | |
2012-11-04 | Merge pull request #1962 from ↵ | Andrey Andreev | 1 | -25/+6 | |
squaresurf/d2ae1d1d7fdc4b8a21369a25487c2c42e5a496bf Refactored Unit_test in order to remove redundant code. | |||||
2012-11-03 | Fix #1957 | Andrey Andreev | 1 | -3/+8 | |
2012-11-03 | Fixed typo in logs. | Razican | 1 | -1/+1 | |