Commit Graph

32 Commits

Author SHA1 Message Date
Paolo ee3998f62e - Changed system/dbupdate_3.3.php to create table system.tbl_filters and what its needed
- Added model system/Filters_model to manage system.tbl_filters
- Removed method execQuery from model system/UDF_model
- Added property executedQueryMetaData to DB_Model
- Added property executedQueryListFields to DB_Model
- Added method getExecutedQueryListFields to DB_Model
- Added method getExecutedQueryMetaData to DB_Model
- Added method execReadOnlyQuery to DB_Model to execute read only queries from outside a model
- Changed DB_Model method _toPhp to store infos about an executed query into properties executedQueryMetaData and executedQueryListFields
- Updated library UDFLib to use execReadOnlyQuery
- Added widget FilterWidget to render and manage a filter into VileSci
- Added views widgets/filter/selectFields, widgets/filter/selectFilters and widgets/filter/tableDataset used by FilterWidget
2017-11-22 12:08:54 +01:00
Andreas Österreicher 60a9afc4fb Tabelle extensions zu Tabellenprüfung hinzugefügt 2017-11-17 09:24:15 +01:00
Andreas Österreicher 7d04f8a9b2 Fixed Typo 2017-11-17 09:13:35 +01:00
Paolo 6b9875f5b9 Better SQL statements to create tbl_extensions in system/dbupdate_3.3.php 2017-11-15 15:09:13 +01:00
Paolo 56e68f6809 Fixed ALTER SEQUENCE system.tbl_extensions_id_seq OWNED BY in system/dbupdate_3.3.php 2017-11-15 14:45:19 +01:00
Manfred Kindl 8aaa7952f5 Merge remote-tracking branch 'origin/master' 2017-11-14 17:35:30 +01:00
Manfred Kindl 783c98a909 Neue Funktion get_highest_content_version 2017-11-14 17:16:35 +01:00
Paolo 53da4b1f34 Added tbl_extension and related stuff to dbupdate_3.3 2017-11-14 14:19:47 +01:00
cris-technikum 27879509ef DB-columns added for Aufnahmetermin (tbl_rt_person)
. 4 DB columns added to tbl_rt_person (dbupdate_3.3.php)
     --> insertamum, insertvon, updateamum, updatevon
. Class reihungstest adapted to new columns (reihungstest.class.php)
. All other files concerned adapted to pass appropriate data
2017-11-02 13:00:46 +01:00
Andreas Oesterreicher 91e589df27 Fehlenden FK für testtool.tbl_pruefling hinzugefügt 2017-10-10 15:32:42 +02:00
Andreas Oesterreicher ec62250b41 Fehlende Tabellenspalten hinzugefügt
Tabellenspalten sind im Check jetzt in doppelten Hochkomma damit die Spalte "table" korrekt abgefragt wird
2017-09-25 08:10:39 +02:00
Paolo cd81bac7eb Added foreign keys for columns sprache, orgeinheit_kurzbz and orgform_kurzbz to table system.tbl_phrasentext 2017-09-07 14:05:45 +02:00
Paolo fceb9a8b09 Forgot an error_log in dbupdate_3.3.php :P 2017-08-29 15:07:26 +02:00
Paolo e908be8021 dbupdate_3.3.php: added foreign key tbl_phrasentext_sprache_fkey on
system.tbl_phrasentext.sprache that references to public.tbl_sprache.sprache
2017-08-29 15:05:00 +02:00
kindlm 31e21acd67 New columns in tbl_service
- Added columns design_uid, betrieb_uid and operativ_uid to tbl_service
2017-08-17 11:38:16 +02:00
Paolo f5d3f20ec7 Merge branch 'master' into udf 2017-08-03 15:37:37 +02:00
Andreas Oesterreicher 42960ffe20 Moodle-Integration aus FHComplete Core entfernt und in eigenes Addon
ausgelagert.
Support für Moodle 1.9 entfernt
2017-08-02 14:05:31 +02:00
Paolo 66de1e18f8 - Removed /core from URL
- If UDf are not set in DB UDF view will not display them
- Removed placeholder from multiple dropdown widget
- Dropdown widget has null value as placeholder
- Added permission system/udf to checksystem
2017-08-01 18:25:23 +02:00
Paolo 2c0ca4be98 Bug fix dbupdate_3.3 2017-06-28 12:41:57 +02:00
Paolo 9eb2ea854d Merge branch 'master' into udf 2017-06-28 12:07:41 +02:00
Paolo 2e12295ede Migration script 3.3:
- Creates table system.tbl_udf
- Adds column udf_values to tables tbl_person and tbl_prestudent in public
schema
2017-06-21 17:41:25 +02:00
kindlm 7b88e7052f Neues Attribut Onlinebewerbung im Studienplan 2017-06-08 10:03:09 +02:00
kindlm bbcb337c2c dbupdate 3.3 mini-bugfix 2017-05-10 10:08:21 +02:00
kindlm a7bf08af11 DB-Update Coodle und Studienplan
Coodle: Neue Spalten mailversand, teilnehmer_anonym und termine_anonym;
Studienplan: Neue Spalte onlinebewerbung_studienplan
2017-05-09 17:37:59 +02:00
oesi 6655c190ae Berechtigungsprüfung prüft jetzt zusätzlich ob der Benutzer aktiv ist 2017-03-31 17:44:34 +02:00
Gerry Raab bc9e513e2d Pruefungsanmeldung: add insertamum, display on Document 2017-03-29 02:53:38 +02:00
oesi a709301a56 Neues Attribut Final bei Projektarbeiten. Dieses definiert die letztgültige Projektarbeit die auch auf den Prüfungsprotokollen angedruckt werden soll. (Falls merere Semester zum fertigstellen der Arbeit benötigt wurden) 2017-03-21 08:27:40 +01:00
bison-paolo 129eeb69a8 - Changes in view vw_msg_vars: added orgform, typ and switched anrede
- Before sending a message it checks if the subject and the body are
present
2017-03-13 17:42:24 +01:00
bison-paolo b6ee7d97e6 View public.vw_msg_vars 2017-03-06 14:01:58 +01:00
oesi 3c8e815e5a - Anmerkung bei Adressen im FAS auf Name geändert damit dies mit der DB konform ist
- Anmerkung zu Adressen hinzugefügt
- Attribut Rechnungsadresse zu Adressen hinzugefügt
2017-02-22 18:25:07 +01:00
oesi 0155d21574 Berechtigungen für Web User für testtool.tbl_gebiet erteilt damit Gebiete erstellt werden können 2017-02-22 14:51:18 +01:00
oesi 57520c1ae4 - Versionsnummer korrigert
- Neues DB Update File erstellt
- Statusgrund bei Prestudentstatus hinzugefügt
- Editieren des Statusgrund im FAS hinzugefügt
2017-02-14 18:58:47 +01:00