diff --git a/VERSION b/VERSION index 072e6075b0..aca1f7a170 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.0.beta +10.0.alpha diff --git a/config/config.php b/config/config.php index 29b8779a8b..e0fdaa0492 100644 --- a/config/config.php +++ b/config/config.php @@ -16,7 +16,7 @@ if(!class_exists('config')){class config{}} if(!function_exists('getWebRoot')){function getWebRoot(){}} /* 基本设置。Basic settings. */ -$config->version = '10.0.beta'; // ZenTaoPHP的版本。 The version of ZenTaoPHP. Don't change it. +$config->version = '10.0.alpha'; // ZenTaoPHP的版本。 The version of ZenTaoPHP. Don't change it. $config->charset = 'UTF-8'; // ZenTaoPHP的编码。 The encoding of ZenTaoPHP. $config->cookieLife = time() + 2592000; // Cookie的生存时间。The cookie life time. $config->timezone = 'Asia/Shanghai'; // 时区设置。 The time zone setting, for more see http://www.php.net/manual/en/timezones.php. diff --git a/db/update10.0.beta.sql b/db/update9.8.3.sql similarity index 100% rename from db/update10.0.beta.sql rename to db/update9.8.3.sql diff --git a/module/project/js/managemembers.js b/module/project/js/managemembers.js index c3b51f2dad..82257a19d8 100644 --- a/module/project/js/managemembers.js +++ b/module/project/js/managemembers.js @@ -13,11 +13,11 @@ function setRole(account, roleID) roleOBJ.val(role) // set the role. } -function addItem() +function addItem(obj) { var item = $('#addItem').html().replace(/%i%/g, i); - $('#teamForm table tbody').append('' + item + ''); - var accounts = $('#submit').closest('table').find('tr.addedItem:last').find('select:first') + $(obj).closest('tr').after('' + item + ''); + var accounts = $('#hours' + i).closest('tr').find('select:first') accounts.trigger('liszt:updated'); accounts.chosen(); i ++; diff --git a/module/project/view/managemembers.html.php b/module/project/view/managemembers.html.php index ecf3a99786..c0efa66c44 100644 --- a/module/project/view/managemembers.html.php +++ b/module/project/view/managemembers.html.php @@ -58,8 +58,7 @@ team->limitedList, $member->limited);?> - - + @@ -76,7 +75,7 @@ team->limitedList, 'no');?> - + @@ -95,7 +94,7 @@ team->limitedList, 'no');?> - + @@ -114,15 +113,15 @@ team->limitedList, 'no');?> - + + - @@ -139,7 +138,7 @@ team->limitedList, $member->realname ? $member->limited : 'no');?> - + diff --git a/module/project/view/team.html.php b/module/project/view/team.html.php index 900981e28c..a52de7a8c0 100644 --- a/module/project/view/team.html.php +++ b/module/project/view/team.html.php @@ -31,7 +31,7 @@
-
+ diff --git a/module/task/css/create.css b/module/task/css/create.css index fcfd364093..5ebd1cfea6 100644 --- a/module/task/css/create.css +++ b/module/task/css/create.css @@ -1 +1,5 @@ +<<<<<<< HEAD #copyButton{width: 50px;} +======= +#copyButton {width: 56px; background-color: #f1f1f1; opacity: 1;} /*Adjust for task #4151;*/ +>>>>>>> 9ebca72c8626aefa35f2f966d11a3989fb2d6503 diff --git a/module/task/js/create.js b/module/task/js/create.js index cd27e25ae8..d52f937445 100644 --- a/module/task/js/create.js +++ b/module/task/js/create.js @@ -75,6 +75,7 @@ function setPreview() { $('#preview').addClass('hidden'); $('#copyButton').addClass('hidden'); + $('div.colorpicker').css('right', '1px');//Adjust for task #4151; } else { @@ -84,6 +85,7 @@ function setPreview() $('#preview').removeClass('hidden'); $('#preview a').attr('href', storyLink); $('#copyButton').removeClass('hidden'); + $('div.colorpicker').css('right', '57px');//Adjust for task #4151; } setAfter(); diff --git a/module/task/view/edit.html.php b/module/task/view/edit.html.php index 97c8ecd5e7..50bf436656 100644 --- a/module/task/view/edit.html.php +++ b/module/task/view/edit.html.php @@ -31,7 +31,7 @@
-
+
'>