moodler
2edde5c7be
MDL-15841 Removed the default safe overrides for new installs (MDL-8521)
...
This MAY be reversed in Moodle 2.0, pending other roles work and discussion
2008-07-28 03:18:32 +00:00
stronk7
f65b2dae6c
Transform some messaging deprecated DDL function calls to new ones.
2008-07-27 22:02:20 +00:00
stronk7
4c3396fc9f
Fix A tag regex searching. MDL-15842 ; merged from 19_STABLE
2008-07-26 23:04:50 +00:00
stronk7
4ffc25ce55
Fix A tag regex searching. MDL-15842 ; merged from 19_STABLE
2008-07-26 22:13:39 +00:00
skodak
fb8634e50c
MDL-15846 add option to prevent course welcome emails + support for searching in enrolment page
2008-07-26 16:50:33 +00:00
skodak
cf34d0eaa2
MDL-5018 added thead and tfoot to allowed tags; merged from MOODLE_19_SATLE
2008-07-26 11:29:00 +00:00
stronk7
740f769bd2
Final modifications to PHP docs while documenting DML function in Docs.
2008-07-25 23:31:08 +00:00
skodak
408d53277f
MDL-15823 format_string() improvements; merged from MOODLE_19_STABLE
2008-07-25 22:44:17 +00:00
stronk7
ad434752aa
Some more PHP Docs minor changes.
2008-07-25 18:41:35 +00:00
stronk7
b5e1cac9ef
Polishing a bit PHP docs
2008-07-25 17:51:37 +00:00
tjhunt
5762b36e0d
MDL-15813 - correction - add missing 'return'. Again, Jamie, if you see this, please review.
2008-07-25 16:20:46 +00:00
mjollnir_
3f871282a1
MDL-14591: make the portfolio exporter redirect to nicer places in case of error.
2008-07-25 15:32:44 +00:00
mjollnir_
5071079cb2
MDL-15830 & MDL-15832: added a new intermediate abstract caller class for modules & removed PORTFOLIO_FORMAT_HTML
2008-07-25 15:17:23 +00:00
tjhunt
4089d9ec52
MDL-15537 - followup - don't display an error if you ask questionlib.php to load an empty list of questions.
2008-07-25 14:18:02 +00:00
nicolasconnault
6a1a6fe5ad
MDL-14383 Ugrading YUI to 2.5.2
2008-07-25 10:49:42 +00:00
nicolasconnault
10740b3360
MDL-14383 Removing YUI 2.5.0 to upgrade to 2.5.2
2008-07-25 10:41:39 +00:00
mjollnir_
ed1fcf794b
MDL-14591: changed the definition of portfolio_add_button
...
to support passing the callbackfile explicitly if necessary
and added my name next to some TODOs so I can find them later
2008-07-25 10:31:10 +00:00
mjollnir_
0082ed89b2
MDL-15798 added note in portfolio lib to remove later when this is fixed
2008-07-25 08:39:28 +00:00
dongsheng
d255c6e9ad
"MDL-15244, fix bugs of ip blocker"
2008-07-25 08:27:50 +00:00
mjollnir_
67a87e7db2
portfolio checkin-
...
see http://git.catalyst.net.nz/gw?p=moodle-r2.git;a=shortlog;h=refs/heads/portfolio for changelog
commit point is this hash on that branch: f9642af4e8bd319d4ecdfd83589db61a8fa6fef2
This comes with two plugins, box.net & download
2008-07-25 08:14:11 +00:00
nicolasconnault
a95c68a188
MDL-15808 changed prefix to tst_ and added dboptions
2008-07-25 06:56:33 +00:00
moodler
de6961ccf7
Removing a warning when prefix == ''
2008-07-25 05:41:51 +00:00
skodak
7507f325ba
MDL-15820 fixed some install noise on dev sites; merged from MOODLE_19_STABLE
2008-07-24 22:58:03 +00:00
skodak
f432bebff2
MDL-11421 context levels fixed in capability definitions, sorting of caps by name, plug-ins may report used core caps, fixed some risks; merged from MOODLE_19_STABLE
2008-07-24 21:59:13 +00:00
jamiesensei
c1f41c59b7
MDL-15813 "return params or a param from moodle_url params and param method when no value is passed to method to set url param(s)."
...
Methods param and params can now be used in the following ways :
$url->params(); // returns params
$url->params($arrayofnewparams);// add params to url params and then returns all the params.
//--
$url->param('id');//returns value of id param.
$url->param('id', 5); set id param to 5.
2008-07-24 15:22:31 +00:00
nicolasconnault
b958e94122
MDL-14731 Improved Bryce's patch and applied. YUI version number is kept in a simple version.php file, to be updated manually when updating the YUI libraries.
2008-07-24 13:37:05 +00:00
nicolasconnault
9fed64fa19
MDL-15808 Applying Andrei's patch
2008-07-24 12:21:19 +00:00
nicolasconnault
0ad7d5af3f
MDL-15204 Removing the lib/simpletestlib/simpletest folder, which was a mistake
2008-07-24 09:27:06 +00:00
moodler
3b120e464f
MDL-10107 - First check-in of Messaging 2.0 code from Luis Rodrigues, GSOC student.
...
This new messaging system replaces all the various email_to_user() calls.
They are now replaced by events triggers, and the messages are then
processed centrally according to user preferences and sent to one or more
processors (email, popup, jabber etc...)
This code is not finished yet, a lot of work still has to be done on the
interface. However, the basic structure is there and should be working.
Luis and I will be reviewing and polishing this heavily in the next few weeks.
2008-07-24 08:38:03 +00:00
scyrma
09f295fde8
MDL-14741: better default layout for buttons and added new moodlenolink plugin
2008-07-24 07:47:44 +00:00
scyrma
59860b90d6
MDL-14741: created a 'nolink' plugin for tinymce.
2008-07-24 07:46:28 +00:00
scyrma
801f475409
MDL-14741: remove unnecessary link to missing stylesheet
2008-07-24 03:43:40 +00:00
skodak
3a0c6cca33
MDL-8521 new feature - safe overrides, see tracker for details; merged from MOODLE_19_STABLE
2008-07-23 16:10:06 +00:00
tjhunt
bbf795dfde
MDL-15792 - Images in question don't display. This is a regression from MDL-14279. Fix thanks to Yolanda Ordez Rufat.
2008-07-23 10:32:35 +00:00
scyrma
d602f3b5a6
MDL-14741: Use a more neutral default skin.
2008-07-23 08:32:57 +00:00
dongsheng
a2353e9b0b
MDL-15565, fix bug of maintenance mode alert reminder
2008-07-23 03:18:02 +00:00
sam_marshall
6a0d72d43d
MDL-15773 - 'Pass by reference' errors in update from 1.9.1+
2008-07-22 14:09:32 +00:00
dongsheng
5035228fc0
MDL-15244
...
1. move ip blocker to security menu
2. blocked list and allowed list can work together, a new option could set the order of them
2008-07-22 04:07:58 +00:00
mjollnir_
6eb0d3c5bf
MDL-15741: workaround for annoying null byte php bug (base 64 decode eventdata before storing it in the database, and unencode it before processing)
2008-07-21 16:26:40 +00:00
dongsheng
06e84d52bd
MDL-14129, remove error() call
2008-07-21 07:18:58 +00:00
jamiesensei
0fa4107dfc
MDL-15719 "overview report slow for large data sets - count sql operation for table paging repeated twice whether or not it is necessary"
2008-07-20 12:21:59 +00:00
skodak
177d5493bb
MDL-15712 fixed groups regressions - credit goes to Daniel Servos
2008-07-19 08:07:51 +00:00
jamiesensei
4f5ffac022
MDL-15268 "Content for Quiz Statistics report table" seperated quiz item / position stats code into a seperate class in qstats.php and now calculating item statistics too.
2008-07-18 14:36:24 +00:00
nicolasconnault
767172e4d5
MDL-14958 Enum and default tests
2008-07-18 08:46:53 +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
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
771fea0b08
MDL-15700 Merged from 1.9 Tidied up the maintenance mode display to users
2008-07-18 03:02:43 +00:00
tjhunt
b9d4b03134
MDL-15693 - print_question_icon does not cope with missing question types
2008-07-17 12:49:25 +00:00