From 6e0df7b212f1a721cf8df887c629b67957871225 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Mon, 7 Jul 2003 23:38:44 +0000 Subject: [PATCH 1/1] =?utf8?q?-=20Se=20pasan=20las=20librerias=20de=20loca?= =?utf8?q?les=20a=20generales.=20-=20Se=20eliminan=20el=20.htaccess,=20pre?= =?utf8?q?pend.php,=20sistema.php,=20noticias.php,=20=20=20servicios.php?= =?utf8?q?=20porque=20ahora=20todo=20est=C3=A1=20hecho=20en=20el=20index.p?= =?utf8?q?hp.=20-=20Se=20hace=20una=20primera=20implementaci=C3=B3n=20de?= =?utf8?q?=20la=20obtencion=20de=20la=20lista=20de=20=20=20sistemas=20del?= =?utf8?q?=20SAMURAI.=20-=20Se=20arreglan=20BUGs.=20-=20Se=20crean=20nuevo?= =?utf8?q?s=20BUGs.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- doc/uml.xmi | 88 +++++----- doc/xmi2code.config | 7 +- sistema/local_lib/AIDB.php => lib/AI/DB.php | 29 +++- .../local_lib/AIError.php => lib/AI/Error.php | 10 +- .../local_lib/AIForm.php => lib/AI/Form.php | 92 +++++----- .../local_lib => lib/AI}/GrupoSecciones.php | 19 ++- {sistema/local_lib => lib/AI}/Servicio.php | 17 +- {sistema/local_lib => lib/AI}/Sistema.php | 16 +- sistema/conf/{AIDB.ini => DB.ini} | 0 sistema/local_lib/prepend.php | 66 ------- sistema/www/.htaccess | 1 - sistema/www/index.php | 148 ++++++++++------ sistema/www/noticias.php | 62 ------- sistema/www/servicios.php | 161 ------------------ sistema/www/sistemas.php | 160 ----------------- 16 files changed, 250 insertions(+), 628 deletions(-) rename sistema/local_lib/AIDB.php => lib/AI/DB.php (79%) rename sistema/local_lib/AIError.php => lib/AI/Error.php (92%) rename sistema/local_lib/AIForm.php => lib/AI/Form.php (78%) rename {sistema/local_lib => lib/AI}/GrupoSecciones.php (95%) rename {sistema/local_lib => lib/AI}/Servicio.php (96%) rename {sistema/local_lib => lib/AI}/Sistema.php (94%) rename sistema/conf/{AIDB.ini => DB.ini} (100%) delete mode 100644 sistema/local_lib/prepend.php delete mode 100644 sistema/www/.htaccess delete mode 100644 sistema/www/noticias.php delete mode 100644 sistema/www/servicios.php delete mode 100644 sistema/www/sistemas.php diff --git a/Makefile b/Makefile index a9ef497..2279eed 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ code: @cd doc && xmi2code code-clean: - @find sistema/local_lib -name '*.bak' | xargs rm -fv + @find lib -name '*.bak' | xargs rm -fv clean-readme: find -name README | xargs svn rm diff --git a/doc/uml.xmi b/doc/uml.xmi index 6b1092c..01bdac0 100644 --- a/doc/uml.xmi +++ b/doc/uml.xmi @@ -9,10 +9,10 @@ - + - - + + @@ -40,8 +40,8 @@ x2c:get" name="hijos" static="0" scope="202" /> - - + + @@ -60,16 +60,16 @@ x2c:get" name="hijos" static="0" scope="202" /> - - + + - - + + @@ -95,11 +95,16 @@ x2c:get" name="hijos" static="0" scope="202" /> - - + + + + + + + - + @@ -108,39 +113,39 @@ x2c:get" name="hijos" static="0" scope="202" /> - + - - - - - - - - - + + + + + + + + + - - + + - + - - + + - + - - + + @@ -150,17 +155,18 @@ x2c:get" name="hijos" static="0" scope="202" /> - + + - - + + - + - + @@ -168,7 +174,7 @@ x2c:get" name="hijos" static="0" scope="202" /> - + @@ -176,7 +182,7 @@ x2c:get" name="hijos" static="0" scope="202" /> - + @@ -191,10 +197,10 @@ x2c:get" name="hijos" static="0" scope="202" /> - + - + @@ -204,14 +210,14 @@ x2c:get" name="hijos" static="0" scope="202" /> - + - + diff --git a/doc/xmi2code.config b/doc/xmi2code.config index 048c33f..b937425 100644 --- a/doc/xmi2code.config +++ b/doc/xmi2code.config @@ -35,14 +35,15 @@