[jira] Updated: (COCOON-1993) Make Forms resources loaded directly

2007-02-18 Thread Grzegorz Kossakowski (JIRA)

 [ 
https://issues.apache.org/jira/browse/COCOON-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Grzegorz Kossakowski updated COCOON-1993:
-

Attachment: cocoon-forms-impl-patch-4.txt

cocoon-forms-impl-patch-4.txt:

Grrr. Another bug in Subclipse found. When you move file and make additional 
modifications, only those modifications will be included in the patch. That 
makes applying patch broken.

Now it should work.

 Make Forms resources loaded directly
 

 Key: COCOON-1993
 URL: https://issues.apache.org/jira/browse/COCOON-1993
 Project: Cocoon
  Issue Type: Sub-task
  Components: Blocks: Forms
Affects Versions: 2.2-dev (Current SVN)
Reporter: Grzegorz Kossakowski
 Fix For: 2.2-dev (Current SVN)

 Attachments: cocoon-forms-impl-patch-1.txt, 
 cocoon-forms-impl-patch-2.txt, cocoon-forms-impl-patch-3.txt, 
 cocoon-forms-impl-patch-4.txt, cocoon-forms-sample-patch-1.txt, 
 cocoon-forms-sample-patch-2.txt, cocoon-forms-sample-patch-3.txt


 Steps required to achieve this goal are the same as in 
 https://issues.apache.org/jira/browse/COCOON-1992

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (COCOON-1993) Make Forms resources loaded directly

2007-02-10 Thread Grzegorz Kossakowski (aka g[R]eK) (JIRA)

 [ 
https://issues.apache.org/jira/browse/COCOON-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Grzegorz Kossakowski (aka g[R]eK) updated COCOON-1993:
--

Attachment: cocoon-forms-impl-patch-3.txt

cocoon-forms-impl-patch-3.txt:
Patch adapted to the latest changes of servlet-service-fw, see 
http://article.gmane.org/gmane.text.xml.cocoon.cvs/23271 for details.

This patch also makes use of servletLinkRewriterReader introduced in 
COCOON-1997. This way, refactoring of resources locations seems to be complete. 
This applies to the resources exposed to browser (html code, js, etc).

I'm thinking of refactoring links in server-side resources (xsl, js for 
flowscript) but it's not priority-critical.

 Make Forms resources loaded directly
 

 Key: COCOON-1993
 URL: https://issues.apache.org/jira/browse/COCOON-1993
 Project: Cocoon
  Issue Type: Sub-task
  Components: Blocks: Forms
Affects Versions: 2.2-dev (Current SVN)
Reporter: Grzegorz Kossakowski (aka g[R]eK)
 Fix For: 2.2-dev (Current SVN)

 Attachments: cocoon-forms-impl-patch-1.txt, 
 cocoon-forms-impl-patch-2.txt, cocoon-forms-impl-patch-3.txt, 
 cocoon-forms-sample-patch-1.txt, cocoon-forms-sample-patch-2.txt


 Steps required to achieve this goal are the same as in 
 https://issues.apache.org/jira/browse/COCOON-1992

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (COCOON-1993) Make Forms resources loaded directly

2007-02-10 Thread Grzegorz Kossakowski (aka g[R]eK) (JIRA)

 [ 
https://issues.apache.org/jira/browse/COCOON-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Grzegorz Kossakowski (aka g[R]eK) updated COCOON-1993:
--

Attachment: cocoon-forms-sample-patch-3.txt

cocoon-forms-sample-patch-3.txt:

Patch adapted to the latest changes of servlet-service-fw, see 
http://article.gmane.org/gmane.text.xml.cocoon.cvs/23271 for details.

 Make Forms resources loaded directly
 

 Key: COCOON-1993
 URL: https://issues.apache.org/jira/browse/COCOON-1993
 Project: Cocoon
  Issue Type: Sub-task
  Components: Blocks: Forms
Affects Versions: 2.2-dev (Current SVN)
Reporter: Grzegorz Kossakowski (aka g[R]eK)
 Fix For: 2.2-dev (Current SVN)

 Attachments: cocoon-forms-impl-patch-1.txt, 
 cocoon-forms-impl-patch-2.txt, cocoon-forms-impl-patch-3.txt, 
 cocoon-forms-sample-patch-1.txt, cocoon-forms-sample-patch-2.txt, 
 cocoon-forms-sample-patch-3.txt


 Steps required to achieve this goal are the same as in 
 https://issues.apache.org/jira/browse/COCOON-1992

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (COCOON-1993) Make Forms resources loaded directly

2007-02-02 Thread Grzegorz Kossakowski (aka g[R]eK) (JIRA)

 [ 
https://issues.apache.org/jira/browse/COCOON-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Grzegorz Kossakowski (aka g[R]eK) updated COCOON-1993:
--

Attachment: cocoon-forms-impl-patch-2.txt

cocoon-forms-impl-patch-2.txt:

This patch fixes issues related to paths problems mentioned before. Actually, 
I've split paths in js and xslt files so resources form different blocks can be 
mounted on completely different locations.
Also I've moved manifest.js to the right location and added it required by 
calling dojo.required so Dojo doesn't have to guess location of this file. 
Adding cocoon.forms.manifest to required assures that it's loaded on right 
phase and our namescape handler is registered before it's being used.

Splitting paths demanded changes in various places, but I think that led to 
cleaner contracts. There is no resourecesUri variable that would be used to 
load resources from different blocks, and thus making any further refactorings 
much harder.

This patch includes all changes from previous one.

WARNING: Some paths (see manifest.js) are hardcoded until I write link 
rewriting reader discussed here: 
http://article.gmane.org/gmane.text.xml.cocoon.devel/70027

 Make Forms resources loaded directly
 

 Key: COCOON-1993
 URL: https://issues.apache.org/jira/browse/COCOON-1993
 Project: Cocoon
  Issue Type: Sub-task
  Components: Blocks: Forms
Affects Versions: 2.2-dev (Current SVN)
Reporter: Grzegorz Kossakowski (aka g[R]eK)
 Fix For: 2.2-dev (Current SVN)

 Attachments: cocoon-forms-impl-patch-1.txt, 
 cocoon-forms-impl-patch-2.txt, cocoon-forms-sample-patch-1.txt


 Steps required to achieve this goal are the same as in 
 https://issues.apache.org/jira/browse/COCOON-1992

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (COCOON-1993) Make Forms resources loaded directly

2007-02-02 Thread Grzegorz Kossakowski (aka g[R]eK) (JIRA)

 [ 
https://issues.apache.org/jira/browse/COCOON-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Grzegorz Kossakowski (aka g[R]eK) updated COCOON-1993:
--

Attachment: cocoon-forms-sample-patch-2.txt

cocoon-forms-sample-patch-2.txt:

All resource-uri parameters has been replaced by dojo-resources and 
forms-resources parameters. For details take a look at comments on 
cocoon-forms-impl-patch-2.txt.

I've also changed bean definition of SitemapServlet to use servlet-service-fw 
instead of blocks-fw.

This patch affects cocoon-forms-sample module only and includes all changes 
from previous patch.

 Make Forms resources loaded directly
 

 Key: COCOON-1993
 URL: https://issues.apache.org/jira/browse/COCOON-1993
 Project: Cocoon
  Issue Type: Sub-task
  Components: Blocks: Forms
Affects Versions: 2.2-dev (Current SVN)
Reporter: Grzegorz Kossakowski (aka g[R]eK)
 Fix For: 2.2-dev (Current SVN)

 Attachments: cocoon-forms-impl-patch-1.txt, 
 cocoon-forms-impl-patch-2.txt, cocoon-forms-sample-patch-1.txt, 
 cocoon-forms-sample-patch-2.txt


 Steps required to achieve this goal are the same as in 
 https://issues.apache.org/jira/browse/COCOON-1992

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (COCOON-1993) Make Forms resources loaded directly

2007-02-02 Thread Reinhard Poetz (JIRA)

 [ 
https://issues.apache.org/jira/browse/COCOON-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Reinhard Poetz updated COCOON-1993:
---

Other Info: [Patch available]

 Make Forms resources loaded directly
 

 Key: COCOON-1993
 URL: https://issues.apache.org/jira/browse/COCOON-1993
 Project: Cocoon
  Issue Type: Sub-task
  Components: Blocks: Forms
Affects Versions: 2.2-dev (Current SVN)
Reporter: Grzegorz Kossakowski (aka g[R]eK)
 Fix For: 2.2-dev (Current SVN)

 Attachments: cocoon-forms-impl-patch-1.txt, 
 cocoon-forms-impl-patch-2.txt, cocoon-forms-sample-patch-1.txt, 
 cocoon-forms-sample-patch-2.txt


 Steps required to achieve this goal are the same as in 
 https://issues.apache.org/jira/browse/COCOON-1992

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (COCOON-1993) Make Forms resources loaded directly

2007-01-28 Thread Grzegorz Kossakowski (aka g[R]eK) (JIRA)

 [ 
https://issues.apache.org/jira/browse/COCOON-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Grzegorz Kossakowski (aka g[R]eK) updated COCOON-1993:
--

Attachment: cocoon-forms-impl-patch-1.txt

 Make Forms resources loaded directly
 

 Key: COCOON-1993
 URL: https://issues.apache.org/jira/browse/COCOON-1993
 Project: Cocoon
  Issue Type: Sub-task
  Components: Blocks: Forms
Affects Versions: 2.2-dev (Current SVN)
Reporter: Grzegorz Kossakowski (aka g[R]eK)
 Fix For: 2.2-dev (Current SVN)

 Attachments: cocoon-forms-impl-patch-1.txt


 Steps required to achieve this goal are the same as in 
 https://issues.apache.org/jira/browse/COCOON-1992

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (COCOON-1993) Make Forms resources loaded directly

2007-01-28 Thread Grzegorz Kossakowski (aka g[R]eK) (JIRA)

 [ 
https://issues.apache.org/jira/browse/COCOON-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Grzegorz Kossakowski (aka g[R]eK) updated COCOON-1993:
--

Attachment: cocoon-forms-sample-patch-1.txt

 Make Forms resources loaded directly
 

 Key: COCOON-1993
 URL: https://issues.apache.org/jira/browse/COCOON-1993
 Project: Cocoon
  Issue Type: Sub-task
  Components: Blocks: Forms
Affects Versions: 2.2-dev (Current SVN)
Reporter: Grzegorz Kossakowski (aka g[R]eK)
 Fix For: 2.2-dev (Current SVN)

 Attachments: cocoon-forms-impl-patch-1.txt, 
 cocoon-forms-sample-patch-1.txt


 Steps required to achieve this goal are the same as in 
 https://issues.apache.org/jira/browse/COCOON-1992

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.