rejo [Sat, 12 Jul 2008 13:44:34 +0000] rev 187
[feladat @ 296]
Fixed a number of errors for undefined variables.
rejo [Sat, 12 Jul 2008 13:15:50 +0000] rev 186
[feladat @ 294]
Update of SRV record validation. Now checks for a maximum number of characters of content field and allows dash in first label of content field. Closes #45.
rejo [Fri, 11 Jul 2008 08:59:07 +0000] rev 185
[feladat @ 293]
Added isset() check for commits.
rejo [Fri, 11 Jul 2008 08:02:01 +0000] rev 184
[feladat @ 292]
Fixed a number of undefined variable errors in PHP. Fixed an omission in r291.
rejo [Fri, 11 Jul 2008 07:44:10 +0000] rev 183
[feladat @ 291]
Bugfix. A user without the privilige to change the permission templates for users couldn't change user properties. Closes: #80.
rejo [Fri, 20 Jun 2008 12:21:03 +0000] rev 182
[feladat @ 290]
Fixed a couple of warnings on undefined variables and array indexes. Closes: #71.
peter [Wed, 18 Jun 2008 19:11:39 +0000] rev 181
[feladat @ 289]
Bugfix: In postgres an empty string ("") was is not automatically casted to 0. Because of this the use of integer is forced in the $db->quote() function. This fixes ticket:40.