kindlm
98b8cd450d
Merge branch 'ci' of https://github.com/FH-Complete/FHC-Core into ci
2016-07-28 11:12:37 +02:00
kindlm
b998a42b87
Reihungstestverwaltung
...
- Studiensemester
- Stufen
- Aufteilung der BewerberInnen
- Raumzuordnung
- Aufsichtspersonen
2016-07-28 11:12:32 +02:00
paolo
fd826ae1fe
Extended codeception tests
2016-07-27 19:09:42 +02:00
oesi
f4d1edf808
Bugfixes für Dokumentenakt
2016-07-27 17:28:19 +02:00
Andreas Moik
6d0f5d2bec
Dokumentenakt
2016-07-27 17:18:38 +02:00
oesi
4edc917b3d
Menüpunkt für Bewerberakt hinzugefügt
2016-07-27 16:52:04 +02:00
paolo
13145fd696
Color it!!!
2016-07-27 16:49:49 +02:00
paolo
9ed193d9b8
Moved methods getLastStatus from Prestudent to Prestudentstatus
2016-07-27 14:28:10 +02:00
paolo
11960628c0
Fixed method getMessagesByToken
2016-07-27 14:16:10 +02:00
paolo
3599294237
Added method getLastStatus to controller Prestudentstatus
2016-07-27 13:50:07 +02:00
paolo
763eaa6592
Added migration script 013_akte.php
2016-07-27 13:36:45 +02:00
paolo
cec2bb1a27
- Added field status in the primary key array of model MsgStatus_model
...
- Changes in the logic of the messaging system, now every message status
is a new entry in the table tbl_msg_status
2016-07-27 13:27:55 +02:00
paolo
d3bc72539a
- message_helper.php fixed
...
- Changes in the logic of sending email
2016-07-26 18:19:13 +02:00
paolo
6eec1ba0b7
- Added method addUniqueKey, addCommentToColumn, addCommentToTable and grantSequence to MigrationLib
...
- Ported script 008_message.php to MigrationLib
- Added fields sent and sentinfo to tbl_msg_recipient
- Changes to 012_bewerbungsfrist.php to be phpcs compliant
2016-07-26 17:28:01 +02:00
paolo
88a395b31e
Bug fixes
2016-07-25 19:27:04 +02:00
paolo
d0d9b897eb
Created all basic test cases for codeception
2016-07-25 17:21:39 +02:00
paolo
150a7863d6
Integrated LogLib into MessageLib
2016-07-25 11:07:06 +02:00
paolo
8f55f11346
- config.php: Set log_threshold to 1 to avoid the log to be too verbose
...
- Added a basic log library based on CI
2016-07-25 10:56:05 +02:00
paolo
85fa18397c
Disabled phpcs
2016-07-22 16:48:21 +02:00
paolo
ec4b13f100
Integrated a system to send messages via email based on CI
2016-07-22 16:09:04 +02:00
Stefan Puraner
3ee3282e5a
Merge branch 'ci' of https://github.com/FH-Complete/FHC-Core into ci
2016-07-21 14:22:21 +02:00
Stefan Puraner
b11f8e8b8f
fixed bug
2016-07-21 14:19:38 +02:00
kindlm
e50f644cb6
Merge branch 'ci' of https://github.com/FH-Complete/FHC-Core into ci
2016-07-21 11:38:46 +02:00
kindlm
1a1d2de72c
Reihungstestverwaltung Aufnahmestufen
2016-07-21 11:38:39 +02:00
paolo
178b15315f
Slightly better performance
2016-07-19 17:33:27 +02:00
paolo
0eaf360140
Added parameters aktiv and onlinebewerbung to method getByStudiengangStudiensemester of controller Bewerbungstermine
2016-07-19 17:04:44 +02:00
paolo
42dabba56e
Merge origin/ci into ci
2016-07-19 16:03:20 +02:00
paolo
8899a162fd
Added method getByStudiengangStudiensemester to controller Bewerbungstermine
2016-07-19 16:03:08 +02:00
Stefan Puraner
19e63622d7
fixed typo
2016-07-19 15:57:16 +02:00
paolo
5b1ad70677
Merge origin/ci into ci
2016-07-19 15:32:30 +02:00
paolo
e580df583a
Added method getStudiengangStudienplan to controller Studiengang
2016-07-19 15:32:14 +02:00
Stefan Puraner
325608ff6f
fixed typo in method name
2016-07-19 11:25:52 +02:00
paolo
ad1ada800c
Added method getDokumentstudiengangByStudiengang_bz to controller Dokumentstudiengang
2016-07-19 10:31:58 +02:00
paolo
ed6152dc46
- Improved MigrationLib
...
- Moved 010_vorlage migration script to new lib
2016-07-15 17:17:12 +02:00
paolo
15a1eb2afd
- Improved MigrationLib
...
- Improved migration script 011_reihungstest
- Added migration script 012_bewerbungsfrist
2016-07-15 14:57:57 +02:00
paolo
2568d8f912
- Removed the parameter "sprache" from controller Message
...
- Added method escape to class DB_Model
- Changed method sendMessageVorlage of MessageLib to send messages trying
to use the same language of the receiver, and improved message errors
- Added OrganisationseinheitLib to handle a recursive search using in the
organisation tree
- Removed from PhrasesLib the method loadVorlagetext because is already
present in VorlageLib
- Changed method loadVorlagetext of VorlageLib, now it searches the template
using the organisation tree
- Added method getOneLevel to model Organisationseinheit_model to get one
level of the organisation tree
2016-07-15 13:38:09 +02:00
paolo
c0bf5a544f
Added method postDelReihungstest() to controller Prestudent
2016-07-13 10:13:19 +02:00
Paminger
ed6f9fa676
Sprache bei Templatetext
2016-07-13 07:56:19 +02:00
paolo
483d133fc1
Added parameter "sprache" to method postMessageVorlage of controller Message. It's required.
2016-07-12 11:27:58 +02:00
paolo
6f3a02abe2
Fixed method addColumn. Now it checks correctly if a column exists.
...
The method provided from CI (db->field_exists) is not reliable.
2016-07-12 10:52:43 +02:00
paolo
d6ab664a33
- phpC(dis)I fixes IV
2016-07-11 18:31:11 +02:00
paolo
9756ce6b14
- phpC(dis)I fixes III
2016-07-11 18:23:59 +02:00
paolo
1e53cbde71
Merge origin/ci into ci
2016-07-11 17:21:10 +02:00
paolo
bc331e10ad
- phpC(dis)I fixes II
2016-07-11 17:18:49 +02:00
Paminger
364ca5ed72
Sprache bei Vorlagentext
2016-07-11 16:52:00 +02:00
paolo
d58ba92b15
- phpC(dis)I fixes
2016-07-11 13:35:12 +02:00
Gerry Raab
53cfa9eb9c
get user messages
2016-07-09 03:06:54 +02:00
paolo
268130756e
Merge origin/ci into ci
2016-07-08 15:37:36 +02:00
paolo
91ad613884
- Try fixing phpC(dis)I
2016-07-08 15:37:02 +02:00
oesi
3fffad9d77
Problem behoben bei dem der Verbands Tree nicht geladen wurde wenn Sonderzeichen in Studiengängen oder Gruppen enthalten waren
2016-07-08 08:37:05 +02:00