Allen Taylor
|
6c177d5173
|
Added timestamps for questions
|
4 years ago |
Igor Scheller
|
f732a4af6f
|
Added Worklog model
|
4 years ago |
Igor Scheller
|
f99e0a229f
|
Tests: Added ModelTest class
|
4 years ago |
Igor Scheller
|
93ae2442f6
|
Formatting, syntax, typehint and namespace fixes, cleanups
|
5 years ago |
Igor Scheller
|
d27bcabc8b
|
tests: code coverage cleanup
|
5 years ago |
Igor Scheller
|
395f6706d6
|
Message: Add coverage, fix method hints
|
5 years ago |
Michael Weimann
|
95adeca0ae
|
Add message model
|
5 years ago |
Igor Scheller
|
42721e9572
|
Added Schedule parsing and replaced old Fahrplan importer
Resolves #553 (Change Frab Import from xCal to XML)
Resolves #538 (Feature Request: Multi Frab Import)
|
5 years ago |
Igor Scheller
|
d6cb9c6258
|
Questions: Moved user tests to user and fixed attribute names, added @covers
|
5 years ago |
Michael Weimann
|
4f63bbbaac
|
Add Question model
|
5 years ago |
Michael Weimann
|
17192a2c41
|
Adapt code style to PSR-12
|
5 years ago |
Michael Weimann
|
26b8d2b921
|
Introduce the NewsComments model
|
5 years ago |
Igor Scheller
|
68afc74b03
|
Formatting to follow PSR-12
|
5 years ago |
Igor Scheller
|
b878740f80
|
News: Bug fixes, cleanup, comments & formatting
Use more magically available methods and properties
Fixed atom feed and stats not using the new model
|
5 years ago |
Michael Weimann
|
6534191d59
|
Migrate news to model class
|
5 years ago |
Igor Scheller
|
2cce967eb0
|
Tests: Replaced duplicates and formatting/cleanup
|
5 years ago |
Igor Scheller
|
109f112131
|
BaseModel: Removed methods as already provided by Eloquent Builder
|
5 years ago |
Igor Scheller
|
a514ba3adc
|
HasUserModel: Moved user method to trait
|
5 years ago |
Igor Scheller
|
e124b41977
|
Tests: TestCase: Initialize $this->app on every run
|
5 years ago |
Igor Scheller
|
b9cb7d57fd
|
Basic coverage tests of logger classes for 100% unit tests coverage
|
5 years ago |
Igor Scheller
|
79c92da8c1
|
Formatting
```bash
php-cs-fixer fix --allow-risky=yes --rules=@PSR2,psr4,mb_str_functions.php_unit_construct,php_unit_ordered_covers,trailing_comma_in_multiline_array --rules='{"array_syntax": {"syntax":"short"}}' [tests/|src/]
```
|
6 years ago |
Igor Scheller
|
c74fa7955d
|
phpunit: Upgrade to version 8, fixed tests, formatting
Use `dms/phpunit-arraysubset-asserts` after `assertArraySubset` got deprecated
|
6 years ago |
Igor Scheller
|
b1d8fede46
|
user: allow up to 40 characters for dect numbers
closes #309 (EPVPN number in DECT field is shortened)
closes #529 (For dect numbers are only 5 digits allowed)
|
6 years ago |
Igor Scheller
|
8e62c4c52c
|
Added new user models
|
6 years ago |
Igor Scheller
|
63d1292bf8
|
Added EventConfig model
|
6 years ago |
Igor Scheller
|
c4867811e2
|
BaseModel: Added findOrNew
|
6 years ago |
Igor Scheller
|
104e4f4c43
|
Session: Added Symfony PDO backend
|
6 years ago |
Igor Scheller
|
ac48332166
|
Models: Added LogEntry model
|
6 years ago |