- 21 Nov, 2014 1 commit
-
-
Tobias Zeuch authored
Bug 1393472: Automatically detect the delimiter used to store the fields in the csv field. The problem this should solve is that Microsoft Excel uses a semicolon instead of a comma if the language setting of Windows is set to German. The first line of the csv-file contains the header fields so we use that line to check, if it contains a comma or a semicolon since none of these appears in the header field names itself. Change-Id: I833041eb2169fc5ccc9557e0debf3f03c8daf7cc Signed-off-by:
Tobias Zeuch <tobias.zeuch@kit.edu>
-
- 14 Oct, 2013 1 commit
-
-
Robert Lyon authored
- have updated copyright for the pages that had existing copyright notices (except for the lib/pieforms/ section as i'm not too sure if that needs changing as it is a different Catalyst IT product) Change-Id: I11c65ad26cb9cd856cf16b1dccbd4223ba086645 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz> Signed-off-by:
Aaron Wells <aaronw@catalyst.net.nz>
-
- 24 Feb, 2012 1 commit
-
-
Jono Mingard authored
Changed language string uploadcsverrorunspecifiedproblem from htdocs/lang/en.utf8/admin.php to use the Launchpad bug tracker URL instead of Eduforge and renamed to uploadcsverrorunspecifiedproblem1. Also changed the reference to Mahoodle.pdf in the README from https://eduforge.org/docman/view.php/176/3200/Mahoodle.pdf to https://wiki.mahara.org/images/d/d5/Mahoodle.pdf Change-Id: If8eb28fd3f38a05f5916d89afd80e892fd9ceac3 Signed-off-by:
Jono Mingard <reason.koan@gmail.com>
-
- 30 Jun, 2011 1 commit
-
-
Hugh Davenport authored
Change-Id: Ieb555235607f35f8586eb0d2e383550fdae5a683 Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
- 13 May, 2011 1 commit
-
-
Francois Marier authored
These closing tags are unnecessary and against our coding guidelines. Let's get rid of them all in one go. Change-Id: Ia94f103e525185597ee3780a3839d7577cdd0c29 Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
- 19 May, 2010 1 commit
-
-
Francois Marier authored
This will remove a dependency on a badly licensed module. Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
- 15 Sep, 2009 1 commit
-
-
Richard Mansfield authored
-
- 10 Aug, 2009 2 commits
-
-
Elliot Pahl authored
This reverts commit f61492a3.
-
Elliot Pahl authored
-
- 26 Jun, 2009 1 commit
-
-
Elliot Pahl authored
Add non-functional lib/csvfile.php. (cherry picked from commit 34b4960d5659fdff1d0043c09aa193f10f3e5b50) CsvFile will now parse a csv file and return an object with errors, headers, and data. (cherry picked from commit ac62b4a53265ded746e32dfb2f41943bf62c849a) Use mandatory fields correctly in csvfile.php. (cherry picked from commit e378fc7de6f127cd0c9bc3ab48912466f3d42351) Remove checking for an error that will never be reached. (cherry picked from commit 36f2a90218145f349763aada2c469fd5e6eade71) Replace references to headers with format. (cherry picked from commit 002a602cc016986df03752bca551832bbb3ffda9) Throw exception for no CSV header row if there are no other errors. (cherry picked from commit e09686075502c50506ebd0dc737021914d1ec03c) Update uploadcsv.php to use csvfile.php (cherry picked from commit 4070d03a0c7ff811361038781bd3194d5b98d4b0) Set an error on the upload users form and return if a duplicate email address is found. (cherry picked from commit f6dba540e90582b139d0748802f40e3cc1865c49) Also check profile for duplicate email addresses. (cherry picked from commit 4f5d8eb661c8abd8d9553e3c193d7f15397a91ee) Add checks to see if the filename exists. (cherry picked from commit ba5bdb0e9c9dbc77a422d48c3a0609258a2b0c15) Add a TODO for documenting csvfile.php. (cherry picked from commit a3ebd09be81f8908aa2cdd35a92798ea937cffc6)
-