2013-09-05 00:31:29 +00:00
|
|
|
-Make Permission www dependend, so it can be implemented in drupal with hook_permission();
|
2013-09-05 19:33:11 +00:00
|
|
|
-in helpers make_folders mkdir($value); should be drupal_mkdir();
|
2013-09-09 01:47:32 +00:00
|
|
|
-fix the callback in add_user_to_sgroup.php and show_sgroup.php in the func dir
|
2013-09-13 22:39:03 +00:00
|
|
|
-put mycrypt stuff from func/modify_email_of_sgroup in the setPassword itself.
|
2013-09-20 00:41:57 +00:00
|
|
|
-fix the error paths by making them use the ingame_path & outgame paths too
|
|
|
|
|
|
|
|
module related:
|
|
|
|
-put the install.php stuff into the module.install file
|
|
|
|
-add extra data fields that can be changed like the gender, country
|
|
|
|
|