Edgewall Software

Changes between Version 3 and Version 4 of TracDev/ApiChanges


Ignore:
Timestamp:
Apr 30, 2008, 1:15:10 PM (16 years ago)
Author:
Christian Boos
Comment:

saving detailed development history taken away from the 0.11 description

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ApiChanges

    v3 v4  
    1111== Documented Changes ==
    1212[[TitleIndex(TracDev/ApiChanges/)]]
     13
     14== Development Milestones ==
     15
     16=== Milestone [milestone:0.11] ===
     17 * r6805: function tests available in trunk (see [source:/trunk/TESTING-README TESTING-README])
     18 * r6572: enabled the "noConflict" mode for jQuery, so that other Javascript libraries using '$' in a special way can be used. As a result, plugins using jQuery should be updated (follow the advice in http://trac.edgewall.org/changeset/6572#file11). Whether this change will stay or be reverted is under discussion. ''update: well, the change has actually been reverted without much discussion in r6715.''
     19 * ''r6352'' removed the `req.warning("...")` call. Replace it with `add_warning(req, "...")`.
     20 * ''r6139 integrated the API changes developed in the context-refactoring branch. The early 0.11dev plugins most probably need to be adapted. See the ["TracDev/ApiChanges/0.11"] page.''
     21 * r5514: [wiki:TracDev/SecurityBranch Flexible permission system]
     22 * r5378: Flexible/extensible [TracWorkflow ticket workflow]
     23 * r4819: [SetupTools Setuptools] integration
     24 * r4095: WebAdmin integration
     25 * r4561: versioncontrol "blame" support
     26 * r3947: [http://jquery.com/ jQuery] integration
     27 * r3935: Timezone support and internal use of `datetime`
     28 * r3832: [http://genshi.edgewall.org/ Genshi] integration ([query:status=!closed&keywords=~genshi open tickets])