Edgewall Software

Changes between Version 139 and Version 140 of TracDev/ToDo


Ignore:
Timestamp:
Jun 11, 2015, 8:56:12 AM (9 years ago)
Author:
figaro
Comment:

First steps towards cleanup

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ToDo

    v139 v140  
    33= TracDev ToDo List
    44
    5 This page is for improving the clarity of the ongoing development activity in the TracTeam and must be kept short. This is not the place to put your favorite ticket.
     5This page clarifies the ongoing development activity in the TracTeam. This is not the place to put your favorite ticket.
    66 
    77== Overview
     
    1616Not evaluated: [[TicketQuery(status!=closed,milestone=,format=count)]]
    1717
    18 == Keep an eye on contributions
     18== Code contributions
    1919
    20  - Tickets with **patch** keyword (//initial patch proposed//) \\
     20 - Tickets with **patch** keyword (//initial patch proposed//): \\
    2121    By milestone: [[TicketQuery(status=!closed,keywords=~patch,order=priority,milestone=!unscheduled,group=milestone,format=compact)]]
    2222 - Tickets with **review** keyword (//patch or branch "ready", need some review)//: \\
     
    2626 - Tickets with no milestone set (//need to be triaged//) {20}:  \\
    2727    [[TicketQuery(status=!closed,milestone=,keywords!~=needinfo|patch,created=1weekago..,format=count)]] new this week, [[TicketQuery(status=!closed,milestone=,keywords!~=needinfo|patch,created=..1weekago,format=count)]] older and [[TicketQuery(type=enhancement,status=!closed,milestone=,keywords=~patch,format=count)]] with patches
    28 
    29 We should strive to keep the number of untriaged tickets older than a week down to 0!
    3028
    3129== Documentation
     
    3735
    3836 - Post-commit hook for pylint report?
    39  - Big global trailing whitespace clean-up? Can't we do a global `sed 's/ $/$/' file` prior to check-in?
     37 - Global trailing whitespace clean-up? Using `reindent.py` already.
    4038
    4139== Next Releases
     40
     41The master list of the next releases is the RoadMap or the [t:roadmap].
    4242
    4343=== [milestone:next-dev-1.1.x], [milestone:next-major-releases]
     
    5353
    5454 - `CachedRepository.get_path_history` (#9775)
    55  - Show merge changesets in revision log (#3236) ~~`hg log --follow-first` (check, isn't that already done?) ~~ no, seems like follow-first is meaningless; `git log --first-parent` support
     55 - Show merge changesets in revision log (#3236), seems like follow-first is meaningless; `git log --first-parent` support
    5656 - Hg: add basic support for cached repo (#8417)
    5757 - __More revisions available__ link at the bottom of revision log, when viewing a partial revision set (#4854).
     
    6161 - #2456 - users, #5648 - groups
    6262  * i18n
    63     - perhaps translation for workflow status and action names (#5441)
    64     - early loading and caching of catalogs (was discussed in #9439)
     63    - translation for workflow status and action names (#5441)
     64    - early loading and caching of catalogs (discussed in #9439)
    6565 - Help delegator (ticket:2656#comment:26)
    6666 - #8507 improve explicit gc
     
    6868==== Ticket
    6969
    70  * Sort order of tickets in search results: I expected this to be based on the most recent modification time first? It seems it's creation time first.
     70 * Sort order of tickets in search results: currently creation time first as opposed to most recent modification time first.
    7171
    7272==== Miscellaneous
     
    8585}}}
    8686
    87  * In TracInstall#GeneratingtheTraccgi-bindirectory, there's the mention of ''chicken/egg'' problem with `trac-admin deploy`. We should support a direct `trac-admin deploy <target>` call syntax, ie without the need to specify a (dummy) environment.
     87 * In TracInstall#GeneratingtheTraccgi-bindirectory there is mention of ''chicken/egg'' problem with `trac-admin deploy`. We should support a direct `trac-admin deploy <target>` call syntax, ie without the need to specify a (dummy) environment.
    8888
    8989----