32174 Commits

Author SHA1 Message Date
dongsheng
2040478fb2 MDL-15348, improve list view of picker, display file size and file updated date. 2008-07-18 09:22:46 +00:00
nicolasconnault
767172e4d5 MDL-14958 Enum and default tests 2008-07-18 08:46:53 +00:00
dongsheng
1afc87ad8c MDL-15350, fix bugs of uploading and getauthtoken 2008-07-18 08:09:32 +00:00
moodler
4ea69f88f3 MDL-15702 SQL efficiency fix Merged from 1.9 2008-07-18 07:52:36 +00:00
dongsheng
84df43de21 MDL-13766
remove require_once call to curl.class.php
2008-07-18 07:44:14 +00:00
dongsheng
bb2c046d5c MDL-13766
1. Move curl and repository_cache class to filelib.php
2. Name the file before downloading it
3. clean up code
2008-07-18 07:40:12 +00:00
scyrma
eec1d200b5 MDL-4346: limiting the 'defer' clause to one call / fix the missing openpopup() bug in IE. (merge from 1.9) 2008-07-18 07:14:58 +00:00
moodler
e294b80ad0 MDL-6850 Removed apparent-size from du 2008-07-18 06:42:08 +00:00
piers
97852875da MDL-11892 Propogate Fixes for 'calls to expand javascript' to SCORM 1.2 code. Minor syntax alignment in player.php. 2008-07-18 06:03:51 +00:00
scyrma
4644313b7c MDL-14741: Make tinymce loading simpler, and makes it work on pages with multiple instances. 2008-07-18 04:24:53 +00:00
moodler
5c0700a604 MDL-15701 Merged fix for showing just non-deleted hosts, from 1.9 2008-07-18 04:06:12 +00:00
moodler
771fea0b08 MDL-15700 Merged from 1.9 Tidied up the maintenance mode display to users 2008-07-18 03:02:43 +00:00
moodlerobot
a9b0f17a3d Updated the HEAD build version to 20080718 2008-07-18 01:31:55 +00:00
dongsheng
1756470e46 MDL-15350, fix typos and remove useless code. 2008-07-17 15:44:34 +00:00
dongsheng
34f210f609 MDL-15350
1. more clean up to boxclient lib
2. rewrite the getauthtoken function of boxclient
TODO
Penny, could you merge your changes into this lib
2008-07-17 15:25:48 +00:00
dongsheng
a9493cbea3 MDL-15350, clean up boxclient lib, fix uploadFile function. 2008-07-17 13:12:09 +00:00
tjhunt
b9d4b03134 MDL-15693 - print_question_icon does not cope with missing question types 2008-07-17 12:49:25 +00:00
dongsheng
38e554420b MDL-15405
1. Produce repository list dynamicly.
2. Remove logout button, add a logout link after repository name
2008-07-17 09:34:15 +00:00
moodler
208edd7fca Trivial reformatting of code 2008-07-17 06:33:27 +00:00
scyrma
39356e1837 MDL-15676: restrict block/blog_tags to showing blog tags. (merge from 1.9) 2008-07-17 04:22:41 +00:00
dongsheng
1e28c767bc MDL-15349
1. Implement downloading files from repositories to temp area, TODO, communicate with FILE API
2. Fix cookie bugs in curl class
3. Fix bugs of boxnet and flickr plugins
2008-07-17 03:54:20 +00:00
dongsheng
23634bc72a MDL-15683, get query string instead of calling me(), merged from MOODLE_19_STABLE. 2008-07-17 03:14:20 +00:00
moodlerobot
343b8bae1f Updated the HEAD build version to 20080717 2008-07-17 01:36:13 +00:00
jmg324
8b09e84569 MDL-7971 check in get_categories if user can see hidden categories uses specific capability not course:create 2008-07-16 15:12:09 +00:00
jamiesensei
ea751786e0 MDL-15268 "Content for Quiz Statistics report table" know looping through all question grades fetched from the db to calculate position statistics. 2008-07-16 11:55:38 +00:00
thepurpleblob
9faa5c4469 fixed a small typo causing syntac error. 2008-07-16 10:47:50 +00:00
dongsheng
c425472d81 MDL-15349, the implementation of get_file function in repository class. 2008-07-16 05:15:14 +00:00
dongsheng
c5b443d59c MDL-15349, update comment 2008-07-16 04:15:20 +00:00
dongsheng
b4362df095 MDL-15349, add download function, which can download multi-file in paralle. 2008-07-16 04:07:22 +00:00
dongsheng
4e63912156 MDL-15244, add ability to block ip addresses. 2008-07-16 02:16:42 +00:00
moodlerobot
972485277e Updated the HEAD build version to 20080716 2008-07-16 01:35:17 +00:00
scyrma
2ce9a1f59d MDL-15661: typo in function name - wrong call meant tag type was set incorrectly (merge from 1.9) 2008-07-16 01:21:31 +00:00
tjhunt
9f9eec1ef0 MDL-15542 - Refactor quiz response processing into a separate processresponses.php. 2008-07-15 16:46:24 +00:00
tjhunt
ccc4515578 MDL-15541 - add a comment about where this code originated. 2008-07-15 16:31:22 +00:00
tjhunt
b55797b8cc MDL-15452 - Put the OU quiz navigation improvements into the Moodle codebase. I was able to factor out some commonalities with review.php along the way. 2008-07-15 15:30:39 +00:00
scyrma
9ee16191ec MDL-14741: load editor automatically, from footer/after page is loaded. 2008-07-15 09:43:14 +00:00
tjhunt
e6099294d5 MDL-14413 - Invalid function name - is_image_by_extentsion in QTI export 2008-07-15 09:18:36 +00:00
scyrma
a33fa3ad83 MDL-14741: make tinymce toggle editor icon work as it should 2008-07-15 09:00:23 +00:00
jamiesensei
b6943d3731 MDL-14216 "Improvements to regrade report - improved reporting of actions and dry run / regrade" if condition around buttons to not output them when downloading table data. 2008-07-15 07:22:26 +00:00
dongsheng
588d39547d MDL-15349, add proxy support to curl class. 2008-07-15 07:14:29 +00:00
moodler
34c688c959 MDL-14299 Merged small credit fix 2008-07-15 04:30:37 +00:00
ikawhero
df9eff58c2 MDL-14299 New checkbox profile field type.
Credit to Brian King.
2008-07-15 04:07:15 +00:00
ikawhero
8750134a46 Merged from stable. Change language string file. 2008-07-15 04:03:33 +00:00
ikawhero
60d922d5f1 MDL-14299 New checkbox profile field type.
Credit to Brian King.
2008-07-15 03:31:32 +00:00
moodlerobot
c68c552719 Updated the HEAD build version to 20080715 2008-07-15 01:37:17 +00:00
tjhunt
17312b83c5 Change group-by. I know what was there was equivalent, but Postgres is pedantic about these thigns, and was reporting an error. 2008-07-14 15:57:49 +00:00
tjhunt
baef998bb9 MDL-15622 - Add the quiz navigation panel to the review page
Also, improve the styling a bit.
2008-07-14 15:40:24 +00:00
sam_marshall
5309fd39f8 MDL-15648: Used existing functionality to ensure that forum 'mark read' only marks posts read if they are within the right group. 2008-07-14 15:39:55 +00:00
tjhunt
cdfaa8386e Removing calls to depricated stripslashes. It is no longer needed with dmllib 2.0. 2008-07-14 15:29:30 +00:00
sam_marshall
e2ce18a515 MDL-15519 sorry I'm an idiot, that should have been H3 not H2 2008-07-14 11:20:07 +00:00