Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Bosn committed Sep 28, 2012
1 parent 0644f8c commit 686ff46
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Rigel Automation Platform
===

@version v1.2 - (latest version, in master branch)
@version v1.3 - (latest version, in master branch)
@author Bosn
@weibo http://weibo.com/bosn
@mail [email protected]
Expand Down
22 changes: 11 additions & 11 deletions UPDATELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
======================rap v1.3 =================================================
* UE: login automatically redirect
* add new mock data tag:@value=[xx], for mocking from 01 to 30, eg->@value=2012-09-[xx], output: 2012-09-01, 2012-09-02, 2012-09-03...
* update mock service, add @type=array, @type=array_map, @length=\d+ for action description, add new _c callback
* add @code @end support for action description area for code formatting
* increase size of working area
* fix bugs (data type choose, word file export encoding, etc.)
* UE: login automatically redirect 09/10/2012
* add new mock data tag:@value=[xx], for mocking from 01 to 30, eg->@value=2012-09-[xx], output: 2012-09-01, 2012-09-02, 2012-09-03... 09/10/2012
* update mock service, add @type=array, @type=array_map, @length=\d+ for action description, add new _c callback 09/10/2012
* add @code @end support for action description area for code formatting 09/10/2012
* increase size of working area 09/10/2012
* fix bugs (data type choose, word file export encoding, etc.) 09/10/2012

======================rap v1.2 =================================================
* simplify operation flow √ 08/29/2012
* fix shortcuts compatibilities in different browsers (1.1 only support Firefox) 07/24/2012
* change literal for some are too old 07/24/2012
* validation for JSON String in page testers 07/24/2012
* add more comment for my code 07/24/2012
* fix shortcuts compatibilities in different browsers (1.1 only support Firefox) 07/24/2012
* change literal for some are too old 07/24/2012
* validation for JSON String in page testers 07/24/2012
* add more comment for my code 07/24/2012
* add project introduction in README.md 07/18/2012
* add new path configuration, static path of local and remote can be same. 07/19/2012
* add new path configuration, static path of local and remote can be same. 07/19/2012
3 changes: 1 addition & 2 deletions WebContent/WEB-INF/urlrewrite.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@
<from>^/mock/(\d*?)/(.*)$</from>
<to type="redirect">/rap/mock/createData.action?id=$1&amp;pattern=/$2</to>
</rule>
</urlrewrite>

</urlrewrite>
6 changes: 3 additions & 3 deletions WebContent/tcom/template.rap.vm
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<div id="wrapper-bgtop">
<div id="header">
<div id="logo">
<h1><a href="#">RAP v1.3</a></h1>
<p><em> welcome to <a href="http://rap.baidu.com/">Rigel Automation Platform!</a></em></p>
<h1><a href="http://fe.lzdp.us">RAP v1.3</a></h1>
<p><em> welcome to <a href="http://fe.lzdp.us">Rigel Automation Platform!</a></em></p>
</div>
<hr />
<!-- end #logo -->
Expand Down Expand Up @@ -47,7 +47,7 @@
</div>
<div id="footer-bgcontent">
<div id="footer">
<p>Copyright (c) 2010 taobao.com All rights reserved. Design by <a href="mailto:[email protected]">Bosn</a>.</p>
<p>Copyright (c) 2010 taobao.com All rights reserved. Design by <a href="mailto:[email protected]">EtaoDataWebTeam</a>.</p>
<div id="app-status">
在线用户:$!countOfOnlineUserList
</div>
Expand Down

0 comments on commit 686ff46

Please sign in to comment.