Skip to content

Commit 88e69c1

Browse files
committed
[repo] Fix all tracker links to point to atlassian
1 parent 7d43f95 commit 88e69c1

File tree

586 files changed

+11543
-11543
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

586 files changed

+11543
-11543
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Bug in Moodle LMS?
4-
url: https://tracker.moodle.org/
4+
url: https://moodle.atlassian.net/
55
about: Found a problem with Moodle LMS? Report it to the Moodle tracker

data/projects.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"discussionLinks": [],
1414
"issueLinks": [
1515
{
16-
"link": "https://tracker.moodle.org/browse/MDL-83424",
16+
"link": "https://moodle.atlassian.net/browse/MDL-83424",
1717
"title": "MDL-83424"
1818
},
1919
{
20-
"link": "https://tracker.moodle.org/browse/IDEA-75",
20+
"link": "https://moodle.atlassian.net/browse/IDEA-75",
2121
"title": "Roadmap Proposal"
2222
}
2323
]
@@ -53,7 +53,7 @@
5353
],
5454
"issueLinks": [
5555
{
56-
"link": "https://tracker.moodle.org/browse/MDL-46585",
56+
"link": "https://moodle.atlassian.net/browse/MDL-46585",
5757
"title": "MDL-46585"
5858
}
5959
]
@@ -69,7 +69,7 @@
6969
],
7070
"issueLinks": [
7171
{
72-
"link": "https://tracker.moodle.org/browse/MDL-29029",
72+
"link": "https://moodle.atlassian.net/browse/MDL-29029",
7373
"title": "MDL-29029"
7474
}
7575
]
@@ -91,7 +91,7 @@
9191
],
9292
"issueLinks": [
9393
{
94-
"link": "https://tracker.moodle.org/browse/MDL-18797",
94+
"link": "https://moodle.atlassian.net/browse/MDL-18797",
9595
"title": "MDL-18797"
9696
}
9797
]
@@ -113,7 +113,7 @@
113113
],
114114
"issueLinks": [
115115
{
116-
"link": "https://tracker.moodle.org/browse/MDL-73299",
116+
"link": "https://moodle.atlassian.net/browse/MDL-73299",
117117
"title": "MDL-73299"
118118
}
119119
]

docs/apis/core/calendar/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ $refreshtask->set_custom_data($customdata);
293293

294294
This functions accepts the same inputs as 'calendar_get_events()' but is now utilising the new Moodle Calendar API system. It respects overrides and will also add the action properties, whenever appropriate.
295295

296-
*Note that this function will not work as expected if you pass a list of user ids as the current user session is internally used to determine which events should be visible. More info in https://tracker.moodle.org/browse/[MDL-60340](https://tracker.moodle.org/browse/MDL-60340)*
296+
*Note that this function will not work as expected if you pass a list of user ids as the current user session is internally used to determine which events should be visible. More info in https://moodle.atlassian.net/browse/[MDL-60340](https://moodle.atlassian.net/browse/MDL-60340)*
297297

298298
## Changes to Behat
299299

docs/apis/core/customfields/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,5 +168,5 @@ class provider implements \core_privacy\local\metadata\null_provider, \core_cust
168168

169169
## See also
170170

171-
- [MDL-64626](https://tracker.moodle.org/browse/MDL-64626) - Custom fields API (Moodle 3.7+) implementations and improvements
172-
- [MDL-57898](https://tracker.moodle.org/browse/MDL-57898) - Add custom field types plugin and course custom fields functionality
171+
- [MDL-64626](https://moodle.atlassian.net/browse/MDL-64626) - Custom fields API (Moodle 3.7+) implementations and improvements
172+
- [MDL-57898](https://moodle.atlassian.net/browse/MDL-57898) - Add custom field types plugin and course custom fields functionality

docs/apis/core/dml/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ which must be used very carefully because it might break compatibility with data
632632

633633
::: More information
634634

635-
For more information see [DB layer 2.0 delegated transactions](https://docs.moodle.org/dev/DB_layer_2.0_delegated_transactions) or [MDL-20625](https://tracker.moodle.org/browse/MDL-20625).
635+
For more information see [DB layer 2.0 delegated transactions](https://docs.moodle.org/dev/DB_layer_2.0_delegated_transactions) or [MDL-20625](https://moodle.atlassian.net/browse/MDL-20625).
636636

637637
:::
638638

docs/apis/plugintypes/availability/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ The Availability API generates a dialogue to allow teachers to configure the ava
204204

205205
:::note
206206

207-
Although JavaScript standards in Moodle have moved on, the core availability system is implemented in YUI, so for now, the plugins need to use YUI too. (Please, someone, do [MDL-69566](https://tracker.moodle.org/browse/MDL-69566)!)
207+
Although JavaScript standards in Moodle have moved on, the core availability system is implemented in YUI, so for now, the plugins need to use YUI too. (Please, someone, do [MDL-69566](https://moodle.atlassian.net/browse/MDL-69566)!)
208208

209209
:::
210210

docs/apis/plugintypes/mod/_files/lib_description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Each feature is identified by a constant, which is defined in the `lib
3434
- `FEATURE_GROUPS` and `FEATURE_GROUPINGS`: The activity module supports groups and groupings.
3535
- `FEATURE_SHOW_DESCRIPTION`: The activity module supports showing the description on the course page.
3636
- `FEATURE_QUICKCREATE`: The activity `[modname]_add_instance()` function is able to create an instance without showing a form using the default settings. It is used by the `core_courseformat_new_module` webservice to know which activities are compatible. If this feature is supported, the activity module should provide a `quickcreatename` string in the language file that will be used as the name of the instance created.
37-
- `FEATURE_COMPLETION`: The activity module supports activity completion. For now this feature only affects the bulk completion settings. However, in the future ([MDL-83027](https://tracker.moodle.org/browse/MDL-83027)) activities can set to false to disable all completion settings.
37+
- `FEATURE_COMPLETION`: The activity module supports activity completion. For now this feature only affects the bulk completion settings. However, in the future ([MDL-83027](https://moodle.atlassian.net/browse/MDL-83027)) activities can set to false to disable all completion settings.
3838

3939
<details>
4040
<summary>View example</summary>

docs/apis/plugintypes/mod/_files/mod_form-php.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This file is used when adding/editing a module to a course. It contains the elem
55

66
The `mod_[modname]_mod_form` is a current exception to the class autoloading rules.
77

8-
This will be addressed in [MDL-74472](https://tracker.moodle.org/browse/MDL-74472).
8+
This will be addressed in [MDL-74472](https://moodle.atlassian.net/browse/MDL-74472).
99

1010
:::
1111

docs/apis/plugintypes/mod/activitymodule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This documentation is from the project kick-off and has not been updated since t
1313

1414
Through our road-map creation process of looking at highly voted tracker issues and relevant forum posts, as well as MUA interaction, an update to the activity chooser to simplify and make less intimidating, was chosen.
1515

16-
[MDL-57828](https://tracker.moodle.org/browse/MDL-57828) was created and worked on, but unfortunately stalled, and did not complete its way through the integration process. There is a [substantial forum post](https://moodle.org/mod/forum/discuss.php?d=346664), with many suggestions and current pain points with the activity chooser. The MUA created a proposal issue ([MDL-61511](https://tracker.moodle.org/browse/MDL-61511)) to tackle the same issue.
16+
[MDL-57828](https://moodle.atlassian.net/browse/MDL-57828) was created and worked on, but unfortunately stalled, and did not complete its way through the integration process. There is a [substantial forum post](https://moodle.org/mod/forum/discuss.php?d=346664), with many suggestions and current pain points with the activity chooser. The MUA created a proposal issue ([MDL-61511](https://moodle.atlassian.net/browse/MDL-61511)) to tackle the same issue.
1717

1818
We have recently been analysing how course creation is achieved. Two main ideas were tested with focus groups to try and find the best away to approach course creation. With this information we are confident that we have a user focused design that will improve the activity chooser for everyone.
1919

docs/apis/plugintypes/qtype/restore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ issueNumber="MDL-83541"
1515
## What has changed?
1616

1717
The backup and restore process has a long history of issues with shared questions, resulting in duplicates of questions being
18-
created, or errors upon restore. [MDL-83541](https://tracker.moodle.org/browse/MDL-83541) put in place a mechanism to resolve this by accurately matching questions being
18+
created, or errors upon restore. [MDL-83541](https://moodle.atlassian.net/browse/MDL-83541) put in place a mechanism to resolve this by accurately matching questions being
1919
restored with those already in the target context, but it requires additional information from the question type plugins to ensure
2020
this matching works.
2121

0 commit comments

Comments
 (0)