Search:

Apache » Lenya
project logo
  • Project
  • Developer
  • Community
  • Version 2.0
  • Version 1.2
  • Project
    • Changes
      • 2010
        • 05
        • 04
        • 02
        • 01
      • 2009
        • 12
        • 11
        • 10
        • 09
        • 08
        • 07
        • 06
        • 05
        • 04
        • 03
        • 02
        • 01
      • 2008
        • 12
        • 11
        • 10
        • 09
        • 08
        • 07
        • 06
        • 05
        • 04
        • 03
        • 02
        • 01
      • 2007
        • 12
        • 11
        • 10
        • 09
        • 08
        • 07
        • 06
        • 05
        • 04
        • 03
        • 02
        • 01
      • 2006
        • 12
        • 11
        • 10
        • 09
        • 08
        • 07
        • 06
        • 05
        • 04
        • 03
        • 02
        • 01
      • 2005
        • 12
        • 11
        • 10
        • 09
        • 08
        • 07
        • 06
        • 05
        • 04
        • 03
        • 02
        • 01
      • 2004
        • 12
        • 11
    • Who we are
    • Screenshots
    • Roadmap
    • License
    • Related Projects
    • History
    • Sponsoring Apache
    • Sponsors Thanks

Current Event

Built with Apache Lenya

Changes in the Month 2006-09

DateVersionCommentAuthorActionDiff
2006-09-302.0remove dead code (redirect.xsp and redirect.xsl do not exist) --line, and those below, will be ignored-- M src/webapp/lenya/usecases/usecase.xmap nettingsupdate Diff
2006-09-302.0add resource type definitions for "usecasedocument" and "resource" to default pub. nettingsupdate Diff
2006-09-292.0Added ability to reference publication from which to fallback from, This should resolves the problem of an xslt template trying to import itself when xslt/page2xhtml.xsl -> imports -> template-fallback://xslt/page2xhtml.xsl -> imports -> template-fallback://xslt/page2xhtml.xsl instead use xslt/page2xhtml.xsl -> imports -> template-fallback://{template1}//xslt/page2xhtml.xsl -> imports -> template-fallback://{template2}//xslt/page2xhtml.xsl Adding pubids to your fallback:// protocols should also allow one to leave the xslt use-store on if used properlychestnutupdate Diff
2006-09-292.0Fixed wildcard reference inside action contextandreasupdate Diff
2006-09-292.0added pipeline and xslt for cocoon profiler. xslt is copied from cocoonjosiasadd Diff
2006-09-292.0added css file for homepage doctype, because the homepage tries to load it.josiasadd Diff
2006-09-292.0Don't require implicit content directory. This fixes bug 39466. Thanks to Simon Litwan for the patch.andreasupdate Diff
2006-09-292.0fckeditor should be usable for the homepage doctype as wellchestnutupdate Diff
2006-09-282.0enable client side caching of svg imagesjosiasupdate Diff
2006-09-282.0allow to configure if the sitetree should appear with icons or without.josiasupdate Diff
2006-09-282.0copy body attributes. this allows to use e.g. an onload attribute also in the authoring area.josiasupdate Diff
2006-09-282.0changed format of expires date from rfc1123 to iso8601. use date converter module in sitemap to convert to http specific formatjosiasupdate Diff
2006-09-282.0changed date format from rfc1123 to iso8601 for standard compliance reasons. if somebody needs rfc1223 format, please use the DateConverterModule.josiasupdate Diff
2006-09-262.0sourceNodeMetaData.getLastModified() should return last modified date of the metadata and not the contentchestnutupdate Diff
2006-09-262.0show the workflow event in the error messagejosiasupdate Diff
2006-09-252.0removed individual code credits to conform to project customs, documentation update nettingsupdate Diff
2006-09-252.0fixed path of endorsed libs for ant. see also bug #40113josiasupdate Diff
2006-09-252.0allow for multivalue metadata when creating a document (Array param values returned as comma separated string)chestnutupdate Diff
2006-09-242.0Pass node name to XSLT in default publicationandreasupdate Diff
2006-09-242.0Set eol-style to native, set Trax TransformerFactory explicitely. This fixes bug 40113. Thanks to Michael Wohlfahrt for the patch.andreasupdate Diff
2006-09-222.0added experimental tinymce module. this is work in progress. see the README and TODO files for details. nettingsadd Diff
2006-09-222.0use fallback source to get usecase policies. Pubs that are created from the default pub simply need to add a usecase-policies.xml file under config/ac/ to override the defaultchestnutupdate Diff
2006-09-222.0Refactored sitetree code, purge empty site nodesandreasupdate Diff
2006-09-222.0Added failing test case: empty site nodes are not deletedandreasupdate Diff
2006-09-222.0create continuations for usecase uri views (to make them consistent with jxtemplate views) uri views (i.e. views defined with <view uri="..." .../> in the usecase.xconf) used to be one-shot cocoon.sendPage beasts. no continuation was created for them, as opposed to <view template="..." .../> usecases, for which the usecase framework would call cocoon.sendPageAndWait. this meant that the mechanism of the view fundamentally affected the behaviour of the controller, which is simply wrong in an MVC context. currently, only three usecases in trunk are affected by this change: * bxe.open * bxe.close * jcrsource.export the bxe stuff works as ever, but iiuc a stale continuation will be created and the usecase will never execute and finish. that is no problem, since the continuation will eventually time out, but it should be fixed at some point. i could not test the behaviour of the jcrsource module. nettingsupdate Diff
2006-09-222.0Don't try to load icons for non-document sitetree nodes.andreasupdate Diff
2006-09-222.0Improved sitetree icon layoutandreasupdate Diff
2006-09-222.0removed orphaned xsl from default publication (it's obsolete and no longer used) nettingsremove Diff
2006-09-222.0Show login note only for default+blog publication. It's not nice to hard-code this, but since this isn't configured anywhere I guess we can live with it for the moment.andreasupdate Diff
2006-09-222.0Use SVG module for round corners for lenya-box boxesandreasupdate Diff
2006-09-222.0Moved resource type aggregation code from PublicationConfiguration to PublicationImpl, added test caseandreasupdate Diff
2006-09-222.0index exit usecase is no longer needed for editor usecaseschestnutupdate Diff
2006-09-212.0use resource types clean xslt format to clean xml from fckeditor before validation/save *if this is a valid use of a format, webDAV needs to use the format: input module to access the clean-xhtml.xsl stylesheet as well WebDAV module currently incorrectly assumes that the resource type and the module which contain it have the same namechestnutupdate Diff
2006-09-212.0rename all usecases to adhere to the form <moduleShortname>.<action>. this fixes bug http://issues.apache.org/bugzilla/show_bug.cgi?id=39796. if you are calling usecases in your custom code, you will have to modify it. to help with the job, the script http://people.apache.org/~nettings/rename-usecases.sh will find all occurrences of old usecase names, which you can then edit manually. nettingsupdate Diff
2006-09-212.0Use +/- instead of show/hide for toggled boxesandreasupdate Diff
2006-09-212.0Added help text dummy to AC tabandreasupdate Diff
2006-09-212.0[minor change] start headings with capital lettersandreasupdate Diff
2006-09-212.0Cleaned up layout of AC tabandreasupdate Diff
2006-09-212.0Cleaned up layout of AC tabandreasupdate Diff
2006-09-212.0Use term 'descendant' instead of 'following child'andreasupdate Diff
2006-09-212.0[minor change] use capital letters in abbreviationsandreasupdate Diff
2006-09-212.0reverted commit 448513 that attempted to remove incorrect css statements from the lenya menu. alas, his royal crappiness the internet explorer was not amused, and there was no obvious standards-compliant fix. nettingsupdate Diff
2006-09-212.0remove invalid css statements in lenya cms menu nettingsupdate Diff
2006-09-212.0SVG sitemap: match GIFs first because they use a reader instead of generator+serializerandreasupdate Diff
2006-09-212.0set the default doctype of the html serializer to 'loose'. this should put browsers into 'almost standards mode' instead of 'quirks mode', which should be better because it's closer to standards and it's supposed to work quite well with most browsers.josiasupdate Diff
2006-09-202.0set seconds until the homepage resource expires to 0 by defaultchestnutupdate Diff
2006-09-202.0added map namespace declarationjosiasupdate Diff
2006-09-202.0[minor] code formattingjosiasupdate Diff
2006-09-202.0tried to make the url handling more consistent. fixed the 'current' attribute.josiasupdate Diff
2006-09-202.0Replaced default sitetree icon (use question mark)andreasupdate Diff
2006-09-202.0Show resource-type specific icons in sitetree. Better icon images will come.andreasadd Diff
2006-09-202.0[minor change] removed empty table cell from asset pageandreasupdate Diff
2006-09-202.0Allow to specify the usecase exit URL using a request parameter. This is used for creating assets (return to asset tab of parent document).andreasupdate Diff
2006-09-202.0Removed Resource class and associates, replacing old asset handling with resource module.andreasremove Diff
2006-09-202.0simplified c-style xslt code for including scriptsjosiasupdate Diff
2006-09-202.0fixed handling of title: asterisk doesn't match text nodes, but sometimes the title contains only a text node, so use node() instead of asterisk.josiasupdate Diff
2006-09-202.0Don't let SiteManagerTest fail when a node has no linksandreasupdate Diff
2006-09-192.0Invoke workflow event 'edit' when changing node visibility or labelandreasupdate Diff
2006-09-192.0SVG module: load resource documents via HTTP (site protocol doesn't work with Batik) instead of resource directoryandreasupdate Diff
2006-09-192.0Added i18n catalogues for editors moduleandreasadd Diff
2006-09-192.0Make SiteSourceFactory work without format parameter againandreasupdate Diff
2006-09-192.0Insert asset screen: update parameter title: add dublincore prefixandreasupdate Diff
2006-09-192.0Added 'Reformat' button to one form editorandreasupdate Diff
2006-09-192.0Include toggle script only if page contains toggled boxesandreasupdate Diff
2006-09-192.0[minor change] code formattingandreasupdate Diff
2006-09-192.0[minor change] replaced tabs with spacesandreasupdate Diff
2006-09-192.0Allow lenya-box-toggle boxes in page2xhtml.xsl, use this in one form editorandreasadd Diff
2006-09-192.0the url parameter should start with a slash (for consistency with java api)josiasupdate Diff
2006-09-192.0Publish: create missing live site nodes before publishingandreasupdate Diff
2006-09-182.0Set site node label after creating a new document versionandreasupdate Diff
2006-09-182.0Use prefixes for dublin core parameters on create screen. This fixes bug 40452.andreasupdate Diff
2006-09-182.0Updated workflow date format in default pub XSLTandreasupdate Diff
2006-09-182.0Introduce onCopy action configuration for meta data, don't copy workflow meta dataandreasupdate Diff
2006-09-182.0Added modules to default/publication.xconf to get the i18n messages, moved some i18n messages to modules.andreasupdate Diff
2006-09-182.0Don't allow to cut a node if a live version exists.andreasupdate Diff
2006-09-182.0Don't allow the nudge usecase if a live version exists. Moved some i18n messages to the sitetree module.andreasadd Diff
2006-09-182.0Added context:/lenya/pubs/{page-envelope:publication-id}/ before references toandreasupdate Diff
2006-09-15DocsAdded documentation about resource type format parametersandreasupdate Diff
2006-09-152.0Allow to add a format parameter to site source URLsandreasupdate Diff
2006-09-152.0Added nodeName parameter to DocumentInfoModuleandreasupdate Diff
2006-09-152.0Allow to add i18n catalogues to modulesandreasupdate Diff
2006-09-152.0Fixed parameter validation in CreateResource usecaseandreasupdate Diff
2006-09-152.0Asset upload: request the user to choose the file again on subsequent screens. This fixes bug 40488. Added some i18n messages for image upload.andreasupdate Diff
2006-09-142.0Publish: don't expect all site nodes to have linksandreasupdate Diff
2006-09-142.0MoveSubsite: Create ancestor nodes properly if they don't exist in the target area.andreasupdate Diff
2006-09-142.0Fixed MoveSubsite test case - create parent node before copying document (still fails)andreasupdate Diff
2006-09-142.0Changed delete test to delete a document with empty parent nodes (fails)andreasupdate Diff
2006-09-142.0Don't lock already locked nodesandreasupdate Diff
2006-09-142.0fixes insertAsset for FCKEditorchestnutupdate Diff
2006-09-142.0Add <root> element to CSS XMLandreasupdate Diff
2006-09-142.0[minor change] fixed sitemap commentandreasupdate Diff
2006-09-141.2Adding neutron protocol support to lenya-1.2 see http://issues.apache.org/bugzilla/show_bug.cgi?id=40337. Credit for this patch goes to thomas commiottojannadd Diff
2006-09-132.0edit.fckeditor usecase will only use tidy if properties file is given in usecase conf (usecases-edit-fckeditor.xconf) and I added some handy tidy options to the tidy propertieschestnutupdate Diff
2006-09-132.0FCKeditor makes messy xml sometimes which causes validation errors, determine your level of tidyness with a jtidy.properties filechestnutupdate Diff
2006-09-13MiscAdd template to generate code, em, strong. Update template to have title and target attributes on href tags Add a sample odt file to check this. The odt_to_xhtml.xsl contains the beginning of the Source, Note, Warning and Fixme generation, but it is commented since it is not XHTML.cdupoirieuxupdate Diff
2006-09-132.0Set correct exit usecase for edit.insertImage usecase.andreasupdate Diff
2006-09-132.0[minor change] code formattingandreasupdate Diff
2006-09-132.0[minor change] code formattingandreasupdate Diff
2006-09-132.0[minor change] code formattingandreasupdate Diff
2006-09-132.0Add more validation code to CreateResource usecase. See bug 40488.andreasupdate Diff
2006-09-132.0Use document URL + source extension instead of filename in resource module XSLT. This works with non-default language versions, and avoids the duplication of the node name.andreasupdate Diff
2006-09-132.0Change i18n message for cut/copy. See bug 40493.andreasupdate Diff
2006-09-122.0Use document-path instead of document-id for neutron URL. This fixes bug 40484.andreasupdate Diff
2006-09-122.0Use standard create screen for ODT documentsandreasupdate Diff
2006-09-122.0get the source document with the lenyadoc protocoledithupdate Diff
2006-09-122.0fckeditor likes to turn plain - into an ndash. Need to come up with a better solution for this, not sure why tidy isn't cleaning this upchestnutupdate Diff
2006-09-122.0Added DublinCoreHelper (feel free to add more methods), invoke workflow event when PUTting with WebDAVandreasadd Diff
2006-09-122.0Show date+time on workflow history tabandreasupdate Diff
2006-09-122.0instantiator now updates the configuation of all available search indexesjosiasupdate Diff
2006-09-122.0[minor change] code formattingandreasupdate Diff
2006-09-122.0Removed copying of lenya:meta from xhtml resource type XSLTandreasupdate Diff
2006-09-122.0WorkflowModule now returns time in 24 hour format Thanks to a patch by Richard Frovarp Fixes Bug 40473chestnutupdate Diff
2006-09-112.0Reverting commit which extends the lenyadoc protocol with the ability to return the meta data instead of the document. Use the metaData transformer/generator instead.thorstenupdate Diff
2006-09-112.0 http://issues.apache.org/bugzilla/show_bug.cgi?id=39891 Finishing transformer and adding an example in the default pub.thorstenupdate Diff
2006-09-112.0[minor change] added input module javadocsandreasupdate Diff
2006-09-112.0[minor change] added input module javadocsandreasupdate Diff
2006-09-112.0[minor change] added input module javadocsandreasupdate Diff
2006-09-112.0[minor change] added some javadoc commentsandreasupdate Diff
2006-09-112.0AccessControlModule: Add parameter to String.split() to get empty trailing parameter value.andreasupdate Diff
2006-09-112.0Catch missing user parameter on user admin screen and link to users overview page.andreasupdate Diff
2006-09-102.0editors module depends on resource and sitemanagement. This fixes bug #40456.andreasupdate Diff
2006-09-102.0Added ability to add resource document via the insertAsset usecasechestnutupdate Diff
2006-09-082.0 http://issues.apache.org/bugzilla/show_bug.cgi?id=39891 Started the work on the transformer. This commit is not tested nor will it return anything. Pure backup and POC implementation. Feel free to finish it. The last thing to do is to put the values to the content handler again.thorstenadd Diff
2006-09-082.0Add body div to resource type XSLTs. This fixes bug #40446. Thanks to Jonathan Addision for investigating and suggesting a patch.andreasupdate Diff
2006-09-082.0Don't copy passwd files to new publication. This fixes bug #40390.andreasupdate Diff
2006-09-082.0Fix initUsecasePolicies stylesheet to work with new ac scheme. This fixes bug 40434. Thanks to Joern Nettingsmeier for the patch.andreasupdate Diff
2006-09-082.0Added workaround to view.xsp: don't use page-envelope:document-path, but build the path using UUID and language. I hope this can be replaced with decent revision control code soon.andreasupdate Diff
2006-09-082.0Changed form XSLT inclusion to fallback URI. This makes the form editor work with modules.copy=false.andreasupdate Diff
2006-09-082.0Changed tab JX template to work with Windows / Unix. No idea how to make it work with all OSs ...andreasupdate Diff
2006-09-082.0This commit extends the lenyadoc protocol with the ability to return the meta data instead of the document. This commit is not a 100% clean solution since it assumes that the meta data are stored in the document URL + ".meta" which may not be true as soon JCR comes in to the game. You can use now lenyadoc:meta:... (the rest is like before lenyadoc:// or lenyadoc:/) as protocol to get the meta data for the document.thorstenupdate Diff
2006-09-082.0add single resource Doc and not all docs in area to the ArrayList for each resourcechestnutupdate Diff
2006-09-072.0Teaching the sitetree generator to output as well the uuid. Further extending the sitetree2nav.xsl to output uuid as well.thorstenupdate Diff
2006-09-062.0login usecase now shows an 'access-denied' message if the user is logged in already, but does not have the right privileges to access a page.josiasupdate Diff
2006-09-06DocsAdding note about htmlunit teststhorstenupdate Diff
2006-09-062.0rid of deprecated xpointer syntax Should take care of Bug 40410 Thanks to Jörn Nettingsmeier for the patchchestnutupdate Diff
2006-09-05DocsAdding note about to add libs from the build to the junit classpath in eclipse.thorstenupdate Diff
2006-09-052.0Organizing imports and white noise (formating changes)thorstenupdate Diff
2006-09-052.0Fixing the savePolicy test which did not added any role to the default implementation which was wrong.thorstenupdate Diff
2006-09-052.0Organizing importsthorstenupdate Diff
2006-09-052.0The ac restricted blocked all modules out, since they did not had a policy file. The usecase-policies.xml is not read by the ac, it only got read for the menu generation.thorstenadd Diff
2006-09-042.0obsolete neutron usecase policy in the default pub. Fixes Bug 40389 Thanks Jörnchestnutupdate Diff
2006-09-042.0svn merge -r432497:HEAD https://svn.apache.org/repos/asf/lenya/sandbox/ac-restricted-1.4-src. Merging the ac branch into trunk again.thorstenupdate Diff
2006-09-012.0Don't try to load arbitrary resource type CSS, but allow to add html head to the resource type format XML.andreasupdate Diff
2006-09-01SandboxFixing bug related to url rights. Since we did not incremented the position we have overriden always the last credential leading to that only the first role got added to the credentials.thorstenupdate Diff
2006-09-012.0Fixing test case that created a zombie user, which was not registered with the usermanager but left traces in the admin/user dir of the ac. Changing it to the default test user fixes the problem.thorstenupdate Diff
2006-09-01SandboxFixing bug that occured when removing an user. The problem was that the policy did not got updated that contained the accreditable because we did not updated the key matchingthorstenupdate Diff
2006-09-01SandboxRemoving obsolete catch.thorstenupdate Diff
2006-09-012.0use fallback URIs for schema includes. fixes bug #40377 (xhtml transitional does not work)josiasupdate Diff
2006-09-012.0[minor change] code formattingandreasupdate Diff
2006-09-012.0Deleted obsolete error handling files and exception declarationsandreasupdate Diff
2006-09-01SiteAutomatic publish from forrestbotthorstenupdate Diff
2006-09-012.0Don't throw exception in LanguageExistsAction, unified document-does-not-exist and missing-language screensandreasupdate Diff
2006-09-01DocsAdding documentation about the restricted AC management to the documentation.thorstenupdate Diff
>

Copyright © 1999-2011 The Apache Software Foundation. All rights reserved.

Apache Lenya, Apache, and the Apache feather logo are trademarks of The Apache Software Foundation.