[[PageOutline(2-5,Contents,pullout)]] = TracDev ToDo List This page clarifies the ongoing development activity in the TracTeam. == Overview || ||= **Urgent** ||= Not Urgent || ||= **Important** || \ || **A** [[TicketQuery(status!=closed,milestone!=not applicable|translations|,severity=blocker|critical|major,priority=highest|high,format=count,group=milestone)]]|| \ || **B** [[TicketQuery(status!=closed,milestone!=not applicable|translations|,severity=blocker|critical|major,priority=normal|low|lowest,format=count,group=milestone)]]|| ||= Not Important || \ || **C** [[TicketQuery(status!=closed,milestone!=not applicable|translations|,severity=normal|minor|trivial,priority=highest|high,format=count,group=milestone)]]|| \ || **D** [[TicketQuery(status!=closed,milestone!=not applicable|translations|,severity=normal|minor|trivial,priority=normal|low|lowest,format=count,group=milestone)]]|| Not evaluated: [[TicketQuery(status!=closed,milestone=,format=count)]] == Code contributions - Tickets with **patch** keyword (//initial patch proposed//): \\ By milestone: [[TicketQuery(status=!closed,keywords=~patch,order=priority,milestone=!unscheduled,group=milestone,format=compact)]] - Tickets with **review** keyword (//patch or branch "ready", need some review)//: \\ By milestone: [[TicketQuery(status=!closed,keywords=~review,order=priority,group=milestone,format=compact)]] - Tickets with **needfixup** keyword (//patch or branch already reviewed, need some further work//): \\ By milestone: [[TicketQuery(status=!closed,keywords=~needfixup,order=priority,milestone=!unscheduled,group=milestone,format=compact)]] - Tickets with no milestone set (//need to be triaged//) {20}: \\ [[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 == Documentation - Finish Sphinx ApiDocs. - Add recipes for the CookBook, notably installations and troubleshooting. == Code clean-up - Post-commit hook for pylint report? == Next Releases The master list of the next releases is the RoadMap or the [t:roadmap]. === [milestone:next-dev-1.1.x], [milestone:next-major-releases] ==== Wiki - #1132, #3021 and GenericTrac, attacking it from the wiki side. - #31 and #886 (experimental repos:ticket-links) - TracDev/Proposals/MultipleProject - #4431 and related wiki improvements (experimental branch repos:cboos.git:wikiparser) ==== Version Control - `CachedRepository.get_path_history` (#9775) - Show merge changesets in revision log (#3236), seems like follow-first is meaningless; `git log --first-parent` support - Hg: add basic support for cached repo (#8417) - __More revisions available__ link at the bottom of revision log, when viewing a partial revision set (#4854). ==== General - #2456 - users, #5648 - groups * i18n - translation for workflow status and action names (#5441) - early loading and caching of catalogs (discussed in #9439) - Help delegator (ticket:2656#comment:26) - #8507 improve explicit gc ==== Ticket * Sort order of tickets in search results: currently creation time first as opposed to most recent modification time first. ==== Miscellaneous * In TracInstall#GeneratingtheTraccgi-bindirectory there is mention of ''chicken/egg'' problem with `trac-admin deploy`. We should support a direct `trac-admin deploy ` call syntax, ie without the need to specify a (dummy) environment. ---- See also: SeaChange/WhatUsersWant, [wiki:/ToDo], TracProject/ToDo