Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Moodle Mobile 2.7 release notes: Difference between revisions

From MoodleDocs
(Created page with "Moodle Mobile release notes > {{FULLPAGENAME}} Release date: 6th November 2015 [https://tracker.moodle.org/jira/secure/ReleaseNote.jspa?projectId=10070&version=15068 Com...")
 
m (Protected "Moodle Mobile 2.7 release notes": Developer Docs Migration ([Edit=Allow only administrators] (indefinite)))
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:Migrated|newDocId=/general/app_releases/v2/v2.7}}
[[Moodle Mobile release notes]] > {{FULLPAGENAME}}
[[Moodle Mobile release notes]] > {{FULLPAGENAME}}


Release date: 6th November 2015
Release date: 29th December 2015


[https://tracker.moodle.org/jira/secure/ReleaseNote.jspa?projectId=10070&version=15068 Complete list of issues for Moodle Mobile Moodle Mobile 2.5]
[https://tracker.moodle.org/jira/secure/ReleaseNote.jspa?projectId=10070&version=15151 Complete list of issues for Moodle Mobile Moodle Mobile 2.7]


== New features ==
== New features ==
* *Courses with guest access enabled can be found and accessed using the search option in the app
* Courses with guest access enabled can be found and accessed using the search option in the app (requires the [https://moodle.org/plugins/view/local_mobile Moodle Mobile additional features plugin]).
* The app now follows certain internal links, such as enrolments
 
** Requires the [https://moodle.org/plugins/view/local_mobile Moodle Mobile additional features plugin].
<div class="contentblock">
  <div class="row-fluid">
    <ul class="thumbnails">
      <li class="span3">
        <div class="thumbnail">
[[File:MM2501.png|300px]]
          <div class="caption">
            <h4>Course search</h4>
          </div>
        </div>
      </li>
      <li class="span3">
        <div class="thumbnail">
[[File:MM2502.png|300px]]
          <div class="caption">
            <h4>Self enrollment</h4>
          </div>
        </div>
      </li>
    </ul>
  </div>
</div>


== Improvements ==
== Improvements ==
Line 43: Line 19:
* Support fixed URL in config.json
* Support fixed URL in config.json


== Complete list of issues ==
=== Bug ===
* MOBILE-1333 - Prefetch and download a file at the same time causes problems
* MOBILE-1334 - Use formatted siteurl to reconnect to a site
* MOBILE-1360 - Incorrect string id used for "Change site", we are using "logout"


== Complete list of issues ==
=== Improvement ===
* MOBILE-1317 - Force ordering by site order in the Participants view
* MOBILE-1320 - Use the new WS mod_forum_can_add_discussion for filtering the list of groups where a user can post
* MOBILE-1335 - Migrate config.json to an AngularJS configuration file
* MOBILE-1336 - Support fixed URL in config.json
* MOBILE-1356 - Show message if user is not enrolled in any course
* MOBILE-1359 - Sections ordering in the "Site/Front page" section in the app is not correct
* MOBILE-1362 - Do not display the Participants course option in My courses if the request fails


=== New Feature ===
* MOBILE-1291 - Allow guest access without password to courses searched
* MOBILE-1322 - Implement the Cordova FileAPI to support usage of the file system in the dev. browser


[[Category:Release notes]]
[[Category:Release notes]]

Latest revision as of 11:17, 1 June 2022

Important:

This content of this page has been updated and migrated to the new Moodle Developer Resources. The information contained on the page should no longer be seen up-to-date.

Why not view this page on the new site and help us to migrate more content to the new site!

Moodle Mobile release notes > Moodle Mobile 2.7 release notes

Release date: 29th December 2015

Complete list of issues for Moodle Mobile Moodle Mobile 2.7

New features

Improvements

  • Participants option is not shown if the user doesn't have permission to view the participants list in a course
  • Site home section displays the main topic section first

For developers

  • The Cordova File API has been implemented; you can use the file system now via a browser
  • Support fixed URL in config.json

Complete list of issues

Bug

  • MOBILE-1333 - Prefetch and download a file at the same time causes problems
  • MOBILE-1334 - Use formatted siteurl to reconnect to a site
  • MOBILE-1360 - Incorrect string id used for "Change site", we are using "logout"

Improvement

  • MOBILE-1317 - Force ordering by site order in the Participants view
  • MOBILE-1320 - Use the new WS mod_forum_can_add_discussion for filtering the list of groups where a user can post
  • MOBILE-1335 - Migrate config.json to an AngularJS configuration file
  • MOBILE-1336 - Support fixed URL in config.json
  • MOBILE-1356 - Show message if user is not enrolled in any course
  • MOBILE-1359 - Sections ordering in the "Site/Front page" section in the app is not correct
  • MOBILE-1362 - Do not display the Participants course option in My courses if the request fails

New Feature

  • MOBILE-1291 - Allow guest access without password to courses searched
  • MOBILE-1322 - Implement the Cordova FileAPI to support usage of the file system in the dev. browser