Date | Version | Comment | Author | Action | Diff |
---|
2007-01-31 | 2.0 | [minor change] removed unused fields | andreas | update | Diff |
2007-01-31 | 2.0 | Fixed order of method params in IndexUpdater | andreas | update | Diff |
2007-01-31 | 1.2 | Display [no title] for empty navigation titles in sitetree. This fixes bug #41495 for lenya-1.2.X | jann | update | Diff |
2007-01-31 | 2.0 | Display [no title] for empty navigation titles in sitetree. This fixes bug #41495. | andreas | update | Diff |
2007-01-30 | 2.0 | whitenoise, comment fixes, removed redundant declarations, re-enabled
exeption handler that was removed for debugging.
| nettings | update | Diff |
2007-01-30 | 2.0 | Added method Usecase.getParameter(String, Object), updated DocumentUsecase.getTargetDocument(boolean) to match javadoc comment | andreas | update | Diff |
2007-01-30 | 2.0 | Release service if not null (fixed wrong comparison operator) | andreas | update | Diff |
2007-01-30 | 2.0 | Added some javadocs for UsecaseInvoker | andreas | update | Diff |
2007-01-30 | 2.0 | Added some javadocs for UsecaseInvoker | andreas | update | Diff |
2007-01-30 | 2.0 | Refactored EditDocument and SaveDocument usecases, added some javadocs | andreas | update | Diff |
2007-01-30 | 2.0 | [minor change] removed unused imports | andreas | update | Diff |
2007-01-30 | 2.0 | use corrent usecases.js location in usecasedocument module (symptom was
broken search). comment fix.
credit goes to richard frovarp, thanks for spotting!
| nettings | update | Diff |
2007-01-28 | Docs | Adding link to upcoming apache cons. adding change log for the last months. | thorsten | update | Diff |
2007-01-28 | Site | Automatic publish from forrestbot | thorsten | update | Diff |
2007-01-25 | 2.0 | Bug 41421 - Visiting a locked page adds page to list of work
patch applied. Thanks to Richard Frovarp | thorsten | update | Diff |
2007-01-25 | 2.0 | Check for sitetree instead of index_en to see if content has to be imported. This fixes bug 41424. | andreas | update | Diff |
2007-01-25 | 2.0 | Introduced AccreditableManagerFactory to clean up the AM setup mechanism | andreas | update | Diff |
2007-01-25 | 2.0 | Replaced java assert with Assert class | andreas | update | Diff |
2007-01-25 | 2.0 | Clear session history when loggin in and out. This fixes bug 41454. | andreas | update | Diff |
2007-01-23 | 2.0 | Don't try to check in transactionables which are checked out by a different user | andreas | update | Diff |
2007-01-23 | 2.0 | Flush session event queue on commit+rollback, fix javascript issues on reject screen | andreas | update | Diff |
2007-01-23 | 2.0 | languageselector: minor style changes, better i18n, limit max height in
svn flag resizer to avoid heap overflows.
| nettings | update | Diff |
2007-01-23 | 2.0 | Fix sitetree API call in fragment generator | andreas | update | Diff |
2007-01-23 | 2.0 | Don't throw exception when delete usecase fails, don't index non-existing docs | andreas | update | Diff |
2007-01-23 | 2.0 | Make target URL available for usecase tests | andreas | update | Diff |
2007-01-23 | 2.0 | Don't initialize local url parameter to avoid danger of not setting it | andreas | update | Diff |
2007-01-23 | 2.0 | Removed unused imports, use UsecaseWorkflowHelper instead of WorkflowUtil | andreas | update | Diff |
2007-01-23 | 2.0 | Further simiplification of Identity.belongsTo() | andreas | update | Diff |
2007-01-23 | 2.0 | Clarified Identity.belongsTo() and related methods, added corresponding test case | andreas | update | Diff |
2007-01-23 | 2.0 | Updated UsecaseProxy package name in webdav.js | andreas | update | Diff |
2007-01-22 | 2.0 | activate language selector in default publication.
add french, spanish and hebrew to default publication (no translations
yet, just for show). hebrew was chosen to demonstrate right-to-left
text flow.
add some styling.
| nettings | update | Diff |
2007-01-22 | 2.0 | add flag display option to language selector, improve i18n.
| nettings | update | Diff |
2007-01-22 | 2.0 | added a language selector to switch between the languages of a
publication.
it iterates over {page-envelope:publication-languages-csv} to display
all languages and then formats the links depending on whether the
language is currently chosen, available or unavailable.
to activate, add <module name="languageselector"/> to your
and add <map:part
src="cocoon://modules/languageselector/languageselector/text-abbr/flagsize-none"/>
to your publication sitemap.
then you can <xsl:apply-templates
select="xhtml:div[id='languageselector']/> in your page2xhtml.xsl.
for nice formatting, you need to do some css (look at the source for the
classes).
an optional display of flag symbols is in the works, but not yet
implemented. ignore the hooks for now.
| nettings | add | Diff |
2007-01-21 | 2.0 | remove test usecase message from tinymce module.
| nettings | update | Diff |
2007-01-19 | 2.0 | Improve encapsulation and consistency by using methods to write private document meta data | andreas | update | Diff |
2007-01-19 | 2.0 | Build process: Make tests run again | andreas | update | Diff |
2007-01-18 | 2.0 | fixes http://issues.apache.org/bugzilla/show_bug.cgi?id=41393. credit
goes to richard frovarp.
| nettings | update | Diff |
2007-01-18 | 2.0 | fixes http://issues.apache.org/bugzilla/show_bug.cgi?id=41395. thanks to
richard frovarp.
| nettings | update | Diff |
2007-01-18 | 2.0 | fix bug 41405, thanks to jonathan addison.
| nettings | update | Diff |
2007-01-17 | 1.2 | [minor changes] Adding document-type parameter and template matcher for neutron protocol. Credits to thomas comiotto | jann | update | Diff |
2007-01-16 | 2.0 | Refactoring: moved usecase-related resources from core to usecase module | andreas | update | Diff |
2007-01-16 | 2.0 | Refactoring: renaming modules *-impl to * | andreas | update | Diff |
2007-01-15 | 2.0 | [minor change] removing empty module usecase-impl | andreas | remove | Diff |
2007-01-15 | 2.0 | Refactoring: merge modules usecase and usecase-impl | andreas | update | Diff |
2007-01-15 | 2.0 | Refactoring: move usecase impl classes to impl packages, preparation for join with usecase module | andreas | add | Diff |
2007-01-15 | 2.0 | sitemanagement module depends on workflow-impl module | andreas | update | Diff |
2007-01-12 | 2.0 | [minor change] removed dead code | andreas | update | Diff |
2007-01-12 | 2.0 | Refactored workflow event handling, replaced unpublished menus with OSGi-style package exporting | andreas | update | Diff |
2007-01-12 | 2.0 | Avoid NPE (no null params for UsecaseMessage) | andreas | update | Diff |
2007-01-12 | 2.0 | Fixed saving with neutron | andreas | add | Diff |
2007-01-12 | 2.0 | [minor change] Removed debugging statement | andreas | update | Diff |
2007-01-11 | 2.0 | Rewrite links before delivering document to Kupu | andreas | update | Diff |
2007-01-11 | 2.0 | Convert urls to uuids when saving with EditDocument, convert img to object elements when saving with Kupu | andreas | update | Diff |
2007-01-11 | 2.0 | Use uuid-based links for images | andreas | add | Diff |
2007-01-11 | 2.0 | Use document title instead of uuid for error messages, improved workflow error message i18n | andreas | update | Diff |
2007-01-11 | 2.0 | Removed Kupu reference from core sitemap | andreas | update | Diff |
2007-01-11 | 2.0 | [minor change] removed dead code | andreas | update | Diff |
2007-01-11 | 2.0 | Make BXE work for blog entries | andreas | update | Diff |
2007-01-11 | 2.0 | Don't pass null to UsecaseMessage constructor | andreas | update | Diff |
2007-01-11 | 2.0 | Use title instead of uuid in error message | andreas | update | Diff |
2007-01-11 | 2.0 | [minor change] code formatting | andreas | update | Diff |
2007-01-11 | 2.0 | Added site usecase for blog | andreas | add | Diff |
2007-01-11 | 2.0 | Moving some blog resources to blog modules. This way, usecases can be registered correctly. | andreas | add | Diff |
2007-01-11 | 2.0 | Handle non-parent simple site nodes correctly | andreas | update | Diff |
2007-01-11 | 2.0 | Avoid NPE when instantiating UsecaseMessage | andreas | update | Diff |
2007-01-11 | 2.0 | Check usecase message params in constructor | andreas | update | Diff |
2007-01-11 | 2.0 | Reduced visibility of AbstractUsecase.setSession() - not in interface anymore | andreas | update | Diff |
2007-01-10 | 2.0 | Refactoring: add getTitle() method to kupu.js | andreas | update | Diff |
2007-01-10 | 2.0 | Fixed image path base in Kupu | andreas | update | Diff |
2007-01-10 | 2.0 | Use lenya-document:uuid for internal links in Kupu. This fixes bug 41341. | andreas | update | Diff |
2007-01-10 | 2.0 | Fixed kupu icon link | andreas | update | Diff |
2007-01-10 | 2.0 | Changed lenya.usecase=kupu to lenya.module=kupu, updated kupu.js to new API | andreas | update | Diff |
2007-01-10 | 2.0 | Added kupu.js and sitemap.xmap for Kupu. Thanks to Jonathan Addison for the patch. See bug 39890. | andreas | add | Diff |
2007-01-10 | 2.0 | Added development module, first action: show logfile | andreas | add | Diff |
2007-01-10 | 2.0 | Fixed left alignment of lenya header | andreas | update | Diff |
2007-01-10 | 2.0 | Removed / uncommented notes about JCR | andreas | update | Diff |
2007-01-10 | 2.0 | MetaDataTest: don't use old-style ID a UUID | andreas | update | Diff |
2007-01-10 | 2.0 | Removed obsolete convenience methods from SiteUtil | andreas | update | Diff |
2007-01-10 | 2.0 | Use direct methods instead of SiteUtil convenience methods | andreas | update | Diff |
2007-01-10 | 2.0 | Use direct methods instead of SiteUtil convenience methods | andreas | update | Diff |
2007-01-10 | 2.0 | DocumentManagerImpl: use Document.hasLink() instead of obsolete SiteUtil convenience method | andreas | update | Diff |
2007-01-10 | 2.0 | PageEnvelopeModule: use DocumentBuilder directly instead of SiteUtil convenience method | andreas | update | Diff |
2007-01-10 | 1.2 | Remove unused variables, white spaces and cleanup code. | antonio | update | Diff |
2007-01-10 | 1.2 | Remove unused variables. | antonio | update | Diff |
2007-01-10 | 1.2 | Reduce variable scope. | antonio | update | Diff |
2007-01-10 | 1.2 | Remove unused variables. | antonio | update | Diff |
2007-01-09 | 2.0 | added the anchor button to the tinymce editor | chestnut | update | Diff |
2007-01-09 | 2.0 | Detach repo session from servlet session when logging out. This seems to fix bug 41328. | andreas | update | Diff |
2007-01-09 | 2.0 | [minor change] removed unnecessary constructor | andreas | update | Diff |
2007-01-09 | 1.2 | removing hardcoded unizh publication! arrrgh ... | jann | update | Diff |
2007-01-09 | 2.0 | Added Apache license to lenya specific tinymce javascript files | chestnut | update | Diff |
2007-01-09 | 1.2 | Correct actions src attribute for usecase class | jann | update | Diff |
2007-01-09 | 1.2 | fixes http://issues.apache.org/bugzilla/show_bug.cgi?id=41296. This probably never worked in the default pub or somebody deleted the usecase file (but I could not found a hint in svn log). | jann | add | Diff |
2007-01-06 | 1.2 | Fix bug #39360: File upload not working in Bitflux. Thanks to Bismarck Reyes (jbreyes@gmail.com). | antonio | update | Diff |
2007-01-05 | 2.0 | Added publication to path of included scripts so publication fallback is utilized | chestnut | update | Diff |
2007-01-05 | 2.0 | add scroll bars to add link window | chestnut | update | Diff |
2007-01-05 | 1.2 | Fix bug #39360: File upload not working in Bitflux. Thanks to Bismarck Reyes (jbreyes@gmail.com). | antonio | update | Diff |
2007-01-05 | 2.0 | Reverted change to LinkResolver javadocs (revision is still considered) | andreas | update | Diff |
2007-01-04 | Zone | Adding org.apache.forrest.plugin.output.inputModule to the required plugins. Needed since I updated the forrest instance. | thorsten | update | Diff |
2007-01-04 | Zone | removing sitemap since it is not needed and causes build to fail since it uses old syntax | thorsten | remove | Diff |
2007-01-04 | 2.0 | Refactoring source node classes, attach repo session to http session instead of request (avoid clash because session is also stored in usecase proxy) | andreas | update | Diff |
2007-01-04 | 2.0 | move the remaining global kupu resources into the kupu module
patch submitted by jonathan addison, thanks!
please test.
| nettings | remove | Diff |