Return-Path: Delivered-To: apmail-incubator-roller-commits-archive@www.apache.org Received: (qmail 45496 invoked from network); 12 Jun 2006 18:50:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Jun 2006 18:50:05 -0000 Received: (qmail 34235 invoked by uid 500); 12 Jun 2006 18:50:04 -0000 Delivered-To: apmail-incubator-roller-commits-archive@incubator.apache.org Received: (qmail 34203 invoked by uid 500); 12 Jun 2006 18:50:04 -0000 Mailing-List: contact roller-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: roller-dev@incubator.apache.org Delivered-To: mailing list roller-commits@incubator.apache.org Received: (qmail 34192 invoked by uid 99); 12 Jun 2006 18:50:04 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jun 2006 11:50:04 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jun 2006 11:50:02 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 3870F1A9846; Mon, 12 Jun 2006 11:49:42 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r413725 [3/3] - in /incubator/roller/branches/roller_3.0: metadata/xdoclet/ src/org/apache/roller/ui/authoring/ajax/ src/org/apache/roller/ui/authoring/struts/actions/ src/org/apache/roller/ui/rendering/servlets/ web/WEB-INF/ web/WEB-INF/cl... Date: Mon, 12 Jun 2006 18:49:29 -0000 To: roller-commits@incubator.apache.org From: agilliland@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060612184942.3870F1A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Modified: incubator/roller/branches/roller_3.0/web/roller-ui/authoring/editors/editor-dhtml.jsp URL: http://svn.apache.org/viewvc/incubator/roller/branches/roller_3.0/web/roller-ui/authoring/editors/editor-dhtml.jsp?rev=413725&r1=413724&r2=413725&view=diff ============================================================================== --- incubator/roller/branches/roller_3.0/web/roller-ui/authoring/editors/editor-dhtml.jsp (original) +++ incubator/roller/branches/roller_3.0/web/roller-ui/authoring/editors/editor-dhtml.jsp Mon Jun 12 11:49:26 2006 @@ -15,295 +15,295 @@ copyright in this work, please see the NOTICE file in the top level directory of this distribution. --> -<%-- This page is designed to be included in edit-weblog.jsp --%> -<%@ include file="/taglibs.jsp" %> - - - - - - - - - - - -
- Bold - Italic - Underline - - Left - Center - Right - - Ordered List - Bulleted List - - Text Color - Background Color - - Hyperlink - Image - Horizontal Rule - - - Toggle Mode -     -
- - - - - - -
- - - -
- -<% // hack to support iframe's src attribute doing a call out -// No longer needed because form is now session scope -//session.setAttribute("weblogEntryFormEx", - //request.getAttribute("weblogEntryFormEx")); -%> - - - - -
-
- - +<%-- This page is designed to be included in edit-weblog.jsp --%> +<%@ include file="/taglibs.jsp" %> + + + + + + + + + + + +
+ Bold + Italic + Underline + + Left + Center + Right + + Ordered List + Bulleted List + + Text Color + Background Color + + Hyperlink + Image + Horizontal Rule + + + Toggle Mode +     +
+ + + + + + +
+ + + +
+ +<% // hack to support iframe's src attribute doing a call out +// No longer needed because form is now session scope +//session.setAttribute("weblogEntryFormEx", + //request.getAttribute("weblogEntryFormEx")); +%> + + + + +
+
+ + Modified: incubator/roller/branches/roller_3.0/web/roller-ui/login-redirect.jsp URL: http://svn.apache.org/viewvc/incubator/roller/branches/roller_3.0/web/roller-ui/login-redirect.jsp?rev=413725&r1=413724&r2=413725&view=diff ============================================================================== --- incubator/roller/branches/roller_3.0/web/roller-ui/login-redirect.jsp (original) +++ incubator/roller/branches/roller_3.0/web/roller-ui/login-redirect.jsp Mon Jun 12 11:49:26 2006 @@ -26,9 +26,9 @@ if (websites.size() == 1) { WebsiteData website = (WebsiteData) websites.get(0); - response.sendRedirect(request.getContextPath()+"/editor/weblog.do?method=create&weblog="+website.getHandle()); + response.sendRedirect(request.getContextPath()+"/roller-ui/authoring/weblog.do?method=create&weblog="+website.getHandle()); } else { - response.sendRedirect(request.getContextPath()+"/editor/yourWebsites.do"); + response.sendRedirect(request.getContextPath()+"/roller-ui/authoring/yourWebsites.do"); } %> Modified: incubator/roller/branches/roller_3.0/web/roller-ui/scripts/ajax-user.js URL: http://svn.apache.org/viewvc/incubator/roller/branches/roller_3.0/web/roller-ui/scripts/ajax-user.js?rev=413725&r1=413724&r2=413725&view=diff ============================================================================== --- incubator/roller/branches/roller_3.0/web/roller-ui/scripts/ajax-user.js (original) +++ incubator/roller/branches/roller_3.0/web/roller-ui/scripts/ajax-user.js Mon Jun 12 11:49:26 2006 @@ -30,7 +30,7 @@ var http = createRequestObject(); var init = false; var isBusy = false; -var userURL = "<%= request.getContextPath() %>" + "/editor/userdata?length=50"; +var userURL = "<%= request.getContextPath() %>" + "/roller-ui/authoring/userdata?length=50"; function onUserNameFocus(enabled) { if (!init) {