Ybozhko: Difference between revisions
From Mahara Wiki
(Created page with " MaharaHui 2014 presentation: https://docs.google.com/presentation/d/1ayoaIwJMU6RGQYPPYme2eB1giZ3eMDN8D6zuHT039-M/pub?start=false&loop=false&delayms=3000 Mahara community prof…") |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Hi, | |||
I've been working as a software engineer at Totara Learning Solutions since July 2012. Before that I was doing PhD at Massey University and using Mahara as a prototype for my thesis. So, I started working with Mahara since v1.2. | |||
I am also a Moodle core developer and [https://tracker.moodle.org/browse/MDL/component/12643 Moodle Badges component lead]. | |||
My mahara.org community profile: https://mahara.org/user/ybozhko | |||
Mahara | == Contributions == | ||
=== Bugs Fixed === | |||
Fix for errors when no license exists ([https://bugs.launchpad.net/mahara/+bug/1297075 Bug #1297075]) [https://gitorious.org/mahara/mahara/commit/1d8594e22ef263510fcf8c9ff79fc52b59e31a6e #1d8594e] | |||
Make Edit buttons for Goals and skills more descriptive ([https://bugs.launchpad.net/mahara/+bug/1285413 Bug #1285413]) [https://gitorious.org/mahara/mahara/commit/c3fe4ff2ebbc48f4b49fae54bb25080997c2fc68 #c3fe4ff] | |||
Worked with Nathan Lewis on fixing PHPUnit: Fix phpunit testing framework ([https://bugs.launchpad.net/mahara/+bug/1288439 Bug #1288439]) [https://gitorious.org/mahara/mahara/commit/774a884c7be6ec47c1d1841f569d2f231621dfaa #774a884] | |||
Contributed to the patch for: Added CSS support for page blocks ([https://bugs.launchpad.net/mahara/+bug/1273931 Bug #1273931]) [https://gitorious.org/mahara/mahara/commit/65f3c09e6c53c1ffcd7fe477db508239acbcd751 #65f3c09] | |||
Remove unused port number from XMLRPC auth ([https://bugs.launchpad.net/mahara/+bug/1220410 Bug #1220410]) [https://gitorious.org/mahara/mahara/commit/fe2964ab8792efc2689addb84db747384967c82f #fe2964a] | |||
Add Creative Commons 4.0 as licence types ([https://bugs.launchpad.net/mahara/+bug/1265982 Bug #1265982]) [https://gitorious.org/mahara/mahara/commit/9c6c1ec6504e773cc0232c9c18517f0b39d24430 #9c6c1ec] | |||
Make 'Edit/Add License' page titles more descriptive ([https://bugs.launchpad.net/mahara/+bug/1266907 Bug #1266907]) [https://gitorious.org/mahara/mahara/commit/ef9524234f42db3d5985a8266dcaf5c06b40826c #ef95242] | |||
Add warning when deleting a page used in a collection ([https://bugs.launchpad.net/mahara/+bug/1027260 Bug #1027260]) [https://gitorious.org/mahara/mahara/commit/65776becf9856f989533f4ece44de5aeb2eeadbe #65776be] | |||
=== Code Review === | |||
Simplify layout of Resume composite tables (Bug #1271779) https://reviews.mahara.org/#/c/3048/ | |||
Move the Journal entry's date to below title (Bug #661602) https://reviews.mahara.org/#/c/3049/ | |||
The $anonfeedback variable has not been used since v1.2 (Bug #1281121) https://reviews.mahara.org/#/c/3058/ | |||
Remove empty links in institutions list (Bug #1278668) https://reviews.mahara.org/#/c/3046/ | |||
Fix the watched group/institution page errors (Bug #1099811) https://reviews.mahara.org/#/c/2810/ | |||
Added entries and pages counts to journal delete confirmation message (Bug #1051500) https://reviews.mahara.org/#/c/2995/ | |||
Changed navigation block from table to list (Bug #1264014) https://reviews.mahara.org/#/c/3018/ | |||
=== Issues I found / helped testing / fixing === | |||
Fixing mistake with db select call (Bug #1264105) https://reviews.mahara.org/#/c/2997/ | |||
Errors when License metadata is enabled and all licenses are removed sitewide (Bug #1297075) https://reviews.mahara.org/#/c/3118/ | |||
== Presentations == | |||
MaharaHui 2014 [https://docs.google.com/presentation/d/1ayoaIwJMU6RGQYPPYme2eB1giZ3eMDN8D6zuHT039-M/pub?start=false&loop=false&delayms=3000 Social Networking Features in Mahara] | |||
Digital Media and Learning Conference 2013 [https://docs.google.com/presentation/d/1Grq48Yf_Ysa_Xg8LMP8OX5olcHyYUQgUMx6JCeFwRA4/pub?start=false&loop=false&delayms=3000 Moodle as Issuer, Mahara as Displayer] | |||
== Other Development== | |||
Currently working on developing social networking features for Mahara. For more information see my [https://mahara.org/interaction/forum/topic.php?id=6170 Comments on feature proposals] forum post. |
Latest revision as of 10:17, 27 March 2014
Hi,
I've been working as a software engineer at Totara Learning Solutions since July 2012. Before that I was doing PhD at Massey University and using Mahara as a prototype for my thesis. So, I started working with Mahara since v1.2.
I am also a Moodle core developer and Moodle Badges component lead.
My mahara.org community profile: https://mahara.org/user/ybozhko
Contributions
Bugs Fixed
Fix for errors when no license exists (Bug #1297075) #1d8594e
Make Edit buttons for Goals and skills more descriptive (Bug #1285413) #c3fe4ff
Worked with Nathan Lewis on fixing PHPUnit: Fix phpunit testing framework (Bug #1288439) #774a884
Contributed to the patch for: Added CSS support for page blocks (Bug #1273931) #65f3c09
Remove unused port number from XMLRPC auth (Bug #1220410) #fe2964a
Add Creative Commons 4.0 as licence types (Bug #1265982) #9c6c1ec
Make 'Edit/Add License' page titles more descriptive (Bug #1266907) #ef95242
Add warning when deleting a page used in a collection (Bug #1027260) #65776be
Code Review
Simplify layout of Resume composite tables (Bug #1271779) https://reviews.mahara.org/#/c/3048/
Move the Journal entry's date to below title (Bug #661602) https://reviews.mahara.org/#/c/3049/
The $anonfeedback variable has not been used since v1.2 (Bug #1281121) https://reviews.mahara.org/#/c/3058/
Remove empty links in institutions list (Bug #1278668) https://reviews.mahara.org/#/c/3046/
Fix the watched group/institution page errors (Bug #1099811) https://reviews.mahara.org/#/c/2810/
Added entries and pages counts to journal delete confirmation message (Bug #1051500) https://reviews.mahara.org/#/c/2995/
Changed navigation block from table to list (Bug #1264014) https://reviews.mahara.org/#/c/3018/
Issues I found / helped testing / fixing
Fixing mistake with db select call (Bug #1264105) https://reviews.mahara.org/#/c/2997/
Errors when License metadata is enabled and all licenses are removed sitewide (Bug #1297075) https://reviews.mahara.org/#/c/3118/
Presentations
MaharaHui 2014 Social Networking Features in Mahara
Digital Media and Learning Conference 2013 Moodle as Issuer, Mahara as Displayer
Other Development
Currently working on developing social networking features for Mahara. For more information see my Comments on feature proposals forum post.