|
July 23rd Release Notes
|
Jul 21 2008, 8:53 PM EDT |
|
edit |
5 words added
|
Change:
Tracking # Issue Resolution Notes WTG-695 New API for dynamic namespace creation. See the docs for more info. (none) Several internal administration tools.
View changes from previous version.
(Word count: 23)
View all updates.
|
|
TO_BE_DELETED
|
Jul 21 2008, 1:57 PM EDT |
|
edit |
|
Change:
There were only format changes (bold, italics, etc.) in this version. See this version for details.
(Word count: 502)
View all updates.
|
|
Release Notes
|
Jul 21 2008, 1:24 PM EDT |
|
edit |
12 words deleted
|
Change:
Tracking # Issue Resolution Notes WTG-695 New API for dynamic namespace creation. See the docs for more info.
View changes from previous version.
(Word count: 6)
View all updates.
|
|
Release Notes
|
Jul 21 2008, 1:23 PM EDT |
|
edit |
18 words added
|
Change:
Tracking # Issue Resolution Notes WTG-695 New API for dynamic namespace creation. See the docs for more info.
View changes from previous version.
(Word count: 18)
View all updates.
|
|
Release Notes
|
Jul 21 2008, 1:23 PM EDT |
|
create |
No content added or deleted. |
Change:
Created by Jul 21 2008, 1:23 PM EDT for: no reason given
View all updates.
|
|
July 23rd Release Notes
|
Jul 21 2008, 1:21 PM EDT |
|
edit |
6 words added
|
Change:
Tracking # Issue Resolution Notes WTG-695 New API for dynamic namespace creation. See the docs for more info.
View changes from previous version.
(Word count: 18)
View all updates.
|
|
TO_BE_DELETED
|
Jul 21 2008, 1:19 PM EDT |
|
edit |
103 words added
|
Change:
When you log in users to Injected using the UserService.login API call, you grant them access to a particular namespace (as specified by the ns
View changes from previous version.
(Word count: 502)
View all updates.
|
|
TO_BE_DELETED
|
Jul 21 2008, 1:17 PM EDT |
|
edit |
361 words added
12 words deleted
|
Change:
Once one of your users has been logged in via the UserService.login API call, their ticket may be used to give them access to all
View changes from previous version.
(Word count: 395)
View all updates.
|
|
TO_BE_DELETED
|
Jul 21 2008, 1:13 PM EDT |
|
create |
No content added or deleted. |
Change:
Created by Jul 21 2008, 1:13 PM EDT for: no reason given
View all updates.
|
|
July 23rd Release Notes
|
Jul 21 2008, 1:07 PM EDT |
Moved from: Release Schedule |
move |
No content added or deleted. |
Change:
Moved by Jul 21 2008, 1:07 PM EDT
View all updates.
|
|
July 23rd Release Notes
|
Jul 21 2008, 1:06 PM EDT |
|
edit |
12 words added
|
Change:
Tracking # Issue Resolution Notes WTG-695 New API for dynamic namespace creation.
View changes from previous version.
(Word count: 12)
View all updates.
|
|
July 23rd Release Notes
|
Jul 21 2008, 1:04 PM EDT |
|
create |
No content added or deleted. |
Change:
Created by Jul 21 2008, 1:04 PM EDT for: no reason given
View all updates.
|
|
Step 2: Request Client Application
|
Apr 10 2008, 9:27 PM EDT |
|
edit |
|
Change:
There were only format changes (bold, italics, etc.) in this version. See this version for details.
(Word count: 129)
View all updates.
|
|
JSP Sample Application
|
Apr 10 2008, 9:25 PM EDT |
|
edit |
1 word added
4 words deleted
|
Change:
{Wetpaint Hotogo.wetpaint.comst Name}/WikiService/" +"getCell.do?key=" + DeveloperKey + "&ns=" + ContentNamespace +"&cell.cellId=" + ID; // Send data URL url = new URL( url ); URLConnection conn = url.openConnection(); conn.setDoOutput( false ); // Get the response BufferedReader rd = new BufferedReader( new InputStreamReader( conn.getInputStream() ) );
View changes from previous version.
(Word count: 98)
View all updates.
|
|
Step 3: Add User-Generated Content
|
Apr 10 2008, 9:25 PM EDT |
|
edit |
4 words added
3 words deleted
|
Change:
{WetpaintApiHost}togo.wetpaint.com/UserService/login.do/WikiService/getCell.do Method: GET Parameters: (*required) key* String - Your developer key.ns* String - Your content namespace.output* String - Must be 'html'.cell.cellId* String - The unique cell identifier. Returns: An HTML snippet containing the content cell, including its revision information. Get cell
View changes from previous version.
(Word count: 524)
View all updates.
|
|
Step 1: Authenticate Your Users
|
Apr 10 2008, 9:24 PM EDT |
added togo.wetpaint.com |
edit |
1 word added
1 word deleted
|
Change:
{WetpaintApiHost}togo.wetpaint.com/UserService/login.do Method: POST Parameters: (*required) key* String - Your developer key.ns* String - Your content namespace.output* String - Must be 'api'.user.userId* String - A unique identifier for this user.user.email* String - The user's e-mail address.user.emailOptIn* boolean - true if the
View changes from previous version.
(Word count: 247)
View all updates.
|
|
ASP.NET-User Generated Content
|
Apr 10 2008, 2:11 PM EDT |
|
edit |
|
Change:
There were only format changes (bold, italics, etc.) in this version. See this version for details.
(Word count: 634)
View all updates.
|
|
ASP.NET-User Generated Content
|
Apr 10 2008, 2:10 PM EDT |
|
edit |
3 words added
1 word deleted
|
Change:
"566e9c061b008f5efc740aebb0d128ce24dda1f356cd4755303fe002a056afd25a8840dab9d5" + "5576bf24c16de22c04360db6460ef95ac678d6b47b861e038c43" + "');\r" + "\t\t\tWPCAPI.setDeveloperKey('" + DeveloperKey + "');\r" + "\t\t\tWPCAPI.setNamespace('" + ContentNamespace + "');\r" + "\t\t}\r" + "\t</script>\r"); base.OnPreRender(e);}Above, we take advantage of the Web Control's lifecycle to ensure that the
View changes from previous version.
(Word count: 634)
View all updates.
|
|
ASP.NET-User Generated Content
|
Apr 10 2008, 2:09 PM EDT |
|
edit |
|
Change:
There were only format changes (bold, italics, etc.) in this version. See this version for details.
(Word count: 633)
View all updates.
|
|
ASP.NET-User Generated Content
|
Apr 10 2008, 2:05 PM EDT |
|
edit |
2 words deleted
|
Change:
HttpWebResponse)request.GetResponse(); StreamReader reader = new StreamReader(response.GetResponseStream()); return reader.ReadToEnd();} }}As you can see, to render the contents first we make sure we've logged the current user into Wetpaint and then make an HTTP request to retrieve the html for the cell. Now we're ready to deploy!
View changes from previous version.
(Word count: 633)
View all updates.
|