diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt index c29b0c840..80b0b5109 100644 --- a/docs/changelog/6.x.x.txt +++ b/docs/changelog/6.x.x.txt @@ -32,6 +32,7 @@ - fix [ 1278672 ] Timezones does not still not work properly in webgui - fix [ 1281347 ] double slash in URL (in style template WebGUI 6) - fix [ 1289336 ] Trash cannot be emptied 6.7.4 gamma (documentation fix) + - fix [ 1293180 ] packages help needs updating (documentation fix) 6.7.4 - fix [ 1279861 ] POD errors in 6.7.3 diff --git a/lib/WebGUI/Help/WebGUI.pm b/lib/WebGUI/Help/WebGUI.pm index 7625f14ff..ccda21da8 100644 --- a/lib/WebGUI/Help/WebGUI.pm +++ b/lib/WebGUI/Help/WebGUI.pm @@ -1,32 +1,12 @@ package WebGUI::Help::WebGUI; our $HELP = { - 'packages creating' => { + 'packages using' => { title => '681', body => '636', fields => [ ], related => [ - { - tag => 'package add', - namespace => 'WebGUI' - }, - { - tag => 'page delete', - namespace => 'WebGUI' - } - ] - }, - 'package add' => { - title => '680', - body => '635', - fields => [ - ], - related => [ - { - tag => 'packages creating', - namespace => 'WebGUI' - } ] }, 'content filtering' => { diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index 731778ef4..841eadda9 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -1397,13 +1397,6 @@ The Groups page displays all groups that you are allowed to edit. The form on t lastUpdated => 1031514049 }, - '635' => { - message => q|Packages are groups of Assets that are predefined to be deployed together. A package manager may see the need to create a package several pages with a message board, an FAQ, and a Poll because that task is performed quite often. Packages are often defined to lessen the burden of repetitive tasks. -

-One package that many people create is a Page/Article package. It is often the case that you want to add a page with an article on it for content. Instead of going through the steps of creating a page, going to the page, and then adding an article to the page, you may wish to simply create a package to do those steps all at once.|, - lastUpdated => 1127257709 - }, - '353' => { message => q|You have no messages in your Inbox at this time.|, lastUpdated => 1031514049 @@ -2048,7 +2041,7 @@ This group could then be named "Employees in HMO 1", and would allow you to rest }, '681' => { - message => q|Packages, Creating|, + message => q|Packages, Using|, lastUpdated => 1038889481 }, @@ -2099,11 +2092,6 @@ You can find out more about karma in + +

To deploy a Package:

    -
  1. From the admin menu select "Manage packages." -
  2. - -
  3. Add a page and give it a name. The name of the page will be the name of the package. -
  4. - -
  5. Go to the new page you created and start adding pages and wobjects. Any pages or wobjects you add will be created each time this package is deployed. -
  6. +
  7. Point your browser at a page on the site where you want to deploy the Package.
  8. +
  9. Enable Admin mode.
  10. +
  11. Select the Package tab from the Admin Bar.
  12. +
  13. Click on the name of the Package to deploy.
-Notes:
-In order to add, edit, or delete packages you must be in the Package Mangers group or in the Admins group. -

- -If you add content to any of the wobjects, that content will automatically be copied when the package is deployed. -

- -Privileges and styles assigned to pages in the package will not be copied when the package is deployed. Instead the pages will take the privileges and styles of the area to which they are deployed. -

+

All Asset URLs in the Package will be made unique after being deployed.

|, - lastUpdated => 1038889481 + lastUpdated => 1127363010 }, '561' => {