<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>The Chandler Project Blog &#187; Chandler Server Development</title>
	<link>http://blog.chandlerproject.org</link>
	<description></description>
	<pubDate>Tue, 26 Aug 2008 14:21:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
	<language>en</language>
			<item>
		<title>Chandler Hub 1.0 Detail View</title>
		<link>http://blog.chandlerproject.org/2008/08/11/chandler-hub-10-detail-view/</link>
		<comments>http://blog.chandlerproject.org/2008/08/11/chandler-hub-10-detail-view/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 17:59:25 +0000</pubDate>
		<dc:creator>Jeffrey Harris</dc:creator>
		
		<category><![CDATA[Chandler Hub Service]]></category>

		<category><![CDATA[Chandler Server Development]]></category>

		<guid isPermaLink="false">http://blog.chandlerproject.org/2008/08/11/chandler-hub-10-detail-view/</guid>
		<description><![CDATA[A big piece of upgrading the Hub in recent months has been moving more of our UI to 
dojo and sprucing up the detail view was one of the main areas we focused on.  Travis did most of the work of moving ui code to dojo, and most of the detail view work.  [...]]]></description>
			<content:encoded><![CDATA[<p>A big piece of upgrading the Hub in recent months has been moving more of our UI to 
<a href="http://dojotoolkit.org/">dojo</a> and sprucing up the detail view was one of the main areas we focused on.  <a href="http://blog.chandlerproject.org/author/travis/">Travis</a> did most of the work of moving ui code to dojo, and most of the detail view work.  I did a final touch-up, standing on the shoulders of giants.</p>

<p>The detail view effort aimed to simplify what users see as they create and edit their data.  Now, a simple note looks like this:</p>

<p><a href='http://blog.chandlerproject.org/wp-content/uploads/2008/08/1-note.png' title='A simple note'><img src='http://blog.chandlerproject.org/wp-content/uploads/2008/08/1-note.png' alt='A simple note' /></a></p>

<p>We&#8217;ve moved the Remove and Save buttons to the top, so they don&#8217;t shift around as the detail view size changes.  We&#8217;ve also simplified the UI for adding the &#8220;star&#8221; stamp (which used to be called task) and adding to the calendar.</p>

<p>Throughout the new UI, we make use of dojo&#8217;s elaborate support for fades, which help make expand and disappear changes easier to follow.</p>

<p>One of these fade-ins happens if you click on &#8220;ADD TO CALENDAR&#8221; or the event icon.</p>

<p><a href='http://blog.chandlerproject.org/wp-content/uploads/2008/08/2-event-start.png' title='Beginning to create an event'><img src='http://blog.chandlerproject.org/wp-content/uploads/2008/08/2-event-start.png' alt='Beginning to create an event' /></a></p>

<p>To reduce clutter, we&#8217;ve used more hint-text in widgets and fewer permanent labels.  We also hide event related widgets that don&#8217;t apply to the current event.  So, for example, &#8220;anytime&#8221; events which don&#8217;t have a start time don&#8217;t need a timezone, so we don&#8217;t display a timezone picker until you choose a start time for your event.</p>

<p>We&#8217;ve also made a much-clamored for addition for events, a date picker.  Happily, dojo gave us this for free.</p>

<p><a href='http://blog.chandlerproject.org/wp-content/uploads/2008/08/3-date-picker.png' title='New date picker'><img src='http://blog.chandlerproject.org/wp-content/uploads/2008/08/3-date-picker.png' alt='New date picker' /></a></p>

<p>Once you fill in a start-date, end-date defaults to start-date.</p>

<p>Finally, we&#8217;ve moved our notes field to dojo&#8217;s expanding text area.  So if you&#8217;ve got three pages of notes, the notes field (and the entire detail view pane) will automatically expand to give you room to type everything.</p>

<p><a href='http://blog.chandlerproject.org/wp-content/uploads/2008/08/4-notes.png' title='Expanding notes field'><img src='http://blog.chandlerproject.org/wp-content/uploads/2008/08/4-notes.png' alt='Expanding notes field' /></a></p>

<p>For reference, here&#8217;s a snapshot of the old detail view.</p>

<p><a href='http://blog.chandlerproject.org/wp-content/uploads/2008/08/side-by-side-comparison.png' title='Old versus New Detail View'><img src='http://blog.chandlerproject.org/wp-content/uploads/2008/08/side-by-side-comparison.png' alt='Old versus New Detail View' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandlerproject.org/2008/08/11/chandler-hub-10-detail-view/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Collection Sharing with Chandler Server</title>
		<link>http://blog.chandlerproject.org/2008/08/06/collection-sharing-with-chandler-server/</link>
		<comments>http://blog.chandlerproject.org/2008/08/06/collection-sharing-with-chandler-server/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 18:51:41 +0000</pubDate>
		<dc:creator>travis</dc:creator>
		
		<category><![CDATA[Chandler Hub Service]]></category>

		<category><![CDATA[Chandler Server Development]]></category>

		<guid isPermaLink="false">http://blog.chandlerproject.org/2008/08/06/collection-sharing-with-chandler-server/</guid>
		<description><![CDATA[
After our preview release last year we heard quite a bit of feedback related
to the sharing workflows in the Chandler Web UI. Many people seemed to immediately grasp
how useful it is to be able to send links to friends and collaborators that can be
plugged into Chandler Desktop or directly into a web browser for instant [...]]]></description>
			<content:encoded><![CDATA[<p>
After our preview release last year we heard quite a bit of feedback related
to the sharing workflows in the Chandler Web UI. Many people seemed to immediately grasp
how useful it is to be able to send links to friends and collaborators that can be
plugged into Chandler Desktop or directly into a web browser for instant view-only 
or view-and-edit access to the contents of a collection. Unfortunately, until
Chandler Server 0.15, released in May of this year, actually getting at these links
was pretty difficult. 
</p>

<p>
The solution to this problem, the collection sharing dialog you can find on 
<a href="http://hub.chandlerproject.org">Chandler Hub</a> today, solves this problem
and more. Any time you&#8217;d like to share your Chandler Hub data with other people or
even just other applications you use, this starting point will make everything
else easier.
</p>

<p>
Today we&#8217;ll two follow users, Adam and Zed, as they run through a sharing
worflow we think you&#8217;ll find useful.
</p>

<h3>Invite Collaborators</h3>

<p>Adam and Zed are coaching their sons&#8217; soccer team, the Beagles. Adam has been using Chandler
at work, and creates a new collection to help with the mountain of organization that
will need to take place. He has published this collection to 
<a href="http://hub.chandlerproject.org">http://hub.chandlerproject.org</a> and would like Zed 
to give him some feedback on a proposed practice schedule. 
</p>

<p>After logging into the Hub Web UI, Adam clicks on the pulldown arrow next to &#8220;Soccer&#8221; to
bring up the collection sharing dialog.
</p>

<p><img src='http://blog.chandlerproject.org/wp-content/uploads/2008/08/adam_soccer.png' alt='Soccer Collection' /></p>

<p>He then clicks on the &#8220;invite&#8221; button to generate two sharing links.</p

<img src='http://blog.chandlerproject.org/wp-content/uploads/2008/08/adam_soccer_sharing_dialog.png' alt='Soccer Sharing Dialog' />

<p>Finally, he right clicks on the &#8220;View and Edit&#8221; sharing link and selects <i>Send link&#8230;</i>.
He could also just copy the link location and paste it manually into the email or instant message
program of his choice.
</p>

<p><img src='http://blog.chandlerproject.org/wp-content/uploads/2008/08/adam_soccer_send_link.png' alt='Soccer Send Link' /></p>

<p>
When Zed gets the link he can paste it into his favorite web browser and instantly review and edit
Adam&#8217;s practice schedule. What&#8217;s more, if he wants to start using the Chandler Desktop client, he 
can use this link to subscribe to this collection there.
</p>

<h3>Collaborate with iCal</h3>

<p>
Zed&#8217;s not ready to take the Chandler Desktop plunge. It&#8217;s not that he doesn&#8217;t like Chandler, but he&#8217;s
been a die-hard Apple iCal fan for years. Fortunately, iCal and Chandler work great together. Once Zed
pastes the link he received from Adam into his web browser, he&#8217;s excited to see a big green button
on the left side of the screen labeled &#8220;Apple iCal, Google.&#8221; He clicks it and follows the instructions 
in the dialog that appears to add this collection to iCal. Unfortunately, due to underlying technical restrictions
he won&#8217;t be able to edit the collection or add new events from iCal. Fortunately, Zed has bookmarked the link
Adam sent him, and can do all the editing he needs there.
</p>

<h3>Sky&#8217;s the Limit</h3>

<p>
<a href="http://blog.chandlerproject.org/2008/03/17/chandler-project-plays-nicely-with-existing-tools/">Hub interoperability</a> 
doesn&#8217;t end with support for Apple iCal. Several other clients, including the Lightning 
Calendaring Extension for Mozilla Thunderbird, have built in support for CalDAV, a calendar sharing standard.
Hundreds of feed readers, usually used for keeping track of blogs and news, can subscribe to the Atom based 
collection feeds provided by Chandler Hub. Instructions for each of these methods can be found in the collection
sharing dialog and the <a href="http://chandlerproject.org/Projects/UsingOtherAppsWithChandlerHub">Chandler Project wiki</a>.
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandlerproject.org/2008/08/06/collection-sharing-with-chandler-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Chandler Server (Cosmo) 1.0.0 released</title>
		<link>http://blog.chandlerproject.org/2008/07/31/chandler-server-cosmo-100-released/</link>
		<comments>http://blog.chandlerproject.org/2008/07/31/chandler-server-cosmo-100-released/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 19:54:38 +0000</pubDate>
		<dc:creator>travis</dc:creator>
		
		<category><![CDATA[Chandler Server Development]]></category>

		<guid isPermaLink="false">http://blog.chandlerproject.org/2008/07/31/chandler-server-cosmo-100-released/</guid>
		<description><![CDATA[
The Chandler Project is pleased to announce the 1.0.0 release of Chandler Server (Cosmo)!



Chandler Server is a server and Ajax web UI for managing and sharing calendars, events, and tasks. It implements open data standards including CalDAV, WebDAV, Atom, and Atompub.



This release contains bugfixes, stability improvements and general polish. For a more complete list of [...]]]></description>
			<content:encoded><![CDATA[<p>
The Chandler Project is pleased to announce the 1.0.0 release of Chandler Server (Cosmo)!
</p>

<p>
Chandler Server is a server and Ajax web UI for managing and sharing calendars, events, and tasks. It implements open data standards including CalDAV, WebDAV, Atom, and Atompub.
</p>

<p>
This release contains bugfixes, stability improvements and general polish. For a more complete list of recently introduced features please see the release notes for our <a href="http://blog.chandlerproject.org/2008/07/01/chandler-server-cosmo-0160-released/">0.16.0 release</a>.
</p>

<p>
Chandler Server 1.0.0 is available for download as a ready-to-run bundle at:
</p>

<p><a href="http://chandlerproject.org/serverdownload">http://chandlerproject.org/serverdownload</a></p>

<p>
and the source code is available from subversion at:
</p>

<p><a href="http://svn.osafoundation.org/server/cosmo/tags/rel_1.0.0">http://svn.osafoundation.org/server/cosmo/tags/rel_1.0.0</a></p>

<p>
Send us feedback at the open mailing list (no subscription required):
</p>

<p><a href="mailto:chandler-users@osafoundation.org">chandler-users@osafoundation.org</a>
</p>
We look forward to hearing from you!</p>

<p>
The bugs fixed in this release include:
</p>

<ul>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12242">[Bug 12242]</a> LATER items sorted above NOW items</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12213">[Bug 12213]</a> NPE in EntityConverter.setCalendarAttributes()</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12214">[Bug 12214]</a> NPE when writing html dir index</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12225">[Bug 12225]</a> unhandled ItemNotFoundException thrown by findItemByPath</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12226">[Bug 12226]</a> migration component doesn&#8217;t build on java 1.6</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12236">[Bug 12236]</a> modification links included in occurrence atom entries</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12113">[Bug 12113]</a> website needs feedback mechanism</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12194">[Bug 12194]</a> unable to create free-busy ticket using account browser</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12206">[Bug 12206]</a> exdate is added after &#8220;all future items&#8221; change</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12261">[Bug 12261]</a> Change copy for Apple iCal subscribe button in Ticket View</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12270">[Bug 12270]</a> &#8220;Invite&#8221; link for subscriptions potentially confusing</li></ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandlerproject.org/2008/07/31/chandler-server-cosmo-100-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Use Google Calendar to get daily agenda emails for Chandler collection</title>
		<link>http://blog.chandlerproject.org/2008/07/25/use-google-calendar-to-get-daily-agenda-emails-for-chandler-collection/</link>
		<comments>http://blog.chandlerproject.org/2008/07/25/use-google-calendar-to-get-daily-agenda-emails-for-chandler-collection/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 14:25:37 +0000</pubDate>
		<dc:creator>rletness</dc:creator>
		
		<category><![CDATA[Chandler Hub Service]]></category>

		<category><![CDATA[Chandler Server Development]]></category>

		<category><![CDATA[How I Use Chandler]]></category>

		<guid isPermaLink="false">http://blog.chandlerproject.org/2008/07/25/use-google-calendar-to-get-daily-agenda-emails-for-chandler-collection/</guid>
		<description><![CDATA[I&#8217;ve been working on a Chandler Server feature that allows users to setup and receive a daily/weekly agenda via email that would include upcoming items for the day/week and also a list of items with a triage status of NOW.  While this work isn&#8217;t done, I&#8217;ve discovered a way to get a daily agenda [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on a Chandler Server feature that allows users to setup and receive a daily/weekly agenda via email that would include upcoming items for the day/week and also a list of items with a triage status of NOW.  While this work isn&#8217;t done, I&#8217;ve discovered a way to get a daily agenda for a collection shared on Chandler Hub using Google Calendar.  So in the mean time if you want an easy way to get a daily agenda via email (or SMS) you can do the following:</p>

<ol>
    <li>Log in to Chandler Hub and open collection details for collection you want to receive notifications for (click on down arrow next to collection name in collection list):
<p style="text-align: center"><img src="http://blog.chandlerproject.org/wp-content/uploads/2008/07/colsettings.jpg" alt="collection settings" height="306" width="164" /></p>
</li>
        <li>If it hasn&#8217;t been done already, click <b>[Invite]</b> to generate sharing links.
    <li>Right-click or Cmd-Click (Mac) on either one of the <b>[Invite]</b> link to <b>Copy Link</b>. (<b>Note</b> Collections you subscribed to will only display 1 &#8220;Invite&#8221; link, the link you used to subscribe.)
    <li>Log in to your Google Calendar account</li>
    <li>In your calendar list, click on <strong>[Add]</strong> pulldown and select <strong>Add by URL</strong>
<p style="text-align: center"><img src="http://blog.chandlerproject.org/wp-content/uploads/2008/07/gcaladd1.jpg" /></p>
</li>
    <li>Paste the URL obtained in step 2 into <strong>Public Calendar Address</strong> field, changing &#8220;pim&#8221; to &#8220;webcal&#8221;.  The URL should look something like: <em>https://hub.chandlerproject.org/pim/collection/215715b0-5a0b-11dd-92a1-e12efc62301d?ticket=26htadc0</em></li>
    <li>Click <b>[Add]</b></li>
    <li>In the calendar list, click on the down arrow and select <strong>Notifications</strong>
<p style="text-align: center"><img src="http://blog.chandlerproject.org/wp-content/uploads/2008/07/gcalnotifications.jpg" /></p>
</li>
    <li>Setup daily agenda email or SMS</li>
</ol>

<p>You are done! Google Calendar will automatically refresh the URL every few hours and will send a daily agenda to you at 5am every morning.</p>

<p>Of course there are some limitations.  The email will go to your gmail account, the agenda only includes events, there is a possibility of data being out of date, there is no triage status information,  and no way to link back to the original items on Chandler Hub.  Of course, this is why we are currently developing these features for the server!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandlerproject.org/2008/07/25/use-google-calendar-to-get-daily-agenda-emails-for-chandler-collection/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Chandler Server (Cosmo) 0.16.0 released</title>
		<link>http://blog.chandlerproject.org/2008/07/01/chandler-server-cosmo-0160-released/</link>
		<comments>http://blog.chandlerproject.org/2008/07/01/chandler-server-cosmo-0160-released/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 01:35:22 +0000</pubDate>
		<dc:creator>travis</dc:creator>
		
		<category><![CDATA[Chandler Server Development]]></category>

		<guid isPermaLink="false">http://blog.chandlerproject.org/2008/07/01/chandler-server-cosmo-0160-released/</guid>
		<description><![CDATA[
The Chandler Project is pleased to announce the 0.16.0 release of Chandler Server (Cosmo)!



Chandler Server is a server and Ajax web UI for managing and sharing calendars, events, and tasks. It implements open data standards including CalDAV, WebDAV, Atom, and Atompub.



This release introduces a new item detail view designed to drastically improve item editing workflows. [...]]]></description>
			<content:encoded><![CDATA[<p>
The Chandler Project is pleased to announce the 0.16.0 release of Chandler Server (Cosmo)!
</p>

<p>
Chandler Server is a server and Ajax web UI for managing and sharing calendars, events, and tasks. It implements open data standards including CalDAV, WebDAV, Atom, and Atompub.
</p>

<p>
This release introduces a new item detail view designed to drastically improve item editing workflows. It integrates a larger, expandable notes field, date pickers for appropriate fields and a cleaner design. Other significant changes in the Web UI include cleaner add/remove affordances, conditional use of WhatWG DOM Storage for login information and numerous minor usability and display tweaks.
</p>

<p>
On the server side, an upgrade to the 0.4.0 version of Abdera, the library used to build our Atompub service, brings the server up to date with the latest library API changes. Sharing capabilities with Apple&#8217;s iCal client have been enhanced by changes in the mapping from the internal server data model to iCalendar records. In addition, enhanced ETag and If-None-Match header support provide significant optimization opportunities for webcal clients.
</p>

<p>
Chandler Server 0.16.0 is available for download as a ready-to-run bundle at:
</p>

<p><a href="http://chandlerproject.org/serverdownload">http://chandlerproject.org/serverdownload</a></p>

<p>
and the source code is available from subversion at:
</p>

<p><a href="http://svn.osafoundation.org/server/cosmo/tags/rel_0.16.0">http://svn.osafoundation.org/server/cosmo/tags/rel_0.16.0</a></p>

<p>
Send us feedback at the open mailing list (no subscription required):
</p>

<p><a href="mailto:chandler-users@osafoundation.org">chandler-users@osafoundation.org</a>
</p>
We look forward to hearing from you!</p>

<p>
The bugs fixed in this release include:
</p>

<ul>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12181">[Bug 12181]</a> Make get started message pop more</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11540">[Bug 11540]</a> deleting a subscribed collection raises an error</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12146">[Bug 12146]</a> no error messages on login or signup in safari</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12149">[Bug 12149]</a> Use dom storage when possible for login info</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11271">[Bug 11271]</a> Make Notes field auto-resize depending on available space</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=9887">[Bug 9887]</a> prev and next buttons messed up on the calendar UI for small screen browsers</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=10919">[Bug 10919]</a> Sort by Starts on doesn&#8217;t seem sorted properly</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=10004">[Bug 10004]</a> timeout dialog box buttons are confusing.</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=8917">[Bug 8917]</a> change event timezone to America Lima event time in lozenge is corrupt</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11851">[Bug 11851]</a> Sort triage status by TriageStatusChangedDate</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11853">[Bug 11853]</a> Explanatory text for account confirmation and account login pages</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11854">[Bug 11854]</a> Various visual improvements and cleanup</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11942">[Bug 11942]</a> signing up for new account in ticket view doesn&#8217;t redirect you to new account</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12059">[Bug 12059]</a> New Settings Dialog / New About Hub&#8230; text</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12063">[Bug 12063]</a> Make error message on login page pretty</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12064">[Bug 12064]</a> No visual feedback for keyboard focus in Signup dialog in Firefox</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12065">[Bug 12065]</a> Simplify email confirmation message when signing up</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12066">[Bug 12066]</a> Update links for instructions on acct activate page + other improvements</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12131">[Bug 12131]</a> Triage column header won&#8217;t reverse sort</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12159">[Bug 12159]</a> unsaved changes dialog appears when no changes occur</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12167">[Bug 12167]</a> Any-time events result in unsaved changes dialog</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12174">[Bug 12174]</a> Setting end date to before start hangs in &#8220;Processing&#8230;&#8221;</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12205">[Bug 12205]</a> 10+ collections creates big gaps in sidebar list on ff2/3</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=8297">[Bug 8297]</a> Scroll bar in sign up for a new account is messed up.</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=9765">[Bug 9765]</a> Implement selected state that looks different from rollover state</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11346">[Bug 11346]</a> Improve Task icon</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11791">[Bug 11791]</a> Upgrade Abdera</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12037">[Bug 12037]</a> Sync Chandler Notes / Starred Notes as iCalendar Tasks&#8230;</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12071">[Bug 12071]</a> webcal requests should return ETag and honor If-None-Match header</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12115">[Bug 12115]</a> Confusing discrepancy between list views on Hub and Desktop</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12152">[Bug 12152]</a> server returns 500 when no master calendar component found</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12153">[Bug 12153]</a> 500 returned when generating Subscription feed that contains invalid subscription</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=7085">[Bug 7085]</a> Disable new signups feature</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=8396">[Bug 8396]</a> Mini cal for date picker</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=10430">[Bug 10430]</a> Chandler Hub logo is squished on &#8216;Activate&#8217; page</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=10772">[Bug 10772]</a> Usernames not being url-escaped before being used in URLs in web ui.</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11119">[Bug 11119]</a> Pull branding graphics out of image grid file</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11561">[Bug 11561]</a> Cannot Delete Recurring Items from Dashboard</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11629">[Bug 11629]</a> Atom subscription edit link returns 404</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11739">[Bug 11739]</a> Ask for email address of users who download the desktop or sign up for an account</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11852">[Bug 11852]</a> Improvements to DV (including Notes field)</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11945">[Bug 11945]</a> Javascript timezone unit tests fail on Safari 3.0</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11981">[Bug 11981]</a> webui creates invalid allday modification</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12026">[Bug 12026]</a> Password Reset not validating password</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12053">[Bug 12053]</a> New sidebar</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12054">[Bug 12054]</a> Implement new Subscribe/Download from the Sidebar design for ticket view</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12060">[Bug 12060]</a> Add &#8220;What is Chandler?&#8221; link to &#8220;logged-out&#8221; ticket view</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12061">[Bug 12061]</a> Change all references to &#8220;Floating&#8221; time zones to &#8220;None&#8221;</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12070">[Bug 12070]</a> Can&#8217;t delete user using Safari</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12081">[Bug 12081]</a> Detail view displays &#8220;once&#8221; for custom recurrence rules</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12121">[Bug 12121]</a> Collection-Details pulldown isn&#8217;t right-aligned when you first log in</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12135">[Bug 12135]</a> focus for new collection dialog should be in text field</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12161">[Bug 12161]</a> Able to select &#8220;custom&#8221; as a recurrence rule</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12163">[Bug 12163]</a> collection list checkboxes get their own line for many collections</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12166">[Bug 12166]</a> ticket creation ui  radio buttons not showing up for account browser</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12175">[Bug 12175]</a> all day change in list view not reflected in canvas view</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12177">[Bug 12177]</a> entering invalid credentials on add subscription to account dialog results in [object Error]</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12183">[Bug 12183]</a> I don&#8217;t have Invite button/links for collections I subscribed to</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12185">[Bug 12185]</a> Make subscribe dialogs pop more</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12198">[Bug 12198]</a> Can&#8217;t delete recurring events immediately after creation</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=7098">[Bug 7098]</a> update wiki CalDAV page</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=7099">[Bug 7099]</a> update wiki WebDAV page</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandlerproject.org/2008/07/01/chandler-server-cosmo-0160-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Chandler Server (Cosmo) 0.15.0 released</title>
		<link>http://blog.chandlerproject.org/2008/05/19/chandler-server-cosmo-0150-released/</link>
		<comments>http://blog.chandlerproject.org/2008/05/19/chandler-server-cosmo-0150-released/#comments</comments>
		<pubDate>Mon, 19 May 2008 17:58:31 +0000</pubDate>
		<dc:creator>travis</dc:creator>
		
		<category><![CDATA[Chandler Server Development]]></category>

		<guid isPermaLink="false">http://blog.chandlerproject.org/2008/05/19/chandler-server-cosmo-0150-released/</guid>
		<description><![CDATA[The Chandler Project is pleased to announce the 0.15.0 release of Chandler Server (Cosmo)!

Chandler Server is a server and Ajax web UI for managing and sharing calendars, events, and tasks. It implements open data standards including CalDAV, WebDAV, Atom, and Atompub.

This release introduces a new sharing dialog in the Chandler Server Web UI that greatly [...]]]></description>
			<content:encoded><![CDATA[<p>The Chandler Project is pleased to announce the 0.15.0 release of Chandler Server (Cosmo)!</p>

<p>Chandler Server is a server and Ajax web UI for managing and sharing calendars, events, and tasks. It implements open data standards including CalDAV, WebDAV, Atom, and Atompub.</p>

<p>This release introduces a new sharing dialog in the Chandler Server Web UI that greatly 
simplifies many common sharing and subscription workflows. It also fixes many server and client bugs 
which improve interoperability and reliability.</p>

<p>Chandler Server 0.15.0 is available for download as a ready-to-run bundle at:</p>

<p><a href="http://chandlerproject.org/serverdownload">http://chandlerproject.org/serverdownload</a></p>

<p>and the source code is available from subversion at:</p>

<p><a href="http://svn.osafoundation.org/server/cosmo/tags/rel_0.15.0">http://svn.osafoundation.org/server/cosmo/tags/rel_0.15.0</a></p>

<p>Send us feedback at the open mailing list (no subscription required):</p>

<p><a href="mailto:chandler-users@osafoundation.org">chandler-users@osafoundation.org</a></p>

<p>We look forward to hearing from you!</p>

<p>The bugs fixed in this release include:</p>

<ul><li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=10969">[Bug 10969]</a> ical doesn&#8217;t like multiple dates in single EXDATE property</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=10985">[Bug 10985]</a> Incorrect methods reported in Allow header for dav OPTIONS response</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11599">[Bug 11599]</a> Enforce new username policy server side.</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11654">[Bug 11654]</a> Cosmo Doesn&#8217;t Seem to build on Java 1.6&#8230;</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11667">[Bug 11667]</a> attempt to remove non-existent modification could result in error</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11668">[Bug 11668]</a> npe during time-range index update</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11808">[Bug 11808]</a> iCal not seeing tasks</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11864">[Bug 11864]</a> No story for what happens to modifications when master is no longer stamped as event</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11883">[Bug 11883]</a> Improve error messaging for morse code</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11957">[Bug 11957]</a> login case insesitive, but security check not</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12025">[Bug 12025]</a> ArrayIndexOutOfBounds exceptions in DAV operations on hub</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=7877">[Bug 7877]</a> Collection Details - download calendar/tasks not working? And remove text/link</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=8329">[Bug 8329]</a> Add hyperlink to feed reader in &#8216;collection details&#8217; dialog box</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=10605">[Bug 10605]</a> &#8220;please enter a new name&#8221; misleading/confusing</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11259">[Bug 11259]</a> Collection details dialog protocol urls should be links or images.</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11535">[Bug 11535]</a> adding an already subscribed to collection redirects the page to &#8220;you do not have access to this resource&#8221;</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11593">[Bug 11593]</a> Collection details dialog tweaks for feed URL</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11848">[Bug 11848]</a> Add ticket creation mechanism in the Web UI</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11849">[Bug 11849]</a> Fix collection details dialog</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12076">[Bug 12076]</a> timezone wierdness</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=10623">[Bug 10623]</a> specific events stamped as tasks missing from the list view</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11418">[Bug 11418]</a> cosmo allows duplicate name in same collection</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11847">[Bug 11847]</a> Remove OOTB Hub collection</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11580">[Bug 11580]</a> / in username causes hibernate error on signup</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11974">[Bug 11974]</a> ThisAndFuture change to all day event fails</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=11975">[Bug 11975]</a> attempt to update un-authorized item through atom returns 500</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12074">[Bug 12074]</a> Unable to save note to All Events when recurrence is custom</li>
<li><a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12080">[Bug 12080]</a> check not showing up in list view for tasks</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandlerproject.org/2008/05/19/chandler-server-cosmo-0150-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Chandler Server 0.14.1 Released</title>
		<link>http://blog.chandlerproject.org/2008/04/10/chandler-server-0141-released/</link>
		<comments>http://blog.chandlerproject.org/2008/04/10/chandler-server-0141-released/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 22:59:26 +0000</pubDate>
		<dc:creator>travis</dc:creator>
		
		<category><![CDATA[Chandler Server Development]]></category>

		<guid isPermaLink="false">http://blog.chandlerproject.org/2008/04/10/chandler-server-0141-released/</guid>
		<description><![CDATA[The Chandler Project is pleased to announce the 0.14.1 release of Chandler Server (Cosmo)!

Chandler Server is a server and Ajax web UI for managing and sharing calendars, events, and tasks. It implements open data standards including CalDAV, WebDAV, Atom, and Atompub.

This is a bugfix release to patch a bug in which users with non-url-safe characters [...]]]></description>
			<content:encoded><![CDATA[<p>The Chandler Project is pleased to announce the 0.14.1 release of Chandler Server (Cosmo)!</p>

<p>Chandler Server is a server and Ajax web UI for managing and sharing calendars, events, and tasks. It implements open data standards including CalDAV, WebDAV, Atom, and Atompub.</p>

<p>This is a bugfix release to patch a bug in which users with non-url-safe characters in their usernames or passwords could not log in to the Web UI.</p>

<p>Chandler Server 0.14.1 is available for download as a ready-to-run bundle at:</p>

<p><a href="http://chandlerproject.org/serverdownload">http://chandlerproject.org/serverdownload</a></p>

<p>and the source code is available from subversion at:</p>

<p><a href="http://svn.osafoundation.org/server/cosmo/tags/rel_0.14.1">http://svn.osafoundation.org/server/cosmo/tags/rel_0.14.1</a></p>

<p>Send us feedback at the open mailing list (no subscription required):</p>

<p><a href="mailto:chandler-users@osafoundation.org">chandler-users@osafoundation.org</a></p>

<p>We look forward to hearing from you!</p>

<p>The bugs fixed in this release include:</p>

<ul>
<li>#11956: Calendar ui double-escaping authentication request</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandlerproject.org/2008/04/10/chandler-server-0141-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Chandler Server Powered By Dojo 1.0.2</title>
		<link>http://blog.chandlerproject.org/2008/04/07/chandler-server-powered-by-dojo-102/</link>
		<comments>http://blog.chandlerproject.org/2008/04/07/chandler-server-powered-by-dojo-102/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 22:28:45 +0000</pubDate>
		<dc:creator>travis</dc:creator>
		
		<category><![CDATA[Chandler Hub Service]]></category>

		<category><![CDATA[Chandler Project]]></category>

		<category><![CDATA[Chandler Server Development]]></category>

		<category><![CDATA[dojo javascript]]></category>

		<guid isPermaLink="false">http://blog.chandlerproject.org/2008/04/07/chandler-server-powered-by-dojo-102/</guid>
		<description><![CDATA[
The 0.14.0 release of Chandler Server, pushed live to our open service 
Chandler Hub on Friday, boasts few 
obviously new features. Instead we&#8217;ve taken this release to merge a branch of development
that has been open for several months which moves us to the 1.0 line of the 
Dojo Javascript Toolkit. Hopefully Hub users have 
already [...]]]></description>
			<content:encoded><![CDATA[<p xmlns="http://www.w3.org/2005/Atom">
The 0.14.0 release of Chandler Server, pushed live to our open service 
<a href="http://hub.chandlerproject.org">Chandler Hub</a> on Friday, boasts few 
obviously new features. Instead we&#8217;ve taken this release to merge a branch of development
that has been open for several months which moves us to the 1.0 line of the 
<a href="http://dojotoolkit.org">Dojo Javascript Toolkit</a>. Hopefully Hub users have 
already noticed improved load times and a generally snappier interface as a result
of this upgrade, but unsurprisingly the most exciting improvements are in the code.
</p>

<p>
The first changes I&#8217;m excited about are, like our latest release, less wholesale 
modifications than improvements and commitments to stable APIs with performance
enhancement sugar to sweeten the deal. Dojo&#8217;s internationalization (i18n) and event 
APIs have matured to the point where developers can expect to rely on them without
fearing a future change like the one we&#8217;ve just experienced. As a result we&#8217;ve begun the 
process of migrating our custom i18n code to Dojo&#8217;s API, away from the custom, backend
dependent code we&#8217;ve used in the past. We&#8217;ve also started streamlining our use of Dojo&#8217;s 
topic APIs to make our code easier to read and understand. Both these processes are works in 
progress, so keep an eye on this space for more detailed information in the future.
</p>

<p>
Several components have also seen essentially complete overhauls, most prominently
the XMLHttpRequest wrappers and Dijit, the full featured HTML/CSS UI toolkit built on 
Dojo Core. Instead of using <code>dojo.io.bind</code> and passing callback functions, 
method, and header information <code>dojo.xhrGet</code>, <code>dojo.xhrPost</code> and a
handful of other methods accept a variety of arguments, make HTTP requests and return
<code>dojo.Deferred</code> objects. This return value, a port of the asynchronous 
task management API introduced by Python&#8217;s <a href="http://twistedmatrix.com/trac/">
Twisted networking library</a>, provides an easy way for developers to manage complex
sets of asynchronous actions like server requests. Since our Web UI data APIs already used
<code>dojo.Deferred</code> internally, this change led to a very nice code reduction.
</p>

<p>
Dojo&#8217;s user interface building API, Dijit, has been greatly improved since Dojo 0.4. 
In addition to moving to its own namespace as part of Dojo&#8217;s overall API flattening, 
Dijit is better streamlined, better tested, and easier to use. A number of Chandler Server
UI components have been ported to the Dijit APIs, and are, as a result, better tested,
more modular, and closer to being embeddable outside of our Web UI.
</p>

<p>
The Dojo team has also been hard at work putting together the next generation of 
Javascript tools to support high performance rich applications on top of the 
<a href="http://codinginparadise.org/weblog/2008/04/whats-open-web-and-why-is-it-important.html">Open Web</a>. 
Two of these tools are already finding their way into heavy use within our code base, 
and are poised to become critical pieces of our infrastructure over the next year.
</p>

<p>
The first, <a href="http://dojotoolkit.org/book/dojo-book-0-9/part-3-programmatic-dijit-and-dojo/data-retrieval-dojo-data-0"><code>dojo.data</code></a>,
is &#8220;uniform data access layer&#8221; that allows UI components to be built without worrying 
about backend data formats. Our user administration interface has been essentially 
completely rewritten, but required almost no new UI code. All we had to do
was implement a <code>dojo.data</code> store on top of the Cosmo Management Protocol
(<a href="http://chandlerproject.org/Projects/CosmoManagementProtocol">CMP</a>)
and hook it up to Dojo&#8217;s 
<a href="http://dojotoolkit.org/book/dojo-book-0-9/docx-documentation-under-development/grid">Grid</a> widget 
to get full in-place user field editing, &#8220;infinite scrolling&#8221; for handling
large numbers of users and a handful of other goodies. While our end-user calendar and 
item list UIs have not been moved to this API, the ongoing 
<a href="http://blog.chandlerproject.org/2008/02/06/osafs-next-steps/">web widget project</a>
is being built on a new <code>dojo.data</code> store that we hope to eventually 
integrate into our current UI.
</p>

<p>
The second piece of new functionality that I&#8217;m excited about is 
<a href="http://dojotoolkit.org/book/dojo-book-0-9/part-3-programmatic-dijit-and-dojo/selecting-dom-nodes-dojo-query"><code>dojo.query</code></a>. This do-it-all CSS query function
is the go-to guy for finding pieces of DOM to manipulate. The beauty of this and other
query functions is that they are based on features most web developers eventually expect
to be supported natively by all major web browsers. By allowing developers to start using 
these features now we can build advanced web applications that will get trivially more
performant with time, and motivate browser developers to continue implementing this
critical functionality.
</p>

<p>
In addition to improving the tools we use to build our Web UI, Dojo&#8217;s 1.0 line has
introduced some major infrastructure improvements in the form of a 
<a href="http://dojotoolkit.org/book/dojo-book-0-9/part-4-meta-dojo/d-o-h-unit-testing">DOH</a>, 
a new Dojo-independent testing harness, and a from-scratch rewrite of the 
<a href="http://dojotoolkit.org/book/dojo-book-0-9/part-4-meta-dojo/package-system-and-custom-builds">Dojo build system</a>.
We&#8217;ve managed to port all of our tests to DOH by writing some wrappers to avoid 
a completely rewrite, which has allowed us to take advantage of the very nice 
test harness bundled with Dojo. Nearly as important as this test framework is the build 
system that plays a key role in transforming over 1MB of Javascript into a much more
digestible 138K loaded in several different stages. The Dojo 1.0 line makes this process
much cleaner and easy to understand, as well as offering advanced functionality like 
layering, which allows us to break our Javascript into large chunks
appropriate to different pieces of our UI. 
</p>

<p>
Dojo has been an integral part of our project to build a new kind of information and 
knowledge management ecosystem and we are lucky to be able to rely on a vibrant community
of developers producing a first class piece of software. If you&#8217;re interested in digging
deeper and helping us integrate even more of the exciting new functionality provided
in its latest release, Dojo 1.1, please don&#8217;t hesitate to ask questions on our
<a href="http://lists.osafoundation.org/mailman/listinfo/cosmo-dev/">development list</a>, 
or via IRC on <a href="http://freenode.net">irc.freenode.net</a> in the #cosmo channel.
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandlerproject.org/2008/04/07/chandler-server-powered-by-dojo-102/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Chandler Hub updated to Chandler Server 0.14.0</title>
		<link>http://blog.chandlerproject.org/2008/04/04/chandler-hub-updated-to-chandler-server-0140/</link>
		<comments>http://blog.chandlerproject.org/2008/04/04/chandler-hub-updated-to-chandler-server-0140/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 23:27:37 +0000</pubDate>
		<dc:creator>travis</dc:creator>
		
		<category><![CDATA[Chandler Hub Service]]></category>

		<category><![CDATA[Chandler Server Development]]></category>

		<guid isPermaLink="false">http://blog.chandlerproject.org/2008/04/04/chandler-hub-updated-to-chandler-server-0140/</guid>
		<description><![CDATA[Chandler Hub has been updated to the latest version of Chandler Server 0.14.0. This release incorporates a major update to Dojo, the toolkit used to build our Web UI. Please report any problems. 
]]></description>
			<content:encoded><![CDATA[<p>Chandler Hub has been updated to the latest version of Chandler Server 0.14.0. This release incorporates a major update to <a href="http://dojotoolkit.org">Dojo</a>, the toolkit used to build our Web UI. Please report any problems. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandlerproject.org/2008/04/04/chandler-hub-updated-to-chandler-server-0140/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Chandler Server (Cosmo) 0.14.0 released</title>
		<link>http://blog.chandlerproject.org/2008/04/03/450/</link>
		<comments>http://blog.chandlerproject.org/2008/04/03/450/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 20:33:33 +0000</pubDate>
		<dc:creator>travis</dc:creator>
		
		<category><![CDATA[Chandler Server Development]]></category>

		<guid isPermaLink="false">http://blog.chandlerproject.org/2008/04/03/450/</guid>
		<description><![CDATA[The Chandler Project is pleased to announce the 0.14.0 release of Chandler Server (Cosmo)!

Chandler Server is a server and Ajax web UI for managing and sharing calendars, events, and tasks. It implements open data standards including CalDAV, WebDAV, Atom, and Atompub.

This release primarily consists of an update to Dojo, the Javascript toolkit used to build [...]]]></description>
			<content:encoded><![CDATA[<p>The Chandler Project is pleased to announce the 0.14.0 release of Chandler Server (Cosmo)!</p>

<p>Chandler Server is a server and Ajax web UI for managing and sharing calendars, events, and tasks. It implements open data standards including CalDAV, WebDAV, Atom, and Atompub.</p>

<p>This release primarily consists of an update to Dojo, the Javascript toolkit used to build the Chandler Server Web UI. Dojo&#8217;s 0.9 release was essentially a complete rewrite, and involved a large number of core API changes. Changes to our codebase have been similarly numerous. We are currently using Dojo 1.0.2, and do not anticipate upgrades with as significant consequences in the future.</p>

<p>More information on Dojo, including comphrehensive information about changes introduced in its 0.9 release, can be found at:</p>

<p><a href="http://dojotoolkit.org">http://dojotoolkit.org</a></p>

<p>Chandler Server 0.14.0 is available for download as a ready-to-run bundle at:</p>

<p><a href="http://chandlerproject.org/serverdownload">http://chandlerproject.org/serverdownload</a></p>

<p>and the source code is available from subversion at:</p>

<p><a href="http://svn.osafoundation.org/server/cosmo/tags/rel_0.14.0">http://svn.osafoundation.org/server/cosmo/tags/rel_0.14.0</a></p>

<p>Send us feedback at the open mailing list (no subscription required):</p>

<p><a href="mailto:chandler-users@osafoundation.org">chandler-users@osafoundation.org</a></p>

<p>We look forward to hearing from you!</p>

<p>The bugs fixed in this release include:</p>

<ul>
<li>#11607 Upgrade to Dojo 1.0</li>
<li>#8499 Subscribe/unsubscribe to a collection on web UI</li>
<li>#11351 Move client collection addition/deletion to atom api</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandlerproject.org/2008/04/03/450/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
