[Mahara-contributors] [Bug 547677] Re: More Distinct Admin Navigation

2010-04-13 Thread Evan Goldenberg
** Changed in: mahara
 Assignee: (unassigned) = Evan Goldenberg (naveg)

** Tags added: usability

-- 
More Distinct Admin Navigation
https://bugs.launchpad.net/bugs/547677
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:
I didn't see this in my quick scan of the requests, so my apologies if this has 
already been requested.

If you're an admin, it's confusing to have the admin functions/navigation 
replace the main navigation with buttons that are the same color, etc. Not only 
is it visually confusing, but it also forces you to leave admin mode before 
returning to do any of the normal functions.

In most systems, one of two things happens when you want to go into admin 
functions:
1) You go to a noticeably different interface (different page layout, color 
scheme, etc.)
2) You stay in the main interface (without losing any functionality), but you 
get additional access to admin functions via a noticeably separate set of 
buttons or menus.

I generally prefer #2.  That's how Drupal and Moodle do it, but interfaces like 
Google Apps prove that #1 can work well too.

In the short term, I'd suggest at least making the colors for any admin related 
buttons a different color. I guess I could go into the CSS to make this happen 
now if I wanted to, but I think it's important enough to make for default 
installations as well.

Thx.

Chris : )

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



___
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 547797] Re: Standalone Blogs with RSS

2010-04-08 Thread Evan Goldenberg
** Changed in: mahara
 Assignee: (unassigned) = Evan Goldenberg (naveg)

-- 
Standalone Blogs with RSS
https://bugs.launchpad.net/bugs/547797
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:
It's cool that Blogs can be added to Views, but it seems logical to just have 
stand along blogs as well.  Seems like there should be permissioning/publishing 
for Blogs as a standalone form of content.

In addition, we really need an option to publish RSS feeds.  Obviously, some 
schools might not want their students to publicly blog, but many do.  And what 
good is a public blog without an RSS feed?

Chris : )

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



___
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 547913] Re: Logout Button

2010-04-08 Thread Evan Goldenberg
** Changed in: mahara
 Assignee: (unassigned) = Evan Goldenberg (naveg)

-- 
Logout Button
https://bugs.launchpad.net/bugs/547913
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:
Move the Logout button away from the main navigation.  Most logout buttons are 
in the upper right corner, or side-by-side with the username.

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



___
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 557873] Re: Configure Site Site options Anti-spam needs to show translated strings.

2010-04-08 Thread Evan Goldenberg
Thanks for the patch mitstek, it is fixed now.

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

-- 
Configure Site  Site options  Anti-spam needs to show translated strings.
https://bugs.launchpad.net/bugs/557873
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:
Now we can see only English pull-down on Configure Site  Site options  
Anti-spam.
So we needs to show translated strings in pull-down by the following 
modification.

Program: lib/antispam.php
Line: 51

[before]
function available_spam_traps() {
$results = array();
$handle = opendir(get_config('docroot') . 'lib/antispam');
while ($file = readdir($handle)) {
preg_match(/(.+)SpamTrap\.php/, $file, $name);
if ($name) {
$results[strtolower($name[1])] = $name[1];
}
}
return $results;
}
[after]
function available_spam_traps() {
$results = array();
$handle = opendir(get_config('docroot') . 'lib/antispam');
while ($file = readdir($handle)) {
preg_match(/(.+)SpamTrap\.php/, $file, $name);
if ($name) {
$results[strtolower($name[1])] = get_string(strtolower($name[1]), 
'admin');
}
}
return $results;
}



___
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 553291] Re: Search feature for forums

2010-04-07 Thread Evan Goldenberg
Taking this a step further, a great thing would be a global search
feature in Mahara that searches everything the user has access to, or
all public material if the user is not logged in. Definitely on the
list, but probably a big job.

-- 
Search feature for forums
https://bugs.launchpad.net/bugs/553291
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:
There is no feature for searching discussion forums (unless I am not looking 
hard enough).

Users should be able to search discussion forums for keywords or phrases. The 
search would either be selectable to work within a single forum, or across all 
forums in a group.

Even better, being able to search across multiple forums across multiple groups 
would be great. I'm thinking something along the lines of selecting groups of 
discussion forums by tag, for example, and then searching posts by keyword 
within that group.





___
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 547089] Re: Request: Possibility to decide how many news are visible in a newsfeed

2010-04-07 Thread Evan Goldenberg
Added this ability in b543d6b47131b33ade4a49e930a6721b32f4990b on
master.

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

** Changed in: mahara
 Assignee: (unassigned) = Evan Goldenberg (naveg)

** Changed in: mahara
Milestone: None = 1.3.0

-- 
Request: Possibility to decide how many news are visible in a newsfeed
https://bugs.launchpad.net/bugs/547089
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:
In a view we would like to see only 3 news in a newsfeed, so far only 10 are 
possible, no number can be chosen.



___
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 547407] Re: Two strings need to be translated on 'My Portfolio -gt; Export' page.

2010-04-07 Thread Evan Goldenberg
** Changed in: mahara
   Status: Confirmed = Fix Committed

** Changed in: mahara
 Assignee: (unassigned) = Evan Goldenberg (naveg)

** Changed in: mahara
Milestone: None = 1.3.0

-- 
Two strings need to be translated on 'My Portfolio -gt; Export' page.
https://bugs.launchpad.net/bugs/547407
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:
The following two strings need to be translated on 'My Portfolio - Export' 
page.

1. Select all
2. Reverse selection

Please see the attached file exporting_myportfolio.jpg for more detail.


This bug was imported from eduforge.org, see:
https://eduforge.org/tracker/index.php?func=detailaid=3445group_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 547643] Re: Gravatar support

2010-04-07 Thread Evan Goldenberg
** Changed in: mahara
   Status: Confirmed = Fix Released

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

Status in Mahara ePortfolio: Fix Released

Bug description:
Attached is a patch from Francois to add Gravatar support. Needs review, and 
possibly rebasing against 1.2.

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



___
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 547981] Re: Show date and time of view submission when showing submitted views

2010-04-07 Thread Evan Goldenberg
** Changed in: mahara
 Assignee: (unassigned) = Evan Goldenberg (naveg)

** Changed in: mahara
Milestone: None = 1.3.0

-- 
Show date and time of view submission when showing submitted views
https://bugs.launchpad.net/bugs/547981
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:
Per http://mahara.org/interaction/forum/topic.php?id=1115

Where we are showing views that have been submitted for assessment, we should 
make sure we are showing the date/time that they have been submitted, so tutors 
can check that they haven't been submitted after a certain date.

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



___
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 547981] Re: Show date and time of view submission when showing submitted views

2010-04-07 Thread Evan Goldenberg
** Changed in: mahara
   Status: Confirmed = Fix Committed

-- 
Show date and time of view submission when showing submitted views
https://bugs.launchpad.net/bugs/547981
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:
Per http://mahara.org/interaction/forum/topic.php?id=1115

Where we are showing views that have been submitted for assessment, we should 
make sure we are showing the date/time that they have been submitted, so tutors 
can check that they haven't been submitted after a certain date.

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



___
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 548245] Re: More display options for the External Feed block

2010-04-07 Thread Evan Goldenberg
Configurable number of items was recently added. Leaving this open,
since there are some other good ideas here.

-- 
More display options for the External Feed block
https://bugs.launchpad.net/bugs/548245
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:
Currently, the RSS feed block does not allow the user to filter details like 
the title of the feed and the number of items. It would be useful to be able to 
tweak the RSS feed before displaying it by having options that allow you to:

Hide/Show the feed title
Choose the number of items to display
Display/strip HTML
Include/Exclude enclosures

I would suggest you look at feed2js for ideas about the kind of options that 
might be made available to the user:

http://feed2js.org/

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



___
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 533831] Re: Safari display problems

2010-03-07 Thread Evan Goldenberg
** Changed in: mahara
   Status: New = Triaged

-- 
Safari display problems
https://bugs.launchpad.net/bugs/533831
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:
Safari 4.0.4 (on Mac 10.6) has some display problems.

1. When there are existing blocks in a view and another is added, e.g. an 
external feeds needs to be added to a view that already has a text box and an 
internal Mahara blog block, the external feed block takes on the behavior of 
one of the previously added blocks. That usually happens when one of these 
blocks has been edited right before placing the new block. When the page is 
refreshed the problem usually does not occur anymore.

2. Sometimes, code appears instead of the buttons above the content area of the 
view. They appear again after a refresh.

3. Sometimes when viewing a view the code view 
Paginator(feedback_pagination, feedbacktable, 
view\/viewfeedback.json.php, {view:3}); }); appears at the top of the 
page. Solved after refresh.

4. The tag page items do not resize to fit the window. Thus, they flow into the 
sidebar and are sometimes not legible (cf. 
http://skitch.com/anitsirk/n2aux/tag-page-safari)



___
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 529929] Re: tinyMCE editor no longer shown for Text Boxes on profile form

2010-03-01 Thread Evan Goldenberg
** Changed in: mahara
 Assignee: (unassigned) = Evan Goldenberg (naveg)

-- 
tinyMCE editor no longer shown for Text Boxes on profile form
https://bugs.launchpad.net/bugs/529929
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:
On Master:

If you Create/Edit a view and add a Text Box, the text box is no longer a
wysiwyg editor but is a text box instead.
This appears to be caused by commit
c27a1236f2f70ebd207b25dae53ef115f61156d9 on Mon 15th Feb which adjusts the
javascript to only give the first tinyMCE on the page focus.

The wysiwyg editor does still show up on pages like the 'Edit Profile'
page, where it is the only tinymce editor on the page. I would guess that
the tinyMCE editor is not focussed, and therefore not populated.

Reverting the commit does fix it, but obviously there was a very good
reason to implement it and I'm not privy to it so producing a fix which
satisfies all situations is a little tricky.

Andrew



___
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 525583] Re: RSS for forum posts and other views

2010-02-25 Thread Evan Goldenberg
I've written code to generate feeds for public groups at the group,
forum, and topic levels. Once it gets looked over by someone else, we'll
merge it into master.

I don't think there are any plans at this point to introduce feeds for
views, but that's mostly because I'm not sure they would entail. We have
feeds for public blogs coming shortly as well, so that covers most of
the use case I would think.

** Changed in: mahara
Milestone: None = 1.3.0

-- 
RSS for forum posts and other views
https://bugs.launchpad.net/bugs/525583
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:
It would be great to have RSS available for Forum posts and other views. This 
way the RSS could be imported into other sides i.e. a CMS and linked 
automatically to the right forum posts and forum.



___
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 525632] Re: this field is required message when importing a LEAP2A zip file

2010-02-22 Thread Evan Goldenberg
Shen,

I've heard of a similar problem from others previously, but I've been
having trouble reproducing it myself. If I export a user to LEAP2A, and
then import that file to create a new user, everything seems to work.
Can you describe the steps taken that lead to this problem? It would be
even better if you created a new test user, used that user's LEAP2A
export for your investigation, and attached the file to this bug report
so that we can try as well. Thanks a lot!

Cheers,
Evan

-- 
this field is required message when importing a LEAP2A zip file
https://bugs.launchpad.net/bugs/525632
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 I tried to load a user by importing a LEAP2A zip file via Add User in 
the Admin section, I received an error message this field is required, yet 
the LEAP2A option is selected and the zip file is loaded. Am I doing something 
wrong, or is there a bug here? 

The mahara version that I have is 1.2.3. The server environment is Linux red 
hat, PostgresPlus 8.4.1, Apache 2.2.14, and PHP 5.2.9.



___
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 520739] Re: internalmedia flv

2010-02-22 Thread Evan Goldenberg
** Changed in: mahara
Milestone: 1.3.0 = 1.2.4

-- 
internalmedia flv
https://bugs.launchpad.net/bugs/520739
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:
FLV is checked under file/internalmedia/config - however, when adding an 
Embedded media block when creating a view, an uploaded FLV file is not 
available from the file selection block. Other media types DO appear there.

Mahara 1.2.3 (SSO from Moodle 1.9.4), MySQL, Windows Server 2003.



___
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 525778] Re: Institution suspension control awailability for Institution Admin

2010-02-22 Thread Evan Goldenberg
Thanks, Ruslan. I've implemented your suggestions, but not quite the way
you did in your patches. Commit e33d4d1c3d70db9b05ce887aa90772a0ded6f96d
on master.

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

** Changed in: mahara
 Assignee: (unassigned) = Evan Goldenberg (naveg)

** Changed in: mahara
Milestone: None = 1.3.0

-- 
Institution suspension control awailability for Institution Admin
https://bugs.launchpad.net/bugs/525778
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:
Since Institution Admin is not allowed to suspend and unsuspend institution 
(there are relevant checks in institution_suspend_submit and 
institution_unsuspend_submit finctions), there is no point to display Suspend 
Institution button for Institution Admin. The patch is attached.

The second patch is optional. Giving above there is no point to allow 
Institution Admin to set Institution Expiry Date.

This is on master.





___
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 525583] Re: RSS for forum posts and other views

2010-02-22 Thread Evan Goldenberg
** Changed in: mahara
 Assignee: (unassigned) = Evan Goldenberg (naveg)

-- 
RSS for forum posts and other views
https://bugs.launchpad.net/bugs/525583
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:
It would be great to have RSS available for Forum posts and other views. This 
way the RSS could be imported into other sides i.e. a CMS and linked 
automatically to the right forum posts and forum.



___
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-02-15 Thread Evan Goldenberg
Is there something inherently wrong with admin's having access to all
views, regardless of access settings? Since they can already log in as
any user and gain access that way, it doesn't seem totally out of the
question.

-- 
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: New

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 522429] Re: Full details not included in resume fields in view

2010-02-15 Thread Evan Goldenberg
** Changed in: mahara
 Assignee: (unassigned) = Evan Goldenberg (naveg)

-- 
Full details not included in resume fields in view
https://bugs.launchpad.net/bugs/522429
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:
V1.2.2 (myportfolio)

Details are added to the My Resume fields Eg Books and publications

This Books and publications artefact is added to a view using the One Resume 
field button 

When the view is looked at only the title rather than details show - it does 
look alright in view editting mode. The same happens for the other Resume 
fields such as Employment History etc.

If you add the entire Resume the details do show.



___
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 516803] Re: Non-wysiwyg text areas have two resize controls in Chrome

2010-02-14 Thread Evan Goldenberg
** Changed in: mahara
Milestone: None = 1.2.4

-- 
Non-wysiwyg text areas have two resize controls in Chrome
https://bugs.launchpad.net/bugs/516803
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:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Two resize controls are present for non-wysiwyg text areas in Google
Chrome. The lower control behaves as expected. The upper control,
however, allows resizing in the horizontal direction, and causes the
field to grow behind other fields. This second resize control is not
present in Firefox (not checked in others).

 affects mahara

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAktp/jYACgkQqZAIqBmI+OHNMQCeN/cFJ8c9FCSV0kZDEuzdaXgu
aQIAnjKzZ0e/rom9GduHA2VF5jLwAf9V
=VrIr
-END PGP SIGNATURE-




___
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 520739] Re: internalmedia flv

2010-02-12 Thread Evan Goldenberg
The embedded media block checks the mimetype of the file to determine
whether or not to show it in the list of media. This fix causes the
mimetype of flv files to be set properly at upload, so newly uploaded
flv files will indeed be shown by the internal media block.

I did, however, forgot to add a database upgrade that fixes the mimetype
of existing files. I'll reopen this bug until I add that.

** Changed in: mahara
   Status: Fix Committed = In Progress

-- 
internalmedia flv
https://bugs.launchpad.net/bugs/520739
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:
FLV is checked under file/internalmedia/config - however, when adding an 
Embedded media block when creating a view, an uploaded FLV file is not 
available from the file selection block. Other media types DO appear there.

Mahara 1.2.3 (SSO from Moodle 1.9.4), MySQL, Windows Server 2003.



___
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 520550] Re: deleting selected notifications not working

2010-02-11 Thread Evan Goldenberg
Fixed in e0abb77. The form containing the Delete All Notifications
button was too wide, preventing the Mark as Read and Delete buttons from
being clicked.

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

-- 
deleting selected notifications not working
https://bugs.launchpad.net/bugs/520550
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:
When deleting the notifications after reviewing them, the select and delete 
works fine until you get to the last page of notifications. Then the select 
items and delete button doesn't work anymore. 

You can click on the Delete All Notifications and that works. 

Mahara 1.2.2
OS Linux
Database Postgres



___
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 516803] Re: Non-wysiwyg text areas have two resize controls in Chrome

2010-02-11 Thread Evan Goldenberg
** Changed in: mahara
 Assignee: (unassigned) = Evan Goldenberg (naveg)

-- 
Non-wysiwyg text areas have two resize controls in Chrome
https://bugs.launchpad.net/bugs/516803
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:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Two resize controls are present for non-wysiwyg text areas in Google
Chrome. The lower control behaves as expected. The upper control,
however, allows resizing in the horizontal direction, and causes the
field to grow behind other fields. This second resize control is not
present in Firefox (not checked in others).

 affects mahara

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAktp/jYACgkQqZAIqBmI+OHNMQCeN/cFJ8c9FCSV0kZDEuzdaXgu
aQIAnjKzZ0e/rom9GduHA2VF5jLwAf9V
=VrIr
-END PGP SIGNATURE-




___
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 520739] Re: internalmedia flv

2010-02-11 Thread Evan Goldenberg
** Changed in: mahara
 Assignee: (unassigned) = Evan Goldenberg (naveg)

-- 
internalmedia flv
https://bugs.launchpad.net/bugs/520739
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:
FLV is checked under file/internalmedia/config - however, when adding an 
Embedded media block when creating a view, an uploaded FLV file is not 
available from the file selection block. Other media types DO appear there.

Mahara 1.2.3 (SSO from Moodle 1.9.4), MySQL, Windows Server 2003.



___
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 516803] Re: Non-wysiwyg text areas have two resize controls in Chrome

2010-02-11 Thread Evan Goldenberg
FIxed in 1aaeb54. Chrome makes all text areas resizable by default.
resize: none in CSS stops it from doing so.

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

-- 
Non-wysiwyg text areas have two resize controls in Chrome
https://bugs.launchpad.net/bugs/516803
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:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Two resize controls are present for non-wysiwyg text areas in Google
Chrome. The lower control behaves as expected. The upper control,
however, allows resizing in the horizontal direction, and causes the
field to grow behind other fields. This second resize control is not
present in Firefox (not checked in others).

 affects mahara

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAktp/jYACgkQqZAIqBmI+OHNMQCeN/cFJ8c9FCSV0kZDEuzdaXgu
aQIAnjKzZ0e/rom9GduHA2VF5jLwAf9V
=VrIr
-END PGP SIGNATURE-




___
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