Edgewall Software

Version 11 (modified by Christian Boos, 14 years ago) ( diff )

improve presentation

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 version (e.g. 0.100.11) 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.

Detailed Changes

TracDev/ApiChanges/ 0.10, 0.11, 0.12, 0.13, 1.0, 1.1, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.2, 1.3, 1.4, 1.6

Development Milestones

Milestone 0.13

Milestone 0.12

  • [9825]: 0.12rc1 - javascript translations and setup.py changes (get_l10n_cmdclass and get_l10n_js_cmdclass)
  • [9595]: 0.12b1
  • [9260]: templates/macros.html deprecated
  • [9224]: zero-padding of revision numbers in the repository cache (upgrade needed)
  • [9210]: timestamps stored as bigints (microsecond resolution) in the db (upgrade needed)
  • [9175]: MultiRepos merge, (repository resync needed)
  • … (well, tons of changes)
  • 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.