Search:

Apache » Lenya
project logo
  • Project
  • Developer
  • Community
  • Version 2.2
  • Version 2.0
  • Version 1.2
  • Project
    • Changes
      • 2009
        • 05
        • 04
        • 03
        • 02
        • 01
      • 2008
        • 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

Meeting Bad Säckingen 2009

Built with Apache Lenya

Changes in the Month 2007-02

DateVersionCommentAuthorActionDiff
2007-02-28SiteAutomatic publish from forrestbotthorstenupdate Diff
2007-02-28SiteAutomatic publish from forrestbotthorstenupdate Diff
2007-02-28Docspoint to 1.2.5gregorupdate Diff
2007-02-27Miscfixed missing namespace for templates elements. nettingsupdate Diff
2007-02-27Miscslightly changed the usage of interface vs. object types, i hope this makes sense. no change in functionality. nettingsupdate Diff
2007-02-27Miscupdate default publication instantiator. nasty but working. i need to figure out when to use DefaultConfiguration and when to use the Configuration and MutableConfiuration interfaces. right now i took the shotgun approach. and the string constants need to be eliminated... nettingsupdate Diff
2007-02-27Misctagging 1.2.5gregoradd Diff
2007-02-271.2readying for 1.2.5gregorupdate Diff
2007-02-26DocsAdded docs about publication configurationandreasadd Diff
2007-02-26Misccorrected hasty commit, sorry. nettingsupdate Diff
2007-02-26Miscfixed handling of proxy configuration (now nested!) nettingsupdate Diff
2007-02-26Miscclean up namespace decls, use default namespace or "lenya" instead of "pub" for http://apache.org/cocoon/lenya/publication/1.1 to be consistent witht the rest of lenya. nettingsupdate Diff
2007-02-26Miscfix botched css, sorry. nettingsupdate Diff
2007-02-26MiscAdded namespace prefix to XSLTandreasupdate Diff
2007-02-26MiscAllow null prefixes, this is conforming to DOM level 2andreasupdate Diff
2007-02-262.0removed obsolete xopus files from core (xopus is now a module). nettingsremove Diff
2007-02-26Miscwhite noise. nettingsupdate Diff
2007-02-26MiscUse distinct project name for branchandreasupdate Diff
2007-02-262.0Move blog's publish usecase to a different package, this resolves a name clashandreasremove Diff
2007-02-26Miscmirrored andreas' changes in trunk nettingsremove Diff
2007-02-262.0Reduced test repeat counts to 1andreasupdate Diff
2007-02-262.0Removed obsolete UsecaseFallbackModule and ExistingUsecaseResolverandreasremove Diff
2007-02-262.0Removed obsolete link-attribute config from publication.xconfandreasupdate Diff
2007-02-25Misc* remove contents of pubs/*/publication.xml (empty files remain) * remove rendering support for publication.xml (global-sitemap.xmap). * remove all uses of http://apache.org/cocoon/lenya/publication/1.0 namespace. * introduce a new new namespace: http://apache.org/cocoon/lenya/publication/1.1. * publication.xconf data must now be in that namespace (backwards-incompatible, requires changes to old files) notably, module, proxy and resource-type are now grouped in wrapper elements. * move information from pubs/*publication.xml to pubs/*config/publication.xconf * add webapp/lenya/resources/schemas/publication.rng to define the namespace * add complete list of element/attribute constants to PublicationConfiguration.java (although only a subset is actually parsed there) and enable namespace support. * modify webapp/lenya/resources/i18n/modules2xinclude.xsl accordingly * introduce core and per-publication readme.xml. * improve introduction pages TODO: * fix webapp/lenya/xslt/modules/modules2xinclude.xsl, rename to something more intuitive * fix Instantiator.java nettingsupdate Diff
2007-02-25MiscReworked publication.xconf configuration and introduction pages.nettingsadd Diff
2007-02-252.0removed forgotten profile-noncaching setting in pipeline -- This line, and those below, will be ignored-- M tinymce/sitemap.xmap nettingsupdate Diff
2007-02-242.0avoid NPE when a user requests <host>:<port>/foo. see bug http://issues.apache.org/bugzilla/show_bug.cgi?id=41694. * make URLInformation handle null strings gracefully * check for null strings in DocumentPolicyManagerWrapper additionally, redirect "*" to "index.html" in global-sitemap.xmap to avoid spurious authentication warnings. FIXME: a request of the form <pub-id> without a trailing slash is not yet handled - it triggers a login usecase, but permission is not granted regardless of credentials. nettingsupdate Diff
2007-02-24SiteAutomatic publish from forrestbotthorstenupdate Diff
2007-02-24DocsUpdating svn log changes of websitethorstenupdate Diff
2007-02-242.0remove pointless alert() nettingsupdate Diff
2007-02-232.0Don't store shale node in RepoSourceValidityandreasupdate Diff
2007-02-232.0RepositorySourceValidity: don't use stale node for lastModified comparison, but return UNKNOWN.andreasupdate Diff
2007-02-232.0refactoring: move submit/publish/reject/deactivate usecases from pubs/default/modules/defaultusecases to modules-core/workflow. FIXME: workflow now depends on notification, therefore notification should be moved to modules-core. nettingsremove Diff
2007-02-232.0more documentation, partly stolen from the website and extended. andreas, can you take a look at the FIXMEs regarding the modules.xml format? nettingsupdate Diff
2007-02-23DocsUpdated color of code blocksandreasupdate Diff
2007-02-23DocsAdded docs about Canoo web testsandreasupdate Diff
2007-02-23DocsUpdated PDF marginsandreasupdate Diff
2007-02-232.0added documentation about module conventions. nettingsadd Diff
2007-02-232.0removed empty directories -- This line, and those below, will be ignored-- D site D edit nettingsremove Diff
2007-02-212.0fixes bug http://issues.apache.org/bugzilla/show_bug.cgi?id=40778, thanks to richard frovarp. include "compiled" tiny_mce.js because it loads faster than the human-readable version. nettingsupdate Diff
2007-02-212.0Added synchronization to meta data loading codeandreasupdate Diff
2007-02-212.0Don't reload sitetree if file system version is newerandreasupdate Diff
2007-02-212.0Added check+debug code to MoveSubsite usecasesandreasupdate Diff
2007-02-212.0Refresh shared item store actively to avoid 404s because of limited filesystem last modification granularityandreasupdate Diff
2007-02-212.0Don't retrieve areas from the file system since this fails for non-committed docsandreasupdate Diff
2007-02-212.0[minor change] added javadoc commentandreasupdate Diff
2007-02-212.0Removed dead codeandreasupdate Diff
2007-02-212.0Changed nudge test parameters so that they don't interfere with the archive/delete testandreasupdate Diff
2007-02-212.0Added delete/archive webtestandreasadd Diff
2007-02-212.0Fixed some 1-form-editor issues.andreasupdate Diff
2007-02-212.0Added some javadocsandreasupdate Diff
2007-02-212.0Allow to specify the session when obtaining a lenya-document sourceandreasupdate Diff
2007-02-212.0Don't advance usecase before executionandreasupdate Diff
2007-02-212.0Added method UsecaseProxy.getSession()andreasupdate Diff
2007-02-212.0Fixed DocumentHelper.readDocument(String), added encoding parameterandreasupdate Diff
2007-02-212.0[minor change] removed webtest echoandreasupdate Diff
2007-02-212.0Repeat stress test only 3 timesandreasupdate Diff
2007-02-212.0ValidationUtil: pass error handler to validation handlerandreasupdate Diff
2007-02-212.0remove dead code, whitenoise. please review, in case somebody left this in as a reminder of some kind or forgot to add code... nettingsupdate Diff
2007-02-212.0fixed readme regarding usecase permissions, thanks to richard frovarp. nettingsupdate Diff
2007-02-212.0Added missing i18n messageandreasupdate Diff
2007-02-212.0Fixed SVG resource URLandreasupdate Diff
2007-02-212.0Added i18n for development moduleandreasadd Diff
2007-02-212.0Fixed wildcard references in sitetree xmapandreasupdate Diff
2007-02-202.0Fixed syntax of nav element URIs, this fixes the search form URLandreasupdate Diff
2007-02-202.0Removed obsolete fallback XSLTandreasremove Diff
2007-02-202.0Fixed appearance of menu items in admin areaandreasupdate Diff
2007-02-202.0Fixed IP range profileandreasupdate Diff
2007-02-202.0Fixed some layout and i18n problemsandreasupdate Diff
2007-02-202.0Fixed some layout and i18n problemsandreasupdate Diff
2007-02-202.0Fixed some layout and i18n problemsandreasupdate Diff
2007-02-202.0Remove mandatory note for group nameandreasupdate Diff
2007-02-202.0Remove mandatory note for default user localesandreasupdate Diff
2007-02-202.0Imporved changePassword usecase viewandreasupdate Diff
2007-02-202.0Added UsecaseProxy.getParameter(name, defaultValue)andreasupdate Diff
2007-02-202.0Fixed some layout and i18n problemsandreasupdate Diff
2007-02-202.0Fixed xpatch attribute for uuid2url transformerandreasupdate Diff
2007-02-202.0Fixed some layout and i18n problemsandreasupdate Diff
2007-02-202.0Fixed some layout and i18n problemsandreasupdate Diff
2007-02-202.0Fixed some layout and i18n problemsandreasupdate Diff
2007-02-202.0Fixed some layout and i18n problemsandreasupdate Diff
2007-02-202.0Fixed some layout and i18n problemsandreasupdate Diff
2007-02-202.0Fixed some layout and i18n problemsandreasupdate Diff
2007-02-202.0Various little layout and i18n improvements for usecasesandreasadd Diff
2007-02-202.0Fixed some usecase layout and i18n issuessandreasupdate Diff
2007-02-202.0Fixed admin.ipRange declaration and added policyandreasupdate Diff
2007-02-202.0Added some missing usecase headlines, refined layoutandreasupdate Diff
2007-02-202.0Added some administration i18n termsandreasupdate Diff
2007-02-192.0Adding stress test to create multiple documentsandreasadd Diff
2007-02-192.0Check if source doc is null before trying to obtain resource typeandreasupdate Diff
2007-02-192.0Checking if a link target exists before trying to obtain linked docandreasupdate Diff
2007-02-192.0AbstractUsecase.getSourceURL() doesn't use getParameter() to avoid NPEsandreasupdate Diff
2007-02-192.0[minor change] fixed javadoc commentandreasupdate Diff
2007-02-192.0Add context path to references to static images, see bug 41499andreasupdate Diff
2007-02-192.0Renamed LinkRewritingTransformer to UuidToUrlTransformer, introduced UrlToUuidTransformerandreasupdate Diff
2007-02-152.0Added i18n for archive and trash states, fixed archive eventandreasupdate Diff
2007-02-152.0[minor change] removed unused importsandreasupdate Diff
2007-02-152.0Add link to faviconandreasupdate Diff
2007-02-152.0Use method to access configuration directory instead of field. This avoids a null value problem. See bug 41436. Thanks to Richard Frovarp for the patch.andreasupdate Diff
2007-02-152.0Removed CSS import to fix a permission problem with non-default pubs. See bug 41436. Thanks to Richard Frovarp for the patch.andreasupdate Diff
2007-02-152.0Considering context path when rewriting linksandreasupdate Diff
2007-02-152.0Use context path instead of request parameter 'context' for language selector imagesandreasupdate Diff
2007-02-152.0[minor change] remove obsolete pipelinesandreasupdate Diff
2007-02-152.0Added UsecaseModule which allows to choose the top-level tab according to the usecase's tab groupandreasadd Diff
2007-02-152.0Added check for empty docs to link manager impl.andreasupdate Diff
2007-02-152.0Clean up after messing up test dataandreasupdate Diff
2007-02-152.0Set patch.webapp property by alling target before test targetandreasupdate Diff
2007-02-152.0Use isolated sessions for transactions to avoid 'hanging' modifications. Introduce SharedItemStore to improve performance.andreasupdate Diff
2007-02-152.0Closing output stream after writingandreasupdate Diff
2007-02-152.0Added NamespaceHelper.save(OutputStream)andreasupdate Diff
2007-02-152.0Handle usecase invocation properly in webdav.jsandreasupdate Diff
2007-02-152.0Fix usecase handling in usecase.js when no view is usedandreasadd Diff
2007-02-152.0Don't use input modules when generating navigation elements to allow complete cachingandreasupdate Diff
2007-02-152.0Improved language handling for area nodesandreasupdate Diff
2007-02-152.0Handle case that document doesn't exist when loading site treeandreasupdate Diff
2007-02-152.0Handle case that document is not referenced in site structureandreasupdate Diff
2007-02-152.0Updated location of edit-document.js in kupu moduleandreasupdate Diff
2007-02-152.0Added hyphen in 'SSL-Verschluesselung'andreasupdate Diff
2007-02-152.0Added german i18n for 'revisions'andreasupdate Diff
2007-02-152.0Fixed formatting of <a> in overview JX templateandreasupdate Diff
2007-02-141.2using root parameter defined in sitemap. This parameter is used as the url prefix. Otherwise link-rewriting is not working correctlyjannupdate Diff
2007-02-142.0Added sitetree nudge webtestandreasadd Diff
2007-02-142.0Avoid / as base path for sitetree fragment requestsandreasupdate Diff
2007-02-142.0LinkRewriting: don't try to resolve links for docs which are not referenced in the site structureandreasupdate Diff
2007-02-142.0Don't throw NPE when user doesn't exist in InboxModuleandreasupdate Diff
2007-02-142.0Use string comparison to check document class, isInstance() doesn't seem to work in all cases.andreasupdate Diff
2007-02-132.0Use target to set patch.webapp property in test build.andreasupdate Diff
2007-02-132.0Adding DB name to DB connection URL as required by new HSQLDB versionandreasupdate Diff
2007-02-122.0Set navigation title after importing non-default-language docs. This fixes bug #41593.andreasupdate Diff
2007-02-122.0Removed obsolete sitetree pipeline for admin areaandreasupdate Diff
2007-02-092.0Don't echo webtest homeandreasupdate Diff
2007-02-092.0Log out after web testsandreasupdate Diff
2007-02-092.0Added 'add user' web testandreasadd Diff
2007-02-092.0Using link instead of submit input for cancel buttonandreasupdate Diff
2007-02-092.0Using POST for adding usersandreasupdate Diff
2007-02-092.0Added inbox web testandreasadd Diff
2007-02-092.0Allow to delete messages from inbox, improved usecase behaviourandreasupdate Diff
2007-02-092.0Accept only English reply for workflow overview. No idea why this is necessary here.andreasupdate Diff
2007-02-092.0Add name attribute for workflow-state element. This simplifies web testing.andreasupdate Diff
2007-02-092.0Fixed i18n issue, added basic test for workflow overview usecaseandreasupdate Diff
2007-02-092.0Added workflow web testandreasadd Diff
2007-02-092.0optimize performance of canoo buildandreasupdate Diff
2007-02-092.0Log out at the end of the acusecases testandreasupdate Diff
2007-02-092.0Improve formatting of publish error messages, don't show submit button if errors occurandreasupdate Diff
2007-02-092.0Avoid exceptions in publish JX template when problems occurandreasupdate Diff
2007-02-092.0Lock nodes only if usecase is executableandreasupdate Diff
2007-02-092.0[minor change] updated test project titleandreasupdate Diff
2007-02-092.0Move authentication from execute() to checkExecutionConditions() to avoid duplicate usecase executionandreasupdate Diff
2007-02-092.0Adding Canoo WebTest location to build.propertiesandreasupdate Diff
2007-02-092.0Adding canoo webtest support and first test fileandreasadd Diff
2007-02-082.0changed to default portmichiupdate Diff
2007-02-082.0already exists within default pub confmichiremove Diff
2007-02-082.0nout about LDAP configuration addedmichiupdate Diff
2007-02-082.0sample ldap properties file addedmichiadd Diff
2007-02-081.2default port of ldap addedmichiupdate Diff
>

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