Commit Graph

14 Commits

Author SHA1 Message Date
5c755ab594 Update 'bl_info' use 'doc_url' instead of 'wiki_url' 2020-03-05 12:26:13 +11:00
38e9b3fd5e Update for 2.8 2018-10-09 18:21:15 +02:00
3f433bbe91 mass clean up: remove/replace redundant bl_tracker info 2016-07-22 22:51:45 +10:00
eab846e293 Clean-up: bl_info['tracker_url'] updated to developer.blender.org, some minor other edits 2014-02-04 02:56:01 +01:00
071e9f1764 fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ? 2012-12-19 16:05:42 +00:00
9690967fa4 Style edit (mostly), use """ for docstrings (not '''). 2012-07-03 09:00:23 +00:00
4e07b5605b update wiki link to 2.6 2012-06-23 14:44:57 +00:00
2b65001c0d remove api field, was never used 2012-01-14 12:59:14 +00:00
bb855fbcea updates to registration & bl_info 2011-08-25 13:25:11 +00:00
6cc6f0b228 bl_addon_info --> bl_info 2011-01-14 15:22:44 +00:00
30b2408c44 == Tracker urls formatting ==
READ THIS TO AVOID A LOT OF WORK!

New way of linking to tracker pages: just use the parameter "aid" (artifact ID),
to avoid a lot of manual updates later in wiki and svn.

Example:
=========

OLD WAY TO LINK TO TRACKER
-----------------------------

Complete url of a script in Upload
http://projects.blender.org/tracker/index.php?func=detail&aid=25349&group_id=153&atid=467

If we move this in contrib this url will become
http://projects.blender.org/tracker/index.php?func=detail&aid=25349&group_id=153&atid=468
467 becomes 468, so we have to update this in wiki page.

Later on, when this moves into Trunk, the url will become
http://projects.blender.org/tracker/index.php?func=detail&aid=25349&group_id=153&atid=469
468 becomes 469, so we have to update the url in wiki page and svn.

Annoying!

NEW WAY TO LINK TO TRACKER
-----------------------------

Best way to link to tracker page is using:
http://projects.blender.org/tracker/index.php?func=detail&aid=25349

Use "func=detail"
Use "aid"            (which is the "artifact ID")

DON'T use "group_id" (which is the project ID, bf-extensions is project 153)
DON'T use "atid"     (which is the "artifacts tracker ID")

Like this, the url is unique, and we will avoid to update wiki pages and svn after moving pages
2011-01-08 19:20:04 +00:00
6ebc8c5468 set api rev nr 2010-12-15 19:02:06 +00:00
d97fccca42 added URLs 2010-12-15 18:57:05 +00:00
465d2326de new batch renamer 2010-12-15 18:15:09 +00:00