summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-11-22Altered the explenation of the rewrite rules to better fit the actual result.Repox1-1/+1
2011-11-22Altered the suggested mod_rewrite rules for removing index.php from URL to ↵Repox1-4/+5
better fit the needs between CI routing and asset files. This suggestion addresses issue #684
2011-11-21Merge pull request #687 from bluefuton/developGreg Aker1-0/+1
Added HTTP status code 422 (Unprocessable Entity) to set_status_header()
2011-11-21Added HTTP status code 422 (Unprocessable Entity) to set_status_header()Chris Rosser1-0/+1
2011-11-21Merge pull request #686 from SneakyDave/developPhil Sturgeon1-1/+1
Typo in "Watermarking Preferences". Configuration parameter is "wm_paddiing".
2011-11-21Typo in "Watermarking Preferences". Configuration parameter is "wm_padding", ↵David Dotson1-1/+1
but it is listed as "padding".
2011-11-21Merge pull request #685 from Repox/developPhil Sturgeon1-0/+1
Added 'opera mobi' to user agents making it identified as 'Opera Mini'. ...
2011-11-21Added 'opera mobi' to user agents making it identified as 'Opera Mini'. ↵Repox1-0/+1
Fixes issue #683
2011-11-21Updated syntax in changewlog.Phil Sturgeon1-1/+1
2011-11-16Migrations - Changed config migration_version to state it is used in ↵Eric Barnes2-25/+22
migration->current. Removed white space and coding standards.
2011-11-14Merge pull request #670 from zwilias/developDerek Jones1-14/+14
Use `#.` instead of simply `#` to activate github's auto-enumerator
2011-11-14Use `#.` instead of simply `#` to activate github's auto-enumeratorIlias Van Peer1-14/+14
2011-11-13Fixed conflicts.Phil Sturgeon6-165/+185
2011-11-13Changelog tweaking the Sphinx docs to match old HTML docs for 2.1 and ↵Phil Sturgeon1-22/+52
accurately describe what 3.0 has added so far.
2011-11-13Merge pull request #665 from syahzul/developPhil Sturgeon2-4/+4
Fixed invalid date time format in date_helper and xmlrpc library.
2011-11-13Fix invalid datetime formatSyahril Zulkefli1-3/+3
2011-11-13Fix invalid date formatSyahril Zulkefli1-1/+1
2011-11-13Fix invalid date formatSyahril Zulkefli1-1/+1
2011-11-13Merge pull request #664 from andrew-s/developEric Barnes1-0/+1
Added in BingBot, MSNBot is being phased out
2011-11-12Added in BingBot, MSNBot is being phased outAndrew Seymour1-0/+1
2011-11-12Modified spacing of user agent arraysEric Barnes1-157/+157
2011-11-12Merge pull request #663 from appleboy/bug/agentEric Barnes1-5/+8
Fix issue #652 : Add OpenWeb Mobile User Agent
2011-11-12Merge pull request #662 from cloudmanic/patch-1Eric Barnes1-1/+1
Fixed small typeo
2011-11-12Add OpenWeb Mobile User AgentBo-Yi Wu1-5/+8
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2011-11-12Fixed small typeoCloudmanic Labs, LLC1-1/+1
2011-11-12Merge pull request #639 from timw4mail/patch-3Eric Barnes1-4/+19
Fixed one-liner code on Database Connection page of userguide
2011-11-11Merge pull request #653 from mpmont/developGreg Aker2-0/+2
Added the mime type for pptx.
2011-11-08Changelog update.mpmont1-0/+1
2011-11-08Merge branch 'develop' of github.com:EllisLab/CodeIgniter into developPhil Sturgeon5-19/+29
2011-11-08Added ->db->replace() for MySQLi.Phil Sturgeon1-0/+19
2011-11-08Merge pull request #654 from polyetilen/patch-1Phil Sturgeon1-1/+1
Update user_guide_src/source/tutorial/static_pages.rst
2011-11-08Update user_guide_src/source/tutorial/static_pages.rstAleksandras Ragovskis1-1/+1
2011-11-08Added the mime type for pptx. The new Power point format.mpmont1-0/+1
2011-11-07Adding auto-detection of best redirect method in url_helper.Brandon Jones2-11/+18
2011-11-07Merge pull request #651 from polyetilen/patch-1Phil Sturgeon1-1/+1
Logic error in pages tutorial code example.
2011-11-07Syntax errorpolyetilen1-1/+1
2011-11-02Merge pull request #643 from comp500/developPhil Sturgeon1-1/+4
Add Nintendo mobile devices.
2011-11-02add Nintendo mobile devicescomp5001-1/+4
2011-10-31Merge pull request #624 from talkingwithsean/developDerek Jones1-5/+5
Crypt isn't set and it causes extensive script time when specifying a cus
2011-10-31Merge pull request #606 from timw4mail/developPhil Sturgeon1-9/+20
PDO/MySQL charset setting fix.
2011-10-31Fixed one-liner code on Database Connection page of userguideTimothy Warren1-4/+19
2011-10-27Crypt isn't set and it causes extensive script time when specifying a custom ↵Sean Fisher1-5/+5
SMTP server
2011-10-26Misc formatting fixesTimothy Warren1-6/+7
2011-10-26Set charset in DSN if PHP >= 5.3.6Timothy Warren1-0/+6
2011-10-26Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developTimothy Warren1-6/+4
2011-10-26Merge pull request #622 from kenjis/fix_active_record.rstPhil Sturgeon1-6/+4
Fix user guide active_record.rst formatting and removed old PHP 5 note.
2011-10-26fix user guide active_record.rst formatting, remove old PHP 5 note, now only ↵kenjis1-6/+4
PHP 5 is supported.
2011-10-25Changed mysql charset to PDO optionTimothy Warren1-6/+6
2011-10-25Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developTimothy Warren4-151/+120
2011-10-23Merge pull request #607 from burakerdem/patch-1Greg Aker1-2/+2
Removed short open tags.