skodak
a78bee285d
MDL-16433 themes and javascript files are not blocked by running upgrade anymore
2008-09-14 08:40:23 +00:00
skodak
8429163db9
MDL-16493 file and picture element migrated; waiting for file picker to mature, presets not finished yet
2008-09-14 08:22:44 +00:00
skodak
91b59e05ed
MDL-16491 fixed typos, versions were not saved in upgrade savepoints
2008-09-14 07:39:41 +00:00
moodlerobot
8523965feb
Updated the HEAD build version to 20080914
2008-09-14 01:43:21 +00:00
skodak
797f19e881
MDL-14589 image resizing and conversion support
2008-09-13 19:38:44 +00:00
moodlerobot
95c1ff4c25
Updated the HEAD build version to 20080913
2008-09-13 01:39:31 +00:00
nicolasconnault
617ac19bd2
MDL-16423 Adding a missing $ sign
2008-09-12 19:17:53 +00:00
mjollnir_
8bde161135
MDL-16046 - log page for portfolio transfers
2008-09-12 15:34:20 +00:00
mjollnir_
fae696850a
MDL-15362 - make sure we log the transfer on an xmlrpc request in mahara plugin
2008-09-12 15:32:14 +00:00
mjollnir_
de01a5071e
MDL-14591 - added some phpdocs, moved the transfer log insert into its own method and streamlined how it's called.
...
Also added a parameter to verify reawaken so that when we are just viewing queued transfer logs it can be in a different session (sesskey verification)
2008-09-12 15:31:17 +00:00
mjollnir_
37f03ea00b
MDL-15666 - change all the portfolio plugins and callers to use exceptions
...
rather than relying on return values (send_package and prepare_package)
move zipping of temporary files into the exporter class so it can be overridden during unit tests
fix a small todo in mahara plugin
2008-09-12 11:22:15 +00:00
jamiesensei
9176976151
MDL-16463 "Long group names can make drop down box too wide" added an if condition to test the length of the group name. If it is more than 20 characters then we use the string 'this group' instead of the group name.
2008-09-12 08:33:40 +00:00
skodak
0bd47adcd0
MDL-14589 no file browsing if not logged-in
2008-09-12 08:22:41 +00:00
dongsheng
fbd508b463
MDL-13766
...
introduce new search API
2008-09-12 08:16:09 +00:00
moodler
b467ee7539
MDL-16474 Modifications to allow definition of 1-point scales
2008-09-12 07:33:49 +00:00
dongsheng
2b9feb5f0e
MDL-13766, improve repository search, search interface can be defined
...
in print_search function now!
2008-09-12 07:28:40 +00:00
moodler
81de8d8e64
MDL-16474 Make counts of posts look nicer, and use the scale to show the results, not just a number
2008-09-12 07:26:56 +00:00
moodler
56dae0a227
MDL-16473 Merged style fix for user pics from 1.9
2008-09-12 06:56:11 +00:00
tjhunt
61d04bcc46
MDL-15632 Wrong permission in the admin tree defininition mean that people with moodle/role:manage could not define role, and people with moodle/role:assign could not assign system roles.
2008-09-12 05:18:27 +00:00
dongsheng
167fd7f55d
"MDL-15488, use a smaller icon for flickr"
2008-09-12 03:36:39 +00:00
dongsheng
539b3d13d5
MDL-15488
...
1. Move flickr lib to lib/flickrlib.php
2. Create a new flickr plugin for public access, the original one will be
a personal repository, user need to login to access his/her own photos.
2008-09-12 03:32:31 +00:00
moodlerobot
2b376ab85b
Updated the HEAD build version to 20080912
2008-09-12 01:55:13 +00:00
skodak
b8d9c71915
MDL-15906 file picker improvements - it now keeps current file after failed server side validation or submission (input element used instead of button element)
2008-09-11 23:11:24 +00:00
stronk7
3128242122
Prevent get_users_by_capability() to return deleted users. MDL-16323 ; merged from 19_STABLE
2008-09-11 22:17:20 +00:00
skodak
9c98b43986
MDL-16468 never mail deleted users; merged from MOODLE_19_STABLE
2008-09-11 19:54:39 +00:00
mjollnir_
fd64f09831
MDL-16422 add option to share files and new folders in box.net portfolio plugin
2008-09-11 14:13:58 +00:00
mjollnir_
11ae365cf2
MDL-16423 - fixing regression i introduced in refactor with missing global
2008-09-11 14:12:07 +00:00
mjollnir_
054dd03b80
MDL-15666 - adding extra test to forum portfolio caller
2008-09-11 14:03:41 +00:00
mjollnir_
27dda89ffe
MDL-15666 - changes to the portfolio caller tests
...
now that i changed the api again (adding load_data), rather than add a call to it to
all the callers, i abstracted the caller setup into the parent class (portfoliolib_test)
2008-09-11 13:47:40 +00:00
mjollnir_
0d06b6fda7
MDL-16423 - big refactor of the way callers interact with the portfolio code
...
added two new contract methods to the caller class, load_data and expected_callbackargs (static)
this means that the base class is the only place that needs a constructor
and that no data loading happens in the constructor
this in turn means we can check callback argument validity much more lightly
also completely remoted portfolio_add_button function and replaced with a class
as the argument list was getting out of control. it's now much more readable.
2008-09-11 13:42:58 +00:00
mjollnir_
2e6a355ddb
MDL-15760 - fix teeny notice-causing bug in box.net portfolio plugin
2008-09-11 13:38:22 +00:00
urs_hunkler
4edc20346c
add missing icons
2008-09-11 13:23:45 +00:00
jamiesensei
c308138f89
MDL-14202 "Replace Item Analysis Report with new improved 'Statistics' report." Removing Quiz Item Analysis report
2008-09-11 12:59:33 +00:00
jamiesensei
869309b8d8
MDL-14202 "Replace Item Analysis Report with new improved 'Statistics' report." finished statistics report. This patch includes some changes to lib/tablelib.php so that it is possible to export the content of a table as part of a multi table export - with mutliple tables / multiple worksheets.
2008-09-11 12:48:08 +00:00
tjhunt
c861c8ac82
MDL-6751 improve the usability of the page a bit.
2008-09-11 11:07:04 +00:00
tjhunt
4b600aa005
MDL-16410 Implement the delete question type functionality on the question type administration screen.
2008-09-11 11:01:20 +00:00
tjhunt
ad4cd8374a
Improve comment.
2008-09-11 10:37:50 +00:00
tjhunt
0dc48e7132
MDL-16456 Remove support for old-style config.html files in modules.
2008-09-11 10:25:30 +00:00
tjhunt
1d1ca5ef85
MDL-16457 Remove support for old-style filterconfig.html files
2008-09-11 10:22:22 +00:00
dongsheng
7fab56b76a
"MDL-13766, improve settings"
2008-09-11 09:15:27 +00:00
tjhunt
e6b6b2bb73
MDL-14129 missing language string.
2008-09-11 08:49:42 +00:00
scyrma
453857b08b
MDL-15351: small fix when search is not used.
2008-09-11 08:13:12 +00:00
dongsheng
80108afd0e
"MDL-13766, expand automaticlly"
2008-09-11 07:58:39 +00:00
scyrma
30868c40ae
MDL-15351: testing to make folder expanded by default
2008-09-11 07:48:35 +00:00
tjhunt
5f9c912241
MDL-16447 move quiz-specific pictures out of theme/standard/pix/
2008-09-11 07:34:51 +00:00
scyrma
79902e8a8a
MDL-15351: it's now possible to search the local repository
2008-09-11 07:30:07 +00:00
jerome
3701fd35b1
MDL-15402: flickr rep admin settings updated (I forgot to set multiple instances to true)
2008-09-11 06:45:34 +00:00
jerome
0868f619c5
MDL-15402: flickr rep admin settings updated
2008-09-11 06:42:54 +00:00
tjhunt
dee2bdc010
MDL-16449 error unexpected event exception in essay question
2008-09-11 03:57:28 +00:00
dongsheng
8988c36bce
MDL-15488
...
Use a popup login window intead inline login form
TODO:
Find a grace way to verify token
2008-09-11 03:18:54 +00:00