Giter VIP home page Giter VIP logo

moodbile's Introduction

About Moodbile
--------------
Since Moodle 2.0 (and the backport to 1,9) Moodle has a set of webservices connectors. Moodbile is a PHP based web Application that plugs into these services, and allows the Student to access part of the Moodle's Learning Tools from a Mobile Browser (Android, iPhone, etc) and devices like the OLPC XO.

Moodbile is also intended to be a reference implementation of a client for the Moodle Webservices, since the Moodbile team is also responsible for developing and maintaining Webservices at Moodle.org

Moodbile is a project iniciated and leaded by María José Casany, Ludo(Marc Alier) and Jordi Piguillem at the GESSI research group at UPC.

With main contributions from Imanol Urra at UPC, and Miguel Angel Conde at Universidad de Salamanca.

Moodbile is Copyright 2009 by Maria Jose Casany, Marc Alier and Jordi Piguillem. Moodbile is released as Free Software under GNU General Purpose License v3. Contact info: Marc Alier at [email protected] and http://moodbile.org_



moodbile's People

Contributors

ind3x avatar granludo avatar

Watchers

James Cloos avatar

moodbile's Issues

can't login, the page always display "loading"

What steps will reproduce the problem?
1. connect http://mymoodle/moodbile/
2. keyin username and password
3. the page always display "loading"

What is the expected output? What do you see instead?
Should I login on the system?

What version of the product are you using? On what operating system?
Windows 7 + XAMPP

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 8 Jun 2011 at 9:06

Internationalization

Created internationalization librari. This include:
- Function to include language file
- Function to include language strings in JS array.
- Function to get a translate string

Created JS function, this, check i18n array created by librari and return
translated string.


Original issue reported on code.google.com by [email protected] on 4 Jan 2010 at 7:31

Access to resources (file attached type)

I've created 2 Resources, one with a .pdf and another with a .txt attached file.

When I try to access the resource, the following error occurs:

Stack trace:
line 398 of /lib/setuplib.php: moodle_exception thrown
line 1474 of /lib/filelib.php: call to print_error()
line 690 of /Websites/Demos/Moodbile/moodle/pluginfile.php: call to 
send_file_not_found()

Original issue reported on code.google.com by [email protected] on 25 Oct 2010 at 2:40

Moodbile installed, but when I try to login just says "Loading"

What steps will reproduce the problem?
1. http://joedle.com/moodbile
2. barkley/barkley as login
3. just cycles

What is the expected output? What do you see instead?
I'd like to test and review the app.  Is there another step to the install I'm 
missing?

What version of the product are you using? On what operating system?
Moodbile download 21/7/10 on Android 2.0

Please provide any additional information below.
my name is joseph thibault, I run Moodlenews.com and I'm eager to give it a go. 
 LEt me know how I can help.  

Original issue reported on code.google.com by [email protected] on 2 Dec 2010 at 11:44

Return summary of courses

moodbile_course_get_courses_by_userid function don't return the summary of 
courses.

If you can, review the code and fix this short need.

Thank


Original issue reported on code.google.com by [email protected] on 23 Oct 2010 at 6:31

Forums: title bar & buttons

On android (at least), when the title of a forum post is long, it is partially 
hidden by the back and reply buttons on the title bar.



Original issue reported on code.google.com by [email protected] on 1 Jul 2010 at 10:31

Forum: when posting, stuck at the loading screen

When making a forum post from Moodbile, after clicking "submit", Moodbile gets 
stuck to the loading screen.

The message does get posted correctly but the window needs a refresh to resume 
operation.

Error message from firebug:

<div class="notifytiny">missing cm<ul style="text-align: left"><li>line 4639 of 
/mod/forum/lib.php: call to debugging()</li><li>line 425 of 
/local/moodbile/mod/forum/externallib.php: call to 
forum_user_can_post_discussion()</li><li>line ? of unknownfile: call to 
moodbile_mod_forum_external::create_discussions()</li><li>line 1296 of 
/webservice/lib.php: call to call_user_func_array()</li><li>line 1170 of 
/webservice/lib.php: call to webservice_base_server->execute()</li><li>line 37 
of /webservice/json/server.php: call to 
webservice_base_server->run()</li></ul></div>


Original issue reported on code.google.com by [email protected] on 21 Oct 2010 at 10:09

moodbile部署问题

oodbile ,怎么部署到apache服务器上?
我把moodbile放在moodle目录下了,可以访问,用http://server/moodbil
e可以访问,但出现登录的页面,需要输入用户名和口令,请�
��这个口令是什么时候申请的。
如附件所示

Original issue reported on code.google.com by [email protected] on 2 Jul 2010 at 6:26

Attachments:

List of petitions in Moodbile

1. Courses: Return user enroled courses
2. Resources: Return resources of enroled courses
3. Grades: Return Grades
4. Grade: Return concrete grade info
5. Forums: Return forums of enroled courses
6. Posts: Return all post of concrete forum
7. Events: Return events of enroled courses
8. Event: Return concrete event info
9. Profile: Return user profile info

The previous requests only get information.

Original issue reported on code.google.com by [email protected] on 15 Feb 2010 at 11:16

Write white paper : Moodbile Vision and Mission

We need to explain what is moodbile and why are we building it. A
Whitepaper is a mean as good as any, so.

Original issue reported on code.google.com by granludo on 25 Nov 2009 at 10:53

Create user module

Create user module:
- Get selected user information

(modify menu module for modules which haven't menu item)


Original issue reported on code.google.com by [email protected] on 3 Dec 2009 at 10:40

how to get the moodle/webservice/json/server.php in moodle?

in moodbile core.js 

 var Moodbile = {'user': null, 'modules': {},  'init': {}, 'behaviors': {}, 'events': {}, 'aux': {}, 'i18n': {}, 'alert': { 'error':[], 'warning':[], 'success':[] }, 'fx' : {}};
Moodbile.wsurl = "dummie/ws.dum.php";
//Moodbile.wsurl = 
"http://localhost/~index02/moodbile/moodle/webservice/json/server.php";

I cannot find the webservice/json/server.php in moodle, how can i get?

Original issue reported on code.google.com by [email protected] on 8 Jul 2010 at 7:15

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.