forked from chhrrr/RAP
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
16 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 --> | ||
|
@@ -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> | ||
|