[Mahara-contributors] [Bug 1343303] [NEW] HTML export has no CSS

2014-07-17 Thread Don Presant
Public bug reported:

HTML exports have no styling. @AaronTheMad says it should be do-able to
include CSS to export using the current theme. It would be great to have
this...

Submitted at #MaharaUK14 at Aaron's request.

** Affects: mahara
 Importance: Undecided
 Status: New

-- 
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/1343303

Title:
  HTML export has no CSS

Status in Mahara ePortfolio:
  New

Bug description:
  HTML exports have no styling. @AaronTheMad says it should be do-able
  to include CSS to export using the current theme. It would be great to
  have this...

  Submitted at #MaharaUK14 at Aaron's request.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1343303/+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 903534] Re: Users can still login even if their only institution has expired

2014-07-17 Thread Nigel Cunningham
Hi.

I'm starting to consider this and look at the code. My thinking so far:

1) Authentication
After attempting to log in, the user is currently taken to a page that says 
"Access Denied" but which has tabs that allow them to access content and 
continue per normal. There is a simple fix for that issue - calling 
$this->logout(); at line 1398 in lib/user.php, prior to throwing the exception 
that causes the issue.

But, given the questions above, it seems to me that something more
complicated needs to happen at that point...

(Question from above:) "What happens when you are a member of more than
one institution?"

We could fall back to checking credentials against other institutions'
auth configurations. If this is done, should there be some buttons on
admin/users/edit.php to allow reordering of institution memberships (Up
and down arrows, Ajax)?

"What happens when your auth instance is tied to an expired institution?"
This implies we should check expiry on page load as well as during the login() 
function (in auth_setup() or a callee). The behaviour should be consistent with 
logging in, so if another auth configuration would allow the user access, their 
session should continue unaffected (assuming we do want to fall back to other 
authentication options).

"If you can still login, what happens to the content that's tied to an expired 
institution you are a member of?"
Access checks pretend you're not a member of that institution? That way if 
you're in Institution A and Institution B and the page is available to both 
when Institution A is suspended, your Institution B privileges become the only 
ones applied.

"- Pending registrations"
Cancelled.

"- User requests"
That's requests for joining groups? I think I need more detail on the issue 
here.

"- Configurable theme"
If authentication is falling back to another institution, that institution's 
theming should be used. A message should perhaps be displayed indicating why 
the theming has changed, at least for the first few times they log in. Perhaps 
theming in the Institution settings at admin/users/edit.php should also 
indicate expiry (add an 'expired' class to the form?)

-- 
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/903534

Title:
  Users can still login even if their only institution has expired

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Institutions can have an expiry date.

  However, users who are only members of that institution can still
  login after the institution has expired.

  This is not easy to fix. There are lots of things to consider:

  - what happens when you are a member of more than one institution?
  - what happens when your auth instance is tied to an expired institution?
  - if you can still login, what happens to the content that's tied to an 
expired institution you are a member of?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/903534/+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 1333791] Re: Unable to cancel textbox when double clicking

2014-07-17 Thread Kristina Hoeppner
*** This bug is a duplicate of bug 1336529 ***
https://bugs.launchpad.net/bugs/1336529

** This bug has been marked a duplicate of bug 1336529
   Buttons don't respond when editing content on 1.9.2

-- 
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/1333791

Title:
  Unable to cancel textbox when double clicking

Status in Mahara ePortfolio:
  New

Bug description:
  I am unable to cancel the texbox when following these steps:

  1. Double click on text box in the left menu when in edit page mode
   
  2. (Pop-up layer comes up)
   
  3. Click the little x at top right of that box. Also try to click the 
close/cancel button. The popup box does not close

  Additional information:

  Mahara Version: 1.9

  Browser, firefox

  Dev:
  PHP 5.3.3
  MySQL 5.1.73

  Prod:
  PHP 5.3.3
  MySQL 5.1.69

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1333791/+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 1236767] Re: Custom layouts aren't displayed properly and can't be created with more than 4 rows

2014-07-17 Thread Nigel Cunningham
I've managed to reproduce this with an install of Debian Squeeze

PHP 5.3.3-7+squeeze17
mysql 5.1.73
Nginx 0.7.67

I'll see if an upgrade of mysql makes it go away.

-- 
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/1236767

Title:
  Custom layouts aren't displayed properly and can't be created with
  more than 4 rows

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  I just tested the Mahara 1.8rc1, on a linux server with a MySQL DB. To
  view the site I am using a Mac OS Laptop with Chrome Version
  30.0.1599.69.

  When using the "create custom layout" feature I have multiple
  problems:

  - The preview only is displayed correctly for 1 - 3 rows, after adding the 
fourth row the preview doesn't update anymore
  - When adding a custom layout with up to 3 rows, the layout gets added to the 
other layout options. Adding a 4 row layout does work, but there is just a 
default thumb, not a picture of the layout.
  - Even though I can add up to 6 rows the adding of custom layouts with 5 or 6 
rows doesn't work at all.

  I attached a screenshot of the problems.

  Regards,
  Angela

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1236767/+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 1236767] Re: Custom layouts aren't displayed properly and can't be created with more than 4 rows

2014-07-17 Thread Nigel Cunningham
An update of MySQL to 5.5.31 (the dotdeb version) doesn't make the
problem go away.

Will try updating PHP next.

-- 
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/1236767

Title:
  Custom layouts aren't displayed properly and can't be created with
  more than 4 rows

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  I just tested the Mahara 1.8rc1, on a linux server with a MySQL DB. To
  view the site I am using a Mac OS Laptop with Chrome Version
  30.0.1599.69.

  When using the "create custom layout" feature I have multiple
  problems:

  - The preview only is displayed correctly for 1 - 3 rows, after adding the 
fourth row the preview doesn't update anymore
  - When adding a custom layout with up to 3 rows, the layout gets added to the 
other layout options. Adding a 4 row layout does work, but there is just a 
default thumb, not a picture of the layout.
  - Even though I can add up to 6 rows the adding of custom layouts with 5 or 6 
rows doesn't work at all.

  I attached a screenshot of the problems.

  Regards,
  Angela

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1236767/+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 1236767] Re: Custom layouts aren't displayed properly and can't be created with more than 4 rows

2014-07-17 Thread Nigel Cunningham
Updating PHP to 5.4.30 (dotdeb again) fixes the issue.

If someone says it's worth the time, I'll put the effort into diagnosing
the exact cause (but not before Monday).

-- 
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/1236767

Title:
  Custom layouts aren't displayed properly and can't be created with
  more than 4 rows

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  I just tested the Mahara 1.8rc1, on a linux server with a MySQL DB. To
  view the site I am using a Mac OS Laptop with Chrome Version
  30.0.1599.69.

  When using the "create custom layout" feature I have multiple
  problems:

  - The preview only is displayed correctly for 1 - 3 rows, after adding the 
fourth row the preview doesn't update anymore
  - When adding a custom layout with up to 3 rows, the layout gets added to the 
other layout options. Adding a 4 row layout does work, but there is just a 
default thumb, not a picture of the layout.
  - Even though I can add up to 6 rows the adding of custom layouts with 5 or 6 
rows doesn't work at all.

  I attached a screenshot of the problems.

  Regards,
  Angela

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1236767/+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