| Date | Version | Comment | Author | Action | Diff |
|---|
| 2006年05月31日 | Docs | Adding apachecon button and removing all news section or outdated release dates | thorsten | update | Diff |
| 2006年05月31日 | Docs | Adding new lenya site. repported by Vik Tara. | thorsten | update | Diff |
| 2006年05月31日 | Revolution | Opening a revolution branch and added an initial 1.3 directory for solproviders code revolution 1.3 which is backwards compatible to 1.2 | thorsten | add | Diff |
| 2006年05月31日 | 2.0 | Applying patch from Cayetano. Fixing orthographic errors. Thanks Cayetano. | thorsten | update | Diff |
| 2006年05月31日 | 2.0 | Update Descriptions
FIX bug: 39676
| cheche | update | Diff |
| 2006年05月31日 | 2.0 | Cleaning up the odt create usecase like recommended by Andreas. I tested as well with an external content dir. Thanks Andreas for this headsup and the effort to make this possible. | thorsten | update | Diff |
| 2006年05月26日 | 2.0 | extension not needed for PUT, uses default extenstion * as resource type | chestnut | update | Diff |
| 2006年05月26日 | 2.0 | Don't use source extensions when creating ODT documents. This fixes bug #18348. Thanks to Renaud Richardet for the patch! | andreas | update | Diff |
| 2006年05月26日 | 2.0 | Added message to migration target that it doesn't work with external content | andreas | update | Diff |
| 2006年05月24日 | 2.0 | contextPath fixes for webdav module (should fix webDAV via Tomcat) | chestnut | update | Diff |
| 2006年05月24日 | 2.0 | instructions on how to use fckeditor in lenya | chestnut | add | Diff |
| 2006年05月24日 | 2.0 | [minor change] code formatting | andreas | update | Diff |
| 2006年05月24日 | 2.0 | more ContextPath fixes | chestnut | update | Diff |
| 2006年05月24日 | 2.0 | added contextpath to javascript includes | chestnut | update | Diff |
| 2006年05月23日 | 2.0 | styles and meta clarified | michi | update | Diff |
| 2006年05月22日 | 2.0 | Session extends UnitOfWork. This removes the dependency from SourceNode to SessionImpl. | andreas | update | Diff |
| 2006年05月22日 | 2.0 | [refactoring] renamed DocumentIdentityMap to DocumentFactory for consistency reasons, removed most of the dependencies from the API to o.a.lenya.transaction | andreas | update | Diff |
| 2006年05月22日 | 2.0 | Removed obsolete Operation interface + implementation | andreas | update | Diff |
| 2006年05月22日 | 2.0 | Moved PublicationTemplateManagerImpl from API to impl | andreas | add | Diff |
| 2006年05月22日 | 2.0 | [refactoring] renamed DefaultDocument to DocumentImpl | andreas | update | Diff |
| 2006年05月22日 | 2.0 | Moved some publication classes from API to impl. | andreas | remove | Diff |
| 2006年05月22日 | 2.0 | Moved some publication classes from API to impl. The collection interface doesn't extend Document anymore, now the CollectionImpl uses delegation instead of inheritance. | andreas | remove | Diff |
| 2006年05月22日 | 2.0 | Removed dependency from DefaultDocumentBuilder to DefaultDocument | andreas | update | Diff |
| 2006年05月22日 | 2.0 | Updated publish usecase to new API (session.getUnitOfWork().getIdentity() -> session.getIdentity()) | andreas | update | Diff |
| 2006年05月20日 | 1.2 | Use LRUMap instead of deprecated CacheMap. | antonio | update | Diff |
| 2006年05月19日 | 1.2 | Use LRUMap instead of deprecated CacheMap. | antonio | update | Diff |
| 2006年05月19日 | 1.2 | Fix bug 37881. | antonio | update | Diff |
| 2006年05月19日 | 2.0 | Removed references to DocumentIdentityMapImpl | andreas | update | Diff |
| 2006年05月19日 | 2.0 | [minor change] removed unused import | andreas | update | Diff |
| 2006年05月19日 | 2.0 | Don't use DocumentIdentityMapImpl directly | andreas | update | Diff |
| 2006年05月19日 | 2.0 | [Refactoring] splitted Session and DocumentIdentityMap into interface and implementation. This will hopefully allow to move the transaction handling code from API to impl. | andreas | update | Diff |
| 2006年05月19日 | 2.0 | [minor change] removed unused import | andreas | update | Diff |
| 2006年05月19日 | 2.0 | Obtain ODT content using the lenyadoc:/ protocol. This works now because the extension isn't part of the source path anymore. | andreas | update | Diff |
| 2006年05月19日 | 2.0 | Obtain ODT content using the lenyadoc:/ protocol. This works now because the extension isn't part of the source path anymore. | andreas | update | Diff |
| 2006年05月19日 | 2.0 | Removed deprecated + obsolete Creator interface. The functionality of the NewBlogEntryCreator has been moved to the CreateBlogEntry usecase. | andreas | update | Diff |
| 2006年05月19日 | 2.0 | Blog: moved index.xml content file to index (removed extension) | andreas | remove | Diff |
| 2006年05月19日 | 2.0 | [temporary] removed feed meta file to make room for the new content file, added meta file in new location | andreas | add | Diff |
| 2006年05月19日 | 2.0 | Removed source extensions from content. This way, source files can be read without knowing the source extension, i.e., without accessing the meta data. This solves several problems and simplifies the code. | andreas | add | Diff |
| 2006年05月19日 | 1.2 | Handle GZIP Content-Encoding properly. | antonio | update | Diff |
| 2006年05月18日 | 2.0 | parameters added | michi | update | Diff |
| 2006年05月18日 | 2.0 | context prefix added | michi | update | Diff |
| 2006年05月18日 | 2.0 | introspection pipeline added | michi | update | Diff |
| 2006年05月18日 | 2.0 | introspection link added | michi | update | Diff |
| 2006年05月18日 | 2.0 | introspection added | michi | add | Diff |
| 2006年05月18日 | 2.0 | [minor change] removed empty ac/impl directory | andreas | remove | Diff |
| 2006年05月18日 | 2.0 | Moved some usecase implementation classes from API to impl | andreas | remove | Diff |
| 2006年05月18日 | 2.0 | Moved usecase scheduler implementation from API to impl | andreas | add | Diff |
| 2006年05月18日 | 2.0 | Removed notification + default pub classes from API, moved defaultpub usecases to module to make them available to other modules | andreas | add | Diff |
| 2006年05月18日 | 1.2 | configure core lib added | michi | add | Diff |
| 2006年05月18日 | 2.0 | defaultpub and notification added such that Lenya compiles again | michi | add | Diff |
| 2006年05月18日 | 2.0 | moved some workflow classes from API to impl | andreas | add | Diff |
| 2006年05月18日 | 2.0 | Moved workflow implementation from API to impl | andreas | remove | Diff |
| 2006年05月18日 | 2.0 | Build process: create build/lenya/lib directory before using it | andreas | update | Diff |
| 2006年05月18日 | 2.0 | Build process: Make pub + module libs available for compiling pubs + modules | andreas | update | Diff |
| 2006年05月18日 | 2.0 | enable ajax in cforms example | chestnut | update | Diff |
| 2006年05月17日 | 2.0 | Re-added AddUser usecase | andreas | add | Diff |
| 2006年05月17日 | 2.0 | Moved AC usecases back from impl to API, improved AC API for a better separation between API and impl | andreas | update | Diff |
| 2006年05月17日 | 2.0 | Moved AC cache classes from API to impl | andreas | remove | Diff |
| 2006年05月17日 | 2.0 | Build Process: fixed src.test.impl.dir value | andreas | update | Diff |
| 2006年05月17日 | 2.0 | Build process: Fixed classpath parameter (refid attribute changed to value) | andreas | update | Diff |
| 2006年05月17日 | 2.0 | Moved tests to impl/test, fixed test classpath | andreas | update | Diff |
| 2006年05月17日 | 2.0 | Improved build process: use specific classpath when compiling modules, pubs, and core implementation | andreas | update | Diff |
| 2006年05月17日 | 2.0 | Added missing UsecaseAuthorizer after separating API from implementation (sorry) | andreas | add | Diff |
| 2006年05月17日 | Docs | paths fixed | michi | update | Diff |
| 2006年05月17日 | Docs | helper XSLTs added | michi | add | Diff |
| 2006年05月17日 | 2.0 | Starting to separate API from implementation. The API Java files are left where they were to keep the impact minimal for the moment. Implementation files will be moved to the src/impl directory. | andreas | add | Diff |
| 2006年05月17日 | 2.0 | ignore build directory | michi | update | Diff |
| 2006年05月17日 | 2.0 | obsolete | michi | remove | Diff |
| 2006年05月17日 | 2.0 | classpath set to libraries instead classes | michi | update | Diff |
| 2006年05月16日 | 2.0 | create jars | michi | update | Diff |
| 2006年05月16日 | 2.0 | use jars instead of classes | michi | update | Diff |
| 2006年05月16日 | 2.0 | actual libs added | michi | add | Diff |
| 2006年05月16日 | 2.0 | configuration updated and note about environment variables for Windows added | michi | update | Diff |
| 2006年05月15日 | 1.2 | ignore build | michi | update | Diff |
| 2006年05月15日 | 1.2 | backporting the configuration tool from lenya 1.4 to 1.2 | michi | add | Diff |
| 2006年05月15日 | 2.0 | for jar location | michi | add | Diff |
| 2006年05月15日 | 2.0 | combo bug workaround | michi | update | Diff |
| 2006年05月15日 | 2.0 | copy paste functionality added | michi | add | Diff |
| 2006年05月10日 | Docs | fixed typos | josias | update | Diff |
| 2006年05月09日 | 2.0 | kupu drawers must have moved as some point, this should fix the ability to add links in kupu | chestnut | update | Diff |
| 2006年05月09日 | Docs | Adding guidelines proposal based on the one from forrest. Replaced forrest with lenya and updated links to reflect the important ones from lenya. | thorsten | update | Diff |
| 2006年05月09日 | 2.0 | GUI and api updated | michi | update | Diff |
| 2006年05月09日 | 2.0 | formatting | michi | update | Diff |
| 2006年05月09日 | 2.0 | differentiate between comboBox and textField | michi | update | Diff |
| 2006年05月09日 | 2.0 | TODOs added | michi | update | Diff |
| 2006年05月09日 | 2.0 | available parameters made accessible | michi | update | Diff |
| 2006年05月09日 | 2.0 | combox set dynamically | michi | update | Diff |
| 2006年05月09日 | 2.0 | set radio button correctly | michi | update | Diff |
| 2006年05月09日 | 2.0 | back bug fixed | michi | update | Diff |
| 2006年05月09日 | 2.0 | bugs fixed | michi | update | Diff |
| 2006年05月09日 | 2.0 | removed strange chars. thanks to Oliver Schalch for spotting this | josias | update | Diff |
| 2006年05月08日 | 2.0 | Don't copy from lenya/lib/endorsed. | antonio | update | Diff |
| 2006年05月07日 | 2.0 | Activating java 1.5 compile and run for Linux. | antonio | update | Diff |
| 2006年05月06日 | 2.0 | classes for GUI added | michi | add | Diff |
| 2006年05月06日 | 2.0 | thanks to Ilhan Parmaksiz and Oliver Schalch we now have a nice GUI to configure | michi | update | Diff |
| 2006年05月06日 | 2.0 | the actual link added | michi | update | Diff |
| 2006年05月06日 | 2.0 | links to source added | michi | update | Diff |
| 2006年05月06日 | 2.0 | obsolete | michi | remove | Diff |
| 2006年05月06日 | 2.0 | moved into core | michi | add | Diff |
| 2006年05月06日 | 2.0 | abstract configure command line class moved to core | michi | add | Diff |
| 2006年05月06日 | 2.0 | moved | michi | remove | Diff |
| 2006年05月06日 | 2.0 | classes moved into implementation dir | michi | update | Diff |
| 2006年05月06日 | 2.0 | classes moved into implementation dir | michi | update | Diff |
| 2006年05月06日 | 2.0 | moved | michi | add | Diff |
| 2006年05月06日 | 2.0 | Configure Command line abstractized | michi | update | Diff |
| 2006年05月06日 | 2.0 | Configure abstractized | michi | remove | Diff |
| 2006年05月05日 | 2.0 | new dir structure added. TODO should be replaced by jar ... | michi | add | Diff |
| 2006年05月05日 | 2.0 | removed for making space of new dir structure | michi | remove | Diff |
| 2006年05月05日 | 2.0 | source splitted into API and implementation | michi | add | Diff |
| 2006年05月04日 | 2.0 | slightly refactored to make it easier to extend. included a patch by Renaud Richardet. thanks Renaud. | josias | update | Diff |
| 2006年05月03日 | Site | updated live-sites | chestnut | update | Diff |
| 2006年05月03日 | Docs | updated live-sites | chestnut | update | Diff |
| 2006年05月03日 | 1.2 | Don't check 2 time expression 'cie != null'. | antonio | update | Diff |
| 2006年05月03日 | 1.2 | Don't create unnecesary Long Objects. | antonio | update | Diff |
| 2006年05月03日 | 1.2 | Formatting. | antonio | update | Diff |
| 2006年05月03日 | 1.2 | Code formatting. Remove unused imports and Use imports. | antonio | update | Diff |
| 2006年05月03日 | 1.2 | Don't create unnecesary Long Objects. | antonio | update | Diff |
| 2006年05月02日 | 2.0 | allow client editors to save (should allow kupu to save) | chestnut | update | Diff |
| 2006年05月01日 | 1.2 | Use StringBuffer inside cycles. | antonio | update | Diff |
| 2006年04月30日 | 1.2 | Ant Task has a variable called description. Rename 'description' to 'dcDescription'. | antonio | update | Diff |