Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a description of your awesome changes and what makes them awesome #138

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/classes/Milestone1_Calendar_Item.cls
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public with sharing class Milestone1_Calendar_Item
public String name {get;set;}
public Date theDate {get;set;}
public String theType {get;set;}
//test

public static final String PROJECT_TYPE = 'PROJECT_TYPE';
public static final String MILESTONE_TYPE = 'MILESTONE_TYPE';
Expand Down
2 changes: 1 addition & 1 deletion src/classes/Milestone1_Charts_Gantt_Helper.cls
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISE
OF THE POSSIBILITY OF SUCH DAMAGE.

*/
public with sharing class Milestone1_Charts_Gantt_Helper {
public with sharing class Milestone1_Charts_Gantt_Helper //{

public String myId {get;set;}
public Boolean allowView {get;set;}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,39 +8,5 @@
<plural>true</plural>
<value>Expenses</value>
</caseValues>
<fields>
<help><!-- The amount of the expense. --></help>
<label><!-- Amount --></label>
<name>Amount__c</name>
</fields>
<fields>
<help><!-- The date the expense was charged. Defaults to today if left blank. --></help>
<label><!-- Date Incurred --></label>
<name>Date_Incurred__c</name>
</fields>
<fields>
<help><!-- A description about the expense. For example, why was the expense incurred. --></help>
<label><!-- Description --></label>
<name>Description__c</name>
</fields>
<fields>
<help><!-- The user who charged the expense. Defaults to current user if left blank. --></help>
<label><!-- Incurred By --></label>
<name>Incurred_By__c</name>
<relationshipLabel><!-- Expenses --></relationshipLabel>
</fields>
<fields>
<help><!-- The task to charge the expense against. --></help>
<label><!-- Project Task --></label>
<name>Project_Task__c</name>
<relationshipLabel><!-- Expenses --></relationshipLabel>
</fields>
<layouts>
<layout>Project Expense Layout</layout>
<sections>
<label><!-- Custom Links --></label>
<section>Custom Links</section>
</sections>
</layouts>
<startsWith>Consonant</startsWith>
</CustomObjectTranslation>
34 changes: 0 additions & 34 deletions src/objectTranslations/Milestone1_Expense__c-ja.objectTranslation
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,5 @@
<plural>false</plural>
<value>Expense</value>
</caseValues>
<fields>
<help>費用の合計額。</help>
<label>合計</label>
<name>Amount__c</name>
</fields>
<fields>
<help>費用が発生した日付。デフォルトでは今日の日付が入る。</help>
<label>発生日</label>
<name>Date_Incurred__c</name>
</fields>
<fields>
<help>費用の説明。例えば、なぜこの費用が発生したのか、など。</help>
<label>説明</label>
<name>Description__c</name>
</fields>
<fields>
<help>この費用を利用した人。デフォルトでは現在のユーザが入る。</help>
<label>利用者</label>
<name>Incurred_By__c</name>
<relationshipLabel>費用</relationshipLabel>
</fields>
<fields>
<help>この費用が発生したタスク。</help>
<label>プロジェクトタスク</label>
<name>Project_Task__c</name>
<relationshipLabel>費用</relationshipLabel>
</fields>
<layouts>
<layout>Project Expense Layout</layout>
<sections>
<label>カスタムリンク</label>
<section>Custom Links</section>
</sections>
</layouts>
<nameFieldLabel><!-- Project Expense Name --></nameFieldLabel>
</CustomObjectTranslation>
72 changes: 0 additions & 72 deletions src/objectTranslations/Milestone1_Log__c-en_US.objectTranslation
Original file line number Diff line number Diff line change
Expand Up @@ -8,77 +8,5 @@
<plural>true</plural>
<value>Logs</value>
</caseValues>
<fields>
<help><!-- The details about the log. This is freeform text for user to capture whatever data they want to keep track of in the log. --></help>
<label><!-- Detail --></label>
<name>Detail__c</name>
</fields>
<fields>
<help><!-- A project expense we want to log some information about. --></help>
<label><!-- Project Expense --></label>
<name>Project_Expense__c</name>
<relationshipLabel><!-- Logs --></relationshipLabel>
</fields>
<fields>
<help><!-- A milestone we want to log about. --></help>
<label><!-- Project Milestone --></label>
<name>Project_Milestone__c</name>
<relationshipLabel><!-- Logs --></relationshipLabel>
</fields>
<fields>
<help><!-- A project task we want to log some information about. --></help>
<label><!-- Project Task --></label>
<name>Project_Task__c</name>
<relationshipLabel><!-- Logs --></relationshipLabel>
</fields>
<fields>
<help><!-- A time entry we want to log some information about. --></help>
<label><!-- Project Time --></label>
<name>Project_Time__c</name>
<relationshipLabel><!-- Logs --></relationshipLabel>
</fields>
<fields>
<help><!-- The project which we want to keep this log record for. --></help>
<label><!-- Project --></label>
<name>Project__c</name>
<relationshipLabel><!-- Logs --></relationshipLabel>
</fields>
<fields>
<help><!-- The subject of this log entry. --></help>
<label><!-- Subject --></label>
<name>Subject__c</name>
</fields>
<fields>
<help><!-- The type of log. This can be used to order logs into different types. --></help>
<label><!-- Type --></label>
<name>Type__c</name>
<picklistValues>
<masterLabel>Decision</masterLabel>
<translation><!-- Decision --></translation>
</picklistValues>
<picklistValues>
<masterLabel>General</masterLabel>
<translation><!-- General --></translation>
</picklistValues>
<picklistValues>
<masterLabel>Risk</masterLabel>
<translation><!-- Risk --></translation>
</picklistValues>
</fields>
<layouts>
<layout>Project Log Layout</layout>
<sections>
<label><!-- Custom Links --></label>
<section>Custom Links</section>
</sections>
<sections>
<label><!-- Detail Information --></label>
<section>Detail Information</section>
</sections>
<sections>
<label><!-- Related Records --></label>
<section>Related Records</section>
</sections>
</layouts>
<startsWith>Consonant</startsWith>
</CustomObjectTranslation>
72 changes: 0 additions & 72 deletions src/objectTranslations/Milestone1_Log__c-ja.objectTranslation
Original file line number Diff line number Diff line change
Expand Up @@ -4,77 +4,5 @@
<plural>false</plural>
<value>Log</value>
</caseValues>
<fields>
<help>ログの詳細情報。記録をとりたい情報に対して自由に入力できる。</help>
<label>詳細</label>
<name>Detail__c</name>
</fields>
<fields>
<help>情報が知りたいプロジェクト費用</help>
<label>プロジェクト費用</label>
<name>Project_Expense__c</name>
<relationshipLabel>ログ</relationshipLabel>
</fields>
<fields>
<help>ログをとりたいマイルストーン</help>
<label>プロジェクトマイルストーン</label>
<name>Project_Milestone__c</name>
<relationshipLabel>ログ</relationshipLabel>
</fields>
<fields>
<help>情報が知りたいプロジェクトタスク</help>
<label>プロジェクトタスク</label>
<name>Project_Task__c</name>
<relationshipLabel>ログ</relationshipLabel>
</fields>
<fields>
<help>情報が知りたい時間</help>
<label>プロジェクト時間</label>
<name>Project_Time__c</name>
<relationshipLabel>ログ</relationshipLabel>
</fields>
<fields>
<help>このログを関連づけたいプロジェクト。</help>
<label>プロジェクト</label>
<name>Project__c</name>
<relationshipLabel>ログ</relationshipLabel>
</fields>
<fields>
<help>ログの題名</help>
<label>題名</label>
<name>Subject__c</name>
</fields>
<fields>
<help>ログの種類。ソートする時などに使える。</help>
<label>タイプ</label>
<name>Type__c</name>
<picklistValues>
<masterLabel>Decision</masterLabel>
<translation>決定</translation>
</picklistValues>
<picklistValues>
<masterLabel>General</masterLabel>
<translation>一般</translation>
</picklistValues>
<picklistValues>
<masterLabel>Risk</masterLabel>
<translation>リスク</translation>
</picklistValues>
</fields>
<layouts>
<layout>Project Log Layout</layout>
<sections>
<label>カスタムリンク</label>
<section>Custom Links</section>
</sections>
<sections>
<label>詳細情報</label>
<section>Detail Information</section>
</sections>
<sections>
<label>関連レコード</label>
<section>Related Records</section>
</sections>
</layouts>
<nameFieldLabel><!-- Project Log Name --></nameFieldLabel>
</CustomObjectTranslation>
Loading