Add Asset Dashlets to Dashboard. Add required and static properties to Dashboard Assets. Add caching to StockData and WeatherData assets. Add LastModifiedBy macro. Add GroupManager to the Group form control.

This commit is contained in:
Colin Kuskie 2011-03-09 21:33:44 -08:00
parent 79aa44cf7e
commit 88797c1d6c
42 changed files with 3506 additions and 448 deletions

View file

@ -30,16 +30,6 @@ our $I18N = {
message => q|The group whose users may save their personalizations/preferences to the site. If someone is in the "Who can view?" group but not in this group, they can personalize the arrangement of the Dashlets (whose positions will be saved in cookies), but they will not be able to edit the preferences of any particular Dashlet.|,
lastUpdated => 1133619940
},
'dashboard template field label' => {
message => q|Dashboard Template|,
lastUpdated => 1133619940
},
'dashboard template field label' => {
message => q|Dashboard Template|,
lastUpdated => 1133619940
},
'assets to hide' => {
message => q|Assets To Hide.|,
lastUpdated => 1118942468
@ -57,6 +47,168 @@ checkbox for any Asset that you do not want displayed in the Page Layout Asset.
lastUpdated => 1230356526,
},
'Edit Dashlet' => {
message => q|Edit Dashlet|,
lastUpdated => 1230356526,
context => q|A dashlet is an asset being displayed by the Dashboard. It may not have a translation.|,
},
'Is static' => {
message => q|Is static|,
lastUpdated => 1230356526,
context => q|Can it be moved, or rearranged?|,
},
'Is static help' => {
message => q|Can this dashlet be moved around on the dashboard by users of the Dashboard?|,
lastUpdated => 1230356526,
context => q|Can it be moved, or rearranged?|,
},
'Is required' => {
message => q|Is required|,
lastUpdated => 1230356526,
context => q|Can it be deleted from a dashboard by a user?|,
},
'Is required help' => {
message => q|Can this dashlet be deleted from the dashboard by users of the Dashboard?|,
lastUpdated => 1230356526,
context => q|Can it be moved, or rearranged?|,
},
'Dashboard Template Variables' => {
message => q|Dashboard Template Variables|,
lastUpdated => 1230356526,
context => q|Template variable help|,
},
'dragger.init' => {
message => q|Javascript necessary to initialize the Dashboard. It should be placed at the bottom of the template.|,
lastUpdated => 1230356526,
context => q|Template variable help|,
},
'fullUrl' => {
message => q|The full URL to this Dashboard, including sitename and any gateway configuration.|,
lastUpdated => 1230356526,
context => q|Template variable help|,
},
'canEdit' => {
message => q|A boolean which will be true if the current user can edit this Dashboard.|,
lastUpdated => 1230356526,
context => q|Template variable help|,
},
'positionN_loop' => {
message => q|By default, there are four positions, numbered 1, 2, 3 and 4. Each loop contains the list of assets that have been placed into it. Position 1 is special, because it also contains any assets which have not been specifically placed by the user.|,
lastUpdated => 1230356526,
context => q|Template variable help|,
},
'id' => {
message => q|Asset ID of the current dashlet.|,
lastUpdated => 1230356526,
context => q|Template variable help|,
},
'content' => {
message => q|The dashlet's content|,
lastUpdated => 1230356526,
context => q|Template variable help|,
},
'dashletTitle' => {
message => q|The title of the dashlet, the raw asset title.|,
lastUpdated => 1230356526,
context => q|Template variable help|,
},
'shortcutUrl' => {
message => q|If this dashlet is a shortcut, the URL of the shortcut.|,
lastUpdated => 1230356526,
context => q|Template variable help|,
},
'dashletUrl' => {
message => q|The URL to this dashlet.|,
lastUpdated => 1230356526,
context => q|Template variable help|,
},
'canDelete' => {
message => q|A boolean that is true if the current user is in the group who can personalize the dashboard and if this dashlet is not set to be required.|,
lastUpdated => 1230356526,
context => q|Template variable help|,
},
'canMove' => {
message => q|A boolean that is true if the current user is in the group who can personalize the dashboard and if this dashlet is not set to be static.|,
lastUpdated => 1230356526,
context => q|Template variable help|,
},
'canPersonalize' => {
message => q|A boolean that is true if the current user is in the group who can personalize the dashboard.|,
lastUpdated => 1230356526,
context => q|Template variable help|,
},
'showReloadIcon' => {
message => q|A boolean that is true if this dashlet is a shortcut, and the Show Reload Icon property is set to be true.|,
lastUpdated => 1230356526,
context => q|Template variable help|,
},
'canEditUserPrefs' => {
message => q|A boolean that is true if the current user is in the Registered Users group, and the dashlet is a Shortcut, and the Shortcut has preferences that can be configured.|,
lastUpdated => 1230356526,
context => q|Template variable help|,
},
'dashboard asset template variables title' => {
message => q|Dashboard Asset Template Variables|,
lastUpdated => 1230356526,
context => q|Template variable help|,
},
'templateId' => {
message => q|The GUID of the template used to display the dashboard|,
lastUpdated => 1230356526,
context => q|Template variable help|,
},
'adminsGroupId' => {
message => q|The GUID of the group that is allowed to set the default appearance of the dashboard for visitors.|,
lastUpdated => 1230356526,
context => q|Template variable help|,
},
'usersGroupId' => {
message => q|The GUID of the group that is allowed to change the appearance of their own dashboard.|,
lastUpdated => 1230356526,
context => q|Template variable help|,
},
'isInitialized' => {
message => q|A boolean which is true if this Dashboard has been initialized. You really don't need to know more than that.|,
lastUpdated => 1230356526,
context => q|Template variable help|,
},
'Add New Content' => {
message => q|Add New Content|,
lastUpdated => 1230356526,
context => q|i18n phrase for the view template|,
},
'editFormUrl' => {
message => q|The URL to fetch the user overrides form for this dashlet, whether it is Shortcut based or a regular asset with overrides.|,
lastUpdated => 1230356526,
context => q|i18n phrase for the view template|,
},
};
1;

View file

@ -514,6 +514,12 @@ our $I18N = {
lastUpdated => 1229493261,
},
'cache timeout help' => {
message => q|How long should lookups for each stock symbol be cached internally? Note, the default template has javascript that does fetches on the client side.|,
context => q|Template variable help|,
lastUpdated => 1229493261,
},
};
1;

View file

@ -102,6 +102,12 @@ our $I18N = {
lastUpdated => 1167972337
},
'cache timeout help' => {
message => q|How long should lookups for each location be cached internally?|,
context => q|Template variable help|,
lastUpdated => 1229493261,
},
};
1;

View file

@ -0,0 +1,33 @@
package WebGUI::i18n::English::Form_Group;
use strict; ##Required for all good Perl::Critic compliant code
our $I18N = {
'Group Manager' => {
message => q|Group Manager|,
lastUpdated => 1131394070, #seconds from the epoch
context => q|A form to add or do minor edits to groups|
},
'Add User...' => {
message => q|Add User...|,
lastUpdated => 1131394070, #seconds from the epoch
context => q|Hint for a text box where you enter in a username|
},
'Add Group...' => {
message => q|Add Group...|,
lastUpdated => 1131394070, #seconds from the epoch
context => q|Hint for a text box where you enter in a groupname|
},
'New Group' => {
message => q|New Group|,
lastUpdated => 1131394070, #seconds from the epoch
context => q|Label for a button to create a new group.|
},
};
1;
#vim:ft=perl

View file

@ -92,6 +92,12 @@ our $I18N = {
lastUpdated => 1096319562
},
'Add' => {
message => q|Add|,
lastUpdated => 1096319562,
context => q|to add something new, to create/acquire|,
},
'Edit help' => {
message => q|Edit the properties of this Asset. This icon is only available if the asset isn't locked, or if it is locked and you are using the tag it was edited under.|,
lastUpdated => 1165448622

View file

@ -8,6 +8,12 @@ our $I18N = {
lastUpdated => 1134969093
},
'Unknown' => {
message => q|Unknown|,
lastUpdated => 1134969093,
context => q|meaning, we do not know who it is, and it is not Visitor|,
},
};
1;

View file

@ -3049,6 +3049,12 @@ or are under your current version tag.</p>
context => q|Label of the cancel button|
},
'Cancel' => {
message => q|Cancel|,
lastUpdated =>1092930637,
context => q|Label of the cancel button, with capital C|
},
'trash' => {
message => q|Trash|,
lastUpdated =>1211131614,