46062 Commits

Author SHA1 Message Date
Helen Foster
f085c3eccb MDL-21250 capital letters removal 2010-12-08 19:47:46 +00:00
Helen Foster
351d05ead4 MDL-21250 capital letters removal 2010-12-08 19:42:42 +00:00
Helen Foster
9825422e02 MDL-21250 capital letters removal 2010-12-08 19:34:47 +00:00
Helen Foster
600962e843 MDL-21250 capital letters removal 2010-12-08 19:16:17 +00:00
Helen Foster
c8761a0b23 MDL-21250 capital letters removal 2010-12-08 15:37:34 +00:00
Helen Foster
bbe6f6e113 MDL-21250 capital letters removal and greylisted string removal 2010-12-08 15:35:52 +00:00
Helen Foster
e5a0920419 MDL-21250 capital letters removal 2010-12-08 14:34:03 +00:00
Helen Foster
dcc5fd59f8 MDL-21250 capital letters removal also license info added 2010-12-08 11:01:20 +00:00
Helen Foster
6fa35f8aae MDL-21250 capital letters removal 2010-12-08 10:50:53 +00:00
Petr Skoda
3aa2fd20c0 MDL-25593 added missing filelib include
credit goes to Adam Olley
2010-12-08 08:15:21 +00:00
Petr Skoda
320e50b783 MDL-25472 support non-standard dir separators in zip archives and other anomalies 2010-12-08 08:08:45 +00:00
Petr Skoda
8d33799d46 MDL-25543 fixed borked preupgrade script support
credit goes to Chris B Stones
2010-12-08 07:51:00 +00:00
Petr Skoda
2168425a9e MDL-25611 more browser detection cleanup and improvements
general WebKit support, adding version support for android, fixing android browser name (engine name first), adding more tests
2010-12-08 07:39:58 +00:00
Petr Skoda
0667103514 MDL-25611 browser detection cleanup and improvements 2010-12-08 06:51:54 +00:00
Sam Hemelryk
82721a2f9f NOBUG: Fixed up annoying type in moodle_page @property list 2010-12-08 02:04:47 +00:00
Sam Hemelryk
afc45eb160 navigation MDL-25578 Fixed up navbar when viewing categories. 2010-12-08 02:03:07 +00:00
Moodle Robot
668c450956 Updated the HEAD build version to 20101208 2010-12-08 00:49:40 +00:00
AMOS bot
d57043de88 Automatic installer lang files (20101208) 2010-12-08 00:40:09 +00:00
Petr Skoda
e67cfbd4c7 MDL-23733 Disable TinyMCE on iPod Touch and Android devices
Credit goes to Paul Nicholls
2010-12-07 15:49:57 +00:00
David Mudrak
d1571da6c8 MDL-25068 forum: fixed error string usage
The string [cannotsubscribe,mod_forum] is supposed to be used for group
membership check only. I have fixed the two other usages of the string.
Note that the condition if (forum_subscribe()) was useless as the
function return true values only now after $DB conversion.
2010-12-07 12:34:35 +00:00
David Mudrak
9a3adb2032 NOMDL forum: fixed the string wording to match the current code condition
Previous string was used together with the legacy:guest capability.
However, the current code checks is_enrolled() instead. This led to a
weird situation when non-enrolled admin or manager could not subscribe
to a forum and the error message was completely confusing for them.
2010-12-07 12:34:11 +00:00
David Mudrak
99eb51d9e4 MDL-22114 forum: fixed PAGE url param set
I am pretty sure Sam overlooked this is in the commit afef965e
2010-12-07 12:33:24 +00:00
David Mudrak
95d28f044e MDL-25524 workshop: fixed random allocator removing current allocations
The bug was in filter_current_assessments() being applied before get_unkept_assessments()
so actually no current assessment records could be detected.
2010-12-07 11:39:50 +00:00
Tim Hunt
6eee65e4b5 deprecatedlib NOBUG fix typo. 2010-12-07 10:34:15 +00:00
Sam Hemelryk
0f229b906f output MDL-25597 Bumping version after the three new settings were added. 2010-12-07 08:50:18 +00:00
Sam Hemelryk
90e920c7f4 output MDL-25597 Added three new config settings that allow you to add additional HTML to every page. 2010-12-07 08:48:38 +00:00
Aparup Banerjee
feaddca9e9 lib MDL-25532 added dbport option to mysqli driver 2010-12-07 07:30:35 +00:00
David Mudrak
b876a003b4 MDL-25588 report_customlang: removed redundant safe path check
Only the $lang part of the the path comes from the browser and it is
checked in get_localpack_location() anyway.
2010-12-07 06:08:51 +00:00
Moodle Robot
2f698d2a0b Updated the HEAD build version to 20101207 2010-12-07 00:49:33 +00:00
David Mudrak
ff7670e79b MDL-25582 Fixed inconsistence in FEATURE_MOD_INTRO evaluation 2010-12-06 16:07:31 +00:00
john St
162f4e19d9 fix for magazine theme MDL-25581 2010-12-06 16:00:16 +00:00
David Mudrak
44790d21ec MDLSITE-1162 .gitignore file for Moodle git mirror 2010-12-06 12:57:38 +00:00
Petr Skoda
365bf67699 MDL-25536 fixed incorrect reading of plugin options in imsenterprise enrol plugin 2010-12-06 05:52:55 +00:00
Sam Hemelryk
83da094204 NOBUG: Removed unused variable 2010-12-06 03:21:01 +00:00
Moodle Robot
db7cab67c7 Updated the HEAD build version to 20101206 2010-12-06 00:54:02 +00:00
Dongsheng Cai
70cb0769d5 "COMMENTING MDL-25540 fixed bullet point displayed over user pics, credits to Davo Smith" 2010-12-05 18:44:01 +00:00
Dongsheng Cai
a9f19d81b9 "DATA MODULE MDL-25564 fixed $PAGE->url, credits to Davo Smith" 2010-12-05 18:36:44 +00:00
Dongsheng Cai
7be06fa535 "MDL-25529 revert changes, it broke module instance creating page" 2010-12-05 18:01:33 +00:00
jerome mouneyrac
4a67d7c84d course MDL-25529 $introeditor not declared in some cases (=> it was displaying php notice when adding the official newmodule template) 2010-12-05 08:24:33 +00:00
Moodle Robot
70913ab324 Updated the HEAD build version to 20101205 2010-12-05 00:51:35 +00:00
AMOS bot
ac952d6b87 Automatic installer lang files (20101205) 2010-12-05 00:40:09 +00:00
Helen Foster
90699ee515 removing backslash 2010-12-04 19:44:51 +00:00
Moodle Robot
183614cdde Updated the HEAD build version to 20101204 2010-12-04 00:53:41 +00:00
AMOS bot
e59a0f862f Automatic installer lang files (20101204) 2010-12-04 00:40:09 +00:00
Pierre Pichet
fe75941008 MDL-25535 Testing default values when editing numerical options 2010-12-03 14:57:30 +00:00
Aparup Banerjee
93b4ecb2cd enrol MDL-25522 removed extra redundant definition of field names in query causing oracle issues 2010-12-03 09:31:31 +00:00
Petr Skoda
de2d81fad5 MDL-25459 removing option to set picture and tags in admin profile setup form, we can use these only after setup is finished 2010-12-03 05:26:17 +00:00
Moodle Robot
de8a84e3e4 Updated the HEAD build version to 20101203 2010-12-03 00:49:18 +00:00
Helen Foster
4997ee5543 MDL-21250 capital letters removal 2010-12-02 21:48:04 +00:00
Helen Foster
1973cf9be8 MDL-21250 capital letters removal 2010-12-02 19:18:08 +00:00