ProjectManager 2.3
After being busy with university and thus a development break I found some time to work on ProjectManager. The new release fixes a major bug with form fields. Further I have implemented alternative texts for URL and E-Mail fields. Here’s an example:
www.google.de|Google
will output
<a href=”http://www.google.de” target=”_blank”>Google</a>
Same rule applies for E-Mail fields. Inserting it as follows
example@example.com|E-Mail
will give
<a href=”mailto:example@example.com”>E-Mail</a>
Additionally I have added a new formfield for file uploads, also with some nice icons depending on the file type. Fileupload is not AJAX enabled. Besides some minor bugs were fixed.



