Date | Version | Comment | Author | Action | Diff |
---|
2007-07-30 | 2.0 | Load custom config file from publication, as many may want to override the default. Also removed a bad glue import that was changed to a plugin.
| rfrovarp | update | Diff |
2007-07-30 | 2.0 | New disable backspace code that registers itself merely by being loaded. Change FCK usecase to try to register itself as an event to onload. This would allow for multiple onload's to happen if necessary in the future.
| rfrovarp | update | Diff |
2007-07-30 | Docs | fix syntax error.
| nettings | update | Diff |
2007-07-30 | 2.0 | Refactored SourceNodeRCML (replaced XPathAPI with NamespaceHelper), using class lock to avoid ConcurrentModificationException. | andreas | update | Diff |
2007-07-30 | Docs | added additional lenya-document: protocol page to site tree.
i just made stuff up... please check if this is correct.
| nettings | update | Diff |
2007-07-30 | Docs | updated protocols documentation.
marked lenyadoc: as deprecated in favour of lenya-protocol:.
please review for correctness.
| nettings | update | Diff |
2007-07-30 | 2.0 | Updated revision controller test to API change | andreas | update | Diff |
2007-07-30 | 2.0 | added forgotton commit that prevented rollback buttons from working
whitenoise
| nettings | update | Diff |
2007-07-29 | 2.0 | disable rollback buttons when the workflow event cannot be invoked
this fixes http://issues.apache.org/bugzilla/show_bug.cgi?id=42973.
can somebody with insight into our workflowables please review
the java part?
one issue: in order to produce meaningful error messages, the view now
has knowledge about the "review" state... which is a little sad since otherwise
workflow transitions are fully configurable per publication.
solutions welcome.
| nettings | update | Diff |
2007-07-29 | 2.0 | deleted obsolete usecase declarations
| nettings | remove | Diff |
2007-07-29 | 2.0 | removed obsolete files related to old asset upload mechanism
| nettings | remove | Diff |
2007-07-29 | 2.0 | fixed broken asset insertion. the usecase incorrectly used a path-based
uri instead of an uuid-based one, which broke the "documentLink" format
of the resources module.
changed asset wrapper from <p> to <span>, because spans are correct
almost everywhere, whereas <p>s cannot be contained in <p>s or inline
elements.
| nettings | update | Diff |
2007-07-28 | 2.0 | whitenoise, deactivated debug messages
| nettings | update | Diff |
2007-07-28 | 2.0 | deleted obsolete download hint (bxe is shipped with trunk).
deleted obsolete javascript helpers for old usecases.
--
This line, and those below, will be ignored--
D bxe/resources/javascript/insertAsset.js
D bxe/resources/javascript/insertLink.js
D bxe/resources/misc/download.xhtml
| nettings | remove | Diff |
2007-07-28 | 2.0 | changed usecase strings to symbolic constants. no functional change.
| nettings | update | Diff |
2007-07-28 | 2.0 | changed asset marker class from "asset" to "lenya.asset" to comply with
http://svn.apache.org/viewvc?view=rev&rev=560238.
| nettings | update | Diff |
2007-07-27 | 2.0 | removed debugging statement
| nettings | update | Diff |
2007-07-27 | 2.0 | fixed "cancel" behaviour of insertLink. thanks to richard for spotting!
| nettings | update | Diff |
2007-07-27 | 2.0 | fixed syntax error in config file, reverted unnecessary change in
simplebrowser plugin.
| nettings | update | Diff |
2007-07-27 | 2.0 | some IE-related fixes: use correct window name without dashes, focus
window after opening.
| nettings | update | Diff |
2007-07-27 | 2.0 | added "cancel" button to resource.create usecase
| nettings | update | Diff |
2007-07-27 | 2.0 | Added ConcurrentModificationException, improved session and usecase error handling | andreas | update | Diff |
2007-07-27 | 2.0 | added readme note about editor usecase changes
added editors.* usecase policies to default pub
added tinymce and fckeditor usecase policies to default pub
| nettings | update | Diff |
2007-07-27 | 2.0 | [minor change] code cleanup, formatting | andreas | update | Diff |
2007-07-27 | 2.0 | migrate fckeditor to new editor usecase api.
this is a little shaky atm...
| nettings | update | Diff |
2007-07-27 | 2.0 | migrate tinymce to new generic editor usecase api.
delete obsolete local usecases
| nettings | update | Diff |
2007-07-27 | 2.0 | migrate bxe to new generic editor usecases.
delete old editor-specific usecases
| nettings | add | Diff |
2007-07-27 | 2.0 | new generic usecase API for editors. see
modules/editors/resources/javascript/org.apache.lenya.editors.js for
documentation.
adds generic insertLink and insertAsset/Image usecases with
infrastructure.
enhanced oneform editor, it uses external usecases now.
this will break external usecase support in all editors.
| nettings | update | Diff |
2007-07-27 | 2.0 | Use lenya.asset instead of asset for asset <a> CSS class. Thanks to Joern Nettingsmeier for the suggestion. | andreas | update | Diff |
2007-07-27 | 2.0 | Refactoring in InsertAsset usecase, added error message display to inserAsset and insertLink JX templates | andreas | update | Diff |
2007-07-27 | 2.0 | Fixed proxy tests (don't include GlobalProxies test) | andreas | update | Diff |
2007-07-27 | 2.0 | Refactoring: extracted method | andreas | update | Diff |
2007-07-27 | 2.0 | Adding check for className parameter to AddUser usecase | andreas | update | Diff |
2007-07-26 | 2.0 | contentSnippet is now also a proper object.
documentation, code formatting
| nettings | update | Diff |
2007-07-26 | 2.0 | updated javascript API. objectData is now a proper object with a
prototype.
minor usecase handler fixes + some whitenoise.
| nettings | update | Diff |
2007-07-26 | 2.0 | added editors.createResource usecase (re-uses the code of
resource.Create, but menu turned off).
turned off continuations for insertFoo usecases, as they have just one
step and no server-side effects.
| nettings | update | Diff |
2007-07-26 | 2.0 | forgot to svn add those...
| nettings | add | Diff |
2007-07-26 | 2.0 | mostly whitenoise.
| nettings | update | Diff |
2007-07-26 | 2.0 | add declarations for new generic editor usecases.
insert[Asset|Image] won't work yet without patching insertAsset.jx, but
this can only happen after bxe is ported...
| nettings | update | Diff |
2007-07-25 | 2.0 | added javascript helpers for new generic editor usecases.
org.apache.lenya.editors.js is kinda the new api between generic
usecases and the editor modules.
work in progress, not active yet (need to port bxe first..)
| nettings | add | Diff |
2007-07-25 | 2.0 | removed obsolete files
| nettings | remove | Diff |
2007-07-25 | 2.0 | re-activate the "reformat" button in oneform.
this was fixed a while ago, but somehow we forgot to enable it (see
http://issues.apache.org/bugzilla/show_bug.cgi?id=42237)
| nettings | update | Diff |
2007-07-25 | 2.0 | Updated test (blog publication removed) | andreas | update | Diff |
2007-07-24 | 2.0 | delete stale usecase-edit.xconf
| nettings | remove | Diff |
2007-07-24 | 2.0 | renamed usecase-edit.xconf to usecase-publicationEdit.xconf for
consistency. no functional changes.
| nettings | add | Diff |
2007-07-24 | 2.0 | pass on xml comments (we used to eat those).
thanks to phillip green for the patch!
| nettings | update | Diff |
2007-07-24 | 2.0 | updated module version.
re-activated auto resize feature. whitenoise and some comments added to
config.
| nettings | update | Diff |
2007-07-24 | Docs | tinymce doc update.
| nettings | update | Diff |
2007-07-24 | 2.0 | simplified tinymce localisation code (folded into page2edit.xsl
transform, gets rid of extra javascript transform).
| nettings | add | Diff |
2007-07-24 | 2.0 | Last changes to prevent NPEs when selecting authoring node under site tab.
| rfrovarp | update | Diff |
2007-07-24 | 2.0 | Fixes to prevent NPEs when choosing authoring node in the site tab.
| rfrovarp | update | Diff |
2007-07-24 | 2.0 | Fixes NPE problem when trying to select the authoring node.
| rfrovarp | update | Diff |
2007-07-24 | 2.0 | Paste usecase: Don't lock nodes if clipboard is empty. See bug 42960. | andreas | update | Diff |
2007-07-23 | 2.0 | added tinymce localisation according to {request:locale}. quite awkward,
since it requires an extra pipeline and transformation, but there is no
way to determine the browser language settings via javascript :(
removed "lenya.editorModule" parameter, callbacks are now provided by
the parent window and accessed via window.opener, i.e. the generic
usecase no longer needs to know which module is calling.
this is work in progress.
| nettings | remove | Diff |
2007-07-23 | 2.0 | added i18n and de/en l10n to insertLink usecase.
code cleanup, added reading of default values via
window.opener.LenyaGetLinkData()
| nettings | update | Diff |
2007-07-23 | Sandbox | moved blog to sandbox | nettings | add | Diff |
2007-07-23 | Docs | Added resource type format illustration | andreas | add | Diff |
2007-07-23 | Docs | Updated resource type docs. Thanks to Steve Nunez for reporting. | andreas | update | Diff |
2007-07-23 | Docs | Updated resource type docs. Thanks to Steve Nunez for reporting. | andreas | update | Diff |
2007-07-23 | Docs | Updated resource type docs. Thanks to Steve Nunez for reporting. | andreas | update | Diff |
2007-07-23 | Docs | Updated resource type docs. Thanks to Steve Nunez for reporting. | andreas | update | Diff |
2007-07-23 | Docs | Updated resource type docs. Thanks to Steve Nunez for reporting. | andreas | update | Diff |
2007-07-23 | Docs | Updated resource type docs (thanks to Steve Nunez for spotting) | andreas | update | Diff |
2007-07-22 | Docs | Removing note about 1.5 limitation as reported by Nunez Steve. thanks for the report Nunez Steve. | thorsten | update | Diff |
2007-07-22 | Site | Removing note about 1.5 limitation as reported by Nunez Steve. thanks for the report Nunez Steve. | thorsten | update | Diff |
2007-07-22 | 2.0 | tinymce now uses the generic editors.insertLink usecase.
| nettings | update | Diff |
2007-07-22 | 2.0 | introduced generic editors.insertLink usecase implementation.
the view is created by a cocoon pipeline, not a jxtemplate, because the
necessary data is more readily available as input modules than via the
java api.
the next commit will migrate tinymce to use this implementation.
| nettings | add | Diff |
2007-07-20 | 2.0 | Prevents backspace in browsers from making the browser to go back a page.
| rfrovarp | add | Diff |
2007-07-20 | 2.0 | Reverted accidential change (r557603) | andreas | update | Diff |
2007-07-19 | Site | Updating redirect links | thorsten | update | Diff |
2007-07-19 | Site | updating resource type docs. | thorsten | update | Diff |
2007-07-19 | Site | Updating javadocs to 2.0. Renaming 1.4 to 2.0. Kudos to Andreas who fixded the javadocs targets. | thorsten | update | Diff |
2007-07-19 | 2.0 | Added hint about external sources and feeds module, see bug 42874. | andreas | update | Diff |
2007-07-19 | Docs | [minor change] Updated resource type docs. | andreas | update | Diff |
2007-07-19 | Docs | [minor change] Updated resource type docs. | andreas | update | Diff |
2007-07-19 | Docs | Updated resource type docs. | andreas | update | Diff |
2007-07-19 | Docs | Updated resource type docs. | andreas | update | Diff |
2007-07-19 | Docs | Updated resource type docs. | andreas | update | Diff |
2007-07-19 | Docs | Updated resource type docs re. <sample> element. | andreas | update | Diff |
2007-07-19 | 2.0 | Allow to specify samples file for resource types. | andreas | update | Diff |
2007-07-19 | 2.0 | Using commons validator to validate the email address. This fixes bug 42905. | andreas | add | Diff |
2007-07-19 | 2.0 | applying patch associated with bug 40427, thanks to Richard Frovarp . Additionally the the principals have to be created from an LdapURL if the entry is following a referral | jann | update | Diff |
2007-07-19 | 2.0 | Added basic infrastructure for neutron sitetree delivery | andreas | add | Diff |
2007-07-19 | 2.0 | Removed obsolete SourceWritingTransformer XSLTs | andreas | remove | Diff |
2007-07-19 | 2.0 | Adding CSS for neutron | andreas | update | Diff |
2007-07-19 | 2.0 | Use JX template for neutron instead of old reserved-checkout action approach | andreas | add | Diff |
2007-07-19 | Docs | Updated resource type docs re. mime-type attribute of <sample-name> element | andreas | update | Diff |
2007-07-19 | 2.0 | Added note about <sample-name mime-type='...'> to readme file. | andreas | update | Diff |
2007-07-19 | 2.0 | Fixed mime-type handling, added mime-type attribute for resource type samples | andreas | update | Diff |
2007-07-19 | 2.0 | Check null values of meta data in SourceNodeMetaData | andreas | update | Diff |
2007-07-19 | 2.0 | Added i18n resources for homepage module | andreas | add | Diff |
2007-07-19 | 2.0 | Adding handle-referrals property to ldap configuration file | jann | update | Diff |
2007-07-19 | 2.0 | Adding support for Referrals. Otherwise a ldap server which uses referrals will not find a user (or another object) | jann | update | Diff |
2007-07-19 | 2.0 | Added some more values to document overview tab | andreas | update | Diff |
2007-07-19 | Docs | Updated resource type docs re. i18n-ized label | andreas | update | Diff |
2007-07-19 | 2.0 | Use i18n instead of resource type label | andreas | update | Diff |
2007-07-19 | 2.0 | use i18n instead of resource type label | andreas | update | Diff |
2007-07-19 | 2.0 | Use i18n instead of resource type label | andreas | update | Diff |
2007-07-19 | 2.0 | Removed ResourceType.getLabel(). Can be handled with i18n in a more flexible way. | andreas | update | Diff |
2007-07-19 | 2.0 | Added usecasedocument reference to default publication | andreas | update | Diff |
2007-07-18 | 2.0 | Use resource type label on site overview usecase | andreas | update | Diff |
2007-07-18 | 2.0 | Introduced resource type labels | andreas | update | Diff |
2007-07-18 | 2.0 | Don't show TinyMCE edit box if errors occured. | andreas | update | Diff |
2007-07-18 | 2.0 | Use JX template for Kupu. This allows to show error messages instead of starting Kupu. | andreas | add | Diff |
2007-07-18 | 2.0 | Normalize link URLs when rewriting them. This avoids problems with policy resolving. | andreas | update | Diff |
2007-07-18 | 2.0 | Don't store publication as static field in Create usecase (leads to session errors) | andreas | update | Diff |
2007-07-18 | 2.0 | Set BXE transaction policy to pessimistic | andreas | update | Diff |
2007-07-18 | 2.0 | Use InvokeWorkflow instead of CheckWorkflow for BXE, this rids us of the reserved-checkout pipeline | andreas | update | Diff |
2007-07-18 | 2.0 | Added i18n for 'Access denied' message which is issued by the UsecaseMenuTransformer | andreas | update | Diff |
2007-07-18 | 2.0 | Moved locking check from lockInvolvedObjects() to checkPreconditions(). See bug 42930. | andreas | update | Diff |
2007-07-18 | 2.0 | Shorter error message for 'objects are locked out'. | andreas | update | Diff |
2007-07-18 | 2.0 | Added i18n for 'objects are checked out' message. This fixes bug 42931. | andreas | update | Diff |
2007-07-18 | 2.0 | Removed reference to obsolete defaultusecases module | andreas | update | Diff |
2007-07-18 | 2.0 | Removed obsolete defaultusecases module (prevents Javadocs from being generated) | andreas | remove | Diff |
2007-07-17 | 2.0 | Added note about <proxies> wrapper element to readme file. | andreas | update | Diff |
2007-07-17 | 2.0 | Refactoring: Moved usecase name and source URL initialization to UsecaseResolverImpl | andreas | update | Diff |
2007-07-17 | 2.0 | Added i18n messages for usecase module | andreas | add | Diff |
2007-07-17 | 2.0 | [minor change] organized imports | andreas | update | Diff |
2007-07-17 | 2.0 | Refactoring: use constants for string values | andreas | update | Diff |
2007-07-17 | 2.0 | Added <proxies> wrapper element for publication.xml again. | andreas | update | Diff |
2007-07-17 | 2.0 | Changing notifcation link color to white | thorsten | update | Diff |
2007-07-17 | Site | Renaming 1.4 to 2.0. | thorsten | update | Diff |
2007-07-17 | Site | Renaming 1.4 to 2.0. Changing the api doc location. | thorsten | update | Diff |
2007-07-17 | Docs | Renaming 1.4 to 2.0 | thorsten | update | Diff |
2007-07-17 | Site | Renaming 1.4 to 2.0. Changing the spi doc location. | thorsten | update | Diff |
2007-07-16 | Site | Renaming 1.4 to 2.0 | thorsten | update | Diff |
2007-07-16 | Docs | Renaming 1.4 to 2.0 | thorsten | add | Diff |
2007-07-16 | 2.0 | Added usecase module to default publication (i18n) | andreas | update | Diff |
2007-07-16 | 2.0 | Return after showing error screen (fixes bug 42909), improve error screen layout. | andreas | update | Diff |
2007-07-16 | 2.0 | Allow to use the same block (using block id) for multiple module menus | andreas | update | Diff |
2007-07-16 | 2.0 | Using <a class='asset'> instead of <lenya:asset> | andreas | update | Diff |
2007-07-16 | 2.0 | BXE: Don't add size and type attributes to asset element (see bug 42878). | andreas | update | Diff |
2007-07-16 | Docs | Re-added accidentially removed tests item to site file | andreas | update | Diff |
2007-07-16 | Site | Updating version number - renaming 1.4 to 2.0 | thorsten | update | Diff |
2007-07-16 | 2.0 | Updated layout for sitetree (areas bold instead of publication node) | andreas | update | Diff |
2007-07-16 | 2.0 | Fix naming of sitetree root node | andreas | update | Diff |
2007-07-16 | 2.0 | Use i18n for sitetree area node labels | andreas | update | Diff |
2007-07-16 | 2.0 | Use publication name instead of ID for sitetree root label | andreas | update | Diff |
2007-07-16 | 2.0 | Improved sitetree icon layout (see bug 42904), added folder icons | andreas | add | Diff |
2007-07-16 | 2.0 | Fixed links to icons (don't depend on AREA_BASE_PATH). This fixes bug 42903. | andreas | update | Diff |
2007-07-16 | 2.0 | Make menubar visibility dependent on live area, not authoring area. This allows to see the menubar in archive and trash areas. See bug 34347. | andreas | update | Diff |
2007-07-16 | 2.0 | Allow to browse archive and trash areas, see bug 34347 | andreas | update | Diff |
2007-07-16 | 2.0 | Fixed links to area nodes in sitetree. This fixes bug 42901. | andreas | update | Diff |
2007-07-16 | 2.0 | Fixed webtest (absolute URLs) | andreas | update | Diff |
2007-07-16 | 2.0 | Use current area instead of hard-coded authoring area in AREA_BASE_PATH variable | andreas | update | Diff |
2007-07-16 | Zone | Renaming lenya 1.4 to 2.0 | thorsten | update | Diff |
2007-07-16 | Misc | Adding notes of day 3 | thorsten | update | Diff |
2007-07-15 | 2.0 | Renaming Lenya 1.4 to 2.0, probably just about the last one today. | bobharner | update | Diff |
2007-07-15 | 2.0 | Renaming Lenya 1.4 to 2.0 | bobharner | update | Diff |
2007-07-15 | 2.0 | Renaming Lenya 1.4 to 2.0 in the source trunk. Not much to change, happily. | bobharner | update | Diff |
2007-07-15 | Docs | Renaming Lenya 1.4 to 2.0 in the Forest documentation. I'm intentionally only renaming the user-visible references to 1.4, not changing the file & directory names and xml tags yet (not sure I trust myself to not break it). | bobharner | update | Diff |
2007-07-13 | 2.0 | Removing local.publication.xconf from svn:ignore | thorsten | update | Diff |
2007-07-13 | Site | Automatic publish from forrestbot | thorsten | update | Diff |
2007-07-13 | Docs | Bug 42882
Thanks to Jodi Schneider for the report.
| thorsten | update | Diff |
2007-07-13 | 2.0 | change "insert after" to "insert" as mentioned in bug
http://issues.apache.org/bugzilla/show_bug.cgi?id=42887
besides being more intuitive, it saves screen real estate.
thanks to michael trindler for spotting.
| nettings | update | Diff |
2007-07-13 | 2.0 | removed another, totally unrelated, but equally unused asset.xsl from
the core.
| nettings | remove | Diff |
2007-07-13 | 2.0 | removed unused asset.xsl
| nettings | remove | Diff |
2007-07-13 | 2.0 | introduce a session role into the default publication.
everybody (aka <world/>) gets the session role in authoring/.
it allows access to ac.login (not really, since it is sneaked past the
authorizer), ac.logout and admin.aboutLenya. all these should be
available to everyone, always.
evil-minded people can still remove them via the admin gui, but they get
what they deserve.
| nettings | add | Diff |
2007-07-13 | Docs | Updated link to meta stylesheets wiki page, see bug 42882. | andreas | update | Diff |
2007-07-13 | 2.0 | Added CSS for navigation menu levels 4 and 5 (see bug 42869) | andreas | update | Diff |
2007-07-13 | 2.0 | Fixes so that the separator is only inserted if the node being checked is visible. Prevents ugly extra spaces from invisible nodes. This fixes bug 42890
| rfrovarp | update | Diff |
2007-07-13 | 2.0 | Fixed links to group usecase | andreas | update | Diff |
2007-07-13 | 2.0 | Initialize parameters in initParameters() instead of in setParameter(), see bug 42827. | andreas | update | Diff |
2007-07-13 | 2.0 | Initialize parameters in initParameters() instead of in setParameter(), see bug 42827. | andreas | update | Diff |
2007-07-13 | 2.0 | Changed password request parameter name to newPassword. This fixes bug 42862. | andreas | update | Diff |
2007-07-13 | 2.0 | Checking for correct email | jann | update | Diff |
2007-07-13 | 2.0 | Adding new method to validate for a correct email adress | jann | update | Diff |
2007-07-13 | 2.0 | Import usecase: Allow to load example content from the publication the user is logged in. Thanks to Felix Roethenbacher for the patch. This fixes bug 42452. | andreas | update | Diff |
2007-07-13 | 2.0 | hide blog publication from view, as it has not been properly tested and
is not really ready for release.
maybe we should move it into the sandbox eventually...
| nettings | update | Diff |
2007-07-13 | 2.0 | Check if live version exists before allowing to delete a language version. This fixes bug 42885. | andreas | update | Diff |
2007-07-13 | Docs | Fixing some minor errors | thorsten | update | Diff |
2007-07-13 | Misc | intitial import for a meeting tree
| thorsten | add | Diff |
2007-07-12 | 2.0 | started work on generic insertLink usecase. this will make the
step-matched individual insertLink.jx's of editors obsolete.
still missing: javascript, i18n, error handling.
(this is a dummy usecase with no server-side effects)
| nettings | add | Diff |
2007-07-12 | 2.0 | Add area parameter to sitetree node URLs. This fixes bug 42877. | andreas | update | Diff |
2007-07-12 | 2.0 | Removed page-envelope occurences (see bug 42881) | andreas | update | Diff |
2007-07-12 | 2.0 | Removed svn:ignore properties (don't make sense here) | andreas | update | Diff |
2007-07-12 | 2.0 | [minor change] code formatting | andreas | update | Diff |
2007-07-12 | 2.0 | Changed title of insertAsset usecase page to 'Insert Asset' (i18n message already existed) | andreas | update | Diff |
2007-07-12 | 2.0 | Display 'No title' for asset download link if title is emtpy | andreas | update | Diff |
2007-07-12 | 2.0 | Setting svn:ignore for tinymce resource | andreas | update | Diff |
2007-07-12 | 2.0 | Use downloadLink format for asset link presentation (see bug 42878) | andreas | update | Diff |
2007-07-12 | 2.0 | Removed size and type attribute from <lenya:asset> element (see bug 42878) | andreas | update | Diff |
2007-07-12 | 2.0 | Improved asset link CSS | andreas | update | Diff |
2007-07-12 | 2.0 | Replace context-path by proxy-based URLs, introduced downloadLink format for 'resource' resource type | andreas | update | Diff |
2007-07-12 | 2.0 | Added search test case (required to declare the LuceneCocoonSearcher role) | andreas | add | Diff |
2007-07-12 | 2.0 | [minor] changed mime-type to text/javascript so svn diff will work | josias | update | Diff |
2007-07-12 | 2.0 | fixes bug http://issues.apache.org/bugzilla/show_bug.cgi?id=42846 for
bxe. this is just an example fix to show where the problem lies. the
correct solution for all editors is to factor the stuff out into a
separate usecase.
removes all occurrences of $contextprefix from sitemap and xslt, since
this concept is now obsolete thanks to the proxy transformer.
| nettings | update | Diff |
2007-07-12 | 2.0 | fixes http://issues.apache.org/bugzilla/show_bug.cgi?id=42863 | jann | update | Diff |
2007-07-12 | 2.0 | brown paper bag commit - forgot josias' additional xsl...
| nettings | add | Diff |
2007-07-12 | 2.0 | commit build patch by josias.
it attempts to work around an xslt transformer bug under windows, which
prevents a build on windows. see
http://issues.apache.org/bugzilla/show_bug.cgi?id=40113
windows users, please review. this should now work for both jdk 1.4 and
1.5+...
| nettings | update | Diff |
2007-07-09 | 2.0 | Moving media metadata config from core to resource module | andreas | remove | Diff |
2007-07-08 | Site | Updating the svn log | thorsten | update | Diff |
2007-07-08 | Docs | Updating the svn log | thorsten | update | Diff |
2007-07-08 | Site | fixing index.html page which was missing the banner | thorsten | update | Diff |
2007-07-08 | Docs | bug 42830.
adding images for zurich meeting promo
Thanks to Daniel Brüßler who contributed the images. | thorsten | update | Diff |
2007-07-08 | Site | bug 42830.
adding images for zurich meeting promo
Thanks to Daniel Brüßler who contributed the images. | thorsten | update | Diff |
2007-07-08 | Docs | bug 42830.
adding images for zurich meeting promo
Thanks to Daniel Brüßler who contributed the images.
| thorsten | update | Diff |
2007-07-08 | Site | Automatic publish from forrestbot | thorsten | update | Diff |
2007-07-06 | 1.2 | fixes http://issues.apache.org/bugzilla/show_bug.cgi?id=42825 | jann | update | Diff |
2007-07-03 | Docs | Updated docs about GlobalProxies configuration | andreas | update | Diff |
2007-07-03 | 2.0 | Added comment to GlobalProxies service configuration | andreas | update | Diff |
2007-07-03 | 2.0 | Added note about GlobalProxies configuration to readme file | andreas | update | Diff |
2007-07-03 | 2.0 | Updating publication.xml schema after changes to proxy configuration | andreas | update | Diff |
2007-07-03 | 2.0 | Replaced per-publication <proxies root=/> configuration with GlobalProxies service. See http://www.nabble.com/-1.4---Proposal--Global-proxy-configuration-tf3999411.html. | andreas | update | Diff |
2007-07-02 | 2.0 | [minor change] javadoc grammer/wording | bobharner | update | Diff |
2007-07-02 | Docs | Marked jcr module as experimental, not wanting to
mislead readers. | bobharner | update | Diff |