HG corrupted local copy, lost 22 changesets
This commit is contained in:
2
issues/libpit/0021bs5.rst
Normal file
2
issues/libpit/0021bs5.rst
Normal file
@ -0,0 +1,2 @@
|
||||
Fix Issue.toString() so that only the first letter is capitalized.
|
||||
==================================================================
|
33
issues/libpit/0021fs.rst
Normal file
33
issues/libpit/0021fs.rst
Normal file
@ -0,0 +1,33 @@
|
||||
Divorce opened/closed status and classification.
|
||||
================================================
|
||||
|
||||
We need to track open/closed status and classification independantly.
|
||||
|
||||
Classification is one category, status should be another. Possible values for
|
||||
status:
|
||||
|
||||
* new
|
||||
* resolved
|
||||
* awaiting validation
|
||||
* rejected
|
||||
* reassigned
|
||||
|
||||
For the file-based issue implementation, the file format changes from
|
||||
``nnnnsp`` to ``nnnncsp`` where:
|
||||
|
||||
* ``nnnn`` still represents the bug number (no change)
|
||||
* ``c`` represents the *category* (used to be ``s`` the status):
|
||||
|
||||
* ``b``: Bug
|
||||
* ``f``: Feature
|
||||
* ``t``: Task
|
||||
|
||||
* ``s`` represents *status*, a new field:
|
||||
|
||||
* ``a``: Reassigned
|
||||
* ``j``: Rejected
|
||||
* ``n``: New
|
||||
* ``s``: Resolved
|
||||
* ``v``: Awaiting Validation
|
||||
* ``p`` still represents priority, ``0`` being the highest and ``9`` the
|
||||
lowest.
|
5
issues/pit-swing/0000fn5.rst
Normal file
5
issues/pit-swing/0000fn5.rst
Normal file
@ -0,0 +1,5 @@
|
||||
Remember last opened directory.
|
||||
===============================
|
||||
|
||||
This affects the JFileChooser, not the model.rootProject.
|
||||
|
2
issues/pit-swing/0001fa5.rst
Normal file
2
issues/pit-swing/0001fa5.rst
Normal file
@ -0,0 +1,2 @@
|
||||
De-select the 'CLOSED' category by default.
|
||||
===========================================
|
2
issues/pit-swing/0002ts7.rst
Normal file
2
issues/pit-swing/0002ts7.rst
Normal file
@ -0,0 +1,2 @@
|
||||
Clear the 'New Task...' dialog when hidden.
|
||||
===========================================
|
2
issues/pit-swing/0003ts7.rst
Normal file
2
issues/pit-swing/0003ts7.rst
Normal file
@ -0,0 +1,2 @@
|
||||
Set the default priority to '5'.
|
||||
================================
|
2
issues/pit-swing/0004ts5.rst
Normal file
2
issues/pit-swing/0004ts5.rst
Normal file
@ -0,0 +1,2 @@
|
||||
Issue display needs to save changes.
|
||||
====================================
|
2
issues/pit-swing/0005ts5.rst
Normal file
2
issues/pit-swing/0005ts5.rst
Normal file
@ -0,0 +1,2 @@
|
||||
Do not load project directory on startup.
|
||||
=========================================
|
2
issues/pit-swing/0006ts5.rst
Normal file
2
issues/pit-swing/0006ts5.rst
Normal file
@ -0,0 +1,2 @@
|
||||
Clear project lists when opening a new directory.
|
||||
=================================================
|
5
issues/pit-swing/0007bn5.rst
Normal file
5
issues/pit-swing/0007bn5.rst
Normal file
@ -0,0 +1,5 @@
|
||||
Issue display may still lose changes.
|
||||
=====================================
|
||||
|
||||
If the mouse is not within the text area and the user clicks on something
|
||||
that changes the text area content, the changes are not saved.
|
1
issues/pit-swing/0008fn7.rst
Normal file
1
issues/pit-swing/0008fn7.rst
Normal file
@ -0,0 +1 @@
|
||||
Add an optional word-wrap at 80 characters for the Issue display
|
2
issues/pit-swing/0009tn7.rst
Normal file
2
issues/pit-swing/0009tn7.rst
Normal file
@ -0,0 +1,2 @@
|
||||
Make 'New' the default new issue status.
|
||||
========================================
|
2
issues/pit-swing/0010fn7.rst
Normal file
2
issues/pit-swing/0010fn7.rst
Normal file
@ -0,0 +1,2 @@
|
||||
Add the ability to sort issues based on priority, id, category, or status.
|
||||
==========================================================================
|
Reference in New Issue
Block a user