RE: [Tooling] Experimental Plugin for Eclipse for Sling aka Slingclipse

2012-10-25 Thread Dan Klco
Antonio, This is a really promising tool! I really like the idea of the save hook. I was wondering how you were planning on doing the initial project population? It would be really cool to have an import option where it would import the files out of Sling through the regular project import

RE: [Tooling] Experimental Plugin for Eclipse for Sling aka Slingclipse

2012-10-25 Thread Dan Klco
-Original Message- From: Antonio Sanso [mailto:asa...@adobe.com] Sent: Thursday, October 25, 2012 10:29 AM To: dev@sling.apache.org Subject: Re: [Tooling] Experimental Plugin for Eclipse for Sling aka Slingclipse Hi Dan, On Oct 25, 2012, at 4:08 PM, Dan Klco wrote: Antonio

RE: [slingclipse] Checking out resources fails if the DefaultGetServlet does not serve the content

2012-11-14 Thread Dan Klco
Antonio, This was something I was concerned about with using the built in get servlet for retrieving the content. Would it make any sense to create a servlet which would retrieve resources without being affected by the Sling URL Mapping or other application rewriting? -Dan -Original

Resource Access Tags

2012-12-05 Thread Dan Klco
with defaults and object casting The patches for this functionality and a page describing the Sling TLDs, including what tags are available in each version of the Sling TLD are on this issue: https://issues.apache.org/jira/browse/SLING-2648 Thanks, Dan Klco Senior Staff Engineer, Adobe WEM / Day CQ5 San

RE: Resource Access Tags

2013-02-22 Thread Dan Klco
the process would be for getting Sling Taglib 2.1.9 released? Is there anything else required before it gets released or anything I can do to help the process? Thanks, Dan From: Dan Klco Sent: Wednesday, December 05, 2012 3:48 PM To: dev@sling.apache.org Subject: Resource Access Tags All, I

RE: Resource Access Tags

2013-02-25 Thread Dan Klco
it, this looks fine -- a deeper review is welcome. Yet, I wonder whether we should add those tags and EL functions to the existing JSP taglib or whether we should create a Resource API specific tag library ? WDYT ? Regards Felix Am 22.02.2013 um 14:26 schrieb Dan Klco: All, I've made some additional

RE: Resource Access Tags

2013-03-02 Thread Dan Klco
: Tuesday, February 26, 2013 5:19 AM To: dev@sling.apache.org Subject: Re: Resource Access Tags Hi, Am 26.02.2013 um 05:04 schrieb Dan Klco: Felix, I like the idea of creating a separate Resource API tag library. I think there's enough functionality there to justify it and it may or may

RE: Resource Access Tags

2013-03-05 Thread Dan Klco
Just wanted to keep this discussion going. It seems like the discussion is whether: - To separate out this code, since it is functionally different than the existing tag and introduces more complexity. VS - Keeping a single bundle to avoid the work required for downstream implementers to

Sling Dynamic Proxy

2013-03-29 Thread Dan Klco
to the Sling developers and the Sling community. Thanks, Dan Klco Senior Staff Engineer, Adobe WEM / Day CQ5 San Ramon, CA / Dayton, OH [Description: Description: Description: cid:image003.gif@01CCF856.90108760]http://www.sixdimensions.com/ Cell (937) 231-3050 Office (937) 343-1326 Fax (877

RE: Sling Dynamic Proxy

2013-03-29 Thread Dan Klco
= slingProxyService.getProxy(resource, Page.class); Is not just Page page = resource.adaptTo(Page.class); Regards, Justin On Fri, Mar 29, 2013 at 3:14 PM, Dan Klco dan.k...@sixdimensions.comwrote: Hello Everyone, A colleague (Michael Kelleher) and I have built an extension we would be interested

RE: Sling Dynamic Proxy

2013-04-02 Thread Dan Klco
to retrieve the data required. -Dan -Original Message- From: Alexander Klimetschek [mailto:aklim...@adobe.com] Sent: Tuesday, April 02, 2013 8:19 AM To: dev@sling.apache.org Subject: Re: Sling Dynamic Proxy On 29.03.2013, at 20:14, Dan Klco dan.k...@sixdimensions.com wrote

RE: Sling Dynamic Proxy

2013-04-02 Thread Dan Klco
Hi Sounds like an interesting proposal (except that we don't use the I prefix for interfaces). Am 29.03.2013 um 20:14 schrieb Dan Klco: Hello Everyone, A colleague (Michael Kelleher) and I have built an extension we would be interested in incorporating into Sling, as a contributed module

RE: Sling Dynamic Proxy

2013-04-02 Thread Dan Klco
, Mar 29, 2013 at 4:04 PM, Dan Klco dan.k...@sixdimensions.comwrote: Justin, I total agree, however I didn't see a way to inject adaptables into the Sling Adapter Manager without knowing the exact class to be adapted ahead of time. I would imagine there would be a way to change this, but I

RE: Automated tests, at least under /bundles

2013-04-05 Thread Dan Klco
+1 to documentation and unit tests. Especially documentation in the form of examples. -Original Message- From: Oliver Lietz [mailto:apa...@oliverlietz.de] Sent: Friday, April 05, 2013 6:37 AM To: dev@sling.apache.org Subject: Re: Automated tests, at least under /bundles Am Freitag,

RE: [ANN] Please welcome Dan Klco as a Sling committer

2013-04-23 Thread Dan Klco
[mailto:cziege...@apache.org] Sent: Tuesday, April 23, 2013 4:36 AM To: dev@sling.apache.org Subject: Re: [ANN] Please welcome Dan Klco as a Sling committer Welcome Dan! Carsten 2013/4/23 Antonio Sanso asa...@adobe.com ...and congrats Dan! Regards Antonio On Apr 23, 2013, at 10:02 AM, Bertrand

SLING-2838: Broken Links Throughout Site

2013-04-24 Thread Dan Klco
Does someone want to handle this issue, since it will take a while to get my Apache account setup? The patch attached to the issue fixes 100+ broken links on the sling.apache.org website. Most of the links are links to external resources in the documentation. These links use references, even

RE: SLING-2838: Broken Links Throughout Site

2013-04-26 Thread Dan Klco
follow, otherwise I will promote the changes to the live site as per the docs: http://www.apache.org/dev/cmsref.html#publishing Thanks, Dan -Original Message- From: Dan Klco [mailto:dan.k...@sixdimensions.com] Sent: Wednesday, April 24, 2013 9:49 AM To: dev@sling.apache.org Subject: SLING

RE: Disabling artifact archival on builds.apache.org?

2013-05-02 Thread Dan Klco
+1 -Original Message- From: Bertrand Delacretaz [mailto:bdelacre...@apache.org] Sent: Thursday, May 02, 2013 10:51 AM To: dev@sling.apache.org Subject: Re: Disabling artifact archival on builds.apache.org? Hi, On Thu, May 2, 2013 at 4:46 PM, Robert Munteanu romb...@apache.org wrote:

RE: [jira] [Commented] (SLING-2859) Add SCR annotations and bnd lib as default dependencies

2013-05-08 Thread Dan Klco
+1 We may want to consider cleaning up other dependencies as well, for example Apache Commons Lang is included 8 separate times in different bundles. I will put in another issue for this. -Original Message- From: Felix Meschberger (JIRA) [mailto:j...@apache.org] Sent: Wednesday, May

RE: support for JSTL 1.2

2013-05-08 Thread Dan Klco
Ondrej, This sounds interesting, though it seems like Expression Language support was added in JSTL 1.1, so it should be supported currently. Could you please create an issue and attach a patch file for the proposed change? It looks like the dependency being referenced is GlassFish's JSTL

RE: support for JSTL 1.2 (SLING-2648)

2013-05-08 Thread Dan Klco
; version=2.1 On 8 May 2013, at 21:42, Dan Klco dan.k...@sixdimensions.com wrote: Ondrej, This sounds interesting, though it seems like Expression Language support was added in JSTL 1.1, so it should be supported currently. Could you please create an issue and attach a patch file

RE: support for JSTL 1.2

2013-05-09 Thread Dan Klco
). The real cause of the problems I've been having is documented in JIRA under SLING-2863 and SLING-2864. I also provided a patch to fix it in SLING-2864 Thanks, Ondrej On 8 May 2013, at 21:42, Dan Klco dan.k...@sixdimensions.com wrote: Ondrej, This sounds interesting, though it seems like

RE: support for JSTL 1.2

2013-05-09 Thread Dan Klco
API whenever possible. What do you think? BTW: I can go through the code and make appropriate changes - if you agree Ondrej On 9 May 2013, at 17:11, Dan Klco dan.k...@sixdimensions.com wrote: Ondrej, Thank you for all of the investigation and patch. I have tested and committed the patch

RE: Releasing discovery

2013-05-20 Thread Dan Klco
Carsten, I am not sure I fully understand the scope and usage of this API. From what I have seen in the code and the mailing list discussions, it is meant to expose clustered Sling instances to each other and send notifications when instances are added and removed. It also facilitates the

Integration Tests

2013-05-20 Thread Dan Klco
All, For doing some end-to-end testing of the new Resource Access Tags, I added some integration tests into the project. These tests take approximately 16 seconds to run and require starting up an instance of Sling on a random port. Should these tests be included as part of the default

Re: [VOTE] release org.apache.sling.auth.form version 1.0.4

2013-05-24 Thread Dan Klco
+1 On May 24, 2013, at 5:06 AM, Bertrand Delacretaz bdelacre...@apache.org wrote: Hi, We solved 3 issues in this release: https://issues.apache.org/jira/browse/SLING/fixforversion/12315993 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-039/ You

Using Apache Geranimo JSTL

2013-05-30 Thread Dan Klco
All, While working on getting integration tests set up for the new TagLib functionality, I found that the Apache Geranimo project released a JSTL bundle for their servlet container. http://search.maven.org/#artifactdetails%7Corg.apache.geronimo.bundles%7Cjstl%7C1.2_1%7Cbundle

RE: [tooling] Moving forward with IDE tooling

2013-05-30 Thread Dan Klco
I am open to the idea of using VLT as a base, but we will have to do some pretty extensive work to clean up the error handling and messaging. I haven't taken a look at the newest version, but 2.4.18 is still a black box when it doesn't work, which seems to happen unpredictably. I am assuming

RE: [tooling] Moving forward with IDE tooling

2013-06-03 Thread Dan Klco
Seems like that would require a lot of content to be potentially updated. Would this be possible to handle as part of the node type definition? It may require coordination with the JackRabbit team, but it would seem to me that this would be something you'd want to handle at the type

RE: [tooling] Moving forward with IDE tooling

2013-06-03 Thread Dan Klco
I am definitely a fan of the synchronization idea using something like the Source Control Synchronization dialog in Eclipse. This would be a must have feature in my mind. It would be useful in the case where a developer may have deployed say another package and isn't 100% sure they're not

Re: Taglib URI versions considered harmful

2013-06-13 Thread Dan Klco
Alexander, This makes sense. I am thinking then with the changes in the TLD, plus the significant increases in functionality inside the TLDs it may make sense to go ahead and call this Taglib 2.0 and try to do a clean break. One option would be to keep the 1.0 version of the tag lib in the

Re: Wrong handling of service.ranking property in Sling Filter ordering

2013-06-18 Thread Dan Klco
+1 It also seems a lot more intuitive to me to have service.ranking and filter.order both work in the same ordinality. On 6/18/13 8:20 AM, Bertrand Delacretaz bdelacre...@apache.org wrote: On Tue, Jun 18, 2013 at 2:04 PM, Felix Meschberger fmesc...@adobe.com wrote: ...We basically have two

Re: Sling Trunk Build Failure

2013-06-18 Thread Dan Klco
Dishara, Hm, not that I know of at least. I was not able to reproduce the issue you indicated. Can you try re-running the item build with the command below? This should run Maven in debug mode and start it at the project which failed. mvn install -rf :sling-servlet-archetype -X Also, what

RE: Using Apache Geranimo JSTL

2013-06-18 Thread Dan Klco
not working in sling). Regards, Robert On May 30, 2013, at 11:22 PM, Dan Klco dan.k...@sixdimensions.com wrote: All, While working on getting integration tests set up for the new TagLib functionality, I found that the Apache Geranimo project released a JSTL bundle for their servlet container

Re: [jira] [Resolved] (SLING-2921) Remove Version from TLD URI

2013-06-19 Thread Dan Klco
on at the moment. Thanks, Dan On 6/19/13 5:30 AM, Felix Meschberger fmesc...@adobe.com wrote: Thanks Dan for fixing. Where do we stand for a release of that bundle ? Regards Felix Am 18.06.2013 um 17:28 schrieb Dan Klco (JIRA): [ https://issues.apache.org/jira/browse/SLING-2921?page

[RESULT] [VOTE] Release Apache Sling CMS 0.14.0

2019-11-22 Thread Dan Klco
Hi, The vote has passed with the following result: +1 (binding): Robert Munteanu, Stefan Seifert, Radu Cotescu, Dan Klco +1 (non-binding): none I will copy this release to the Sling dist directory and promote the artifacts to the central Maven repository. Regards, Dan Klco

[VOTE] Release Apache Sling CMS 0.14.0

2019-11-19 Thread Dan Klco
for at least 72 hours. Regards, Dan Klco

CVE-2022-43670: Apache Sling App CMS: XSS in Sling CMS Reference App Taxonomy Path

2022-11-02 Thread Dan Klco
Severity: low Description: An improper neutralization of input during web page generation ('Cross-site Scripting') [CWE-79] vulnerability in Sling App CMS version 1.1.0 and prior may allow an authenticated remote attacker to perform a reflected cross site scripting (XSS) attack in the

[jira] [Created] (SLING-2611) MockResource Properties

2012-10-01 Thread Dan Klco (JIRA)
Dan Klco created SLING-2611: --- Summary: MockResource Properties Key: SLING-2611 URL: https://issues.apache.org/jira/browse/SLING-2611 Project: Sling Issue Type: Improvement Components

[jira] [Updated] (SLING-2611) MockResource Properties

2012-10-01 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco updated SLING-2611: Attachment: MockResource-Properties.diff Attaching patch file MockResource Properties

[jira] [Commented] (SLING-2629) [Tooling] Add tycho build to Slingclipse

2012-10-25 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13484310#comment-13484310 ] Dan Klco commented on SLING-2629: - I'll second the issue, the patch does not seem

[jira] [Updated] (SLING-2629) [Tooling] Add tycho build to Slingclipse

2012-10-25 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco updated SLING-2629: Attachment: SLING-2629-tycho-build-1.diff I attached a new patch I created based on Robert's patch

[jira] [Commented] (SLING-2634) [Tooling] Slingclipse should expose the operations it performs and their results

2012-10-26 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13484872#comment-13484872 ] Dan Klco commented on SLING-2634: - An interesting way to do that might be to create

[jira] [Created] (SLING-2636) [Tooling] Add ability to Import from Sling Repository

2012-10-26 Thread Dan Klco (JIRA)
Dan Klco created SLING-2636: --- Summary: [Tooling] Add ability to Import from Sling Repository Key: SLING-2636 URL: https://issues.apache.org/jira/browse/SLING-2636 Project: Sling Issue Type: Sub

[jira] [Created] (SLING-2637) [Tooling] Ignore Build Output Eclipse Metadata

2012-10-26 Thread Dan Klco (JIRA)
Dan Klco created SLING-2637: --- Summary: [Tooling] Ignore Build Output Eclipse Metadata Key: SLING-2637 URL: https://issues.apache.org/jira/browse/SLING-2637 Project: Sling Issue Type: Sub-task

[jira] [Updated] (SLING-2637) [Tooling] Ignore Build Output Eclipse Metadata

2012-10-26 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco updated SLING-2637: Attachment: SLING-2637-Ignore-Pattern.diff Attached is a patch for ignoring these files

[jira] [Updated] (SLING-2636) [Tooling] Add ability to Import from Sling Repository

2012-10-26 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco updated SLING-2636: Attachment: SLING-2636-Import-Wizard.diff Attached is a start for the UI for the Import Wizard. It's

[jira] [Updated] (SLING-2636) [Tooling] Add ability to Import from Sling Repository

2012-10-30 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco updated SLING-2636: Attachment: SLING-2636-Import-IN-PROGRESS.diff Okay, cool. I have some code (attached) that is a work

[jira] [Comment Edited] (SLING-2635) [Tooling] Logging framework for Slingclipse

2012-10-31 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13487717#comment-13487717 ] Dan Klco edited comment on SLING-2635 at 10/31/12 12:46 PM: I

[jira] [Commented] (SLING-2635) [Tooling] Logging framework for Slingclipse

2012-10-31 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13487717#comment-13487717 ] Dan Klco commented on SLING-2635: - I'd actually recommend abstracting the logging. I can

[jira] [Created] (SLING-2641) Make listChildren() Iterable

2012-10-31 Thread Dan Klco (JIRA)
Dan Klco created SLING-2641: --- Summary: Make listChildren() Iterable Key: SLING-2641 URL: https://issues.apache.org/jira/browse/SLING-2641 Project: Sling Issue Type: Improvement

[jira] [Updated] (SLING-2641) Make listChildren() Iterable

2012-10-31 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco updated SLING-2641: Attachment: SLING-2641-Resource-Iterator.diff Patch for the change proposed in this issue

[jira] [Created] (SLING-2642) org.apache.sling.commons.classloader

2012-10-31 Thread Dan Klco (JIRA)
Dan Klco created SLING-2642: --- Summary: org.apache.sling.commons.classloader Key: SLING-2642 URL: https://issues.apache.org/jira/browse/SLING-2642 Project: Sling Issue Type: Bug

[jira] [Updated] (SLING-2642) org.apache.sling.commons.classloader Test Failure

2012-10-31 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco updated SLING-2642: Component/s: Commons Description: When attempting to compile Sling from the source based

[jira] [Updated] (SLING-2642) org.apache.sling.commons.classloader Test Failure

2012-10-31 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco updated SLING-2642: Attachment: maven-output.txt TEST

[jira] [Created] (SLING-2643) org.apache.sling.commons.log Test Failure

2012-10-31 Thread Dan Klco (JIRA)
Dan Klco created SLING-2643: --- Summary: org.apache.sling.commons.log Test Failure Key: SLING-2643 URL: https://issues.apache.org/jira/browse/SLING-2643 Project: Sling Issue Type: Bug

[jira] [Updated] (SLING-2643) org.apache.sling.commons.log Test Failure

2012-10-31 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco updated SLING-2643: Attachment: TEST-org.apache.sling.commons.log.internal.slf4j.SlingLogWriterTest.xml

[jira] [Updated] (SLING-2643) org.apache.sling.commons.log Test Failure

2012-10-31 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco updated SLING-2643: Attachment: SLING-2643-Skip-If-Writable.diff I think the problem occurs when a user with administrative

[jira] [Commented] (SLING-2641) Make listChildren() Iterable

2012-10-31 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13487936#comment-13487936 ] Dan Klco commented on SLING-2641: - [~cziegeler], that's a good idea. Actually, it would

[jira] [Commented] (SLING-2641) Make listChildren() Iterable

2012-11-01 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13488798#comment-13488798 ] Dan Klco commented on SLING-2641: - Felix, so would the new method return an object which

[jira] [Updated] (SLING-2642) org.apache.sling.commons.classloader Test Failure

2012-11-01 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco updated SLING-2642: Attachment: SLING-2642-Update-Pax-Exam-Version.diff To be honest, I'm still not sure what is breaking

[jira] [Commented] (SLING-2636) [Tooling] Add ability to Import from Sling Repository

2012-11-01 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13488979#comment-13488979 ] Dan Klco commented on SLING-2636: - Both make sense to me. One nice thing about the name

[jira] [Created] (SLING-2647) Track Import Progress

2012-11-02 Thread Dan Klco (JIRA)
Dan Klco created SLING-2647: --- Summary: Track Import Progress Key: SLING-2647 URL: https://issues.apache.org/jira/browse/SLING-2647 Project: Sling Issue Type: Sub-task Components

[jira] [Updated] (SLING-2647) Track Import Progress

2012-11-02 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco updated SLING-2647: Attachment: SLING-2647-Track-Progress.diff Attached is a patch for tracking the progress. I also removed

[jira] [Commented] (SLING-2647) Track Import Progress

2012-11-02 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13489667#comment-13489667 ] Dan Klco commented on SLING-2647: - I wouldn't see a scenario where I would want to export

[jira] [Commented] (SLING-2647) Track Import Progress

2012-11-02 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13489693#comment-13489693 ] Dan Klco commented on SLING-2647: - Right, that makes sense, so should it do a contains

[jira] [Created] (SLING-2648) Add Resource Access Tags

2012-11-02 Thread Dan Klco (JIRA)
Dan Klco created SLING-2648: --- Summary: Add Resource Access Tags Key: SLING-2648 URL: https://issues.apache.org/jira/browse/SLING-2648 Project: Sling Issue Type: New Feature Components

[jira] [Updated] (SLING-2648) Add Resource Access Tags

2012-11-02 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco updated SLING-2648: Attachment: SLING-2648-Add-Resource-Access-Tags.diff Adding a patch for the Resource Access Tags

[jira] [Updated] (SLING-2648) Add Resource Access Tags

2012-11-02 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco updated SLING-2648: Labels: patch scripting taglib (was: ) Add Resource Access Tags

[jira] [Updated] (SLING-2648) Add Resource Access Tags

2012-11-14 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco updated SLING-2648: Attachment: SLING-2648-Document-Tags.diff SLING-2648-Add-Resource-Access-Tags.diff

[jira] [Created] (SLING-2689) Document SlingServlet

2012-11-30 Thread Dan Klco (JIRA)
Dan Klco created SLING-2689: --- Summary: Document SlingServlet Key: SLING-2689 URL: https://issues.apache.org/jira/browse/SLING-2689 Project: Sling Issue Type: Bug Components

[jira] [Created] (SLING-2695) SlingServletResolver Logging

2012-12-06 Thread Dan Klco (JIRA)
Dan Klco created SLING-2695: --- Summary: SlingServletResolver Logging Key: SLING-2695 URL: https://issues.apache.org/jira/browse/SLING-2695 Project: Sling Issue Type: Improvement

[jira] [Updated] (SLING-2695) SlingServletResolver Logging

2012-12-06 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco updated SLING-2695: Attachment: SLING-2695.diff Attached is a patch for switching the logger for the SlingServletResolver

[jira] [Commented] (SLING-2695) SlingServletResolver Logging

2012-12-10 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13527913#comment-13527913 ] Dan Klco commented on SLING-2695: - Not sure that's an advantage if you're trying

[jira] [Updated] (SLING-1500) Patch Submission: Expression Language (EL) Functions for JSP Taglib

2013-02-19 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco updated SLING-1500: Attachment: SLING-1500.diff Attached is a new patch to integrate the functionality provided by Mark

[jira] [Created] (SLING-2838) Broken Links Throughout Site

2013-04-23 Thread Dan Klco (JIRA)
Dan Klco created SLING-2838: --- Summary: Broken Links Throughout Site Key: SLING-2838 URL: https://issues.apache.org/jira/browse/SLING-2838 Project: Sling Issue Type: Bug Components: Site

[jira] [Updated] (SLING-2838) Broken Links Throughout Site

2013-04-23 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco updated SLING-2838: Attachment: SLING-2838.diff Adding a patch containing the changes. Broken Links

[jira] [Commented] (SLING-2838) Broken Links Throughout Site

2013-04-25 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13641971#comment-13641971 ] Dan Klco commented on SLING-2838: - Fair enough, I'll just replace the mailto links

[jira] [Commented] (SLING-2838) Broken Links Throughout Site

2013-04-25 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13642100#comment-13642100 ] Dan Klco commented on SLING-2838: - Found a few more issues: - site.css links to incorrect

[jira] [Resolved] (SLING-2838) Broken Links Throughout Site

2013-04-28 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco resolved SLING-2838. - Resolution: Fixed The broken links found with the link checker have been resolved, except for a few

[jira] [Assigned] (SLING-2809) broken link

2013-04-28 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco reassigned SLING-2809: --- Assignee: Dan Klco broken link --- Key: SLING-2809

[jira] [Assigned] (SLING-2689) Document SlingServlet

2013-05-02 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco reassigned SLING-2689: --- Assignee: Dan Klco Document SlingServlet - Key: SLING

[jira] [Resolved] (SLING-2689) Document SlingServlet

2013-05-02 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco resolved SLING-2689. - Resolution: Fixed This was fixed by [~bdelacretaz] in revision 1453820 Document

[jira] [Assigned] (SLING-1500) Patch Submission: Expression Language (EL) Functions for JSP Taglib

2013-05-02 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco reassigned SLING-1500: --- Assignee: Dan Klco Patch Submission: Expression Language (EL) Functions for JSP Taglib

[jira] [Created] (SLING-2861) Include Apache Commons Lang in Dependency Management

2013-05-08 Thread Dan Klco (JIRA)
Dan Klco created SLING-2861: --- Summary: Include Apache Commons Lang in Dependency Management Key: SLING-2861 URL: https://issues.apache.org/jira/browse/SLING-2861 Project: Sling Issue Type

[jira] [Resolved] (SLING-2861) Include Apache Commons Lang in Dependency Management

2013-05-10 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco resolved SLING-2861. - Resolution: Won't Fix Agreed, the cost of having to release a new parent to update this dependency

[jira] [Created] (SLING-2871) Make Function/Tag Names More Consistent

2013-05-13 Thread Dan Klco (JIRA)
Dan Klco created SLING-2871: --- Summary: Make Function/Tag Names More Consistent Key: SLING-2871 URL: https://issues.apache.org/jira/browse/SLING-2871 Project: Sling Issue Type: Improvement

[jira] [Assigned] (SLING-2871) Make Function/Tag Names More Consistent

2013-05-13 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco reassigned SLING-2871: --- Assignee: Dan Klco Make Function/Tag Names More Consistent

[jira] [Commented] (SLING-2871) Make Function/Tag Names More Consistent

2013-05-13 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13656439#comment-13656439 ] Dan Klco commented on SLING-2871: - I believe this is fixed, the only one which is somewhat

[jira] [Assigned] (SLING-2863) unable to use taglib version 1.3 out of the box

2013-05-30 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco reassigned SLING-2863: --- Assignee: Dan Klco unable to use taglib version 1.3 out of the box

[jira] [Resolved] (SLING-2863) unable to use taglib version 1.3 out of the box

2013-05-31 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco resolved SLING-2863. - Resolution: Fixed Fix Version/s: Scripting JSP-Taglib 2.1.10 I used Geranimo's JSTL

[jira] [Resolved] (SLING-2809) broken link

2013-05-31 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco resolved SLING-2809. - Resolution: Fixed [~calinb] I believe this issue is resolved, I was also able to fix a number of other

[jira] [Assigned] (SLING-2834) sling:include support two new attributes

2013-06-07 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco reassigned SLING-2834: --- Assignee: Dan Klco sling:include support two new attributes

[jira] [Created] (SLING-2921) Remove Version from TLD URI

2013-06-18 Thread Dan Klco (JIRA)
Dan Klco created SLING-2921: --- Summary: Remove Version from TLD URI Key: SLING-2921 URL: https://issues.apache.org/jira/browse/SLING-2921 Project: Sling Issue Type: Improvement Components

[jira] [Resolved] (SLING-2921) Remove Version from TLD URI

2013-06-18 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco resolved SLING-2921. - Resolution: Fixed Fixed for the next release of the Sling TagLib Remove Version from

[jira] [Created] (SLING-2922) ResourceResolver.findResources Broken In ResourceResolver 1.0.7-SNAPSHOT

2013-06-18 Thread Dan Klco (JIRA)
Dan Klco created SLING-2922: --- Summary: ResourceResolver.findResources Broken In ResourceResolver 1.0.7-SNAPSHOT Key: SLING-2922 URL: https://issues.apache.org/jira/browse/SLING-2922 Project: Sling

[jira] [Resolved] (SLING-1500) Patch Submission: Expression Language (EL) Functions for JSP Taglib

2013-06-19 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco resolved SLING-1500. - Resolution: Fixed Added support for getting default and casted values with the EL function 'getValue

[jira] [Resolved] (SLING-2834) sling:include support two new attributes

2013-07-02 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco resolved SLING-2834. - Resolution: Fixed Added the new variables and support for saving included content

[jira] [Updated] (SLING-2864) taglib 1.3 function's signature is invalid

2013-08-02 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco updated SLING-2864: Fix Version/s: (was: Scripting JST 2.0.8) Scripting JSP-Taglib 2.1.10 taglib

[jira] [Updated] (SLING-1500) Patch Submission: Expression Language (EL) Functions for JSP Taglib

2013-08-02 Thread Dan Klco (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco updated SLING-1500: Fix Version/s: Scripting JSP-Taglib 2.1.10 Patch Submission: Expression Language (EL) Functions

  1   2   3   4   5   6   7   8   9   10   >