Age | Commit message (Expand) | Author | Files | Lines |
2012-11-15 | Revert a change from 7a7ad782b2f125622509a77c5a6f94ad4ae0f93c | Andrey Andreev | 1 | -1/+5 |
2012-11-13 | Merge pull request #1258 from cryode/feature/robot_mobile | Andrey Andreev | 1 | -0/+1 |
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 |
2012-11-13 | Improved code readability | Jonathon Hill | 1 | -1/+3 |
2012-11-12 | Code style fixes | Jonathon Hill | 1 | -5/+6 |
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 |
2012-11-12 | Merge remote-tracking branch 'upstream/develop' into develop | Jonathon Hill | 34 | -495/+1535 |
2012-11-12 | Fixed a mismatched constraint value when creating the migration table | Jonathon Hill | 1 | -1/+1 |
2012-11-09 | Move the Log class to system/core/ | Andrey Andreev | 1 | -181/+0 |
2012-11-07 | Added function_usable() to common functions | Andrey Andreev | 3 | -10/+21 |
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 squaresurf/d2ae1d1d7fdc4b8a21369a25487c2c42e5a4... | Andrey Andreev | 1 | -25/+6 |
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 |
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 |
2012-11-01 | [ci skip] DocBlocks for Pagination, Session, Trackback, Jquery libraries | Andrey Andreev | 4 | -66/+393 |
2012-11-01 | [ci skip] DocBlocks for Email, Ftp, Unit_test and Javascript libraries | Andrey Andreev | 4 | -61/+437 |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 34 | -45/+79 |
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 |
2012-11-01 | Session cookie driver changes | Andrey Andreev | 1 | -5/+31 |
2012-10-31 | Added support for timestamp-based migrations | Jonathon Hill | 1 | -100/+130 |
2012-10-30 | Fix #1938 | GDmac | 1 | -3/+6 |
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 bu... | Andrey Andreev | 1 | -18/+18 |
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 |
2012-10-25 | Add CI_Cart::get_item() (rel #400) | Andrey Andreev | 1 | -6/+23 |
2012-10-24 | Fix #1255 | Andrey Andreev | 1 | -1/+7 |
2012-10-24 | [ci skip] style and phpdoc-related changes (rel #1295) | Andrey Andreev | 9 | -65/+137 |
2012-10-22 | Fix issues #1476, #1909 | Andrey Andreev | 1 | -2/+2 |
2012-10-19 | Fix another mailing issue (based on #1281) | Andrey Andreev | 1 | -6/+10 |
2012-10-19 | Fix issue #1409 | Andrey Andreev | 1 | -51/+59 |
2012-10-18 | Fix Session cookies not being encrypted on creation and sess_destroy() not ac... | Andrey Andreev | 1 | -2/+2 |
2012-10-18 | Remove {unwrap}{/unwrap} markers when quoted_printable_encode() or imap_8bit(... | Andrey Andreev | 1 | -9/+9 |
2012-10-17 | Merge pull request #1896 from pkriete/develop | Pascal Kriete | 1 | -19/+26 |
2012-10-17 | Changing session error logging verbiage to be a little less unsettling. | Pascal Kriete | 1 | -1/+1 |
2012-10-17 | Fix issue #1897 | Andrey Andreev | 1 | -10/+6 |