Paolo
a0eb6b0eba
- Added method setReadMessageStatusByToken to MessageToken_model
...
- Now the method toHTML of the controller ViewMessage is calling also
the method setReadMessageStatusByToken of model MessageToken_model
2017-03-30 16:27:14 +02:00
Paolo
9dc9a712c4
- Moved file to manage vorlage into subdir vorlage
...
- Updated sprache, orgform, organisationseinheit and vorlage to the new
widget
- Changed method getRecursiveList of model Organisationseinheit_model
- Updated vilesci_menu_main.inc.php
- Changed method loadDropDownView of WidgetLib: if a selected value is
not given, by default it is set as HTML_DEFAULT_VALUE
- Updated all the affectd files
2017-03-29 16:57:29 +02:00
Paolo
1f65f7737c
- Splitted Usersfilters_widget in:
...
- Aufnahmegruppe_widget
- Reihungstest_widget
- Studiengang_widget
- Studiensemester_widget
- Stufe_widget
- Renamed /system/Users controller to system/aufnahme/PrestudentMultiAssign
- Added method getPrestudentMultiAssign to Prestudent_model
- Changed WidgetLib to allow to set the name and the id html attributes
of a widget
2017-03-24 16:39:50 +01:00
Paolo
2711430eb9
- Renamed TemplateLib to WidgetLib
...
- Updated controllers and views to use WidgetLib
- Removed TempleteLib from autoload config file
- Removed loading of session library from FHC_Controller (already
present in the autoload configuration file)
2017-03-23 12:25:58 +01:00
Paolo
50f7531fa6
system/Users: saving stufe and gruppe via ajax
2017-03-22 17:21:10 +01:00
Paolo
1615470a8f
Third version of the VileSci interface that allows easily to add more prestudent
...
to a group or change their stufe
2017-03-21 18:29:25 +01:00
Paolo
b8830667cd
Second version of the VileSci interface that allows easily to add more prestudent
...
to a group or change their stufe
2017-03-17 17:31:52 +01:00
Paolo
e4151e0905
First version of the VileSci interface that allows easily to add more prestudent
...
to a group or change their stufe
2017-03-17 11:54:02 +01:00
bison-paolo
b14b1d6eec
Bugfix: get the organisation unit from DB
2017-03-08 14:24:23 +01:00
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
oesi
a16b1a7fa8
Allow DBTools only from CLI
2017-02-13 11:48:15 +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
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
1ccc8a8a6f
Enhancement of method _validate of controller Person
2017-01-26 11:32:04 +01:00
bison-paolo
59ab63ace2
Enhancement of method _validate of controller Person
2017-01-25 15:13:57 +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
729b4930bd
Message system bugfixes
2016-12-15 15:59:11 +01:00
bison-paolo
ad204604b1
Fix
2016-12-15 12:00:59 +01:00
bison-paolo
637f8d9770
Bugfix
2016-12-14 15:23:43 +01:00
bison-paolo
ebc13b77bb
Changed the logic to send messages via email
2016-12-14 15:13:20 +01:00
bison-paolo
7f4a73b51d
ViewMessage controller does not require anymore the authentication
2016-12-14 12:13:23 +01:00
bison-paolo
4f288b45b5
Bugfixx
2016-12-14 11:27:00 +01:00
bison-paolo
4b16accd33
Added new parameter multiPartMime to method postMessageVorlage of
...
controller Message
2016-12-14 11:00:49 +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
bison-paolo
56901b51d2
Removed XSS filter from system/Phrases controller
2016-11-16 14:46:03 +01:00
bison-paolo
2a0cd525dd
- Updated codeception test cases
...
- Fixed controllers
- Removed unused controller Thread
2016-11-15 17:00:01 +01:00
bison-paolo
39b4c8057d
Removed _parseData workaround
2016-10-19 14:49:54 +02:00
bison-paolo
7c1d0bb58a
Controller Person _validate method updated
2016-10-18 10:43:05 +02:00
bison-paolo
9e7f9a7fe5
Added new controller Statusgrund
2016-10-17 17:11:31 +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
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
f8c70df0bc
- Renamed PCRMLib to CallerLib :(
...
- Splitted the controller PCRM in two different controllers: CallerLibrary and CallerModel
2016-10-14 13:33:22 +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
56cb58ca5e
Removing parameter "accepted" when saving an akte
2016-10-12 11:07:22 +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
318787b195
Merge branch 'ci' of https://github.com/FH-Complete/FHC-Core into ci
2016-10-11 13:17:21 +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
Stefan Puraner
7b7039d9bc
added workaround to convert pgsql arrays to php arrays to another method
2016-10-11 12:16:08 +02:00
bison-paolo
0465c1639f
Added a workaround to convert pgsql arrays into php arrays
...
Affected controllers: Dokument and Dokumentstudiengang
2016-10-10 16:14:48 +02:00
bison-paolo
1fed18dd9b
- Added Redirect controller to redirect from the link present in the email to
...
the page for viewing the message
2016-10-07 12:00:59 +02:00
bison-paolo
00143e4c38
Now the statusgrund interface loads only enabled languages
2016-10-06 16:34:58 +02:00