DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38300>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38300 Summary: [PATCH] doc-info module (page-envelope module replacement) Product: Lenya Version: Trunk Platform: Other OS/Version: other Status: NEW Severity: enhancement Priority: P2 Component: Miscellaneous AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] The "doc-info" module's intention is accessing document properties. Currently, the page-envelope module is used for accessing document properties. The problem is that the properties returned by the page-envelope module are always relative to the current publication/document. The new module allows access to documents independent of the actual context. The module is called as follows (see Javadoc): * {doc-info:{publication-id}:{area}:{document-id}:{document-language}:{property}} * where {property} may be: * <ul> * <li>resourceType</li> * <li>lastModified</li> * <li>mimeType</li> * </ul> On the long run, the page-envelope module should be used only for getting the actual context, not for accessing document properties. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
