[Mahara-contributors] [Bug 787123] Re: static $lang in mahara.php

2011-06-06 Thread Heinz Krettek
please look at
http://mahara.org/interaction/forum/topic.php?id=1736#post16283 too

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/787123

Title:
   static $lang in mahara.php

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  Hi,

  please check if the line with  static $lang around line 821 or 925
  prevents that language packs are installable?

  I noticed/read this problem in a few German installations.

  Cheers Heinz

___
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 787123] Re: static $lang in mahara.php

2011-05-23 Thread Heinz Krettek
Hi Richard,
yep several users reported this at mahara.org forums and Nigel modified my code 
also.

Cheers
Heinz

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/787123

Title:
   static $lang in mahara.php

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  Hi,

  please check if the line with  static $lang around line 821 or 925
  prevents that language packs are installable?

  I noticed/read this problem in a few German installations.

  Cheers Heinz

___
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 776955] [NEW] /admin shows cronjob not running altho it is ok

2011-05-04 Thread Heinz Krettek
Public bug reported:

Hi,

I installed mahara 1.4 (Mahara version 1.4.0alpha2dev (2011042000) 
the cronjob is running, but the site shows:
Cron: Cron is not running.
See the installation guide for instructions on how to set it up.

** Affects: mahara
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/776955

Title:
  /admin shows cronjob not running altho it is ok

Status in Mahara ePortfolio:
  New

Bug description:
  Hi,

  I installed mahara 1.4 (Mahara version 1.4.0alpha2dev (2011042000) 
  the cronjob is running, but the site shows:
  Cron: Cron is not running.
  See the installation guide for instructions on how to set it up.

___
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 623107] Re: Blogs with many posts are slow

2011-04-28 Thread Heinz Krettek
Hi Darryl,

I played with my blog with 134 postings again , a mix of text, some
pics.

I think the problem is gone since I use a new host. It´s 1.3.4 mahara
postgresql

I create  a secret URL for testing
http://ewiesion.com/mahara/view/view.php?t=AyihgQ2HYUK5Tsk1XMEv

HTH Heinz

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/623107

Title:
  Blogs with many posts are slow

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  Heinz reports in a DM: Hi, blogs with many postings are very slowly
  in mahara. I use one wth more than 100 posts

___
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 725481] [NEW] missing param in /artefact/file/form/elements/filebrowser.php

2011-02-26 Thread Heinz Krettek
Public bug reported:

Hi,

there is a missing param in /artefact/file/form/elements/filebrowser.php

function pieform_element_filebrowser_get_path($folder) {
$path = array();
if ($folder) {
$folders = 
ArtefactTypeFileBase::artefactchooser_folder_data(artefact_instance_from_id($folder))-data;
$f = $folder;
while ($f) {
$path[] = (object) array('title' = $folders[$f]-title, 'id' = 
$f);
$f = $folders[$f]-parent;
}
}

$path[] = (object) array('title' = get_string('home'), 'id' = 0);
return $path;
}

needs a get_string('home') , 'artefact.file') to use the home var

in artefact.file.php 
$string['home'] = 'Stammverzeichnis';

Cheers
Heinz

** Affects: mahara
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/725481

Title:
  missing param in /artefact/file/form/elements/filebrowser.php

Status in Mahara ePortfolio:
  New

Bug description:
  Hi,

  there is a missing param in
  /artefact/file/form/elements/filebrowser.php

  function pieform_element_filebrowser_get_path($folder) {
  $path = array();
  if ($folder) {
  $folders = 
ArtefactTypeFileBase::artefactchooser_folder_data(artefact_instance_from_id($folder))-data;
  $f = $folder;
  while ($f) {
  $path[] = (object) array('title' = $folders[$f]-title, 'id' = 
$f);
  $f = $folders[$f]-parent;
  }
  }

  $path[] = (object) array('title' = get_string('home'), 'id' = 0);
  return $path;
  }

  needs a get_string('home') , 'artefact.file') to use the home var

  in artefact.file.php 
  $string['home'] = 'Stammverzeichnis';

  Cheers
  Heinz

___
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 631977] [NEW] missing helpfile category

2010-09-06 Thread Heinz Krettek
Public bug reported:

I noticed a missing helpfile

See attached screenshot

** Affects: mahara
 Importance: Undecided
 Status: New

-- 
missing helpfile category
https://bugs.launchpad.net/bugs/631977
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: New

Bug description:
I noticed a missing helpfile

See attached screenshot



___
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 619057] [NEW] http://master.dev.mahara.org sets wrong default block title in contact block

2010-08-17 Thread Heinz Krettek
Public bug reported:

While playing with http://master.dev.mahara.org

I noticed that after adding a navigation block and renaming the block
title for this block the next added contact block has a wrong block
title which is the former used text.

See attached screenie

** Affects: mahara
 Importance: Undecided
 Status: New

-- 
http://master.dev.mahara.org sets wrong default block title in contact block
https://bugs.launchpad.net/bugs/619057
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: New

Bug description:
While playing with http://master.dev.mahara.org

I noticed that after adding a navigation block and renaming the block title for 
this block the next added contact block has a wrong block title which is the 
former used text. 

See attached screenie



___
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 619074] [NEW] adding collection description shows site unavailabel

2010-08-17 Thread Heinz Krettek
Public bug reported:

I tried to edit a existing collction and added  a Collection description

and see

Mahara: Master Branch: Site unavailable

A nonrecoverable error occured. This probably means you have encountered
a bug in the system

** Affects: mahara
 Importance: Undecided
 Status: New

-- 
adding collection description shows site unavailabel
https://bugs.launchpad.net/bugs/619074
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: New

Bug description:
I tried to edit a existing collction and added  a Collection description

and see

Mahara: Master Branch: Site unavailable

A nonrecoverable error occured. This probably means you have encountered a bug 
in the system



___
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 619075] [NEW] friendslist shows wrong link

2010-08-17 Thread Heinz Krettek
Public bug reported:

Hi,

my friendslist shows a wrong link. See attached pic

** Affects: mahara
 Importance: Undecided
 Status: New

-- 
friendslist shows wrong link
https://bugs.launchpad.net/bugs/619075
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: New

Bug description:
Hi,

my friendslist shows a wrong link. See attached pic



___
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 619084] [NEW] where are the Activity Preferences and Institution Membership menus gone

2010-08-17 Thread Heinz Krettek
Public bug reported:

2010-08-17

I look for the above mentioned menu entries :-( Where are they in the
actual http://master.dev.mahara.org

** Affects: mahara
 Importance: Undecided
 Status: New

-- 
where are the Activity Preferences and Institution Membership menus gone
https://bugs.launchpad.net/bugs/619084
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: New

Bug description:
2010-08-17 

I look for the above mentioned menu entries :-( Where are they in the actual 
http://master.dev.mahara.org



___
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 597097] [NEW] langconfig needs a new command to display names correctly

2010-06-22 Thread Heinz Krettek
Public bug reported:

Hi,

using the german langpack I noticed that the month names are not
displayed in German letters.

Example: in groups te joinded date shows 4. may

Penny showed me to insert a line in the langconfig.php file, but it
should be handled better.

setlocale (LC_ALL, 'de_DE.utf8');

** Affects: mahara
 Importance: Undecided
 Status: New

-- 
langconfig needs a new command to display names correctly
https://bugs.launchpad.net/bugs/597097
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: New

Bug description:
Hi,

using the german langpack I noticed that the month names are not displayed in 
German letters.

Example: in groups te joinded date shows 4. may   

Penny showed me to insert a line in the langconfig.php file, but it should be 
handled better.

setlocale (LC_ALL, 'de_DE.utf8');



___
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