Date | Version | Comment | Author | Action | Diff |
---|
2009-01-31 | Site | Published ApacheCon banner. | andreas | update | Diff |
2009-01-30 | Misc | Use more compact design for document info on source editor screen. | andreas | update | Diff |
2009-01-30 | Misc | Removed special namespace handling from source editor. | andreas | update | Diff |
2009-01-30 | Site | Updating website: Add Lenya 2.2 section, replace ApacheCon banner with new version. | andreas | update | Diff |
2009-01-30 | Misc | Adding keys and text files to new trunk. | andreas | add | Diff |
2009-01-30 | Misc | Adding new trunk. | andreas | add | Diff |
2009-01-30 | Misc | Moving the trunk to branches/BRANCH_2_0_X. The new trunk will be used for the migration to Cocoon 2.2. | andreas | remove | Diff |
2009-01-29 | Misc | Use links for user IDs on revisions and workflow history tabs. | andreas | update | Diff |
2009-01-29 | Misc | Updated layout of error and info messages. | andreas | update | Diff |
2009-01-29 | 2.0 | Adding new menu for homepage module. | andreas | add | Diff |
2009-01-29 | Misc | Moving CSS files to GUI module. | andreas | add | Diff |
2009-01-29 | Misc | Rename one-form editor to source editor in xhtml and homepage module. | andreas | update | Diff |
2009-01-29 | Misc | Show line and column numbers in source editor. The numbers aren't correct ATM because of the omitted XML and namespace declarations. | andreas | update | Diff |
2009-01-29 | Misc | Show line and column numbers in source editor. The numbers aren't correct ATM because of the omitted XML and namespace declarations. | andreas | update | Diff |
2009-01-29 | Misc | Removing invalid reference to codemirror module. | andreas | update | Diff |
2009-01-29 | Misc | Adding CodeMirror syntax highlighting for source editor. See bug 46611. | andreas | add | Diff |
2009-01-27 | Misc | Removing some validation issues in administration module. | andreas | update | Diff |
2009-01-27 | Misc | Removing some validation issues in administration module. | andreas | update | Diff |
2009-01-27 | Misc | Removing some validation issues in administration module. | andreas | update | Diff |
2009-01-27 | Misc | Removing some validation issues in administration module. | andreas | update | Diff |
2009-01-27 | Misc | Removing some validation issues in administration module. | andreas | update | Diff |
2009-01-27 | Misc | Removing some validation issues in administration module. | andreas | update | Diff |
2009-01-27 | Misc | Use grey text for buttons. | andreas | update | Diff |
2009-01-27 | Misc | Use grey text for buttons. | andreas | update | Diff |
2009-01-27 | Misc | Use gradient for button background. | andreas | add | Diff |
2009-01-27 | Misc | Removing some validation issues in administration module. | andreas | update | Diff |
2009-01-27 | Misc | Removing some validation issues in administration module. | andreas | update | Diff |
2009-01-27 | Misc | Removing some validation issues in administration module. | andreas | update | Diff |
2009-01-27 | Misc | [minor change] code formatting | andreas | update | Diff |
2009-01-27 | Misc | Removing some validation issues in administration module. | andreas | update | Diff |
2009-01-27 | Misc | Removing some validation issues in administration module. | andreas | update | Diff |
2009-01-27 | Misc | Removing some validation issues in menubar. | andreas | update | Diff |
2009-01-27 | Misc | Removing some validation issues in menubar. | andreas | update | Diff |
2009-01-27 | Misc | Removing some validation issues in menubar. | andreas | update | Diff |
2009-01-27 | Misc | Moving menu.js from core webapp to menubar module. | andreas | add | Diff |
2009-01-26 | Misc | Adding relative-to-absolute link rewriter and chain link rewriter. | andreas | add | Diff |
2009-01-23 | Misc | Use XHTMLSerializer from serializers block (fixes issue of collapsing <textarea/> elements), remove space workaround for textareas. | andreas | update | Diff |
2009-01-23 | Misc | Fixed namespace of <br> element in i18n message. | andreas | update | Diff |
2009-01-22 | Misc | Use namespace-based DOM operations since we're dealing with XHTML. | andreas | update | Diff |
2009-01-22 | Misc | Added navigation module to default pub so that the i18n is loaded correctly. | andreas | update | Diff |
2009-01-22 | Misc | [minor change] remove invalid comments | andreas | update | Diff |
2009-01-22 | Misc | Fixed AccessControlSitetreeTransformer, use /modules/sitetree URL for sitetree fragments so that users without permissions on the actual pages can get the respective sitetree fragments. | andreas | update | Diff |
2009-01-22 | Misc | Qualify field access, clear stack when recycling link transformer. | andreas | update | Diff |
2009-01-22 | Misc | Resolve webapp URL for icon URL transformer correctly. | andreas | update | Diff |
2009-01-22 | Misc | Add mime-type for XHTML icon. | andreas | update | Diff |
2009-01-22 | Misc | Deliver sitetree icon for resource module.modules/resource/sitemap.xmap | andreas | update | Diff |
2009-01-22 | Misc | Stay on same tab in site area when moving to another node. | andreas | update | Diff |
2009-01-22 | Misc | Save users after they have been removed from a group. Fixes bug 46111. | andreas | update | Diff |
2009-01-22 | Misc | Removed unnecessary space in dojo javascript element. | andreas | update | Diff |
2009-01-22 | Misc | Show actual error message in metadata javascript. | andreas | update | Diff |
2009-01-21 | Sandbox | Next steps in introduction of transient users. | andreas | update | Diff |
2009-01-17 | Misc | Add option to instantiator to share / not share the accreditables with the template publication. See bug 43340. Thanks to Rudolf Korhummel for the patch. | andreas | update | Diff |
2009-01-13 | Misc | [minor change] removed unused import | andreas | update | Diff |
2009-01-13 | Misc | Enabling notification.deleteMessage usecase for default pub. | andreas | update | Diff |
2009-01-13 | Misc | Layout improvement for inbox, use separate usecase to delete messages. | andreas | update | Diff |
2009-01-13 | Misc | Adding gui module with sweetie icon set (creative commons attribution license). | andreas | add | Diff |
2009-01-13 | Misc | Fix existence check for source nodes. | andreas | update | Diff |
2009-01-08 | Misc | Make startup script more resilient for whitespace in properties file.
| froethenbacher | update | Diff |
2009-01-07 | Misc | Add visibleInNav sitetree attribute only if node is not visible, not the other way round. | andreas | update | Diff |
2009-01-05 | Misc | Set SiteTreeImpl.loaded to true if source doesn't exist. | andreas | update | Diff |
2009-01-05 | Misc | Explicitely convert Integer to int for Java 1.4 compatibility. | andreas | update | Diff |
2009-01-04 | Misc | Convert Boolean to boolean for Java 1.4 compatibility. | andreas | update | Diff |
2009-01-03 | Misc | Adding assertion that identity of workflowable must not be null. | andreas | update | Diff |
2009-01-03 | Misc | Adding assertion that identity of workflowable must not be null. | andreas | update | Diff |
2009-01-03 | Misc | Pass null instead of empty identity to shared item store. | andreas | update | Diff |
2009-01-03 | Misc | [minor change] renamed field for more code clarity. | andreas | update | Diff |
2009-01-03 | Misc | Adding parameter assertions. | andreas | update | Diff |
2009-01-03 | Misc | Adding assertions. | andreas | update | Diff |
2009-01-03 | Misc | Wrap int in Integer to preserve compatibility with Java 1.4. | andreas | update | Diff |
2009-01-02 | Misc | Show number of documents and site nodes on overview page for the area node. | andreas | update | Diff |
2009-01-02 | Misc | Use SAX to load and save sitetree (better performance). | andreas | add | Diff |
2009-01-02 | Misc | [minor change] code simplification | andreas | update | Diff |
2009-01-02 | Misc | Load collection if content length is larger than 1 instead of when document exists (might be empty nevertheless). | andreas | update | Diff |
2009-01-02 | Misc | SourceNode.exists(): return true if node has been checked out by the current session. | andreas | update | Diff |
2009-01-02 | Misc | SourceNodeMetaDataHandler.getLastModified(): return -1 instead of throwing exception if meta data content doesn't exist. | andreas | update | Diff |
2009-01-02 | Misc | Don't use uc:usecase for ChangeNodeId usecase to avoid expensive precondition checks when the menu is loaded. | andreas | update | Diff |
2009-01-02 | Misc | Move sitemanagement menu items to sitemangement module, don't use uc:usecase for MoveSubsite usecases to avoid expensive precondition checks when the menu is loaded. | andreas | add | Diff |
2009-01-01 | Misc | SourceNodeRcmlFactory: Use HashMap instead of WeakHashMap for RCML store, otherwise it's useless because the store is emptied after each request. | andreas | update | Diff |
2009-01-01 | Misc | SourceNode.exists(): use last check-in entry to avoid conflicts with other methods (fixes issues when requesting meta data of non-checked-in nodes). | andreas | update | Diff |