Jun Pataleta
d9ce6a4ffb
MDL-32151 grade: Use appropriate error langstring error key
2017-06-23 10:22:24 +08:00
jinhofer
0fa9b33463
MDL-50140 grade/import: Added CSH buttons to import grades
...
CSH buttons have been added to CSV Import as well as Paste
from spreadsheet in the following areas:
Encoding, Separator (csv only), Verbose, Preview, Map to,
and Map from.
The heading of Import CSV had a CSH button added as well.
All CSH buttons were given associated language strings.
2015-05-28 07:51:50 -05:00
Adrian Greeve
b9cafe3b40
MDL-46599 gradebook: Added a time exported column to grade export via csv.
...
This will be useful for checking if a csv import is trying to overwrite
new grade updates.
2014-10-16 10:31:10 +08:00
Simey Lameze
a5240a82a6
MDL-46599 gradebook: Add force import option on CSV file and direct importing
2014-10-16 10:22:45 +08:00
Adrian Greeve
b0147a652c
MDL-46547 gradebook: Moving gradebook csv import into a class.
...
This allows plugins such as drag and drop to use / extend the class
and saves on duplicating code.
2014-10-06 09:14:04 +08:00
Andrew Davis
23a62c47af
MDL-46600 core_grades: made it explicit in the error message that a failed grade import means nothing was imported.
2014-08-06 10:58:59 +08:00
Jonathan Champ
643e341cc0
MDL-29572 Grade Import: Avoid creating invalid temporary rows; Provide feedback on error
2014-03-22 21:41:20 -04:00
Gilles-Philippe Leblanc
3d90e53dab
MDL-44585 grade_import: Restrict the accepted types in the gradebook import
2014-03-14 07:21:02 -04:00
Dan Poltawski
3b854e8c2a
Merge branch 'MDL-42618_master' of git://github.com/SWiT/moodle
2014-02-17 12:13:39 +08:00
Matt Switlik
3f7bd81912
MDL-42618 fix grade importing of whitespace idnumbers
2013-11-14 09:46:54 -05:00
sam marshall
3ef7279f26
MDL-42084 Core: Change set_time_limit to core_php_time_limit::raise everywhere
...
Exceptions (places where set_time_limit is still left) are:
Third-party libraries:
ADODB
PHPMailer
Moodle core:
PHPUnit - not relevant (CLI mode)
2013-11-06 16:40:01 +00:00
Jean-Philippe Gaudreau
3aaa906b1e
MDL-38317 grade import: Translation support for import mappings form.
2013-09-13 08:49:58 -04:00
Gilles-Philippe Leblanc
d381fb7776
MDL-38239 gradebook: Importing grades from a .txt file with commas for decimals causes an error
2013-05-21 14:15:26 -04:00
Adrian Greeve
9ea9d1d7b0
MDL-35678 - Gradebook - Grade CSV Import now uses the csv class and complies with RFC 4180 standards.
2012-11-09 11:49:05 +08:00
Adrian Greeve
d40604724b
MDL-34463 - lib - Alteration of the get_context_instance function to utilize the new function context_XXXX::instance().
2012-07-24 14:04:40 +08:00
Sam Hemelryk
238858e362
MDL-26277: Fixed whitespace post integration
2012-06-06 09:15:18 +12:00
Charles Fulton
280b223d84
MDL-26277 grade import: validate file pointer before reading
2012-05-06 20:14:55 -07:00
Petr Skoda
f8311defeb
MDL-31301 use static textlib methods
2012-03-03 11:46:13 +01:00
Tom Lanyon
af9b14446d
MDL-28701 Change uses of make_upload_directory(temp) to make_temp_directory().
2011-09-10 10:43:49 +02:00
Tom Lanyon
7aa06e6ded
MDL-28701 Change all uses of $CFG->dataroot/temp to $CFG->tempdir
2011-09-10 10:35:39 +02:00
Tim Hunt
9d555b4456
MDL-28939 Bad lang string reference in grade/import/csv.
2011-08-15 15:11:51 +01:00
Sam Hemelryk
e8aad16f7e
gradebook MDL-25887 Fixed whitespace
2011-01-18 10:55:36 +08:00
andyjdavis
99c228aa11
gradebook MDL-25887 closed a file handle that was being left open and added more descriptive grade item titles
2011-01-11 16:11:02 +08:00
andyjdavis
83e364c465
gradebook MDL-25887 removed some commented out code
2011-01-11 11:58:02 +08:00
andyjdavis
df2f526877
gradebook MDL-25887 fixed a problem with grade import user mapping
2011-01-11 11:50:04 +08:00
Petr Skoda
346c5887b1
MDL-24751 using new memory constants
2010-10-19 10:13:15 +00:00
Petr Skoda
c22473a214
MDL-24751 fixed default memory limit when deciding to use apache_child_terminate(), apache_child_terminate() is now called from one place only
2010-10-19 10:00:29 +00:00
Petr Skoda
ace9051cc1
MDL-24321 switching to stdClass in /g*/
2010-09-21 08:16:49 +00:00
Petr Skoda
6ef4878b86
spelling fixes
2010-09-17 18:56:53 +00:00
Petr Skoda
71904f4d2b
MDL-23984 make_upload_directory() cleanup - we now throw exceptions by default which should prevent a lot of strange problems
2010-08-29 14:59:14 +00:00
Jonathan Harker
d5b36b401c
grade/import/csv: MDL-20876 Fix split() call and remove redundant escaping.
2010-07-20 03:23:20 +00:00
Dongsheng Cai
a12f85718d
MDL-22573, use filepicker to replace upload_manager in gradebook import form
2010-06-04 08:37:17 +00:00
Petr Skoda
a685593466
MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions
2010-01-16 15:39:56 +00:00
Petr Skoda
6c3ef4103a
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 12:11:29 +00:00
samhemelryk
beebcf2606
grade MDL-19797 Added set_url calls
2009-10-15 06:58:21 +00:00
nicolasconnault
c3b834b42d
MDL-19797 Upgraded calls to helpbutton, print_simple_box* and notify
2009-08-18 04:59:57 +00:00
nicolasconnault
5a93139440
MDL-19797 Converted all print_footer() calls
2009-08-06 14:12:17 +00:00
nicolasconnault
c018f97328
MDL-19797 Migrated calls to print_heading
2009-08-06 08:16:46 +00:00
nicolasconnault
e060e33dc3
MDL-19727 Replaced boilerplates and removed ID tags. Merged from MOODLE_19_STABLE
2009-07-07 02:26:36 +00:00
skodak
fc29e51b2d
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
2009-06-13 18:34:43 +00:00
skodak
a8f3a651c0
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
2009-06-13 18:16:08 +00:00
skodak
ec69f4ab16
MDL-16918 fixed deleting in csv import file - thanks Luis de Vasconcelos; merged from MOODLE_19_STABLE
2009-04-27 10:22:28 +00:00
skodak
1dc9f2e291
MDL-18984 gradebook csv import group access control implemented
2009-04-27 08:47:31 +00:00
nicolasconnault
233ae5a323
MDL-18247 Merged from MOODLE_19_STABLE
2009-02-17 07:25:24 +00:00
nicolasconnault
dc482cfac0
MDL-18083 (including MDL-15680, MDL-17829, MDL-17807, MDL-18004, MDL-12631, MDL-16913)
2009-02-09 10:49:41 +00:00
dongsheng
771dc7b298
"MDL-14129, fix error() in moodle2"
2008-12-12 05:45:43 +00:00
skodak
c69b02bbdf
MDL-14840 trimming scale options - the spaces should not be there in the first place (to be addressed later MDL-16832) - credit goes to Mike Corb and Dan Marsden; merged from MOODLE_19_STABLE
2008-10-08 18:53:28 +00:00
skodak
294ce9870f
MDL-15189 magic quotes finally removed
2008-06-09 16:53:30 +00:00
nicolasconnault
5c75a0a3b4
MDL-14967 DB upgrades. All done. Just bug fixing now ;)
2008-06-03 16:10:57 +00:00
nicolasconnault
d24832f9af
MDL-14967 DB upgrades. Not finished yet.
2008-06-02 16:06:33 +00:00