Commit graph

21 commits

Author SHA1 Message Date
INOPIAE
4edd7b57c0 bug 1396: Codestyle cleanup 2015-08-09 22:23:21 +02:00
Benny Baumann
ce38587c84 bug 1396: Normalize Linefeed to Unix format in Repository 2015-08-09 22:11:50 +02:00
INOPIAE
c28a5e261f bug-1390: added escaping wit htmlspecialchars function and encoding UTF-8 2015-07-22 22:19:09 +02:00
INOPIAE
acad82ef82 bug 1390: added quoted_printable_decode to make sure that the encoding of the mail is shown correct. 2015-07-22 20:35:19 +02:00
Michael Tänzer
3bda116c08 Also apply the __toString fix to UserInfo
Signed-off-by: Michael Tänzer <neo@nhng.de>
2012-04-29 23:08:54 +02:00
Michael Tänzer
d8de88890f __toString() throws a fatal error if it takes arguments in PHP 5.3
Signed-off-by: Michael Tänzer <neo@nhng.de>
2012-04-29 23:06:03 +02:00
Michael Tänzer
582357352c Doh, copy and paste error
Signed-off-by: Michael Tänzer <neo@nhng.de>
2011-07-05 19:21:06 +02:00
Michael Tänzer
118cf4383e Implement batch assurance.
Fixes bug 944

Signed-off-by: Michael Tänzer <neo@nhng.de>
2011-07-05 18:54:19 +02:00
Markus Warg
1a0d0c99c3 add view own mails, view all mails (admin role required)
add email delete
2010-07-07 09:41:44 +02:00
Michael Tänzer
46d228ccc3 Add the Set Flags feature
Signed-off-by: Michael Tänzer <neo@nhng.de>
2010-07-06 18:16:10 +02:00
Michael Tänzer
5e39c30e12 New assurer challenge feature
Signed-off-by: Michael Tänzer <neo@nhng.de>
2010-07-01 18:52:43 +02:00
Michael Tänzer
93f7bf20f6 New admin increase feature
TODO: Add to the menu somewhere
TODO: Test ;-)

Signed-off-by: Michael Tänzer <neo@nhng.de>
2010-06-29 20:00:03 +02:00
Michael Tänzer
e93cdd861d New manage-account/index view
Signed-off-by: Michael Tänzer <neo@nhng.de>
2010-06-28 17:40:37 +02:00
Michael Tänzer
73761fe863 Rename AddPoints to ManageAccount
The controller will contain all actions required to manage the test account

Signed-off-by: Michael Tänzer <neo@nhng.de>
2010-06-28 17:30:31 +02:00
Michael Tänzer
a1f716c45f Restructure to have the index action present an overview
The index action should display an overview over the available actions

Signed-off-by: Michael Tänzer <neo@nhng.de>
2010-06-28 16:13:14 +02:00
Michael Tänzer
4af9e0a9bb Add view for add-points/assurance
Signed-off-by: Michael Tänzer <neo@nhng.de>
2010-04-29 20:42:37 +02:00
Michael Tänzer
c0b9257511 Construct and display the AddPoints view
* define input form (draft)
* create the view and make it display the form
* add a link to the view in the topNav

Signed-off-by: Michael Tänzer <neo@nhng.de>
2010-04-26 20:57:27 +02:00
root
9be3447231 formatting of mail body 2010-04-15 11:35:12 +02:00
Markus Warg
2597013887 list mails, read mails
fix smaller issues in imap class
mail controller
list contents of mailbox
read mails
2010-04-14 16:29:09 +02:00
Markus Warg
ae053ad037 imap class / mail controller
add imap class to access captured emails
add mail controller to framework (display content)
2010-04-14 15:20:40 +02:00
Markus Warg
4f4c5ce3cc initial setup of framework code
enabled features
* login
* crt login
* top / left menu
* logging
* db layer
2010-03-31 16:43:49 +02:00