Lonnie Ezell
|
ba99b73d43
|
Merge pull request #653 from natanfelles/model
Update Model
|
2017-08-04 09:51:11 -05:00 |
|
Lonnie Ezell
|
628cc46aa0
|
Merge pull request #652 from daylightstudio/develop
Fix for current_url() function
|
2017-08-04 08:52:58 -05:00 |
|
Natan Felles
|
1525557895
|
Also update updatedField on Soft Deletes - Last updated_at will be the deleted datetime
|
2017-08-04 04:47:45 -03:00 |
|
Natan Felles
|
a8dd333382
|
validationMessages needs to be array - Avoid error in validate()
|
2017-08-04 03:38:36 -03:00 |
|
David McReynolds
|
710264e150
|
Fix for current_url() function
If site_url() or base_url() functions are called before the current_url() function, it can change the expected value.
|
2017-08-03 22:36:16 -07:00 |
|
Lonnie Ezell
|
dd81ae3dc4
|
Merging
|
2017-08-03 23:44:33 -05:00 |
|
Lonnie Ezell
|
6ad2d0717b
|
[ci skip] Starting on I18n Time docs
|
2017-08-03 23:43:58 -05:00 |
|
Lonnie Ezell
|
3923e62c18
|
Merge pull request #639 from samsonasik/7.2-support
Fixing build on php 7.2 env
|
2017-08-02 22:42:23 -05:00 |
|
Lonnie Ezell
|
a883c95675
|
Attempting to fix occasional db tests on Travis
|
2017-08-02 22:20:19 -05:00 |
|
Lonnie Ezell
|
2e1549f5b1
|
Merge pull request #645 from bangbangda/develop
URI Routing update
|
2017-08-02 22:01:03 -05:00 |
|
Abdul Malik Ikhsan
|
fdc1341282
|
Fixing build on php 7.2 env
|
2017-08-03 07:16:12 +07:00 |
|
HaoLiang
|
3d7d2dc1a3
|
URI Routing update
Priority change
|
2017-08-02 18:12:39 +08:00 |
|
HaoLiang
|
a9a8da3fc2
|
URI Routing update
3.PATCH OR PUT mapping to update.
|
2017-08-02 17:40:59 +08:00 |
|
HaoLiang
|
e8d67887aa
|
URI Routing update
1.resource method.increase edit and new routes.
2.listAll to index
|
2017-08-01 15:40:16 +08:00 |
|
Lonnie Ezell
|
454a097c89
|
Entities can automatically mutate date fields to Time instances. Created_at and updated_at are automatically mutated by default. Needs timezone and locale integration
|
2017-07-29 00:02:01 -05:00 |
|
Lonnie Ezell
|
496b8071b9
|
Merge pull request #631 from lloricode/number-to-roman
Number to roman
|
2017-07-27 21:38:48 -05:00 |
|
Lonnie Ezell
|
46f240a230
|
CurlRequest should be able to parse when a 100 Continue status is part of the string. Fixes #638
|
2017-07-27 21:36:02 -05:00 |
|
Lonnie Ezell
|
195db4381f
|
Remove temp code in Home controller
|
2017-07-27 21:31:03 -05:00 |
|
Lonnie Ezell
|
0adc936c55
|
Merge branch 'develop' of github.com:bcit-ci/CodeIgniter4 into develop
|
2017-07-27 21:30:23 -05:00 |
|
Lonnie Ezell
|
fede742826
|
Merge pull request #640 from natanfelles/pagination
Pager update
|
2017-07-27 21:29:34 -05:00 |
|
Lonnie Ezell
|
d7c26d7ce2
|
Merge pull request #634 from natanfelles/debug-toolbar
Move Debug Toolbar to Page Bottom
|
2017-07-27 21:28:02 -05:00 |
|
Natan Felles
|
c0e20ccbfc
|
Add z-index 10000 to debug-bar
|
2017-07-27 15:44:06 -03:00 |
|
Natan Felles
|
dbfb909f39
|
Update toolbar styles to avoid external conflicts
|
2017-07-27 07:21:02 -03:00 |
|
Natan Felles
|
a7b6d4e86a
|
Return NULL in getPrevious() and getNext() if not has
|
2017-07-27 06:12:53 -03:00 |
|
Natan Felles
|
55720fcd94
|
Invert older-newer because Older is get after (ORDER BY created_at DESC)
|
2017-07-27 03:59:25 -03:00 |
|
Lonnie Ezell
|
45951eb089
|
Upgraded to Kint 2
|
2017-07-27 00:16:09 -05:00 |
|
Natan Felles
|
1ac2997eaf
|
Add option to set toolbar position (bottom or top)
|
2017-07-27 02:15:30 -03:00 |
|
Instructor, Computer Systems Technology
|
eb9b09b9a0
|
Update composer.json
Replace IRC reference with Slack
|
2017-07-26 21:44:31 -07:00 |
|
Lonnie Ezell
|
efb0b47647
|
Better display of normal Time instances with humanize: Today, Tomorrow, and actual time instead of hours.
|
2017-07-26 23:31:14 -05:00 |
|
Lonnie Ezell
|
0eca54f09f
|
Better localization of TimeDifference humanize values.
|
2017-07-26 23:15:02 -05:00 |
|
Lonnie Ezell
|
397528361c
|
Merge pull request #637 from natanfelles/docs
Update PHPDocs
|
2017-07-26 16:25:41 -05:00 |
|
Lloric Mayuga Garcia
|
d556352030
|
Merge branch 'number-to-roman' of github.com:lloricode/CodeIgniter4 into number-to-roman
Signed-off-by: Lloric Mayuga Garcia <emorickfighter@gmail.com>
|
2017-07-27 00:03:28 +08:00 |
|
Lloric Mayuga Garcia
|
ee831fb307
|
Test for number_roman.
Signed-off-by: Lloric Mayuga Garcia <emorickfighter@gmail.com>
|
2017-07-27 00:02:06 +08:00 |
|
Lloric Mayuga Garcia
|
78bfa48398
|
Update number_helper.rst
|
2017-07-26 23:07:29 +08:00 |
|
Natan Felles
|
a7de76cbcc
|
Add PHPDocs to bootstrap Core Constants
|
2017-07-26 02:51:57 -03:00 |
|
Natan Felles
|
5394971f52
|
Update PHPDocs in Debug Timer
|
2017-07-26 02:43:44 -03:00 |
|
Natan Felles
|
b5d66d7e0e
|
Update PHPDocs in Common functions
|
2017-07-26 02:42:01 -03:00 |
|
Lonnie Ezell
|
7107852866
|
Rename before and after.
|
2017-07-25 23:57:55 -05:00 |
|
Lonnie Ezell
|
bdcf2caea6
|
Merging
|
2017-07-25 23:51:59 -05:00 |
|
Lonnie Ezell
|
fe33edb896
|
TimeDifference class and tests
|
2017-07-25 23:49:38 -05:00 |
|
Lonnie Ezell
|
8b8cc536af
|
Merge pull request #636 from bangbangda/develop
Incomingrequest document update
|
2017-07-25 23:44:14 -05:00 |
|
Natan Felles
|
345b504288
|
Set PHPDocs mixing Model - BaseBuilder
|
2017-07-26 01:30:25 -03:00 |
|
HaoLiang
|
7de9d4ef5c
|
Incomingrequest document update, the Request :: method() method does not exist and is replaced by the getMethod() method.
|
2017-07-26 11:39:30 +08:00 |
|
Lonnie Ezell
|
cf9403ec91
|
Merge pull request #635 from natanfelles/docs
Set some PHPDocs Types
|
2017-07-25 11:10:36 -05:00 |
|
Lloric Mayuga Garcia
|
b185fa38b7
|
Test for number_roman.
Signed-off-by: Lloric Mayuga Garcia <emorickfighter@gmail.com>
|
2017-07-25 14:58:01 +08:00 |
|
Lloric Mayuga Garcia
|
0590be4ff2
|
Sorry for this.
Signed-off-by: Lloric Mayuga Garcia <emorickfighter@gmail.com>
|
2017-07-25 14:31:25 +08:00 |
|
Lloric Mayuga Garcia
|
7e34927ad9
|
Add anonymous function to call recursively inside function.
Signed-off-by: Lloric Mayuga Garcia <emorickfighter@gmail.com>
|
2017-07-25 14:28:12 +08:00 |
|
Lloric Mayuga Garcia
|
eb19a28a76
|
Fix
Signed-off-by: Lloric Mayuga Garcia <emorickfighter@gmail.com>
|
2017-07-25 14:18:14 +08:00 |
|
Lloric Mayuga Garcia
|
d341400e73
|
Merge branch 'develop' of https://github.com/bcit-ci/CodeIgniter4 into number-to-roman
|
2017-07-25 14:13:56 +08:00 |
|
Natan Felles
|
d021f54ca2
|
Move Debug Toolbar to Page Bottom
|
2017-07-25 01:36:01 -03:00 |
|