路遇交友网维护日志
路遇交友网新版即将上线,这次更改很大。为了以后维护方便,以后每次更改都要记录下来。本来用svn管理的,最近发现svn管理代码对于小规模开发来说是个负担。还是用日志的方式更符合现阶段需要:本次更改增加旅游、上班交友模块。增加了logo修复了无数的缺陷。
具体更改如下:
1./uch/space.php
$dos = array(‘feed’, ‘doing’, ‘mood’, ‘blog’, ‘album’, ‘thread’, ‘mtag’, ‘friend’, ‘wall’, ‘tag’, ‘notice’, ‘share’, ‘home’, ‘pm’,'route’);
改为
$dos = array(‘feed’, ‘doing’, ‘mood’, ‘blog’, ‘album’, ‘thread’, ‘mtag’, ‘friend’, ‘wall’, ‘tag’, ‘notice’, ‘share’, ‘home’, ‘pm’,'route’,'traver’,'commutes’);
2./uch/network.php
$acs = array(‘space’, ‘doing’, ‘blog’, ‘album’, ‘mtag’, ‘thread’, ‘share’,'route’);
改为
$acs = array(‘space’, ‘doing’, ‘blog’, ‘album’, ‘mtag’, ‘thread’, ‘share’,'route’,'traver’,'commutes’);
3./uch/index.php
更改了首页数据提取方式,route,traver,commutes三个表提取数据
4./uch/language/lang_showmessage.php
增加
‘routecomment_error’=>’请正确指定要回复的出差信息’,
‘travercomment_error’=>’请正确指定要回复的旅游信息’
‘commutescomment_error’=>’请正确指定要回复的上班信息’
5./uch/language/lang_showmessage.php
‘note_route_reply’=>’在<a href="\\1" target="_blank">出差信息</a>中对你进行了回复’,
‘note_traver_reply’=>’在<a href="\\1" target="_blank">旅游信息</a>中对你进行了回复’,
‘note_commutes_reply’=>’在<a href="\\1" target="_blank">上班信息</a>中对你进行了回复’,
6.增加新文件
/uch/template/space_traver.htm
/uch/template/space_commutes.htm
/uch/template/cp_traver.htm
/uch/template/cp_commutes.htm
7.新增文件
/uch/source/cp_traver.php
/uch/source/cp_commutes.php
/uch/source/space_traver.php
/uch/source/space_commutes.php
8.数据库更改:
新增数据表uch_traver、uch_commutes