Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-13 | Fix some DB_cache-related issues | Andrey Andreev | 2 | -2/+2 | |
http://codeigniter.com/forums/viewthread/229610/ | |||||
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 | 2 | -99/+133 | |
Added support for timestamp-based migrations | |||||
2012-11-13 | Add seed values support for Query Builder order_by | Andrey Andreev | 20 | -34/+142 | |
(feature request #1987) | |||||
2012-11-13 | Improved code readability | Jonathon Hill | 1 | -1/+3 | |
2012-11-13 | Fix issue #1994 | Andrey Andreev | 1 | -2/+2 | |
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 | 7 | -30/+20 | |
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 | 162 | -2854/+7927 | |
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-12 | Let's follow the style guide... | vkeranov | 1 | -13/+13 | |
2012-11-12 | Fix issue #777 | Andrey Andreev | 1 | -7/+14 | |
2012-11-12 | Bring back the AFTER clause for DB Forge add_column() | Andrey Andreev | 15 | -15/+108 | |
(it was temporarily removed due to multiple inconsistencies with other drivers) This commit also fixes issue #1988. Also added support for the FIRST clause (again, MySQL and CUBRID only). | |||||
2012-11-11 | Fix DBForge index creation on MySQL and CUBRID | Andrey Andreev | 5 | -0/+50 | |
2012-11-09 | Move the Log class to system/core/ | Andrey Andreev | 2 | -1/+1 | |
It is a core class after all, I guess somebody forgot it when the rest of them were moved. | |||||
2012-11-09 | Polish docs for URL and XML helpers and deprecate obsolete options for ↵ | Andrey Andreev | 1 | -7/+10 | |
String helper random_string() and URL helper url_title() | |||||
2012-11-08 | Polish docs for String, Text and Typography helpers | Andrey Andreev | 1 | -2/+2 | |
2012-11-08 | Deprecate String helper trim_slashes() | Andrey Andreev | 1 | -0/+3 | |
trim(, '/') is even shorter ... | |||||
2012-11-08 | Polish docs for HTML, Inflector, Language, Number, Path, Security and Smiley ↵ | Andrey Andreev | 4 | -18/+16 | |
helpers Also fixed a DB_cache bug introduced in previous commit and removed an unused parameter in a smiley helper | |||||
2012-11-08 | Polish docs for the File and Form helpers | Andrey Andreev | 1 | -17/+17 | |
2012-11-08 | Deprecate the Email helper | Andrey Andreev | 1 | -5/+7 | |
2012-11-08 | Another router fix for the dumbest usage of callbacks ever | Andrey Andreev | 1 | -1/+1 | |
2012-11-08 | Revert 96ea52894aea85b86d75f59fee35f90676735060 | Andrey Andreev | 1 | -6/+6 | |
2012-11-08 | Fix #1985 | Andrey Andreev | 3 | -6/+6 | |
2012-11-08 | Change route type checks priorities | Andrey Andreev | 1 | -6/+6 | |
2012-11-07 | Added function_usable() to common functions | Andrey Andreev | 5 | -11/+71 | |
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 | directory_map() ... the final one | Andrey Andreev | 1 | -1/+2 | |
2012-11-06 | Fix issue #1978 | Andrey Andreev | 1 | -4/+6 | |
2012-11-06 | Added CI_Input::input_stream() | Andrey Andreev | 1 | -0/+41 | |
Helps in reading php://input stream data by caching it when accessed for the first time. (supersedes PR #1684) | |||||
2012-11-06 | Display DB object names in the Profiler and fix issue #1220 | Andrey Andreev | 1 | -8/+23 | |
2012-11-06 | Fix a lang key typo | Andrey Andreev | 18 | -30/+30 | |
2012-11-06 | Fix #589 | Andrey Andreev | 7 | -6/+98 | |
2012-11-06 | Add an optional escape parameter to insert() and insert_batch() | Andrey Andreev | 1 | -6/+8 | |
"Fixes" #1895 | |||||
2012-11-06 | Fix an escape_identifiers() bug | Andrey Andreev | 1 | -1/+1 | |
2012-11-06 | Added possibility to pass custom database objects to DB Forge and DB Utilities | Andrey Andreev | 10 | -50/+66 | |
Also, their property is no longer public and the utility class no longer extends CI_DB_forge. | |||||
2012-11-05 | Re-fix multiple-column non-primary key indexes | Andrey Andreev | 1 | -1/+1 | |
2012-11-05 | Fix Forge add_column() and modify_column() | Andrey Andreev | 1 | -2/+2 | |
2012-11-05 | Refactored DB Forge | Andrey Andreev | 26 | -1370/+3451 | |
- PDO subdrivers are isolated from each other now. - Added compatibility for pretty much all of the features, for every DB platform. - Unified the way that stuff works in general. - Fixes issue #1005. | |||||
2012-11-05 | Fix DB drivers version() implementations that don't execute a query | Andrey Andreev | 7 | -14/+66 | |
Fails if called prior to the DB connection initialization. | |||||
2012-11-05 | Revert usage of is_callable() in system/core/CodeIgniter.php | Andrey Andreev | 1 | -1/+5 | |
Seems to be causing issues (see #1970). Also updated the Controller docs, mainly to include an important note related to #1967. | |||||
2012-11-05 | Merge pull request #1730 from damao/develop | Alex Bilbie | 1 | -1/+1 | |
Fix / Disallowed Key Characters. | |||||
2012-11-05 | Merge pull request #1948 from GDmac/develop | Alex Bilbie | 1 | -1/+1 | |
Fix #1946 dbforge add_key | |||||
2012-11-04 | Fix #98 | Andrey Andreev | 1 | -1/+1 | |
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 | Merge pull request #1964 from Razican/log_fix | Andrey Andreev | 1 | -1/+1 | |
Fixed typo in logs | |||||
2012-11-03 | Revert 679525d0237ac2e0a94d7b05377eb31eb3398f19 | Andrey Andreev | 2 | -6/+20 | |
It appears to break get_instance()->*_package_path*() usage which is very common. Need to figure out how to resolve this. |