Edgewall Software

Changes between Version 138 and Version 139 of TracDev/ToDo


Ignore:
Timestamp:
May 10, 2015, 12:03:36 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ToDo

    v138 v139  
    1 [[PageOutline(2-4)]]
    2 = TracDev ToDo List =
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= TracDev ToDo List
    34
    45This 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.
     
    3637
    3738 - Post-commit hook for pylint report?
    38  - Big global trailing whitespace clean-up? Can't we do a global `sed / $/$/ file` prior to checkin?
     39 - Big global trailing whitespace clean-up? Can't we do a global `sed 's/ $/$/' file` prior to check-in?
    3940
    4041== Next Releases
     
    4445==== Wiki
    4546
    46  - #1132, #3021 and GenericTrac, attacking it from the wiki side...
     47 - #1132, #3021 and GenericTrac, attacking it from the wiki side.
    4748   - #31 and #886 (experimental repos:ticket-links)
    4849   - TracDev/Proposals/MultipleProject
     
    5455 - 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
    5556 - Hg: add basic support for cached repo (#8417)
    56  - __More revisions available__ link at the bottom of revision log, when viewing a partial revision set  (#4854 actually)
     57 - __More revisions available__ link at the bottom of revision log, when viewing a partial revision set (#4854).
    5758
    5859==== General
     
    6263    - perhaps translation for workflow status and action names (#5441)
    6364    - early loading and caching of catalogs (was discussed in #9439)
    64  - Help delegator  (ticket:2656#comment:26)
     65 - Help delegator (ticket:2656#comment:26)
    6566 - #8507 improve explicit gc
    66  - ~~Template: replace support for Clearsilver with support for Jinja2 - TracDev/Proposals/Jinja~~ //(less urgent now that we have a good Genshi 0.6 release)//
    6767
    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's seems it's creation time first.
     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.
    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, i.e. without the need to specify a (dummy) environment.
     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.
    8888
    8989----