Alanmc: Difference between revisions
From Mahara Wiki
(Created page with "I'm Alan, I started working on Mahara as a spin off from my interest in mobile-ifying applications (performed in my role at Catalyst IT). This interested has lead me to: * lead …") |
|||
(One intermediate revision by the same user not shown) | |||
Line 21: | Line 21: | ||
Other contributions I have made consist mainly of bug fixing, and a list of these bugs can be seen [https://bugs.launchpad.net/~alanmc/+bugs?field.searchtext=&orderby=-importance&search=Search&field.status%3Alist=FIXCOMMITTED&field.status%3Alist=FIXRELEASED&assignee_option=any&field.assignee=&field.bug_reporter=&field.bug_supervisor=&field.bug_commenter=&field.subscriber=&field.tag=&field.tags_combinator=ANY&field.status_upstream-empty-marker=1&field.has_cve.used=&field.omit_dupes.used=&field.omit_dupes=on&field.affects_me.used=&field.has_patch.used=&field.has_branches.used=&field.has_branches=on&field.has_no_branches.used=&field.has_no_branches=on&field.has_blueprints.used=&field.has_blueprints=on&field.has_no_blueprints.used=&field.has_no_blueprints=on here] | Other contributions I have made consist mainly of bug fixing, and a list of these bugs can be seen [https://bugs.launchpad.net/~alanmc/+bugs?field.searchtext=&orderby=-importance&search=Search&field.status%3Alist=FIXCOMMITTED&field.status%3Alist=FIXRELEASED&assignee_option=any&field.assignee=&field.bug_reporter=&field.bug_supervisor=&field.bug_commenter=&field.subscriber=&field.tag=&field.tags_combinator=ANY&field.status_upstream-empty-marker=1&field.has_cve.used=&field.omit_dupes.used=&field.omit_dupes=on&field.affects_me.used=&field.has_patch.used=&field.has_branches.used=&field.has_branches=on&field.has_no_branches.used=&field.has_no_branches=on&field.has_blueprints.used=&field.has_blueprints=on&field.has_no_blueprints.used=&field.has_no_blueprints=on here] | ||
==Mahara mobile API(s)== | ==Mahara mobile API(s)== | ||
Line 38: | Line 32: | ||
* [https://www.gitorious.org/mahara/mahara/blobs/history/3023307c951628e8f2b9ecbf3c5ff48f0b53d646/htdocs/artefact/file/mobileupload.php /htdocs/artefact/file/mobileupload.php] | * [https://www.gitorious.org/mahara/mahara/blobs/history/3023307c951628e8f2b9ecbf3c5ff48f0b53d646/htdocs/artefact/file/mobileupload.php /htdocs/artefact/file/mobileupload.php] | ||
==MaharaDroid (Mahara-contrib)== | |||
MaharaDroid enables Android phones to share or upload content to a Mahara instance. Since Mahara 1.4 MaharaDroid has become a recognized Mahara contribution. | |||
* https://www.gitorious.org/mahara-contrib/mahara-droid | |||
* http://code.google.com/p/maharadroid/ |
Latest revision as of 20:17, 23 Mayıs 2012
I'm Alan,
I started working on Mahara as a spin off from my interest in mobile-ifying applications (performed in my role at Catalyst IT). This interested has lead me to:
- lead the MaharaDroid project and,
- develop the mobile upload JSON API in Mahara (a second sync API is also under active development).
This work initially began during the 1.4 development cycle and the Mahara mobile upload API is included in the 1.4 release. Some notable reviews and contributions I have made for Mahara are shown below (earliest first).
Reviews
A notable review I have made on gerrit are:
A list of all reviews I have done, or are yet to do are here
Contributions
This is a list of all the notable contributions I have made into Mahara core.
Other contributions I have made consist mainly of bug fixing, and a list of these bugs can be seen here
Mahara mobile API(s)
Development and testing of mobile upload API for Mahara (to work with MaharaDroid and adopted by PortfolioUP).
commitids:
or via the blog history
MaharaDroid (Mahara-contrib)
MaharaDroid enables Android phones to share or upload content to a Mahara instance. Since Mahara 1.4 MaharaDroid has become a recognized Mahara contribution.