mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
17533: Fix for unreported issue for events with multiple days (secondary elements) aren't filtered correctly when view is filtered by tags 17535: ETHREEOH-3411 - Alert appears when loading My Dashboard when Documents I'm editing dashlet is aded and site name was edited with XSS text 17536: Fixes for various forms issues (ETHREEOH-3398, ETHREEOH-3273, ETHREEOH-3339 & ALFCOM-3587) and reverted accidentally checked in log4j.properties file - Folders can now have tags applied in edit form - Working copy nodes have their cm:name property set to protected - Removed mandatory marker from checkbox control (if you have a boolean there is always a value so no need to mark as mandatory) - Potential security issue 17537: ETHREEOH-1908 - .docx word documents are not displayed in 'Word Documents' category in 'Document List' component. Also fixed some i18n strings. 17538: Fix for ETHREEOH-3085 and ETHREEOH-3341. - NTLM/Kerberos, Tomcat/JBoss5 and JSF client now play nicely on session timeout and display the correct configured page on first login. - Tested Share NTLM works correctly with above changes. 17539: Fix for ETHREEOH-3368: UI does not show multi-valued MLText propertis as localisable 17543: Merged DEV_TEMPORARY to V3.2 17529: Fix for ETHREEOH-3186 & ETHREEOH-3187 17544: Fix for ETHREEOH-1509 - Manage action is not applied for task resources part from My Tasks tab in Office Addins if user already opens another task. 17547: Fix for ETHREEOH-1709 - AccessDeniedException - Download Servlet not re-directing user to login page. - WebDav path now resolved to a noderef as system user - then the permission test for READ_CONTENT is performed directly on the resulting noderef. 17548: Fix for ETHREEOH-3137 - Tags created for All day event are not displayed in Tags pane. 17551: Final part of fix for ETHREEOH-2161 includes solution for ETHREEOH-3270. - An admin user can now optionally disable the execute of Rules and the Archive of nodes during a folder delete operation. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@18128 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
163 lines
8.2 KiB
Plaintext
163 lines
8.2 KiB
Plaintext
<%--
|
|
* Copyright (C) 2005-2007 Alfresco Software Limited.
|
|
|
|
* This program is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU General Public License
|
|
* as published by the Free Software Foundation; either version 2
|
|
* of the License, or (at your option) any later version.
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program; if not, write to the Free Software
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
* As a special exception to the terms and conditions of version 2.0 of
|
|
* the GPL, you may redistribute this Program in connection with Free/Libre
|
|
* and Open Source Software ("FLOSS") applications as described in Alfresco's
|
|
* FLOSS exception. You should have recieved a copy of the text describing
|
|
* the FLOSS exception, and it is also available here:
|
|
* http://www.alfresco.com/legal/licensing"
|
|
--%>
|
|
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
|
|
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
|
|
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
|
|
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
|
|
|
|
<a:panel id="pooled-panel" label="#{msg.task_pooled_properties}" rendered="#{DialogManager.bean.pooledTask}"
|
|
border="white" bgcolor="white" titleBorder="lbgrey" expandedTitleBorder="dotted" titleBgcolor="white" styleClass="mainSubTitle">
|
|
|
|
<r:propertySheetGrid id="pooled-task-props" value="#{DialogManager.bean.taskNode}" columns="1" >
|
|
<r:property id="pooled-task-owner" readOnly="true" name="owner" />
|
|
<r:association id="pooled-task-pool" readOnly="true" name="bpm:pooledActors" />
|
|
</r:propertySheetGrid>
|
|
|
|
</a:panel>
|
|
|
|
<h:outputText id="padding1" styleClass="paddingRow" value=" " escape="false" rendered="#{DialogManager.bean.pooledTask}" />
|
|
|
|
<a:panel id="metadata-panel" label="#{msg.task_properties}"
|
|
border="white" bgcolor="white" titleBorder="lbgrey" expandedTitleBorder="dotted" titleBgcolor="white" styleClass="mainSubTitle">
|
|
|
|
<r:propertySheetGrid id="task-props" value="#{DialogManager.bean.taskNode}"
|
|
var="taskProps" columns="1" externalConfig="true" />
|
|
</a:panel>
|
|
|
|
<h:outputText id="padding2" styleClass="paddingRow" value=" " escape="false" />
|
|
|
|
<a:panel id="resources-panel" label="#{msg.resources}"
|
|
border="white" bgcolor="white" titleBorder="lbgrey" expandedTitleBorder="dotted" titleBgcolor="white" styleClass="mainSubTitle">
|
|
|
|
<h:outputText value="#{msg.no_resources}" rendered="#{empty DialogManager.bean.resources}" />
|
|
|
|
<a:richList id="resources-list" viewMode="details" value="#{DialogManager.bean.resources}" var="r"
|
|
binding="#{DialogManager.bean.packageItemsRichList}"
|
|
styleClass="recordSet" headerStyleClass="recordSetHeader" rowStyleClass="recordSetRow"
|
|
altRowStyleClass="recordSetRowAlt" width="100%" pageSize="10"
|
|
initialSortColumn="name" initialSortDescending="true"
|
|
rendered="#{not empty DialogManager.bean.resources}" refreshOnBind="true">
|
|
|
|
<%-- Name column --%>
|
|
<a:column id="col1" primary="true" width="200" style="padding:2px;text-align:left">
|
|
<f:facet name="header">
|
|
<a:sortLink id="col1-sort" label="#{msg.name}" value="name" mode="case-insensitive" styleClass="header"/>
|
|
</f:facet>
|
|
<f:facet name="small-icon">
|
|
<a:actionLink id="col1-act1" value="#{r.name}" href="#{r.url}" target="new" image="#{r.fileType16}"
|
|
showLink="false" styleClass="inlineAction" />
|
|
</f:facet>
|
|
<a:actionLink id="col1-act2" value="#{r.name}" href="#{r.url}" target="new" />
|
|
<r:lockIcon id="col1-lock" value="#{r.nodeRef}" align="absmiddle" />
|
|
</a:column>
|
|
|
|
<%-- Description column --%>
|
|
<a:column id="col2" style="padding:2px;text-align:left">
|
|
<f:facet name="header">
|
|
<a:sortLink id="col2-sort" label="#{msg.description}" value="description" styleClass="header"/>
|
|
</f:facet>
|
|
<h:outputText id="col2-txt" value="#{r.description}" />
|
|
</a:column>
|
|
|
|
<%-- Path column --%>
|
|
<a:column id="col3" style="padding:2px;text-align:left">
|
|
<f:facet name="header">
|
|
<a:sortLink id="col3-sort" label="#{msg.path}" value="path" styleClass="header"/>
|
|
</f:facet>
|
|
<r:nodePath id="col3-path" value="#{r.path}" action="dialog:close:browse"
|
|
actionListener="#{BrowseBean.clickSpacePath}" />
|
|
</a:column>
|
|
|
|
<%-- Created Date column --%>
|
|
<a:column id="col4" style="padding:2px;text-align:left">
|
|
<f:facet name="header">
|
|
<a:sortLink id="col4-sort" label="#{msg.created}" value="created" styleClass="header"/>
|
|
</f:facet>
|
|
<h:outputText id="col4-txt" value="#{r.created}">
|
|
<a:convertXMLDate type="both" pattern="#{msg.date_time_pattern}" />
|
|
</h:outputText>
|
|
</a:column>
|
|
|
|
<%-- Modified Date column --%>
|
|
<a:column id="col5" style="padding:2px;text-align:left">
|
|
<f:facet name="header">
|
|
<a:sortLink id="col5-sort" label="#{msg.modified}" value="modified" styleClass="header"/>
|
|
</f:facet>
|
|
<h:outputText id="col5-txt" value="#{r.modified}">
|
|
<a:convertXMLDate type="both" pattern="#{msg.date_time_pattern}" />
|
|
</h:outputText>
|
|
</a:column>
|
|
|
|
<%-- Actions column --%>
|
|
<a:column id="col6" actions="true" style="padding:2px;text-align:left">
|
|
<f:facet name="header">
|
|
<h:outputText id="col6-txt" value="#{msg.actions}"/>
|
|
</f:facet>
|
|
<r:actions id="col6-actions" value="#{DialogManager.bean.packageItemActionGroup}"
|
|
context="#{r}" showLink="false" styleClass="inlineAction" />
|
|
</a:column>
|
|
<a:dataPager styleClass="pager" id="pager1" />
|
|
</a:richList>
|
|
|
|
<h:panelGrid id="package-actions-group" columns="1" styleClass="paddingRow">
|
|
<r:actions id="package-actions" context="#{DialogManager.bean.taskNode}"
|
|
value="#{DialogManager.bean.packageActionGroup}" />
|
|
</h:panelGrid>
|
|
|
|
<h:panelGrid id="add-item-control" columns="1" rendered="#{DialogManager.bean.itemBeingAdded}"
|
|
styleClass="selector" style="margin-top: 6px;">
|
|
<r:contentSelector id="content-picker" value="#{DialogManager.bean.itemsToAdd}" styleClass="" />
|
|
<h:panelGrid columns="2">
|
|
<h:commandButton value="#{msg.add_to_list_button}" actionListener="#{DialogManager.bean.addPackageItems}" />
|
|
<h:commandButton value="#{msg.cancel}" actionListener="#{DialogManager.bean.cancelAddPackageItems}" />
|
|
</h:panelGrid>
|
|
</h:panelGrid>
|
|
|
|
</a:panel>
|
|
|
|
<h:outputText id="padding3" styleClass="paddingRow" value=" " escape="false" />
|
|
|
|
<a:panel id="workflow-summary-panel" label="#{msg.part_of_workflow}"
|
|
border="white" bgcolor="white" titleBorder="lbgrey" expandedTitleBorder="dotted" titleBgcolor="white" styleClass="mainSubTitle">
|
|
|
|
<r:workflowSummary id="workflow-summary" value="#{DialogManager.bean.workflowInstance}" styleClass="workflowSummary" />
|
|
|
|
<f:verbatim><div style="padding-left:9px;padding-top:8px;padding-bottom:4px"></f:verbatim>
|
|
<a:panel id="pending-submission-panel" label="#{msg.workflow_history}" progressive="true"
|
|
expanded="true" styleClass="mainSubTitle">
|
|
<r:workflowHistory id="workflow-history" value="#{DialogManager.bean.workflowInstance}" styleClass="workflowHistoryList" />
|
|
</a:panel>
|
|
<f:verbatim></div></f:verbatim>
|
|
</a:panel>
|
|
|
|
<h:outputText id="padding4" styleClass="paddingRow" value=" " escape="false" />
|
|
|
|
<a:panel rendered="false" id="workflow-outline" label="#{msg.workflow_outline}" progressive="true" expanded="false"
|
|
border="white" bgcolor="white" titleBorder="lbgrey" expandedTitleBorder="dotted" titleBgcolor="white" styleClass="mainSubTitle">
|
|
|
|
<h:graphicImage value="#{DialogManager.bean.workflowDefinitionImageUrl}"/>
|
|
|
|
</a:panel>
|