[Mahara-contributors] [Bug 885588] [NEW] user/view.php PHP Fatal error in non-auth access

2011-11-03 Thread Juan Segarra Montesinos
Public bug reported:

This is Mahara 1.4.0:

Each 4 minutes or so, I was getting the following error on PHP error
log:

PHP Fatal error:  Call to a member function get() on a non-object in
[MAHARA_DIRROOT]/user/view.php on line 67

To reproduce just access /user/view.php without being authenticated. The
access log shows GoogleBot trying to access user's profile page.

** 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/885588

Title:
  user/view.php PHP Fatal error in non-auth access

Status in Mahara ePortfolio:
  New

Bug description:
  This is Mahara 1.4.0:

  Each 4 minutes or so, I was getting the following error on PHP error
  log:

  PHP Fatal error:  Call to a member function get() on a non-object in
  [MAHARA_DIRROOT]/user/view.php on line 67

  To reproduce just access /user/view.php without being authenticated.
  The access log shows GoogleBot trying to access user's profile page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/885588/+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 885588] Re: user/view.php PHP Fatal error in non-auth access

2011-11-03 Thread Juan Segarra Montesinos
Here a fix:

https://gitorious.org/~juancs/mahara/juancs-
mahara/commit/adbc4d3e64e9c44ca54b7eaa1bc7d89ea597190a

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

Title:
  user/view.php PHP Fatal error in non-auth access

Status in Mahara ePortfolio:
  New

Bug description:
  This is Mahara 1.4.0:

  Each 4 minutes or so, I was getting the following error on PHP error
  log:

  PHP Fatal error:  Call to a member function get() on a non-object in
  [MAHARA_DIRROOT]/user/view.php on line 67

  To reproduce just access /user/view.php without being authenticated.
  The access log shows GoogleBot trying to access user's profile page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/885588/+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 885588] Re: user/view.php PHP Fatal error in non-auth access

2011-11-03 Thread Ruslan Kabalin
Hello Juan, thanks for your patch can you please push it to gerrit for
revision, see
https://wiki.mahara.org/index.php/Developer_Area/Contributing_Code for
details. Thanks!

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

Title:
  user/view.php PHP Fatal error in non-auth access

Status in Mahara ePortfolio:
  New

Bug description:
  This is Mahara 1.4.0:

  Each 4 minutes or so, I was getting the following error on PHP error
  log:

  PHP Fatal error:  Call to a member function get() on a non-object in
  [MAHARA_DIRROOT]/user/view.php on line 67

  To reproduce just access /user/view.php without being authenticated.
  The access log shows GoogleBot trying to access user's profile page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/885588/+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 885588] Re: user/view.php PHP Fatal error in non-auth access

2011-11-03 Thread Juan Segarra Montesinos
Ops... sorry ;) Done ;)

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

Title:
  user/view.php PHP Fatal error in non-auth access

Status in Mahara ePortfolio:
  New

Bug description:
  This is Mahara 1.4.0:

  Each 4 minutes or so, I was getting the following error on PHP error
  log:

  PHP Fatal error:  Call to a member function get() on a non-object in
  [MAHARA_DIRROOT]/user/view.php on line 67

  To reproduce just access /user/view.php without being authenticated.
  The access log shows GoogleBot trying to access user's profile page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/885588/+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 885588] Re: user/view.php PHP Fatal error in non-auth access

2011-11-03 Thread Ruslan Kabalin
Hello Juan, I can't reproduce it for some reason. $view object always
exist, does not matter if you are authenticated or not (lines 58-65).
And if you try accessing non-existing user it will throw the exception
earlier.

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

Title:
  user/view.php PHP Fatal error in non-auth access

Status in Mahara ePortfolio:
  New

Bug description:
  This is Mahara 1.4.0:

  Each 4 minutes or so, I was getting the following error on PHP error
  log:

  PHP Fatal error:  Call to a member function get() on a non-object in
  [MAHARA_DIRROOT]/user/view.php on line 67

  To reproduce just access /user/view.php without being authenticated.
  The access log shows GoogleBot trying to access user's profile page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/885588/+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 885588] Re: user/view.php PHP Fatal error in non-auth access

2011-11-03 Thread Juan Segarra Montesinos
I've realised that the error isn't raised with all users, just those
without a profile view. You can try with any of these:

   select id from usr where id not in ( select distinct owner from view
where type='profile' );

Take one id and access /user/view.php?id={one of the preovious id}

Maybe is not a general problem... just a problem with the way we are
creating our users... ... is it possible to have a user created
without a profile view?

Look at get_view_by_type() method. If profile view doesn't exists and
you're not logged in, null is returned. That's what I'm getting here :/

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

Title:
  user/view.php PHP Fatal error in non-auth access

Status in Mahara ePortfolio:
  New

Bug description:
  This is Mahara 1.4.0:

  Each 4 minutes or so, I was getting the following error on PHP error
  log:

  PHP Fatal error:  Call to a member function get() on a non-object in
  [MAHARA_DIRROOT]/user/view.php on line 67

  To reproduce just access /user/view.php without being authenticated.
  The access log shows GoogleBot trying to access user's profile page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/885588/+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 885588] Re: user/view.php PHP Fatal error in non-auth access

2011-11-03 Thread Ruslan Kabalin
That is true, attempt to access user that has been created but does not
have profile will cause fatal error.

Regarding your question, yes, it is possible to have the user without
profile. The profile view is created on the first user login, see
auth/user.php, load_views() call from authenticate().

** Changed in: mahara
   Status: New = Confirmed

** Changed in: mahara
   Importance: Undecided = Low

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

Title:
  user/view.php PHP Fatal error in non-auth access

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  This is Mahara 1.4.0:

  Each 4 minutes or so, I was getting the following error on PHP error
  log:

  PHP Fatal error:  Call to a member function get() on a non-object in
  [MAHARA_DIRROOT]/user/view.php on line 67

  To reproduce just access /user/view.php without being authenticated.
  The access log shows GoogleBot trying to access user's profile page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/885588/+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 885588] Re: user/view.php PHP Fatal error in non-auth access

2011-11-03 Thread Ruslan Kabalin
https://reviews.mahara.org/#change,828

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

Title:
  user/view.php PHP Fatal error in non-auth access

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  This is Mahara 1.4.0:

  Each 4 minutes or so, I was getting the following error on PHP error
  log:

  PHP Fatal error:  Call to a member function get() on a non-object in
  [MAHARA_DIRROOT]/user/view.php on line 67

  To reproduce just access /user/view.php without being authenticated.
  The access log shows GoogleBot trying to access user's profile page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/885588/+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 885588] Re: user/view.php PHP Fatal error in non-auth access

2011-11-03 Thread Richard Mansfield
Also fixed on master at https://bugs.launchpad.net/mahara/+bug/837801

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

Title:
  user/view.php PHP Fatal error in non-auth access

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  This is Mahara 1.4.0:

  Each 4 minutes or so, I was getting the following error on PHP error
  log:

  PHP Fatal error:  Call to a member function get() on a non-object in
  [MAHARA_DIRROOT]/user/view.php on line 67

  To reproduce just access /user/view.php without being authenticated.
  The access log shows GoogleBot trying to access user's profile page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/885588/+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 885588] Re: user/view.php PHP Fatal error in non-auth access

2011-11-03 Thread François Marier
** Changed in: mahara
Milestone: None = 1.4.2

** Changed in: mahara
   Status: Confirmed = In Progress

** Changed in: mahara
   Importance: Low = Medium

** Changed in: mahara
 Assignee: (unassigned) = Juan Segarra Montesinos (juan-segarra)

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

Title:
  user/view.php PHP Fatal error in non-auth access

Status in Mahara ePortfolio:
  In Progress

Bug description:
  This is Mahara 1.4.0:

  Each 4 minutes or so, I was getting the following error on PHP error
  log:

  PHP Fatal error:  Call to a member function get() on a non-object in
  [MAHARA_DIRROOT]/user/view.php on line 67

  To reproduce just access /user/view.php without being authenticated.
  The access log shows GoogleBot trying to access user's profile page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/885588/+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 845534] Re: Plans title link not working

2011-11-03 Thread François Marier
** 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.
https://bugs.launchpad.net/bugs/845534

Title:
  Plans title link not working

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  When a Plan is inserted into a page the Title of  a task is suppposed to be  
a link to expand to show the detail of the task. It does not do this instead it 
opens up the users list of pages. This is also the same for the CPD plugin in 
which exactly the same thing happens. It appears that this is only the case for 
IE 8  9. When I try this in Firefox it all works properly.
  Using Mahara 1.4.0, this wasn't a problem in 1.3
  Operating system Linux
  Database MySQL
  IE 8  9

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/845534/+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 860090] Re: Maildisabled preference not respected in activity notifications

2011-11-03 Thread François Marier
** 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.
https://bugs.launchpad.net/bugs/860090

Title:
  Maildisabled preference not respected in activity notifications

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Commit a8102e9129 tried to fetch all users' maildisabled preferences
  in the activity_get_users function, but failed because it used the
  wrong table alias, so maildisabled is not being respected by the
  email_user function whenever email_user is called by an activity
  notification (which is most of the time).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/860090/+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 812066] Re: Textarea JS error in IE

2011-11-03 Thread François Marier
** 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.
https://bugs.launchpad.net/bugs/812066

Title:
  Textarea JS error in IE

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  The Feedback functionality causes a Javascript error in Internet
  Explorer6/7/8 browsers: Expected identifier, string or number

  (1.4 - current)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/812066/+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 784326] Re: adding a collection with Page navigation bar unchecked throws exception

2011-11-03 Thread François Marier
** Changed in: mahara/1.4
   Status: Fix Committed = Fix Released

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

Title:
  adding a collection with Page navigation bar unchecked throws
  exception

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.4 series:
  Fix Released

Bug description:
  in /collection/edit.php?new=1

  when the Page navigation bar option is not selected, then the
  following error log is given

  [Wed May 18 11:19:05 2011] [error] [client ::1] [WAR] 4a (lib/errors.php:745) 
Failed to get a recordset: postgres7 error: [-1: ERROR:  invalid input syntax 
for integer: ] in adodb_throw(INSERT INTO collection (id, owner, 
ctime, mtime, name, description, navigation) VALUES (?, ?, ?, ?, ?, 
?, ?), Array), referer: http://localhost/mahara/collection/edit.php?new=1
  [Wed May 18 11:19:05 2011] [error] [client ::1] [WAR] 4a (lib/errors.php:745) 
Command was: INSERT INTO collection (id, owner, ctime, mtime, name, 
description, navigation) VALUES (?, ?, ?, ?, ?, ?, ?) and values was 
(4,2,2011-05-18 11:19:05,2011-05-18 11:19:05,fh,gh,), referer: 
http://localhost/mahara/collection/edit.php?new=1
  [Wed May 18 11:19:05 2011] [error] [client ::1] Call stack (most recent 
first):, referer: http://localhost/mahara/collection/edit.php?new=1
  [Wed May 18 11:19:05 2011] [error] [client ::1]   * log_message(Failed to 
get a recordset: postgres7 error: [-1: E..., 8, true, true) at 
/home/hugh/src/mahara/mahara/htdocs/lib/errors.php:109, referer: 
http://localhost/mahara/collection/edit.php?new=1
  [Wed May 18 11:19:05 2011] [error] [client ::1]   * log_warn(Failed to get a 
recordset: postgres7 error: [-1: E...) at 
/home/hugh/src/mahara/mahara/htdocs/lib/errors.php:745, referer: 
http://localhost/mahara/collection/edit.php?new=1
  [Wed May 18 11:19:05 2011] [error] [client ::1]   * 
SQLException-__construct(Failed to get a recordset: postgres7 error: [-1: 
E...) at /home/hugh/src/mahara/mahara/htdocs/lib/dml.php:1060, referer: 
http://localhost/mahara/collection/edit.php?new=1
  [Wed May 18 11:19:05 2011] [error] [client ::1]   * 
insert_record(collection, object(stdClass), id, true) at 
/home/hugh/src/mahara/mahara/htdocs/lib/collection.php:145, referer: 
http://localhost/mahara/collection/edit.php?new=1
  [Wed May 18 11:19:05 2011] [error] [client ::1]   * Collection-commit() at 
/home/hugh/src/mahara/mahara/htdocs/lib/collection.php:101, referer: 
http://localhost/mahara/collection/edit.php?new=1
  [Wed May 18 11:19:05 2011] [error] [client ::1]   * 
Collection::save(array(size 5)) at 
/home/hugh/src/mahara/mahara/htdocs/collection/edit.php:86, referer: 
http://localhost/mahara/collection/edit.php?new=1
  [Wed May 18 11:19:05 2011] [error] [client ::1]   * submit(object(Pieform), 
array(size 5)) at Unknown:0, referer: 
http://localhost/mahara/collection/edit.php?new=1
  [Wed May 18 11:19:05 2011] [error] [client ::1]   * 
call_user_func_array(submit, array(size 2)) at 
/home/hugh/src/mahara/mahara/htdocs/lib/pieforms/pieform.php:512, referer: 
http://localhost/mahara/collection/edit.php?new=1
  [Wed May 18 11:19:05 2011] [error] [client ::1]   * 
Pieform-__construct(array(size 5)) at 
/home/hugh/src/mahara/mahara/htdocs/lib/pieforms/pieform.php:161, referer: 
http://localhost/mahara/collection/edit.php?new=1
  [Wed May 18 11:19:05 2011] [error] [client ::1]   * 
Pieform::process(array(size 5)) at 
/home/hugh/src/mahara/mahara/htdocs/lib/pieforms/pieform.php:71, referer: 
http://localhost/mahara/collection/edit.php?new=1
  [Wed May 18 11:19:05 2011] [error] [client ::1]   * pieform(array(size 5)) at 
/home/hugh/src/mahara/mahara/htdocs/collection/edit.php:77, referer: 
http://localhost/mahara/collection/edit.php?new=1
  [Wed May 18 11:19:05 2011] [error] [client ::1] , referer: 
http://localhost/mahara/collection/edit.php?new=1
  [Wed May 18 11:19:05 2011] [error] [client ::1] [WAR] 4a (lib/dml.php:1060) 
Failed to get a recordset: postgres7 error: [-1: ERROR:  invalid input syntax 
for integer: ] in adodb_throw(INSERT INTO collection (id, owner, 
ctime, mtime, name, description, navigation) VALUES (?, ?, ?, ?, ?, 
?, ?), Array), referer: http://localhost/mahara/collection/edit.php?new=1
  [Wed May 18 11:19:05 2011] [error] [client ::1] [WAR] 4a (lib/dml.php:1060) 
Command was: INSERT INTO collection (id, owner, ctime, mtime, name, 
description, navigation) VALUES (?, ?, ?, ?, ?, ?, ?) and values was 
(4,2,2011-05-18 11:19:05,2011-05-18 11:19:05,fh,gh,), referer: 
http://localhost/mahara/collection/edit.php?new=1
  [Wed May 18 11:19:05 2011] [error] [client ::1] Call stack (most recent 
first):, referer: http://localhost/mahara/collection/edit.php?new=1
  [Wed May 18 11:19:05 2011] [error] [client ::1]   * 
insert_record(collection, object(stdClass), id, true) at 
/home/hugh/src/mahara/mahara/htdocs/lib/collection.php:145, referer: 

[Mahara-contributors] [Bug 872672] Re: Fatal error in image gallery on public profiles

2011-11-03 Thread François Marier
** 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.
https://bugs.launchpad.net/bugs/872672

Title:
  Fatal error in image gallery on public profiles

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  The image gallery doesn't include artefact/lib.php.  This can result
  in an unviewable view, instead an error message is displayed: Fatal
  error: Call to undefined function artefact_get_descendants() in
  .../artefact/file/blocktype/gallery/lib.php on line ...

  Other stuff often includes the library first.  Seems to require that
  the user is logged out, it must be a profile view, and the gallery
  also needs to be one of the first blocks on the page.

  Affects 1.4.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/872672/+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 817342] Re: Unencoded strings included in viewacl javascript

2011-11-03 Thread François Marier
** Changed in: mahara/1.4
   Status: Fix Committed = Fix Released

** Changed in: mahara
   Importance: High = Medium

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

Title:
  Unencoded strings included in viewacl javascript

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.3 series:
  Fix Committed
Status in Mahara 1.4 series:
  Fix Released

Bug description:
  The viewacl template has javascript which includes strings directly
  from the language pack in single quotes instead of json encoded.
  Strings containing single quotes will result in syntax errors and will
  stop the js from executing.

  I'll mark this as security till I've had a chance to discuss it with
  the others, but it's only exploitable by language pack maintainers, so
  it's probably better as public.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/817342/+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 881681] Re: Share with group buttons show wrong text when shortened

2011-11-03 Thread François Marier
** 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.
https://bugs.launchpad.net/bugs/881681

Title:
  Share with group buttons show wrong text when shortened

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  The share with my groups buttons sometimes show the wrong group name
  beside them when groups have long names.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/881681/+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 809216] Re: When uploading a .flv using IE, the mimetype isn't set correctly

2011-11-03 Thread François Marier
** 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.
https://bugs.launchpad.net/bugs/809216

Title:
  When uploading a .flv using IE, the mimetype isn't set correctly

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  As described here:

    http://mahara.org/interaction/forum/topic.php?id=3840

  it looks like unless users install a video player that will add a
  mimetype for .flv files, IE will send a generic one (application
  /octet-stream) to Mahara and so the file won't be recognized as a
  video file that can be selected by Mahara.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/809216/+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 832374] Re: Manually added users or bulk imported users are not forced to change their password

2011-11-03 Thread François Marier
** 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.
https://bugs.launchpad.net/bugs/832374

Title:
  Manually added users or bulk imported users are not forced to change
  their password

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  This bug is the same as #775221, but applies to users manually added
  by the admin, or bulk imported through /admin/users/bulkimport.php.

  It applies to 1.4_STABLE

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/832374/+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 809228] Re: Search plugin setting not saved

2011-11-03 Thread François Marier
** 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.
https://bugs.launchpad.net/bugs/809228

Title:
  Search plugin setting not saved

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  version: 1.4

  In admin/site/options.php 'searchplugin' form field is ignored. It
  seems to be missing from a list of fields to save (line 543).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/809228/+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 800575] Re: blogs not shown correctly past page 1

2011-11-03 Thread François Marier
** 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.
https://bugs.launchpad.net/bugs/800575

Title:
  blogs not shown correctly past page 1

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  After upgrading to Version 1.4.0 the Blogs not working correctly.
  It happens if you have morethen 10 blogs. By clicking the 2 button to get 
to the next page nothing happens.
  Error Log:
   PHP Fatal error:  Call to undefined function pieform() in 
../mahara/artefact/blog/lib.php on line 395, referer: ../artefact/blog/

  Mahara 1.4.0
  Suse
  Postgres
  Firefox 4.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/800575/+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 813204] Re: Cannot edit a page with a navigation block pointing at a deleted collection

2011-11-03 Thread François Marier
** 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.
https://bugs.launchpad.net/bugs/813204

Title:
  Cannot edit a page with a navigation block pointing at a deleted
  collection

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  If you include a navigation block on a page, then delete the
  collection which the block refers to, you can no longer view or edit
  the page.

  http://mahara.org/interaction/forum/topic.php?id=3866

  We should just display an empty block rather than throwing the error
  described in that post.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/813204/+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 804129] Re: Embedded mp3 file not loading in IE in v1.4

2011-11-03 Thread François Marier
** 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.
https://bugs.launchpad.net/bugs/804129

Title:
  Embedded mp3 file not loading in IE in v1.4

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  When embedding a mp3 file into a page using Internet Explorer 9 the
  page hangs - (says Loading with a spinning circle)

  Have tried this in demo.mahara.org and also in myportfolio.school.nz.

  This problem has been reported with IE7,8,9 and windows Vista and 7 -
  this works in Firefox

  An example of this is
  http://myportfolio.school.nz/view/blocks.php?id=82715 and go to edit

  it also doesn't play sometimes

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/804129/+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 795425] Re: View comments pagination misbehaviour in Chrome

2011-11-03 Thread François Marier
** 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.
https://bugs.launchpad.net/bugs/795425

Title:
  View comments pagination misbehaviour in Chrome

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  The pagination of view comments does not work well in Chrome. In
  particular when you move backwards, the required page button is only
  be highlighted on the second click (on the first click the page is
  being changed, but pagination navigation buttons remain in the same
  state). This is not applicable to other pages  with pagination such as
  group search.

  Steps to reproduce:
  1. Open the view with more than one page.
  2. Navigate to second page (it should work as expected)
  3. Navigate back to the first page (the first page will be loaded, but 
navigation will display the second page)
  4. Navigate back to the first page again (now the navigation will change, the 
page will remain the same).

  This is on master and 1.4_STABLE, chrome version 11.0.696.71

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/795425/+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 798128] Re: All private messages were accessible by wrong users

2011-11-03 Thread François Marier
** Changed in: mahara/1.3
   Status: In Progress = Fix Released

** Visibility changed to: Public

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

Title:
  All private messages were accessible by wrong users

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.3 series:
  Fix Released

Bug description:
  When Reply to message-functionality is used, the user who should not
  be able to view the PM discussion can view the whole discussion. The
  problem is, that at reply view 'replyto'-parameter is not handled
  properly. If it is changed to any existing message, the whole
  discussion thread is shown - no matter who the user is. Below is
  example of URL which is used for replies. With small guess-game the
  attacker can read all private messages from the system.

  
http://ec2-50-17-80-248.compute-1.amazonaws.com/user/sendmessage.php?id=2replyto=6returnto=inbox

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/798128/+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 784978] Re: Potential DoS attack by running large images through GD

2011-11-03 Thread François Marier
** Changed in: mahara
   Status: In Progress = Fix Released

** Visibility changed to: Public

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

Title:
  Potential DoS attack by running large images through GD

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.4 series:
  Fix Released

Bug description:
  When resizing images to create icons, etc., gd's imagecreatefrompng,
  etc., functions are called without checking the image size.  This can
  gobble lots of memory when the images are large, because gd can
  allocate memory without respecting the php memory limit.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/784978/+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 884223] Re: Administrators masquerading as other users can jump to remote XMLRPC applications as that other user

2011-11-03 Thread François Marier
** Changed in: mahara/1.3
   Status: Fix Committed = Fix Released

** Visibility changed to: Public

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

Title:
  Administrators masquerading as other users can jump to remote XMLRPC
  applications as that other user

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.3 series:
  Fix Released

Bug description:
  With MNet set up, if a user logs in as another user, and jumps to an
  XMLRPC target, they're logged in to that target as the child user in
  the login as.

  This really shouldn't be the case. If a two application are joined but
  have different administrators, then this would potentially allow  for
  privilege escalation.

  If the local application administrator knows of an account which is an
  administrator on a remote application, then they could log in as that
  user on the local application, and jump to the remote application
  thereby escalating their privileges.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/884223/+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 800032] Re: Session key not checked in admin/users/addtoinstitution.php

2011-11-03 Thread François Marier
** Changed in: mahara/1.3
   Status: In Progress = Fix Released

** Visibility changed to: Public

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

Title:
  Session key not checked in admin/users/addtoinstitution.php

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.3 series:
  Fix Released

Bug description:
  The addtoinstitution.php script, for adding users to institutions,
  doesn't check the user session key,  could be used to trick an admin
  into granting institution membership.

  Easiest fix is probably to remove the script and move its contents
  into a pieform submit function.  The script is linked to from the
  admin user search page when viewed by an institutional admin for users
  who have requested institution membership.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/800032/+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 817342] Re: Unencoded strings included in viewacl javascript

2011-11-03 Thread François Marier
** Changed in: mahara/1.3
   Status: Fix Committed = Fix Released

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

Title:
  Unencoded strings included in viewacl javascript

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.3 series:
  Fix Released
Status in Mahara 1.4 series:
  Fix Released

Bug description:
  The viewacl template has javascript which includes strings directly
  from the language pack in single quotes instead of json encoded.
  Strings containing single quotes will result in syntax errors and will
  stop the js from executing.

  I'll mark this as security till I've had a chance to discuss it with
  the others, but it's only exploitable by language pack maintainers, so
  it's probably better as public.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/817342/+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 794490] Re: Cron is not running

2011-11-03 Thread François Marier
** Changed in: mahara/1.3
   Status: Fix Committed = Fix Released

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

Title:
  Cron is not running

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.3 series:
  Fix Released

Bug description:
  Mahara v1.4rc3
  Linux 2.6.26-2
  PHP 5.2.6
  Apache-Server 2.2.9
  postgresql-Server 8.4

  I was trying to setup the cronjob for mahara explained like in the
  wiki:
  https://wiki.mahara.org/index.php/System_Administrator%27s_Guide/Cron_Job.
  But it do not work.

  See the entry in the /etc/crontab:
   */5 * * * * www-data php -c /etc/php5/apache2/php.ini 
/data/srv/www/mahara/lib/cron.php  /var/log/mahara/cron.log 21

  and the output of log-file in /var/log/mahara/cron.log:
  A nonrecoverable error occured. This probably means you have encountered a 
bug in the system[WAR] 1f (lib/web.php:2291) redirect() should be called with 
either /[something] for local redirects or http[something] for absolute 
redirects
  Call stack (most recent first):
* redirect(ar/www/mahara/lib/cron.php) at /var/www/mahara/init.php:192
* require(/var/www/mahara/init.php) at /var/www/mahara/lib/cron.php:33

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

  Has anybody an idea?

  Thanx,
  michael wuttke

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/794490/+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 790466] Re: link on export page returns 404

2011-11-03 Thread François Marier
** Changed in: mahara/1.3
   Status: Fix Committed = Fix Released

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

Title:
  link on export page returns 404

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.3 series:
  Fix Released

Bug description:
  The link with text in the following paragraph had %2f%2f instead of //
  resulting in a 404 error

  /export/

  You can later use this to import your data into other Leap2A
  compliant systems, although the export is hard for humans to read.

  Cheers,

  Hugh

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/790466/+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 722475] Re: Overriding start/stop dates in VIEWS not working

2011-11-03 Thread François Marier
** Changed in: mahara/1.3
   Status: Fix Committed = Fix Released

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

Title:
  Overriding start/stop dates in VIEWS not working

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.3 series:
  Fix Released

Bug description:
  Mahara: 1.3.3
  SunOS java 5.11
  PHP 5.2.6
  MySQL
  Chrome 9.0.597.102, Mozilla 3.6.13, Safari 5.0.3

  When you click on EDIT ACCESS in VIEWS the OVERRIDING START/STOP DATES
  do not seem to be working.

  I made a view (created by user A) visible only to another user (called
  B) and B could correctly see that View when B was logged in.

  Then I logged in as A and specified a date range in VIEWS/EDIT
  ACCESS/OVERRIDING START/STOP DATES that incorporated today's date (and
  therefore should still be visible). However, when I logged in as B I
  could now not see that view.

  When I logged in as A and removed the OVERRIDING START/STOP DATES and
  clicked SAVE, B could then see the view once again.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/722475/+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 787123] Re: static $lang in mahara.php

2011-11-03 Thread François Marier
** Changed in: mahara/1.4
   Status: Fix Committed = Fix Released

-- 
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:
  Fix Released
Status in Mahara 1.4 series:
  Fix Released

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/787123/+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 843588] Re: Google spreadsheet can't be embedded

2011-11-03 Thread François Marier
** 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.
https://bugs.launchpad.net/bugs/843588

Title:
  Google spreadsheet can't be embedded

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  It seems like that Google spreadsheets can't be embedded anymore. I
  think to remember that it worked just a short while ago, but not
  anymore. Another user has remarked on this on the download page of the
  plugin for Mahara 1.3 as well
  (http://mahara.org/view/view.php?id=11634).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/843588/+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 803247] Re: Deleting a comment in a group view always deletes the first one

2011-11-03 Thread François Marier
** 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.
https://bugs.launchpad.net/bugs/803247

Title:
  Deleting a comment in a group view always deletes the first one

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  In the comment list ( comments on a view ) the earliest comment by the
  logged in user is always deleted instead of the chosen one, unless of
  course the one chosen is the earliest comment.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/803247/+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 856130] Re: googledocs block doesnt like link from google docs

2011-11-03 Thread François Marier
** 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.
https://bugs.launchpad.net/bugs/856130

Title:
  googledocs block doesnt like link from google docs

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  I was wondering if the GoogleApps block type supports the google viewer for 
embedding views of PDFs?
  e.g. this one: 
  
https://docs.google.com/viewer?a=vpid=explorerchrome=truesrcid=0B9K03PfvoQBFYzI4NDk4OGUtMTkwNC00YmQwLTkzZjMtNWU4YTQzZTk5YTgyhl=en

  I would like the PDF to show up in Mahara, but when I put this URL in
  it simply doesn’t show.

  Also the normal GoogleDocs block is broken because the URL google
  provides is BROKEN!

  e.g. this: 
https://docs.google.com/a//document/pub?id=1BWGRmw6V8y7vkPPzOaJPh9EaCFztn7PhHEHpKfrCM0o
  should be 
https://docs.google.com/document/pub?id=1BWGRmw6V8y7vkPPzOaJPh9EaCFztn7PhHEHpKfrCM0o
  (no “a/” )

  mahara 1.4.0
  Windows XP SP 2
  firefox 6.0.2

  Cheers,
  Shane.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/856130/+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 817836] Re: tinymce fails to load when current language unavailable

2011-11-03 Thread François Marier
** 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.
https://bugs.launchpad.net/bugs/817836

Title:
  tinymce fails to load when current language unavailable

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  If Mahara doesn't have a tinymce translation for the current language,
  it doesn't load tinymce at all.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/817836/+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 885588] A change has been merged

2011-11-03 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/828
Committed: 
http://gitorious.org/mahara/mahara/commit/edffa944101f1e8918f0aa7a4e08aca2c07742e4
Submitter: Richard Mansfield (richa...@mahara.org)
Branch:1.4_STABLE

commit edffa944101f1e8918f0aa7a4e08aca2c07742e4
Author: Juan Segarra Montesinos juan.sega...@si.uji.es
Date:   Thu Nov 3 09:45:04 2011 +0100

Fix PHP Fatal Error in user/view.php

Reported in Bug #885588

Change-Id: I10e2277e3b0d0e83ae2348ea3212c711e42ca353
Signed-off-by: Juan Segarra Montesinos juan.sega...@si.uji.es

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

Title:
  user/view.php PHP Fatal error in non-auth access

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  This is Mahara 1.4.0:

  Each 4 minutes or so, I was getting the following error on PHP error
  log:

  PHP Fatal error:  Call to a member function get() on a non-object in
  [MAHARA_DIRROOT]/user/view.php on line 67

  To reproduce just access /user/view.php without being authenticated.
  The access log shows GoogleBot trying to access user's profile page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/885588/+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 885588] Re: user/view.php PHP Fatal error in non-auth access

2011-11-03 Thread Richard Mansfield
** 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.
https://bugs.launchpad.net/bugs/885588

Title:
  user/view.php PHP Fatal error in non-auth access

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  This is Mahara 1.4.0:

  Each 4 minutes or so, I was getting the following error on PHP error
  log:

  PHP Fatal error:  Call to a member function get() on a non-object in
  [MAHARA_DIRROOT]/user/view.php on line 67

  To reproduce just access /user/view.php without being authenticated.
  The access log shows GoogleBot trying to access user's profile page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/885588/+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 853658] Re: Internal media block doesn't work on master

2011-11-03 Thread Melissa Draper
This is a config setting: your
domain/admin/extensions/pluginconfig.php?plugintype=blocktypepluginname=file/internalmedia

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

Title:
  Internal media block doesn't work on master

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  To reproduce:

  - grab latest master
  - upload an FLV file and an MP3 file
  - create a new view and drag the internal media block on there
  - see that both the FLV and the MP3 files are missing from the list of things 
that can be selected

  MySQL, fresh install.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/853658/+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 853658] Re: Internal media block doesn't work on master

2011-11-03 Thread Melissa Draper
Perhaps we should make it more obvious to look there from
domain/artefact/file/sitefiles.php

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

Title:
  Internal media block doesn't work on master

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  To reproduce:

  - grab latest master
  - upload an FLV file and an MP3 file
  - create a new view and drag the internal media block on there
  - see that both the FLV and the MP3 files are missing from the list of things 
that can be selected

  MySQL, fresh install.

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