Commit graph

8488 commits

Author SHA1 Message Date
skodak
8fd5758358 MDL-19235 fixed editor license headers and more info 2009-05-21 12:20:40 +00:00
sam_marshall
e5e2fc0599 MDL-18051: Fixed errors in evalmath when using grade expressions that begin with bracket 2009-05-21 11:54:43 +00:00
skodak
95feaf965f MDL-19235 updated license header in installer - completely rewritten for 2.0 + more inline docs 2009-05-21 10:08:58 +00:00
nicolasconnault
7f2068f7e9 MDL-19247 Finished cleaning up Sniffer files 2009-05-21 10:07:32 +00:00
nicolasconnault
68a1cf5d93 MDL-19247 Cleaned up most of the sniffer files and adjusted some rules such as do { ... } while (); 2009-05-21 09:48:31 +00:00
skodak
4cd9dfda7b MDL-18111 improving file api comments and docs 2009-05-21 09:37:21 +00:00
skodak
5c3a3b8a91 MDL-18111 improving file api comments and docs, fixing license header 2009-05-21 09:05:17 +00:00
skodak
33488ad66a MDL-18111 improving file api comments and docs, fixing license header 2009-05-21 08:42:22 +00:00
skodak
64a19b3828 MDL-18111 improving file api comments and docs, fixing license header 2009-05-21 08:25:52 +00:00
nicolasconnault
cae4134c47 MDL-19247 Adjusted detection and cleaned up sniff files. 2009-05-21 03:53:28 +00:00
skodak
4eef139962 MDL-14589 file browsing refactoring - moving url encoding to filelib.php for now 2009-05-20 22:32:02 +00:00
skodak
c05e9754ce MDL-18111 improving file api comments and docs, fixing license header + minor refactoring 2009-05-20 22:17:53 +00:00
skodak
16a95e8f8d MDL-18111 improving file api comments and docs, fixing license header 2009-05-20 21:27:56 +00:00
skodak
0589769fcf MDL-15906 removing obsoleted code, now in filelib.php 2009-05-20 21:17:58 +00:00
skodak
25aebf09b7 MDL-18111 improving file api comments and docs, fixing license header 2009-05-20 21:16:38 +00:00
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
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
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
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
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
2d09b482e6 "MDL-16597, fixed empty returnvalue and file type options, improve javascript code" 2009-05-18 02:36:43 +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
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