Petr Škoda
a9cda870ba
MDL-38109 use always get_plugin_list() to get list of plugins
...
get_list_of_plugins() is NOT intended for real plugins, only plugin like directories.
2013-06-11 10:22:45 +02:00
Eloy Lafuente (stronk7)
c9e54743ec
MDL-39753 Add 2.5.0 upgrade line
2013-05-20 15:33:19 +02:00
Helen Foster
9f3e096899
MDL-39642 Merge English strings from the en_fix language pack
2013-05-13 09:58:43 +02:00
Damyon Wiese
c9c01f75b1
MDL-39077 maxbytes - fix warnings for cli install
2013-05-02 12:11:08 +08:00
Eloy Lafuente (stronk7)
cedb0aab5a
MDL-39434 Bump all versions near 2.5 release
2013-05-01 18:03:29 +02:00
Damyon Wiese
367b977d4d
MDL-39077 max_files does not include current option when it is non-standard
...
Non-standard means php.ini was set to something not in the default list (like 7MB),
then the config was saved to that specific value, and now the value in php.ini has been changed
again so 7MB does not appear in the list.
2013-05-01 12:40:57 +01:00
Dan Poltawski
a74cd33160
MDL-39422 mod_forms: prevent long coruse module names
...
To prevent ugly DB errors.
2013-04-30 17:41:36 +01:00
Damyon Wiese
6a508eaccf
Merge branch 'w15_MDL-34674_m25_spell' of git://github.com/skodak/moodle
2013-04-16 15:56:10 +08:00
Dan Poltawski
e5e5097081
NOBUG - reduce whitespace errors a little
2013-04-15 13:29:14 +01:00
Petr Škoda
0ac97084fa
MDL-34674 use browser built-in spell checking in all browsers except < IE10
2013-04-12 11:33:23 +02:00
Dan Poltawski
a96eb3a55f
Revert "MDL-38254 Assignment Module: add avaialble message to all assignment types"
...
This reverts commit 2612e21bd4
.
2013-04-11 16:52:25 +08:00
Rossiani Wijaya
2612e21bd4
MDL-38254 Assignment Module: add avaialble message to all assignment types
2013-04-04 11:04:22 +08:00
Aparup Banerjee
da33f689dc
Merge branch 'MDL-30481' of git://github.com/rwijaya/moodle
2013-03-05 12:55:41 +08:00
Michael de Raadt
ce744f7134
MDL-35350 Advanced uploading assignment: add submission timestamp on assignment index page
2013-02-28 14:06:01 +08:00
Rossiani Wijaya
b9509a1e45
MDL-30481 Advanced upload assignment: Fixed assignment available date string to appropriately identify past or future availability
2013-02-26 17:38:55 +08:00
Damyon Wiese
6b219310cf
MDL-37122 core get_max_upload_sizes: Include "Course/Site/Activity limit (X)" in list of options
...
This change removes the "0 bytes" option from the get_max_upload_sizes list
and replaces it with "Course limit (X)" or "Site limit (X)" (whichever is smaller).
This means we can remove all custom handling in the modules that were removing and
adding these options. It only affects pages that pass valid options for sitelimit and
courselimit - so admin pages will work correctly.
It also orders the list so the course/site limit options will be first
(as it will be the largest).
AMOS START
REM [courseuploadlimit, core] has been parameterized to get [uploadlimitwithsize, core]
AMOS END
2013-02-07 10:50:52 +08:00
Rajesh Taneja
45281abcfa
MDL-30144 Assignmnet 2.2: fixed context retrival
2013-02-06 12:36:25 +08:00
Michael Hughes
127d66f183
MDL-30144 Assignment 2.2: Download all as zip should only contain submission from active enroled users
2013-02-01 17:08:22 +08:00
Petr Škoda
7a18f49c60
MDL-37726 remove PREVIOUS/NEXT from all install.xml files
...
YAY!
2013-01-29 22:34:46 +01:00
David Monllao
6b21986911
MDL-37457 testing Mark current classes as deprecated
2013-01-15 11:07:45 +08:00
David Monllao
5c3c2c81be
MDL-37457 testing Refactoring references
2013-01-15 11:07:43 +08:00
Eloy Lafuente (stronk7)
771b820285
Merge branch 'MDL-30700-master' of git://github.com/damyon/moodle
2012-12-11 19:56:31 +01:00
Eloy Lafuente (stronk7)
6b9dfe731e
MDL-37032 upgrade: define all the 2.4.0 points
2012-12-11 13:11:11 +01:00
Damyon Wiese
1e4bd9fe25
MDL-30700 Assignment 2.2: Added text_sorting function to tablelib
...
Allows oracle to sort by text (clob) columns (should be used sparingly).
2012-12-11 15:42:24 +08:00
Eloy Lafuente (stronk7)
663dbbc2e6
MDL-36933 Bump everything to 2012112900
...
(versions, requires and dependencies)
2012-11-30 03:30:09 +01:00
Petr Škoda
40b9c0694c
MDL-36436 use hacky aspect ratio to work around IE9 issues
2012-11-20 13:01:27 +01:00
Mark Nelson
3774324174
MDL-33791 Portfolio: Fixed security issue with passing file paths.
2012-11-08 00:26:13 +01:00
Dan Poltawski
90a23f067c
Merge branch 'wip-MDL-36277-master' of git://github.com/barbararamiro/moodle
...
Conflicts:
theme/standard/style/course.css
2012-11-06 14:58:49 +08:00
Sam Hemelryk
02adb1e30d
Merge branch 'wip-mdl-29689' of git://github.com/rajeshtaneja/moodle
2012-11-06 10:34:06 +13:00
Barbara Ramiro
2df53c3ed8
MDL-36277 Usability: New Activity icons in SVG and PNG formats
2012-11-06 00:02:31 +08:00
Dan Poltawski
752a3f14be
Merge branch 'wip-mdl-35910' of git://github.com/rajeshtaneja/moodle
2012-10-30 10:00:11 +08:00
Rajesh Taneja
7212740691
MDL-35910 Assignment 2.2: Fixed included files in assignment zip.
...
If Marking button is enabled, assignment is open and is not finalized, then don't add file to zip
2012-10-19 16:07:19 +08:00
Marina Glancy
71a56e08c8
MDL-35339 avoid using get_all_sections(), get_all_mods() and field section.sequence directly
2012-10-15 14:08:13 +08:00
Rajesh Taneja
17bf85dee3
MDL-29689 Assignment 2.2: cleaned print_responsefiles function
2012-10-04 16:23:19 +08:00
Rajesh Taneja
deba4dc328
MDL-29689 Assignment 2.2: A student can see feedback for assignments with no-grades
2012-10-04 16:23:18 +08:00
Jean-Philippe Gaudreau
7f40888801
Fixing feedback's view when assignment is set to no grade. Also refactoring the use of method view_feedback for upload (single and advenced) assignments
...
Conflicts:
mod/assignment/type/upload/assignment.class.php
mod/assignment/type/uploadsingle/assignment.class.php
2012-10-03 14:41:32 +08:00
Rajesh Taneja
c517046e4d
MDL-30121 Assignment 2.2: Draft submission files will not be included in zip, if activity is open
2012-08-24 09:48:45 +08:00
Eloy Lafuente (stronk7)
df27efbd46
Merge branch 'wip-mdl-32759-warning' of git://github.com/rajeshtaneja/moodle
2012-08-22 02:33:34 +02:00
Eloy Lafuente (stronk7)
92f2403bf3
Merge branch 'master_MDL-34593_add_extra_plugin_param_to_get_form_elements_module' of git://github.com/kanikagoyal/moodle
2012-08-15 03:18:58 +02:00
Aparup Banerjee
50f0c35dd3
Merge branch 'master_MDL-34382_add_new_option_to_flag_modules_that_support_plagiarism_plugins' of git://github.com/kanikagoyal/moodle
2012-08-14 15:48:19 +08:00
Rajesh Taneja
daaf84ec44
MDL-32759 Assignment 2.2: Changing grade for existing assignments will show warning that grades will not be scaled
2012-08-14 11:23:33 +08:00
Kanika Goyal
67fbfe8b54
MDL-34593: Plagiarism API - add extra plgin param to get_form_elements_module
2012-08-13 20:31:45 +05:30
Kanika Goyal
50da4ddd56
MDL-34382: Plagiarism API - add new option to flag modules that support the use of plagiarism plugins
2012-08-13 11:02:34 +05:30
Petr Škoda
c7e35969d5
MDL-34741 use 2in3 in mod_assignment
2012-08-11 20:40:05 +02:00
Rossiani Wijaya
5d2b1e5eec
MDL-34561 accessibility compliance for assignment module: add accesshide class
2012-08-06 15:19:51 +08:00
Rossiani Wijaya
3695494fc3
MDL-34561 accessibility compliance for assignment module: Add forform input text and select tag
2012-08-03 11:53:51 +08:00
David Monllao
01a67102e6
MDL-34466 mod_assignment Replace all instances of get_context_instance() with respective context_XXXX class in mod/assignment
2012-07-27 13:25:05 +08:00
Aparup Banerjee
90310b1b4f
MDL-26969 assignment : clarified phpdoc and fixed whitespace.
2012-07-24 16:40:05 +08:00
Aparup Banerjee
c5e518d521
Merge branch 'MDL-26969' of git://github.com/rwijaya/moodle
2012-07-24 16:39:59 +08:00
Rossiani Wijaya
75cf84ac25
MDL-26969 Assignment module - upload: fixed get_submission() return value to nothing when param is set to false.
2012-07-23 11:19:30 +08:00