mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #60041
[Bug 1895617] [NEW] export html check for directory readability needs to match directory used
Public bug reported:
In export/html/lib in the copy_static_files() we have the lines:
if (is_readable($dir . $static)) {...etc...}
but when we later populate the directories we want to copy we use:
$directoriestocopy[$dir . '/' . $static] which uses a different path.
We need to make these paths consistent.
** Affects: mahara
Importance: Undecided
Assignee: Lisa Seeto (lisaseeto)
Status: In Progress
--
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/1895617
Title:
export html check for directory readability needs to match directory
used
Status in Mahara:
In Progress
Bug description:
In export/html/lib in the copy_static_files() we have the lines:
if (is_readable($dir . $static)) {...etc...}
but when we later populate the directories we want to copy we use:
$directoriestocopy[$dir . '/' . $static] which uses a different path.
We need to make these paths consistent.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1895617/+subscriptions
Follow ups
-
[Bug 1895617] Re: export html check for directory readability needs to match directory used
From: Robert Lyon, 2020-11-01
-
[Bug 1895617] Re: export html check for directory readability needs to match directory used
From: Robert Lyon, 2020-10-22
-
[Bug 1895617] Re: export html check for directory readability needs to match directory used
From: Robert Lyon, 2020-10-22
-
[Bug 1895617] Re: export html check for directory readability needs to match directory used
From: Kristina Hoeppner, 2020-09-22
-
[Bug 1895617] Re: export html check for directory readability needs to match directory used
From: ian hatton, 2020-09-22
-
[Bug 1895617] Re: export html check for directory readability needs to match directory used
From: Robert Lyon, 2020-09-17
-
[Bug 1895617] A change has been merged
From: Mahara Bot, 2020-09-17
-
[Bug 1895617] A patch has been submitted for review
From: Mahara Bot, 2020-09-17
-
[Bug 1895617] A change has been merged
From: Mahara Bot, 2020-09-17
-
[Bug 1895617] Re: export html check for directory readability needs to match directory used
From: Kristina Hoeppner, 2020-09-16
-
[Bug 1895617] A patch has been submitted for review
From: Mahara Bot, 2020-09-15
-
[Bug 1895617] Re: export html check for directory readability needs to match directory used
From: Lisa Seeto, 2020-09-15