haul01/08/14 08:33:11
Modified:lib velocity-1.1.jar
Log:
Contained "old" logkit version. Replaced with new jar that doesn't contain it.
Revision ChangesPath
1.3 +417 -525 xml-cocoon2/lib/v
haul01/08/15 00:16:41
Modified:lib Tag: cocoon_20_branch velocity-1.1.jar
Log:
Replaced with version that doesn't contain old logkit. Breaks velocity :-(
Revision ChangesPath
No revision
No revision
1.
haul01/08/24 06:00:37
Modified:webapp Tag: cocoon_20_branch sitemap.xmap
Log:
Forgot to change default parameter syntax
Revision ChangesPath
No revision
No revision
1.11.2.30 +2 -2 xml-cocoon2/webapp
haul01/09/18 07:23:07
Modified:src/org/apache/cocoon/components/language/markup/xsp/java
form-validator.xsl
Log:
enclose get-results tag with xsp:expr
Revision ChangesPath
1.5 +3 -3
xml-cocoon2/src/org/apache/cocoon/components
haul01/09/18 07:47:00
Modified:xdocsmatchers_selectors.xml
webapp sitemap.xmap
src/org/apache/cocoon Constants.java
src/org/apache/cocoon/selection HeaderSelectorFactory.java
RequestSelectorFactory.java
haul01/09/18 07:51:15
Modified:xdocsTag: cocoon_20_branch matchers_selectors.xml
Log:
changed *SessionState(Matcher|Selector)* to more general
*SessionAttribute(Matcher|Selector)*
updated docs + samples accordingly
Revision ChangesPath
No
haul01/09/18 07:51:59
Modified:webapp Tag: cocoon_20_branch sitemap.xmap
Log:
changed *SessionState(Matcher|Selector)* to more general
*SessionAttribute(Matcher|Selector)*
updated docs + samples accordingly
Revision ChangesPath
No revision
haul01/09/18 07:52:50
Modified:src/org/apache/cocoon Tag: cocoon_20_branch Constants.java
Log:
changed *SessionState(Matcher|Selector)* to more general
*SessionAttribute(Matcher|Selector)*
updated docs + samples accordingly
Revision ChangesPath
No
haul01/09/18 07:53:26
Modified:src/org/apache/cocoon/acting Tag: cocoon_20_branch
SessionStateAction.java
Log:
changed *SessionState(Matcher|Selector)* to more general
*SessionAttribute(Matcher|Selector)*
updated docs + samples accordingly
haul01/09/18 07:56:41
Modified:src/org/apache/cocoon/matching Tag: cocoon_20_branch
WildcardHeaderMatcherFactory.java
Log:
- changed *SessionState(Matcher|Selector)* to more general
*SessionAttribute(Matcher|Selector)*
updated docs + samples
haul01/09/18 07:56:45
Modified:src/org/apache/cocoon/matching Tag: cocoon_20_branch
WildcardParameterValueMatcherFactory.java
Log:
- changed *SessionState(Matcher|Selector)* to more general
*SessionAttribute(Matcher|Selector)*
updated docs + samples
haul01/09/18 07:56:50
Added: src/org/apache/cocoon/matching Tag: cocoon_20_branch
WildcardSessionAttributeMatcherFactory.java
Log:
- changed *SessionState(Matcher|Selector)* to more general
*SessionAttribute(Matcher|Selector)*
updated docs
haul01/09/18 07:56:54
Removed: src/org/apache/cocoon/matching Tag: cocoon_20_branch
WildcardSessionStateMatcherFactory.java
Log:
- changed *SessionState(Matcher|Selector)* to more general
*SessionAttribute(Matcher|Selector)*
updated docs + samples
haul01/09/18 07:58:40
Modified:src/org/apache/cocoon/selection Tag: cocoon_20_branch
HeaderSelectorFactory.java
Log:
- changed *SessionState(Matcher|Selector)* to more general
*SessionAttribute(Matcher|Selector)*
updated docs + samples accordingly
haul01/09/18 07:58:45
Modified:src/org/apache/cocoon/selection Tag: cocoon_20_branch
RequestSelectorFactory.java
Log:
- changed *SessionState(Matcher|Selector)* to more general
*SessionAttribute(Matcher|Selector)*
updated docs + samples accordingly
haul01/09/18 07:58:49
Added: src/org/apache/cocoon/selection Tag: cocoon_20_branch
SessionAttributeSelectorFactory.java
Log:
- changed *SessionState(Matcher|Selector)* to more general
*SessionAttribute(Matcher|Selector)*
updated docs + samples
haul01/09/18 07:58:54
Removed: src/org/apache/cocoon/selection Tag: cocoon_20_branch
SessionStateSelectorFactory.java
Log:
- changed *SessionState(Matcher|Selector)* to more general
*SessionAttribute(Matcher|Selector)*
updated docs + samples
haul01/09/18 08:00:15
Modified:src/org/apache/cocoon/components/language/markup/xsp/java
Tag: cocoon_20_branch form-validator.xsl
Log:
embed get-result in xsp:expr
Revision ChangesPath
No revision
No
haul01/09/18 08:15:05
Modified:src/org/apache/cocoon/selection Tag: cocoon_20_branch
SessionAttributeSelectorFactory.java
Log:
forgot to rename class
Revision ChangesPath
No revision
No revision
haul01/11/19 07:04:49
Added: src/org/apache/cocoon/acting
RequestParameterExistsAction.java
Log:
I found this quite handy during development.
Revision ChangesPath
1.1
xml-cocoon2/src/org/apache/cocoon/acting
haul01/11/19 07:06:49
Modified:webapp/WEB-INF web.xml
Log:
Corrected parameter ordering.
Revision ChangesPath
1.15 +6 -6 xml-cocoon2/webapp/WEB-INF/web.xml
Index: web.xml
===
RCS file
haul01/11/19 07:08:23
Modified:webapp/WEB-INF Tag: cocoon_20_branch web.xml
Log:
Corrected parameter ordering
Revision ChangesPath
No revision
No revision
1.1.1.1.2.12 +6 -6 xml-cocoon2/webapp/WEB-INF/web.xml
haul01/11/19 07:15:32
Modified:src/org/apache/cocoon/components/language/markup/xsp/java
Tag: cocoon_20_branch esql.xsl
Log:
Added missing error template (however that got lost)
Revision ChangesPath
No revision
No
haul01/11/19 07:23:53
Modified:src/org/apache/cocoon/components/language/markup/xsp/java
esql.xsl
documentation/xdocs/userdocs/xsp esql.xml
Log:
- added missing error template
- added get-struct & get-array tags for ORDBMS ac
haul01/11/19 07:29:37
Modified:.build.xml
Log:
Added conditional for informix database driver.
Revision ChangesPath
1.93 +4 -0 xml-cocoon2/build.xml
Index: build.xml
===
RCS
haul01/11/19 07:51:55
Modified:src/org/apache/cocoon/acting AbstractDatabaseAction.java
Log:
- made typeConstants protected (was private) since I'd
like to access it from a child class (to overwrite
getColumn)
- added support for Array, Struct, and O
haul01/11/19 08:06:34
Modified:webapp/WEB-INF/db cocoondb.properties cocoondb.script
Log:
some additional tables
Revision ChangesPath
1.4 +1 -1 xml-cocoon2/webapp/WEB-INF/db/cocoondb.properties
Index: cocoondb.properties
haul01/11/19 08:18:04
xml-cocoon2/scratchpad/src/org/apache/cocoon/acting - New directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
haul01/11/19 08:18:05
xml-cocoon2/scratchpad/src/org/apache/cocoon/acting/ModularDatabaseAccess - New
directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED
haul01/11/19 08:18:04
xml-cocoon2/scratchpad/webapp/mount/mod-db - New directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
haul01/11/19 08:18:04
xml-cocoon2/scratchpad/webapp/mount - New directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
haul01/11/19 08:18:04
xml-cocoon2/scratchpad/webapp - New directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
haul01/11/20 04:33:55
Modified:src/org/apache/cocoon/components/language/markup/xsp
EsqlQuery.java
src/org/apache/cocoon/components/language/markup/xsp/java
esql.xsl
documentation/xdocs/userdocs/xsp
haul01/11/23 01:25:55
Modified:webapp sitemap.xmap
Log:
Added comments.
Revision ChangesPath
1.62 +338 -15 xml-cocoon2/webapp/sitemap.xmap
Index: sitemap.xmap
===
RCS file: /home/cvs
haul01/11/23 03:09:53
Modified:scratchpad/src/org/apache/cocoon/acting
ModularDatabaseAction.java
Log:
Forgot to enable references to table's @alias in table-sets
Revision ChangesPath
1.2 +5 -2
xml-cocoon2/scratchpad/sr
haul01/11/23 05:51:59
Modified:webapp Tag: cocoon_20_branch sitemap.xmap
Log:
Added comments.
Revision ChangesPath
No revision
No revision
1.11.2.40 +331 -15 xml-cocoon2/webapp/sitemap.xmap
Index
haul01/11/26 01:19:51
Modified:webapp sitemap.xmap
src/org/apache/cocoon/sitemap AbstractSitemap.java
src/org/apache/cocoon/matching
WildcardSessionAttributeMatcher.java
src/org/apache/cocoon/matching/helpers
haul01/11/26 01:38:16
Modified:src/org/apache/cocoon/components/language/markup/xsp/java
esql.xsl
Log:
Pach from Frank Taffelt,
esql.xsl produced wrong function calls for the ESQL* classes if jdbc-connection
parameters are specified
Revision
haul01/11/26 01:45:15
Modified:src/org/apache/cocoon/matching/helpers Tag: cocoon_20_branch
WildcardURIMatcher.java WildcardHelper.java
Log:
Added {0} to contain complete match string in addition to {1}... containing
matches
Revision Changes
haul01/11/26 01:46:19
Modified:src/org/apache/cocoon/matching Tag: cocoon_20_branch
WildcardSessionAttributeMatcher.java
Log:
Did not declare to implement configurable. Fixed.
Revision ChangesPath
No revision
No
haul01/11/26 01:49:38
Modified:src/org/apache/cocoon/sitemap Tag: cocoon_20_branch
AbstractSitemap.java
Log:
Added to print all currently known sitemap
parameters tog. Great to debug sitemap + educational.
Revision ChangesPath
No
haul01/11/26 01:50:38
Modified:src/org/apache/cocoon/components/language/markup/sitemap/java
Tag: cocoon_20_branch sitemap.xsl
Log:
Added to print all currently known sitemap
parameters tog. Great to debug sitemap + educational.
Revision Changes
haul01/11/26 01:52:08
Modified:webapp Tag: cocoon_20_branch sitemap.xmap
Log:
Fixed stateful examples + re-enabled them
Revision ChangesPath
No revision
No revision
1.11.2.41 +29 -14xml-cocoon2/webapp
haul01/11/26 01:53:04
Modified:webapp/docs/samples Tag: cocoon_20_branch samples.xml
Log:
Fixed stateful examples + re-enabled them
Revision ChangesPath
No revision
No revision
1.3.2.10 +0 -2 xml-cocoon2
haul01/11/26 06:39:40
Modified:webapp sitemap.xmap
src/org/apache/cocoon/sitemap AbstractSitemap.java
src/org/apache/cocoon/components/language/markup/sitemap/java
sitemap.xsl
Log:
- removed
- added this.dumpParameters
haul01/11/26 06:44:05
Modified:webapp Tag: cocoon_20_branch sitemap.xmap
Log:
- removed
- added this.dumpParameters(listOfMaps) after every listOfMaps.add() &
listOfMaps.remove()
(note that dumpParameters checks for isDebugEnabled() itself)
Revision Cha
haul01/11/26 06:45:51
Modified:src/org/apache/cocoon/sitemap Tag: cocoon_20_branch
AbstractSitemap.java
Log:
- removed
- added this.dumpParameters(listOfMaps) after every listOfMaps.add() &
listOfMaps.remove()
(note that dumpParameters ch
haul01/11/26 06:47:16
Modified:src/org/apache/cocoon/components/language/markup/sitemap/java
Tag: cocoon_20_branch sitemap.xsl
Log:
- removed
- added this.dumpParameters(listOfMaps) after every listOfMaps.add() &
listOfMaps.remove()
(note
haul01/12/05 01:36:54
Added: scratchpad/src/org/apache/cocoon/acting/ModularDatabaseAccess
MysqlAutoIncrementHelper.java
Log:
Patch from Tim Myers <[EMAIL PROTECTED]>
AutoIncrementHelper for mysql
Revision ChangesPath
haul01/12/06 06:04:08
Modified:scratchpad/src/org/apache/cocoon/acting
ModularDatabaseAction.java
Log:
Complain if transactions are not present. Configuration
option to run without transactions.
Revision ChangesPath
1.5 +13 -3
haul01/12/06 06:05:28
Modified:webapp sitemap.xmap
webapp/docs/samples samples.xml
Log:
Make referer example match http://*/cocoon instead of http://localhost:8080/cocoon
Should work on more setups now.
Revision ChangesPath
1.66 +2 -2
haul01/12/07 08:30:56
Modified:src/org/apache/cocoon/components/language/markup/sitemap/java
sitemap.xsl
Log:
Added as discussed on cocoon-dev
Takes parameters and creates new map containing them.
Will deprecate someday.
Revision Changes
haul01/12/10 01:05:54
Modified:src/org/apache/cocoon/components/language/markup/sitemap/java
sitemap.xsl
Log:
map:call now _always_ creates a new map
Revision ChangesPath
1.53 +27 -17
xml-cocoon2/src/org/apache/cocoon/components
haul01/12/19 06:17:12
Modified:.changes.xml
webapp sitemap.xmap
src/org/apache/cocoon/components/language/markup/sitemap/java
sitemap.xsl
documentation/xdocs/userdocs/concepts matchers_selectors.xml
haul01/07/10 04:18:22
Modified:src/org/apache/cocoon/acting AbstractValidatorAction.java
Log:
Fix bug 2414. Test for empty string in validateLong replaced by test
for null
Revision ChangesPath
1.6 +5 -5
xml-cocoon2/src/org/apache/cocoon/acting
haul01/07/10 08:00:37
xml-cocoon2/webapp/docs/samples/formvalidation - New directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e
haul01/07/10 08:27:17
Modified:xdocslogicsheet-forms.xml
webapp sitemap.xmap
webapp/docs/samples samples.xml
Added: webapp/docs/samples/formvalidation ERROR.xsp OK.xsp
descriptor.xml
Log:
examples for
haul01/07/10 10:04:18
Modified:src/org/apache/cocoon/components/language/markup/xsp/java
form-validator.xsl
Log:
examples for formvalidation, documentation fixes
Revision ChangesPath
1.3 +22 -16
xml-cocoon2/src/org/apache/cocoon
haul01/07/10 10:43:53
Modified:webapp/docs/samples Tag: cocoon_20_branch samples.xml
Log:
formvalidation examples
Revision ChangesPath
No revision
No revision
1.3.2.3 +4 -0 xml-cocoon2/webapp/docs/samples
haul01/07/10 10:44:57
Modified:webapp Tag: cocoon_20_branch sitemap.xmap
Log:
formvalidation examples
Revision ChangesPath
No revision
No revision
1.11.2.13 +22 -0 xml-cocoon2/webapp/sitemap.xmap
Index
haul01/07/10 10:46:09
Modified:xdocsTag: cocoon_20_branch logicsheet-forms.xml
Log:
formvalidation examples
Revision ChangesPath
No revision
No revision
1.1.2.2 +10 -5 xml-cocoon2/xdocs/logicsheet
haul01/07/10 10:50:34
Modified:src/org/apache/cocoon/components/language/markup/xsp/java
Tag: cocoon_20_branch form-validator.xsl
Log:
formvalidation examples
Revision ChangesPath
No revision
No
haul01/07/10 10:51:22
Modified:src/org/apache/cocoon/components/language/markup/xsp
XSPFormValidatorHelper.java
Log:
examples for formvalidation, documentation fixes
Revision ChangesPath
1.7 +36 -36
xml-cocoon2/src/org/apache/cocoon
haul01/07/11 01:32:45
Modified:xdocsdocs-book.xml site-book.xml
Added: xdocsmatchers_selectors.xml
Log:
new doc on matchers and selectors
Revision ChangesPath
1.13 +1 -0 xml-cocoon2/xdocs/docs-book.xml
Index: docs-book.xml
haul01/07/11 01:33:48
Modified:xdocslogicsheet-forms.xml
Log:
minor spelling correction
Revision ChangesPath
1.3 +1 -1 xml-cocoon2/xdocs/logicsheet-forms.xml
Index: logicsheet-forms.xml
haul01/07/11 01:38:25
Modified:xdocsTag: cocoon_20_branch docs-book.xml
Log:
new doc on matchers and selectors
Revision ChangesPath
No revision
No revision
1.3.2.10 +1 -0 xml-cocoon2/xdocs/docs-book.xml
haul01/07/11 01:38:39
Added: xdocsTag: cocoon_20_branch matchers_selectors.xml
Log:
new doc on matchers and selectors
Revision ChangesPath
No revision
No revision
1.1.2.1 +0 -0 xml-cocoon2/xdocs
haul01/07/11 01:38:51
Modified:xdocsTag: cocoon_20_branch site-book.xml
Log:
new doc on matchers and selectors
Revision ChangesPath
No revision
No revision
1.3.2.12 +1 -0 xml-cocoon2/xdocs/site-book.xml
haul01/07/11 01:48:11
Modified:src/org/apache/cocoon Constants.java
src/org/apache/cocoon/acting AbstractAction.java
AbstractComplementaryConfigurableAction.java
DatabaseAddAction.java
haul01/07/11 02:30:42
Modified:src/org/apache/cocoon/selection
ParameterSelectorFactory.java
src/org/apache/cocoon/matching RequestParamMatcher.java
Log:
minor documentation changes
Revision ChangesPath
1.2 +14 -12
haul01/07/11 02:32:22
xml-cocoon2/webapp/docs/samples/referer - New directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
haul01/07/11 02:32:23
xml-cocoon2/webapp/docs/samples/session-state - New directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e
haul01/07/11 02:32:39
xml-cocoon2/webapp/docs/samples/referer/a - New directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
haul01/07/11 02:32:40
xml-cocoon2/webapp/docs/samples/referer/b - New directory
--
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
haul01/07/11 02:50:03
Modified:webapp sitemap.xmap
webapp/docs/samples samples.xml
src/org/apache/cocoon Constants.java
Added: webapp/stylesheets simple-page2html.xsl
webapp/docs/samples/session-state start.xsp state01.xsp
haul01/07/18 08:06:01
Modified:xdocsdocs-book.xml site-book.xml
Added: xdocsviews.xml
Log:
added docs for sitemap views
Revision ChangesPath
1.17 +1 -0 xml-cocoon2/xdocs/docs-book.xml
Index: docs-book.xml
haul01/07/18 08:37:47
Modified:xdocsTag: cocoon_20_branch docs-book.xml
Log:
added docs for sitemap views
Revision ChangesPath
No revision
No revision
1.3.2.14 +1 -0 xml-cocoon2/xdocs/docs-book.xml
haul01/07/18 08:37:52
Modified:xdocsTag: cocoon_20_branch site-book.xml
Log:
added docs for sitemap views
Revision ChangesPath
No revision
No revision
1.3.2.16 +1 -0 xml-cocoon2/xdocs/site-book.xml
haul01/07/18 08:37:57
Added: xdocsTag: cocoon_20_branch views.xml
Log:
added docs for sitemap views
Revision ChangesPath
No revision
No revision
1.1.2.1 +0 -0 xml-cocoon2/xdocs/views.xml
Index
haul01/07/19 02:52:25
Modified:.INSTALL
Log:
Added -Dinstall.war=... to build instructions
Revision ChangesPath
1.2 +28 -8 xml-cocoon2/INSTALL
Index: INSTALL
===
RCS file
haul01/07/19 02:55:12
Modified:.Tag: cocoon_20_branch INSTALL
Log:
Added instructions to add -Dinstall.war=... to build
Revision ChangesPath
No revision
No revision
1.1.1.1.2.1 +27 -7 xml-cocoon2
haul01/07/23 08:50:10
Modified:src/org/apache/cocoon/acting AbstractAction.java
AbstractComplementaryConfigurableAction.java
AbstractDatabaseAction.java
FormValidatorAction.java HttpHeaderAction.java
haul01/07/23 09:26:29
Added: src/org/apache/cocoon/util Tag: cocoon_20_branch
HashMap.java
Log:
slightly extended HashMap
Revision ChangesPath
No revision
No revision
1.1.2.1 +1 -1
haul01/07/23 09:30:40
Modified:src/org/apache/cocoon/acting Tag: cocoon_20_branch
AbstractAction.java
Log:
moved configure method code to AbstractConfigurabeAction (sic!), subclassed it with
ConfigurableComposableAction, moved some actions that used
haul01/07/23 09:31:02
Modified:src/org/apache/cocoon/acting Tag: cocoon_20_branch
AbstractDatabaseAction.java
Log:
moved configure method code to AbstractConfigurabeAction (sic!), subclassed it with
ConfigurableComposableAction, moved some actions
haul01/07/23 09:30:56
Added: src/org/apache/cocoon/acting Tag: cocoon_20_branch
AbstractConfigurableAction.java
Log:
moved configure method code to AbstractConfigurabeAction (sic!), subclassed it with
ConfigurableComposableAction, moved some
haul01/07/23 09:30:45
Modified:src/org/apache/cocoon/acting Tag: cocoon_20_branch
AbstractComplementaryConfigurableAction.java
Log:
moved configure method code to AbstractConfigurabeAction (sic!), subclassed it with
ConfigurableComposableAction
haul01/07/23 09:31:08
Added: src/org/apache/cocoon/acting Tag: cocoon_20_branch
ConfigurableComposerAction.java
Log:
moved configure method code to AbstractConfigurabeAction (sic!), subclassed it with
ConfigurableComposableAction, moved some
haul01/07/23 09:31:13
Modified:src/org/apache/cocoon/acting Tag: cocoon_20_branch
FormValidatorAction.java
Log:
moved configure method code to AbstractConfigurabeAction (sic!), subclassed it with
ConfigurableComposableAction, moved some actions that
haul01/07/23 09:31:20
Modified:src/org/apache/cocoon/acting Tag: cocoon_20_branch
HttpHeaderAction.java
Log:
moved configure method code to AbstractConfigurabeAction (sic!), subclassed it with
ConfigurableComposableAction, moved some actions that
haul01/07/23 09:31:29
Modified:src/org/apache/cocoon/acting Tag: cocoon_20_branch
SessionStateAction.java
Log:
moved configure method code to AbstractConfigurabeAction (sic!), subclassed it with
ConfigurableComposableAction, moved some actions that
haul01/07/23 09:31:25
Modified:src/org/apache/cocoon/acting Tag: cocoon_20_branch
SessionPropagatorAction.java
Log:
moved configure method code to AbstractConfigurabeAction (sic!), subclassed it with
ConfigurableComposableAction, moved some actions
haul01/07/24 02:49:22
Modified:xdocsactions.xml faq.xml who.xml
Log:
- FAQ entry actions and listOfMaps
- actions docs extended with Maps & Maps for action sets
Revision ChangesPath
1.7 +31 -2 xml-cocoon2/xdocs/actions.xml
Index: actions
haul01/07/24 02:53:49
Modified:xdocsTag: cocoon_20_branch actions.xml
Log:
- FAQ entry actions and listOfMaps
- extended actions docs to include Maps & Maps for action sets
Revision ChangesPath
No revision
haul01/07/24 02:53:54
Modified:xdocsTag: cocoon_20_branch faq.xml
Log:
- FAQ entry actions and listOfMaps
- extended actions docs to include Maps & Maps for action sets
Revision ChangesPath
No revision
No revi
haul01/07/24 02:53:58
Modified:xdocsTag: cocoon_20_branch who.xml
Log:
- FAQ entry actions and listOfMaps
- extended actions docs to include Maps & Maps for action sets
Revision ChangesPath
No revision
No revi
haul01/07/27 06:04:15
Modified:webapp cocoon.xconf
Added: src/org/apache/cocoon/components/language/markup/xsp/java
sel.xsl
Log:
Addition from torsten curdt ([EMAIL PROTECTED]). Logicsheet to display e.g. forms
partially from one xsp
haul01/07/27 06:36:04
Modified:webapp/stylesheets/page simple-page2html.xsl
Log:
Added copy all elements to output bc referer example doesn't
work otherwise (needs links)
Revision ChangesPath
1.2 +4 -0 xml-cocoon2/webapp/stylesheets/page/s
haul01/07/27 06:56:28
Modified:webapp/stylesheets/page Tag: cocoon_20_branch
simple-page2html.xsl
Log:
Added copy all templates, otherwise referer example doesn't work (needs links)
Revision ChangesPath
No rev
haul01/07/27 07:40:01
Modified:xdocsesql.xml
src/org/apache/cocoon/components/language/markup/xsp/java
esql.xsl
Log:
Extended esql:
new tags: get-object, get-metadata, get-resultset
extended tags: get-columns
- try to print out
1 - 100 of 987 matches
Mail list logo