Skip to content

Commit

Permalink
Add label for fields without title and html tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ahed-compucorp committed Feb 9, 2021
1 parent fd735f5 commit 1662d42
Show file tree
Hide file tree
Showing 24 changed files with 197 additions and 2 deletions.
6 changes: 6 additions & 0 deletions xml/schema/Activity/Activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,9 @@
<required>false</required>
<export>true</export>
<default>CURRENT_TIMESTAMP</default>
<html>
<label>Created Date</label>
</html>
<add>4.7</add>
</field>
<field>
Expand All @@ -415,6 +418,9 @@
<required>false</required>
<export>true</export>
<default>CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP</default>
<html>
<label>Modified Date</label>
</html>
<add>4.7</add>
</field>
</table>
6 changes: 6 additions & 0 deletions xml/schema/Case/Case.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@
<required>false</required>
<export>true</export>
<default>NULL</default>
<html>
<label>Created Date</label>
</html>
<add>4.7</add>
</field>
<field>
Expand All @@ -159,6 +162,9 @@
<required>false</required>
<export>true</export>
<default>CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP</default>
<html>
<label>Modified Date</label>
</html>
<add>4.7</add>
</field>
</table>
9 changes: 9 additions & 0 deletions xml/schema/Contact/Contact.xml
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,9 @@
<type>varchar</type>
<length>32</length>
<comment>API Key for validating requests related to this contact.</comment>
<html>
<label>API KEY</label>
</html>
<add>2.2</add>
<permission>
<or>administer CiviCRM, edit api keys</or>
Expand Down Expand Up @@ -855,6 +858,9 @@
<required>false</required>
<export>true</export>
<default>NULL</default>
<html>
<label>Created Date</label>
</html>
<add>4.3</add>
</field>
<index>
Expand All @@ -869,6 +875,9 @@
<required>false</required>
<export>true</export>
<default>CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP</default>
<html>
<label>Modified Date</label>
</html>
<add>4.3</add>
</field>
<index>
Expand Down
3 changes: 3 additions & 0 deletions xml/schema/Contact/ContactType.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
<type>varchar</type>
<length>64</length>
<comment>Internal name of Contact Type (or Subtype).</comment>
<html>
<label>Name</label>
</html>
<add>3.1</add>
<required>true</required>
</field>
Expand Down
6 changes: 6 additions & 0 deletions xml/schema/Contact/DashboardContact.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
<type>int</type>
<comment>column no for this widget</comment>
<default>0</default>
<html>
<label>Column Number</label>
</html>
<add>3.1</add>
</field>
<field>
Expand Down Expand Up @@ -108,6 +111,9 @@
<name>content</name>
<type>longtext</type>
<comment>dashlet content</comment>
<html>
<label>Content</label>
</html>
<add>3.3</add>
<drop>4.7</drop>
</field>
Expand Down
12 changes: 12 additions & 0 deletions xml/schema/Contribute/ContributionPage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,19 +196,28 @@
<length>255</length>
<localizable>true</localizable>
<comment>Initial amount label for partial payment</comment>
<html>
<label>Initial Amount Label</label>
</html>
<add>4.3</add>
</field>
<field>
<name>initial_amount_help_text</name>
<type>text</type>
<localizable>true</localizable>
<comment>Initial amount help text for partial payment</comment>
<html>
<label>Initial Amount Help Text</label>
</html>
<add>4.3</add>
</field>
<field>
<name>min_initial_amount</name>
<type>decimal</type>
<comment>Minimum initial amount for partial payment</comment>
<html>
<label>Min. Initial Amount</label>
</html>
<add>4.3</add>
</field>
<field>
Expand Down Expand Up @@ -244,6 +253,9 @@
<name>goal_amount</name>
<type>decimal</type>
<comment>The target goal for this page, allows people to build a goal meter</comment>
<html>
<label>Goal Amount</label>
</html>
<add>1.5</add>
</field>
<field>
Expand Down
45 changes: 45 additions & 0 deletions xml/schema/Core/ActionSchedule.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,18 @@
<type>varchar</type>
<length>64</length>
<comment>Recipient</comment>
<html>
<label>Recipient</label>
</html>
<add>3.4</add>
</field>
<field>
<name>limit_to</name>
<type>boolean</type>
<comment>Is this the recipient criteria limited to OR in addition to?</comment>
<html>
<label>Limit To</label>
</html>
<add>4.4</add>
</field>
<field>
Expand All @@ -55,6 +61,9 @@
<length>255</length>
<comment>Entity value</comment>
<serialize>SEPARATOR_TRIMMED</serialize>
<html>
<label>Entity value</label>
</html>
<add>3.4</add>
</field>
<field>
Expand All @@ -63,13 +72,19 @@
<length>64</length>
<comment>Entity status</comment>
<serialize>SEPARATOR_TRIMMED</serialize>
<html>
<label>Entity Status</label>
</html>
<add>3.4</add>
</field>
<field>
<name>start_action_offset</name>
<type>int unsigned</type>
<comment>Reminder Interval.</comment>
<default>0</default>
<html>
<label>Start Action Offset</label>
</html>
<add>3.4</add>
</field>
<field>
Expand All @@ -91,13 +106,19 @@
<type>varchar</type>
<length>64</length>
<comment>Reminder Action</comment>
<html>
<label>Start Action condition</label>
</html>
<add>3.4</add>
</field>
<field>
<name>start_action_date</name>
<type>varchar</type>
<length>64</length>
<comment>Entity date</comment>
<html>
<label>Start Action Date</label>
</html>
<add>3.4</add>
</field>
<field>
Expand Down Expand Up @@ -126,6 +147,9 @@
<type>int unsigned</type>
<default>0</default>
<comment>Time interval for repeating the reminder.</comment>
<html>
<label>Repetition Frequency Interval</label>
</html>
<add>3.4</add>
</field>
<field>
Expand All @@ -146,6 +170,9 @@
<name>end_frequency_interval</name>
<type>int unsigned</type>
<comment>Time interval till repeating the reminder.</comment>
<html>
<label>End Frequency Interval</label>
</html>
<add>3.4</add>
<default>0</default>
</field>
Expand All @@ -154,13 +181,19 @@
<type>varchar</type>
<length>32</length>
<comment>Reminder Action till repeating the reminder.</comment>
<html>
<label>End Action</label>
</html>
<add>3.4</add>
</field>
<field>
<name>end_date</name>
<type>varchar</type>
<length>64</length>
<comment>Entity end date</comment>
<html>
<label>End Date</label>
</html>
<add>3.4</add>
</field>
<field>
Expand Down Expand Up @@ -345,20 +378,29 @@
<type>varchar</type>
<length>64</length>
<comment>Used for repeating entity</comment>
<html>
<label>Used For</label>
</html>
<add>4.6</add>
</field>
<field>
<name>filter_contact_language</name>
<type>varchar</type>
<length>128</length>
<comment>Used for multilingual installation</comment>
<html>
<label>Filter Contact Language</label>
</html>
<add>4.7</add>
</field>
<field>
<name>communication_language</name>
<type>varchar</type>
<length>8</length>
<comment>Used for multilingual installation</comment>
<html>
<label>Communication Language</label>
</html>
<add>4.7</add>
</field>
<field>
Expand All @@ -378,6 +420,9 @@
<comment>When the reminder was created or modified.</comment>
<required>false</required>
<default>CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP</default>
<html>
<label>Modified Date</label>
</html>
<add>5.34</add>
</field>
<field>
Expand Down
3 changes: 3 additions & 0 deletions xml/schema/Core/CustomGroup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@
<type>varchar</type>
<length>255</length>
<comment>Name of the table that holds the values for this group.</comment>
<html>
<label>Table Name</label>
</html>
<add>2.0</add>
</field>
<field>
Expand Down
12 changes: 12 additions & 0 deletions xml/schema/Core/Email.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,18 @@
<name>hold_date</name>
<type>datetime</type>
<comment>When the address went on bounce hold</comment>
<html>
<label>Hold Date</label>
</html>
<add>1.1</add>
</field>
<field>
<name>reset_date</name>
<type>datetime</type>
<comment>When the address bounce status was last reset</comment>
<html>
<label>Reset Date</label>
</html>
<add>1.1</add>
</field>
<field>
Expand All @@ -155,6 +161,9 @@
<import>true</import>
<default>NULL</default>
<comment>Text formatted signature for the email.</comment>
<html>
<label>Signature Text</label>
</html>
<add>3.2</add>
</field>
<field>
Expand All @@ -163,6 +172,9 @@
<import>true</import>
<default>NULL</default>
<comment>HTML formatted signature for the email.</comment>
<html>
<label>Signature HTML</label>
</html>
<add>3.2</add>
</field>
</table>
6 changes: 6 additions & 0 deletions xml/schema/Core/Job.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@
<default>NULL</default>
<required>false</required>
<comment>When was this cron entry last run</comment>
<html>
<label>Last Run</label>
</html>
<add>4.1</add>
</field>
<field>
Expand All @@ -73,6 +76,9 @@
<default>NULL</default>
<required>false</required>
<comment>When is this cron entry scheduled to run</comment>
<html>
<label>Scheduled Run Date</label>
</html>
<add>4.7</add>
</field>
<field>
Expand Down
3 changes: 3 additions & 0 deletions xml/schema/Core/LocationType.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
<type>varchar</type>
<length>255</length>
<comment>Location Type Description.</comment>
<html>
<label>Description</label>
</html>
<add>1.1</add>
</field>
<field>
Expand Down
6 changes: 6 additions & 0 deletions xml/schema/Core/Menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,19 @@
<type>varchar</type>
<length>255</length>
<comment>Url where a page should redirected to, if next url not known.</comment>
<html>
<label>Return URL</label>
</html>
<add>2.1</add>
</field>
<field>
<name>return_url_args</name>
<type>varchar</type>
<length>255</length>
<comment>Arguments to pass to return_url</comment>
<html>
<label>Return URL Arguments</label>
</html>
<add>2.1</add>
</field>
<field>
Expand Down
3 changes: 3 additions & 0 deletions xml/schema/Core/OptionValue.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@
<type>int unsigned</type>
<default>0</default>
<comment>Bitwise logic can be used to create subsets of options within an option_group for different uses.</comment>
<html>
<label>Filter</label>
</html>
<add>1.5</add>
</field>
<field>
Expand Down
Loading

0 comments on commit 1662d42

Please sign in to comment.