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:
@ -5,5 +5,5 @@ Allow the user to change timelines.
|
||||
|
||||
========= ==========
|
||||
Created: 2011-05-15
|
||||
Resolved: YYYY-MM-DD
|
||||
Resolved: 2011-06-08
|
||||
========= ==========
|
@ -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
|
||||
|
@ -1,9 +0,0 @@
|
||||
Error in UI when creating or selecting a timeline.
|
||||
==================================================
|
||||
|
||||
Brief description.
|
||||
|
||||
========= ==========
|
||||
Created: 2011-06-07
|
||||
Resolved: YYYY-MM-DD
|
||||
========= ==========
|
15
doc/issues/desktop/0018bs2.rst
Normal file
15
doc/issues/desktop/0018bs2.rst
Normal 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
|
||||
========= ==========
|
16
doc/issues/desktop/0019bn3.rst
Normal file
16
doc/issues/desktop/0019bn3.rst
Normal 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
|
||||
========= ==========
|
Reference in New Issue
Block a user