[Mahara-contributors] [Bug 605755] [NEW] Site admin: Change query to search in user search

2010-07-15 Thread Kristina Hoeppner
Public bug reported:

In user search the term query shows up in the admin interface. I'd
like to change it to search to be consistent with the rest of the
site.

** Affects: mahara
 Importance: Wishlist
 Status: New

-- 
Site admin: Change query to search in user search
https://bugs.launchpad.net/bugs/605755
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:
In user search the term query shows up in the admin interface. I'd like to 
change it to search to be consistent with the rest of the site.



___
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 605755] Re: Site admin: Change query to search in user search

2010-07-15 Thread Kristina Hoeppner

** Attachment added: user_Search.png
   http://launchpadlibrarian.net/51964303/user_Search.png

** Changed in: mahara
   Importance: Undecided = Wishlist

-- 
Site admin: Change query to search in user search
https://bugs.launchpad.net/bugs/605755
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:
In user search the term query shows up in the admin interface. I'd like to 
change it to search to be consistent with the rest of the site.



___
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 605758] [NEW] Change Edit to Save on Edit forum post screen

2010-07-15 Thread Kristina Hoeppner
Public bug reported:

When you want to edit a forum post, you click on Edit. The edit window
opens and then you still have Edit and Delete at the bottom. I am
always a bit puzzled by the Edit there because normally, I'd expect
Save. The edit suggests that I can further edit which I don't want to
do. I want to save my edited text. ;-)

(Mahara 1.2)

** Affects: mahara
 Importance: Wishlist
 Status: New

** Description changed:

  When you want to edit a forum post, you click on Edit. The edit window
  opens and then you still have Edit and Delete at the bottom. I am
  always a bit puzzled by the Edit there because normally, I'd expect
  Save. The edit suggests that I can further edit which I don't want to
  do. I want to save my edited text. ;-)
+ 
+ (Mahara 1.2)

** Changed in: mahara
   Importance: Undecided = Wishlist

-- 
Change Edit to Save on Edit forum post screen
https://bugs.launchpad.net/bugs/605758
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:
When you want to edit a forum post, you click on Edit. The edit window opens 
and then you still have Edit and Delete at the bottom. I am always a bit 
puzzled by the Edit there because normally, I'd expect Save. The edit 
suggests that I can further edit which I don't want to do. I want to save my 
edited text. ;-)

(Mahara 1.2)



___
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 605859] Re: A string 'disabledlockedfieldhelp' in lang/en.utf8/admin.php needs to be fixed.

2010-07-15 Thread Richard Mansfield
** Changed in: mahara
Milestone: None = 1.3.0

** Changed in: mahara
   Status: New = Fix Committed

** Changed in: mahara
 Assignee: (unassigned) = Richard Mansfield (richard-mansfield)

-- 
A string 'disabledlockedfieldhelp' in lang/en.utf8/admin.php needs to be fixed.
https://bugs.launchpad.net/bugs/605859
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: Fix Committed

Bug description:
A string 'disabledlockedfieldhelp' in lang/en.utf8/admin.php needs to be fixed 
as below.

[before]
$string['disabledlockedfieldhelp'] = 'Note: Disabled check boxes are for 
profile fields which are locked in the in the institution settings for %s.  
These profile fields are locked at the site level and cannot be unlocked here.';

[after]
$string['disabledlockedfieldhelp'] = 'Note: Disabled check boxes are for 
profile fields which are locked in the institution settings for %s.  These 
profile fields are locked at the site level and cannot be unlocked here.';

# in the in the institution - in the institution



___
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 547773] Re: Time out error when opening a view

2010-07-15 Thread François Marier
If it turns out that this is still a problem, we may be able to run a
filter over Word's HTML before handing it over to HTML Purifier:

  http://www.codinghorror.com/blog/2006/01/cleaning-words-nasty-
html.html

-- 
Time out error when opening a view
https://bugs.launchpad.net/bugs/547773
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: Incomplete

Bug description:
The following error comes up when trying to access a users view

Fatal error: Maximum execution time of 30 seconds exceeded in
/var/www/mahara-site-myportfolio-ac-nz/lib/htmlpurifier/HTMLPurifier/Strateg
y/MakeWellFormed.php on line 395

The view number is
http://myportfolio.ac.nz/view/view.php?id=13222

This view includes text blocks that have been copied and pasted from Word 
without using the Paste from Word button (this is hidden unless you go to full 
screen mode).

Unfortunately once this happens the content in the view is not able to be 
edited.

By the way I experimented with the clean messy code button and this doesn't 
seem to have any effect on content pasted from Word - is this right?

Not sure if this is strictly a bug but more using of Word to paste content and 
the htmlpurifier having difficulty purifying the Word html.








This bug was imported from eduforge.org, see:
https://eduforge.org/tracker/index.php?func=detailaid=3430group_id=176atid=739



___
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 541066] Re: Profile Page - Wall icon missing

2010-07-15 Thread Richard Mansfield
** Changed in: mahara
 Assignee: (unassigned) = Alan McNatty (alanmc)

-- 
Profile Page - Wall icon missing
https://bugs.launchpad.net/bugs/541066
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: Triaged

Bug description:
The thumb.png for htdocs/blocktype/wall/thumb.png is missing - As a result, you 
get an image with the text 'thumbnail image not available'.
It's the only core block type which is missing a thumbnail.
Since the image used if a thumbnail is not found is part of the default theme, 
this also has implications on i8n - but this is also probably a separate bug...



___
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 547773] Re: Time out error when opening a view

2010-07-15 Thread Craig Eves
Hi Francois

Unfortunately I can't test with this view - this was someone else's
view.

I think the paste from Word button works better now.

What happened to the full screen editor in V 1.3 - this is required for
editing long text.

regards
Craig

On Tue, Jul 13, 2010 at 4:00 PM, François Marier
franc...@debian.orgwrote:

 This might have been fixed in HTML Purifier 4.1.0 (Mahara.org and
 MyPortfolio.ac.nz are now running that code).

 Craig, could you test that again to see if it's still a problem?

 ** Changed in: mahara
   Status: Confirmed = Incomplete

 --
 Time out error when opening a view
 https://bugs.launchpad.net/bugs/547773
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in Mahara ePortfolio: Incomplete

 Bug description:
 The following error comes up when trying to access a users view

 Fatal error: Maximum execution time of 30 seconds exceeded in

 /var/www/mahara-site-myportfolio-ac-nz/lib/htmlpurifier/HTMLPurifier/Strateg
 y/MakeWellFormed.php on line 395

 The view number is
 http://myportfolio.ac.nz/view/view.php?id=13222

 This view includes text blocks that have been copied and pasted from Word
 without using the Paste from Word button (this is hidden unless you go to
 full screen mode).

 Unfortunately once this happens the content in the view is not able to be
 edited.

 By the way I experimented with the clean messy code button and this doesn't
 seem to have any effect on content pasted from Word - is this right?

 Not sure if this is strictly a bug but more using of Word to paste content
 and the htmlpurifier having difficulty purifying the Word html.








 This bug was imported from eduforge.org, see:

 https://eduforge.org/tracker/index.php?func=detailaid=3430group_id=176atid=739

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/mahara/+bug/547773/+subscribe



** Bug watch added: myportfolio.ac.nz/view/ #13222
   http://myportfolio.ac.nz/view/view.php?id=13222

** Bug watch added: eduforge.org/ #3430
   https://eduforge.org/support/tracker.php?aid=3430

-- 
Time out error when opening a view
https://bugs.launchpad.net/bugs/547773
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: Incomplete

Bug description:
The following error comes up when trying to access a users view

Fatal error: Maximum execution time of 30 seconds exceeded in
/var/www/mahara-site-myportfolio-ac-nz/lib/htmlpurifier/HTMLPurifier/Strateg
y/MakeWellFormed.php on line 395

The view number is
http://myportfolio.ac.nz/view/view.php?id=13222

This view includes text blocks that have been copied and pasted from Word 
without using the Paste from Word button (this is hidden unless you go to full 
screen mode).

Unfortunately once this happens the content in the view is not able to be 
edited.

By the way I experimented with the clean messy code button and this doesn't 
seem to have any effect on content pasted from Word - is this right?

Not sure if this is strictly a bug but more using of Word to paste content and 
the htmlpurifier having difficulty purifying the Word html.








This bug was imported from eduforge.org, see:
https://eduforge.org/tracker/index.php?func=detailaid=3430group_id=176atid=739



___
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 548333] Re: Mahara breaks when apc.stat is set to 0

2010-07-15 Thread François Marier
** Changed in: mahara
 Assignee: (unassigned) = François Marier (fmarier)

-- 
Mahara breaks when apc.stat is set to 0
https://bugs.launchpad.net/bugs/548333
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: Confirmed

Bug description:
Mahara break when APC is on and apc.stat is turned off.

This can be tested by trying to delete a view.

This bug was imported from eduforge.org, see:
https://eduforge.org/tracker/index.php?func=detailaid=3420group_id=176atid=739



___
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 571709] Re: Mahara core files are exposed

2010-07-15 Thread François Marier
** Changed in: mahara
 Assignee: (unassigned) = François Marier (fmarier)

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

Status in Mahara ePortfolio: Triaged

Bug description:
Mahara files are available in google, i.e. 
http://www.google.com/search?hl=enclient=operahs=Eborls=enq=%22Index+of%22+%2B%22%2Flib%2Fdwoo%2Fmahara%22

This does not seem to be a security risk as is, but it might be, because people 
might put stuff in accessible files that don't belong there, and all in all I 
think you should protect your users against stupid mistakes.



___
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 541066] Re: Profile Page - Wall icon missing

2010-07-15 Thread Alan McNatty
** Changed in: mahara
   Status: Triaged = In Progress

-- 
Profile Page - Wall icon missing
https://bugs.launchpad.net/bugs/541066
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: In Progress

Bug description:
The thumb.png for htdocs/blocktype/wall/thumb.png is missing - As a result, you 
get an image with the text 'thumbnail image not available'.
It's the only core block type which is missing a thumbnail.
Since the image used if a thumbnail is not found is part of the default theme, 
this also has implications on i8n - but this is also probably a separate bug...



___
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 548333] Re: Mahara breaks when apc.stat is set to 0

2010-07-15 Thread François Marier
It is apparently well known that smarty doesn't work with APC:

  http://www.tjlug.org/2009/04/22/apc-config-files/

so the fault here must be in the way that Dwoo caches its compiled
templates.

-- 
Mahara breaks when apc.stat is set to 0
https://bugs.launchpad.net/bugs/548333
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: Confirmed

Bug description:
Mahara break when APC is on and apc.stat is turned off.

This can be tested by trying to delete a view.

This bug was imported from eduforge.org, see:
https://eduforge.org/tracker/index.php?func=detailaid=3420group_id=176atid=739



___
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 522361] Re: Admin cannot check objectionable content notifications for views they have no access to.

2010-07-15 Thread Richard Mansfield
** Changed in: mahara
   Status: Confirmed = Fix Committed

-- 
Admin cannot check objectionable content notifications for views they have no 
access to.
https://bugs.launchpad.net/bugs/522361
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: Fix Committed

Bug description:
Admins who receive an objectionable content notification might not be on the 
access list for the view that's reported, so they get an 'access denied' 
message.

They could look at the view by logging in as the view owner, but they have no 
way to find out who the owner is when all they have is the view id.

A quick fix might be to change the objectionable content notification so it 
doesn't link to the view itself, but to a page in the admin section with 
information about the view owner and instructions to log in as the user to see 
the view.

A better option might be to create a secret url token for the view (you can 
make these invisible to the view owner) and use the secret url in the link from 
the new admin screen (or directly from the notification).



___
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 548333] Re: Mahara breaks when apc.stat is set to 0

2010-07-15 Thread François Marier
apc.filters=... is the setting to prevent certain files from getting
cached

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

-- 
Mahara breaks when apc.stat is set to 0
https://bugs.launchpad.net/bugs/548333
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: In Progress

Bug description:
Mahara break when APC is on and apc.stat is turned off.

This can be tested by trying to delete a view.

This bug was imported from eduforge.org, see:
https://eduforge.org/tracker/index.php?func=detailaid=3420group_id=176atid=739



___
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