You can add blocks to Dashboard and arrange the layout.
My Zone, Product, Project, and Testing all support home custom mentioned before.
'); +$lang->misc->feature->all['latest'][] = array('title'=>'Custom Home', 'desc' => 'You can add blocks to Dashboard and arrange the layout.
My Zone, Product, Project, and Testing all support home custom mentioned before.
'); $lang->misc->feature->all['latest'][] = array('title'=>'Custom Navigation', 'desc' => 'You can decide which project show in navigation bar and the order of projects shown in the bar.
Hover on the navigation bar and a sign will show to its right. Click the sign and a dialog box "Custom Navigation" will show. Drag the block name to switch its order on navigation bar.
'); $lang->misc->feature->all['latest'][] = array('title'=>'Batch Add/Edit Custom', 'desc' => 'You can batch add and edit fields on custom pages.
'); $lang->misc->feature->all['latest'][] = array('title'=>'Add Custom Story/Task/Bug/Case', 'desc' => 'You can custom fileds when add a Story/Task/Bug/Case.
'); diff --git a/module/story/lang/en.php b/module/story/lang/en.php index 727f7c5ffe..2c1e4b3dd1 100644 --- a/module/story/lang/en.php +++ b/module/story/lang/en.php @@ -49,7 +49,7 @@ $lang->story->id = 'ID'; $lang->story->product = $lang->productCommon; $lang->story->module = 'Module'; $lang->story->moduleAB = 'Module'; -$lang->story->source = 'Source'; +$lang->story->source = 'From'; $lang->story->sourceNote = 'Note'; $lang->story->fromBug = 'From Bug'; $lang->story->title = 'Title'; @@ -73,7 +73,7 @@ $lang->story->closedBy = 'Closed By'; $lang->story->closedDate = 'Closed Date'; $lang->story->closedReason = 'Closed Reason'; $lang->story->rejectedReason = 'RejectED Reason'; -$lang->story->reviewedBy = 'Reviewed By'; +$lang->story->reviewedBy = 'Reviewer'; $lang->story->reviewedDate = 'Reviewed on'; $lang->story->version = 'Version'; $lang->story->plan = 'Plan'; diff --git a/www/ok.txt b/www/ok.txt new file mode 100644 index 0000000000..b5754e2037 --- /dev/null +++ b/www/ok.txt @@ -0,0 +1 @@ +ok \ No newline at end of file