Date | Version | Comment | Author | Action | Diff |
---|
2007-06-29 | 2.0 | TinyMCE, FCKeditor, and BXE now all share a single common jx template for inserting assets or images.
| rfrovarp | update | Diff |
2007-06-28 | 2.0 | Add area base path to area node in sitetree. This fixes bug 42764. | andreas | update | Diff |
2007-06-28 | 2.0 | Use request settings for SVG image scaling if no proxy is configured. This fixes bug 42765. | andreas | update | Diff |
2007-06-28 | 2.0 | Don't strip the protocol from image URLs, see http://issues.apache.org/bugzilla/show_bug.cgi?id=42762#c10 | andreas | update | Diff |
2007-06-28 | 2.0 | [minor change] code formatting | andreas | update | Diff |
2007-06-28 | 2.0 | Apply Proxy fixes for TinyMCE and FCKeditor insertAsset functionality - updates from r551545
| rfrovarp | update | Diff |
2007-06-28 | 2.0 | Use proxy-based URLs for Kupu image preview. See bug 42762. | andreas | update | Diff |
2007-06-28 | 2.0 | Use proxy-based URLs for Kupu resources. See bug 42762. | andreas | update | Diff |
2007-06-28 | 2.0 | Using proxy-based path for insertAsset usecase in BXE. This fixes bug 42761. | andreas | update | Diff |
2007-06-28 | 2.0 | [minor change] removed invalid javadoc comment | andreas | update | Diff |
2007-06-28 | Docs | Enhanced mod_proxy docs, added mod_proxy_ajp docs | andreas | add | Diff |
2007-06-28 | 2.0 | Reverted changes re. proxy-based redirects. They are obsolete with a correct reverse proxy setup. | andreas | update | Diff |
2007-06-27 | 2.0 | Reverted accidential commit (noncaching pipelines in SVG module) | andreas | update | Diff |
2007-06-27 | 2.0 | Use proxy URL to retrieve original images for SVG scaling, convert https URLs to http URLs (Batik doesn't seem to like https URLs) | andreas | update | Diff |
2007-06-27 | 2.0 | Added note about proxy module to readme file | andreas | update | Diff |
2007-06-27 | 2.0 | Use request.isSecure() instead of request.getScheme() to check for SSL connection | andreas | update | Diff |
2007-06-26 | 2.0 | Consider current request security (SSL or not) when building links. All items on an SSL-encrypted page will be requested using SSL. | andreas | update | Diff |
2007-06-26 | 2.0 | Use proxy URL for login redirect. This avoids problems with mod_jk and mod_rewrite | andreas | update | Diff |
2007-06-26 | 2.0 | Use proxy URL for login redirect. This avoids problems with mod_jk and mod_rewrite | andreas | update | Diff |
2007-06-26 | Sandbox | Improved module name and description | andreas | update | Diff |
2007-06-26 | Sandbox | Use apache package for module | andreas | update | Diff |
2007-06-26 | Sandbox | Added feed module to sandbox | andreas | add | Diff |
2007-06-25 | 2.0 | AccessControlUsecase: throw reasonable exception instead of NPE if access controller could not be resolved | andreas | update | Diff |
2007-06-25 | Docs | Added note about context path/cookie issues | andreas | update | Diff |
2007-06-25 | Docs | Added note about ProxyModule to documentation | andreas | update | Diff |
2007-06-25 | 2.0 | Include area in WebDAV GET requests in default publication (fixes proxying issue) | andreas | update | Diff |
2007-06-25 | 2.0 | Consolidated BaseURLModule and ProxyUrlModule to ProxyModule | andreas | update | Diff |
2007-06-25 | 2.0 | Consolidated BaseURLModule and ProxyUrlModule to ProxyModule | andreas | remove | Diff |
2007-06-25 | 2.0 | Fixed tab URLs (proxying) | andreas | update | Diff |
2007-06-25 | 2.0 | Moved base URL module to linking module, improved handling of empty params, use OutgoingLinkRewriter to avoid code duplication | andreas | remove | Diff |
2007-06-25 | 2.0 | Improved sitetree behaviour for proxying | andreas | add | Diff |
2007-06-25 | 2.0 | Improved sitetree behaviour for proxying | andreas | update | Diff |
2007-06-25 | 2.0 | URLInformation: avoid NPE for '/' URLs | andreas | update | Diff |
2007-06-25 | 2.0 | [minor change] added license header | andreas | update | Diff |
2007-06-19 | Docs | Refactoring documentation like suggested by various committer. | thorsten | remove | Diff |
2007-06-18 | 2.0 | Fixed code passing values back to TinyMCE image popup. Now passes back title, width, and height information along with URL.
| rfrovarp | update | Diff |
2007-06-18 | 2.0 | Visually cleaned up the insertAsset portion of the page. Also, all code for this usecase is now identical between BXE, FCK, and TinyMCE with the exception editor names in the file.
| rfrovarp | update | Diff |
2007-06-18 | 2.0 | Changed to insertImage usecase. Now has width and height fields and is consistent with BXE and FCK.
| rfrovarp | update | Diff |
2007-06-17 | Docs | Minor grammer fix | bobharner | update | Diff |
2007-06-15 | 2.0 | Link module refactoring, added transformer to convert proxy-based URLs to web application URLs (see bug 42672) | andreas | add | Diff |
2007-06-15 | 2.0 | Removed context path from TinyMCE usecase page (handled by proxy transformer) | andreas | update | Diff |
2007-06-15 | 2.0 | Improve proxying behaviour of BXE (needs more testing, though) | andreas | update | Diff |
2007-06-15 | 2.0 | [refactoring] Moved proxy link rewriting functionality to separate class. Introduced LinkRewriter interface (will be used for multiple purposes) | andreas | update | Diff |
2007-06-15 | 2.0 | Return default proxy if no proxy is defined. This makes the null checks obsolete. | andreas | update | Diff |
2007-06-14 | Docs | Fixed proxy URLs in tutorial | andreas | update | Diff |
2007-06-14 | Docs | Use log level 4 instead of 9 in tutorial | andreas | update | Diff |
2007-06-14 | Docs | Added proxying tutorial | andreas | update | Diff |
2007-06-14 | 2.0 | Fixed invalid JX expression in tinymce module | andreas | update | Diff |
2007-06-14 | 2.0 | Fix relative URL handling in proxy transformer for URLs ending with a slash | andreas | update | Diff |
2007-06-13 | Docs | Added docs about relative URLs and CSS links | andreas | update | Diff |
2007-06-13 | 2.0 | Removed support for XML-based CSS - not needed anymore thanks to proxy transformer | andreas | update | Diff |
2007-06-13 | 2.0 | Replacing CSS XMLs by plain CSS - not needed anymore thanks to proxy transformer | andreas | update | Diff |
2007-06-13 | 2.0 | Replacing CSS XMLs by plain CSS - not needed anymore thanks to proxy transformer | andreas | remove | Diff |
2007-06-13 | 2.0 | Added note about proxy transformer to readme file | andreas | update | Diff |
2007-06-13 | Docs | Moved URL mapping and link docs to same section | andreas | add | Diff |
2007-06-13 | Docs | [minor change] Fixed typos, improved layout | andreas | update | Diff |
2007-06-13 | Docs | Added docs about proxy transformer | andreas | update | Diff |
2007-06-13 | 2.0 | Fixed link URLs according to proxy transformer | andreas | update | Diff |
2007-06-13 | 2.0 | Fixed link URLs according to proxy transformer | andreas | update | Diff |
2007-06-13 | 2.0 | Made source URL available in UsecaseProxy for JX templates, updated href and action attributes accordingly | andreas | update | Diff |
2007-06-13 | 2.0 | Fixed URLs in administration module | andreas | update | Diff |
2007-06-13 | 2.0 | [minor change] layout fix for IP range list | andreas | update | Diff |
2007-06-13 | 2.0 | Fixed URLs in administration module | andreas | update | Diff |
2007-06-13 | 2.0 | Removed context path from FCKeditor and TinyMCE usecases | andreas | update | Diff |
2007-06-13 | 2.0 | Fixed lenya-document URL in RSS feed in news module | andreas | update | Diff |
2007-06-13 | 2.0 | Use proxy-based URL for RSS feed link in news module (cleaner solution) | andreas | update | Diff |
2007-06-13 | 2.0 | Use proxy-based URL for RSS feed link in news module | andreas | update | Diff |
2007-06-13 | 2.0 | Use proxy transformer to build FCKEditor URLs | andreas | update | Diff |
2007-06-13 | 2.0 | Don't add context path to image URLs, will be handled by proxy transformer | andreas | update | Diff |
2007-06-13 | 2.0 | Don't add context path to image URLs, will be handled by proxy transformer | andreas | update | Diff |
2007-06-13 | 2.0 | Don't add context path to image URLs, will be handled by proxy transformer | andreas | update | Diff |
2007-06-13 | 2.0 | Don't add context path to usecase exit URL (will be added by usecase framework) | andreas | update | Diff |
2007-06-13 | 2.0 | Fixed context prefix handling and uuid2url transformer configuration in sitetree module | andreas | update | Diff |
2007-06-13 | 2.0 | Removed proxy and context path handling from UuidToUrlTransformer. This is now handled either by the ProxyTransformer, or by the BaseUrlModule (if no transformation can be applied). All references to the BaseUrlModule have been removed to avoid duplicate application of the context path. | andreas | update | Diff |
2007-06-13 | 2.0 | Apply proxy transformation to usecase XHTML | andreas | update | Diff |
2007-06-13 | 2.0 | Use XHTML namespace for chaperon XML to trigger the ProxyTransformer correctly | andreas | update | Diff |
2007-06-13 | 2.0 | Made proxy transformer test more robust re. SSL / non SSL | andreas | update | Diff |
2007-06-12 | Site | Nervously committing huge diff just to remove the reference to the non-existent binary exe version of 1.2.5 from index page | gmcdonald | update | Diff |
2007-06-12 | 2.0 | Consider source publication in proxy transformer, update test accordingly | andreas | update | Diff |
2007-06-12 | 2.0 | [minor change] code formatting | andreas | update | Diff |
2007-06-12 | 2.0 | Added test case for proxy transformer | andreas | add | Diff |
2007-06-12 | 2.0 | Wrap CSS text in chaperon text elements, see http://issues.apache.org/bugzilla/show_bug.cgi?id=42050#c37 | andreas | update | Diff |
2007-06-12 | 2.0 | [minor change] code formatting | andreas | update | Diff |
2007-06-12 | 2.0 | [minor change] code formatting | andreas | update | Diff |
2007-06-12 | 2.0 | Make ProxyTransformer more restrictive regarding existence of publications and areas | andreas | update | Diff |
2007-06-12 | 2.0 | lenya.xmap: no pubId and area in core | andreas | update | Diff |
2007-06-12 | 2.0 | Allow empty pubId and area in BaseUrlModule (see http://issues.apache.org/bugzilla/show_bug.cgi?id=42050#c32) | andreas | update | Diff |
2007-06-12 | 2.0 | [minor change] added license header | andreas | update | Diff |
2007-06-12 | 2.0 | Removed debug log (covered by superclass) and unnecessary try block | andreas | update | Diff |
2007-06-12 | 2.0 | [minor change] removed unused fields | andreas | update | Diff |
2007-06-12 | 2.0 | Refactoring: using AbstractLinkTransformer as base class for ProxyTransformer | andreas | update | Diff |
2007-06-12 | 2.0 | [minor change] removed unused field | andreas | update | Diff |
2007-06-12 | 2.0 | Refactoring: common base class for link transformers | andreas | update | Diff |
2007-06-12 | Site | Automatic publish from forrestbot | gmcdonald | add | Diff |
2007-06-12 | 2.0 | [minor change] code formatting | andreas | update | Diff |
2007-06-12 | Docs | Remove link to non-existent windows binary installer version | gmcdonald | update | Diff |
2007-06-12 | 2.0 | [minor change] code formatting | andreas | update | Diff |
2007-06-11 | 2.0 | Sorts the list that is displayed when choosing a template.
| rfrovarp | update | Diff |
2007-06-08 | Docs | Bug 42050.
Adding documentation about the proxies element and their usage. | thorsten | update | Diff |
2007-06-08 | 2.0 | Bug 42050 - proxying does not work.
Adding proxyTransformer that is doing the proxy rewritte as last step of the transformation for html documents.
Adding chaperon pattern resolver and using it for css proxing. Can scan any file for pattern and transform them to links, see the way I implemented in css to extend it to e.g. js.
Extending PublicationConfiguration.java and publication.rng to read and allow the new attributes in the proxies element. | thorsten | update | Diff |
2007-06-07 | 2.0 | Don't reload source node RCML data if RCML object has been modified | andreas | update | Diff |
2007-06-06 | 2.0 | Check for modifications when lazy-loading source node RCML data. This fixes bug 42602. | andreas | update | Diff |
2007-06-06 | 2.0 | Added failing test case for bug 42602 | andreas | add | Diff |
2007-06-06 | 2.0 | Use only .html URLs in sitetree on the site tab. This should improve the situation described in bug 42567. | andreas | update | Diff |
2007-06-05 | Docs | Adding missing log | thorsten | add | Diff |
2007-06-05 | Docs | Updating the changes page | thorsten | update | Diff |
2007-06-05 | 2.0 | Fixed typo so that ip ranges can now be deleted and moved in AC tabs
| rfrovarp | update | Diff |
2007-06-05 | Site | Automatic publish from forrestbot | thorsten | update | Diff |
2007-06-04 | Docs | Updated to point to 1.2.5 as the current version for download.
The changed paragraph is copied from the site home page.
Thanks to Richard Frovarp for pointing out the error. | bobharner | update | Diff |
2007-06-01 | 2.0 | Removing until licensing is cleared up.
| rfrovarp | remove | Diff |
2007-06-01 | 2.0 | Minor: fixed comments
| rfrovarp | update | Diff |
2007-06-01 | 2.0 | Transforms object tags into img tags so that FCKEditor can correctly identify images for modification. XSL modified from Kupu.
| rfrovarp | add | Diff |
2007-05-31 | Docs | Updated the "2002-2005" copyright year in the footer. | bobharner | update | Diff |