summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-02-19Renaming Active Record to Query Builder across the systemJamie Rumbelow27-274/+274
2012-02-17Merge pull request #1051 from toopay/mysql_utilPhil Sturgeon1-1/+1
Syntax error, causing MySQL utility could not be used
2012-02-17Syntax error, causing MySQL utility could not usedTaufan Aditya1-1/+1
2012-02-17Merge pull request #1050 from marcosgdf/developPhil Sturgeon1-7/+0
Can you add this to the changelog please?
2012-02-17Fixed issue #960Marcos Garcia1-7/+0
2012-02-16Merge pull request #934 from wilburhimself/developPhil Sturgeon1-1/+1
Fixed error in inflector_helper.php in the singular function.
2012-02-16Merge pull request #1046 from YorickPeterse/developPhil Sturgeon1-1/+1
Lowered the file permissions for file caches.
2012-02-16Merge pull request #1040 from narfbg/develop-issue-1039Phil Sturgeon3-10/+12
Fix issue #1039
2012-02-15Lowered the file permissions for file caches.Yorick Peterse1-1/+1
See #1045 for more information. Signed-off-by: Yorick Peterse <yorickpeterse@gmail.com>
2012-02-14Fix another issueAndrey Andreev1-1/+1
2012-02-14Fix issue #1039Andrey Andreev3-9/+11
2012-02-13Merge pull request #921 from narfbg/develop-image-libPhil Sturgeon2-249/+189
Image_lib::image_reproportion() to not need both width and height
2012-02-13Merge pull request #1037 from timw4mail/developPhil Sturgeon1-4/+6
Refixed Old-style pdo connection string
2012-02-13Added missing spaceTimothy Warren1-1/+1
2012-02-13Re-added if ! empty clauseTimothy Warren1-1/+4
2012-02-13Refixed Old-style pdo connection stringTimothy Warren1-7/+6
2012-02-13Merge pull request #1034 from toopay/pdo_old_hostnamePhil Sturgeon1-5/+8
Fixed rtrim issue in hostname fragment, for backward compability
2012-02-13Semicolon automatically added if not exists after hostname, if only database ↵Taufan Aditya1-2/+7
was not empty
2012-02-13Fix a changelog entryAndrey Andreev1-1/+1
2012-02-12Fixed rtrim issue in hostname fragment, for backward compabilityTaufan Aditya1-5/+3
2012-02-12Merge pull request #1026 from timw4mail/developPhil Sturgeon1-1/+5
Fixed old-style pdo connection string
2012-02-10Changed double quotes to singleTimothy Warren1-1/+1
2012-02-10Fixed old-style pdo connection stringTimothy Warren1-1/+5
2012-02-10Merge remote-tracking branch 'upstream/develop' into develop-image-libAndrey Andreev9-95/+296
2012-02-10Merge pull request #1022 from toopay/pdoPhil Sturgeon8-93/+294
Fixed PDO issues.
2012-02-10Grammar correctionTaufan Aditya1-1/+1
2012-02-09Merge pull request #1024 from narfbg/develop-issue-1021Eric Barnes1-2/+2
Fix issue #1021
2012-02-09Fix link to changelogAndrey Andreev1-2/+2
2012-02-09TypoTaufan Aditya1-1/+1
2012-02-09Change PHP.net mirror to the main mirrorTaufan Aditya1-2/+2
2012-02-09Added database.phpTaufan Aditya1-0/+2
2012-02-09Fixed PDOTaufan Aditya7-93/+292
2012-02-08Merge remote-tracking branch 'upstream/develop' into develop-image-libAndrey Andreev4-37/+36
2012-02-08Merge pull request #1018 from narfbg/develop-inputPhil Sturgeon2-37/+30
Fix CI_Input::is_ajax_request()
2012-02-08Remove a few spacesAndrey Andreev1-2/+2
2012-02-08Fix CI_Input::is_ajax_request()Andrey Andreev2-37/+30
2012-02-06Merge pull request #1016 from kevincupp/developGreg Aker3-0/+6
Adding in a few 503 status codes for common errors
2012-02-05Adding in a few 503 status codes for common errors in response to this ↵Kevin Cupp3-0/+6
ExpressionEngine bug about errors getting cached by reverse proxies who cache 200 responses: http://expressionengine.com/bug_tracker/bug/17420
2012-02-02Merge remote-tracking branch 'upstream/develop' into develop-image-libAndrey Andreev2-56/+78
2012-02-02Merge pull request #942 from narfbg/develop-issue-154Phil Sturgeon2-56/+78
Fix issue #154
2012-02-01Merge upstreamAndrey Andreev16-825/+474
2012-02-01Merge remote-tracking branch 'upstream/develop' into develop-image-libAndrey Andreev17-825/+475
2012-02-01Merge pull request #1006 from duggan/patch-1Phil Sturgeon2-1/+2
HTTPS detection fix
2012-02-01Add note about HTTPS detection change to 3.0 changelogRoss Duggan1-0/+1
2012-01-31HTTPS detection fixRoss Duggan1-1/+1
More closely follow the wording of the $_SERVER['HTTPS'] description in the PHP manual, which specifies a "non-empty" value rather than "non-null"
2012-01-27Merge pull request #992 from narfbg/develop-db-mysqliPhil Sturgeon6-354/+197
Improve the MySQLi database driver
2012-01-27Switch _process_fields() from private to protectedAndrey Andreev1-1/+1
2012-01-27Add PHP version check in db_pconnect()Andrey Andreev2-1/+7
2012-01-27Update the changelogAndrey Andreev1-0/+2
2012-01-27Improve the MySQLi database driverAndrey Andreev5-354/+189