summaryrefslogtreecommitdiffstats
path: root/system/libraries
AgeCommit message (Expand)AuthorFilesLines
2012-11-23Minor changes to Xmlrpc.phpvkeranov1-13/+12
2012-11-23[ci skip] Remove a lone semicolon (rel 2d48b4f1a174473fa0539769a433ba78305c0faa)Andrey Andreev1-1/+1
2012-11-23Fix #113Andrey Andreev1-1/+2
2012-11-233.0.0-dev: Fixing the issue #2023.Ivan Tcholakov1-1/+1
2012-11-22Fix issue #118 (manually implementing PR #1832)Andrey Andreev1-2/+2
2012-11-22Manually apply a fix submitted via PR #2012, #2016Andrey Andreev1-6/+8
2012-11-21Change fs permissions and add some missing index.html files (#2017)Andrey Andreev9-0/+50
2012-11-20Fix #18Andrey Andreev1-6/+9
2012-11-15Revert a change from 7a7ad782b2f125622509a77c5a6f94ad4ae0f93cAndrey Andreev1-1/+5
2012-11-13Merge pull request #1258 from cryode/feature/robot_mobileAndrey Andreev1-0/+1
2012-11-13Clean-up following PR #1949Andrey Andreev1-29/+31
2012-11-13Merge pull request #1949 from compwright/developAndrey Andreev1-99/+132
2012-11-13Improved code readabilityJonathon Hill1-1/+3
2012-11-12Code style fixesJonathon Hill1-5/+6
2012-11-12Fix issue #1992Andrey Andreev1-1/+14
2012-11-12Some micro-optimizationsAndrey Andreev4-24/+14
2012-11-12Changed the `migration_style` config setting to `migration_type`Jonathon Hill1-7/+7
2012-11-12Merge remote-tracking branch 'upstream/develop' into developJonathon Hill34-495/+1535
2012-11-12Fixed a mismatched constraint value when creating the migration tableJonathon Hill1-1/+1
2012-11-09Move the Log class to system/core/Andrey Andreev1-181/+0
2012-11-07Added function_usable() to common functionsAndrey Andreev3-10/+21
2012-11-06Display DB object names in the Profiler and fix issue #1220Andrey Andreev1-8/+23
2012-11-04Merge pull request #1962 from squaresurf/d2ae1d1d7fdc4b8a21369a25487c2c42e5a4...Andrey Andreev1-25/+6
2012-11-03Fix #1957Andrey Andreev1-3/+8
2012-11-03Fixed typo in logs.Razican1-1/+1
2012-11-03Refactored Unit_test in order to remove redundant code.Daniel Paul Searles1-25/+6
2012-11-02Some micro-optimizationsAndrey Andreev1-1/+1
2012-11-02Fix #1960Andrey Andreev1-1/+1
2012-11-01[ci skip] DocBlocks for Upload and Xmlrpc librariesAndrey Andreev2-71/+532
2012-11-01[ci skip] DocBlocks for Pagination, Session, Trackback, Jquery librariesAndrey Andreev4-66/+393
2012-11-01[ci skip] DocBlocks for Email, Ftp, Unit_test and Javascript librariesAndrey Andreev4-61/+437
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev34-45/+79
2012-11-01Remove is_numeric() checks from Cart library (superseded by casts to float)Andrey Andreev1-16/+1
2012-11-01Fix issue #1953 (form values being escaped twice)Andrey Andreev1-5/+5
2012-11-01Session cookie driver changesAndrey Andreev1-5/+31
2012-10-31Added support for timestamp-based migrationsJonathon Hill1-100/+130
2012-10-30Fix #1938GDmac1-3/+6
2012-10-27Remove extra spaces...vkeranov1-3/+3
2012-10-27Remove extra new linesvkeranov1-7/+6
2012-10-27Remove extra new linesvkeranov1-2/+1
2012-10-27Style guide...vkeranov1-1/+1
2012-10-27Remove extra space...vkeranov1-1/+1
2012-10-27Docblock improvementsAndrey Andreev1-3/+5
2012-10-27Fix #50Andrey Andreev1-4/+1
2012-10-27Unify Email attachment values into a single array and fix a bug in the new bu...Andrey Andreev1-18/+18
2012-10-26Fix #1624 and clear-up the form validation docs (manually applying #1603)Andrey Andreev1-5/+5
2012-10-26Implement cache key prefixing (as suggested in #1197) and update the Cache docsAndrey Andreev1-26/+32
2012-10-25Add CI_Cart::get_item() (rel #400)Andrey Andreev1-6/+23
2012-10-24Fix #1255Andrey Andreev1-1/+7
2012-10-24[ci skip] style and phpdoc-related changes (rel #1295)Andrey Andreev9-65/+137