tbrehm
2012-06-11 897af06af9522ded99b1e0f46730299e89856ffe
TODO.txt
@@ -6,6 +6,11 @@
Please feel free to edit this file, add new tasks,
remove done tasks or assign yourself to a task.
Form Validators
--------------------------------------
ISIPV4 does a manual check, PHP5 now has FILTER_VALIDATE_IP, FILTER_FLAG_IPV4 which may be better.
There also will be a time to add ISIPV6 or ISIPADDR to validate for IPv6 or both
Installer
--------------------------------------
@@ -18,6 +23,7 @@
- Add a backend plugin to configure network card settings. The IP address
  settings are stored in the server_ip table.
-- This works now on Debian Squeeze (Lenny too I would guess) 2011-06-28
Mail module
@@ -28,15 +34,8 @@
  server/cron_daily.php
- Show mail quota usage in the interface. This is started for Dovecot and
  requires testing
DNS module
--------------------------------------
- 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.
-- Functional on Debian Squeeze with newer Dovecot 2011-06-28
-- Needs more cross platform support
Administration module
@@ -45,7 +44,21 @@
- 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 that is used in ISPConfig 2?
-- There are a few options here. Some are already started. I (lathama) would
   like to look at a pure IPTables (firewall_iptables) which can allow for
   other modules.
-- Note: make sure to not interupt fail2ban
-- Note: I'd love a pure iptables firewall as well. I've made such a script for
   my work, which uses a simple config file to open/close ports and support for
   ip exclusions. I think we could use it as a base to start with, it's up on the dev forum
   url: http://www.howtoforge.com/forums/showthread.php?p=261311 (Mark_NL)
--- The complete PHP IPTables script is currently working on my test platform.
   I am developing a wizard and a method of reporting if the rules in the database
   and the running rules do not match.  This is taking a lot of effort to effectivly
   "bend over backwards" to allow both the ISPConfig admin and the system admin
   to work with the rules.  This will work with all distros and most any version.
   Most of the code is in trunk now.
      lathama...  lathama@gmail.com
Clients module
--------------------------------------
@@ -57,6 +70,7 @@
- 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.
-- This exists to some extent, review
- Make sure that changes in the domain name do not break the configuration.
@@ -80,9 +94,11 @@
- Enhance the list function to allow sorting 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.
  CSS icons are also an option.
  CSS icons are also an option. lathama 2011
   http://nicolasgallagher.com/pure-css-gui-icons/
- Add a graphical delete button to the lists.
  CSS icons are also an option.
  CSS icons are also an option. lathama 2011
   http://nicolasgallagher.com/pure-css-gui-icons/
  
General tasks
@@ -90,3 +106,7 @@
- Add, extend or modify comments in PEAR syntax so that they can be read with
  phpdocumentor.
- Doxygen might be a good idea (phpdocumentor looks nice but no active development)
-- http://drupal.org/node/1354 may have some good ideas.
-- http://engineeredweb.com/blog/10/9/4-reasons-consider-doxygen-over-phpdocumentor