[Mahara-contributors] [Bug 1544382] Re: Problem with cleanurls and masquerading -undefined method stdClass::get()

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Problem with cleanurls and masquerading -undefined method
  stdClass::get()

Status in Mahara:
  Fix Released
Status in Mahara 15.10 series:
  Fix Released

Bug description:
  I get this fatal error PHP Fatal error:  Call to undefined method
  stdClass::get() in /home/robertl/htdocs/mahara-
  testing/mahara/htdocs/lib/view.php on line 5801, referer: https
  ://mahara-testing/admin/users/edit.php?id=4

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1544382/+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 1548130] Re: Make the admin user list asc/ desc arrows be more like the group report ones

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Make the admin user list asc/ desc arrows be more like the group
  report ones

Status in Mahara:
  Fix Released

Bug description:
  As they look better

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1548130/+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 1543884] Re: Add calendar icon to all calendar fields that currently don't have one but function as calendar field

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Add calendar icon to all calendar fields that currently don't have one
  but function as calendar field

Status in Mahara:
  Fix Released

Bug description:
  like the ones on "Edit access" for a page.

  fields that need updating for example:
  1. Edit access -> Advanced options -> the override fields (2 of them)
  2. Secret url date fields

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1543884/+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 1557825] Re: Remove unused view.numcolumns database field

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Remove unused view.numcolumns database field

Status in Mahara:
  Fix Released

Bug description:
  Spun off from Bug 1537861.

  Prior to Mahara 1.8, the view.numcolumns field indicated how many
  columns a view had, which was important because that's pretty much all
  the page layout we had in Mahara 1.7 and earlier.

  In Mahara 1.8 we moved to the more complicated "flexible layout"
  system, where a page can have multiple rows, and each row can have a
  different number of columns and column widths. With that in place, we
  stopped using the view.numcolumns field.

  However, the field stayed in the database for some reason, possibly
  just overlooked or possibly for backwards compatibility. While working
  on Bug 1537861, Robert suggested that we should remove this column,
  because at the moment it's vestigial and just makes things confusing
  for people looking at the database and/or the code.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1557825/+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 1553812] Re: ImageBrowser json failing to get right view id on upload

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  ImageBrowser json failing to get right view id on upload

Status in Mahara:
  Fix Released

Bug description:
  When we add a text block to a page and click the image icon to add an
  image it passes the view id to the ImageBrowser object from the 'id'
  parameter. But when we go to upload an image in the 'Insert or select
  an image ' config popup it passes the view id with 'view' parameter.

  In core mahara this causes no issue, but is wrong. In a custom site
  where the View construct does some extra checking it breaks things as
  on upload the view id is being passed in as 0, rather the correct id.

  We need to get the initial popup to pass in the view id as 'view'
  rather than 'id' so that the json file can handle the information
  correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1553812/+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 1555414] Re: zip file editing icons not display in a line

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara/16.04
   Status: Fix Committed => Fix Released

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

Title:
  zip file editing icons not display in a line

Status in Mahara:
  Fix Committed
Status in Mahara 16.04 series:
  Fix Released
Status in Mahara 16.10 series:
  Fix Committed

Bug description:
  1. When click into “my content” —> “files”, there are three icons
  displayed for zip files, which are unzip, edit and delete icons. These
  three icons are not arranged in the same line. However, for other
  files, there are only two icons, edit and delete icons, which can
  display in a line.

  2. This bug seems appear for all zip files. When click
  “administration” —> “configure site” —> “files”, the three editing
  icons of zip files are also display wrong.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1555414/+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 1544808] Re: Remove unneeded stuff from config-dist.php

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Remove unneeded stuff from config-dist.php

Status in Mahara:
  Fix Released

Bug description:
  In the interest of making it easier to install Mahara, it would be
  good to remove some of the seldom-used configuration parameters from
  config-dist.php. For instance, we include "$cfg->dbprefix" even though
  we don't recommend people to use it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1544808/+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 1558387] Re: Use $CFG->cacheversion for HTMLPurifier revision number

2016-04-29 Thread Kristina Hoeppner
** No longer affects: mahara/16.04

** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Use $CFG->cacheversion for HTMLPurifier revision number

Status in Mahara:
  Fix Released
Status in Mahara 1.10 series:
  Fix Released
Status in Mahara 15.04 series:
  Fix Released
Status in Mahara 15.10 series:
  Fix Released

Bug description:
  As is the recommended practice, Mahara caches the computed form of its
  HTMLPurifier rules, for performance. We have in place in clean_html()
  a setting for "HTML.DefinitionID", with a comment that says that the
  developer should increment that number if they make changes to the
  HTML Purifier definition. But in the past we have *not* done that, and
  instead manually deleted the htmlpurifier cache directory from the
  dataroot.

  It occurs to me that it would be simpler to set HTML.DefinitionRev to
  "get_config('cacheversion')", so that it will be automatically cleared
  whenever the Mahara system version changes. The a dev just needs to
  bump version.php to make the HTMLPurifier cache get cleared.

  This will cause the cache to be cleared more frequently than it needs
  to be (we rarely make changes to our HTMLPurifier configuration), but
  only once per Mahara upgrade, so that's still not too bad.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1558387/+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 1553860] Re: Bottom line missing for sent message on first message in sent box

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Bottom line missing for sent message on first message in sent box

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

Bug description:
  Mahara 15.10+

  The first message in the Sent box does not have a bottom line to close
  the panel (see screenshot).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1553860/+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 1557896] Re: Javascript warnings from select2, on tagged blog entries block

2016-04-29 Thread Kristina Hoeppner
** No longer affects: mahara/16.04

** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Javascript warnings from select2, on tagged blog entries block

Status in Mahara:
  Fix Released
Status in Mahara 15.10 series:
  Fix Released

Bug description:
  When you click into the select2 on the tagged blog entries block, but
  haven't typed anything in yet, Select2 prints a Javascript warning to
  the JS console.

  This is because, in this case, select2 requests taggedposts.json.php
  without the "q" param that represents a query string. And
  taggedposts.json.php tries to retrieve the value of q using
  "param_variable()" without a default value, which means that q is
  required to be present. When it's not, the script errors out and
  returns a JSON object with an error message. This is different from
  what Select2 expects, and Select2 doesn't try to check for it at all,
  so it throws a warning when it tries to access a field in the object
  which is not present.

  Since this is standard Select2 behavior, we should make it return a
  non-error value when "q" is empty.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1557896/+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 1554793] Re: Remove colon in lang string for stats export in institution statistics

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Remove colon in lang string for stats export in institution statistics

Status in Mahara:
  Fix Released

Bug description:
  In the institution statistics, the language string to export
  statistics reads: "Export statistics in CSV format:" but there is
  nothing coming after the colon. The colon should be removed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1554793/+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 1423410] Re: Eliminate automatic bulk permission syncing (i.e. ditch view.accessconf)

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Eliminate automatic bulk permission syncing (i.e. ditch
  view.accessconf)

Status in Mahara:
  Fix Released
Status in Mahara 15.10 series:
  Fix Released

Bug description:
  It's confusing that we make secret URLs and sharing into two separate
  screens. Many other web applications also offer the functionality to
  create a secret URL, and they group it under the other sharing
  permissions.

  I believe the reason we have to separate them is because of how we
  handle bulk permissions currently. That is, every page & collection in
  Mahara has a "accessconf" field in the database, which is a hash of
  all their permissions. When you go to the Sharing screen, we look or
  other pages & collections with an identical hash (which means they
  have identical permissions), and we pre-tick the checkboxes for those
  ones.

  In essence, this means that every visit to the "Sharing" screen is
  treated as a "bulk" visit. And since secret URLs apply to an
  individual Page/Collection and not in bulk, it forces us to make them
  separate.

  But this is not a great way to do this. It often "gotchas" our users.
  For instance, if you go to edit the permissions on a page you've made
  Public, you will automatically edit the permissions for all of your
  Public pages, and you probably won't realize that, especially if you
  have a LOT of pages & collections.

  So what we should do is to stop making this screen automatically in
  bulk:

  1. We retain the checkboxes (or a Select2, see Bug 1423406), to allow
  for bulk operations

  2. BUT we DO NOT tick any checkboxes in advance.

  3. AND we DO NOT make the "current" page one of the options. You
  cannot untick it, because you are editing ITS permissions

  4. So if you do use the bulk selector under this new paradigm, what
  you're saying is, "make these specific other pages have the same
  permissions as this current page"

  This will have the advantage of 1) no longer surprising users by
  automatically bulk-changing permissions, 2) individualize the sharing
  screen, so that we can put Secret URLs onto it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1423410/+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 1523747] Re: Add json pagination to watchlist block

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara/16.04
   Status: Fix Committed => Fix Released

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

Title:
  Add json pagination to watchlist block

Status in Mahara:
  Fix Committed
Status in Mahara 16.04 series:
  Fix Released
Status in Mahara 16.10 series:
  Fix Committed

Bug description:
  The watchlist block has no pagination on it - this means if you are
  watching quite a number of pages, as administrators often do, and want
  to see all that are on the watchlist it means you need to set the max
  diplay on the block up high, which then causes lots of data to be
  accessed at one time.

  It would be better to slim this down with pagination to improve the
  user experience and also allow for faster loading of the block

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1523747/+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 1523644] Re: IMAP auth doesn't support auto-create users

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  IMAP auth doesn't support auto-create users

Status in Mahara:
  Fix Released

Bug description:
  Current IMAP auth doesn't support auto-create users.
  It's needed for example for Google Apps for Business.

  The new IMAP 1.2 plugin with these possibilities can download from
  https://sourceforge.net/projects/maharaimap/files/

  IMAP 1.2 Release Notes:
  * Added the ability to automatically register the user through the login form;
  * Added the ability to use corporate systems, such as Google Apps for 
Business.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1523644/+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 1536393] Re: Make Open Badge Displayer core plugin

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Make Open Badge Displayer core plugin

Status in Mahara:
  Fix Released

Bug description:
  Discendum's Open Badge Displayer plugin now supports the Open Badge
  Passport. It's time to make it a core plugin to allow any Mahara user
  to display their badges in Mahara.

  The code is at https://github.com/discendum/mahara-openbadgedisplayer

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1536393/+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 1559796] Re: If you close a form config via the "X" button on the modal, the form change checker doesn't get cleared

2016-04-29 Thread Kristina Hoeppner
** No longer affects: mahara/16.04

** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  If you close a form config via the "X" button on the modal, the form
  change checker  doesn't get cleared

Status in Mahara:
  Fix Released

Bug description:
  The "form change checker" is the Javascript system that we use to
  detect unsaved changes in a form. If you make changes in a Mahara form
  and then navigate away from the page without submitting or cancelling
  the form, it shows a popup that says something like "This page is
  asking you to confirm that you want to leave - data you have entered
  may not be saved."

  The bug here, is that on the page builder screen, you can either close
  a block configuration modal window by hitting "Cancel" (or "Delete")
  on the bottom of the form, or by clicking an "X" button in the upper-
  left hand corner of the modal. If you make changes to the form and
  then hit the "X" button, the form change checker doesn't get cleared,
  which means that subsequently when you try to navigate away from the
  screen, you'll see the warning message about unsaved changes.

  To replicate:

  1. Open a page for editing
  2. Put a Text block into the page (or edit an existing text block)
  3. Change the block's "Retractable" setting.
  4. Click the "X" button in the upper-left of the modal
  5. Press F5 to reload the page (or click a link to navigate to another page)

  Expected result: You should not see a warning message, because you don't have 
any unsaved changes.
  Actual result: You see the form change checker's warning message.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1559796/+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 819080] Re: Customize the number of pages displayed via the "My Pages" block on the profile and dashboard page

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Customize the number of pages displayed via the "My Pages" block on
  the profile and dashboard page

Status in Mahara:
  Fix Released

Bug description:
  When a user has lots of portfolio pages, the block "My Pages", e.g. on
  the profile page, gets very long and unmanageable. It would be better
  to display only a certain number of pages and then have a "show all"
  link that goes to a page where all pages that are accessible to this
  user are shown.

  Ideally, the user would have some freedom in configuration:
  - the number of pages shown via the "My Pages" block
  - whether the order is alphabetical or chronologically ascending or 
chronologically descending or according to the most comments

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/819080/+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 1451636] Re: Have the cron and/or upgrade site only run if they are accompanied with secret in url

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Have the cron and/or upgrade site only run if they are accompanied
  with secret in url

Status in Mahara:
  Fix Released

Bug description:
  Set up a basic secret in config.php like $cfg->urlsecret =
  'bunnyslippers';

  So that if a user hits /admin/upgrade.php or /lib/cron.php they need
  to add the ?secret=bunnyslippers to the end of the url or it won't
  run.

  This will stop random people hitting those urls and causing potential
  problems during db upgrade / normal cron runs

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1451636/+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 1536439] Re: Show timelapse for comments if they are less than 1 day old

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Show timelapse for comments if they are less than 1 day old

Status in Mahara:
  Fix Released

Bug description:
  This feature shows the last time since the page was updated. For
  example to show: Last Update: 6 Hours Ago. It's only going to display
  as a whole integer.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1536439/+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 1571910] Re: Missing cacheversion on upgrade gives errors

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara/16.04
   Status: Fix Committed => Fix Released

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

Title:
  Missing cacheversion on upgrade gives errors

Status in Mahara:
  Fix Committed
Status in Mahara 16.04 series:
  Fix Released
Status in Mahara 16.10 series:
  Fix Committed

Bug description:
  When upgrading from old version that doesn't have cacheversion set we
  get this error

  [WAR] 21 (lib/htmlpurifier/HTMLPurifier/Config.php:901) Value for
  HTML.DefinitionRev is of invalid type, should be int invoked on line
  3598 in file /home/robertl/htdocs/mahara-
  devel/mahara/htdocs/lib/web.php

  It doesn't stop the upgrade from progressing, so I'll mark this bug as
  low priority, but could freak user out when upgrading their sites.

  It would be good to allow get_config() function to take a $default
  value option, similar to how param_alpha() works.

  This way we can set a default value before the upgrade sets the
  correct value

  So I'm thinking get_config('cacheversion', 0); would return value '0'
  rather than false so that htmlpurifier does not complain but still
  allows for the upgrade to set the cacheversion as expected.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1571910/+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 547333] Re: Wall should send notifications on new posts

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Wall should send notifications on new posts

Status in Mahara:
  Fix Released

Bug description:
  As per subject. It doesn't at the moment.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/547333/+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 1472446] Re: Add MathSlate TinyMCE plugin

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Add MathSlate TinyMCE plugin

Status in Mahara:
  Fix Released

Bug description:
  As suggested in Bug 1464858, adding the "MathSlate" TinyMCE plugin to
  Mahara, to make it easier to write mathematical and chemical notation.

  This plugin can use the same "mathjax enabled" config option, although
  it might make sense to rename the language strings to reflect that
  it's enable mathjax and mathslate.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1472446/+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 1558393] Re: Add $CFG->cacheversion to TinyMCE

2016-04-29 Thread Kristina Hoeppner
** No longer affects: mahara/16.04

** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Add $CFG->cacheversion to TinyMCE

Status in Mahara:
  Fix Released
Status in Mahara 1.10 series:
  Won't Fix
Status in Mahara 15.04 series:
  Won't Fix
Status in Mahara 15.10 series:
  Fix Released

Bug description:
  TinyMCE now has a "cache_suffix" setting that can be used exactly how
  we use $CFG->cacheversion. So, we should start using it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1558393/+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 1517279] Re: CLI tool for maintenance mode

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  CLI tool for maintenance mode

Status in Mahara:
  Fix Released

Bug description:
  I would like the ability to enter and exit from maintenance mode from
  the command line.

  ...because we automate our deployments, and currently, we have php code
  embedded inside a shell script to accomplish entering and exiting from
  maintenance mode.  This is really ugly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1517279/+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 1540156] Re: "Recent journal entries" for group journals

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  "Recent journal entries" for group journals

Status in Mahara:
  Fix Released

Bug description:
  In version 15.10 groups have now journals. However the journal options for a 
group page has only to options: [1] Journal; [2] journal item. Portfolio pages 
let users also select [3] 'recent journal items' and [4] 'tagged journal 
items'.  (see Attachment) Also on a group page journals are presented in full, 
where as in portfolio pages users can choose whether to show the journal in 
full or only titles of journal items.
  It would be useful when the additional options for filtering jounal items 
would be available in the menu for group pages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1540156/+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 1441395] Re: Integrate embed.ly support into the "external media" block

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Integrate embed.ly support into the "external media" block

Status in Mahara:
  Fix Released

Bug description:
  http://embed.ly is a service that facilitates embedding external
  content via a URL. You use their API to pass them a URL to, say, a New
  York Times article, and they read the URL, fetch the right embed for
  it, and send you back an iframe to embed that NYT article nicely.

  There is a non-core embed.ly block written by Gregor Anzelj:
  https://mahara.org/user/anzeljg/embedly-blocktype

  This block works  great, but it is a little awkward that if you
  activate it, your users get two blocks: "External media" and
  "embed.ly", and these both essentially do the same thing.

  What would be better, is that we put optional support for embed.ly
  dircetly into the "External media" block. So, we provide a space for
  the site admin to enter an embed.ly API key. If they do that, then we
  change the help text for the "External media" block so that it
  indicates you can just paste the site URL in for the whole wide range
  of sites that embed.ly supports.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1441395/+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 1563567] Re: Imagebrowser calls new View even when it doesn't need to

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Imagebrowser calls new View even when it doesn't need to

Status in Mahara:
  Fix Released

Bug description:
  If I am adding an image to  a TinyMCE on a journal entry it still
  tries to call new View() which is not needed

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1563567/+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 1512147] Re: Allow the setting of tags form field to use select2

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Allow the setting of tags form field to use select2

Status in Mahara:
  Fix Released

Bug description:
  I believe this will better manage the adding of tags to
  pages/blogs/artefacts etc when one has many tags to chose from.

  Currently when one clicks the 'show my tags' link above the field it
  proceeds to show all the tags one has and indicates how many times the
  tag has been used.

  It would be better to have an on the fly search as one types to return
  the same sort of information.

  Select 2 is able to achieve this desired ability and the select2
  library is already being used by Mahara

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1512147/+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 1501052] Re: Display Plans Add GUI for limit

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Display Plans Add GUI for limit

Status in Mahara:
  Fix Released

Bug description:
  The user should be able to add the limit of the tasks to display in a
  plan.  This should be a GUI option.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1501052/+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 1521767] Re: New forums to have 'Automatically subscribe users' set to 'on' by default

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  New forums to have 'Automatically subscribe users' set to 'on' by
  default

Status in Mahara:
  Fix Released

Bug description:
  To make things easier for the user it would be useful to have the
  'Automatically subscribe users' option turned on by default as the
  field to toggle this is hidden in the  Forum Setting expander and
  users can easily forget to turn it on and wonder why no-one is
  subscribed to their new form.

  When a group is first made the default forum has 'Automatically
  subscribe users' on by default - so it would be consistent to have any
  subsequent forums to have the same behavour

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1521767/+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 1524601] Re: Speed up minaccept by only linting changed files

2016-04-29 Thread Kristina Hoeppner
** No longer affects: mahara/16.04

** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Speed up minaccept by only linting changed files

Status in Mahara:
  Fix Released
Status in Mahara 1.10 series:
  Fix Released
Status in Mahara 15.04 series:
  Fix Released
Status in Mahara 15.10 series:
  Fix Released

Bug description:
  "make push" takes a long time to finish on my computer. On my laptop
  at home, just one small change takes about 48 seconds to run through
  minaccept. I've found myself more frequently just doing "git push
  gerrit HEAD:refs/publish/master" rather than waiting for it to finish.

  So, I decided to see if I could speed things up. And it seems the
  biggest use of time in the minaccept is that it runs "php -l" on every
  PHP file in htdocs, not just the ones that have changed. Same for
  xmllint on all the XML files, but that's not as big of a problem
  because there aren't as many of them.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1524601/+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 1529755] Re: Change punctuation for group invitation sentence

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Change punctuation for group invitation sentence

Status in Mahara:
  Fix Released

Bug description:
  Mahara 15.10+ (change only for Mahara 16.04 because it's a minor
  issue)

  From:
  You have been invited to join this group with the role: Member

  To: 
  You have been invited to join this group with the role "Member"

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1529755/+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 1537910] Re: Make button on forgotpass.php primary button

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Make button on forgotpass.php primary button

Status in Mahara:
  Fix Released

Bug description:
  Mahara 15.10+

  The button on /forgotpass.php should have the primary button color
  assigned.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1537910/+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 1543342] Re: Dates: Always display full date with DD Month YYYY

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Dates: Always display full date with DD Month 

Status in Mahara:
  Fix Released

Bug description:
  On folder block details page for example, the date is in a different
  format.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1543342/+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 1537565] Re: "Spam probation" button is misaligned

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  "Spam probation" button is misaligned

Status in Mahara:
  Fix Released

Bug description:
  Mahara 15.10+

  On /admin/users/bulk.php (Admin -> User search -> Select at least one
  user -> "Edit selected users" -> Set spam probation), the "Set" button
  is misaligned with the drop-down menu. On "Suspend users", we only use
  a grey button that sites right next to the drop-down. Use that for
  setting the spam probation or make both buttons btn-primary as long as
  they align properly with the drop-down menus.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1537565/+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 1541684] Re: Remove unpatched select2 JS files from git repo

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Remove unpatched select2 JS files from git repo

Status in Mahara:
  Fix Released

Bug description:
  We've got four select2 Javascript files in Mahara core under
  htdocs/js/select2:

  1. select2.full.js: Select2 plus some compatibility & "recommended includes" 
modules
  2. select2.full.min.js: Minified version of above
  3. select2.js: Standard version of select2
  4. select2.min.js: Minified version of above.

  We actually only use one of these, select2.full.js. And, we have
  applied several patches to that file! So we really ought to remove the
  other files, to prevent a developer from accidentally writing new code
  that uses one of them, bypassing our patches.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1541684/+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 1522659] Re: Have require of pieform more centralised

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Have require of pieform more centralised

Status in Mahara:
  Fix Released

Bug description:
  Discovered when fixing another problem that some pages get their
  Pieform class via the require_once('pieforms/pieform.php'); via the
  auth_check_required_fields() function, while all the others get it via
  thier own require_once('pieforms/pieform.php'); within the top of the
  file.

  When all we need is for is the pieform() function that calls the
  Pieform class to make sure the required file is included.

  So will submit a code tidying up patch

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1522659/+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 1532642] Re: Remove old thumb.png files

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Remove old thumb.png files

Status in Mahara:
  Fix Released

Bug description:
  In 15.10 we switched to using fontawesome icons to display the icons
  for blocktypes. Prior to that, we relied on a file called "thumb.png"
  under each blocktype's image directory (or under the corresponding
  directory in the theme).

  Through an oversight, we left these images in place in Mahara 15.10.
  In 15.10.0 they were basically useless. In 15.10.1, after the patch
  for Bug 1510421, they become potentially useful because we began
  providing both the FontAwesome icon name *and* the thumb.png path to
  view/blocktypelist.tpl, so a third-party theme could in theory start
  using them if they wanted to use all .png files for the block picker
  rather than CSS icons.

  However, since we're no longer using these icons in the core themes,
  they are likely to fall out of support, so we should probably just
  delete theme from core.

  If we do this:

  1. Third-party plugins can still provide a thumb.png file (for
  backwards-compatibility with older plugins, or for plugins that have
  no suitable icon in FontAwesome)

  2. Third-party theme developers can still provide their own thumb.png
  files for the core blocktypes if they wish. They'll just need to place
  them under their own theme directory (i.e.
  /theme/CUSTOMTHEME/plugintypes/blocktype/clippy/images/thumb.png)

  So it won't have any effect on what third-party devs can do. It'll
  just remove some unused and unmaintained image files from the core
  Mahara distribution.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1532642/+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 1535516] Re: Update jscolor to version 2.0.4

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Update jscolor to version 2.0.4

Status in Mahara:
  Fix Released

Bug description:
  Allows for a more adjustable colour picker http://jscolor.com/

  It loads as a minified version and it also removes the need to load
  some helper image files for a faster experience

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1535516/+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 1529727] Re: Use a left arrow for adding a column to a page

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Use a left arrow for adding a column to a page

Status in Mahara:
  Fix Released

Bug description:
  Mahara 15.10+

  When you turned on "Show controls to add and remove columns when
  editing a page" in your account settings /account/index.php and edit a
  page, you have a row of column headings with arrows in them. For the
  first column though, the left arrow points downwards instead of to the
  left. I think it should be pointing to the left to indicate that you
  are adding a column to the left since that's what you are doing. You
  are not adding an additional row.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1529727/+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 1515473] Re: 15.04 Unit tests fail using MySql

2016-04-29 Thread Kristina Hoeppner
** No longer affects: mahara/16.04

** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  15.04 Unit tests fail using MySql

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

Bug description:
  To replicate:

  1. Install Mahara on MySQL
  2. In the terminal, cd to your docroot (e.g. /var/www/mahara)
  3. run "make phpunit"

  Expected outcome: Something like "SSS Time: 9.42 seconds, Memory: 
29.75Mb"
  Actual outcome: Big ugly error stack, and "EEE"

  
  Mahara:
  $config->version = 2015030419;
  $config->series = '15.04';
  $config->release = '15.04.4';

  DB: mysql 5.5
  (mysql  Ver 14.14 Distrib 5.5.46, for debian-linux-gnu (x86_64) using 
readline 6.3)

  When running unit tests on a vanilla Mahara 15.04.4 with a mysql
  database, 3 tests fail:

  Configuration read from /var/www/palnet/mahara/phpunit.xml

  EEE

  Time: 39.5 seconds, Memory: 36.00Mb

  There were 3 errors:

  1) WebServiceGroupTest::testRun
  SQLException: Failed to get a recordset: mysqli error: [1064: You have an 
error in your SQL syntax; check the manual that corresponds to your MySQL 
server version for the right syntax to use near '"tst_config"  WHERE "field" = 
'webservice_enabled'  LIMIT 2' at line 1] in EXECUTE("SELECT * FROM 
"tst_config"  WHERE "field" = 'webservice_enabled'  LIMIT 2")
  Command was: SELECT * FROM "tst_config"  WHERE "field" = ?  and values was 
(webservice_enabled)

  /var/www/palnet/mahara/htdocs/lib/dml.php:480
  /var/www/palnet/mahara/htdocs/lib/dml.php:314
  /var/www/palnet/mahara/htdocs/lib/dml.php:291
  /var/www/palnet/mahara/htdocs/lib/mahara.php:885
  
/var/www/palnet/mahara/htdocs/webservice/tests/phpunit/WebServiceTestBase.class.php:85
  
/var/www/palnet/mahara/htdocs/webservice/tests/phpunit/WebServiceGroupTest.php:28

  2) WebServiceInstitutionTest::testRun
  SQLException: Failed to get a recordset: mysqli error: [1064: You have an 
error in your SQL syntax; check the manual that corresponds to your MySQL 
server version for the right syntax to use near '"tst_config"  WHERE "field" = 
'webservice_enabled'  LIMIT 2' at line 1] in EXECUTE("SELECT * FROM 
"tst_config"  WHERE "field" = 'webservice_enabled'  LIMIT 2")
  Command was: SELECT * FROM "tst_config"  WHERE "field" = ?  and values was 
(webservice_enabled)

  /var/www/palnet/mahara/htdocs/lib/dml.php:480
  /var/www/palnet/mahara/htdocs/lib/dml.php:314
  /var/www/palnet/mahara/htdocs/lib/dml.php:291
  /var/www/palnet/mahara/htdocs/lib/mahara.php:885
  
/var/www/palnet/mahara/htdocs/webservice/tests/phpunit/WebServiceTestBase.class.php:85
  
/var/www/palnet/mahara/htdocs/webservice/tests/phpunit/WebServiceInstitutionTest.php:28

  3) WebServiceUserTest::testRun
  SQLException: Failed to get a recordset: mysqli error: [1064: You have an 
error in your SQL syntax; check the manual that corresponds to your MySQL 
server version for the right syntax to use near '"tst_config"  WHERE "field" = 
'webservice_enabled'  LIMIT 2' at line 1] in EXECUTE("SELECT * FROM 
"tst_config"  WHERE "field" = 'webservice_enabled'  LIMIT 2")
  Command was: SELECT * FROM "tst_config"  WHERE "field" = ?  and values was 
(webservice_enabled)

  /var/www/palnet/mahara/htdocs/lib/dml.php:480
  /var/www/palnet/mahara/htdocs/lib/dml.php:314
  /var/www/palnet/mahara/htdocs/lib/dml.php:291
  /var/www/palnet/mahara/htdocs/lib/mahara.php:885
  
/var/www/palnet/mahara/htdocs/webservice/tests/phpunit/WebServiceTestBase.class.php:85
  
/var/www/palnet/mahara/htdocs/webservice/tests/phpunit/WebServiceUserTest.php:28

  FAILURES!
  Tests: 11, Assertions: 21, Errors: 3.
  make: *** [phpunit] Error 2

  
---
  On the same vanilla Mahara 15.04.4, the unit tests pass using postgres:

  PHPUnit 4.3.4 by Sebastian Bergmann.

  Configuration read from /var/www/palnet/mahara/phpunit.xml

  SSS

  Time: 38.13 seconds, Memory: 35.25Mb

  OK, but incomplete, skipped, or risky tests!
  Tests: 11, Assertions: 21, Skipped: 3.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1515473/+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 1543343] Re: Menus: Edit and Delete buttons shouldn't have text; Add button is very different from other buttons; Delete button doesn't have trashbin

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
   Menus: Edit and Delete buttons shouldn't have text; Add button is
  very different from other buttons; Delete button doesn't have trashbin

Status in Mahara:
  Fix Released

Bug description:
  menus: admin -> config site -> menus

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1543343/+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 1524583] Re: 15.10 Cannot delete individual sent message

2016-04-29 Thread Kristina Hoeppner
** No longer affects: mahara/16.04

** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  15.10 Cannot delete individual sent message

Status in Mahara:
  Fix Released
Status in Mahara 15.10 series:
  Fix Released

Bug description:
  Mahara 15.10
  OS: Linux
  Browser: Firefox
  DB: postgres

  The ability to delete an single / individual sent message from the
  sent notifications is now working.

  You can delete an individual sent message from the inbox.

  You can also 'delete all notifications' from the sent notifications.

  But, cannot delete an individual message from the sent notifications.

  There are no javascript errors coming up in the console. Haven't
  really checked the sys logs though.

  Please try it on the demo site:

  http://demo.mahara.org/module/multirecipientnotification/outbox.php

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1524583/+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 1571298] Re: Make it clearer that the edit screen shows live preview of a page

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara/16.04
   Status: Fix Committed => Fix Released

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

Title:
  Make it clearer that the edit screen shows live preview of a page

Status in Mahara:
  Fix Committed
Status in Mahara 16.04 series:
  Fix Released
Status in Mahara 16.10 series:
  Fix Committed

Bug description:
  The sentence "This area shows a preview of what your page will look
  like." does not seem to make it clear enough yet to some users
  (talking with Alja) that it is a WYSIWYG preview of the actual page.

  I'll try to make it clearer without making the text much longer.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1571298/+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 1536895] Re: Update CSSTidy to 1.5.5

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Update CSSTidy to 1.5.5

Status in Mahara:
  Fix Released

Bug description:
  Update plugin

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1536895/+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 1527954] Re: Remove the "No skin" preview image

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Remove the "No skin" preview image

Status in Mahara:
  Fix Released

Bug description:
  Mahara 15.10+

  When you choose a skin for a page, you see the option "No skin" under
  "Site skins". This is not needed anymore as there is a button "No
  skin" in the preview panel.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1527954/+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 1526101] Re: Refactor $CFG->siteclosed to $CFG->siteclosedforupgrade

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Refactor $CFG->siteclosed to $CFG->siteclosedforupgrade

Status in Mahara:
  Fix Released

Bug description:
  Every time I look at init.php I get confused about what the difference
  is between "siteclosed" and "siteclosedbyadmin" and the various
  $siteclosedforupgrade variables.

  Here's how it actually works:

  1. $CFG->siteclosedbyadmin is the config that indicates whether the
  admin has used the "close site" button to put the site into
  maintenance mode

  2. $CFG->siteclosed is set by Mahara itself, if it detects that there
  is a database upgrade ready to be deployed. It should *not* be
  manipulated by users, in normal circumstances.

  I think it would make things clearer for future developers, if we
  renamed "siteclosed" to "siteautoclosedforupgrade". This indicates why
  we're closing it (for upgrade), and that it was done automatically.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1526101/+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 1523499] Re: Broken links in installer

2016-04-29 Thread Kristina Hoeppner
** No longer affects: mahara/16.04

** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Broken links in installer

Status in Mahara:
  Fix Released
Status in Mahara 1.10 series:
  Fix Released
Status in Mahara 15.04 series:
  Fix Released
Status in Mahara 15.10 series:
  Fix Released

Bug description:
  Hi,
  when I just started install Mahara 15.10 I saw the message "Before you 
install Mahara, you may want to check out the release notes for this release.".

  But link to release notes (https://wiki.mahara.org/Release_Notes/15.10.0) is 
broken.
  True link is https://launchpad.net/mahara/15.10/15.10.0#release-notes

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1523499/+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 1543337] Re: Secret URL screen: Icons are way to big; the URL wraps badly and icon should sit more apart

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Secret URL screen: Icons are way to big; the URL wraps badly and icon
  should sit more apart

Status in Mahara:
  Fix Released

Bug description:
  all three buttons next to each other starting with copy - edit -
  delete and ideally aligned like on Pages

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1543337/+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 1571848] Re: Styling the deleted post message

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara/16.04
   Status: Fix Committed => Fix Released

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

Title:
  Styling the deleted post message

Status in Mahara:
  Fix Committed
Status in Mahara 16.04 series:
  Fix Released
Status in Mahara 16.10 series:
  Fix Committed

Bug description:
  In 15.04 we styled the deleted post message in a grey box

  We should add it back in so as to differentiate the deleted post from
  the text of the surrounding posts

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1571848/+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 1515398] Re: Journal entry add file should be a button

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara/16.04
   Status: Fix Committed => Fix Released

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

Title:
  Journal entry add file should be a button

Status in Mahara:
  Fix Committed
Status in Mahara 16.04 series:
  Fix Released
Status in Mahara 16.10 series:
  Fix Committed

Bug description:
  Journal entry added a file: Shouldn't the "Remove" link be a button?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1515398/+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 1543340] Re: /admin/extensions/iframesites.php : move the delete button after the edit button

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  /admin/extensions/iframesites.php : move the delete button after the
  edit button

Status in Mahara:
  Fix Released

Bug description:
  Delete button should come after edit button

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1543340/+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 1530055] Re: Lines are too close to profile picture on "Remove from friends" screen

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Lines are too close to profile picture on "Remove from friends" screen

Status in Mahara:
  Fix Released

Bug description:
  Mahara 15.10+

  The lines around the profile picture on the "Remove from friends"
  screen are too close to the profile picture (see screenshot). Ideally,
  the second line could be removed. If not, the profile picture should
  be placed better between the two lines.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1530055/+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 1517228] Re: Undefined index: ticks

2016-04-29 Thread Kristina Hoeppner
** No longer affects: mahara/16.04

** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Undefined index: ticks

Status in Mahara:
  Fix Released
Status in Mahara 1.10 series:
  Fix Released
Status in Mahara 15.04 series:
  Fix Released
Status in Mahara 15.10 series:
  Fix Released

Bug description:
  There is a function in mahara called perf_to_log which retrieves some
  performance information from get_performance_info(), turns it to a
  string and adds the string to log file.

  But there is a problem with it.

  the get_performance_info() does a check for things but the perf_to_log
  expects all options to exist.

  This is annoying as it fills up the error log with crud we don't need

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1517228/+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 1529728] Re: "Submit" button is missing class on /group/suggest.php

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  "Submit" button is missing class on /group/suggest.php

Status in Mahara:
  Fix Released

Bug description:
  Mahara 15.10+

  When you recommend a group to a friend (you need to have set up
  recommendations for your group and log in as regular group member
  instead of group admin), the "Submit" button is grey and not colored.
  See http://manual.mahara.org/en/15.10/_images/group_recommendation.png

  It's the main action on that screen and thus should be colored as
  well. That would also be consistent with what users see on the
  "Invite" screen for the group.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1529728/+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 1514647] Re: Country dropdown list needs updating

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Country dropdown list needs updating

Status in Mahara:
  Fix Released

Bug description:
  According to the official list of recognised countries there has been
  some changes since this list was last updated.

  So I've made a patch to keep things up to date

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1514647/+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 1536875] Re: Update to HTMLPurifier 4.7.0

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Update to HTMLPurifier 4.7.0

Status in Mahara:
  Fix Released

Bug description:
  Update to the latest code - best to be safe

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1536875/+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 1535512] Re: Update the zeroclipboard to version 2.2.0

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Update the zeroclipboard to version 2.2.0

Status in Mahara:
  Fix Released

Bug description:
  We eventually will need to go to an HTML5 based system - see bug
  1513665 - but until then we might as well keep this current.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1535512/+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 1535963] Re: Update zend framework to 1.12.17 to keep in step with moodle

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Update zend framework to 1.12.17 to keep in step with moodle

Status in Mahara:
  Fix Released

Bug description:
  Moodle git branch MOODLE_30_STABLE uses a newer version of Zend
  1.12.16

  Now that 1.12.17 is out we should be able to go to that version
  following install instructions the moodle_readme.txt in the Zend
  folder

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1535963/+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 1530207] Re: Tag description has wrong class

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Tag description has wrong class

Status in Mahara:
  Fix Released
Status in Mahara 15.10 series:
  Fix Released

Bug description:
  Mahara 15.10+

  The description underneath "Tags" needs to be class "description" and
  not "file-description" so that it is seen in grey and italics.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1530207/+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 1543358] Re: Layout thumbnail not clickable

2016-04-29 Thread Kristina Hoeppner
** No longer affects: mahara/16.04

** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Layout thumbnail not clickable

Status in Mahara:
  Fix Released
Status in Mahara 15.10 series:
  Fix Released

Bug description:
  When you're picking the layout for your page, we show a series of
  thumbnails of the layouts, each with a radio button next to it. In
  addition to being able to click on the radio button, the thumbnails
  themselves are clickable. (As of Mahara 15.04 and earlier, anyway.)

  However, I've just noticed that in 16.04dev and 15.10, the thumbnails
  are no longer clickable. This is probably a regression from the
  bootstrapping.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1543358/+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 1523713] Re: localpostinst() hook function never gets executed, in the CLI installer

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  localpostinst() hook function never gets executed, in the CLI
  installer

Status in Mahara:
  Fix Released

Bug description:
  In the htdocs/local/install.php file, there is a hook function called
  "localpostinst()". It seems like the intent is that it's a hook method
  for local plugins to do things after Mahara's core installation.

  It does get executed just fine when you're installing Mahara via the
  UI, but installing via the CLI installer it never gets called. The
  handler for the "localpostinst" step in the CLI installer just updates
  the local version based on what's in htdocs/local/version.php

  The matching pre-install hook file, "localpreinst()" *does* get
  called, however.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1523713/+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 1535978] Re: Update Charis SIL fonts

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Update Charis SIL fonts

Status in Mahara:
  Fix Released

Bug description:
  Has more unicodes in it for better multilingual compatibility

  Used by skins

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1535978/+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 1529732] Re: Design decision not to have rounded corner?

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Design decision not to have rounded corner?

Status in Mahara:
  Fix Released

Bug description:
  Mahara 15.10+

  When you are on a screen with the two boxes to move users / invite
  users, e.g. in a group when you invite multiple members, the button
  with the right arrow is not rounded in the top right. Was that a
  deliberate design decision along with the less rounded bottom left
  corner of the left arrow?

  See screenshot.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1529732/+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 1539357] Re: Update Chart.js to 1.1.0

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Update Chart.js to 1.1.0

Status in Mahara:
  Fix Released

Bug description:
  to keep it current

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1539357/+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 1533439] Re: Problem with testing webservices and https

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Problem with testing webservices and https

Status in Mahara:
  Fix Released

Bug description:
  Currently one can't test the webservices for a site even if the site
  is not in production mode unless the site is set to https.

  I'll change it so that the check for https only happens if the site is
  in production mode.

  This will allow for quicker testing of the webervices system without
  needing to set up https sites.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1533439/+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 1543341] Re: Should all "Delete" buttons on confirmation pages be red?

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Should all "Delete" buttons on confirmation pages be red?

Status in Mahara:
  Fix Released

Bug description:
  e.g. forum deletion has a red marker, but topic and post deletion
  don't

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1543341/+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 1536783] Re: No test for attaching files to notes

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  No test for attaching files to notes

Status in Mahara:
  Fix Released

Bug description:
  In the master version of Mahara, the feature in which you can attach
  files to notes does not have a behat test.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1536783/+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 1536452] Re: Admin user search returns no results when results exist

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Admin user search returns no results when results exist

Status in Mahara:
  Fix Released

Bug description:
  There is a scenario where you can get  'No results found' message and
  'X results' at the same time

  To replicate:

  - Have a database with  many users in it, say 100
  - Have 5 users only with the same last name

  Go to the  Administration -> Users -> User search page
  (admin/users/search.php)

  Go to the last page of users in pagination

  Now type in the 'Search: (All institutions)' box the name you want to
  search for and click 'Search'

  You should see 'No results found' message but also '5 results' at the
  same time

  This is because the search is trying to use the pagination offset
  rather than beginning at offset 0

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1536452/+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 1532992] Re: Sidebar content breaks design due to min-width setting

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Sidebar content breaks design due to min-width setting

Status in Mahara:
  Fix Released
Status in Mahara 15.10 series:
  Fix Released

Bug description:
  Mahara 15.10.1 - Chrome Version 46.0.2490.86 (64-bit)

  In the sidebar, there is a style:

  @media (min-width: 768px)
   .pseudolabel, label {
  min-width: 265px;
  }

  Within this breakpoint, if you have long strings in the label, it
  breaks the design.

  Solution would be to not attach this breakpoint to any content inside
  the sidebar since at smaller breakpoints, the content area (box) is
  smaller than the allocated min-width.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1532992/+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 1568631] Re: Allow skins on group homepages

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara/16.04
   Status: Fix Committed => Fix Released

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

Title:
  Allow skins on group homepages

Status in Mahara:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Committed
Status in Mahara 16.04 series:
  Fix Released
Status in Mahara 16.10 series:
  Fix Committed

Bug description:
  Allow skins to be viewed on group homepages

  To keep it consistent with other pages

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1568631/+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 1526076] Re: Get rid of obsolete option "disablelogin" in lib/db/version.php

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Get rid of obsolete option "disablelogin" in lib/db/version.php

Status in Mahara:
  Fix Released

Bug description:
  There's some very old code in the Mahara upgrader that looks at
  $config->disablelogin in the lib/db/version.php file, to determine
  whether user logins should be disabled during the upgrade.

  I think the intent behind adding this, was to allow the version.php to
  indicate whether the upgrade is a big enough change that users need to
  be logged out during it. This makes a certain sense if used in
  combination with strict discipline in testing and updating
  $config->minupgradefrome.

  However, in practice, we've had "disablelogin" set to true since 2008.
  And given how many Mahara versions there are now, it's safer just to
  force users to log out, as we have been doing for the past 7 years.

  So I think it'd be best to remove this bit of code, since we never use
  it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1526076/+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 1521058] Re: Bad merge cruft in htdocs/js/tinymce/tinymce.jquery.js

2016-04-29 Thread Kristina Hoeppner
** No longer affects: mahara/16.04

** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Bad merge cruft in htdocs/js/tinymce/tinymce.jquery.js

Status in Mahara:
  Fix Released
Status in Mahara 15.10 series:
  Fix Released

Bug description:
  Robert noticed that there is a merge conflict ">" line left over
  in tinymce.jquery.js. It was apparently introduced in commit
  5ba3418499cc419e, one of the bootstrap commits. The merge conflict was
  later partially cleaned up in commit e0d6f1c67f8ac, but this part was
  overlooked.

  Looking closer, it's also apparent that quite a bit of duplicated code
  from that merge conflict was also left in place.

  It's unclear whether this has caused any bugs, or which section of
  TinyMCE would cause this code to be executed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1521058/+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 1569552] Re: White screen when copying collection / page

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara/16.04
   Status: Fix Committed => Fix Released

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

Title:
  White screen when copying collection / page

Status in Mahara:
  Fix Committed
Status in Mahara 16.04 series:
  Fix Released
Status in Mahara 16.10 series:
  Fix Committed

Bug description:
  When attempting to copy a collection or page on 16.04RC1, a white
  screen appears and the following error is reported to the logs:

  [12-Apr-2016 13:22:03] PHP Fatal error:  Call to undefined function
  artefact_get_descendants() in /home/darren/public_html/m1604/blocktype/lib.php
  on line 1548
  [12-Apr-2016 13:22:03] PHP Stack trace:
  [12-Apr-2016 13:22:03] PHP   1. {main}()
  /home/darren/public_html/m1604/view/choosetemplate.php:0
  [12-Apr-2016 13:22:03] PHP   2. pieform()
  /home/darren/public_html/m1604/view/choosetemplate.php:30
  [12-Apr-2016 13:22:03] PHP   3. Pieform::process()
  /home/darren/public_html/m1604/lib/mahara.php:4493
  [12-Apr-2016 13:22:03] PHP   4. Pieform->__construct()
  /home/darren/public_html/m1604/lib/pieforms/pieform.php:161
  [12-Apr-2016 13:22:03] PHP   5. call_user_func_array()
  /home/darren/public_html/m1604/lib/pieforms/pieform.php:540
  [12-Apr-2016 13:22:03] PHP   6. createview_submit()
  /home/darren/public_html/m1604/lib/pieforms/pieform.php:540
  [12-Apr-2016 13:22:03] PHP   7. Collection::create_from_template()
  /home/darren/public_html/m1604/lib/view.php:6436
  [12-Apr-2016 13:22:03] PHP   8. View::create_from_template()
  /home/darren/public_html/m1604/lib/collection.php:292
  [12-Apr-2016 13:22:03] PHP   9. View->copy_contents()
  /home/darren/public_html/m1604/lib/view.php:400
  [12-Apr-2016 13:22:03] PHP  10. BlockInstance->copy()
  /home/darren/public_html/m1604/lib/view.php:5445

  This appears to be due to the artefact_get_descendants() function not
  being available to the BlockInstance::copy() function in
  blocktype/lib.php:1548

  Adding require_once(get_config('docroot') . 'artefact/lib.php');
  appears to clear the issue up.

  Diff attached.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1569552/+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 1517658] Re: Upgrade to 1.10+ fails on Postgres <9.1

2016-04-29 Thread Kristina Hoeppner
** No longer affects: mahara/16.04

** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Upgrade to 1.10+ fails on Postgres <9.1

Status in Mahara:
  Fix Released
Status in Mahara 1.10 series:
  Fix Released
Status in Mahara 15.04 series:
  Fix Released
Status in Mahara 15.10 series:
  Fix Released

Bug description:
  Upgrading from 1.5.1 to versions higher than 1.9 (either directly or 
incrementally by version) fails on Postgres 8.4.
  (And I'm assuming any version of Postgres prior to 9.1.)

  Existing installation of Mahara 1.5.1.
  Run through normal upgrade steps.
  Expected result: Successful upgrade.
  Actual result: upgrade screen reports this error in core upgrade section:

  Could not execute command: UPDATE "artefact" SET path = CONCAT('/', id) WHERE 
id IN (SELECT id FROM "artefact" WHERE path IS NULL AND parent IS NULL LIMIT 
200)
  Call stack (most recent first):
 * execute_sql("UPDATE {artefact} SET path = CONCAT('/', id) WHERE...") at 
/srv/www/mahara/mahara-15.10.0/htdocs/lib/db/upgrade.php:3340
 * xmldb_core_upgrade("2012080604") at 
/srv/www/mahara/mahara-15.10.0/htdocs/lib/upgrade.php:359
 * upgrade_core(object(stdClass)) at 
/srv/www/mahara/mahara-15.10.0/htdocs/admin/upgrade.json.php:90

  Errors from Apache logs:

  [DBG] 25 (lib/db/upgrade.php:3274) Filling in parent artefact paths, referer: 
https://HOSTNAME/admin/upgrade.php
  [Tue Nov 17 16:11:01 2015] [error] [client --removed--] [DBG] 25 
(lib/dml.php:147) postgres7 error: [-1: ERROR:  function concat(unknown, 
bigint) does not exist, referer: https://HOSTNAME/admin/upgrade.php
  [Tue Nov 17 16:11:01 2015] [error] [client --removed--] [DBG] 25 
(lib/dml.php:147) LINE 1: UPDATE "artefact" SET path = CONCAT('/', id) WHERE id 
IN (SE..., referer: https://HOSTNAME/admin/upgrade.php
  [Tue Nov 17 16:11:01 2015] [error] [client --removed--] [DBG] 25 
(lib/dml.php:147)  ^, referer: 
https://HOSTNAME/admin/upgrade.php
  [Tue Nov 17 16:11:01 2015] [error] [client --removed--] [DBG] 25 
(lib/dml.php:147) HINT:  No function matches the given name and argument types. 
You might need to add explicit type casts.] in adodb_throw(UPDATE "artefact" 
SET path = CONCAT('/', id) WHERE id IN (SELECT id FROM "artefact" WHERE path IS 
NULL AND parent IS NULL LIMIT 200), ), referer: 
https://HOSTNAME/admin/upgrade.php
  [Tue Nov 17 16:11:01 2015] [error] [client --removed--] [DBG] 25 
(lib/dml.php:147) Command was: UPDATE "artefact" SET path = CONCAT('/', id) 
WHERE id IN (SELECT id FROM "artefact" WHERE path IS NULL AND parent IS NULL 
LIMIT 200), referer: https://HOSTNAME/admin/upgrade.php
  [Tue Nov 17 16:11:01 2015] [error] [client --removed--] [WAR] 25 
(lib/errors.php:745) Could not execute command: UPDATE "artefact" SET path = 
CONCAT('/', id) WHERE id IN (SELECT id FROM "artefact" WHERE path IS NULL AND 
parent IS NULL LIMIT 200), referer: https://HOSTNAME/admin/upgrade.php
  [Tue Nov 17 16:11:01 2015] [error] [client --removed--] Call stack (most 
recent first):, referer: https://HOSTNAME/admin/upgrade.php
  [Tue Nov 17 16:11:01 2015] [error] [client --removed--]   * 
log_message("Could not execute command: UPDATE "artefact" SET p...", 8, true, 
true) at /srv/www/mahara/mahara-1.10.7/htdocs/lib/errors.php:95, referer: 
https://HOSTNAME/admin/upgrade.php
  [Tue Nov 17 16:11:01 2015] [error] [client --removed--]   * log_warn("Could 
not execute command: UPDATE "artefact" SET p...") at 
/srv/www/mahara/mahara-1.10.7/htdocs/lib/errors.php:745, referer: 
https://HOSTNAME/admin/upgrade.php
  [Tue Nov 17 16:11:01 2015] [error] [client --removed--]   * 
SQLException->__construct("Could not execute command: UPDATE "artefact" SET 
p...") at /srv/www/mahara/mahara-1.10.7/htdocs/lib/dml.php:148, referer: 
https://HOSTNAME/admin/upgrade.php
  [Tue Nov 17 16:11:01 2015] [error] [client --removed--]   * 
execute_sql("UPDATE {artefact} SET path = CONCAT('/', id) WHERE...") at 
/srv/www/mahara/mahara-1.10.7/htdocs/lib/db/upgrade.php:3290, referer: 
https://HOSTNAME/admin/upgrade.php
  [Tue Nov 17 16:11:01 2015] [error] [client --removed--]   * 
xmldb_core_upgrade("2014032729") at 
/srv/www/mahara/mahara-1.10.7/htdocs/lib/upgrade.php:359, referer: 
https://HOSTNAME/admin/upgrade.php
  [Tue Nov 17 16:11:01 2015] [error] [client --removed--]   * 
upgrade_core(object(stdClass)) at 
/srv/www/mahara/mahara-1.10.7/htdocs/admin/upgrade.json.php:86, referer: 
https://HOSTNAME/admin/upgrade.php

  (Why does it say "postgres7 error" above?)

  It looks like it's asking Postgres to use the CONCAT function which, as far 
as I'm aware, did not exist in Postgres until 9.1. 
  http://www.postgresql.

[Mahara-contributors] [Bug 1482448] Re: Help links should include the form element they refer to in their alt text

2016-04-29 Thread Kristina Hoeppner
** No longer affects: mahara/15.10

** Changed in: mahara
   Status: Fix Committed => Fix Released

** Changed in: mahara/16.04
   Status: Fix Committed => Fix Released

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

Title:
  Help links should include the form element they refer to in their alt
  text

Status in Mahara:
  Fix Released
Status in Mahara 16.04 series:
  Fix Released

Bug description:
  Many form elements in Mahara have blue "help" icons beside them, which
  pop up a dialog when clicked. These do currently include the
  accessible text "Help", but it is sometimes ambiguous to screen reader
  users which form element they refer to. It would be good to include
  the label of the element in the help text, eg. "Help for Auto-add
  users"

  Affects latest master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1482448/+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 1514661] Re: Textbox blocktype raising error when configdata['artefactids'] is not set

2016-04-29 Thread Kristina Hoeppner
** No longer affects: mahara/16.04

** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Textbox blocktype raising error when configdata['artefactids'] is not
  set

Status in Mahara:
  Fix Released
Status in Mahara 15.10 series:
  Fix Released

Bug description:
  Mahara 15.10
  version = 2015092910
  release = 15.10.0

  DB: postgresql (but shouldn't matter)

  
  Upgrading from Mahar 1.10 to 15.10, some textboxes give the following error:

  [WAR] 3b (artefact/internal/blocktype/textbox/lib.php:313) Undefined index: 
artefactids
  Call stack (most recent first):

  log_message("Undefined index: artefactids", 8, true, true, 
"/var/www/mahara-site-acttqi-1510/artefact/internal...", 313) at 
/var/www/mahara-site-acttqi-1510/lib/errors.php:441
  error(8, "Undefined index: artefactids", 
"/var/www/mahara-site-acttqi-1510/artefact/internal...", 313, array(size 18)) 
at 
/var/www/mahara-site-acttqi-1510/artefact/internal/blocktype/textbox/lib.php:313
  PluginBlocktypeTextbox::instance_config_form(object(BlockInstance), "0") 
at Unknown:0
  call_user_func_array(array(size 2), array(size 2)) at 
/var/www/mahara-site-acttqi-1510/lib/mahara.php:1693
  call_static_method("PluginBlocktypeTextbox", "instance_config_form", 
object(BlockInstance), "0") at 
/var/www/mahara-site-acttqi-1510/blocktype/lib.php:1017
  BlockInstance->build_configure_form(false) at 
/var/www/mahara-site-acttqi-1510/blocktype/lib.php:817
  BlockInstance->render_editing(true) at 
/var/www/mahara-site-acttqi-1510/lib/view.php:2445
  View->configureblockinstance(array(size 2)) at 
/var/www/mahara-site-acttqi-1510/lib/view.php:1849
  View->process_changes() at 
/var/www/mahara-site-acttqi-1510/view/blocks.json.php:30


  The configdata['artefacids'] is not set.

  We should check for:

  && isset($configdata['artefactids'])

  on line 313 of artefact/internal/blocktype/textbox/lib.php

  as we do in other blocktypes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1514661/+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 1515794] Re: phpunit database teardown is incomplete

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  phpunit database teardown is incomplete

Status in Mahara:
  Fix Released
Status in Mahara 15.10 series:
  Fix Released

Bug description:
  As noticed in Bug 1515473.

  If you run the Mahara phpunit tests twice against the same database
  (by doing "make phpunit") you get errors on the second run. Phpunit
  attempts to tear down the test database and re-create it, but it
  misses some items and errors out when it tries to recreate them,
  because they already exist. This happens in Postgres or MySQL.

  I'm guessing it's because there are some database entities that we
  create through direct execution of DDL statements rather than through
  XMLDB and install.xml files. Probably the teardown uses the
  install.xml files to remove everything, misses the directly-created
  things, and then the subsequent installer tries to re-create them.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1515794/+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 1545374] Re: Error message when clicking "Cancel" in web services test client

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Error message when clicking "Cancel" in web services test client

Status in Mahara:
  Fix Released

Bug description:
  Mahara 15.10+

  When you are on the web services test client's last page and see the
  "wstoken" and you click "Cancel", you get the following error message
  instead of getting back to the start page for the test client:

  Mahara: Invalid Parameter
  A required parameter is missing or malformed

  The 'wstoken' parameter is not alphanumeric only

  Steps to reproduce:

  1. Choose a protocol.
  2. Choose an auth type. 
  3. Click the *Next* button.
  4. Choose the service group that you want to test. 
  5. Click the *Next* button.
  6. Select the function that you want to include in your test. 
  7. Click the *Next* button.
  8. Instead of "Execute", click "Cancel".

  Expected result: Be taken to the beginning of the web services test.
  Actual result: Above error message.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1545374/+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 1516823] Re: MNet: Separate the acts of locking a page, and granting view access to a page

2016-04-29 Thread Kristina Hoeppner
** No longer affects: mahara/16.04

** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  MNet: Separate the acts of locking a page, and granting view access to
  a page

Status in Mahara:
  Fix Released

Bug description:
  See also: https://github.com/MaharaProject/moodle-
  assignsubmission_mahara/issues/2

  The Mahara assignment submission plugin was originally written with
  the idea that submitted pages would always be locked. So, we used the
  presence of the lock record as a way to check for whether or not the
  page should be visible to a specific MNet user.

  With the new generation assignment submission plugin, the plugin now
  supports modes of operation where the Mahara page *never* gets locked.
  In this case, it was relying on a bug in the original code, where the
  view access record would remain present after you locked & unlocked a
  page, until another submission instance came along and subsequently
  locked the page.

  To handle this in a more correct manner, we need separate methods for
  locking a page, and for checking whether a user has access to a page.
  The way we've decided to handle this, is to delegate the access
  control to Moodle. When a user comes from the Moodle gradebook to view
  a submitted Mahara page, Mahara will make an MNet function call back
  to Moodle to check whether that user should be able to view that page
  or not. This will replace the current confused system of secret URL
  tokens and locks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1516823/+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 1568659] Re: Remove tinymce imagebrowser height setting

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara/16.04
   Status: Fix Committed => Fix Released

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

Title:
  Remove tinymce imagebrowser height setting

Status in Mahara:
  Fix Committed
Status in Mahara 16.04 series:
  Fix Released
Status in Mahara 16.10 series:
  Fix Committed

Bug description:
  As we are using flexible layout we don't need the height / constraint
  settings in tinymce browser as we want the images to be able to look
  ok on small / mobile browsers

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1568659/+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 1518842] Re: No Readme.Mahara file for Fontawesome

2016-04-29 Thread Kristina Hoeppner
** No longer affects: mahara/16.04

** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  No Readme.Mahara file for Fontawesome

Status in Mahara:
  Fix Released
Status in Mahara 15.10 series:
  In Progress

Bug description:
  While working on Bug 1510421 I realized there's no README.Mahara file
  for Fontawesome, to indicate what version it is, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1518842/+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 1570667] Re: Image gallery arrow issues with descriptions / dark images

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara/16.04
   Status: Fix Committed => Fix Released

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

Title:
  Image gallery arrow issues with descriptions / dark images

Status in Mahara:
  Fix Committed
Status in Mahara 15.10 series:
  In Progress
Status in Mahara 16.04 series:
  Fix Released
Status in Mahara 16.10 series:
  Fix Committed

Bug description:
  In old 15.04 image gallery the arrows were outside of the
  image/description area.

  Now they are inside the image/description area so if we have a
  description on an image it can sometimes overlap the arrows making
  them un-clickable.

  Also the arrows can blend in with the background image making them
  invisible.

  Also if the image description is larger than the image the text gets
  truncated.

  See attached image for examples

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1570667/+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 1514641] Re: Blocktype rendering error when artefact is not found

2016-04-29 Thread Kristina Hoeppner
** No longer affects: mahara/16.04

** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Blocktype rendering error when artefact is not found

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

Bug description:
  Mahara 15.10:

  version = 2015092910 
  release = 15.10.0

  
  If an artefact is not found while rending a block instance, the try/catch 
catches the error - which is good.

  But, further down the page when it sets pieformcss => $css (on line
  916):

  return array('html' =>
  $smarty->fetch('view/blocktypecontainerediting.tpl'), 'javascript' =>
  $js, 'pieformcss' => $css);

  the variable $css has not been declared - giving this error:

  [Tue Nov 10 11:47:20 2015] [error] [client 192.168.124.138] [WAR] 63 
(blocktype/lib.php:913) Undefined variable: css, referer: 
http://d.acttqi.mahara/view/blocks.php?id=2149&;
  [Tue Nov 10 11:47:20 2015] [error] [client 192.168.124.138] Call stack (most 
recent first):, referer: http://d.acttqi.mahara/view/blocks.php?id=2149&;
  [Tue Nov 10 11:47:20 2015] [error] [client 192.168.124.138]   * 
log_message("Undefined variable: css", 8, true, true, 
"/var/www/acttqi/mahara/htdocs/blocktype/lib.php", 913) at 
/var/www/acttqi/mahara/htdocs/lib/errors.php:441, referer: 
http://d.acttqi.mahara/view/blocks.php?id=2149&;
  [Tue Nov 10 11:47:20 2015] [error] [client 192.168.124.138]   * error(8, 
"Undefined variable: css", "/var/www/acttqi/mahara/htdocs/blocktype/lib.php", 
913, array(size 14)) at /var/www/acttqi/mahara/htdocs/blocktype/lib.php:913, 
referer: http://d.acttqi.mahara/view/blocks.php?id=2149&;
  [Tue Nov 10 11:47:20 2015] [error] [client 192.168.124.138]   * 
BlockInstance->render_editing() at 
/var/www/acttqi/mahara/htdocs/lib/view.php:2082, referer: 
http://d.acttqi.mahara/view/blocks.php?id=2149&;
  [Tue Nov 10 11:47:20 2015] [error] [client 192.168.124.138]   * 
View->build_column(1, 3, true, false) at 
/var/www/acttqi/mahara/htdocs/lib/view.php:2043, referer: 
http://d.acttqi.mahara/view/blocks.php?id=2149&;
  [Tue Nov 10 11:47:20 2015] [error] [client 192.168.124.138]   * 
View->build_columns(1, true, false) at 
/var/www/acttqi/mahara/htdocs/lib/view.php:2028, referer: 
http://d.acttqi.mahara/view/blocks.php?id=2149&;
  [Tue Nov 10 11:47:20 2015] [error] [client 192.168.124.138]   * 
View->build_rows(true) at /var/www/acttqi/mahara/htdocs/view/blocks.php:191, 
referer: http://d.acttqi.mahara/view/blocks.php?id=2149&;
  [Tue Nov 10 11:47:20 2015] [error] [client 192.168.124.138] , referer: 
http://d.acttqi.mahara/view/blocks.php?id=2149&;

  
  So, before calling the static methods (on lines 822+), we should instantiate 
the $css variable first.

  So when it does fail, $css has already been defined.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1514641/+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 1512542] Re: Missing langstring "mobileuploadnotenabled" in MaharaDroid API

2016-04-29 Thread Kristina Hoeppner
** No longer affects: mahara/16.04

** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Missing langstring "mobileuploadnotenabled" in MaharaDroid API

Status in Mahara:
  Fix Released
Status in Mahara 1.10 series:
  Fix Released
Status in Mahara 15.04 series:
  Fix Released
Status in Mahara 15.10 series:
  Fix Released

Bug description:
  While trying to connect MaharaDroid to a 15.10.0 site that had the
  mobile uploads option turned off at the site level, I got back an
  error response that had a missing lang string identifier in it:
  [[mobileuploadnotenabled/account]]

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1512542/+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 1482473] Re: Reword block position selection combobox

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Reword block position selection combobox

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

Bug description:
  When positioning a block using the keyboard (after clicking on one of
  the block type buttons), the default option in the "Position" combobox
  is "Top of column". That's not strictly correct, however, and if there
  are multiple rows in a page it becomes confusing - "Top of cell" would
  be a better description IMO.

  Affects latest master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1482473/+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 1513309] Re: Fix easily fixable plural strings

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Fix easily fixable plural strings

Status in Mahara:
  Fix Released

Bug description:
  When you make permission changes to a page, there's a confirmation
  message afterwards that tells you how many pages were changed.
  Apparently it was never made into a proper plural lang string, so it
  says e.g. "Access rules were updated for 2 page(s)".

  To replicate:

  1. Create a page
  2. Change the permissions on the page
  3. Save the changed permissions

  Expected result: When you save the permissions, you should see the message 
"Access rules were updated for 1 page."
  Actual result: When you save the permissions, you see "Access rules were 
updated for 1 page(s)."

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1513309/+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 1507980] Re: Minor menu issue on Send Message page

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Minor menu issue on Send Message page

Status in Mahara:
  Fix Released
Status in Mahara 15.10 series:
  Fix Released

Bug description:
  Version: 15.10rc2
  OS: Windows 7
  Browser: Firefox 41.0.2

  Link:
  http://master.dev.mahara.org/module/multirecipientnotification/sendmessage.php

  The default text 'Type in a search term' in the Recipients text box is
  appearing through the menu. Under Groups, 'Find Friends', 'Institution
  membership' and 'Topics' are not clickable from the 'Send Message'
  page. The text also appears through the Portfolio and Content menus,
  but it does not prevent the sub pages of these menu items from been
  clicked.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1507980/+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 1269665] Re: XMLRPC web services don't honor $cfg->usersuniquebyusername

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  XMLRPC web services don't honor $cfg->usersuniquebyusername

Status in Mahara:
  Fix Released

Bug description:
  As reported in the forum:
  https://mahara.org/interaction/forum/topic.php?id=6042

  If you set $cfg->usersuniquebyusername, then when a user roams across
  from XMLRPC, we're supposed to identify their Mahara account by
  finding the usr.username value that matches their username in the
  remote system.

  This is in contrast to the normal method, in which we look up their
  remote username in the auth_remote_user table, and use that to map
  them to a Mahara user.

  The problem is that many of the XMLRPC web services methods, used by
  the Moodle plugins, call a method api/xmlrpc/lib.php :
  find_remote_user($username, $wwwroot);. And that method calls
  User->find_by_instanceid_username(), a method which relies on the
  auth_remote_user table.

  What we should do is, if $cfg->usersuniquebyusername is set,
  find_remote_user() should call User->find_by_username(), the same as
  what goes on auth/xmlrpc/lib.php :
  AuthXmlrpc->request_user_authorise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1269665/+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 1489249] Re: No search box label for some search boxes

2016-04-29 Thread Kristina Hoeppner
** No longer affects: mahara/16.04

** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  No search box label for some search boxes

Status in Mahara:
  Fix Released
Status in Mahara 15.10 series:
  Fix Released

Bug description:
  In Administration -> Institutions, there is a search box above the
  table of institutions which doesn't have an associated hidden label. A
  "Search" label needs to be added like for similar forms around the
  rest of the site.

  Affects latest master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1489249/+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 1130485] Re: "The file was too big" is too ambiguous

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  "The file was too big" is too ambiguous

Status in Mahara:
  Fix Released

Bug description:
  When uploading a file that exceeds the maximum file size, the error
  is, for example, "Upload of randomsong.mp3 failed: The file was too
  big. Please ask your administrator for more information."

  This message does not indicate what the file was too big for, and can
  be confusing if the user had not yet noticed the maximum file size,
  and they may think it's their quota limit being enforced too early.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1130485/+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 1499572] Re: array to string conversion on SQLExceptions/ADODB_Exceptions

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

** Changed in: mahara/16.04
   Status: Fix Committed => Fix Released

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

Title:
  array to string conversion on SQLExceptions/ADODB_Exceptions

Status in Mahara:
  Fix Released
Status in Mahara 1.10 series:
  Fix Released
Status in Mahara 15.04 series:
  Fix Released
Status in Mahara 15.10 series:
  Fix Released
Status in Mahara 16.04 series:
  Fix Released

Bug description:
  This bug has been reported from other code (#1486766) but I think the
  issue is perhaps better addressed in the code for class
  ADODB_Exception constructor.

  I got the Array to string conversion warning in my logs when catching
  a Postgres 9.4 SQLException for trying to add a record that would
  break a unique key constraint. The problem was argument $p2 in
  ADODB_Exception constructor was an array and when the string was
  created on line 43: it generated the warning in my logs: Array to
  string conversion error

  43: $s = "$dbms error: [$errno: $errmsg] in $fn($p1,$p2)\n";

  
  a fix I put into my local development copy was as follows and may not be 
appropriate, but this worked for me

  line 30 before switch statement

  if is_array($p1){
  $p1 = implode(":",$p1);
  }

  if is_array($p2){
  $p2 = implode(":",$p2);
  }

  it could be that the p1 check is never needed. If $p2 is a monsterous
  array this might be problematic as well, but this array guard means
  that you don't have to hunt down every ADODB_Exception in the code to
  be filtered to make sure $p2 is never an array.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1499572/+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 1482482] Re: Group settings and delete buttons should contain name of group

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Group settings and delete buttons should contain name of group

Status in Mahara:
  Fix Released

Bug description:
  When viewing "My pages", the edit and delete buttons contain screen-
  reader-accessible text specifying which page will be edited or
  deleted. However, in the My groups list, the settings and delete
  buttons don't contain the same level of information. This makes it
  hard to know which group the buttons will edit or delete.

  The buttons should be changed to include the group title, eg.
  "Settings for My awesome group" and "Delete My awesome group"

  Affects latest master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1482482/+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 1414770] Re: Māori macrons needed for tinymce charmap

2016-04-29 Thread Kristina Hoeppner
** No longer affects: mahara/16.04

** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Māori macrons needed for tinymce charmap

Status in Mahara:
  Fix Released
Status in Mahara 15.04 series:
  Fix Released

Bug description:
  They are missing - but easy to add - so I'll add them

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1414770/+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 1508725] Re: Warning icon on upgrade to 15.10 doesn't show

2016-04-29 Thread Kristina Hoeppner
** No longer affects: mahara/15.10

** Changed in: mahara
   Status: Fix Committed => Fix Released

** Changed in: mahara/16.04
   Status: Fix Committed => Fix Released

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

Title:
  Warning icon on upgrade to 15.10 doesn't show

Status in Mahara:
  Fix Released
Status in Mahara 16.04 series:
  Fix Released

Bug description:
  To Test

  1) Install 15.04 stable site

  2) Checkout 15.10 stable branch

  3) Do upgrade

  The artefact.comment plugin upgrade should show an exclamation icon -
  instead it shows a broken  tag

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1508725/+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 1512942] Re: Group journals tab isn't using the proper API

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Group journals tab isn't using the proper API

Status in Mahara:
  Fix Released

Bug description:
  While investigating some group-related issues, I noticed that the new
  group journals tab was hard-coded into the group_get_menu_tabs()
  method, instead of using the PluginArtefact::group_tabs() api method
  (like the Files artefact does).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1512942/+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 1575955] Re: PHP7 compatibility problems with function parameters

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara/16.04
   Status: Fix Committed => Fix Released

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

Title:
  PHP7 compatibility problems with function parameters

Status in Mahara:
  Fix Committed
Status in Mahara 1.10 series:
  In Progress
Status in Mahara 15.04 series:
  In Progress
Status in Mahara 15.10 series:
  In Progress
Status in Mahara 16.04 series:
  Fix Released
Status in Mahara 16.10 series:
  Fix Committed

Bug description:
  PHP 7 causes warnings about parameter TypeError

  We need to clean up some code to be consistent.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1575955/+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 1487306] Re: Move the "select" checkbox out of item heading in Inbox

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Move the "select" checkbox out of item heading in Inbox

Status in Mahara:
  Fix Released

Bug description:
  In the Inbox, all notifications have a "Select" checkbox as part of
  the panel header. This is wrapped in an , which causes screen
  readers such as JAWS to read out the checkbox strangely. It would be
  nice to make the panel header a  and have a heading inside it
  containing just the notification title.

  Affects latest master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1487306/+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 1394812] Re: "Institution name" field is confusing

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  "Institution name" field is confusing

Status in Mahara:
  Fix Released

Bug description:
  Hi,

  When I log in as an Admin and follow: Administation -> Institutions ->
  Add institution. Then I fill in Institution name with "Fantastic name"
  and I fill in Institution display name with the same then I  try
  saving the institution. I get an ambiguous error not stating why the
  names haven't been accecpted.

  I can see that there is an information icon next to it, and I could
  click that for more information to  problem solve. However if the
  error message stated that the Institution name had to be a single word
  and the curser directed them back to the box to re type it in it would
  be better practice .

  15.04dev (commit 685dfca0e652f250d5c2f8f973f405d2931a5f1a)
  Linux
  PSQL 9.3.5
  Firefox 33.0

  Thanks,
  Jinelle

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1394812/+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 1332373] Re: Make it clear what the maximum length is for $cfg->dbprefix

2016-04-29 Thread Kristina Hoeppner
** Changed in: mahara
   Status: Fix Committed => Fix Released

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

Title:
  Make it clear what the maximum length is for $cfg->dbprefix

Status in Mahara:
  Fix Released

Bug description:
  Bug 1326205, in which MySQL installs would error out if there was a
  dbprefix present, has caused me to realize that we don't really have a
  set limit on maximum dbprefix length. Obviously, setting one that's
  too long, like "thisisareallyreallyreallyreallylongdbprefix" will
  cause the code to crash no matter what.

  It would probably be a good idea to decide on a maximum dbprefix
  length, and put this into the pre-install sanity check. (It doesn't
  need to be mentioned in the config-dist.php file, because most people
  are going to be reasonable and use something short.)

  For reference, MySQL has a limit of 64 characters for names of most
  things ( http://dev.mysql.com/doc/refman/5.1/en/identifiers.html ) and
  Postgres has a limit of 63 characters (because the "name" datatype is
  limited to 64 characters, one of which is used for a terminating null:
  http://www.postgresql.org/docs/8.3/static/datatype-character.html ).

  With some quick testing, I find that in 1.10dev, the max length I can
  use in mysql is 25 characters, and in postgres it's 19 characters. I'm
  not sure why there's such a big difference... presumably this is due
  to some objects being created in Postgres but not in MySQL?

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


  1   2   3   >