Ignore:
Timestamp:
2020-07-13T20:37:55+12:00 (4 years ago)
Author:
ak19
Message:
  1. Added rudimentary support for inserting the basic skeletons of security-related elements into collectionConfiguration.xml when using GLI's ConfigFileEditor. Hopefully this is useful. 2. Removed the self-evident tooltip from the ConfigFileEditor as it was always annoying floating over the editor, obscuring stuff. Had to addd a no-arg constructor in NumberedJTextArea for this to be possible.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/classes/dictionary.properties

    r34264 r34266  
    979979
    980980#***** ConfigFileEditor *****
    981 ConfigFileEditor.Tooltip:Greenstone 3 collection configuration XML editor.
    982981ConfigFileEditor.Save_Tooltip:Save changes and close.
    983982ConfigFileEditor.Cancel_Tooltip:Close without saving.
     983ConfigFileEditor.Add_Element_Label:Add element to:
     984ConfigFileEditor.Add_Label:Add
     985ConfigFileEditor.Add_Element_Tooltip:Select the (security related) element to add to the collection configuration file then edit the newly added element accordingly.
     986ConfigFileEditor.Hide_Collection:Hide the collection
     987ConfigFileEditor.Secure_Collection:Secure the collection
     988ConfigFileEditor.Secure_All_Documents:Secure all documents in this collection
     989ConfigFileEditor.Secure_Certain_Documents:Secure certain documents in this collection
     990ConfigFileEditor.Add_Another_DocumentSet:Add another documentSet element
     991ConfigFileEditor.Add_Another_Exception:Add another exception element
     992ConfigFileEditor.Press_Undo_Once_More_First:Cannot add to the collection configuration as it is currently empty. Try pressing Undo (once more) first to get any earlier configuration contents back before trying to add further elements to it.
     993ConfigFileEditor.Need_Security_Element_To_Add:Since there is no <security> element in collectionConfig.xml yet, cannot add further elements to it. Try one of the Secure... options first before trying this option again.
     994ConfigFileEditor.Config_Already_Has_Security_Element:The collectionConfiguration.xml file already contains a <security> element, cannot add more to it. Remove the existing element in entirety first before attempting to add a new one.
    984995
    985996#**********************
Note: See TracChangeset for help on using the changeset viewer.