From: Leandro Lucarella Date: Fri, 25 Jul 2003 21:43:01 +0000 (+0000) Subject: Se limpia un poco el código y actualiza la TODO. X-Git-Tag: svn_import~39 X-Git-Url: https://git.llucax.com/mecon/ai.git/commitdiff_plain/3715026a9cb67dcb765d39a236912ca80918101d Se limpia un poco el código y actualiza la TODO. --- diff --git a/Makefile b/Makefile index c61d490..8de1d9d 100644 --- a/Makefile +++ b/Makefile @@ -13,3 +13,6 @@ code-clean: clean-readme: find -name README | xargs svn rm + +fixme: + @egrep -nr 'FIXME |TODO |XXX ' * | grep -v .svn diff --git a/TODO b/TODO index 1cefc3d..982b28c 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,8 @@ $Id$ -- Ordenar todo mejor (index.php no da más). - Agregar links para agregar un elemento nuevo sin tener que tocar en el ícono de la sección que es poco intuitivo. - Ver que se hace con sistemas borrados de SAMURAI con baja lógica. - Resolver tema de JOIN con SAMURAI. - Hacer que filtre los no habilitados para gonzalo. +- Hacer subclase de ArbolDB al estilo de QuickForm. diff --git a/lib/AI/Sistema.php b/lib/AI/Sistema.php index 6211577..54260af 100644 --- a/lib/AI/Sistema.php +++ b/lib/AI/Sistema.php @@ -32,8 +32,6 @@ require_once 'AI/DBObject.php'; // ~X2C require_once 'AI/Error.php'; -// TODO - preguntar a gmeray si le sirve, yo no lo uso... -require_once 'SAMURAI/Sistema.php'; /** * Archivo de configuración. @@ -220,4 +218,4 @@ class AI_Sistema extends AI_DBObject { } // -X2C Class :AI_Sistema -?> \ No newline at end of file +?> diff --git a/sistema/www/index.php b/sistema/www/index.php index 438f132..81cd6a3 100644 --- a/sistema/www/index.php +++ b/sistema/www/index.php @@ -42,7 +42,7 @@ require_once 'MECON/Marco.php'; $marco = new Marco('../conf/Marco.php'); // }}} -// Averiguo si estoy administrando algún tipo de objeto. XXX - desafear {{{ +// Averiguo si estoy administrando algún tipo de objeto. {{{ $tipo = null; if (@$_SERVER['PATH_INFO']) { $tmp = ltrim($_SERVER['PATH_INFO'], '/');