From 7aa77304425db07d2dc71f31afe0a1754a16835f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 11 Jun 2008 19:09:26 +0000 Subject: [PATCH 1/1] TODO added --- .gitattributes | 1 + docs/TODO | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 docs/TODO diff --git a/.gitattributes b/.gitattributes index 18622e5..343d112 100644 --- a/.gitattributes +++ b/.gitattributes @@ -142,6 +142,7 @@ docs/COPYING.software -text docs/NEWS -text docs/README -text docs/THANKS -text +docs/TODO -text inc/.htaccess -text inc/classes.php -text inc/classes/.htaccess -text diff --git a/docs/TODO b/docs/TODO new file mode 100644 index 0000000..175ab2d --- /dev/null +++ b/docs/TODO @@ -0,0 +1,7 @@ +TODO: +===== + +- Hub and MXChange 0.3.0 must be ported to new framework changes: + + ClassLoader::includeAllClasses() removed + + FrameworkArrayObject::__construct($className) requires class name + + $this->generateUniqueId() replaces $this->createUniqueID() -- 2.39.2