[Mahara-contributors] [Bug 1448948] A change has been merged

2015-05-05 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/4746
Committed: 
http://gitorious.org/mahara/mahara/commit/96a1f4effed05ce0364f434c5e0af889f7cb6738
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 96a1f4effed05ce0364f434c5e0af889f7cb6738
Author: Robert Lyon 
Date:   Wed May 6 14:46:13 2015 +1200

Bug 1448948: fixing problems with the behat test

Change-Id: If2b882d383f04905598c0d1fa28c2cfa66d75cd5
Signed-off-by: Robert Lyon 

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1448948

Title:
  Social media buttons are not visible to others

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.10 series:
  Fix Committed
Status in Mahara 15.04 series:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Committed

Bug description:
  Confirmed for Mahara 1.10 and 15.04 (and therefore also a problem on
  master)

  When I add social media profile buttons via the "Social media" block
  to a page, others cannot see those buttons. Only I can see them.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1448948/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1446488] A change has been merged

2015-05-05 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/4685
Committed: 
http://gitorious.org/mahara/mahara/commit/10e4e067f69e56b1ce9543c943a39a39e4070596
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 10e4e067f69e56b1ce9543c943a39a39e4070596
Author: Jinelle Foley-Barnes 
Date:   Wed Apr 22 13:41:25 2015 +1200

Behat Test: Resize imag missing string Bug 1446488

Behat test for the missing string in
/admin/extensions/pluginconfig.php?plugintype=artefact&pluginname=file&type=file
under "Resize images"

Change-Id: Ib88592f39702edffeb5230aa6429466c252456cb

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1446488

Title:
  Wrong string identifier for image resizing

Status in Mahara ePortfolio:
  In Progress
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  In Progress

Bug description:
  In
  
/admin/extensions/pluginconfig.php?plugintype=artefact&pluginname=file&type=file
  under "Resize images", a lang string is missing. That is due to a non-
  existent string.

  It needs to be reverted back to use the old string.

  Affects: 15.04 and 15.10 master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1446488/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1448948] A patch has been submitted for review

2015-05-05 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/4746

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1448948

Title:
  Social media buttons are not visible to others

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.10 series:
  Fix Committed
Status in Mahara 15.04 series:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Committed

Bug description:
  Confirmed for Mahara 1.10 and 15.04 (and therefore also a problem on
  master)

  When I add social media profile buttons via the "Social media" block
  to a page, others cannot see those buttons. Only I can see them.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1448948/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1451328] Re: Timezone identifier support for PHP on Windows

2015-05-05 Thread Narissa
Feel free to remove my above comment.  I've had a chance to look at the
issue.  For me it appears the best way to go with the %z is to hard code
the UTC offset and update it every time daylight savings starts and
ends.  As you saidthe database is not affected by the format but the
Leap2A export is.  Just removing the %z from the langconfig.php file
won't work because during the export process a colon is added before the
penultimate character, so simply removing the %z will leave you with two
colons before the seconds, e.g. 2015-05-01T16:32::55>.

%e to %d was a quick fix and the reason why the last login date (and
other dates) weren't showing is because %l (lower case L) is also not
Windows compatible. Interestingly it's not mentioned in the php manual's
strftime page but like %e can be replaced with %I (upper case i) giving
the same but with leading zero rather than a space.

I guess in the future it would be good if Windows compatible parameters
could be used in Mahara and a small formatting fix like the one in
Moodle's calendar structure.php page to remove the less than pretty
leading zero. (I guess ideally Windows parameters would work/work the
same as Linux but I'm thinking I'd have more luck here).   :D

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1451328

Title:
  Timezone identifier support for PHP on Windows

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Last login column for users search is blank (and does not sort in the
  correct order) also the warning saying 'PHP on your website host does
  not return a useful value for the timezone identifier (%z) .' on
  the admin page is not a fix for the problem and unfortunately some of
  us are not able to change from hosting on a Windows server.

  I am wondering if Mahara is using strftime resulting in the time zone
  identifier returning 'New Zealand Standard Time' in Windows rather
  than Linux' +1200 is part of the problem.

  I have searched the forums but not found a fix.

  Server: Windows 2012 R2
  Mahara version: 15.04.0 and 1.9.4
  IIS: 8.5 (both servers) also had same problem on a WAMP environment
  PHP version: 5.5.3 and 5.5.8
  MySQL version: 5.5.40 on both servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1451328/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1446488] A change has been merged

2015-05-05 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/4684
Committed: 
http://gitorious.org/mahara/mahara/commit/161f75b04af81d5b7f7f4f88c380c82a2cf97c30
Submitter: Son Nguyen (son.ngu...@catalyst.net.nz)
Branch:master

commit 161f75b04af81d5b7f7f4f88c380c82a2cf97c30
Author: Kristina D.C. Hoeppner 
Date:   Tue Apr 21 17:12:18 2015 +1000

Use the correct string identifier (Bug #1446488)

This string is used in the Extensions, file artefact,
resizing of images section.

Change-Id: If36f0a39dbbbdc7e55403f9ac936a023a1d9ff8c
Signed-off-by: Kristina D.C. Hoeppner 

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1446488

Title:
  Wrong string identifier for image resizing

Status in Mahara ePortfolio:
  In Progress
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  In Progress

Bug description:
  In
  
/admin/extensions/pluginconfig.php?plugintype=artefact&pluginname=file&type=file
  under "Resize images", a lang string is missing. That is due to a non-
  existent string.

  It needs to be reverted back to use the old string.

  Affects: 15.04 and 15.10 master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1446488/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1445653] A patch has been submitted for review

2015-05-05 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/4745

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1445653

Title:
  Internet Explorer and video files

Status in Mahara ePortfolio:
  Triaged
Status in Mahara 1.10 series:
  Triaged
Status in Mahara 15.04 series:
  Triaged
Status in Mahara 15.10 series:
  Triaged

Bug description:
  In "Content > Files", if I upload a video file (mp4), the file will
  upload correctly.  But the link to view the video won't work in IE.
  In every other browser, the video plays in the browser but IE trie to
  open Windows Media Player which gives the error :

  Windows Media Player cannot play the file.  The Player might not
  support the file type or might not support the codec that was used to
  compress the file.

  If I save the file to my desktop and play it from there, it works
  fine.

  Mahara version 1.10.3testing (2014092315)
  Operating system Linux
  Database MariaDB
  Browser IE11

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1445653/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1407854] A change has been merged

2015-05-05 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/4740
Committed: 
http://gitorious.org/mahara/mahara/commit/02d86183c78ff5b3c9998239760c1b1dd9c7ec83
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:15.04_STABLE

commit 02d86183c78ff5b3c9998239760c1b1dd9c7ec83
Author: Robert Lyon 
Date:   Wed Apr 29 12:27:16 2015 +1200

Altering 'cancel' on addblock to 'undo' to avoid clash

Bug 1407854

Change-Id: I659f2daf5032dbdea495596690162b52795044a9
Signed-off-by: Robert Lyon 

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1407854

Title:
  New Behat step: And I expand "text" node

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 15.04 series:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Committed

Bug description:
  Hi,

  Could you please implement a step that says: And I expand "text" node.
  Moodle already uses this step.

  I would be useful when you follow Portfolio -> Create page -> Edit content 
and then expanding the Media, Journals. General, Personal information and 
External tabs/nodes.
   
  I have attached a piece of a test below that you can use to test the code 
change with.

  Thanks,
  Jinelle

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1407854/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1449350] A change has been merged

2015-05-05 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/4715
Committed: 
http://gitorious.org/mahara/mahara/commit/444788d93c61c0bc2e3badbfa8e075195ddc4ade
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 444788d93c61c0bc2e3badbfa8e075195ddc4ade
Author: Jinelle Foley-Barnes 
Date:   Wed Apr 29 15:29:03 2015 +1200

Behat Test: Broken lang string (Bug 1449350)

Change-Id: I689983f8a8218085438d33d9db2d58a59bede007

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1449350

Title:
  A 'loggedin' lang string not changed to 'registeredusers' in user
  reports

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  To test:

  1) add a new institution
  2) add some users to institution
  3) select users via checkbox on Admin -> Users page and click 'Get reports'
  4) Click the 'accesslist' tab

  You should see the broken lang string [[loggedin/view]]

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1449350/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1426983] A patch has been submitted for review

2015-05-05 Thread Mahara Bot
Patch for "15.04_STABLE" branch: https://reviews.mahara.org/4744

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1426983

Title:
  Converting Selenium tests to Behat tests

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 15.04 series:
  Fix Released
Status in Mahara 15.10 series:
  Fix Committed

Bug description:
  Hi,

  This is an added feature for the 15.04 release.

  The current Selenium IDE test will be converted to Behat tests so we can 
regression test and prevent bugs before the release.
  This bug number will be attached to the Gerrit patches for the Selenium tests 
from now on so they can all be tracked on Launchpad. 

  
  Regards,
  Jinelle

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1426983/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 1426983] A change has been merged

2015-05-05 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/4363
Committed: 
http://gitorious.org/mahara/mahara/commit/e10abeb2cfe074ecc8a36d74a81fcf016ae73e43
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit e10abeb2cfe074ecc8a36d74a81fcf016ae73e43
Author: Eduardo Schicker 
Date:   Fri Mar 6 12:58:16 2015 +1300

Behat test: Moving group pages (Bug 1426983)

Change-Id: I367a1ca31274c23a129435c34dd18077f1db35cf
Signed-off-by: Jinelle Foley-Barnes 

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1426983

Title:
  Converting Selenium tests to Behat tests

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 15.04 series:
  Fix Released
Status in Mahara 15.10 series:
  Fix Committed

Bug description:
  Hi,

  This is an added feature for the 15.04 release.

  The current Selenium IDE test will be converted to Behat tests so we can 
regression test and prevent bugs before the release.
  This bug number will be attached to the Gerrit patches for the Selenium tests 
from now on so they can all be tracked on Launchpad. 

  
  Regards,
  Jinelle

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1426983/+subscriptions

___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp