Commit graph

36557 commits

Author SHA1 Message Date
skodak
cd221853d6 MDL-14589 adding file export options to file_browser classes 2009-05-20 20:57:21 +00:00
nicolasconnault
70020e5caf MDL-19247 Added detection of malformed package name in file phpdoc, and generation of appropriate package name based on file location 2009-05-20 19:01:42 +00:00
nicolasconnault
2178c7ada9 MDL-19247 Added detection of blank lines before control structures, plus other tidbits. 2009-05-20 14:09:26 +00:00
nicolasconnault
8cc92fb2e6 MDL-19247 Added detection of closing php tag, improved CLI tool and started clean up of Moodle Standard code. 2009-05-20 10:49:59 +00:00
nicolasconnault
84f1ffb8a2 MDL-19247 Reverted CodeSniffer.php and CLI.php to original state, and subclassed them in MoodleCodeSniffer.php and MoodleCLI.php in order to reproduce the small changes. Also updated runsniffer script. 2009-05-20 08:14:38 +00:00
moodler
e624cda83b CodeSniffer MDL-19247 I updated the README, moved and renamed phpcs => runsniffer script, and modifed some rules for line length and require statements 2009-05-20 06:35:46 +00:00
dongsheng
8559ea1080 "MDL-15351, use base64 encode php seriablized data" 2009-05-20 06:08:12 +00:00
dongsheng
cd3122334d "MDL-15351, rewrote repository local repository" 2009-05-20 05:24:53 +00:00
moodlerobot
e44e3d00b2 Updated the HEAD build version to 20090520 2009-05-20 00:38:36 +00:00
nicolasconnault
cf72e2dde3 MDL-19247 Minor adjustments to Moodle Coding Standard, mostly switching Errors to Warnings. Added a file to sniff out elseif declarations. Cleaned up grade/lib.php as an example (no more errors). 2009-05-19 21:17:54 +00:00
stronk7
2a8435c4ce MDL-19163 restore - avoid some notices. Merged from 19_STABLE 2009-05-19 18:50:24 +00:00
stronk7
66f8c14c2e MDL-19163 restore - 2 new strings to warn about restore over SITEID ; merged from 19_STABLE 2009-05-19 18:37:43 +00:00
stronk7
a34947c283 MDL-19163 restore - warn if restoring over SITEID course ; merged from 19_STABLE 2009-05-19 18:35:38 +00:00
nicolasconnault
d35df1b54a MDL-19247 Added the PHP CodeSniffer tool and lib/thirdpartylibs.xml 2009-05-19 15:22:43 +00:00
skodak
1905b5f68d MDL-19211 more inline docs and comments 2009-05-19 13:02:13 +00:00
skodak
45126617fb MDL-14589 fixed recent file api improvements regression 2009-05-19 13:01:37 +00:00
stronk7
e43806a018 MDL-19163 - Fixed problem when cancreatecourse users were restoring to sites with only 1 course ; merged from 19_STABLE 2009-05-19 10:35:59 +00:00
samhemelryk
d9ff0cc96e accesslib MDL-19237 corrected non existent fields 2009-05-19 08:02:55 +00:00
samhemelryk
46808d7ccc accesslib MDL-19236 added phpdocs and copyrights 2009-05-19 07:50:54 +00:00
Moodle HQ git importer
33374f7672 Fixing drift between CVS and git 2009-05-19 00:38:47 +00:00
moodlerobot
1c94c722fc Updated the HEAD build version to 20090519 2009-05-19 00:38:47 +00:00
skodak
1b7f3041f0 MDL-14589 file api improvements - converting more params to general $options array 2009-05-18 19:04:07 +00:00
skodak
a19a06d09e MDL-14589 file api improvements - converting more params to general $options array 2009-05-18 19:04:06 +00:00
skodak
a07ca51fdf MDL-19211 spellchecker TODOs 2009-05-18 08:17:52 +00:00
fmarier
5505925383 MDL-19222 sessionlib: add a check and error message when initialising file sessions in case there is no free space on the partition 2009-05-18 04:47:58 +00:00
dongsheng
1fd5298216 "MDL-16597, passing maxbytes and maxfiles to file picker" 2009-05-18 04:06:55 +00:00
dongsheng
da2946c984 "MDL-19180, repository url plugin, download file into moodle by inputing url directly" 2009-05-18 03:51:09 +00:00
peterbulmer
d3080510e4 MDL19219 mnet, mitigate arrkey loss in transit
When usernames are numeric, they are lost in mnet transit when used as
keys in the array result of course_enrolments(). As the username is not
sent with the enrolment details, it was not previously recoverable.
This patch adds the information to the enrolment details,
(enrol/mnet/enrol.php), and adds support for recovering the username if
it was numeric (and hence lost) (admin/mnet/enr_course_enrol.php)
2009-05-18 02:38:02 +00:00
dongsheng
2d09b482e6 "MDL-16597, fixed empty returnvalue and file type options, improve javascript code" 2009-05-18 02:36:43 +00:00
moodlerobot
934bbc53bf Updated the HEAD build version to 20090518 2009-05-18 00:39:47 +00:00
skodak
a5747cf828 MDL-19211 text editor plugins configuration 2009-05-17 21:10:06 +00:00
skodak
793253ae05 MDL-19218 fixed missing method grade_category::is_extracredit_used() - not merged to HEAD 2009-05-17 19:19:33 +00:00
skodak
b1ba4d22bf MDL-16592 fixed link to nonexistent css, probably caused by recent YUI update 2009-05-17 19:12:46 +00:00
skodak
34b72bddab MDL-13766 fixed htts detection logic bug 2009-05-17 18:56:34 +00:00
skodak
e7c2f2ba37 MDL-13766 fixed xhtml strict 2009-05-17 18:51:24 +00:00
skodak
1b24d7496f MDL-19184 fixed typos 2009-05-17 18:49:30 +00:00
skodak
73efeff61b MDL-19119 moving get_fast_modinfo() to moodlelib.php - the recent changes related to inclusion of course/lib.php were causing regressions 2009-05-17 18:45:00 +00:00
skodak
09f77f09f5 MDL-12212 readme improvements 2009-05-17 17:29:38 +00:00
skodak
0d2c4229c4 MDL-12212 implemented better merging of our string changes with tinymce upstream 2009-05-17 17:10:21 +00:00
skodak
80e30f2594 MDL-12212 fixed missing globals 2009-05-17 17:07:54 +00:00
skodak
43d91e34c9 MDL-19184 moodle specific tinymce localization - fixed sloppy includes 2009-05-17 16:58:16 +00:00
skodak
6eca5390fe MDL-19184 moodle specific tinymce localization 2009-05-17 13:26:05 +00:00
skodak
f3920b6750 MDL-19184 moodle specific tinymce localization 2009-05-17 10:46:16 +00:00
skodak
6f88c925dc MDL-19184 moodle specific tinymce localization 2009-05-17 08:48:42 +00:00
skodak
58aa4c08a6 MDL-19184 - moodle specific tinymce localization 2009-05-17 08:08:30 +00:00
skodak
958d3f1e2c MDL-19184 more tinymce integration and upgrade related improvements 2009-05-17 07:47:04 +00:00
skodak
a4e6818ab3 MDL-19184 more tinymce integration and upgrade related improvements 2009-05-17 07:37:42 +00:00
moodlerobot
5657f5c87a Updated the HEAD build version to 20090517 2009-05-17 00:40:23 +00:00
moodlerobot
6f0b70a1b2 Automatic installer.php lang files by installer_builder (20090517) 2009-05-17 00:29:55 +00:00
skodak
5ca3c8386f MDL-19184, MDL-19212 - refactoring, cleanup and improvements in text editors support; localization support is not finished, inline docs incomplete, expect more commits soon 2009-05-16 20:53:21 +00:00