fantu
2008-11-15 e1f106801baae6017635191f858daf6cc426b0a6
TODO.txt
@@ -10,8 +10,8 @@
Installer
--------------------------------------
- Add a cronjob that runs the script server/cron_daily.php once every
  night during installation to the root crontab.
- Load and update system config from file into sql database during installation.
- Add a function to let a server join a existing installation.
Server
@@ -32,7 +32,7 @@
DNS module
--------------------------------------
- Add some kind of whizard to create DNS records easily. The idea is to have some
- Add some kind of wizard to create DNS records easily. The idea is to have some
  kind of template(s) to create all needed A and MX records defined in the template
  with one click and the user has just to enter IP, domain, nameserver and select the
  template that he wants to use.
@@ -43,14 +43,11 @@
- Add a firewall configuration form. Any suggestions for a good firewall
  script that runs on many linux distributions, or shall we stay with bastille
  firewall thet is used in ISPConfig 2?
  firewall that is used in ISPConfig 2?
Clients module
--------------------------------------
- Add the ability that Clients can add clients (Reseller functionality)
  Task assigned to: Till
Sites (web) module
@@ -59,9 +56,8 @@
- Add a function to the Sites module to create SSL certificates or upload
  existing SSL certs and SSL chain files. It might be a good idea to add
  this as a new tab named "SSL" to the exiting domain settings form.
- Add a "httpd includes" field to the options tab of the domain settings form
  like it is implemented in ISPConfig 2.
- Make sure that changes in the domain name do not break the configuration.
BE-Designer module
@@ -70,11 +66,25 @@
WARNING: Please do not use the BE Designer at the moment, the serializing function
of the module editor may break some of the existing modules.
- Add a language file editor.
Remoting framework
--------------------------------------
Interface
--------------------------------------
- Enhance the list function to allow soorting by column
- Enhance the paging in lists (e.g. like this: [1 2 3 4 ... 10])
- Use graphical Icons in the lists for on / off columns.
- Add a graphical delete button to the lists.
General tasks
--------------------------------------
- Add, extend or modify comments in PEAR syntax so that they can be read with phpdocumentor.
- Add a function to prevent brute force password attacks to the login script. E.g. by
  logging all login attempts and allowing only 5 logins every 15 minutes.