source: tagsplugin/tags/0.8/changelog

Last change on this file was 14945, checked in by Ryan J Ollos, 8 years ago

0.8: Tag 0.8 release

Fixes #1304, #1344, #3660, #3891, #9064, #9797, #11661, #11690, #11695, #11888, #11950, #11954, #11968, #12202, #12292, #12434, #12486.

Refs #12415.

File size: 6.8 KB
Line 
1Originally created by Muness Alrubaie, totally rewritten by
2Author: Alec Thomas <alec@swapoff.org>
3Maintainer: Steffen Hoffmann <hoff.st@web.de>
4
5tractags-0.8 (not yet released)
6 resolved issues
7 * #11695: Changes to tags may be recorded as anonymous
8 * #11950: The tag TracLink doesn't allow trailing arguments
9   by supporting the 'realm' attribute in tag query expressions
10 * #12292: AssertionError: Page 5 out of range
11 * #12434: AttributeError: 'NoneType' object has no attribute 'get'
12 * #12486: Skip post_process_request during exception handling.
13
14 new features
15 * #1304: Implement tags related XMLRPC methods
16 * #1344: Choose tags via dropdown list
17   by integrating KeywordSuggestPlugin
18 * #3660: timeline display wiki/ticket changes only to items matching some tags
19 * #3891: TagSystem.get_tags(req, resource) should not need a full req object
20 * #9797: Add configurable prefix for linking tags to wiki pages
21 * #11661: Changes to Tags should be shown in timeline
22 * #11690: Document which components are required
23 * #11888: Show correct permission error instead of 'No handler matched ...'
24 * #11954: AttributeError: 'Mock' object has no attribute 'args'
25 * #11968: Add method TagSystem.get_taggable_realms
26 * #12202: Exclude option for ListTagged macro
27 add optional fine-grained permissions based on resource tags
28 add inline presentation format for ListTagged results
29
30
31tractags-0.7 (06-Apr-2014)
32 resolved issues
33 * #1960: Tags from Tickets / Milestones split into multiple tags
34 * #2424: Lost wiki change when commiting tag changes
35 * #2493: Wiki page names can be in Unicode
36 * #2714: tractags.api.TagSystem.delete_tags broken
37 * #2749: ListTagged in 0.6 doesn't give title of wiki pages from first heading
38   by adding new method describe_tagged_resource
39   Note: This is a '''tag provider API change'''.
40 * #2939: Requirement.parse('Genshi==dev,>=0.5.dev-r698')
41 * #3145: Create New Wiki Page with a Tag
42 * #3206: Edit wiki page content and tag
43 * #3359: Tickets tags don't work when using MySQL 4.x
44 * #3624: invalid link when using more than one tag in tagged
45 * #3677: Database operations fail with PostgreSQL 8.3
46 * #3753: Carry over tags from PageTemplates/ (was: TagIt macro)
47 * #3864: Unchecked permissions/restrictions for list of available tag realms
48 * #3983: ListTagged broken for tags starting with 'or'
49 * #4078: Bring back the mincount functionality for the TagCloud macro
50 * #4164: Wiki pages without tags have no tag styles
51 * #4223: Bad CSS interpretation with IE
52 * #4277: Support for MySQL
53 * #4503: Performance issues
54   mitigated by
55   * mirroring ticket tags into normalized `tags` db table
56   * caching `get_tagged_resources` for tickets
57   * optionally skipping fine-grained view permission tests for tickets
58   * using resource-less tag counters for tags-only tasks (i.e. tag cloud)
59 * #4996: TagsPlugin fails on upgrading
60 * #5345: TracError: The Trac Environment needs to be upgraded
61 * #5575: UnicodeEncodeError on Japanese tag
62 * #5714: No documentation on WikiMacros page
63 * #7857: Regression in Tag query functionality
64 * #8352: Chinese character in wiki name cause UnicodeEncodeError
65 * #8684: Unexpected keyword argument 'tags_link'
66 * #8995: Some missing HTML on wiki edit page
67 * #9023: Remove superflous error message about wiki_namespace
68 * #9057: Tags with single quote not tokenised correctly
69 * #9059: Various fixes and enhancements (detailed in #9060 - #9064)
70 * #9060: Query results are duplicated when realm-selection is repeated
71 * #9062: Wiki-page level-1-title broken on 0.12
72 * #9210: /tags page should not have a contextual navigation link 'Cloud'
73 * #9521: New install impossible on Trac 0.13dev
74   by adding generic db schema upgrade support
75 * #9630: Non-functional bracketed tags: TracLinks
76 * #10636: TagWikiMacros is NOT thread safe
77 * #11096: Avoid an `OperationalError: too many SQL variables
78 * #11147: IntegrityError: dup key value violates unique constraint "tags_pk"
79 * #11152: Tags are not supported on the 'wiki' realm
80 * #11226: Replacing a tag removes unrelated tags
81 * #11302: AttributeError: 'unicode' object has no attribute 'id'
82 * #11658: TypeError: get_tagged_resources() takes exactly 3 args (2 given)
83 * #11659: TypeError: 'function' object is not iterable
84 * TagsQuery now supports a context object
85 * refactor cloud rendering so it can be used by other plugins
86 * fix regression related to missing IWikiChangeListener
87 * ensure tags stylesheet is added for macros
88 * log warning for tag providers that don't implement describe_tagged_resource
89 * add plugin author email to display something at Trac 0.11 plugin admin page
90 * fix an AttributeError specific to the 0.6 release since [2953]
91 * fix an Error for `TagCloud` macro when being called without arguments
92 * improve formatting of header for `tag_view.html` page template
93 * do TagSystem class API cleanup by moving db access to model layer
94
95 new features
96 * #2429: TagsPlugin should handle versioning of wiki tags
97 * #2509: Create wiki page from /tags/<tag> page
98 * #2708: Add rel-tag microformat to tags list
99 * #3610: ListTagged macro should have distinct formatting of closed tickets
100 * #3754: Tag redirects to existing wiki page instead of listing tagged pages
101 * #3851: TAGS_VIEW not showing page tags along for anonymous
102 * #3947: ListTagged: use first headline instead of pagename + first headline
103 * #4799: TagCloud should optionally be case-insensitive
104   by adding a new option `cloud_caseless_sort`
105 * #7787: Add i18n support
106 * #8638: Should implement wiki_page_renamed of IWikiChangeListener interface
107 * #9058: Let `TAGS_MODIFY` inherited `TAGS_VIEW` for intuitive permissions
108 * #9061: Mass tag replacement functionality with tagged realm filtering
109 * #9063: Allow excluding realms from queries by default
110 * #9064: More rendering options for ListTagged macro and tag-handler
111 * #9194: Add unittest and functional test infrastructure
112 * #9636: Exclude PageTemplates from tag-extraction
113   by adding an optional filter argument to ITagProvider.get_tagged_resources
114 * #11274: Summaries on Tags page should be wiki formatted to html
115 * render_cloud() now passes a percent to renderers instead of font pixel size
116 * add `ignore_closed_tickets` option: skip closed tickets when collecting tags
117 * remove redundant JavaScript files
118 * move generic code from TagCloud into new TagSystem.get_all_tags() method
119 * widened Wiki tag input field slightly
120 * prepare translatable macro documentation
121 * fix a warning message for old TagsQuery syntax (<= tractags-0.5)
122 * let `describe_tagged_resource` method for tickets use Trac core with i18n
123 * review and improve code according to PEP 8, SQL statement's formatting too
124 * add pager for ListTagged, if matches exceed `listtagged_items_per_page`
125 * add more unit tests
126
127
128ToDo: add more historic entries
129
130tractags-0.6 - a total code rewrite (21-Jan-2008)
131
132tractags-0.5 - Trac 0.11 support (31-Dec-2007)
133
134tractags-0.4.1 (06-Jun-2007)
135
136tractags-0.4 (19-Apr-2006)
Note: See TracBrowser for help on using the repository browser.