Fri Dec 4 15:42:38 2009 UTC ()
Pullup ticket #2945 - requested by spz
rt3: security update

Revisions pulled up:
- devel/rt3/Makefile				1.40
- devel/rt3/Makefile.install			1.14
- devel/rt3/PLIST				1.16
- devel/rt3/distinfo				1.14
---
Module Name:    pkgsrc
Committed By:   spz
Date:           Fri Dec  4 09:30:20 UTC 2009

Modified Files:
        pkgsrc/devel/rt3: Makefile Makefile.install PLIST distinfo

Log Message:
update of rt3 to next version (without the session hijacking vulnerability)

upstream changelog:
UPGRADING FROM 3.8.5 and earlier - Changes:

You can now forward an entire Ticket history (in addition to specific
transactions) but this requires a new Template called forward ticket.
This template will be added when you run.

/opt/rt3/sbin/rt-setup-database --dba root --prompt-for-dba-password --action
upgrade

Custom fields with categories can optionally be split out into
hierarchical custom fields.  If you wish to convert your old
category-based custom fields, run:

    perl etc/upgrade/split-out-cf-categories

It will prompt you for each custom field with categories that it
finds, and the name of the custom field to create to store the
categories.

If you were using the LocalizedDateTime RT::Date formatter from code
and passing a DateFormat or TimeFormat argument, you need to switch from
the strftime methods to the cldr methods (ie full_date_format becomes
date_format_full)
You may have done this from your RT_SiteConfig.pm by using
Set($DateTimeFormat, { Format => 'LocalizedDateTime', DateFormat =>
'medium_date_format' );


(tron)
diff -r1.39 -r1.39.2.1 pkgsrc/devel/rt3/Makefile
diff -r1.13 -r1.13.2.1 pkgsrc/devel/rt3/Makefile.install
diff -r1.13 -r1.13.2.1 pkgsrc/devel/rt3/distinfo
diff -r1.15 -r1.15.4.1 pkgsrc/devel/rt3/PLIST

cvs diff -r1.39 -r1.39.2.1 pkgsrc/devel/rt3/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/rt3/Attic/Makefile 2009/09/15 23:15:58 1.39
+++ pkgsrc/devel/rt3/Attic/Makefile 2009/12/04 15:42:38 1.39.2.1
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.39 2009/09/15 23:15:58 spz Exp $ 1# $NetBSD: Makefile,v 1.39.2.1 2009/12/04 15:42:38 tron Exp $
2 2
3DISTNAME= rt-3.8.5 3DISTNAME= rt-3.8.6
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ 5MASTER_SITES= http://download.bestpractical.com/pub/rt/release/
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://bestpractical.com/rt/ 8HOMEPAGE= http://bestpractical.com/rt/
9COMMENT= Industrial-grade ticketing system 9COMMENT= Industrial-grade ticketing system
10LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
11 11
12PKG_DESTDIR_SUPPORT= destdir 12PKG_DESTDIR_SUPPORT= destdir
13 13
14.include "options.mk" 14.include "options.mk"
15 15
16USE_TOOLS+= perl:run 16USE_TOOLS+= perl:run

cvs diff -r1.13 -r1.13.2.1 pkgsrc/devel/rt3/Attic/Makefile.install (expand / switch to unified diff)

--- pkgsrc/devel/rt3/Attic/Makefile.install 2009/07/29 05:25:33 1.13
+++ pkgsrc/devel/rt3/Attic/Makefile.install 2009/12/04 15:42:38 1.13.2.1
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile.install,v 1.13 2009/07/29 05:25:33 spz Exp $ 1# $NetBSD: Makefile.install,v 1.13.2.1 2009/12/04 15:42:38 tron Exp $
2 2
3.include "dirs.mk" 3.include "dirs.mk"
4 4
5BUILD_DEFS+= APACHE_USER APACHE_GROUP 5BUILD_DEFS+= APACHE_USER APACHE_GROUP
6INSTALLATION_DIRS+= sbin 6INSTALLATION_DIRS+= sbin
7 7
8OWN_DIRS+= ${RT_VAR_DIR} ${RT_LOCAL_DIR} ${RT_LOCAL_DIR}/etc 8OWN_DIRS+= ${RT_VAR_DIR} ${RT_LOCAL_DIR} ${RT_LOCAL_DIR}/etc
9OWN_DIRS+= ${RT_LOCAL_DIR}/lib ${RT_LOCAL_DIR}/po 9OWN_DIRS+= ${RT_LOCAL_DIR}/lib ${RT_LOCAL_DIR}/po
10OWN_DIRS+= ${RT_LOCAL_DIR}/html 10OWN_DIRS+= ${RT_LOCAL_DIR}/html
11REQD_DIRS+= ${RT_HTML_DIR}/Callbacks 11REQD_DIRS+= ${RT_HTML_DIR}/Callbacks
12 12
13OWN_DIRS_PERMS+= ${RT_VAR_DIR}/mason_data ${APACHE_USER} ${APACHE_GROUP} 0770 13OWN_DIRS_PERMS+= ${RT_VAR_DIR}/mason_data ${APACHE_USER} ${APACHE_GROUP} 0770
14OWN_DIRS_PERMS+= ${RT_VAR_DIR}/mason_data/cache ${APACHE_USER} ${APACHE_GROUP} 0770 14OWN_DIRS_PERMS+= ${RT_VAR_DIR}/mason_data/cache ${APACHE_USER} ${APACHE_GROUP} 0770
@@ -46,27 +46,27 @@ SUBST_STAGE.hardwired= post-patch @@ -46,27 +46,27 @@ SUBST_STAGE.hardwired= post-patch
46RT_CONFIG_FILES= RT_Config.pm RT_SiteConfig.pm 46RT_CONFIG_FILES= RT_Config.pm RT_SiteConfig.pm
47 47
48.for _file_ in ${RT_CONFIG_FILES} 48.for _file_ in ${RT_CONFIG_FILES}
49CONF_FILES_PERMS+= ${RT_EXAMPLE_DIR}/${_file_} \ 49CONF_FILES_PERMS+= ${RT_EXAMPLE_DIR}/${_file_} \
50 ${PKG_SYSCONFDIR}/${_file_} \ 50 ${PKG_SYSCONFDIR}/${_file_} \
51 ${ROOT_USER} ${RT_GROUP} 0550 51 ${ROOT_USER} ${RT_GROUP} 0550
52.endfor 52.endfor
53 53
54RT_ETC_FILES= acl.Oracle acl.Pg acl.mysql constraints.mysql \ 54RT_ETC_FILES= acl.Oracle acl.Pg acl.mysql constraints.mysql \
55 drop.Oracle initialdata schema.Oracle schema.Pg \ 55 drop.Oracle initialdata schema.Oracle schema.Pg \
56 schema.SQLite schema.mysql-4.0 schema.mysql-4.1 56 schema.SQLite schema.mysql-4.0 schema.mysql-4.1
57RT_UPGRADE_DIRS= 3.3.0 3.3.11 3.5.1 3.7.1 3.7.3 3.7.10 3.7.15 \ 57RT_UPGRADE_DIRS= 3.3.0 3.3.11 3.5.1 3.7.1 3.7.3 3.7.10 3.7.15 \
58 3.7.19 3.7.81 3.7.82 3.7.85 3.7.86 3.7.87 \ 58 3.7.19 3.7.81 3.7.82 3.7.85 3.7.86 3.7.87 \
59 3.8.0 3.8.1 3.8.2 3.8.3 3.8.4 59 3.8.0 3.8.1 3.8.2 3.8.3 3.8.4 3.8.6
60 60
61MESSAGE_SUBST+= RTVARDIR=${RT_VAR_DIR:Q} RTSHAREDIR=${RT_SHARE_DIR:Q} 61MESSAGE_SUBST+= RTVARDIR=${RT_VAR_DIR:Q} RTSHAREDIR=${RT_SHARE_DIR:Q}
62 62
63USE_TOOLS+= pax 63USE_TOOLS+= pax
64 64
65do-install: 65do-install:
66 @${ECHO} "=> Configuration files" 66 @${ECHO} "=> Configuration files"
67 ${INSTALL_DATA_DIR} ${DESTDIR}${RT_EXAMPLE_DIR} 67 ${INSTALL_DATA_DIR} ${DESTDIR}${RT_EXAMPLE_DIR}
68.for _file_ in ${RT_CONFIG_FILES} 68.for _file_ in ${RT_CONFIG_FILES}
69 ${INSTALL_DATA} ${WRKSRC}/etc/${_file_} ${DESTDIR}${RT_EXAMPLE_DIR} 69 ${INSTALL_DATA} ${WRKSRC}/etc/${_file_} ${DESTDIR}${RT_EXAMPLE_DIR}
70.endfor 70.endfor
71 ${INSTALL_DATA_DIR} ${DESTDIR}${RT_SHARE_DIR}/etc 71 ${INSTALL_DATA_DIR} ${DESTDIR}${RT_SHARE_DIR}/etc
72.for _file_ in ${RT_ETC_FILES} 72.for _file_ in ${RT_ETC_FILES}

cvs diff -r1.13 -r1.13.2.1 pkgsrc/devel/rt3/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/rt3/Attic/distinfo 2009/09/15 23:15:58 1.13
+++ pkgsrc/devel/rt3/Attic/distinfo 2009/12/04 15:42:38 1.13.2.1
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.13 2009/09/15 23:15:58 spz Exp $ 1$NetBSD: distinfo,v 1.13.2.1 2009/12/04 15:42:38 tron Exp $
2 2
3SHA1 (rt-3.8.5.tar.gz) = 26854e1a34052a2a922dc0ff533056f782813ea7 3SHA1 (rt-3.8.6.tar.gz) = a26350016a828ab4067438f0ea9b2b97ca9026f7
4RMD160 (rt-3.8.5.tar.gz) = 132516bc5cd15a3a1f8fd0c46b3d95fafc1f53eb 4RMD160 (rt-3.8.6.tar.gz) = 39b79564aa697beda78eb7b05fd718a3f9d4b28c
5Size (rt-3.8.5.tar.gz) = 3323600 bytes 5Size (rt-3.8.6.tar.gz) = 3363499 bytes
6SHA1 (patch-aa) = 23964ba8d686931e1f92be88fa3a5d5e06070fce 6SHA1 (patch-aa) = 23964ba8d686931e1f92be88fa3a5d5e06070fce

cvs diff -r1.15 -r1.15.4.1 pkgsrc/devel/rt3/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/rt3/Attic/PLIST 2009/06/21 15:31:39 1.15
+++ pkgsrc/devel/rt3/Attic/PLIST 2009/12/04 15:42:38 1.15.4.1
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.15 2009/06/21 15:31:39 spz Exp $ 1@comment $NetBSD: PLIST,v 1.15.4.1 2009/12/04 15:42:38 tron Exp $
2bin/mason_handler.fcgi 2bin/mason_handler.fcgi
3${PLIST.speedycgi}bin/mason_handler.scgi 3${PLIST.speedycgi}bin/mason_handler.scgi
4bin/mason_handler.svc 4bin/mason_handler.svc
5bin/rt 5bin/rt
6bin/rt-crontool 6bin/rt-crontool
7bin/rt-mailgate 7bin/rt-mailgate
8bin/standalone_httpd 8bin/standalone_httpd
9bin/webmux.pl 9bin/webmux.pl
10lib/rt3/RT.pm 10lib/rt3/RT.pm
11lib/rt3/RT.pm.in 11lib/rt3/RT.pm.in
12lib/rt3/RT/ACE.pm 12lib/rt3/RT/ACE.pm
13lib/rt3/RT/ACE_Overlay.pm 13lib/rt3/RT/ACE_Overlay.pm
14lib/rt3/RT/ACL.pm 14lib/rt3/RT/ACL.pm
@@ -237,28 +237,28 @@ lib/rt3/RT/Tickets_Overlay_SQL.pm @@ -237,28 +237,28 @@ lib/rt3/RT/Tickets_Overlay_SQL.pm
237lib/rt3/RT/Transaction.pm 237lib/rt3/RT/Transaction.pm
238lib/rt3/RT/Transaction_Overlay.pm 238lib/rt3/RT/Transaction_Overlay.pm
239lib/rt3/RT/Transactions.pm 239lib/rt3/RT/Transactions.pm
240lib/rt3/RT/Transactions_Overlay.pm 240lib/rt3/RT/Transactions_Overlay.pm
241lib/rt3/RT/URI.pm 241lib/rt3/RT/URI.pm
242lib/rt3/RT/URI/base.pm 242lib/rt3/RT/URI/base.pm
243lib/rt3/RT/URI/fsck_com_rt.pm 243lib/rt3/RT/URI/fsck_com_rt.pm
244lib/rt3/RT/URI/t.pm 244lib/rt3/RT/URI/t.pm
245lib/rt3/RT/User.pm 245lib/rt3/RT/User.pm
246lib/rt3/RT/User_Overlay.pm 246lib/rt3/RT/User_Overlay.pm
247lib/rt3/RT/Users.pm 247lib/rt3/RT/Users.pm
248lib/rt3/RT/Users_Overlay.pm 248lib/rt3/RT/Users_Overlay.pm
249lib/rt3/RT/Util.pm 249lib/rt3/RT/Util.pm
250sbin/rt-dump-database 
251sbin/rt-clean-sessions 250sbin/rt-clean-sessions
 251sbin/rt-dump-database
252sbin/rt-email-dashboards 252sbin/rt-email-dashboards
253sbin/rt-email-digest 253sbin/rt-email-digest
254sbin/rt-email-group-admin 254sbin/rt-email-group-admin
255sbin/rt-server 255sbin/rt-server
256sbin/rt-setup-database 256sbin/rt-setup-database
257sbin/rt-shredder 257sbin/rt-shredder
258sbin/rt-test-dependencies 258sbin/rt-test-dependencies
259sbin/rt-validator 259sbin/rt-validator
260share/doc/rt3/README 260share/doc/rt3/README
261share/examples/rt3/RT_Config.pm 261share/examples/rt3/RT_Config.pm
262share/examples/rt3/RT_SiteConfig.pm 262share/examples/rt3/RT_SiteConfig.pm
263share/rt3/etc/acl.Oracle 263share/rt3/etc/acl.Oracle
264share/rt3/etc/acl.Pg 264share/rt3/etc/acl.Pg
@@ -299,26 +299,27 @@ share/rt3/etc/upgrade/3.7.3/schema.Pg @@ -299,26 +299,27 @@ share/rt3/etc/upgrade/3.7.3/schema.Pg
299share/rt3/etc/upgrade/3.7.3/schema.mysql 299share/rt3/etc/upgrade/3.7.3/schema.mysql
300share/rt3/etc/upgrade/3.7.81/schema.Oracle 300share/rt3/etc/upgrade/3.7.81/schema.Oracle
301share/rt3/etc/upgrade/3.7.81/schema.mysql 301share/rt3/etc/upgrade/3.7.81/schema.mysql
302share/rt3/etc/upgrade/3.7.82/content 302share/rt3/etc/upgrade/3.7.82/content
303share/rt3/etc/upgrade/3.7.85/content 303share/rt3/etc/upgrade/3.7.85/content
304share/rt3/etc/upgrade/3.7.86/content 304share/rt3/etc/upgrade/3.7.86/content
305share/rt3/etc/upgrade/3.7.87/content 305share/rt3/etc/upgrade/3.7.87/content
306share/rt3/etc/upgrade/3.8.0/content 306share/rt3/etc/upgrade/3.8.0/content
307share/rt3/etc/upgrade/3.8.1/content 307share/rt3/etc/upgrade/3.8.1/content
308share/rt3/etc/upgrade/3.8.2/content 308share/rt3/etc/upgrade/3.8.2/content
309share/rt3/etc/upgrade/3.8.3/content 309share/rt3/etc/upgrade/3.8.3/content
310share/rt3/etc/upgrade/3.8.3/schema.Pg 310share/rt3/etc/upgrade/3.8.3/schema.Pg
311share/rt3/etc/upgrade/3.8.4/content 311share/rt3/etc/upgrade/3.8.4/content
 312share/rt3/etc/upgrade/3.8.6/content
312share/rt3/html/Admin/CustomFields/GroupRights.html 313share/rt3/html/Admin/CustomFields/GroupRights.html
313share/rt3/html/Admin/CustomFields/Modify.html 314share/rt3/html/Admin/CustomFields/Modify.html
314share/rt3/html/Admin/CustomFields/Objects.html 315share/rt3/html/Admin/CustomFields/Objects.html
315share/rt3/html/Admin/CustomFields/UserRights.html 316share/rt3/html/Admin/CustomFields/UserRights.html
316share/rt3/html/Admin/CustomFields/index.html 317share/rt3/html/Admin/CustomFields/index.html
317share/rt3/html/Admin/Elements/AddCustomFieldValue 318share/rt3/html/Admin/Elements/AddCustomFieldValue
318share/rt3/html/Admin/Elements/ConfigureMyRT 319share/rt3/html/Admin/Elements/ConfigureMyRT
319share/rt3/html/Admin/Elements/CreateUserCalled 320share/rt3/html/Admin/Elements/CreateUserCalled
320share/rt3/html/Admin/Elements/CustomFieldTabs 321share/rt3/html/Admin/Elements/CustomFieldTabs
321share/rt3/html/Admin/Elements/EditCustomField 322share/rt3/html/Admin/Elements/EditCustomField
322share/rt3/html/Admin/Elements/EditCustomFieldValues 323share/rt3/html/Admin/Elements/EditCustomFieldValues
323share/rt3/html/Admin/Elements/EditCustomFieldValuesSource 324share/rt3/html/Admin/Elements/EditCustomFieldValuesSource
324share/rt3/html/Admin/Elements/EditCustomFields 325share/rt3/html/Admin/Elements/EditCustomFields
@@ -328,26 +329,27 @@ share/rt3/html/Admin/Elements/EditScrips @@ -328,26 +329,27 @@ share/rt3/html/Admin/Elements/EditScrips
328share/rt3/html/Admin/Elements/EditTemplates 329share/rt3/html/Admin/Elements/EditTemplates
329share/rt3/html/Admin/Elements/EditUserComments 330share/rt3/html/Admin/Elements/EditUserComments
330share/rt3/html/Admin/Elements/GlobalCustomFieldTabs 331share/rt3/html/Admin/Elements/GlobalCustomFieldTabs
331share/rt3/html/Admin/Elements/GroupTabs 332share/rt3/html/Admin/Elements/GroupTabs
332share/rt3/html/Admin/Elements/Header 333share/rt3/html/Admin/Elements/Header
333share/rt3/html/Admin/Elements/ListGlobalCustomFields 334share/rt3/html/Admin/Elements/ListGlobalCustomFields
334share/rt3/html/Admin/Elements/ListGlobalScrips 335share/rt3/html/Admin/Elements/ListGlobalScrips
335share/rt3/html/Admin/Elements/ModifyTemplate 336share/rt3/html/Admin/Elements/ModifyTemplate
336share/rt3/html/Admin/Elements/ObjectCustomFields 337share/rt3/html/Admin/Elements/ObjectCustomFields
337share/rt3/html/Admin/Elements/PickCustomFields 338share/rt3/html/Admin/Elements/PickCustomFields
338share/rt3/html/Admin/Elements/PickObjects 339share/rt3/html/Admin/Elements/PickObjects
339share/rt3/html/Admin/Elements/QueueRightsForUser 340share/rt3/html/Admin/Elements/QueueRightsForUser
340share/rt3/html/Admin/Elements/QueueTabs 341share/rt3/html/Admin/Elements/QueueTabs
 342share/rt3/html/Admin/Elements/SelectCustomField
341share/rt3/html/Admin/Elements/SelectCustomFieldLookupType 343share/rt3/html/Admin/Elements/SelectCustomFieldLookupType
342share/rt3/html/Admin/Elements/SelectCustomFieldType 344share/rt3/html/Admin/Elements/SelectCustomFieldType
343share/rt3/html/Admin/Elements/SelectGroups 345share/rt3/html/Admin/Elements/SelectGroups
344share/rt3/html/Admin/Elements/SelectModifyGroup 346share/rt3/html/Admin/Elements/SelectModifyGroup
345share/rt3/html/Admin/Elements/SelectModifyQueue 347share/rt3/html/Admin/Elements/SelectModifyQueue
346share/rt3/html/Admin/Elements/SelectModifyUser 348share/rt3/html/Admin/Elements/SelectModifyUser
347share/rt3/html/Admin/Elements/SelectNewGroupMembers 349share/rt3/html/Admin/Elements/SelectNewGroupMembers
348share/rt3/html/Admin/Elements/SelectRights 350share/rt3/html/Admin/Elements/SelectRights
349share/rt3/html/Admin/Elements/SelectScrip 351share/rt3/html/Admin/Elements/SelectScrip
350share/rt3/html/Admin/Elements/SelectScripAction 352share/rt3/html/Admin/Elements/SelectScripAction
351share/rt3/html/Admin/Elements/SelectScripCondition 353share/rt3/html/Admin/Elements/SelectScripCondition
352share/rt3/html/Admin/Elements/SelectSingleOrMultiple 354share/rt3/html/Admin/Elements/SelectSingleOrMultiple
353share/rt3/html/Admin/Elements/SelectStage 355share/rt3/html/Admin/Elements/SelectStage
@@ -413,27 +415,26 @@ share/rt3/html/Admin/Users/History.html @@ -413,27 +415,26 @@ share/rt3/html/Admin/Users/History.html
413share/rt3/html/Admin/Users/Memberships.html 415share/rt3/html/Admin/Users/Memberships.html
414share/rt3/html/Admin/Users/Modify.html 416share/rt3/html/Admin/Users/Modify.html
415share/rt3/html/Admin/Users/MyRT.html 417share/rt3/html/Admin/Users/MyRT.html
416share/rt3/html/Admin/Users/index.html 418share/rt3/html/Admin/Users/index.html
417share/rt3/html/Admin/autohandler 419share/rt3/html/Admin/autohandler
418share/rt3/html/Admin/index.html 420share/rt3/html/Admin/index.html
419share/rt3/html/Approvals/Display.html 421share/rt3/html/Approvals/Display.html
420share/rt3/html/Approvals/Elements/Approve 422share/rt3/html/Approvals/Elements/Approve
421share/rt3/html/Approvals/Elements/PendingMyApproval 423share/rt3/html/Approvals/Elements/PendingMyApproval
422share/rt3/html/Approvals/Elements/ShowDependency 424share/rt3/html/Approvals/Elements/ShowDependency
423share/rt3/html/Approvals/Elements/Tabs 425share/rt3/html/Approvals/Elements/Tabs
424share/rt3/html/Approvals/autohandler 426share/rt3/html/Approvals/autohandler
425share/rt3/html/Approvals/index.html 427share/rt3/html/Approvals/index.html
426share/rt3/html/CalPopup.html 
427share/rt3/html/Dashboards/Elements/DashboardsForObject 428share/rt3/html/Dashboards/Elements/DashboardsForObject
428share/rt3/html/Dashboards/Elements/DashboardsForObjects 429share/rt3/html/Dashboards/Elements/DashboardsForObjects
429share/rt3/html/Dashboards/Elements/Deleted 430share/rt3/html/Dashboards/Elements/Deleted
430share/rt3/html/Dashboards/Elements/HiddenSearches 431share/rt3/html/Dashboards/Elements/HiddenSearches
431share/rt3/html/Dashboards/Elements/ListOfDashboards 432share/rt3/html/Dashboards/Elements/ListOfDashboards
432share/rt3/html/Dashboards/Elements/SelectPrivacy 433share/rt3/html/Dashboards/Elements/SelectPrivacy
433share/rt3/html/Dashboards/Elements/ShowDashboards 434share/rt3/html/Dashboards/Elements/ShowDashboards
434share/rt3/html/Dashboards/Elements/ShowPortlet/component 435share/rt3/html/Dashboards/Elements/ShowPortlet/component
435share/rt3/html/Dashboards/Elements/ShowPortlet/dashboard 436share/rt3/html/Dashboards/Elements/ShowPortlet/dashboard
436share/rt3/html/Dashboards/Elements/ShowPortlet/search 437share/rt3/html/Dashboards/Elements/ShowPortlet/search
437share/rt3/html/Dashboards/Elements/ShowSubscription 438share/rt3/html/Dashboards/Elements/ShowSubscription
438share/rt3/html/Dashboards/Elements/Tabs 439share/rt3/html/Dashboards/Elements/Tabs
439share/rt3/html/Dashboards/Modify.html 440share/rt3/html/Dashboards/Modify.html