From 3715026a9cb67dcb765d39a236912ca80918101d Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Fri, 25 Jul 2003 21:43:01 +0000 Subject: [PATCH] =?utf8?q?Se=20limpia=20un=20poco=20el=20c=C3=B3digo=20y?= =?utf8?q?=20actualiza=20la=20TODO.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Makefile | 3 +++ TODO | 2 +- lib/AI/Sistema.php | 4 +--- sistema/www/index.php | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) 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'], '/'); -- 2.43.0