bison-paolo
f7e0898cf4
Migration scripts updated and fixed
2017-03-06 14:49:30 +01:00
oesi
51e73ec883
removed migration files that where moved to checksystem
2017-02-07 09:36:08 +01:00
oesi
8ea63d04a6
Testtool, Auswertung und Reihungstestadministration benutzen nun die neuen Reihungstestanmeldetabelle
2016-12-20 12:38:36 +01:00
bison-paolo
278be4cc61
- Added migration script 020_dokumentstudiengang to add a new column
...
called nachreichbar
- Added property nachreichbar to class dokument into dokument.class.php
- VileSci->Wartung->"Dokumente Zuteilung" in now handling the field
nachreichbar
2016-11-16 16:30:39 +01:00
bison-paolo
857eef0ff6
application/migrations/002_pk_migrations.php now is using MigrationLib
2016-11-11 14:44:16 +01:00
bison-paolo
8025974438
Migration scripts, where it is possible, now are using MigrationLib
2016-11-11 11:16:27 +01:00
bison-paolo
ccb9daffaa
Automatically set as accepted all the uploaded documents
...
- Added migration script 019_dokumentprestudent.php
- Added method postSetAccepted to controller Dokumentprestudent
- Added method setAccepted to model Dokumentprestudent_model
2016-10-12 15:39:37 +02:00
oesi
fe42f54cd6
Fixed broken Datatype
2016-10-07 10:27:27 +02:00
bison-paolo
044cfb8819
Added grants to sequences in the migration scripts
2016-10-06 16:54:56 +02:00
bison-paolo
ad3c0b2d21
Migration script 018_status_grund.php fixed
2016-09-29 10:48:27 +02:00
bison-paolo
eea347394a
- Added new migration script 018_status_grund.php
...
- Added new permission "public.tbl_status_grund" in fhcomplete.php
- Manage statusgrund from vilesci
2016-09-27 15:11:25 +02:00
bison-paolo
1fe6ec5ccc
Task #404 : GUI zum Schreiben von Nachrichten im FAS
2016-09-23 17:38:02 +02:00
bison
3065b02512
- Added migration script to removing table lehre.tbl_bewerbungsfrist
...
- Added migration script to adding column studienplan_id and relative foreign key
to table public.tbl_bewerbungstermine
- Changed model Studiengang_model to use the new column in table public.tbl_bewerbungstermine
2016-09-07 12:15:02 +02:00
bison
bfe8d50772
- New migration script for changing chk_person_svnr constraint on table tbl_person
...
- Changed MigrationLib->execQuery for a better output
2016-08-30 15:43:21 +02:00
bison
d4edb54c4c
Added changes in migration scripts, new column zugangscode_timestamp
...
for table tbl_person
2016-08-19 15:29:15 +02:00
bison
f21db9531e
- Added new controller RtPerson
...
- Changed pk in model RtPerson
- Added grants for new sequence in migration script 011_reihungstest
2016-08-17 15:41:07 +02:00
bison
dd6ef9fdb1
Migration scripts and lib fixes
2016-08-16 17:09:30 +02:00
kindlm
5e4833bac5
Migration 011_reihunstest anpassungen
...
- Add Studienplan_id to testtool.tbl_ablauf
- Add Aktiv to testtool.tbl_frage
- Add Aktiv to testtool.tbl_vorschlag
- Add Bezeichnung_mehrsprachig to testtool.tbl_gebiet
- Typing error "stundenplan_id" corrected to "studienplan_id"
- New column rt_person_id with Primary-Key to tbl_rt_person
- UniqueKey on "person_id","rt_id","studienplan_id"
2016-08-09 13:58:39 +02:00
kindlm
591013e09a
Icons Reihungstestverwaltung, DB update
...
Spalte "arbeitsplaetze" in tbl_ort
2016-07-28 11:39:48 +02:00
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
763eaa6592
Added migration script 013_akte.php
2016-07-27 13:36:45 +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
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
Paminger
364ca5ed72
Sprache bei Vorlagentext
2016-07-11 16:52:00 +02:00
Paminger
03d84be366
Vorlagentexte
2016-07-07 09:26:40 +02:00
paolo
64b68c180f
- MigrationLib is now using, where it is possible, dbforge from CI
...
- 011_reihungstest.php migration script adapted to the new MigrationLib
2016-07-06 16:59:57 +02:00
paolo
eac6aae4f1
MigrationLib has a better output for HTTP or CLI
2016-07-05 17:54:26 +02:00
oesi
65613d2869
tbl_rt_person ort_kurzbz is now optional
2016-07-05 14:20:52 +02:00
oesi
385e17eff7
Added Foreign Key for UID Column
2016-07-05 09:58:34 +02:00
paolo
de7fc12c62
Changes in migration script 011_reihungstest
2016-07-04 17:57:14 +02:00
paolo
ba0e2bb7ff
MigrationLib to help with the migration procedure
2016-07-04 15:36:53 +02:00
paolo
9cce095e9b
- Added permissions for table public.tbl_rt_person
...
- Added method postAddReihungstest to controller Prestudent
- Added method getReihungstestByPersonID to controller Reihungstest
- Fixed tables structure in the migration script 011_reihungstest.php
- Added model RtPerson_model
2016-07-01 10:50:37 +02:00
paolo
ce3a2f26d3
Extended migration tool to allow the prestudenten to sign more reihungstests
2016-06-30 17:43:32 +02:00
Paminger
09787cca65
BugFix PhraseLib
2016-06-30 07:22:18 +02:00
Paminger
48655039ba
Move public.phrase to system.phrase and change phrase_inhalt to phrasentext
2016-06-29 09:32:51 +02:00
Paminger
9a44c818ea
FHC Helper
2016-06-29 08:41:02 +02:00
Paminger
6af45f99f6
BugFix
2016-06-29 08:08:06 +02:00
Paminger
4e6c1bd9fd
Dont set rights in Migration files
2016-06-29 08:05:57 +02:00
Paminger
b4fdd11686
BugFix
2016-06-29 08:00:29 +02:00
Paminger
0d55276bd2
Checkroles
2016-06-28 22:10:56 +02:00
paolo
38c98531ed
Fix: DBTools $seed_path property is now set in the constructor, APPPATH is not always replaced
...
Fix: Set the right value of seq_vorlagestudiengang_vorlagestudiengang_id before the insert
2016-06-23 12:29:58 +02:00
Paminger
4f14e7fa92
Messages Inbox Outbox
2016-06-23 10:28:26 +02:00
root
e2744500a6
Merge branch 'ci' of https://github.com/FH-Complete/FHC-Core into ci
...
Conflicts:
application/core/FHC_Controller.php
2016-06-21 16:31:06 +02:00
root
ca83b2f59d
phrases system
2016-06-21 16:25:55 +02:00
Paminger
834b119f9c
BugFix
2016-06-20 13:03:59 +02:00
Paminger
83540e068a
VorlageExtension
2016-06-18 11:32:29 +02:00
Gerald Raab
6574af6518
DB add tables for phrases
2016-06-16 12:10:11 +02:00
Paminger
850777476e
Message
2016-06-09 10:00:23 +02:00