Skip to main content

Home/ Chandler Project/ Group items tagged bug

Rss Feed Group items tagged

Graham Perrin

Bug 12610 - two consecutive deletions of (adjacent) collections lead to AssertionError - 0 views

  • 14. command-backspace (accelerated key combination for delete (Item)) 15. observe the flash of the Item menu — that might be a separate bug; should a command that is placed in the Item menu be effective for something (a collection) that is not an Item?
Graham Perrin

Dreaming in Code - 0 views

  •  
    Dreaming in Code: Two Dozen Programmers, Three Years, 4,732 Bugs, and One Quest for Transcendent Software
Graham Perrin

Gnome Evolution bug 359755 - Support for CalDAV collections - 0 views

  • GNOME Bugzilla
  • Bug 359755
  • Support for CalDAV collections
  • ...42 more annotations...
  • Product: Evolution
  • FIXED
  • enhancement
  • The definition of 'calendar-home-set' is that it returns the URL of the collection which contains the user's calendars. Not the URLs of the calendars themselves.
  • then do a Depth: 1 PROPFIND on that URL to retrieve the actual calendars
  • you will request the resourcetype & supported-calendar-component-set
  • know which ones are calendars
  • whether they support VEVENT/VTASK/VJOURNAL
  • public calendars
  • calendars for a given user offered by other users
  • the dust isn't fully settled on parts of this
  • a few tricks
  • Trick #1
  • PROPFIND request for current-user-principal
  • Also planned
  • query a 'well known URL'
  • find the right port
  • PROPFIND the /.well-known/caldav/ URL
  • Once you've *got* the principal-URL
  • PROPFIND for the group-membership
  • possibly do this repeatedly
  • Once *that's* fully expanded to a list of principal-URLs
  • query the calendar-home-set for them
  • Depth: 1 PROPFIND on those to find their calendars
  • possible simplification
  • combine two steps
  • expand-property report is defined in RFC 3253 (WebDAV Versioning)
  • DAV::expand-property REPORT
  • can't think of a way to get the actual collections
  • maybe there is some trick
  • I guess at this point
  • current-user-principal in the first instance
  • PROPFIND Depth: 1 on the calendar-home-set
  • gets you the user's direct calendars
  • differentiating
  • my approach would be
  • on demand
  • e.g. 'display delegated calendar'
  • principal-URL for the currently authenticated user
  • recursively PROPFIND
  • expand their group-membership into a tree
  • In DAViCal the public.php is specifically for looking at calendars which have been declared to need no authentication
Graham Perrin

Votes in OSAF Bugzilla - 0 views

  •  
    Results of a search for votes for issues that are unconfirmed, new, assigned or reopened. The results are sorted by severity.
Graham Perrin

The Chandler Project Blog » Blog Archive » Chandler User Survey - 0 views

Graham Perrin

Bug 2884 - Drag and Drop out of a table causes subsequent highlight problem - 0 views

  • different results depending on where the mouse was located in the item being
  • not always
  • The highlighted area is usually
  • ...5 more annotations...
  • Sometimes it's a portion of a cell
  • entire cell or set of cells
  • culprit - it has to do with grid selection and highlighting
  • Grid select/highlight problem
  • really hard to reproduce
Graham Perrin

Chandler Wiki : Top Usability Issues - 0 views

  • Remove and Delete mental model
  • Data integrity issues (aka repo getting corrupted)
    • Graham Perrin
       
      AFAIR a bug was fixed. Reference?
    • Graham Perrin
  • Spheres (way to group collections)
  • ...9 more annotations...
  • Focus Switching from one view to another should retain focus on the existing record [already reported] even if it would not appear in the new view.
    • Graham Perrin
       
      To me, this behaviour feels extraordinarily weird. I need to understand the rationale.
  • drag items from the detail pane
    • Graham Perrin
  • anything that requires the use of Alt-keys
    • Graham Perrin
       
      Choice of accelerator keys must be careful.
  • and doesn't offer a drag-and-drop alternative, is a problem
  • We need another button
    • Graham Perrin
       
      I use: command-F to find, /f command-L for Lucene, /l
  • information between 'sync with self' PCs
    • Graham Perrin
       
      I have half an eye on http://www.dotmobile.us/
  • corrupted way too often
    • Graham Perrin
       
      Is this not fixed?
    • Graham Perrin
  • starting day of the week
    • Graham Perrin
       
      Is this not done? (Related to locale, or choice of language.)
  • Define and clearly communicate what plugins (esp. third-party) can and cannot do
    • Graham Perrin
       
      +1
Graham Perrin

Personal votes in OSAF Bugzilla - 0 views

  • 11696 Crash when any file is dragged into Chandler window if you have 2nd display
    • Graham Perrin
       
      As I most often work with a second display, for me this https://bugzilla.osafoundation.org/show_bug.cgi?id=11696 is close to a blocker.
  • 11918 Support 'spheres' or groups of collections
    • Graham Perrin
       
      https://bugzilla.osafoundation.org/show_bug.cgi?id=11918 may deserve priority thought/attention from any user who works with many collections.
  • 12474 alt-arrow key combinations must navigate text only; MUST NOT navigate other aspects of Chandler Desktop for Mac OS X
    • Graham Perrin
       
      https://bugzilla.osafoundation.org/show_bug.cgi?id=12474 seriously retards my productivity and causes confusion, with potential loss/misplacement of data.
  •  
    View, confirm and edit the votes that you wish to cast. Log in required.
Graham Perrin

Dreaming in Code: Two Dozen Programmers, Three Years, 4,732 Bugs, and One Quest for Tra... - 0 views

  •  
    A most remarkable omission from the reviews on Amazon (and presumably, from the book) is: discussion of standards, such as those relating to CalDAV. OSAF/Chandler Project members made significant contributions to the drafting and setting of standards. Happily, we don't hear companies such as Apple or Google criticising Chandler Project history whilst embracing/enjoying CalDAV. I suspect that - however well written the book may be - a *focus* on a space in time (however short or long) has overlooked the broader value of the Project.
  •  
    I'll rate and review this book, probably some time around Christmas.
  •  
    "Our civilization runs on software. Yet the art of creating it continues to be a dark mystery, even to the experts, and the greater our ambitions, the more spectacularly we seem to fail. … [this book] sets out to understand why, through the story of one software project -- Mitch Kapor's Chandler, an ambitious, open-source effort…
Graham Perrin

The Chandler Project Blog » Blog Archive » OSAF's Next Steps - 0 views

  • Chandler succeeds at meeting the needs of users who are tracking ‘knowledge work’
  • Chandler is not oriented around calendaring per se or around a complicated task and project landscape with many dependencies
  • we want Chandler to be more viral. We want Chandler to be easy to explain to others. We want Chandler to be found in contexts where people are already spending time. We want Chandler to be
  • ...17 more annotations...
  • even more useful as that user pulls in other people to collaborate
  • We want happy users be successful evangelists for Chandler
  • web widgets that might be deployed in different contexts — iGoogle, Facebook, on an iPhone, etc.
  • widgets should be compelling to a new user who does not use the desktop, in addition to providing features that complement the desktop. Eventually, the widgets can be building blocks
  • misperception in the press
  • Being a CalDAV reference implementation is not a priority.
  • the Microsoft product with the most overlap with our design objectives is probably OneNote
  • web widgets (in the browser, on mobile devices and on the desktop)
  • not trying to be a GTD specific tool
  • Chandler’s philosophy is different enough from GTD that it would be misleading to call Chandler a GTD tool
  • Our best articulation of our core value to date is: Chandler is a way to manage and collaborate on ideas using: A List View built around the idea of the Triage Workflow A Calendar View Chandler Hub Sharing Service
  • the user problem we are serving is an emerging market
  • there isn’t a shared, public vocabulary to describe what we’re doing
  • Better product messaging so that people understand what ‘user problem’ we’re trying to solve and how we’re trying to solve it.
  • more ways to get data in and out
  • we will not be implementing CalDAV scheduling
    • Graham Perrin
       
      CalDAV scheduling is just one aspect of CalDAV; see http://caldav.calconnect.org/standards.html
  • We’re not looking to be a cheaper alternative to Outlook/Exchange. This means we’re not investing in support for free/busy-style scheduling. We’re not looking to be the ‘everyman’s’ version of Microsoft Project or Bug and Ticket-Tracking systems. This means we’re not investing in support for complex task and project management, e.g. task dependencies, tracking percent done, time estimates, robust support for assigning tasks, etc. We’re also not going to be implementing the GTD methodology.
  •  
    February 6th, 2008 at 11:17 pm
Graham Perrin

Bug 11918 - Support 'spheres' or groups of collections - 0 views

  •  
    My interest in this is two-fold: 1. interop - for example, how spheres may appear to iCal and other CalDAV clients; 2. look and feel - I have some ideas.
Graham Perrin

Chandler Wiki : Product Tour - 0 views

  • without having to go to the Calendar
  • Turn Reminders into Events
    • Graham Perrin
       
      Bug 12827: Reminder turned into event: adding an alarmed item to the calendar should schedule the event on the date of (not before) the alarm https://bugzilla.osafoundation.org/show_bug.cgi?id=12827
Graham Perrin

The Chandler Project Blog » Blog Archive » More Blogging and Fewer Mailing... - 0 views

  • Chandler-dev is now the working list for all things pertaining to the Chandler Project
  • planning, design and bug prioritization
  • Chandler-users will remain the best place for users to ask questions and report issues
Graham Perrin

Redundant votes in OSAF Bugzilla - 0 views

  •  
    Results of a search for votes that were cast for issues that are now resolved, verified or closed. The results are sorted by resolution.
1 - 20 of 20
Showing 20 items per page