4732 Commits

Author SHA1 Message Date
Atish Amte
77562c7dab
Typos correction in DB module 2019-03-22 18:16:54 +05:30
Instructor, BCIT
57b0bc40f8
Merge pull request #1855 from jim-parry/testing29
Fix: ControllerTester::execute. Fixes #1834
2019-03-22 00:26:07 -07:00
Jim Parry
e8bbe4b892
Fix: ControllerTester::execute. Fixes #1834 2019-03-21 23:58:51 -07:00
Lonnie Ezell
f5563e6a31
Merge pull request #1839 from bintzandt/1838-hardcoded-route-ids-does-not-work
Dont replace slashes with backslashes in the to route
2019-03-21 23:08:41 -05:00
Lonnie Ezell
8c0f620118
Merge pull request #1848 from jim-parry/testing28
Test: fix & test Test/ControllerTest, tested
2019-03-21 23:06:21 -05:00
Instructor, BCIT
d1516680fa
Merge pull request #1851 from MGatner/update-appstarter-gitignore
Replace old CI3 .gitignore with root CI4 version
2019-03-21 10:38:26 -07:00
MGatner
71d798c087
Replace old CI3 .gitignore with root CI4 version 2019-03-21 11:48:03 -04:00
Jim Parry
0b8c193616
Drop DOMParserTest::badHTML test 2019-03-20 11:38:43 -07:00
Jim Parry
fbaadc0be0
Merge branch 'develop' into testing28 2019-03-20 10:41:04 -07:00
Jim Parry
10ce36ba2a
Fix & test ControllerTester 2019-03-20 10:39:20 -07:00
Instructor, BCIT
49d69f5b33
Merge pull request #1836 from jim-parry/testing27
Test: Improve View\View coverage
2019-03-20 09:41:10 -07:00
Instructor, BCIT
44f20af586
Merge pull request #1831 from vibbow/fix_phpdoc
Fix some PHPDoc comments error
2019-03-20 09:39:17 -07:00
Lonnie Ezell
5f74dd5441
Merge pull request #1809 from bangbangda/Fix-issues-1785
Fix file move failed. Fixex #1785
2019-03-20 11:32:01 -05:00
Instructor, BCIT
0d3be98d24
Merge pull request #1843 from MGatner/remove-input-agent
Replace CI3 $this->input reference
2019-03-20 09:23:43 -07:00
Instructor, BCIT
a5d35a79fd
Merge pull request #1846 from MGatner/fix-contributing-link
Fix contributing links
2019-03-20 09:20:19 -07:00
MGatner
713b0d646c
fix link .md to .rst 2019-03-20 11:37:40 -04:00
MGatner
671631af9f
update internal contributing link 2019-03-20 11:36:30 -04:00
MGatner
b0f44dec07
fix link to .io changelog 2019-03-20 11:35:47 -04:00
MGatner
74eb02d339
fix links to former .io site 2019-03-20 11:32:16 -04:00
Bram
121aaf0026
Only replaces slashes in the controller, not in the method 2019-03-20 09:44:14 +01:00
Lonnie Ezell
567889dda8
Merge pull request #1842 from MGatner/overload-forPageNotFound
Exception 'forPageNotFound' missing default value
2019-03-19 22:08:38 -05:00
Lonnie Ezell
7a438af038
Merge pull request #1844 from atishamte/model_fix
Model Fix
2019-03-19 12:52:23 -05:00
Atish Amte
dca69919df
Model Fix 2019-03-19 22:31:43 +05:30
Atish Amte
966c136e1d
Model Fix 2019-03-19 22:08:42 +05:30
MGatner
ef36da2faa
Replace CI3 $this->input reference 2019-03-19 11:59:48 -04:00
MGatner
b31e0bdb11
Exception 'forPageNotFound' missing default value
The function is designed to check for a default message but since a parameter is required it will fail with "missing parameter" unless explicitly passed null. Add a default value of null allows it to be appropriately overloaded.
2019-03-19 10:18:00 -04:00
Jim Parry
39657d3310
Fix ControllerTester to capture returned view 2019-03-18 08:45:35 -07:00
Jim Parry
bff20d2b8f
Fix & test Test\DOMParser 2019-03-17 00:45:26 -07:00
Jim Parry
14e1451aa9
Fix & test Test\DOMParser 2019-03-17 00:37:29 -07:00
Jim Parry
e3d9a037f6
Added tests in ContentSecurityPolicyTest 2019-03-15 23:32:34 -07:00
Bram
ce5bfc1331
Dont replace slashes with backslashes in the to route 2019-03-14 21:45:22 +01:00
Jim Parry
3de0f3855f
Fix layout test 2019-03-14 08:59:23 -07:00
Jim Parry
6e6aa0b629
Merge branch 'develop' into testing27 2019-03-14 08:37:39 -07:00
Jim Parry
1ab4d3f5cf
Test: Improve View\View coverage 2019-03-14 08:32:49 -07:00
Instructor, BCIT
b2b2014431
Merge pull request #1832 from jim-parry/housekeeping5
Docs: fix niggly errors
2019-03-14 00:29:04 -07:00
Jim Parry
ba7e2465f5
Docs: fix niggly errors 2019-03-14 00:27:32 -07:00
vibbow
978751b02c
Fix phpdoc 2019-03-14 13:52:16 +08:00
Lonnie Ezell
cd99731a63
Merge pull request #1746 from vibbow/patch_fix_usetimestamps
Update Model, to selective update created_at / updated_at field.
2019-03-13 23:40:54 -05:00
Lonnie Ezell
9c99eac29f
Merge branch 'develop' into patch_fix_usetimestamps 2019-03-13 23:37:47 -05:00
Lonnie Ezell
1385dd0088
Merge pull request #1829 from codeigniter4/needprimarykey
Models now require a primary key. This is partially to keep the code …
2019-03-13 23:35:29 -05:00
Lonnie Ezell
9d7ea5dbf0
Models now require a primary key. This is partially to keep the code from becoming a tangled mess, and partially to ensure all Model convenience features work both now and in the future. Closes #1597 2019-03-13 23:36:48 -05:00
Lonnie Ezell
878c959f24
Merge pull request #1828 from codeigniter4/validationstyle
Remove bootstrap styles from validation views. #1816
2019-03-13 23:09:10 -05:00
Lonnie Ezell
d810035a41
Remove bootstrap styles from validation views. #1816 2019-03-13 23:10:42 -05:00
Lonnie Ezell
fed73d7070
Merge pull request #1827 from codeigniter4/layoutview
Adding include method to View library to render view partials within layout-driven views. Fixes #1826
2019-03-13 23:02:41 -05:00
Lonnie Ezell
ebeb635ed3
Adding include method to View library to render view partials within layout-driven views. Fixes #1826 2019-03-13 23:03:46 -05:00
Lonnie Ezell
90e2ce88a8
Merge pull request #1823 from MGatner/userguide-pager-purge-bootstrap
Remove legacy Bootstrap references in Pagination class
2019-03-13 11:29:34 -05:00
MGatner
f8ca795379
Remove legacy Bootstrap references
Per conversation https://github.com/codeigniter4/CodeIgniter4/pull/1816
2019-03-13 10:04:28 -04:00
Instructor, BCIT
b4d43fcf6c
Merge pull request #1822 from jim-parry/testing26
Test: enhance RouteCollection coverage
2019-03-13 02:40:53 -07:00
Jim Parry
45a8a0950c
Test: enhance RouteCollection coverage 2019-03-13 02:02:25 -07:00
HaoLiang
b4c0b6e60d
Fix file move failed. Fixex #1785 v1.0.1 2019-03-13 11:12:28 +08:00