summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-01-27Form Validation - Not In MethodLance Vincent3-0/+18
2015-01-27Merge pull request #3517 from Razican/credit_fixAndrey Andreev1-1/+1
[ci skip] Fix #3516 (doc spelling mistake)
2015-01-27Fixed #3516Razican1-1/+1
Signed-off-by: Razican <admin@razican.com>
2015-01-26[ci skip] Remove 'session' from autoload comments for 'driver'Andrey Andreev1-2/+2
... cause it doesn't work that way.
2015-01-26Form Validation - Date MethodLance Vincent3-0/+27
Value should be a valid date
2015-01-26... and neither does MYSQLI_OPT_RECONNECTAndrey Andreev1-1/+0
2015-01-26Apparently MYSQLI_OPT_READ_TIMEOUT doesn't work on PHPAndrey Andreev1-1/+0
2015-01-26Remove license blocks in /application filesvlakoff26-936/+0
These blocks are annoying for the user and serve little to no purpose as the files are just config files, a boilerplate controller and some views.
2015-01-26Close #3509Andrey Andreev1-0/+4
Not really a bug, but ...
2015-01-26[ci skip] Another adjustment to ci_sessions exampleAndrey Andreev1-1/+1
2015-01-26Merge pull request #3510 from jim-parry/developAndrey Andreev1-1/+1
[ci skip] Fix ci_sessions primary key example
2015-01-26Correct path in documentationvlakoff1-1/+1
Sphinx could handle it although.
2015-01-26Session writeup error?Master Yoda1-1/+1
Signed-off-by:Master Yoda <jim_parry@bcit.ca>
2015-01-26Form Validation - In MethodLance Vincent3-0/+18
Returns true if a given value matches any of the specified list
2015-01-26Form Validation - Between methodLance Vincent3-0/+23
Value must be within a given numeric range
2015-01-25Merge pull request #3508 from vlakoff/documentation-2Andrey Andreev1-1/+1
[ci skip] Small fixes in documentation
2015-01-25Small fixes in documentationvlakoff1-1/+1
2015-01-23Merge pull request #3502 from dev-ggallon/DatabaseAndrey Andreev3-4/+2
Database Driver Clean and Fix
2015-01-23Corrected loop with the $c variableGwenael G1-1/+1
2015-01-23Fix error extends class nameGwenael G1-1/+1
2015-01-23This $comment_clause local variable is declared but never used.Gwenael G1-2/+0
2015-01-23Merge pull request #3501 from dev-ggallon/Typography_LibraryAndrey Andreev1-1/+0
Remove unused variable
2015-01-23This paragraph local variable is declared but never used.Gwenael G1-1/+0
2015-01-23Fix unrecognized :doc: linkvlakoff1-3/+3
2015-01-23[ci skip] Update docs to account for 2.2.1 releaseAndrey Andreev5-40/+50
2015-01-22Um ... I meant autoload.phpAndrey Andreev1-1/+1
#3497
2015-01-22Don't try to include config/autoload.php if it doesn't existAndrey Andreev1-1/+5
Related: #3497
2015-01-22Merge pull request #3490 from vlakoff/file_endingsAndrey Andreev195-606/+2
[ci skip] Remove closing blocks at end of PHP files
2015-01-22Update documentation about PHP files closingvlakoff2-27/+2
2015-01-21[ci skip] Whitespace removalAndrey Andreev1-3/+0
2015-01-21Remove closing blocks at end of PHP filesvlakoff193-579/+0
2015-01-21[ci skip] Update security guideAndrey Andreev1-9/+93
2015-01-21Merge pull request #3494 from vlakoff/documentationAndrey Andreev1-1/+1
[ci skip] Fix Sphinx broken path
2015-01-21Fix Sphinx broken pathvlakoff1-1/+1
2015-01-21Make libraries matching controller names loadableAndrey Andreev2-79/+111
2015-01-21[ci skip] Fix incorrect wording in config.phpAndrey Andreev1-1/+1
Related: 9e82b0d00cbe83d6cdfa914628023cb98d70c933
2015-01-20[ci skip] Fix docs about ci_sessions tableAndrey Andreev2-4/+5
Close #3486
2015-01-20Revert 7c4d10660a0a47446474bf97e3cb65f80693f1eeAndrey Andreev4-64/+79
Deprecates form_prep() in favor of html_escape() (again). Related: issue #1953, which was the reason for the reverted commit, but was wrongly interpreted and that shouldn't have happened. Close #2477
2015-01-20Pagination: Add 'use_global_url_suffix' settingAndrey Andreev3-1/+20
Resolves issue #1887
2015-01-20[ci skip] Change some log messages' levelAndrey Andreev40-52/+54
'Class Loaded' type of messages flood log files when log_threshold is set to 2 (debug). They're now logged as 'info' level. This is manually applying PR #1528, which was created to do the same thing, but became outdated.
2015-01-20Merge pull request #3427 from gadelat/logdateAndrey Andreev2-1/+15
Support for microseconds in CI_Log
2015-01-20Ignore mysql_*connect() E_DEPRECATED errors in testsAndrey Andreev1-0/+7
2015-01-20Remove error suppression from mysql_*connect()Andrey Andreev1-2/+2
The suppression was kept so far because mysql_connect(), mysql_pconnect() emit E_DEPRECATION messages on PHP 5.5+. Well, we already default to 'mysqli' and there's no reason to use specifically 'mysql' on PHP 5.5, so we might as well let the deprecation notices appear and encourage users to switch drivers.
2015-01-20Merge pull request #3484 from vlakoff/documentationAndrey Andreev4-10/+11
[ci skip] Fix Sphinx compilation errors
2015-01-20Fix Sphinx compilation errorsvlakoff4-10/+11
2015-01-19Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into developAndrey Andreev2-9/+9
2015-01-19[ci skip] Some polishing to the latest doc changesAndrey Andreev2-4/+4
2015-01-19Merge pull request #3483 from ivantcholakov/developAndrey Andreev1-1/+1
[ci skip] A minor header update, CI_Session_driver.
2015-01-19A minor header update, CI_Session_driver.Ivan Tcholakov1-1/+1
2015-01-19[ci skip] Update changelog messages for Session libraryAndrey Andreev1-8/+8