File tree Expand file tree Collapse file tree 21 files changed +33
-32
lines changed Expand file tree Collapse file tree 21 files changed +33
-32
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ information provided here is intended especially for developers.
55
66 * The function $mmaModBook#getChapterContent now requires to receive the result of $mmaModBook#getContentsMap instead of module.contents.
77 * The events obtained using $mmaMessages#getDiscussionEventName are deprecated. Now you should just use the event mmaMessagesNewMessageEvent and you will receive the site ID and user ID as parameters.
8+ * Directive "mm-browser" has been renamed to "mm-link" to be more coherent with its functionality.
89
910=== 2.9 ===
1011
Original file line number Diff line number Diff line change 11< ion-view >
22 < ion-nav-title > < mm-format-text watch ="true "> {{ title }}</ mm-format-text > </ ion-nav-title >
33 < ion-nav-buttons side ="secondary ">
4- < a class ="button button-icon ion-ios-browsers-outline " ng-href ="{{assignurl}} " mm-browser > </ a >
4+ < a class ="button button-icon ion-ios-browsers-outline " ng-href ="{{assignurl}} " mm-link > </ a >
55 </ ion-nav-buttons >
66 < ion-content padding ="true " mm-state-class >
77 < ion-refresher pulling-text ="{{ 'mm.core.pulltorefresh' | translate }} " ng-if ="assignmentLoaded " on-refresh ="refreshAssignment() "> </ ion-refresher >
@@ -41,7 +41,7 @@ <h2>{{ 'mma.mod_assign.cutoffdate' | translate }}</h2>
4141 </ div >
4242 </ div >
4343 < div ng-if ="assign && !canviewsubmissions ">
44- < a class ="button button-block " ng-href ="{{assignurl}} " mm-browser > {{ 'mma.mod_assign.addsubmission' | translate }}</ a >
44+ < a class ="button button-block " ng-href ="{{assignurl}} " mm-link > {{ 'mma.mod_assign.addsubmission' | translate }}</ a >
4545 </ div >
4646 </ mm-loading >
4747 </ ion-content >
Original file line number Diff line number Diff line change 11< ion-view >
22 < ion-nav-title > < mm-format-text watch ="true "> {{ title }}</ mm-format-text > </ ion-nav-title >
33 < ion-nav-buttons side ="secondary ">
4- < a ng-href ="{{externalUrl}} " class ="button button-icon ion-ios-browsers-outline " mm-browser > </ a >
4+ < a ng-href ="{{externalUrl}} " class ="button button-icon ion-ios-browsers-outline " mm-link > </ a >
55 < button class ="button button-icon ion-more " ng-click ="popover.show($event) ">
66 </ button >
77 </ div >
Original file line number Diff line number Diff line change 11< ion-view >
22 < ion-nav-title > < mm-format-text watch ="true "> {{ title }}</ mm-format-text > </ ion-nav-title >
33 < ion-nav-buttons side ="secondary ">
4- < a class ="button button-icon ion-ios-browsers-outline " ng-href ="{{moduleurl}} " mm-browser > </ a >
4+ < a class ="button button-icon ion-ios-browsers-outline " ng-href ="{{moduleurl}} " mm-link > </ a >
55 </ ion-nav-buttons >
66
77 < ion-content padding ="true " mm-state-class >
Original file line number Diff line number Diff line change 11< ion-view >
22 < ion-nav-title > < mm-format-text watch ="true "> {{ title }}</ mm-format-text > </ ion-nav-title >
33 < ion-nav-buttons side ="secondary ">
4- < a class ="button button-icon ion-ios-browsers-outline " ng-href ="{{moduleurl}} " mm-browser > </ a >
4+ < a class ="button button-icon ion-ios-browsers-outline " ng-href ="{{moduleurl}} " mm-link > </ a >
55 </ ion-nav-buttons >
66 < ion-content mm-state-class >
77 < ion-refresher pulling-text ="{{ 'mm.core.pulltorefresh' | translate }} " ng-if ="choiceLoaded " on-refresh ="refreshChoice() "> </ ion-refresher >
Original file line number Diff line number Diff line change 11< ion-view >
22 < ion-nav-title > < mm-format-text watch ="true "> {{ title }}</ mm-format-text > </ ion-nav-title >
33 < ion-nav-buttons side ="secondary ">
4- < a ng-if ="moduleurl " class ="button button-icon ion-ios-browsers-outline " ng-href ="{{moduleurl}} " mm-browser > </ a >
4+ < a ng-if ="moduleurl " class ="button button-icon ion-ios-browsers-outline " ng-href ="{{moduleurl}} " mm-link > </ a >
55 </ ion-nav-buttons >
66 < ion-content padding ="true " mm-state-class >
77 < ion-refresher pulling-text ="{{ 'mm.core.pulltorefresh' | translate }} " ng-if ="canReload " on-refresh ="refreshFolder() "> </ ion-refresher >
Original file line number Diff line number Diff line change 11< ion-view >
22 < ion-nav-title > < mm-format-text watch ="true "> {{ title }}</ mm-format-text > </ ion-nav-title >
33 < ion-nav-buttons side ="secondary ">
4- < a class ="button button-icon ion-ios-browsers-outline " ng-href ="{{moduleurl}} " mm-browser aria-label ="{{ 'mm.core.openinbrowser' | translate }} "> </ a >
4+ < a class ="button button-icon ion-ios-browsers-outline " ng-href ="{{moduleurl}} " mm-link aria-label ="{{ 'mm.core.openinbrowser' | translate }} "> </ a >
55 </ ion-nav-buttons >
66 < mm-split-view load-when ="discussionsLoaded " component ="mmaModForumDiscussionsList ">
77 < ion-content delegate-handle ="mmaModForumDiscussionsScroll " mm-state-class >
Original file line number Diff line number Diff line change 22 < ion-nav-title > < mm-format-text watch ="true "> {{ title }}</ mm-format-text > </ ion-nav-title >
33 < ion-nav-buttons side ="secondary ">
44 < button class ="button button-icon ion-funnel " ng-click ="pickMode($event) " aria-label ="{{ 'mma.mod_glossary.browsemode' | translate }} "> </ button >
5- < a ng-href ="{{externalUrl}} " class ="button button-icon ion-ios-browsers-outline " mm-browser > </ a >
5+ < a ng-href ="{{externalUrl}} " class ="button button-icon ion-ios-browsers-outline " mm-link > </ a >
66 </ ion-nav-buttons >
77
88 < mm-split-view load-when ="loaded " component ="mmaModGlossaryEntryList ">
Original file line number Diff line number Diff line change 11< ion-view >
22 < ion-nav-title > < mm-format-text watch ="true "> {{ title }}</ mm-format-text > </ ion-nav-title >
33 < ion-nav-buttons side ="secondary ">
4- < a ng-href ="{{externalUrl}} " class ="button button-icon ion-ios-browsers-outline " mm-browser > </ a >
4+ < a ng-href ="{{externalUrl}} " class ="button button-icon ion-ios-browsers-outline " mm-link > </ a >
55 < button class ="button button-icon ion-more " ng-click ="popover.show($event) ">
66 </ button >
77 </ ion-nav-buttons >
Original file line number Diff line number Diff line change 11< ion-view >
22 < ion-nav-title > < mm-format-text watch ="true "> {{ title }}</ mm-format-text > </ ion-nav-title >
33 < ion-nav-buttons side ="secondary ">
4- < a ng-href ="{{externalUrl}} " class ="button button-icon ion-ios-browsers-outline " mm-browser > </ a >
4+ < a ng-href ="{{externalUrl}} " class ="button button-icon ion-ios-browsers-outline " mm-link > </ a >
55 </ ion-nav-buttons >
66 < ion-content padding ="true " mm-state-class >
77 < ion-refresher pulling-text ="{{ 'mm.core.pulltorefresh' | translate }} " on-refresh ="doRefresh() " ng-if ="loaded "> </ ion-refresher >
You can’t perform that action at this time.
0 commit comments