← Back to team overview

mahara-contributors team mailing list archive

[Bug 1095179] A change has been merged

 

Reviewed:  https://reviews.mahara.org/7089
Committed: https://git.mahara.org/mahara/mahara/commit/6bbb045534d55741d5d2db6e7138c5363203bc38
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch:    16.10_STABLE

commit 6bbb045534d55741d5d2db6e7138c5363203bc38
Author: Cecilia Vela Gurovic <cecilia@xxxxxxxxxxxxxxx>
Date:   Wed Oct 5 15:27:58 2016 +1300

Bug 1095179: A sequence of spaces cannot be a filename

behatnotneeded

Change-Id: I9c2623c451735d2fc50d8b6240edfa0fe47391da
(cherry picked from commit be7871eb4a19c7f8bef127e7222c1b0956fadfd8)

-- 
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/1095179

Title:
  file name consisting of blanks only accepted but misbehaves

Status in Mahara:
  Fix Committed

Bug description:
  When an uploaded file is renamed to a filename consisting of spaces
  only, this is accepted but misbehaves.

  Steps to reproduce:
  1) Log in as administrator.
  2) Go to Administration -> Configure site -> Site files.
  3) Upload a file.
  4) Click on the pencil icon to the right of the file.
  5) Change the name field to a single space and click "Save changes". Observe that the save succeeds.
  6) Click on the pencil icon to the right of the file. Observe that the name field is blank (no spaces).
  7) Click on "Save changes". Observe that the save fails with the error "The name field is required".

  Expected behaviour:
  a) the save fails in step 5 with the error message "The name field is required"; or, failing that,
  b) the spaces are preserved for step 6 and the save succeeds in step 7.

  
  Versions: 
  * 1.6_STABLE 4892034
  * master bf58c38

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1095179/+subscriptions


References