Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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 | |
2012-11-03 | Refactored Unit_test in order to remove redundant code. | Daniel Paul Searles | 1 | -25/+6 | |
The Unit_test::run method was adding another dimension to the Unit_test::$results array. For example: Array ( [0] => Array ( [0] => Array ( [test_name] => first_test [test_datatype] => integer [res_datatype] => integer [result] => passed [file] => ######################################## [line] => 60 [notes] => Im expecting this test to pass! ) ) [1] => Array ( [0] => Array ( [test_name] => second_test [test_datatype] => integer [res_datatype] => boolean [result] => failed [file] => ####################################### [line] => 65 [notes] => Im expecting this to fail. ) ) ) The above unneeded dimension created a need to loop through an array in the Unit_test::result method if the method was looping through all results. Signed-off-by: Daniel Paul Searles <daniel.paul.searles@gmail.com> | |||||
2012-11-02 | Some micro-optimizations | Andrey Andreev | 1 | -1/+1 | |
2012-11-02 | Fix #1960 | Andrey Andreev | 1 | -1/+1 | |
2012-11-01 | [ci skip] DocBlocks for Upload and Xmlrpc libraries | Andrey Andreev | 2 | -71/+532 | |
Partially fixes issue #1295 | |||||
2012-11-01 | [ci skip] DocBlocks for Pagination, Session, Trackback, Jquery libraries | Andrey Andreev | 4 | -66/+393 | |
Partially fixes issue #1295 | |||||
2012-11-01 | [ci skip] DocBlocks for Email, Ftp, Unit_test and Javascript libraries | Andrey Andreev | 4 | -61/+437 | |
Partially fixes issue #1295 | |||||
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 34 | -45/+79 | |
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files. | |||||
2012-11-01 | Remove is_numeric() checks from Cart library (superseded by casts to float) | Andrey Andreev | 1 | -16/+1 | |
2012-11-01 | Fix issue #1953 (form values being escaped twice) | Andrey Andreev | 1 | -5/+5 | |
Re-instaing an improved form_prep() function, reverting most of the changes from 74ffd17ab06327ca62ddfe28a186cae7ba6bd459. | |||||
2012-11-01 | Session cookie driver changes | Andrey Andreev | 1 | -5/+31 | |
- Changed docs CREATE TABLE ci_sessions example to have the PRIMARY KEY of session_id, ip_address and user_agent combined. - Changed DB updates to add WHERE clauses for the ip_address and/or user_agent strings if sess_match_ip and/or sess_match_useragent are set to TRUE. | |||||
2012-10-31 | Added support for timestamp-based migrations | Jonathon Hill | 1 | -100/+130 | |
Signed-off-by: Jonathon Hill <jhill@brandmovers.com> | |||||
2012-10-30 | Fix #1938 | GDmac | 1 | -3/+6 | |
Where the email library removed multiple spaces inside a plain text message. Signed-off-by: GDmac <grdalenoort@gmail.com> | |||||
2012-10-27 | Remove extra spaces... | vkeranov | 1 | -3/+3 | |
2012-10-27 | Remove extra new lines | vkeranov | 1 | -7/+6 | |
2012-10-27 | Remove extra new lines | vkeranov | 1 | -2/+1 | |
2012-10-27 | Style guide... | vkeranov | 1 | -1/+1 | |
2012-10-27 | Remove extra space... | vkeranov | 1 | -1/+1 | |
2012-10-27 | Docblock improvements | Andrey Andreev | 1 | -3/+5 | |
2012-10-27 | Fix #50 | Andrey Andreev | 1 | -4/+1 | |
2012-10-27 | Unify Email attachment values into a single array and fix a bug in the new ↵ | Andrey Andreev | 1 | -18/+18 | |
buffer attachment feature | |||||
2012-10-26 | Fix #1624 and clear-up the form validation docs (manually applying #1603) | Andrey Andreev | 1 | -5/+5 | |
2012-10-26 | Implement cache key prefixing (as suggested in #1197) and update the Cache docs | Andrey Andreev | 1 | -26/+32 | |