Lonnie Ezell
|
e4662f9cd0
|
Merge pull request #852 from natanfelles/userguide
Update some userguide titles, code-blocks, tables...
|
2017-12-03 23:03:39 -06:00 |
|
Natan Felles
|
08a459cb67
|
Update some userguide titles, code-blocks, tables...
|
2017-12-03 04:37:44 -02:00 |
|
Lonnie Ezell
|
83f7b56036
|
Allow null values in isValidIP since it can cause errors when being hit from a CLI task.
|
2017-12-01 15:50:28 -06:00 |
|
Lonnie Ezell
|
d04e87167e
|
Merge pull request #849 from JakeAi/develop
Fix Issue #839 - Moved uploaded files doesn't retain new filename or overwrite
|
2017-11-29 09:08:41 -06:00 |
|
Jake Ihasz
|
2432895b57
|
Fix non-uploadedFile file overwrite
|
2017-11-29 09:10:31 -05:00 |
|
Jake Ihasz
|
9f4e830cfb
|
Fixed my own typo when updating tests
|
2017-11-29 08:02:01 -05:00 |
|
Jake Ihasz
|
237e5aa0d2
|
Update Test
|
2017-11-29 07:53:22 -05:00 |
|
JakeAi
|
9f56580a63
|
Update UploadedFile.php
|
2017-11-28 15:26:20 -05:00 |
|
Jake Ihasz
|
c819893530
|
Fixes
|
2017-11-28 15:23:04 -05:00 |
|
JakeAi
|
3c0b45ef33
|
Merge pull request #1 from bcit-ci/develop
Update From Branch
|
2017-11-28 15:20:51 -05:00 |
|
Lonnie Ezell
|
315574e8f6
|
Test correction. Fixes #846
|
2017-11-27 23:44:09 -06:00 |
|
Lonnie Ezell
|
4ca7b49df8
|
Merge pull request #845 from vinodselvin/patch-1
Added hyperlink to Contributing to codeigniter section
|
2017-11-27 08:25:35 -06:00 |
|
Vinod Selvin
|
c64eb22e7c
|
Update README.md
|
2017-11-27 19:48:55 +05:30 |
|
Vinod Selvin
|
db5d349a56
|
Update README.md
|
2017-11-27 19:25:37 +05:30 |
|
Vinod Selvin
|
d74e5508c1
|
Added hyperlink to Contributing to codeigniter section
|
2017-11-27 19:15:32 +05:30 |
|
Lonnie Ezell
|
867ffcc845
|
[ci skip] Methods to retrieve validation info
|
2017-11-26 23:07:27 -06:00 |
|
Lonnie Ezell
|
ecfe1fec77
|
Allow searching session via dot-array syntax.
|
2017-11-26 00:31:33 -06:00 |
|
Lonnie Ezell
|
36c9dc74b7
|
Remove auto-injection as it wasn't really working.
|
2017-11-25 15:45:07 -06:00 |
|
Lonnie Ezell
|
2a781e599b
|
Automatically inject validation errors from withInput() into view data. Default view to saveData = true for better usability.
|
2017-11-25 15:42:47 -06:00 |
|
Lonnie Ezell
|
9872a8c2ea
|
Added old() function to retrieve old input data when not using form helper.
|
2017-11-25 15:25:17 -06:00 |
|
Lonnie Ezell
|
9f90ffe7c8
|
Merge pull request #842 from natanfelles/toolbarloader
Let the browser know that the toolbarloader is a javascript file
|
2017-11-25 14:30:52 -06:00 |
|
Lonnie Ezell
|
8f2175ee6e
|
Merge pull request #841 from natanfelles/php_server
Set CI_ENVIRONMENT before return false if REQUEST_URI is /index.php
|
2017-11-25 14:29:39 -06:00 |
|
Lonnie Ezell
|
a0bca85844
|
Merge pull request #843 from puschie286/addingtoolbar
Fix toolbar loading cause event listener to not work properly
|
2017-11-25 14:27:57 -06:00 |
|
Christoph Potas
|
18a942bf58
|
~ fix some event listener not working after adding toolbar content to body
Signed-off-by: Christoph Potas <christoph286@googlemail.com>
|
2017-11-24 10:32:46 +01:00 |
|
Natan Felles
|
2c3836c05c
|
Let the browser know that the toolbarloader is a javascript file
|
2017-11-23 19:44:55 -02:00 |
|
Natan Felles
|
fcce6ff40c
|
Set CI_ENVIRONMENT before return false if uri is /index.php
|
2017-11-23 19:08:45 -02:00 |
|
Lonnie Ezell
|
fc6bf768d8
|
Fix parameter ordering for redirect back.
|
2017-11-21 00:07:32 -06:00 |
|
Lonnie Ezell
|
1b5f54be34
|
Merge branch 'develop' of github.com:bcit-ci/CodeIgniter4 into develop
|
2017-11-20 23:23:19 -06:00 |
|
Lonnie Ezell
|
d219966028
|
Clear foreign keys when resetting forge so we don't try to set the same key on multiple tables.
|
2017-11-20 23:23:15 -06:00 |
|
Lonnie Ezell
|
04c9fb01ca
|
Merge pull request #833 from natanfelles/cli_table
Add CLI::table
|
2017-11-20 13:30:21 -06:00 |
|
Natan Felles
|
4773587fa9
|
Use fwrite(STDOUT) to show cli tables
|
2017-11-18 06:16:21 -02:00 |
|
Lonnie Ezell
|
6c175688c7
|
Make the debugtoolbar folder if not present to ease migrations of test projects
|
2017-11-17 11:29:19 -06:00 |
|
Lonnie Ezell
|
66c85156e2
|
New config tab for the debug toolbar. Would like it to become a place to warn about potential errors or misconfigurations, also.
|
2017-11-17 00:15:44 -06:00 |
|
Natan Felles
|
3efe48248a
|
Update CLI::table
|
2017-11-16 16:32:01 -02:00 |
|
Natan Felles
|
64a3b02fa2
|
Add CLI::table
|
2017-11-16 11:34:42 -02:00 |
|
Lonnie Ezell
|
25adfa70ca
|
Added icons to debug toolbar, and started work on responsive toolbar.
|
2017-11-15 23:56:35 -06:00 |
|
Lonnie Ezell
|
66e1fee506
|
Allow toolbar buttons to be hidden when they have no data.
|
2017-11-15 22:58:41 -06:00 |
|
Lonnie Ezell
|
71125a7d2f
|
Merge pull request #832 from natanfelles/validation
Validation: Enable usage of labels
|
2017-11-15 22:18:13 -06:00 |
|
Natan Felles
|
9e0f563b95
|
Add setUp method in Validation RulesTest
|
2017-11-15 17:57:49 -02:00 |
|
Natan Felles
|
034be7abcd
|
Merge develop
|
2017-11-15 17:42:38 -02:00 |
|
Natan Felles
|
6dff4f4a68
|
Validation: Enable rules structure alike CI 3
|
2017-11-15 04:32:10 -02:00 |
|
Lonnie Ezell
|
2a863118fa
|
Split validation tests into class and rules files.
|
2017-11-15 00:11:13 -06:00 |
|
Lonnie Ezell
|
60fddd003b
|
Move toolbar buttons to opposite side in preparation for design refactor.
|
2017-11-15 00:10:25 -06:00 |
|
Lonnie Ezell
|
55779d9d54
|
Toolbar cleanup. Fixes #773
|
2017-11-14 22:54:38 -06:00 |
|
Lonnie Ezell
|
0b3deb194a
|
Merge branch 'debug_bar_file' of git://github.com/gustavojm/CodeIgniter4 into gustavojm-debug_bar_file
|
2017-11-14 22:29:05 -06:00 |
|
Natan Felles
|
a1008e4784
|
Validation: Enable usage of labels
|
2017-11-14 09:10:47 -02:00 |
|
Lonnie Ezell
|
6eefb80d6f
|
New dot notation array search function.
|
2017-11-13 22:54:52 -06:00 |
|
Lonnie Ezell
|
0c81a0c251
|
Merge branch 'develop' of github.com:bcit-ci/CodeIgniter4 into develop
|
2017-11-12 23:03:56 -06:00 |
|
Lonnie Ezell
|
f87ffec26b
|
Removing hash ids from model for security reasons. For explanation and replacement see https://paragonie.com/blog/2015/09/comprehensive-guide-url-parameter-encryption-in-php
|
2017-11-12 23:03:48 -06:00 |
|
Lonnie Ezell
|
56ef9d28d7
|
Merge pull request #785 from chistel/patch-9
session push documentation
|
2017-11-12 22:50:21 -06:00 |
|