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
sam_marshall
197c4f3b51
MDL-15519 Added H2 tag for month selector in calendar (accessibility)
2008-07-14 11:05:40 +00:00
dongsheng
bf78427b08
MDL-15244, help file for ip blocking page.
2008-07-14 09:10:51 +00:00
dongsheng
ab99c8f014
MDL-15244, add ability to block ip addresses for HEAD.
2008-07-14 08:14:31 +00:00
jamiesensei
fb94cd4848
MDL-15268 "Content for Quiz Statistics report table" some fixes to strings.
2008-07-14 06:40:36 +00:00
jamiesensei
04c8148a4f
MDL-15102 "Upgrade to DMLLIB 2.0. Needs further testing and bug-fixing." fixing a couple of typos which were causing errors.
2008-07-14 06:37:39 +00:00
dongsheng
6e1c2bedf8
MDL-15488, clean up phpFlickr code, remove all cache code(it has been implemented in curl class), clean up session code, remove useless code for repository_api.
2008-07-14 05:48:57 +00:00
dongsheng
aa754fe3d4
MDL-15350, search files in box.net repository.
2008-07-14 05:31:01 +00:00
dongsheng
75e7a38c7d
MDL-15488, searching specific photos in flickr repository.
2008-07-14 04:34:26 +00:00
dongsheng
81a5b09b46
MDL-15402, searching repository folder for lanuage files.
2008-07-14 04:03:03 +00:00
fmarier
a8e352c5f4
MDL-15614 Add 3 missing PHP error codes to get_file_upload_error()
...
The get_file_upload_error() function was missing the following error codes:
UPLOAD_ERR_NO_TMP_DIR => 'Missing a temporary folder.',
UPLOAD_ERR_CANT_WRITE => 'Failed to write file to disk.',
UPLOAD_ERR_EXTENSION => 'File upload stopped by extension.',
(see http://www.php.net/manual/en/features.file-upload.errors.php )
2008-07-14 02:38:50 +00:00
dongsheng
07e9a3005f
MDL-15565, add maintenance mode alert reminder in title and navbar.
2008-07-14 02:32:59 +00:00
moodlerobot
0f7db7d379
Updated the HEAD build version to 20080714
2008-07-14 01:33:33 +00:00
skodak
8e378ec045
MDL-15071 improved error logging - credit goes to Andrei Bautu
2008-07-13 20:28:08 +00:00
skodak
6321dbf098
MDL-15071 added missing breaks - credit goes to Andrei Bautu
2008-07-13 20:27:51 +00:00
skodak
0549c245e1
MDL-15071 new method for installing of table from xmld structure - credit goes to Andrei Bautu
2008-07-13 20:27:14 +00:00
gbateson
accb4c04eb
improvements to generation of html from xml:
...
JCloze: set textbox size allowing for minimum gap size setting and longest answer;
JMatch: allow for duplicates and distractors in RHS items;
JQuiz: set textbox size allowing for longest answer, and use textarea if answer longer than 29 chars;
2008-07-13 12:22:32 +00:00
skodak
ad0373df55
MDL-15071 undoing part of previous commit, let's wait for Eloy
2008-07-13 11:42:37 +00:00
skodak
8e768c6d64
MDL-15071 Fixes a regular expression in xmldb_object which breaks sentences with empty strings, it is possible to specify record id in statement (needed for database moving) - by Andrei Bautu
2008-07-13 10:52:45 +00:00
skodak
28a40b5ca2
MDL-15071 coding style improvement by Index: sql_generator.php by Andrei Bautu
2008-07-13 10:14:42 +00:00
skodak
943de432e1
MDL-15071 fixes of the SQLite layer by Andrei Bautu
2008-07-13 10:12:20 +00:00