Edgewall Software

Changes between Version 8 and Version 9 of TracDev/ApiChanges/1.1.4


Ignore:
Timestamp:
Feb 25, 2015, 12:52:45 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Completed some items.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ApiChanges/1.1.4

    v8 v9  
    22← [../1.1.3] | [../1.1.5] →
    33}}}
    4 = Documenting API changes since 1.1.3 =
     4= Documenting API changes since 1.1.3
    55
    66{{{#!box info
     
    1515
    1616
    17 == Prerequisites ==
     17== Prerequisites
    1818
    1919**Only Python versions 2.6 and 2.7 are supported.**
     
    8282TODO Remove support for `mod_python` (see TracModPython) ... or maybe not. It seems the project is alive (comment:34:ticket:11605).
    8383
    84 Removed Enscript, SilverCity and PHP renderers.
     84DONE: Removed Enscript, SilverCity and PHP renderers.
    8585
    8686=== New Dependencies ===
     
    9393[[TicketQuery(milestone=1.1.3,status=closed,apichanges!=,col=summary,rows=apichanges,group=component,format=table)]]
    9494
    95 == Other Modifications made to the 1.0 API ==
     95== Other Modifications made to the 1.0 API
    9696
    9797Take the //will be removed in version 1.1.1// comments in the code seriously. The earlier the planned API changes in 1.1.x, the better (gives more time to plugin authors to adapt). TODO
     
    133133=== Uncategorized Changes
    134134
    135 TODO: Remove deprecated compatibility code for InterTrac links: [browser:/trunk/trac/wiki/formatter.py@13050:703-712#L696], and remove documentation:
     135DONE: Remove deprecated compatibility code for InterTrac links: [browser:/trunk/trac/wiki/formatter.py@13050:703-712#L696], and remove documentation:
    136136 * InterWiki page
    137137 * [browser:/trunk/trac/wiki/intertrac.py@13050:50-60#L30]
    138138
    139 Removed the deprecated `authname` parameter from `Environment.get_repository()`.
     139DONE: Removed the deprecated `authname` parameter from `Environment.get_repository()`.
    140140
    141141TODO: Log warnings for deprecated functions and methods (comment:26:ticket:11605)
    142142
    143 === Database API Changes ===
     143=== Database API Changes
    144144
    145145Methods have been added to `DatabaseManager` class for settings and retrieving the database version for Trac and plugins: `set_database_version` and `get_database_version` (#11859).
    146146
    147 == New in the 1.1.4 API ==
     147== New in the 1.1.4 API
    148148
    149149Be sure to have a look at the new ApiDocs ([http://www.edgewall.org/docs/trac-trunk/html/ for latest trunk]).
     
    156156
    157157{{{#!comment
    158 === New Classes ===
    159 ==== `trac.x.y.ClassName` ^[source:trunk/trac/x/y.py@#Lnum (1.0)]^ ==== #ClassName
     158=== New Classes
     159==== `trac.x.y.ClassName` ^[source:trunk/trac/x/y.py@#Lnum (1.0)]^ #ClassName
    160160
    161161...
    162162
    163 === Other news ===
     163=== Other news
    164164
    165165}}}