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 2007-12

DateVersionCommentAuthorActionDiff
2007-12-25MiscUpdated version in properties-build.xmlandreasupdate Diff
2007-12-25MiscCopying 2.0 RC6 to 2.0andreasadd Diff
2007-12-201.2Minor fix for meta data handling. See http://issues.apache.org/bugzilla/show_bug.cgi?id=43961. Thanks to Thomas Comiotto for the patchjannupdate Diff
2007-12-202.0Added option to show all or only the current language in the news overview.andreasupdate Diff
2007-12-202.0Allow to pass the publication ID as a parameter to the sitetree fragment generator.andreasupdate Diff
2007-12-20SandboxAdd language attributes to documents which are generated by the feed module.andreasupdate Diff
2007-12-202.0Use servlet helper to obtain webapp URL from request. This should fix bug 44111.andreasupdate Diff
2007-12-202.0Don't notify the submitter if a document is published directly from authoring. This fixes bug #44101.andreasupdate Diff
2007-12-192.0Round to nearest integer for scaling. Thanks to Jörn for the suggestion. rfrovarpupdate Diff
2007-12-17MiscUpdating tests, scheduler and task handling to access control changesandreasupdate Diff
2007-12-17MiscUpdated imports and javadocs.andreasupdate Diff
2007-12-17MiscCleaned up TransientUser class.andreasupdate Diff
2007-12-17MiscUpdated javadoc commentandreasupdate Diff
2007-12-17MiscAdded serial version UID to World classandreasupdate Diff
2007-12-17MiscUpdated javadoc commentandreasupdate Diff
2007-12-17Misc[minor change] removed unused importsandreasupdate Diff
2007-12-17MiscAccess control refactoring: Added dedicated FileItem interface because not all items are configurable anymore. Added ManagedUserReference because otherwise the TransientUserReference would violate Liskov's substitution principle.andreasupdate Diff
2007-12-17MiscAdded some javadoc comments.andreasupdate Diff
2007-12-17MiscAdded javadoc comments and serial version UIDsandreasupdate Diff
2007-12-17MiscDecouple user management from session. The accreditables are now only referenced by the session and not stored in the session itself. This allows to restore the session by the servlet container, and it allows to transfer a session from one access controller to another (i.e., from one publication to another).andreasupdate Diff
2007-12-14MiscUpdating transient user and shibboleth authenticator to previous changes. The Shibboleth login doesn't work yet, though.andreasupdate Diff
2007-12-14MiscMinor re-design of group affiliation and transient item handling: The groups don't store their member list anymore, but determine it dynamically (expensive, but only used for administration usecases). The transient items aren't attached to the item managers anymore. These changes simplify the code a lot.andreasupdate Diff
2007-12-14MiscDon't remove all members when changing the group affililation, but only the users which aren't assigned anymore.andreasupdate Diff
2007-12-14MiscUse UserManager.contains() to verify user existence instead of null check.andreasupdate Diff
2007-12-14MiscAdding Assert utility classandreasadd Diff
2007-12-142.0Use lenya.apache.org for user e-mail addresses.andreasupdate Diff
2007-12-14MiscAvoid NPE when login screen error message params are nullandreasupdate Diff
2007-12-14MiscTagging the 2.0 RC6.thorstenadd Diff
2007-12-132.0Override equals() so that it takes lastModified into account to allow for the updating of images. This is for bug 42385. rfrovarpupdate Diff
2007-12-132.0Fixed javadoc comment, set path field in ProtocolHandler to avoid that all images contain the same source, see bug 42385. Thanks to Juergen Ragaller for the hint.andreasupdate Diff
2007-12-132.0News XSLT: handle XHTML documents where the first paragraph is included in other elements, e.g. <div id=body/>andreasupdate Diff
2007-12-132.0[minor change] removed invalid characterandreasupdate Diff
2007-12-132.0Throw reasonable error message if non-existent roles are assigned in policies.andreasupdate Diff
2007-12-13MiscTagging the 2.0 RC5.thorstenadd Diff
2007-12-122.0Fixes 42385. Batik uses toString for caching of source images. This fixes issues with the cache. rfrovarpupdate Diff
2007-12-12RevolutionReplaced lenya.sh with revised version from Lenya 1.2 to add "stop" command line option and set LENYA_HOME properly.solproviderupdate Diff
2007-12-121.2LENYA_HOME set using dirname and pwd.solproviderupdate Diff
2007-12-12MiscFixed javadoc commentsandreasupdate Diff
2007-12-12MiscRemoved dead codeandreasupdate Diff
2007-12-12MiscAdded some javadoc commentsandreasupdate Diff
2007-12-12MiscAdded some javadoc commentsandreasupdate Diff
2007-12-12MiscAdded some javadoc commentsandreasupdate Diff
2007-12-12MiscUpdated Shibboleth architecture docsandreasupdate Diff
2007-12-12MiscShibbolethAuthenticator.getTargetUri(): log warning if TARGET request parameter is missing.andreasupdate Diff
2007-12-122.0LinkConverter: if srcPub != destPub, convert URLs to destPub URLs before url2uuid conversion.andreasupdate Diff
2007-12-122.0ImportTest: don't commit session if link check failed.andreasupdate Diff
2007-12-112.0Removed unused menu item attributeandreasupdate Diff
2007-12-112.0Don't add context path to logfile URL (done by proxy transformer)andreasupdate Diff
2007-12-112.0Converting links to UUID-based URIs in TinyMCE.andreasupdate Diff
2007-12-112.0Consider proxy URLs in LinkConverter.andreasupdate Diff
2007-12-112.0OneFormEditor: convert URLs to UUIDs after saving the document. See bug 43990.andreasupdate Diff
2007-12-112.0Use UrlToUuidRewriter in LinkConverter to avoid code duplication. No semantic or API changes.andreasupdate Diff
2007-12-112.0Fix scaling problem from bug 44057 rfrovarpupdate Diff
2007-12-112.0Fix capitalization to be consistent rfrovarpupdate Diff
2007-12-11MiscRemoing trunk dirthorstenremove Diff
2007-12-11MiscTagging the 2.0 RC4.thorstenadd Diff
2007-12-10MiscUse separate document for shibboleth troubeshootingandreasupdate Diff
2007-12-10MiscTagging the 2.0 RC4.thorstenadd Diff
2007-12-102.0Removed i18n for obsolete error message for copy usecase.andreasupdate Diff
2007-12-102.0Simplified i18n for cut usecase and updated stylingandreasupdate Diff
2007-12-102.0Simplified i18n for copy+paste and updated stylingandreasupdate Diff
2007-12-102.0Use iteration instead of recursion for deep copies. This fixes bug 44005.andreasupdate Diff
2007-12-092.0tinymce: fix javascript error in internal link insertion (sorry for breaking it with an earlier commit) - if someone finds the time to doublecheck this, my thanks in advance.ragallerupdate Diff
2007-12-07MiscPin down cocoon version to r600217 http://markmail.org/message/dibf7ys7dsmdzi6r?q=list:org%2Eapache%2Elenya%2Edevthorstenupdate Diff
2007-12-072.0tinyMCE: re-added the strip namespaces transformation step to the tinymce sitemap (otherwise it's difficult to impossible to ensure survival of xi:include constructs in the editor).ragallerupdate Diff
2007-12-07MiscTagging the 2.0 RC3.thorstenadd Diff
2007-12-06MiscInitialize user and IP range managers when Group.getMembers() is called. This fixes bug 44035.andreasupdate Diff
2007-12-06MiscFixed group rule validation, works now also for empty rules.andreasupdate Diff
2007-12-06MiscRefined javadoc commentandreasupdate Diff
2007-12-06MiscRemove non-breaking space from textarea, since this caused problems when submitting the form in Safari.andreasupdate Diff
2007-12-06MiscSwitch to serializer from serializers block to avoid collapsing of <textarea>, this fixes display problems in Safari.andreasupdate Diff
2007-12-06MiscIntroduce target URI to allow redirecting to a protected resource after the authentication. This is necessary because the Shibboleth authentication URL has to be the same for all resources.andreasupdate Diff
2007-12-06Misc[Refactoring] extracted constantsandreasupdate Diff
2007-12-06MiscDon't add transient users to user list. This avoids unnecessary memory consumtion and unpredictable behaviour.andreasupdate Diff
2007-12-06Misc[Refactoring] extracted constantsandreasupdate Diff
2007-12-04Misc[minor change] improved indentationandreasupdate Diff
2007-12-04Misc[minor change] replaced tabs with spacesandreasupdate Diff
2007-12-04MiscTrim rule parameter before evaluating to avoid 'no viable alternative at character' errorsandreasupdate Diff
2007-12-04MiscFixed encoding problems with group rules (use request.getParameter() instead or request.get())andreasupdate Diff
2007-12-04MiscMaking message class serializable to avoid errors when the session is restoredandreasupdate Diff
2007-12-04MiscMerging changes from BRANCH_2_1_X (r600927:600928)andreasupdate Diff
2007-12-041.2Change admin area XSPs to UTF-8, use request.getParameter() instead of request.get() in admin area flowscripts to get the string in the correct encoding. This fixes bug 42704.andreasupdate Diff
2007-12-04MiscMerging changes from BRANCH_2_1_X (r5754354:600871)andreasupdate Diff
2007-12-04MiscClear access control error messages after displaying themandreasupdate Diff
2007-12-032.0Added German i18n for will-copy-to-self message. Thanks to Richard Frovarp for the hint.andreasupdate Diff
2007-12-032.0Prevents copied documents from being pasted to itself. Fixes 44005. Needs German version of error message. rfrovarpupdate Diff
2007-12-02DocsAdding Lenya vector graphics by Juergen Ragaller (thanks a lot) and an updated version with a different feather.andreasadd 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.