2546 Commits

Author SHA1 Message Date
Natan Felles
8a941b4cc6
Add except option to resource routing 2017-11-07 01:10:19 -02:00
Lonnie Ezell
f5bf9b6d66
Merge pull request #811 from deathart/patch-2
Typo in user_guide
2017-11-02 09:35:42 -05:00
Deathart
db2ebc461a
Typo in user_guide 2017-11-02 15:24:14 +01:00
Lonnie Ezell
4d8b6e1361
Merge pull request #808 from natanfelles/prompt_validate
Add validation to prompt
2017-10-31 21:36:04 -05:00
Lonnie Ezell
7f37ce1917
Merge pull request #804 from natanfelles/curl
Enable usage of the base_uri option on Service curlrequest()
2017-10-31 21:30:52 -05:00
Lonnie Ezell
5547022df1
Merge pull request #807 from natanfelles/fk
FK: Recognize ON UPDATE and ON DELETE commands if is not in uppercase
2017-10-31 21:29:48 -05:00
Natan Felles
2a0657e89b
FK: Recognize ON UPDATE and ON DELETE commands if is not in uppercase 2017-10-31 21:39:42 -02:00
Natan Felles
0735544adc
Update userguide 2017-10-31 21:15:42 -02:00
Natan Felles
06199588d0
Remove testing code 2017-10-31 20:57:29 -02:00
Natan Felles
a9fb8feb12
Merge branch 'prompt_validate' of github.com:natanfelles/CodeIgniter4 into prompt_validate 2017-10-31 20:56:05 -02:00
Natan Felles
87c70ee0f0
Update docs 2017-10-31 20:55:11 -02:00
Natan Felles
239ff9f483
Update docs 2017-10-31 20:41:56 -02:00
Natan Felles
b24885a477
Use shorter syntax on ternary operator 2017-10-31 20:17:48 -02:00
Natan Felles
c1080a259b
Add validation to prompt 2017-10-31 20:07:39 -02:00
Lonnie Ezell
e6fc55e195
Merge pull request #803 from natanfelles/userguide_curl
User Guide - Update some CURLRequest methods
2017-10-30 22:45:12 -05:00
Lonnie Ezell
7bd0996262
Merge pull request #795 from mschnieder/cli-getWidth
CLI::getWidth return 0 for unittest testWrap
2017-10-30 22:38:33 -05:00
Lonnie Ezell
2c223e0bf3
Merge pull request #805 from edsiddos/patch-1
Fixed cascade Update
2017-10-30 22:28:09 -05:00
Ednei Leite da Silva
ca2c5625fc
Fixed cascade Update 2017-10-30 12:23:22 -03:00
Natan Felles
689a38db98
Enable usage of the base_uri option on Service curlrequest() 2017-10-29 08:58:42 -02:00
Natan Felles
ce6f3526df
User Guide - Update some CURLRequest methods 2017-10-29 02:19:10 -02:00
markus
2e48006869 If tput cols returns 0, the default value should be returned. This caused, among other things, an error for the test "testWrap" (system / CLI / CLITest.php), since the console width can not be 0 in the normal case 2017-10-27 18:32:49 +02:00
Lonnie Ezell
efd56c3fa8 Merge pull request #794 from natanfelles/views_hints_ordering
Views hints ordering
2017-10-26 08:57:30 -05:00
Natan Felles
b76d92b744
Add replacement to views hints comments on ParsePluginTest 2017-10-26 05:54:30 -02:00
Natan Felles
c27f078b49
Add view number - now repeated views also will be surrounded with hints 2017-10-26 03:24:57 -02:00
Natan Felles
89e43f37e5
Correct order of nodes on hideHints() 2017-10-26 03:04:55 -02:00
Lonnie Ezell
d072ec9301 Merge pull request #767 from natanfelles/views_hints
Views hints
2017-10-24 11:19:47 -05:00
Lonnie Ezell
a69e1c155c Merge pull request #791 from JakeAi/develop
Fix inconsistent GETENV variables. (PHP bug??)
2017-10-24 09:56:47 -05:00
Jake Ihasz
1a24ff5301
Merge branch 'develop' of https://github.com/JakeAi/CodeIgniter4 into develop 2017-10-23 13:35:19 -04:00
Jake Ihasz
2c1e04b84a
Fix inconsistent getenv returns (PHP BUG??) 2017-10-23 13:31:43 -04:00
Lonnie Ezell
027a43338d Merge pull request #789 from natanfelles/user_guide
Update some spelling, alignment and formats in the User Guide
2017-10-23 08:32:46 -05:00
Natan Felles
618f58e63d
Update some spelling, alignment and formats in the User Guide 2017-10-20 05:31:32 -02:00
Natan Felles
7c4f7974d0
Remove unnecessary hideHints() on page load 2017-10-19 15:58:07 -02:00
Natan Felles
72d8d57925
Determine Hints state on page load 2017-10-19 14:54:48 -02:00
Natan Felles
7ad433b735
Avoid toogle hints break if nodeElement is null 2017-10-19 14:35:16 -02:00
Natan Felles
37352fe13e Merge pull request #2 from puschie286/views_hints
Views hints - Use XPath search & renaming for style guide
2017-10-19 13:53:59 -02:00
Lonnie Ezell
79ef64d5c3 Merge pull request #786 from natanfelles/user_guide2
Update links markup in user guide localization
2017-10-19 10:47:21 -05:00
Natan Felles
203f92b7b2
Update links markup in user guide localization 2017-10-19 03:58:58 -02:00
Lonnie Ezell
3af4bd3806 Merge pull request #777 from jaynarayan89/fix/dynamic-delete-field-for-model
Fix/dynamic delete field for model
2017-10-18 22:29:10 -05:00
Lonnie Ezell
3c38089434
Modifying ForgeTests to hopefully pass on Travis 2017-10-18 22:18:36 -05:00
Lonnie Ezell
eb4294b8cd
Fixed a bug in BaseConnection listTables that would return an empty cached list of tables when it shouldn't. Hopefully fixes Travis. 2017-10-18 16:30:33 -05:00
Christoph Potas
019077a5a3
~ replace finding comments with xpath
~ use finding on every click to react to ajax changes

Signed-off-by: Christoph Potas <christoph286@googlemail.com>
2017-10-18 15:41:51 +02:00
Christoph Potas
49bdda6e25
~ update names for codeigniter style guide
Signed-off-by: Christoph Potas <christoph286@googlemail.com>
2017-10-18 14:45:47 +02:00
Lonnie Ezell
baaf8e0d0b
And again for Travis 2017-10-17 23:06:07 -05:00
Lonnie Ezell
b75589b215
Another try with Travis 2017-10-17 22:49:38 -05:00
Natan Felles
2097cfe1a5 Merge pull request #1 from puschie286/views_hints
Dynamic Debug-Views onclick
2017-10-17 17:00:57 -02:00
Lonnie Ezell
73f30d092e
Drop the table prior to running create table tests 2017-10-17 11:46:55 -05:00
Christoph Potas
8647bce1d4
~ fix start/end position calculation -> using also the comment position
~ fix skipping end element if we want to include it to the view

Signed-off-by: Christoph Potas <christoph286@googlemail.com>
2017-10-17 11:06:03 +02:00
Lonnie Ezell
80c951ab8d Merge branch 'develop' of github.com:bcit-ci/CodeIgniter4 into develop 2017-10-16 21:36:11 -05:00
Lonnie Ezell
62af36ad9c
[ci_skip] Quick note to the Checks controller 2017-10-16 21:36:06 -05:00
Lonnie Ezell
d8104fcbb3 Added namespace to News page of tutorial 2017-10-16 13:13:41 -05:00