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
cfc34e91e1
VorlageLib->loadVorlagetext now is searching for a parent template
...
without the orgform parameter
2017-01-24 15:43:36 +01:00
oesi
fb79e7a130
Added PORT to Database System Config
2017-01-23 11:52:12 +01:00
bison-paolo
ecc10431fe
Added method getLastStatuses to Prestudent model and controller
2017-01-13 17:59:58 +01:00
bison-paolo
bacf34779e
Merge branch 'ci' of https://github.com/FH-Complete/FHC-Core into ci
2016-12-23 12:04:19 +01:00
bison-paolo
fb9f4e046b
Added getAppliedStudiengang method
2016-12-23 12:03:49 +01:00
Gerald Raab
ca051b262e
Mailbody
2016-12-22 11:41:05 +01:00
bison-paolo
b430b34e0a
Merge branch 'ci' of https://github.com/FH-Complete/FHC-Core into ci
2016-12-21 17:50:28 +01:00
bison-paolo
603ccd1793
Added method getAkteAcceptedDms
2016-12-21 17:50:03 +01:00
oesi
8ea63d04a6
Testtool, Auswertung und Reihungstestadministration benutzen nun die neuen Reihungstestanmeldetabelle
2016-12-20 12:38:36 +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
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
Andreas Moik
c4ed2d05f1
- removed forgotten break
...
- restored feature 'delete person'
2016-11-23 16:26:58 +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
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
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
3e618a991b
Now loads only the templates with text/html as mime type
2016-11-11 16:04:48 +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
f13985620c
Bug fix in method loadVorlagetext
2016-11-10 16:12:54 +01:00
Gerald Raab
457f50705f
array 2 str bug
2016-11-04 14:36:35 +01:00
Gerald Raab
2d2c236391
bugfix obj/arr-problem
2016-11-04 13:52:55 +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
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
5e09025602
Updated interface to manage statusgrund
2016-10-17 17:54:28 +02:00
bison-paolo
9e7f9a7fe5
Added new controller Statusgrund
2016-10-17 17:11:31 +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
19ff69110d
Bug fix: debug email is also used for CC and BCC
2016-10-14 18:02:58 +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
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
9effd11fcd
Moved the assistent function name in the message config file
2016-10-13 17:57:19 +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
4ace90adc7
Added the capability to use a debug email address for receiving all the
...
sent emails
2016-10-12 16:53:45 +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