3428 Commits

Author SHA1 Message Date
Master Yoda
0e14552fc0
Split contributing docs from user guide 2018-09-13 09:15:58 -07:00
Master Yoda
69644d75c6
Split contributing docs from user guide 2018-09-13 09:14:39 -07:00
Master Yoda
703ca0e044
Split contributing docs from user guide 2018-09-13 09:08:22 -07:00
Master Yoda
ccdc58f5e2
Split contributing docs from user guide 2018-09-13 09:04:43 -07:00
Master Yoda
1e1e34e22f
Split contributing docs from user guide 2018-09-13 09:03:38 -07:00
Lonnie Ezell
3aa229ecb4
small fix 2018-09-12 22:39:54 -05:00
Lonnie Ezell
94142170db
Merge pull request #1215 from bcit-ci/autodiscovery
Autodiscovery for Modules
2018-09-12 22:19:36 -05:00
Lonnie Ezell
d6b5723207
Fixing event test that only occurred when all tests were ran in sequence. 2018-09-12 22:10:46 -05:00
Lonnie Ezell
78a09a1e65
Fix up tests 2018-09-12 21:46:33 -05:00
Lonnie Ezell
d4a049ca76
Docs 2018-09-11 23:23:18 -05:00
Lonnie Ezell
1ee282023d
Remove caching option for now. 2018-09-11 22:54:03 -05:00
Lonnie Ezell
e3b3c570c1
Refactored Services to use Modules config file when discovering. 2018-09-11 22:49:38 -05:00
Lonnie Ezell
f79c6a867a
RouteCollection revised to use new centralized auto-discovery mechanism. 2018-09-09 22:51:39 -05:00
Instructor, BCIT
a201aa857d
Create PULL_REQUEST_TEMPLATE.md 2018-09-08 23:27:19 -07:00
Instructor, BCIT
085a832a48 Update issue templates 2018-09-08 23:26:19 -07:00
Instructor, BCIT
778a13bb9b
Create CODE_OF_CONDUCT.md 2018-09-08 23:24:06 -07:00
Lonnie Ezell
2ae947cdc0
Auto-discover events 2018-09-08 00:34:24 -05:00
Lonnie Ezell
b35a618949
Added centralized config file to set what things should be auto-discovered, and tweaked so that Registrars are auto-disovered. 2018-09-08 00:24:29 -05:00
Lonnie Ezell
8a4ff9b5d5
Merge pull request #1207 from jim-parry/fix/helpertests
Correct helper tests namespace
2018-09-07 12:33:45 -05:00
Master Yoda
8fb8d90288
Correct helper tests namespace 2018-09-07 09:25:34 -07:00
Lonnie Ezell
9bb7a52287
Merge pull request #1173 from sugenganthos/patch-2
Update Response.php
2018-09-06 21:59:06 -05:00
Lonnie Ezell
76e55590dc
Merge pull request #1203 from ytetsuro/fix/rule-split-bug
Validation Class - corresponding about the escaped separator.
2018-09-06 12:51:44 -05:00
ytetsuro
0ca43a3abb
fix: corresponding about the escaped separator.
Signed-off-by: ytetsuro <phper.0o0@gmail.com>
2018-09-07 02:02:52 +09:00
Lonnie Ezell
1d0b68b99f
addressing merge conflicts 2018-09-05 23:18:16 -05:00
Lonnie Ezell
d57a465048
Updated validation test to properly split rules. Fixes #1201 2018-09-05 23:17:14 -05:00
Lonnie Ezell
b80acf2d09
Merge pull request #1190 from puschie286/CatchEmailExceptions
Catch Email Exceptions
2018-09-05 08:38:16 -05:00
Christoph Potas
11ce62fa49
~ use logger trait instead of service instance
Signed-off-by: Christoph Potas <christoph286@googlemail.com>
2018-09-05 09:47:06 +02:00
Lonnie Ezell
5b1257cd1f
Merge pull request #1197 from samsonasik/validation-get-errors
use Validation->getErrors() call instead of Valdation::errors to handle errors that came from session
2018-09-04 21:59:33 -05:00
Lonnie Ezell
4acbd31597
Remove non-existent functions from form_helper docs. 2018-09-04 21:53:25 -05:00
Lonnie Ezell
b97dbf82dc
Merge pull request #1199 from samsonasik/file-rule-use-file-get-size
Fixes FileRules::max_size() to use file->getSize() instead of number_formatted size
2018-09-04 21:43:08 -05:00
Abdul Malik Ikhsan
6defcfa1b1
Fixes FileRules::max_size() to use file->getSize() instead of number_format-ed size 2018-09-05 02:01:39 +07:00
Christoph Potas
f4f63a10b6
+ added log entry
Signed-off-by: Christoph Potas <christoph286@googlemail.com>
2018-09-04 08:42:12 +02:00
Abdul Malik Ikhsan
337f29a50c
use Validation::getErrors() call instead of Valdation::errors to handle errors that came from session 2018-09-04 12:07:29 +07:00
Lonnie Ezell
2c40abd4cf
Merge pull request #1182 from bangbangda/develop
log file:failed to delete buffer. No buffer to delete.
2018-09-03 22:40:04 -05:00
Lonnie Ezell
06a4980af3
Merge pull request #1178 from sugenganthos/develop
Adjust log level to match RFC 5424
2018-09-03 22:39:20 -05:00
Lonnie Ezell
60d017c0fc
Merge pull request #1191 from samsonasik/bool-getshared
add bool type hint for getShared parameter
2018-09-03 22:31:02 -05:00
Lonnie Ezell
3a8e823049
Merge pull request #1184 from samsonasik/remove-salt-in-model
remove unused salt in Model
2018-09-03 22:28:33 -05:00
Lonnie Ezell
253f58bd68
Merge pull request #1194 from samsonasik/session-path
add writable/session directory and set default App::sessionSavePath to it
2018-09-03 22:25:35 -05:00
Lonnie Ezell
2fe8459d90
Merge pull request #1195 from nowackipawel/patch-4
pagination - optional page number
2018-09-03 22:10:49 -05:00
Lonnie Ezell
ded0479d71
Merge pull request #1187 from nowackipawel/patch-2
Adds valid_json which is using json_last_error() === JSON_ERROR_NONE
2018-09-03 22:09:55 -05:00
Lonnie Ezell
ebdd40df67
Merge pull request #1192 from samsonasik/fix-travis-router
Fix travis error build on Router and RouteCollection
2018-09-03 22:08:42 -05:00
Lonnie Ezell
72e77c65d5
Merge pull request #1196 from nowackipawel/patch-6
allows to get table and primary key name out of the model
2018-09-03 22:07:58 -05:00
Paweł Nowacki
e2c9c2a873
Update Model.php
adding additional if for __get method to make easier achieve sth like this:
$row->{$model->primaryKey}
2018-09-03 11:54:12 +02:00
Paweł Nowacki
75264ba503
pagination - optional page number
allows to deliver to the paginate method an optional parameter with page number , useful for custom pagination implementation like:  host.com/segment/[pageNumber]
2018-09-03 11:34:26 +02:00
Abdul Malik Ikhsan
3c209633e3
add fallback for session ini_get(session.save_path) returns empty 2018-09-02 15:50:24 +07:00
Abdul Malik Ikhsan
ea4dd36e4e
add writable/session directory and set default App::sessionSavePath to it 2018-09-02 13:33:16 +07:00
Paweł Nowacki
7378a213c2
valid_json tests 2018-08-31 13:56:38 +02:00
Paweł Nowacki
9ef2d95d8a
doscs - valid_json 2018-08-31 13:54:32 +02:00
Abdul Malik Ikhsan
5c965a917b
Fix travis error build on Router and RouteCollection 2018-08-31 15:04:41 +07:00
Abdul Malik Ikhsan
8375e4c212
add bool type hint for getShared parameter 2018-08-31 03:32:57 +07:00