Edgewall Software

Version 6 (modified by Christian Boos, 15 years ago) ( diff )

moved some information away from 0.12

Guidelines on API Changes

  • Always try to maintain API compatibility.
  • If an interface must be changed, try to maintain the old interface for at least one minor (eg. 0.100.11) version change and log deprecation warnings when it's used. Document the API change in TracDev/ApiChanges/<version>.
  • If the old interface can't be maintained, document it as such in the appropriate TracDev/ApiChanges/<version> Wiki page.

Documented Changes

Development Milestones

Milestone 0.12

  • r7705: i18n support for plugins - you'll need Genshi's advanced-i18n for getting translated templates.
  • r6986: Internationalization support

Milestone 0.11

Note: See TracWiki for help on using the wiki.