[xwiki-users] Edit bug?
Hi xwiki-users, When I browse to a new space (http://localhost/xwiki_root/bin/view/MySpace) and edit the page using the "edit this page" link, it forwards me to a different space: http://localhost/xwiki_root/bin/edit/view/MySpace). It works when I browse to http://localhost/xwiki_root/bin/edit/MySpace/WebHome, but would be nice to have this fixed :-) But great work stuff in XWiki 2.0.x! -- Lewis
Hi Lewis,
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Lewis Denizen Sent: Tuesday, December 01, 2009 11:51 AM To: XWiki Users Subject: [xwiki-users] Edit bug?
Hi xwiki-users,
When I browse to a new space (http://localhost/xwiki_root/bin/view/MySpace) and edit the page using the "edit this page" link, it forwards me to a different space: http://localhost/xwiki_root/bin/edit/view/MySpace). It works when I browse to http://localhost/xwiki_root/bin/edit/MySpace/WebHome, but would be nice to have this fixed :-) But great work stuff in XWiki 2.0.x!
You'll need to include the trailing /, like so: http://localhost/xwiki_root/bin/view/MySpace/ It will then go to the correct page: MySpace.WebHome. Hope this helps, Joshua
-- Lewis _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Hi, On Tue, Dec 1, 2009 at 18:51, Lewis Denizen <[email protected]> wrote:
Hi xwiki-users,
When I browse to a new space (http://localhost/xwiki_root/bin/view/MySpace) and edit the page using the "edit this page" link, it forwards me to a different space: http://localhost/xwiki_root/bin/edit/view/MySpace). It works when I browse to http://localhost/xwiki_root/bin/edit/MySpace/WebHome, but would be nice to have this fixed :-) But great work stuff in XWiki 2.0.x!
http://localhost/xwiki_root/bin/view/MySpace is not the same thing than http://localhost/xwiki_root/bin/view/MySpace/ * http://localhost/xwiki_root/bin/view/MySpace/ targets space "MySpace" and page "WebHome" * http://localhost/xwiki_root/bin/view/MySpace targets space "view" and page "MySpace" Now i agree that is does not seems right. Could you create an issue on http://jira.xwiki.org
-- Lewis _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
Thanks for the tip Joshua and Thomas! Raised a JIRA though: http://jira.xwiki.org/jira/browse/XWIKI-4643 Appreciate the hard work on XWiki! On Wed, Dec 2, 2009 at 3:19 AM, Thomas Mortagne <[email protected]>wrote:
Hi,
On Tue, Dec 1, 2009 at 18:51, Lewis Denizen <[email protected]> wrote:
Hi xwiki-users,
When I browse to a new space ( http://localhost/xwiki_root/bin/view/MySpace) and edit the page using the "edit this page" link, it forwards me to a different space: http://localhost/xwiki_root/bin/edit/view/MySpace). It works when I browse to http://localhost/xwiki_root/bin/edit/MySpace/WebHome, but would be nice to have this fixed :-) But great work stuff in XWiki 2.0.x!
http://localhost/xwiki_root/bin/view/MySpace is not the same thing than http://localhost/xwiki_root/bin/view/MySpace/
* http://localhost/xwiki_root/bin/view/MySpace/ targets space "MySpace" and page "WebHome" * http://localhost/xwiki_root/bin/view/MySpace targets space "view" and page "MySpace"
Now i agree that is does not seems right. Could you create an issue on http://jira.xwiki.org
-- Lewis _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (3)
-
Lewis Denizen -
Rieken, Joshua -
Thomas Mortagne