bison-paolo
e7be37708d
- Bug fix in MessageLib
...
- Now is possible to send a message to more recipients from FAS
- Can be used the variables substitution from FAS
2017-03-02 15:47:17 +01:00
bison-paolo
1c8a5bc836
- Removed message_model_old.php
...
- Bug fix in MessageLib
- Now is possible to send a message to more recipients from FAS
- Can be used the variables substitution from FAS
2017-03-01 16:12:56 +01:00
bison-paolo
d25829fe18
Method getAvailableReihungstestByPersonId of model Studiengang now is
...
working with the groups
2017-02-17 15:23:55 +01:00
oesi
03e97199f6
Removed Legacy Scripts
2017-02-10 13:33:51 +01:00
oesi
d2298ae52a
- Moved Database Changes from Migrations to dbupdate_3.2.php
...
- Changed Column statusgrund_kurzbz to statusgrund_id
2017-02-06 20:24:23 +01:00
bison-paolo
ff8693ec95
Changed the order in method getAvailableReihungstestByPersonId
2017-02-03 12:05:44 +01:00
bison-paolo
76046c6b94
- Bugfix Reihungstest controller
...
- Bugfix method getCountUnreadMessages in Recipient_model
2017-02-02 12:03:23 +01:00
bison-paolo
fac1b77681
Added method getAvailableReihungstestByPersonId
2017-01-31 11:59:11 +01:00
bison-paolo
ecc10431fe
Added method getLastStatuses to Prestudent model and controller
2017-01-13 17:59:58 +01:00
bison-paolo
fb9f4e046b
Added getAppliedStudiengang method
2016-12-23 12:03:49 +01:00
bison-paolo
603ccd1793
Added method getAkteAcceptedDms
2016-12-21 17:50:03 +01:00
bison-paolo
b99123efc6
Added method getCountUnreadMessages
2016-12-20 11:28:51 +01:00
bison-paolo
7f4a73b51d
ViewMessage controller does not require anymore the authentication
2016-12-14 12:13:23 +01:00
bison-paolo
0a19cbfba4
- Changed the routes used to call the controllers, now accept also
...
capital names
- Now method getStudiengangBewerbung of controller Studiengang returns
also data relative to the table lehre.tbl_akadgrad
- Fixes and enhancements of method loadTree of DB_Model.
2016-11-25 15:09:19 +01:00
bison-paolo
d96a0e98d5
- Fixed codeception test
...
- Updated the api test suite
- Added the script generate.php to automatically generate the test cases
for the controllers
2016-11-23 15:09:10 +01:00
bison-paolo
66afe6d8f9
Added new parameter nachreichbar to controller Dokumentstudiengang and
...
to model Dokumentstudiengang_model
2016-11-17 14:53:23 +01:00
Gerald Raab
3b76398a94
array cleanups
2016-10-25 13:54:46 +02:00
bison-paolo
5087826891
- phpC(d)I
...
- Renamed method chkRights to _isEntitled in model DB_Model
- Updated models where it was needed
2016-10-20 16:37:52 +02:00
bison-paolo
94ff30f24d
Merge branch 'ci' of https://github.com/FH-Complete/FHC-Core into ci
2016-10-17 17:08:03 +02:00
bison-paolo
f3b79cd731
- Added method chkRights to DB_Model
...
- Added method toPhp to DB_Model to convert array and boolean types from PostgresSQL to php
- Added method execQuery to DB_Model to execute a query (it calls toPhp)
- Added method pgsqlArrayToPhpArray to convert a pgsql array to php
- Updated DB_Model methods to using chkRights (and toPhp where it is needed)
- Removed methods escapeArray and _pgsqlArrayToPhpArray from controller APIv1_Controller
- Removed escapeArray from controllers Dokumentstudiengang and Dokument
- Updated models to use execQuery (and chkRights where it is needed)
2016-10-17 17:07:51 +02:00
Stefan Puraner
a495153a8b
changed order of db result
2016-10-17 15:26:19 +02:00
bison-paolo
a20bf91193
- Added functions isSuccess, isError and hasData in message helper
...
- Updated the code using these new functions
2016-10-14 15:04:15 +02:00
bison-paolo
ea920d11d4
- Added private method _saveMessage in library MessageLib
...
- Bug fixed in model Studiensemester_model
- Config property send_immediately set to false, default value
2016-10-14 11:32:17 +02:00
bison-paolo
8e0ca12deb
- All permission functionalities now are in the library PermissionLib
...
- All return messages functions are in the message helper and it is loaded by the core classes
- Added the missing constant FHC_NOPK
- Updated all the interested classes with the new permission method
- Updated all the interested classes with the new return message functions
2016-10-13 17:53:12 +02:00
bison-paolo
40f51d035f
- Added method postSetAcceptedDocuments to controller Dokumentprestudent
...
- Added method setAcceptedDocuments to model Dokumentprestudent_model
2016-10-13 14:35:39 +02: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
bison-paolo
3d4167c39f
Changes to manage the specialization of a prestudent:
...
- Added method getSpecialization to controller Prestudent
- Added method postRmSpecialization to controller Prestudent
- Added method postSpecialization to controller Prestudent
- Added method getSpecialization to model Notiz_model
- Added method rmSpecialization to model Notiz_model
- Added method addSpecialization to model Notiz_model
2016-10-11 16:56:12 +02:00
bison-paolo
ffb5cb50ca
Changes in method getAktenAccepted of controller Akte and model Akten_model
2016-10-11 14:12:38 +02:00
bison-paolo
dfcb7ac2bd
- Added new method getAktenAccepted in the Akte controller
...
- Added new method getAktenAccepted in the Akte model
2016-10-11 13:16:18 +02:00
bison-paolo
a2c38c67a0
Method getStudiengangBewerbung of model Studiengang_model now is getting only active studienplaene
2016-10-07 10:46:08 +02:00
bison-paolo
bfaf901550
- Added new template for plain text email
...
- Renamed template for html email mail.php -> mailHTML.php
- Changed method getMessageByToken of Recipient_model for getting only the last message by token
- Changed method getMessages of Recipient_model for getting event the token
- Changed method send of library MailLib to add the possibility to send an alternative plain text
body for a html mail
- Changed library MessageLib to add the possibility to send emails in html/text format to inform
the users about new messages
- Added method toHTML to controller Messages
- Added new configuration entries in message.php
- Added new view messageHTML.php
2016-10-06 16:27:04 +02:00
bison-paolo
124535cbc7
Fix
2016-09-29 10:39:12 +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
21892e1ed4
Method getMessagesByPerson of model Recipient_model now returns only the latest status of a message
2016-09-26 14:50:42 +02:00
bison-paolo
a90adbda72
Task #404 : GUI zum Schreiben von Nachrichten im FAS: 3rd part
2016-09-26 13:08:03 +02:00
bison-paolo
3009a03eac
Task #404 : GUI zum Schreiben von Nachrichten im FAS: 2nd part
2016-09-26 12:10:31 +02:00
bison-paolo
1fe6ec5ccc
Task #404 : GUI zum Schreiben von Nachrichten im FAS
2016-09-23 17:38:02 +02:00
oesi
45c87db9b8
Added additional API Function to get current Bewerbungstermine
2016-09-08 17:48:20 +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
0b5644d6f1
- Added method getStudiengangBewerbung to controller Studiengang2
...
- Renamed method loadList to loadTree
- Improved method loadTree
- Added method getStudiengangBewerbung to model Studiengang_model
2016-09-06 15:52:34 +02:00
bison
939ca288fc
- Cleaned the controllers by moving the database related code and more complex logic
...
in the models or libraries
- DmsLib bug fix
- Person_model bug fix
2016-08-31 14:15:39 +02:00
bison
3823f7f1d1
Now when inserting a new person with the same svnr, it will be created a new version of the svnr: <svnr> + "v" + <counter>
2016-08-30 13:52:40 +02:00
bison
fbed4b2261
- Added new library ReihungstestLib
...
- Added method isEntitled to FCH_Model
- Cleaned the controllers by moving the database related code in the models or libraries
2016-08-30 12:26:22 +02:00
bison
7e71681d26
- Added method loadList to model DB_model
...
- Added method getStudienplan to model Studiengang_model
- Changes in method getStudiengangStudienplan of controller Studiengang2
2016-08-26 14:21:04 +02:00
bison
59b5d76e44
- Fixed logic in method postDms of controller Dms, now is it possibile to
...
insert a new version for a dms
- Fix method getMessagesByPerson of model Message_model, now is not showing messages with status 3
2016-08-25 13:18:11 +02:00
bison
7b99d7ead3
- MessageLib fix: if sending an email fails inside of method sendMessageVorlage,
...
it will no longer rolls back the database
- Added parameter all in method getMessagesByPerson of model Message_model
2016-08-25 09:52:00 +02:00
bison
d6664e74c5
- Added element email_send_immediately in configuration array in mail.php
...
- Renamed sendOne to sendEmail
- Added new method sendOne
- Added $message_id parameter to method getMessages of model Recipient_model
2016-08-24 13:38:47 +02:00
bison
011dbb980f
Changes in method getMessagesByPerson of model Message_model
2016-08-23 14:28:43 +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
Stefan Puraner
4036f5f7cd
Merge branch 'ci' of https://github.com/FH-Complete/FHC-Core into ci
2016-08-08 11:17:15 +02:00