Changes between Version 13 and Version 14 of WikiStart
- Timestamp:
- 03/24/09 15:06:24 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v13 v14 4 4 5 5 1. '''This is primarily a developers' tool, not a discussion forum or feedback medium.''' Comments should generally be limited to those that provide new information or offer concrete implementation ideas. Larger/ongoing discussions should be carried out on the dev list or in the forums. 6 1. New ticket creation is currently restricted to core developers and admins as we work to ramp up our triage and support infrastructure. If you believe you've found a bug or have a feature request that isn't already in Trac, please post a note in the [http://forums.zotero.org/categories/ forums].6 1. New ticket creation is restricted to core developers and admins. If you believe you've found a bug or have a feature request that isn't already in Trac, please post a note in the [http://forums.zotero.org/categories/ forums]. 7 7 1. Patches to be incorporated into the official codebase will need to have an associated ticket and be reviewed by a core dev before they can be committed. If you don't see a ticket for a patch you've written or would like to work on, drop us a note on the dev list. 8 8 1. Don't modify other people's bugs. This applies in particular to the priority, target milestone and assignee fields. If you'd like to suggest a change or offer to work on a bug owned by someone else, add a comment instead. … … 16 16 == Source code access == 17 17 18 In addition to Trac's [source:/ graphical repository browser], anonymous read-only access is available to the Zotero source code repository. You can check out the latest version of the code with the official Subversion client using the following command:18 In addition to Trac's [source:/ graphical repository browser], anonymous read-only access is available to the Zotero source code repository. You can check out the latest version of the code with the official Subversion client using the following command: 19 19 20 20 {{{ 21 svn co https://www.zotero.org/svn/extension/ branches/1.0/ zotero21 svn co https://www.zotero.org/svn/extension/trunk/ zotero 22 22 }}} 23 23 24 This will create a new `zotero` directory with a "working copy" of the 1.0 branch. For instructions for running Zotero from a working copy, see [http://dev.zotero.org/docs/svn_and_trac_access SVN and Trac Access].24 This will create a new `zotero` directory with a "working copy" of the development trunk. For instructions for running Zotero from a working copy, see [http://www.zotero.org/support/dev/svn_and_trac_access SVN and Trac Access]. 25 25 26 '''''Note:''' If you're not planning to make code changes and just want to try out updates to Zotero as they are committed, you can use the [http:// dev.zotero.org/docs/svn_and_trac_access#development_xpi development XPI] rather than an SVN install.''26 '''''Note:''' If you're not planning to make code changes and just want to try out updates to Zotero as they are committed, you can use the [http://www.zotero.org/support/dev/svn_and_trac_access#development_xpi development XPI] rather than an SVN install.'' 27 27 28 28 == Planning Documents ==