3451 Commits

Author SHA1 Message Date
Instructor, BCIT
247afd988d
Create requirements.txt 2018-09-15 23:08:07 -07:00
Instructor, BCIT
521cdc9733
Merge pull request #1222 from samsonasik/docfix-formatter-namespace
doc fix: FormatterInterface namespace
2018-09-15 06:30:19 -07:00
Abdul Malik Ikhsan
d3fc172534
doc fix: FormatterInterface namespace 2018-09-15 16:49:44 +07:00
Lonnie Ezell
5562caa7d5
Merge pull request #793 from bcit-ci/feature/sqlite
Feature/sqlite
2018-09-15 00:03:27 -05:00
Lonnie Ezell
307bcd145e
[ci skip] Added SQLite3 to database requirements. 2018-09-14 23:50:27 -05:00
Lonnie Ezell
ebd287b056
Fix tests unique indexes for SQLite 2018-09-14 23:45:11 -05:00
Lonnie Ezell
7173361170
Fix tests for Postgre 2018-09-14 23:19:45 -05:00
Lonnie Ezell
28917b709c Merge branch 'develop' into feature/sqlite 2018-09-14 23:14:22 -05:00
Lonnie Ezell
3dd106a081
Merge pull request #1218 from jim-parry/docs/contributing
Docs/contributing
2018-09-13 12:46:44 -05:00
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
813503887d
Merge pull request #1216 from jim-parry/cleanup
Niggly fixes
2018-09-13 10:00:59 -05:00
Master Yoda
2517c0c7e1
Niggly fixes 2018-09-13 07:47:51 -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