Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Similar issues:
XCONTRIB-198Implement new integration with CRash XCONTRIB-67new action related to xwiki plugin office converter XCONTRIB-96Request remote user + LDAP based authenticator XCONTRIB-60WYSIWYG Online Editor XCONTRIB-78 Content of 2.0 {{column}} macro is not editable in WYSIWYG mode XCONTRIB-50Registry for P2PXWiki name resolution XCONTRIB-55Implement XWiki P2P Client XCONTRIB-88Move xwiki-plugin-excel from sandbox/ to projects/ XCONTRIB-120 Meeting Manager is broken by XWIKI 2.4 XCONTRIB-79 Adding an xwiki group of participants
Issue Links
- relates to
-
XWIKI-602
Implement Full JSR 168 compatibility
-
Activity
Marius Dumitru Florea
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Marius Dumitru Florea [ mflorea ] |
Marius Dumitru Florea
made changes -
Marius Dumitru Florea
08/Nov/10 19:40
View full commit
XCONTRIB-117: integrate XWiki as 2.0 portlet (JSR-286)
* Refactor the code (group the classes in multiple packages to make the code easy to read/find)
* Isolate the HTML code generated by XWiki (name-space HTML element identifiers to make them unique in the context of the portal page)
* Isolate CSS code included in XWiki pages (name-space all CSS selectors to restrict their effect on the XWiki portlet output)
* Isolate the JavaScript code used by XWiki pages (work in progress)
* Added a few unit tests for the code that rewrites the XWiki response (HTML, CSS, JavaScript).
git-svn-id: https://svn.xwiki.org/svnroot/xwiki/contrib/sandbox@32656 f329d543-caf0-0310-9063-dda96c69346f
Marius Dumitru Florea
08/Nov/10 19:40
View full commit
XCONTRIB-117: integrate XWiki as 2.0 portlet (JSR-286)
* Refactor the code (group the classes in multiple packages to make the code easy to read/find)
* Isolate the HTML code generated by XWiki (name-space HTML element identifiers to make them unique in the context of the portal page)
* Isolate CSS code included in XWiki pages (name-space all CSS selectors to restrict their effect on the XWiki portlet output)
* Isolate the JavaScript code used by XWiki pages (work in progress)
* Added a few unit tests for the code that rewrites the XWiki response (HTML, CSS, JavaScript).
git-svn-id: https://svn.xwiki.org/svnroot/xwiki/contrib/sandbox@32656 f329d543-caf0-0310-9063-dda96c69346f
Marius Dumitru Florea
10/Nov/10 14:21
View full commit
XCONTRIB-117: integrate XWiki as 2.0 portlet (JSR-286)
* Added more unit tests.
* Update dependency on htmlunit-core-js
* Added README.txt with integration steps
git-svn-id: https://svn.xwiki.org/svnroot/xwiki/contrib/sandbox@32700 f329d543-caf0-0310-9063-dda96c69346f
Marius Dumitru Florea
10/Nov/10 14:21
View full commit
XCONTRIB-117: integrate XWiki as 2.0 portlet (JSR-286)
* Added more unit tests.
* Update dependency on htmlunit-core-js
* Added README.txt with integration steps
git-svn-id: https://svn.xwiki.org/svnroot/xwiki/contrib/sandbox@32700 f329d543-caf0-0310-9063-dda96c69346f
Marius Dumitru Florea
15/Nov/10 17:33
View full commit
XCONTRIB-117: integrate XWiki as 2.0 portlet (JSR-286)
* Isolate the JavaScript code in HTML event attributes (e.g. onclick).
* Isolate imported JavaScript code (i.e. namespace global names).
* Insert the portlet action URL in the HTML output to be used for creating portlet URLs on the client side.
git-svn-id: https://svn.xwiki.org/svnroot/xwiki/contrib/sandbox@32909 f329d543-caf0-0310-9063-dda96c69346f
master
... 4 more files not shown
Marius Dumitru Florea
15/Nov/10 17:33
View full commit
XCONTRIB-117: integrate XWiki as 2.0 portlet (JSR-286)
* Isolate the JavaScript code in HTML event attributes (e.g. onclick).
* Isolate imported JavaScript code (i.e. namespace global names).
* Insert the portlet action URL in the HTML output to be used for creating portlet URLs on the client side.
git-svn-id: https://svn.xwiki.org/svnroot/xwiki/contrib/sandbox@32909 f329d543-caf0-0310-9063-dda96c69346f
master
... 4 more files not shown
Marius Dumitru Florea
19/Nov/10 09:54
View full commit
XCONTRIB-117: integrate XWiki as 2.0 portlet (JSR-286)
* Log filtered resources in debug mode.
* The input for the HTML in-line code filters (CSS, JavaScript) wasn't properly reset.
* Added more notes to README.txt
git-svn-id: https://svn.xwiki.org/svnroot/xwiki/contrib/sandbox@32969 f329d543-caf0-0310-9063-dda96c69346f
Marius Dumitru Florea
19/Nov/10 09:54
View full commit
XCONTRIB-117: integrate XWiki as 2.0 portlet (JSR-286)
* Log filtered resources in debug mode.
* The input for the HTML in-line code filters (CSS, JavaScript) wasn't properly reset.
* Added more notes to README.txt
git-svn-id: https://svn.xwiki.org/svnroot/xwiki/contrib/sandbox@32969 f329d543-caf0-0310-9063-dda96c69346f
Marius Dumitru Florea
20/Nov/10 11:59
View full commit
XCONTRIB-117: integrate XWiki as 2.0 portlet (JSR-286)
* Pass the resource URL instead of the action URL to the client, to be used for AJAX requests (PLT.13.1 specifies that clients can post to a resource URL).
* Don't add the default dispatch URL to the resource URLs because it is inherited from the render parameters.
* Remove the context path from the dispatch URL parameter passed with an AJAX request.
* Added portletOverwrites.js to overwrite JavaScript API when in portlet mode. It overwrites prototype's Ajax.Request for now, to ensure AJAX requests go through the portlet.
* More notes to README.txt
git-svn-id: https://svn.xwiki.org/svnroot/xwiki/contrib/sandbox@33084 f329d543-caf0-0310-9063-dda96c69346f
Marius Dumitru Florea
20/Nov/10 11:59
View full commit
XCONTRIB-117: integrate XWiki as 2.0 portlet (JSR-286)
* Pass the resource URL instead of the action URL to the client, to be used for AJAX requests (PLT.13.1 specifies that clients can post to a resource URL).
* Don't add the default dispatch URL to the resource URLs because it is inherited from the render parameters.
* Remove the context path from the dispatch URL parameter passed with an AJAX request.
* Added portletOverwrites.js to overwrite JavaScript API when in portlet mode. It overwrites prototype's Ajax.Request for now, to ensure AJAX requests go through the portlet.
* More notes to README.txt
git-svn-id: https://svn.xwiki.org/svnroot/xwiki/contrib/sandbox@33084 f329d543-caf0-0310-9063-dda96c69346f
Marius Dumitru Florea
28/Nov/11 11:34
View full commit
XCONTRIB-117: Integrate XWiki as 2.0 portlet (JSR-286)
* Make the code compatible with XWiki platform 3.2
* Use SLF4J logging
* Replace {@inheritDoc} with @Overwrite to follow platform code style.
* Extend urlmapping.cfg with more actions
* Workaround for a bug in WebSphere portal ( http://www-01.ibm.com/support/docview.wss?uid=swg1PM22501 )
Marius Dumitru Florea
28/Nov/11 11:34
View full commit
XCONTRIB-117: Integrate XWiki as 2.0 portlet (JSR-286)
* Make the code compatible with XWiki platform 3.2
* Use SLF4J logging
* Replace {@inheritDoc} with @Overwrite to follow platform code style.
* Extend urlmapping.cfg with more actions
* Workaround for a bug in WebSphere portal ( http://www-01.ibm.com/support/docview.wss?uid=swg1PM22501 )
Marius committed an initial implementation under http://svn.xwiki.org/svnroot/xwiki/contrib/sandbox/xwiki-portlet/