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-08

DateVersionCommentAuthorActionDiff
2006-08-312.0[minor change] code formattingandreasupdate Diff
2006-08-31SandboxFixing a bug that occured when adding an user in the admin area. While testing it I found a bug related to remove an user. It seems that there is a loop in the RemovedAccreditablePolicyBuilder which first deletes the accreditable from the user management but later on tries to access it again. Resulting in org.apache.lenya.ac.AccessControlException: Unknown accreditable [user] with ID [x3x]. Not sure why that is happening, need to investigate why and fix the bug before the merge.thorstenupdate Diff
2006-08-31SandboxFixing bug for adding a role to a policy that was introduced in -r438936. Thanks to Josias for testing and spotting the bug.thorstenupdate Diff
2006-08-31SandboxUpdating all pubs to meet the new policy system. Granting the access by adding method="grant" to the role.thorstenupdate Diff
2006-08-31SandboxFinished work in the ac branch.thorstenupdate Diff
2006-08-31SandboxWhite noise - formating changes.thorstenupdate Diff
2006-08-31SandboxImplementing moving up and down the credentials. Step 2 implementing back end logic which is moving the credentials. Needed to change the accreditableToCredential key keeping to have unique ids.thorstenupdate Diff
2006-08-31Sandboxwe need to revert the order of the url credentials as wellthorstenupdate Diff
2006-08-31SandboxAdding code comment to the reverting loop like suggested by Joern Nettingsmeier.thorstenupdate Diff
2006-08-312.0Patch module manager configuration before running modules.test. This makes the test build work with modules.copy=false.andreasupdate Diff
2006-08-302.0fixed 'for' attribute of labels (point to the correct input field)josiasupdate Diff
2006-08-30SandboxImplementing moving up and down the credentials. Step 1 implementing buttons in the view. Still the functionality in the usecase is not yet implemented/triggered.thorstenupdate Diff
2006-08-30SandboxWe need to revert the order of the credentials to keep the most important policy on top.thorstenupdate Diff
2006-08-302.0insert asset and image from editor using resource documentschestnutupdate Diff
2006-08-292.0fixes ability to create new resourceschestnutupdate Diff
2006-08-292.0fixed some NPEs when migrating a pub with no areas (should skip pub, not give npe)chestnutupdate Diff
2006-08-292.0fixed metadata usecase: id and name attributes in html must not start with a number, so added 'ns' prefix to the keys. further fixed mapping from namespace urls to indexes.josiasupdate Diff
2006-08-292.0Avoid NPE in menu XSP when document is null, return original source URI in usecase when source document is not referenced in site structure.andreasupdate Diff
2006-08-292.0removed the exit usecase, because this usecase may be called from either the authoring or the site view, and the exit usecase is defined by a parameter in the menujosiasupdate Diff
2006-08-292.0only recreate the usecase proxy if the usecase has not finished yet. (if the usecase has finished, the creation of the usecase proxy may fail, because e.g. in the case of the delete-language usecase, the document does not exist anymore)josiasupdate Diff
2006-08-292.0Removed obsolete methods from SiteUtil and replaced occurences with SiteStructure methodsandreasupdate Diff
2006-08-292.0Removed obsolete methods SiteUtil.getSiteStructure(...). Use Area.getSite() instead.andreasupdate Diff
2006-08-292.0AccessControlModule: allow to get the user name / email for a specific user ID, added javadocs, show user name instead of user ID in "last published" footer of default publicationandreasupdate Diff
2006-08-282.0show document label instead of uuidjosiasupdate Diff
2006-08-282.0don't store the webapp url in a member variable, because its value may become invalid when the path of the document changes. consequently removed the setDocumentURL method and adapted the test accordingly.josiasupdate Diff
2006-08-282.0display document label instead of uuidjosiasupdate Diff
2006-08-282.0[minor] removed unused importjosiasupdate Diff
2006-08-282.0save sitetree after removing a labeljosiasupdate Diff
2006-08-252.0Allow any dc meta elements as parameters from create.jx (or your doctypes create document view template)chestnutupdate Diff
2006-08-252.0Site area: show disabled tab for non-existing languages, added links for existing/non-existing language versions to overview pageandreasupdate Diff
2006-08-252.0Changed Create parameter documentId to path and clarified some other parameters, set language param even when no source document exists, allow PageEnvelopeModule to return paths for non-existing documents.andreasupdate Diff
2006-08-252.0[minor change] removed unused importandreasupdate Diff
2006-08-252.0[minor change] code formattingandreasupdate Diff
2006-08-252.0forgot to commit close.bxe usecase policy Thanks to Michael Wohlfart for the patchchestnutupdate Diff
2006-08-252.0Replace Default Publication by Test Publication in test/publication.xml to avoid confusion on publication overview page.andreasupdate Diff
2006-08-242.0added mimetype as an optional attribute reported by the sitetreefragmentgenerator chestnutupdate Diff
2006-08-242.0bxe saves via webdav, might as well use webdav module to save and get xml removed flow and java usecase which duplicates thischestnutremove Diff
2006-08-232.0DefaultSiteTree: Don't rely on node.getUUID() == null, because this doesn't work with old non-UUID content.andreasupdate Diff
2006-08-232.0Match for UUIDs starting with a slash in migration target.andreasupdate Diff
2006-08-232.0SiteTreeNodeImpl: Return path as UUID if the node doesn't contain a uuid attribute, but contains links. This restores support for non-uuid content.andreasupdate Diff
2006-08-232.0Renamed java.version to src.java.version. See bug 40280.andreasupdate Diff
2006-08-22Sandboxusing the original url for last policy. Other wise the url got changed and it is not theone we are looking forthorstenupdate Diff
2006-08-222.0Store new workflow version meta data in all area documents. This fixes bug #40061.andreasupdate Diff
2006-08-22SandboxAdding note about to change the order of the credential.thorstenupdate Diff
2006-08-222.0Fixed fallback URLs for i18nandreasupdate Diff
2006-08-22SandboxRemoving the check for the live site in the FilePolicyManger since it does not make sense anymore, because we can now restricted any url/suburl.thorstenupdate Diff
2006-08-22SandboxWhite noise - formating changes.thorstenupdate Diff
2006-08-222.0updated build.properties.version checkchestnutupdate Diff
2006-08-222.0Added an entry in the build.properties file that allows setting the -source compiler option to either 1.4 or 1.5. This fixes bug #40280. Thanks to Paloma Gomez for the patch.andreasupdate Diff
2006-08-22SandboxFixing bug which occured when there have been multiple role childs in a policy under one accreditable. Changed the savePolicy methods to save now only one accreditable and one role. Further enhanced the caption of the ac form. Only one feature is missing (moving the credentials up and down) but I do not consider it as a blocker for a merge with trunk. thorstenupdate Diff
2006-08-222.0FCK editor: fix SOC wrt menu item generation. adds two files, menu.xmap and config/menu.xsp, and fixes the readme. Thanks to Joern Nettingsmeier for the patch.andreasadd Diff
2006-08-222.0[minor change] removed unused importandreasupdate Diff
2006-08-222.0DocumentManager.copyToVersion(): copy content also when destination doc existsandreasupdate Diff
2006-08-222.0update build.properties.version check to check for the current versionchestnutupdate Diff
2006-08-222.0Use fallback to resolve i18n catalogues. Thanks to Joern Nettingsmeier for the patch.andreasupdate Diff
2006-08-222.0Refactoring: renamed getDocumentIdentityMap() to getDocumentFactory()andreasupdate Diff
2006-08-222.0Added an entry in the build.properties file that allows setting the -source compiler option to either 1.4 or 1.5. This fixes bug #40280. Thanks to Paloma Gomez for the patch.andreasupdate Diff
2006-08-222.0Fixed delete+restore, added test caseandreasupdate Diff
2006-08-222.0Don't rely on sitetree handling of old UUIDs in migration classandreasupdate Diff
2006-08-222.0Adding xconf files in subdirectories of config/cocoon-xconf to the test configurationandreasupdate Diff
2006-08-222.0Added lucene index configuration for trash and archive areasandreasupdate Diff
2006-08-222.0Show label instead of UUID on usecase screensandreasupdate Diff
2006-08-222.0Show label instead of UUID on cut screenandreasupdate Diff
2006-08-222.0Improved DocumentManager API, fixed UUID handling in sitetree, added DocumentManager test case. Copy+Paste should work again.andreasupdate Diff
2006-08-21SandboxFixing credential bug regarding the test set. We have to check the credential that the identity can obtain. Further returning now credentials sorted in importance order. Still missing ordering of rights (up and down) and fixing the bug with multiple role childs of an accreditable. This bug can be seen in the ac form, where only one credential is returned even if the accreditable has more role definitions.thorstenupdate Diff
2006-08-212.0use lenyadoc protocol instead of lenya protocol to read the xml sourcejosiasupdate Diff
2006-08-212.0fixed luceneIndex urijosiasupdate Diff
2006-08-21SandboxWhite noise - formating changes.thorstenupdate Diff
2006-08-21SandboxAdding possibility to define URL *and* subtree policy. Further ordering the forms regarding url policies and inheritable credentials. Changing java mehtods to use Linked* methods to keep te order of credentials.thorstenupdate Diff
2006-08-212.0Copy/Paste: show label instead of UUID on confirmation screenandreasupdate Diff
2006-08-21SandboxWhite noise - formating changes.thorstenupdate Diff
2006-08-182.0Don't use non-existing nodes in TreeSiteManager.getAvailableLocator()andreasupdate Diff
2006-08-18Sandboxfirst steps refactoring the jx template. Adding the method and header to the form. Adding URL rights isnow working fine. Other not yet implemented/tested. Needed to comment one line in a method that I have not yet been able to debug.thorstenupdate Diff
2006-08-182.0use webDAV GET/PUT requests for bxe again, shouldn't be prompted for a userid/pass nowchestnutupdate Diff
2006-08-182.0made the oneformeditor work again by using the lenyadoc protocol instead of the lenya protocol.josiasupdate Diff
2006-08-182.0Check to see if current session is authorized before trying basic auth for webdav requestchestnutupdate Diff
2006-08-182.0prevent ant from using the system's ant.conf, always use the provided ant. fixes bug #40284, thanks to Simon Litwanjosiasupdate Diff
2006-08-18SandboxRemoving custom code that should not have been changed in there.thorstenupdate Diff
2006-08-18SandboxAdding explanation of the Access Control Specification. Further explaining how it works with an example. Since the order of the policy is important I changed all set and maps to Linked* to keep the entry order.thorstenadd Diff
2006-08-18SandboxRemoving custom code that should not be in there.thorstenupdate Diff
2006-08-18SandboxBasic refactored AC prototype. You can now GRANT or DENY credentials on a url basis. This is integrated into the current implementation. We extend the *.acml files with an @method attribute to define whether or not a certain accreditable can have a role. Till now I did not cleaned/verify that some method can be romved due to this changes. The sitetree usecase AC... needs an update and the whole stuff more testing. Please do in lenya-trunk/src: svn switch https://svn.apache.org/repos/asf/lenya/sandbox/ac-restricted-1.4-src if you are keen to test and play around. Try to change the *acml in the build (e.g. with vim) and see the effect after reload.thorstenupdate Diff
2006-08-182.0Fixing a bug regarding the usage of the fallback src. If you call http://localhost:8888/modules/resource/icons/jpg_med.gif then your pub will be ignored as fallback. Changing the call to http://localhost:8888/default/modules/resource/icons/jpg_med.gif fixes the problem.thorstenupdate Diff
2006-08-182.0return correct document name (use sitetree information instead of uuid)josiasupdate Diff
2006-08-182.0when a new language version is created, add it to the sitetreejosiasupdate Diff
2006-08-18DocsAdded comment about area versionsandreasupdate Diff
2006-08-18DocsAdded tutorial how to work with documentsandreasupdate Diff
2006-08-18SandboxAdding initial ac-restricted branch base on lenya-1.4 r432243thorstenadd Diff
2006-08-172.0removed dependency of patch-modules-test on prepare-modules, because prepare-modules is already executed when lenya is built. this should fix a problem about cocoon.xconf missing some module configuration after the tests are executed as './build.sh clean webapp test'josiasupdate Diff
2006-08-172.0Copy content of language version after migrating a documentandreasupdate Diff
2006-08-172.0Allow to delete nodes without locking.andreasupdate Diff
2006-08-172.0Compiling the ant target with 1.4 and not with 1.5thorstenupdate Diff
2006-08-172.0Organising importsthorstenupdate Diff
2006-08-172.0Enhancing the build process of modules. Checking now whether we have two modules with the same name. If so we will now throw an exceptionthorstenupdate Diff
2006-08-172.0Added ant task sources to eclipse classpathandreasupdate Diff
2006-08-172.0White noise - formating changes.thorstenupdate Diff
2006-08-172.0Added verification to MigrateUuidsTestandreasupdate Diff
2006-08-172.0Fixed path handling for SourceNode.getRealSourceURI()andreasupdate Diff
2006-08-172.0The original resource module from will be removed. However the icon package is still aviable under a new location. Updating the readme to reflect this.thorstenupdate Diff
2006-08-172.0SimpleSiteManager: check if site config file existsandreasupdate Diff
2006-08-172.0Exclude rcml and rcbak from area namesandreasupdate Diff
2006-08-172.0Added Area.getDocuments() methodandreasupdate Diff
2006-08-172.0Removed obsolete blog content filesandreasremove Diff
2006-08-172.0Initialize publication content dir if not set in publication.xconf. Added corresponding test case.andreasupdate Diff
2006-08-162.0Updating the page-envelope to return the path and not the uuid for document-paththorstenupdate Diff
2006-08-162.0Fixed docId vs. UUID issues in testsandreasupdate Diff
2006-08-162.0Allow WorkflowTest to run for authoring/review + is_live = trueandreasupdate Diff
2006-08-162.0Added transitions to deactivate a document in authoring + review stateandreasupdate Diff
2006-08-162.0Fixed IndexUpdaterTest: lookup paths in site structure instead of using them as UUIDsandreasupdate Diff
2006-08-162.0Renamed document-id to uuid in commentandreasupdate Diff
2006-08-152.0LinkRewritingTransformer: don't throw exception for broken linksandreasupdate Diff
2006-08-152.0[minor change] code formattingandreasupdate Diff
2006-08-152.0Use UUID+language instead of URL as index keys. This way, the index doesn't have to be updated when the URL of a document changes. The URLs are resolved dynamically when the search results are presented.andreasupdate Diff
2006-08-152.0[minor change] removed unused importandreasupdate Diff
2006-08-152.0Show path and UUID instead of document ID on overview tabandreasupdate Diff
2006-08-152.0don't try to make lang tab if lang version doesn't exist for the current documentchestnutupdate Diff
2006-08-142.0White noise - formating changedthorstenupdate Diff
2006-08-14SiteRemoving the 1_2_x dir again that still have been in my backup maschinethorstenremove Diff
2006-08-14SiteAutomatic publish from forrestbotthorstenupdate Diff
2006-08-14DocsAdding .htaccess file to our document sourcethorstenadd Diff
2006-08-142.0Renamed documentId to path in sitetree fragment generator and DefaultSiteTreeandreasupdate Diff
2006-08-142.0Changed SiteManager to avoid handling non-existing nodes, removed obsolete placeholder featureandreasupdate Diff
2006-08-142.0Use uppercase letter for Lenyaandreasupdate Diff
2006-08-14SiteCorrecting redirectsthorstenupdate Diff
2006-08-13SiteAdding redirects for the old documentation location.thorstenupdate Diff
2006-08-13SiteAutomatic publish from forrestbotthorstenupdate Diff
2006-08-132.0This commit uses a generator of a forrest plugin. See http://svn.apache.org/viewvc?view=rev&revision=429872 for more information. Produces properties from an input-module. This is been managed by the heart of the forrest plugin the ModuleGenerator. The generator is contacting the input module and gets an iterator of all attributes names. This iterator will be then used to receive the values of the key. Till now we only use a Object to String cast but an input module does not have to return a simple String but can return any object. This may cause ClassCastExceptions for the values. Further some attributes need to be received with additional parameter (like the page-envelope). The genarator returns then Null. See http://localhost:8888/modules/properties/input-module.properties.properties.xml http://localhost:8888/modules/properties/input-module.page-envelope.properties.xml The match is <map:match pattern="input-module.*.properties.xml">thorstenadd Diff
2006-08-132.0Implementing iterator of attribute names. Removing throw clauses to let lenya handle the exception. thorstenupdate Diff
2006-08-112.0Added document factory to publication. This makes navigating the content structure much easier.andreasupdate Diff
2006-08-112.0Renamed ...identityMap to ...factoryandreasupdate Diff
2006-08-112.0Added SiteTreeLink classandreasadd Diff
2006-08-112.0Simplified site management APIandreasupdate Diff
2006-08-112.0Added DocumentFactoryTestandreasadd Diff
2006-08-112.0Added uuid-based docs to blog trash areaandreasadd Diff
2006-08-112.0[minor change] removed obsolete dirs and filesandreasremove Diff
2006-08-112.0Added UUID-based documents to archive areaandreasadd Diff
2006-08-112.0Improved SiteStructure interface, added test codeandreasupdate Diff
2006-08-112.0Added usecase policies, cleaned up menu XSPandreasupdate Diff
2006-08-112.0[minor change] removed obsolete directories and filesandreasremove Diff
2006-08-112.0[minor change] removed empty directoriesandreasremove Diff
2006-08-112.0Starting to migrate blog publication to UUIDsandreasupdate Diff
2006-08-112.0Added SiteStructure.add(path, doc), fixed some bugs in SimpleSiteManagerandreasupdate Diff
2006-08-102.0Don't allow to add a document twice to document store, added testandreasupdate Diff
2006-08-102.0fix "logger is null" error produced when authoring menus are builtchestnutupdate Diff
2006-08-102.0avoid bug in aggregation component that duplicates namespace declaration attribute when strip-root is usedchestnutupdate Diff
2006-08-102.0Updated SimpleSiteManager to use UUIDsandreasupdate Diff
2006-08-102.0Removed obsolete methods from SiteManagerandreasupdate Diff
2006-08-102.0Added Area interfaceandreasadd Diff
2006-08-102.0Added method Assert.isTrue()andreasupdate Diff
2006-08-10DocsAdded docu about site protocol, updated lenyadoc docuandreasupdate Diff
2006-08-102.0[minor change] added javadocsandreasupdate Diff
2006-08-102.0Added SiteSourceFactoryandreasadd Diff
2006-08-102.0Don't try to load non-existing DC meta dataandreasupdate Diff
2006-08-102.0Blog pub: allow site.create usecaseandreasupdate Diff
2006-08-092.0Started to simplify API (connection between documents and site structure)andreasupdate Diff
2006-08-092.0Added option to add document versions without adding them to the site structureandreasupdate Diff
2006-08-092.0Added more assertions to catch invalid document identifiersandreasupdate Diff
2006-08-09DocsAdded docs how to run tests in eclipseandreasupdate Diff
2006-08-092.0Simplified exception check in test caseandreasupdate Diff
2006-08-08DocsAdded docs about LenyaMetaDataGeneratorandreasupdate Diff
2006-08-082.0docs build target: fixed reference to java propertyandreasupdate Diff
2006-08-082.0[minor change] improved javadocsandreasupdate Diff
2006-08-082.0Fixed call of meta data generatorandreasupdate Diff
2006-08-082.0LenyaMetaDataGenerator: added prefix mappingandreasupdate Diff
2006-08-082.0Removed "Return to document" footer from search pageandreasupdate Diff
2006-08-082.0Attach document parameters instead of document to RepositoryEvent to allow the correct handling of deleted documentsandreasupdate Diff
2006-08-082.0Show document title on deactivate + publish screensandreasupdate Diff
2006-08-082.0Updated "language does not exist" page to new APIandreasupdate Diff
2006-08-082.0Improved creating and copying documents: new UUID vs. keeping the same UUIDandreasupdate Diff
2006-08-082.0[minor change] improved layoutandreasupdate Diff
2006-08-082.0[minor change] code formattingandreasupdate Diff
2006-08-082.0[minor change] code formattingandreasupdate Diff
2006-08-082.0getFile() now works with uuids and the new filenames without 'index'.josiasupdate Diff
2006-08-072.0Returning the path instead of locator.toString()thorstenupdate Diff
2006-08-072.0[minor change] code formattingandreasupdate Diff
2006-08-072.0Fixed parameter uuid of LenyaMetaDataGeneratorandreasupdate Diff
2006-08-072.0changed meta data generator parameter from docid to uuidandreasupdate Diff
2006-08-072.0Fixed parameters for resource XSLTandreasupdate Diff
2006-08-072.0Create.getNewDocument(): use UUID to obtain document, not pathandreasupdate Diff
2006-08-072.0[minor change] fixed javadocsandreasupdate Diff
2006-08-072.0Use lazy loading in ServletHelper.isUploadEnabled()andreasupdate Diff
2006-08-072.0Resource upload: add error message if upload is disabledandreasupdate Diff
2006-08-072.0getExistingDocuments(): don't throw an exception if no documents are found, but return an empty set instead. (fixes a problem in the precondition checking of the publish usecase, when a document does not exist in the live area)josiasupdate Diff
2006-08-072.0[minor change] removed invalid javadoc commentandreasupdate Diff
2006-08-072.0The lenya metadata generator now needs area and pubid as inputthorstenupdate Diff
2006-08-072.0Organizing importsthorstenupdate Diff
2006-08-072.0Notify unit of work when a transactionable is unlockedandreasupdate Diff
2006-08-072.0TransactionTest: added check for double locking, DefaultDocumentTest: don't confuse paths and UUIDsandreasupdate Diff
2006-08-072.0Observation test: don't lock document before writingandreasupdate Diff
2006-08-072.0Don't lock resource document before writing (doesn't make sense)andreasupdate Diff
2006-08-072.0Added DocumentManager.exists(), fixed compile errors in transaction testandreasupdate Diff
2006-08-072.0MigrateUUIDS: clear list of migrated docs before new publication is startedandreasupdate Diff
2006-08-072.0added PublicationImpl.toString()andreasupdate Diff
2006-08-072.0UnitOfWorkImpl: improved error message, SiteUtil: added postcondition check to getDocuments(area)andreasupdate Diff
2006-08-072.0organizing importsthorstenupdate Diff
2006-08-072.0Updating the SitetreeFragmentGenerator.java and the sitetree module to work with uuid instead of document-id. Further renamed document-id to uuid.thorstenupdate Diff
2006-08-052.0prompt to build cocoon for axis uuid supportchestnutupdate Diff
2006-08-052.0updated cocoon local.blocks.properties.version to warn that cocoon needs to be rebuilt to include axischestnutupdate Diff
2006-08-042.0Improved handling of non-existing documents, this fixes the publishingandreasupdate Diff
2006-08-042.0Fixed UnitOfWorkImpl: checking out transactionables before committingandreasupdate Diff
2006-08-042.0Updated XHTML module sitemap to work with UUIDsandreasupdate Diff
2006-08-042.0Added transaction testandreasadd Diff
2006-08-042.0Don't complain when changed nodes are not lockedandreasupdate Diff
2006-08-042.0Use title instead of uuid on usecase screensandreasupdate Diff
2006-08-042.0Show title instead of UUID on submit screenandreasupdate Diff
2006-08-042.0Migrate lucene module to UUIDsandreasupdate Diff
2006-08-042.0[minor change] changed comment to UUIDandreasupdate Diff
2006-08-042.0LenyaDocSourceFactory: renamed docId to uuidandreasupdate Diff
2006-08-042.0Reverted accidential changes to DefaultDocumentIdToPathMapperandreasupdate Diff
2006-08-042.0Moved observation manager to observation moduleandreasadd Diff
2006-08-042.0DocumentInfoModule: renamed documentId to uuidandreasupdate Diff
2006-08-042.0Added language parameter to DocumentInfoModuleandreasupdate Diff
2006-08-042.0Added uuid and path to the DocumentInfoModuleandreasupdate Diff
2006-08-042.0Removed DocumentIdToPathMapper.getDirectory() methodandreasupdate Diff
2006-08-042.0issue a temp uuid for requests that are not for documents -404 pages instead of 500 -requests for shared resources | module resourceschestnutupdate Diff
2006-08-042.0Commented out link rewriter test, becomes obsolete after UUID introduction anywayandreasupdate Diff
2006-08-042.0Updating the pageEnvelopeModule to the new document APIthorstenupdate Diff
2006-08-042.0Changing the module API and the implementation regarding Andreas feedback. Updating the properties module to use the new methode.thorstenupdate Diff
2006-08-042.0With Java 1.4 compiled forrest lib added and removed the 1.5 compiled one.thorstenremove Diff
2006-08-032.0Removing old forrest version libthorstenremove Diff
2006-08-032.0Adding current forrest head version to our libs. I seem to had one in my development environment for the properties module. Sorry and thanks very much Doug for the headsup.thorstenadd Diff
2006-08-032.0Fixed some problems which occured because UUIDs were introducedandreasupdate Diff
2006-08-032.0Added migration moduleandreasadd Diff
2006-08-032.0Added content janitor (cleans up empty directories)andreasadd Diff
2006-08-032.0Adding a new configuration system module. This new property system is based on the new forrest property system. It let you define properties e.g. in modules or pubs that can be locally overriden without patching the module/pub. You can add lenya.properties.xml to your module to define the default properties for the module. This overrides the default lenya properties in src/webapp/lenya.properties.xml. However the module config can be overriden by defining local.lenya.properties.xml in src/webapp/. Try the following: See the default property "the lenya community" in the heading of http://localhost:8888/default/authoring/index.html. cd src/webapp/src/webapp/lenya.properties.xml src/webapp/src/webapp/local.lenya.properties.xml change pubs.default.author in the new file, restart/rebuild lenya and request http://localhost:8888/default/authoring/index.html See your new prop and smile. thorstenadd Diff
2006-08-032.0Extending the module API with a method to return a list of modules and their location. Adding a default implementation as well.thorstenupdate Diff
2006-08-02DocsAdding forrest.properties.xml config file to the docu. This file lets you change some values of plugins.thorstenadd Diff
2006-08-022.0Switching the order of the css links to override on a pub basis. Adding note about the pub override.thorstenupdate Diff
2006-08-02SiteCleaning up again the site. The forrestbot readded this directories.thorstenremove Diff
2006-08-02SiteAutomatic publish from forrestbotthorstenadd Diff
2006-08-01DocsAdding a SVN-HEAD-REV file that contains the starting revision number of the head logthorstenadd Diff
2006-08-01DocsAdding 07 to the changes log and updating tlp-HEAD to exclude 07thorstenadd Diff
2006-08-012.0This commit activate a css link to module css, but only works if the module is called like the {-type}. This makes it possible to provide css e.g. for bxe on a module basis and one does to have them in the pub.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.