[dZeeemp-cvs] dzeeemp.sources 404.php,1.4,1.5 Makefile,1.10,1.11 iterate.php,1.10,1.11 mysql.sql,1.5
Brought to you by:
lovchy
|
From: Boris B. <lo...@us...> - 2004-08-16 07:11:45
|
Update of /cvsroot/dzeeemp/dzeeemp.sources In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14233 Modified Files: 404.php Makefile iterate.php mysql.sql Log Message: Several bugs fixed Index: 404.php =================================================================== RCS file: /cvsroot/dzeeemp/dzeeemp.sources/404.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** 404.php 13 Jun 2004 00:01:31 -0000 1.4 --- 404.php 16 Aug 2004 07:11:35 -0000 1.5 *************** *** 109,113 **** $query['path'] = str_replace($_CONFIG['core']['path'], '', $query['path']); ! if ( isset($query['path'][strlen($query['path'])-1]) && $query['path'][strlen($query['path'])-1] != '/' ) { $query['path'] .= '/'; --- 109,113 ---- $query['path'] = str_replace($_CONFIG['core']['path'], '', $query['path']); ! if ( !empty($query['path']) && $query['path'][strlen($query['path'])-1] != '/' ) { $query['path'] .= '/'; Index: Makefile =================================================================== RCS file: /cvsroot/dzeeemp/dzeeemp.sources/Makefile,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Makefile 12 Jun 2004 20:57:43 -0000 1.10 --- Makefile 16 Aug 2004 07:11:35 -0000 1.11 *************** *** 7,14 **** REALPREFIX=. ! PHP=/usr/bin/php MYSQL=/usr/bin/mysql ! MYSQL_PARAMS=dzeeemp --user=root --password= VERSION=0.6.0_NEONATUS --- 7,14 ---- REALPREFIX=. ! PHP=no MYSQL=/usr/bin/mysql ! MYSQL_PARAMS=portal --user=root --password=cfkmdfljh VERSION=0.6.0_NEONATUS *************** *** 28,44 **** install: FORCE if ([ ${PREFIX} ]); then \ ! cp -R ./configuration/ ${PREFIX} \ ! cp -R ./core/ ${PREFIX} \ ! cp -R ./dzeeemp/ ${PREFIX} \ ! cp -R ./extensions/ ${PREFIX} \ ! cp -R ./images/ ${PREFIX} \ ! cp -R ./internal/ ${PREFIX} \ ! cp -R ./locales/ ${PREFIX} \ ! cp -R ./logs/ ${PREFIX} \ ! cp -R ./sections/ ${PREFIX} \ ! cp -R ./templates/ ${PREFIX} \ ! cp -R ./.htaccess ${PREFIX} \ ! cp -R ./*.php ${PREFIX} \ ! cp -R ./CREDITS ${PREFIX} \ fi --- 28,44 ---- install: FORCE if ([ ${PREFIX} ]); then \ ! cp -R ./configuration/ ${PREFIX}; \ ! cp -R ./core/ ${PREFIX}; \ ! cp -R ./dzeeemp/ ${PREFIX}; \ ! cp -R ./extensions/ ${PREFIX}; \ ! cp -R ./images/ ${PREFIX}; \ ! cp -R ./internal/ ${PREFIX}; \ ! cp -R ./locales/ ${PREFIX}; \ ! cp -R ./logs/ ${PREFIX}; \ ! cp -R ./sections/ ${PREFIX}; \ ! cp -R ./templates/ ${PREFIX}; \ ! cp -R ./.htaccess ${PREFIX}; \ ! cp -R ./*.php ${PREFIX}; \ ! cp -R ./CREDITS ${PREFIX}; \ fi Index: mysql.sql =================================================================== RCS file: /cvsroot/dzeeemp/dzeeemp.sources/mysql.sql,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** mysql.sql 9 Jun 2004 23:05:16 -0000 1.5 --- mysql.sql 16 Aug 2004 07:11:35 -0000 1.6 *************** *** 234,240 **** # -------------------------------------------------------- ! DROP TABLE IF EXISTS `dz-stats_2004_Jun`; ! CREATE TABLE `dz-stats_2004_Jun` ( `time` time NOT NULL default '00:00:00', `addr` int(11) unsigned NOT NULL default '0', --- 234,240 ---- # -------------------------------------------------------- ! DROP TABLE IF EXISTS `dz-stats_2004_Aug`; ! CREATE TABLE `dz-stats_2004_Aug` ( `time` time NOT NULL default '00:00:00', `addr` int(11) unsigned NOT NULL default '0', *************** *** 253,265 **** ) TYPE=MyISAM COMMENT='dZeeemp CMS 0.3.0 (c) 2003 dZeeemp devel-group'; ! INSERT INTO `dz-stats_2004_Jun` VALUES ('00:00:00', 0, 'e267befa7e48c7b224d33488be123827', '', '/', 'Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)', 24, 13, '2004-03-24'); ! INSERT INTO `dz-stats_2004_Jun` VALUES ('00:00:00', 0, '134705a7b25f472587f500753f540540', '', '/', '', 24, 13, '2004-03-24'); ! INSERT INTO `dz-stats_2004_Jun` VALUES ('00:00:00', 0, '8f9aa2ca60a71eb4a0aa59fc3676662d', '', '/', '', 24, 13, '2004-03-24'); # -------------------------------------------------------- ! DROP TABLE IF EXISTS `dz-stats_2004_Jun_searchindexes`; ! CREATE TABLE `dz-stats_2004_Jun_searchindexes` ( `searchsystem_id` int(11) NOT NULL default '0', `url` varchar(200) NOT NULL default '', --- 253,265 ---- ) TYPE=MyISAM COMMENT='dZeeemp CMS 0.3.0 (c) 2003 dZeeemp devel-group'; ! INSERT INTO `dz-stats_2004_Aug` VALUES ('00:00:00', 0, 'e267befa7e48c7b224d33488be123827', '', '/', 'Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)', 24, 13, '2004-03-24'); ! INSERT INTO `dz-stats_2004_Aug` VALUES ('00:00:00', 0, '134705a7b25f472587f500753f540540', '', '/', '', 24, 13, '2004-03-24'); ! INSERT INTO `dz-stats_2004_Aug` VALUES ('00:00:00', 0, '8f9aa2ca60a71eb4a0aa59fc3676662d', '', '/', '', 24, 13, '2004-03-24'); # -------------------------------------------------------- ! DROP TABLE IF EXISTS `dz-stats_2004_Aug_searchindexes`; ! CREATE TABLE `dz-stats_2004_Aug_searchindexes` ( `searchsystem_id` int(11) NOT NULL default '0', `url` varchar(200) NOT NULL default '', *************** *** 271,277 **** # -------------------------------------------------------- ! DROP TABLE IF EXISTS `dz-stats_2004_Jun_searchwords`; ! CREATE TABLE `dz-stats_2004_Jun_searchwords` ( `searchsystem_id` int(11) NOT NULL default '0', `words` varchar(255) NOT NULL default '', --- 271,277 ---- # -------------------------------------------------------- ! DROP TABLE IF EXISTS `dz-stats_2004_Aug_searchwords`; ! CREATE TABLE `dz-stats_2004_Aug_searchwords` ( `searchsystem_id` int(11) NOT NULL default '0', `words` varchar(255) NOT NULL default '', Index: iterate.php =================================================================== RCS file: /cvsroot/dzeeemp/dzeeemp.sources/iterate.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** iterate.php 14 Jun 2004 12:19:33 -0000 1.10 --- iterate.php 16 Aug 2004 07:11:35 -0000 1.11 *************** *** 223,227 **** $output .= ob_get_contents(); ! ob_end_clean(); $key = $__GlobCache->getActualKey($dZeeemp->Data['section_key']); --- 223,227 ---- $output .= ob_get_contents(); ! #ob_end_clean(); $key = $__GlobCache->getActualKey($dZeeemp->Data['section_key']); |