[Mahara-contributors] [Bug 1452450] Re: Error when upgrad mahara from 1.8.2 to 15.04

2015-05-11 Thread Robert Lyon
** Changed in: mahara
   Status: In Progress = Fix Committed

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

Title:
  Error when upgrad mahara from 1.8.2 to 15.04

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Reported from public

  Error when upgrading from 1.8.2 to 15.04

  [WAR] 53 (lib/errors.php:747) Failed to get a recordset: postgres8 error: 
[-1: ERROR:  column path does not exist
  LINE 4:WHERE path LIKE '%/49354/%' OR path LIKE '%/3846...
^] in adodb_throw(
  SELECT DISTINCT id
  FROM artefact
  WHERE path LIKE '%/49354/%' OR path LIKE '%/3846/%' OR path LIKE 
'%/68/%' OR path LIKE '%/67/%' OR path LIKE '%/16/%' OR path LIKE '%/15/%' OR 
path LIKE '%/77/%'
  ORDER BY id, )
  Command was: 
  SELECT DISTINCT id
  FROM artefact
  WHERE path LIKE '%/49354/%' OR path LIKE '%/3846/%' OR path LIKE 
'%/68/%' OR path LIKE '%/67/%' OR path LIKE '%/16/%' OR path LIKE '%/15/%' OR 
path LIKE '%/77/%'
  ORDER BY id
  Call stack (most recent first):
  log_message(Failed to get a recordset: postgres8 error: [-1: E..., 8, true, 
true) at /var/www/mahara/lib/errors.php:97
  log_warn(Failed to get a recordset: postgres8 error: [-1: E...) at 
/var/www/mahara/lib/errors.php:747
  SQLException-__construct(Failed to get a recordset: postgres8 error: [-1: 
E...) at /var/www/mahara/lib/dml.php:847
  get_column_sql( SELECT DISTINCT id FROM {...) at 
/var/www/mahara/artefact/lib.php:1789
  artefact_get_descendants(array(size 7)) at 
/var/www/mahara/artefact/lib.php:1295
  ArtefactType::update_locked(3) at /var/www/mahara/lib/db/upgrade.php:3118
  xmldb_core_upgrade(2013101410) at /var/www/mahara/lib/upgrade.php:359
  upgrade_core(object(stdClass)) at /var/www/mahara/admin/upgrade.json.php:86
  Performing upgrades...

  Component or plugin   From versionTo version  Information
  core  1.8.2   15.04.0  Failed to get a recordset: postgres8 error: [-1: 
ERROR: column path does not exist LINE 4: WHERE path LIKE '%/49354/%' OR path 
LIKE '%/3846... ^] in adodb_throw( SELECT DISTINCT id FROM artefact WHERE 
path LIKE '%/49354/%' OR path LIKE '%/3846/%' OR path LIKE '%/68/%' OR path 
LIKE '%/67/%' OR path LIKE '%/16/%' OR path LIKE '%/15/%' OR path LIKE '%/77/%' 
ORDER BY id, ) Command was: SELECT DISTINCT id FROM artefact WHERE path LIKE 
'%/49354/%' OR path LIKE '%/3846/%' OR path LIKE '%/68/%' OR path LIKE '%/67/%' 
OR path LIKE '%/16/%' OR path LIKE '%/15/%' OR path LIKE '%/77/%' ORDER BY id
  Call stack (most recent first):
  get_column_sql( SELECT DISTINCT id FROM {...) at 
/var/www/mahara/artefact/lib.php:1789
  artefact_get_descendants(array(size 7)) at 
/var/www/mahara/artefact/lib.php:1295
  ArtefactType::update_locked(3) at /var/www/mahara/lib/db/upgrade.php:3118
  xmldb_core_upgrade(2013101410) at /var/www/mahara/lib/upgrade.php:359
  upgrade_core(object(stdClass)) at /var/www/mahara/admin/upgrade.json.php:86

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1452450/+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 1453632] Re: Skins break on major version upgrade

2015-05-11 Thread Gregor Anželj
If my memory serves correctly then skins (if we dont take the Advanced
tab into consideration) are only dependant on some small subset of CSS
classes. How often do these CSS class names change?

Introductiong version compatibility number is definitely one way to go,
but what to do next during the upgrade process is a bit blurred at the
moment - might be a good thing to talk about in the DEV meeting...

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

Title:
  Skins break on major version upgrade

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  One problem with the Mahara skins feature, is that it is highly
  dependent on modifying the underlying theme, and templates. And these
  both change, sometimes radically, from one major version of Mahara to
  the next.

  This means that skins will break when you do a major version upgrade
  (unless the skin author edits the skin to be compatible with the new
  version). And that could provide quite a disincentive for people to
  upgrade their Mahara site.

  I'm not sure what the best solution for this problem is, so I'm
  opening this bug partly to discuss the issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1453632/+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 1453632] Re: Skins break on major version upgrade

2015-05-11 Thread Aaron Wells
Hi Gregor,

That's a good point. The CSS identifiers don't change that often.

Though they do occasionally change. In Mahara 15.04 we're rewriting the
whole front end to use the Bootstrap CSS framework, so there may well be
some big changes coming. Perhaps what we should do, is add additional
classes specifically as a handle for skins?

But yeah, this might be useful to discuss at the next dev meeting. I'll
add it to the agenda.

Cheers,
Aaron

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

Title:
  Skins break on major version upgrade

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  One problem with the Mahara skins feature, is that it is highly
  dependent on modifying the underlying theme, and templates. And these
  both change, sometimes radically, from one major version of Mahara to
  the next.

  This means that skins will break when you do a major version upgrade
  (unless the skin author edits the skin to be compatible with the new
  version). And that could provide quite a disincentive for people to
  upgrade their Mahara site.

  I'm not sure what the best solution for this problem is, so I'm
  opening this bug partly to discuss the issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1453632/+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 853662] Re: Use newer and flashier graphing framework to generate graphs in Mahara

2015-05-11 Thread Robert Lyon
I too think that JQPlot will be a good way to go for rendering graphs -
looks simple enough to code for and the documentation is good.

However, one of the big things with the graphs that mahara currently
displays is the complexity/slowness to generate the data for the graphs
in the first place.

In the past the mahara system would run cron jobs to generate the data
and then generate the resultant graphs as an image file all in one step
so that later the system could call these images to display on page
load.

If we are to make the graph generator be a javascript one then we should
probably still generate the data via crons for the existing graphs and
then save that data into a table so that JQPlot (or whatever) can call
the JSON formatted data via ajax on page load.

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

Title:
  Use newer and flashier graphing framework to generate graphs in Mahara

Status in Mahara ePortfolio:
  Triaged

Bug description:
  As discussed at 4th Developer Meeting - pChart may be a suitable
  framework for rendering graphs in Mahara, e.g. in the admin section,
  but we found out, that it+s not for commercial use, so it's not Open
  Source and cannot be used in Mahara.

  There is a suitable replacement: eZ Components - Graph component,
  because it generates images so the graphs do not require Javascript to
  be enabled.

  eZ Components are released under New BSD License:
  http://ezcomponents.org/introduction/license

  More info about eZ Components - Graph component:
  - Documentation at http://ezcomponents.org/docs/tutorials/Graph
  - Examples at http://ezcomponents.org/docs/api/trunk/Graph_gallery.html
  - Download at http://ezcomponents.org/download

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/853662/+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 660762] Re: Collection and Plans descriptions should have WYSIWYG editor

2015-05-11 Thread Jono Mingard
An issue here is that the collection description only seems to be shown
in the Collections list. In the equivalent list for Views, HTML tags are
stripped out and the description is displayed as plain text - the only
time the description is displayed with formatting is when you're viewing
the page. As far as I can tell the collection description isn't
displayed in the same way, so allowing HTML wouldn't have any effect
(you wouldn't be able to see the formatted text anywhere).

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

Title:
  Collection and Plans descriptions should have WYSIWYG editor

Status in Mahara ePortfolio:
  Triaged

Bug description:
  View descriptions have a WYSIWYG editor. Thus, to be consistent,
  Collections and Plans should also have a WYSIWYG editor. Additionally,
  the task descriptions in a plan should also get the visual editor.

  At some point we had talked about allowing admins (if possible
  institution admins) to decide whether to allow a visual editor or not.
  I can't find such a setting right now, but thought it is somewhere.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/660762/+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 1453987] [NEW] NEW NOTE button request

2015-05-11 Thread Lisa Ransom
Public bug reported:

Refer Forum - Open Discussion - notes area in content button


https://mahara.org/interaction/forum/topic.php?id=7227offset=0limit=10#post29039

 Is it possible to have a NEW NOTE button on the right hand side (like
NEW PLAN).

This will make it consistent with the rest of the CONTENT items in the
CONTENT tab and more user friendly.


Regards
Lisa

** Affects: mahara
 Importance: Undecided
 Status: New

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

Title:
  NEW NOTE button request

Status in Mahara ePortfolio:
  New

Bug description:
  Refer Forum - Open Discussion - notes area in content button

  
  
https://mahara.org/interaction/forum/topic.php?id=7227offset=0limit=10#post29039

   Is it possible to have a NEW NOTE button on the right hand side (like
  NEW PLAN).

  This will make it consistent with the rest of the CONTENT items in the
  CONTENT tab and more user friendly.



  Regards
  Lisa

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1453987/+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 1453987] Re: New note button under Content - Notes

2015-05-11 Thread Kristina Hoeppner
** Summary changed:

- NEW NOTE button request
+ New note button under Content - Notes

** Changed in: mahara
   Status: New = Confirmed

** Changed in: mahara
   Importance: Undecided = Wishlist

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

Title:
  New note button under Content - Notes

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Refer Forum - Open Discussion - notes area in content button

  
  
https://mahara.org/interaction/forum/topic.php?id=7227offset=0limit=10#post29039

   Is it possible to have a NEW NOTE button on the right hand side (like
  NEW PLAN).

  This will make it consistent with the rest of the CONTENT items in the
  CONTENT tab and more user friendly.



  Regards
  Lisa

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