[Mahara-contributors] [Bug 1223069] Re: Site files accessible in Links and resources sidebar

2013-09-16 Thread Adrian Schlegel
The sub folders feature should apply to both files in 'public' and files in 
folders other than 'public'. Of course the same restrictions should still 
apply, meaning that users can still only use the files in 'public' and its sub 
folders to re-use them in their portfolios.
And I think it's a bug fix and not a feature since administrators can currently 
link files in the 'link and resources' menu that are in a sub folder and users 
still cannot access these files :-)

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

Title:
  Site files accessible in Links and resources sidebar

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  According to the Site Files documentation, files uploaded into the
  site files section are meant to be accessible to all logged-in users
  (via the Site Files tab on any file selector). The one exception to
  this is files in the hard-coded Public folder, which are meant to
  also be accessible to users who aren't logged in.

  A user on the #mahara irc channel reported that Site Files sitting in
  a subdirectory, however, are not accessible to normal users. I
  verified this behavior in 1.8dev.

  To reproduce:

  1. Log in as an admin user
  2. Go to the Site Files page
  3. Create a subdirectory
  4. Upload a file into that subdirectory
  5. Log in as a non-admin user
  6. Add a files to download block to a page
  7. In the block's file selector, go to the site files page
  8. You will not see the subdirectory you created in step 4, or be able to 
access its files.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1223069/+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 1223069] Re: Site files located in a subfolder cannot be accessed by normal users

2013-09-12 Thread Adrian Schlegel
Just submitted a patch to gerrit: https://reviews.mahara.org/#/c/2493/

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

Title:
  Site files located in a subfolder cannot be accessed by normal users

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  According to the Site Files documentation, files uploaded into the
  site files section are meant to be accessible to all logged-in users
  (via the Site Files tab on any file selector). The one exception to
  this is files in the hard-coded Public folder, which are meant to
  also be accessible to users who aren't logged in.

  A user on the #mahara irc channel reported that Site Files sitting in
  a subdirectory, however, are not accessible to normal users. I
  verified this behavior in 1.8dev.

  To reproduce:

  1. Log in as an admin user
  2. Go to the Site Files page
  3. Create a subdirectory
  4. Upload a file into that subdirectory
  5. Log in as a non-admin user
  6. Add a files to download block to a page
  7. In the block's file selector, go to the site files page
  8. You will not see the subdirectory you created in step 4, or be able to 
access its files.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1223069/+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 1223069] Re: Site files located in a subfolder cannot be accessed by normal users

2013-09-12 Thread Adrian Schlegel
Sorry, I just read the bug report again. The behaviour that I was
talking about was the following:

1. Log in as an admin user
2. Go to the Site Files page
3. Create a subdirectory
4. Upload a file into that subdirectory
5. go to the 'links and resources' menu
6. select 'Logged-in links and resources' 
7. Check 'Site file' and select the uploaded file and add the new entry
8. Log in as a non-admin user
9. click on the newly created link in the 'links and resources' block
10. you get an 'access denied' error

The patch that I submitted fixes this issue.

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

Title:
  Site files located in a subfolder cannot be accessed by normal users

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  According to the Site Files documentation, files uploaded into the
  site files section are meant to be accessible to all logged-in users
  (via the Site Files tab on any file selector). The one exception to
  this is files in the hard-coded Public folder, which are meant to
  also be accessible to users who aren't logged in.

  A user on the #mahara irc channel reported that Site Files sitting in
  a subdirectory, however, are not accessible to normal users. I
  verified this behavior in 1.8dev.

  To reproduce:

  1. Log in as an admin user
  2. Go to the Site Files page
  3. Create a subdirectory
  4. Upload a file into that subdirectory
  5. Log in as a non-admin user
  6. Add a files to download block to a page
  7. In the block's file selector, go to the site files page
  8. You will not see the subdirectory you created in step 4, or be able to 
access its files.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1223069/+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 673434] [NEW] leap2a exports fail to import properly

2010-11-10 Thread Adrian Schlegel
Public bug reported:

When the leap2a code in Mahara has been updated to LEAP2A 2010-07
(http://www.leapspecs.org/2010-07/2A/) a bug was introduced that caused
the exports to have a wrong namespace. This bug has been fixed in the
meantime. But exports that have been created between the release of the
update and the release of the bug fix will fail to import properly now.
Views will end up as blogs and views that contain resumé blocks will not
import at all.

This affects the following Mahara versions: 1.2.7testing, 1.3.3, master

A patch will be available soon.

** Affects: mahara
 Importance: Undecided
 Status: New

-- 
leap2a exports fail to import properly
https://bugs.launchpad.net/bugs/673434
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 the leap2a code in Mahara has been updated to LEAP2A 2010-07 
(http://www.leapspecs.org/2010-07/2A/) a bug was introduced that caused the 
exports to have a wrong namespace. This bug has been fixed in the meantime. But 
exports that have been created between the release of the update and the 
release of the bug fix will fail to import properly now. Views will end up as 
blogs and views that contain resumé blocks will not import at all.

This affects the following Mahara versions: 1.2.7testing, 1.3.3, master

A patch will be available soon.



___
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