Implemented timeline selection.

* Added personal VIM ide extension.
* Implemented timeline selection (resolves D0007)
* Slightly restyled the new timeline button and timeline list menu.
This commit is contained in:
Jonathan Bernard
2011-06-10 11:49:45 -05:00
parent b5eadd6fc4
commit 99d04935cb
21 changed files with 389 additions and 20 deletions

View File

@ -5,5 +5,5 @@ Allow the user to change timelines.
========= ==========
Created: 2011-05-15
Resolved: YYYY-MM-DD
Resolved: 2011-06-08
========= ==========

View File

@ -1,7 +1,7 @@
Implement a date-picker for start time.
=======================================
Implement correct start time editor.
====================================
Use a custom jQuery UI theme?
The start time input field needs to look the same as the start time view.
========= ==========
Created: 2011-05-15

View File

@ -1,9 +0,0 @@
Error in UI when creating or selecting a timeline.
==================================================
Brief description.
========= ==========
Created: 2011-06-07
Resolved: YYYY-MM-DD
========= ==========

View File

@ -0,0 +1,15 @@
Error in UI when creating or selecting a timeline.
==================================================
A type error is occurring whenever a timeline link is clicked.
Resolution
----------
The problem was an event registered on the AppView class, linked
to 'selectTimeline' function, which was not defined.
========= ==========
Created: 2011-06-07
Resolved: 2011-06-08
========= ==========

View File

@ -0,0 +1,16 @@
API calls fail silently after session timeout.
==============================================
API starts failing with a 500 error after session time-out.
Steps to Reproduce
------------------
1. Login
2. Wait until session times out (5 min?)
3. Try to create a new entry.
========= ==========
Created: 2011-06-08
Resolved: YYYY-MM-DD
========= ==========