| 3 | | Trac is a '''minimalistic''' approach to '''web-based''' management of |
| 4 | | '''software projects'''. Its goal is to simplify effective tracking and handling of software issues, enhancements and overall progress. |
| 5 | | |
| 6 | | All aspects of Trac have been designed with the single goal to |
| 7 | | '''help developers write great software''' while '''staying out of the way''' |
| 8 | | and imposing as little as possible on a team's established process and |
| 9 | | culture. |
| 10 | | |
| 11 | | As all Wiki pages, this page is editable, this means that you can |
| 12 | | modify the contents of this page simply by using your |
| 13 | | web-browser. Simply click on the "Edit this page" link at the bottom |
| 14 | | of the page. WikiFormatting will give you a detailed description of |
| 15 | | available Wiki formatting commands. |
| 16 | | |
| 17 | | "[wiki:TracAdmin trac-admin] ''yourenvdir'' initenv" created |
| 18 | | a new Trac environment, containing a default set of wiki pages and some sample |
| 19 | | data. This newly created environment also contains |
| 20 | | [wiki:TracGuide documentation] to help you get started with your project. |
| 21 | | |
| 22 | | You can use [wiki:TracAdmin trac-admin] to configure |
| 23 | | [http://trac.edgewall.org/ Trac] to better fit your project, especially in |
| 24 | | regard to ''components'', ''versions'' and ''milestones''. |
| | 3 | == 产品团队 == |
| | 4 | - 产品:陈棉雄 朱焕壁 王万鹏 陈国豪 胡伟仪[[BR]] |
| | 5 | - 测试:周馥香 赖丽华 汪祥[[BR]] |
| | 6 | - 开发:陈崇锜 王安宁 秦鸿源[[BR]] |
| 39 | | For a complete list of local wiki pages, see TitleIndex. |
| | 28 | = 4.重大版本介绍 = |
| | 29 | * MySQL版(6.3)[[BR]] |
| | 30 | 将数据库从纯Oracle变成以MySQL为主Oracle为辅的架构。由于网站用户统一的积分存放在论坛中,为了保证积分安全,用户数据及积分相关日志保留在Oracle数据库,其余数据都迁移到MySQL。[[BR]] |
| | 31 | * 6.4版[[BR]] |
| | 32 | 以汽车网论坛改版需求为主线,增加了用户行为分析功能,整合了后台管理相对分散的功能以及优化了前台页面的用户体验。 |
| | 33 | * 6.5版[[BR]] |
| | 34 | 引入持续集成实践,将代码加入Maven管理,逐步完善单元测试。因为还在探索阶段,电脑网论坛还未启动6.5版。 |
| | 35 | * 6.6版[[BR]] |
| | 36 | 前台页面优化,各网评分样式,水印样式统一,统一楼层,页面跳转功能,图片模式实时处理,汽车网论坛地图整合。 |
| | 37 | * 6.7版[[BR]] |
| | 38 | 站长或版主可以把论坛帖子推送到CMS |
| | 39 | * 6.8版[[BR]] |
| | 40 | 各网页面大改版 |
| | 41 | * 7.0版[[BR]] |
| | 42 | 整个论坛进行底层代码重构,整合各网代码成一套代码,让各网核心功能保持一致,各网特殊功能以插件形式实现。[[BR]] |
| | 43 | |
| | 44 | = 5.论坛BBS7大事记 = |
| | 45 | * 2013.10.16[[BR]] |
| | 46 | - 【汽车论坛7.1版上线】 |
| | 47 | - 列表页改版,新增“提问帖”类型的帖子 |
| | 48 | * 2013.7.3[[BR]] |
| | 49 | - 【汽车论坛WAP版上线】 |
| | 50 | - 汽车论坛添加了120x80、240x160、500x500三种格式的缩略图 |
| | 51 | * 2013.4.8[[BR]] |
| | 52 | - 【汽车论坛7.0上线】 |
| | 53 | - 底层代码重构与优化,后台配置功能全面整合升级 |
| | 54 | |
| | 55 | = 6.近期任务 = |
| | 56 | [[TicketQuery(max=20,order=id,desc=1,format=table,col=status|resolution|version|milestone|component|summary|owner|reporter|type|priority)]] |
| | 57 | |
| | 58 | = 7.开发机情况 = |
| | 59 | |
| | 60 | - [http://dev11.pcauto.com.cn/bbs7/index.do 汽车论坛开发机] |
| | 61 | |
| | 62 | - [http://ci.pc.com.cn/jenkins/job/bbs7/ 汽车论坛持续集成环境] |
| | 63 | |
| | 64 | - 更改开发机环境,修改持续集成环境设置即可 |
| | 65 | 1.设置[[BR]] |
| | 66 | |
| | 67 | 2.Build里面的maven的P为项目profile名称即可[[BR]] |
| | 68 | |
| | 69 | {{{ |
| | 70 | 汽车网 - auto |
| | 71 | 电脑网 - it |
| | 72 | 女性网 - lady |
| | 73 | 亲子网 - kids |
| | 74 | 游戏网 - games |
| | 75 | 家居网 - house |
| | 76 | 最数码 - piebbs |
| | 77 | }}} |
| | 78 | |
| | 79 | = 8.本地开发命令= |
| | 80 | {{{ |
| | 81 | mvn clean package -P auto |
| | 82 | mvn clean package -P it |
| | 83 | mvn clean package -P lady |
| | 84 | mvn clean package -P kids |
| | 85 | mvn clean package -P games |
| | 86 | mvn clean package -P house |
| | 87 | mvn clean package -P piebbs |
| | 88 | }}} |
| | 89 | - 默认是汽车网论坛配置 |
| | 90 | ---- |
| | 91 | - 默认跑测试,不跑测试需要添加命令 |
| | 92 | {{{ |
| | 93 | mvn clean package -D maven.skip.test=true -P auto |
| | 94 | }}} |
| | 95 | ---- |
| | 96 | |
| | 97 | |
| | 98 | = 9.规范 = |
| | 99 | Sprint流程规范 wiki:sprint_flow [[BR]] |
| | 100 | 开发部规范简明列表 wiki:pc_standard [[BR]] |
| | 101 | 论坛组编码规范 wiki:standard [[BR]] |
| | 102 | 流程规范 wiki:workflow [[BR]] |
| | 103 | bbs7第一次重构规范 wiki:bbs7refactor_1 (2012-11-23日开会整理)[[BR]] |
| | 104 | 代码规范计划 wiki:standard_plan [[BR]] |
| | 105 | 代码审查 wiki:code_review [[BR]] |
| | 106 | 论坛报障处理流程 wiki:defect_handler [[BR]] |
| | 107 | 报障问题定义及处理方式(面向产品、开发、测试)wiki:defect_notice_researchers [[BR]] |
| | 108 | |
| | 109 | |
| | 110 | = 10.论坛插件 = |
| | 111 | 发帖机 wiki:poster |
| | 112 | |
| | 113 | = 11. 其他文档 = |
| | 114 | 自动化测试 wiki:autotest [[BR]] |
| | 115 | 升级到passport3 wiki:passport [[BR]] |
| | 116 | [http://rdtrac.pc.com.cn/2011junit/wiki 单元测试] [[BR]] |
| | 117 | 基本回归测试点 wiki:qa [[BR]] |
| | 118 | 接口列表 wiki:intf [[BR]] |
| | 119 | Sprint总结记录 http://rdtrac.pc.com.cn/bbs/wiki/sprint_summary [[BR]] |
| | 120 | UML推广 http://rdtrac.pc.com.cn/bbs/wiki/uml [[BR]] |
| | 121 | 论坛后台用户使用指南_for 7.0 [http://hr.pconline.com.cn/userguide] [[BR]] |
| | 122 | = 测试环境地址: = |
| | 123 | 汽车[http://v15.pcauto.com.cn/admin.do][[BR]] |
| | 124 | 后台账号lifeng/123456 ;前台地址index.do; |
| | 125 | |
| | 126 | = 12. 代码道场 = |
| | 127 | http://rdtrac.pc.com.cn/bbs/wiki/codekata |
| | 128 | |
| | 129 | = 13. 7.0开发总结 = |
| | 130 | http://rdtrac.pc.com.cn/bbs/wiki/summaryFor7.0 |
| | 131 | |
| | 132 | = 14. 分享汇 = |
| | 133 | http://rdtrac.pc.com.cn/bbs/wiki/sharing |
| | 134 | |
| | 135 | |
| | 136 | = 15. 日常维护工具 = |
| | 137 | Spring MVC url对应Controller wiki:url2controller [[BR]] |
| | 138 | 应用内存配置监控 wiki:memMonitor [[BR]] |
| | 139 | 帖子浏览数修改 wiki:modifyTopicView [[BR]] |