Date | Version | Comment | Author | Action | Diff |
---|
2006-10-28 | 2.0 | Removed some offending lines from SiteTreeNodeImplTest. This funcationality is now tested by the core SiteManagerTest. | andreas | update | Diff |
2006-10-27 | 2.0 | usecase handler cleanup.
[1] remove all cforms-specific code from usecases.js and
UsecaseView.java
[2] split usecases.js into maintainable chunks
[3] introduce a mechanism to add custom flow code (see javadocs in
UsecaseView.java and read usecases.js for details)
[4] remove DummyCFormsUsecase.java and cforms-specific usecases-utils.js
from global code
[5] add CForms.java usecase to cforms module
[6] add custom flow to cforms module to restore functionality
[7] tweak bxe usecases to not create continuations (this restores their
original behaviour which was changed by the previous revision of
usecases.js)
HEADSUP: cforms saving is currently broken, and there is instrumentation
code left in modules/cforms/flow/customFlow.js.
| nettings | update | Diff |
2006-10-26 | 2.0 | Update test after changing API. This fixes bug 40821. Thanks to Renaud Richardet for the patch. | andreas | update | Diff |
2006-10-26 | 2.0 | added xmlverbatim xml-to-html syntax highlighter. thanks to oliver
becker for the contribution. i have slightly amended the license lingo
to follow the examples i found in the cocoon code.
oliver's original contribution statement can be found at
http://mail-archives.apache.org/mod_mbox/lenya-dev/200610.mbox/browser
.
| nettings | add | Diff |
2006-10-26 | 2.0 | Invoke workflow event when changing meta data. This fixes bug 40568. | andreas | update | Diff |
2006-10-26 | 2.0 | Don't treat the 'insert asset' button as usecase submit button. This avoids the NPE in Create.checkPreConditions(), see bug 40558. | andreas | update | Diff |
2006-10-26 | 2.0 | [minor change] code formatting | andreas | update | Diff |
2006-10-26 | 2.0 | Using extra <div> for lenya box bottoms. Looks good on Mac OS with Firefox 2.0. | andreas | update | Diff |
2006-10-26 | 2.0 | Use resource in i18n.xmap to avoid setting a transformer without a generator. This fixes bug 40675. | andreas | update | Diff |
2006-10-26 | 2.0 | Setting titles of several usecases, see bug 40767. Thanks to Richard Frovarp for the patch. | andreas | update | Diff |
2006-10-26 | 2.0 | Set userId exit parameter for ChangePasswordAdmin usecase. This fixes bug 40779. Thanks to Richard Frovarp for the patch. | andreas | update | Diff |
2006-10-26 | 2.0 | Set title of XHTML document. This fixes bug #40709. Thanks to Richard Frovarp for the patch. | andreas | update | Diff |
2006-10-26 | 2.0 | Save sitetree link after changing the label. This fixes bug #40666. | andreas | update | Diff |
2006-10-26 | 2.0 | Added failing test for bug 40666 (navigation title does not stick) | andreas | update | Diff |
2006-10-24 | 2.0 | SiteUtil: consider language in contains() method | andreas | update | Diff |
2006-10-24 | 2.0 | LanguageExistsAction: Replaced call to SiteUtil by direct API calls | andreas | update | Diff |
2006-10-16 | 2.0 | Added a page:title to FCKEditor insertAsset usecase.
This prevents IE from collapsing the title tag and choking on the page.
Thanks to Richard Frovarp for the fix.
| nettings | update | Diff |
2006-10-12 | 2.0 | RollBack of modifications which should be applied in Forrest... | cdupoirieux | update | Diff |
2006-10-12 | 2.0 | adds a textarea-based cut-and-paste dialog to bxe (needed because the
normal mechanism does not work in firefox due to javascript security
restrictions). thanks to chregu for the code and to renaud for preparing
the patch.
| nettings | update | Diff |
2006-10-10 | 2.0 | use path instead of id for webDAV propfind listing | chestnut | update | Diff |
2006-10-10 | 2.0 | add policy for webDAV | chestnut | add | Diff |
2006-10-08 | 2.0 | add missing context path to profiler URL
| nettings | update | Diff |
2006-10-06 | 2.0 | text:line-break should just be transfomed into <br/> | cdupoirieux | update | Diff |
2006-10-05 | 2.0 | reload content during fckeditor save after xslt/before validation
Thanks to Richard Frovarp for catching this bug.
This should fix bug 40689 | chestnut | update | Diff |
2006-10-05 | 2.0 | new profiling module (uses cocoon profiler).
adds a menu item to the "file" menu and provides
xslts for sourcecode prettyprinting and xml source
to xhtml rendering (very naive implementation atm).
| nettings | add | Diff |
2006-10-05 | Misc | Images management.
(inspired by the OOo plugin.) | cdupoirieux | update | Diff |
2006-10-04 | Misc | Suppress a $ that should not be there in the list management,
Add a sample of a two level list,
Add a simple Boxes management (Fixme, Warning, Notes) which is not XHTML yet... | cdupoirieux | update | Diff |
2006-10-03 | 2.0 | Ordered List management.
I have change the key management. (But I think it was not working at all !)
| cdupoirieux | update | Diff |
2006-10-03 | 2.0 | renamed Label to AbstractLink to make the naming more consistent. now we have 'SiteTreeLink extends AbstractLink implements Link'. | josias | update | Diff |
2006-10-03 | 2.0 | fixed i18n and layout of restore confirmation screen | josias | update | Diff |
2006-10-03 | 2.0 | fixes mismatch in usecasedocument module between view and model (causing
npe). thanks to richard frovarp for the report and the fix.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40664
| nettings | update | Diff |
2006-10-03 | 2.0 | remove menu blocks/items which will not be displayed in the current view ('area') before the UsecaseMenuTransformer step. this is a performance optimization, it reduces the number of usecase precondition checks in the menu generation. | josias | add | Diff |
2006-10-03 | 2.0 | fixed meta data moving/copying: when a document is moved from one area to another, the metadata has to be moved completely, including workflow etc. fixes bug #40627 | josias | update | Diff |
2006-10-02 | Misc | It was a little more complicated than I thought.
Ok, now the styles management is Ok (em, sub, sup and strong at least...)
I am going to work on the boxes (Warnings, Notes...) | cdupoirieux | update | Diff |
2006-10-02 | 2.0 | invoke workflow event 'edit' when a new file is uploaded. should fix bug #40648 | josias | update | Diff |