278
edits
No edit summary |
|||
Line 1: | Line 1: | ||
==Calendar Bugzilla Component Architecture== | ==Calendar Bugzilla Component Architecture== | ||
This page helps people unfamiliar with the calendar architecture to understand how the | This page helps people unfamiliar with the calendar architecture to understand how the Bugzilla components map to various parts of the software. Hopefully, this will aid you in choosing the proper component to file a bug against. | ||
Our | Our Bugzilla components have recently changed (actually they are being changed as I write this), and therefore, a short document on how Bugzilla components map to pieces of the software seems appropriate. | ||
It might be useful to review these diagrams in order to get a better idea of how these pieces work together: [https://bugzilla.mozilla.org/attachment.cgi?id=218589 Calendar architecture overview diagrams]. | It might be useful to review these diagrams in order to get a better idea of how these pieces work together: [https://bugzilla.mozilla.org/attachment.cgi?id=218589 Calendar architecture overview diagrams]. | ||
Line 19: | Line 19: | ||
| Sunbird Only || For issues that only affect the Sunbird product. For example: toolbars, menu items, sunbird specific preferences, etc. Note that localization issues should be reported to the Mozilla Localization project. | | Sunbird Only || For issues that only affect the Sunbird product. For example: toolbars, menu items, sunbird specific preferences, etc. Note that localization issues should be reported to the Mozilla Localization project. | ||
|- | |- | ||
| Provider: Local Storage || For issues regarding local calendar storage, based on mozStorage ( | | Provider: Local Storage || For issues regarding local calendar storage, based on mozStorage (SQLite). | ||
|- | |- | ||
| Provider: ICS/Webdav || For issues regarding communicating .ics files via remote (http:) and local (file:) URIs. | | Provider: ICS/Webdav || For issues regarding communicating .ics files via remote (http:) and local (file:) URIs. |
edits