dongsheng
724e7ee6ac
"MDL-20470, add a texturl element, which can use filepicker to choose a url"
2009-10-07 05:23:36 +00:00
skodak
88af54fac2
MDL-17135 adding more security restrictions for web service users
2009-10-06 20:47:07 +00:00
skodak
1d7db36f28
MDL-12886 more unit tests
2009-10-06 19:49:07 +00:00
skodak
3a465d1dc9
MDL-20462 reminder to minimise timemodified indexed column changes
2009-10-06 19:34:40 +00:00
tjhunt
be1463394f
graphlib: NOBUG previous Moodle-specific hack had a bug when y_max was very small. This would round, e.g. 10^-5 to 0 which would break the axis.
2009-10-06 17:49:47 +00:00
stronk7
982e45af49
MDL-12922 adding 'moodle/restore:rolldates' cap to control who can roll dates on restore
...
(defaults to current settings: only course creators (and admins) are able to roll) Merged from 19_STABLE
2009-10-06 01:14:47 +00:00
skodak
f1064cca78
MDL-19039 improved default frontpage role capability evealuation, needs to be manually enabled in config.php
2009-10-05 17:08:16 +00:00
tjhunt
bf659cf05e
blocks upgrade: MDL-19511 Oops. contextid is unsigned, so use 0 as a dummy value, not -1
2009-10-04 18:20:08 +00:00
tjhunt
67e84a7f5e
output: MDL-19797 fix some fallback code in print_header.
2009-10-03 08:54:30 +00:00
nicolasconnault
8c3c518f98
MDL-20415 Modified the behaviour of AJAX moving of sections when in "weekly" format, so that dates don't get moved along with the sections. This reflects the final, saved state. Merged from MOODLE_19_STABLE
2009-10-03 01:53:17 +00:00
skodak
c9c5cc81e9
MDL-12886 external lib parameter validation routine + some unit tests
2009-10-02 12:13:56 +00:00
tjhunt
7409013e79
moodlelib: MDL-19764 change get_list_of_countries so admins can more easily control the list.
...
* New admin setting $CFG->allcountrycodes - on Location page.
* Same rules used to translate country names as any other string.
* With unit tests.
2009-10-02 11:30:11 +00:00
nicolasconnault
49c4d8caa4
MDL-10221 Simulating the HTTP DELETE method by using a URL param (action), because some web servers don't allow DELETE. AJAX Course and Block deletion now works as expected. Merged from MOODLE_19_STABLE
2009-10-02 07:53:01 +00:00
nicolasconnault
50569ba3ac
MDL-15262 Added a two capabilities to prevent certain users from changing a course's fullname and shortname. merged from MOODLE_19_STABLE
2009-10-02 07:05:02 +00:00
dongsheng
b9f6ca7052
"MDL-19118, add comments counter"
2009-10-02 06:22:17 +00:00
skodak
c29cca3023
MDL-12886 WS param and return description classes
2009-10-01 21:53:14 +00:00
skodak
b038c32c82
MDL-12886 WS param and return description classes
2009-10-01 21:33:33 +00:00
stronk7
1c13ff2330
NOBUG: Just adding some "database" words here and there to help a bit when debugging problems.
2009-10-01 15:02:00 +00:00
mudrd8mz
bf66a674ce
removing deletions from {blog_association} from the core
...
The {blog_association} is not defined but it is still referenced in the
core functions. This seems to be some blog subsystem mess that prevents
the core from removing any activity module and the context. I am sorry
Nico if I break something in your current work...
2009-10-01 14:41:20 +00:00
skodak
9950c88ff9
MDL-20385 better access control checks for frontpage activities; merged from MOODLE_19_STABLE
2009-10-01 09:58:08 +00:00
moodler
7e13493675
form/recaptcha MDL-20144 Don't specify tabindex, for accessibility
2009-10-01 06:54:45 +00:00
dongsheng
45fa433ee1
"MDL-16597, fixed callback function"
2009-10-01 06:51:23 +00:00
samhemelryk
41f23791f1
javascript MDL-20400 Addition of disabledif hide option, thanks Jonathan for the brilliant patch
2009-10-01 06:41:33 +00:00
samhemelryk
2ffd5c3591
navigation MDL-20395 Fixed notificiation regarding missing context during simpletest
2009-10-01 05:02:08 +00:00
samhemelryk
1d89818236
navigation MDL-20395 Fixed regression created earlier
2009-10-01 04:16:22 +00:00
samhemelryk
c705a24eb2
simpletest-navigation MDL-20395 Fixed up regressions in the simpletest caused by recent changes to upgrades to navigation lib.
...
Also fixed issue whereby PAGE->set_url was being called by testdeprecatedlib but not being reset to the original value causing several flow on errors through simpletests
2009-10-01 02:31:42 +00:00
tjhunt
035b96a9d9
unittests: NOBUG fix pagelib unit tests
...
Fix regression caused by my earlier commit.
(It was preventing a new install.)
2009-09-30 22:35:48 +00:00
tjhunt
477082146b
unit tests: MDL-20398 spurious exceptions when $CFG->debugdisplay is false
...
Doh! I had the logic the wrong way round in my previous commit. Sorry.
2009-09-30 18:13:27 +00:00
tjhunt
4f19b365b8
unit tests: MDL-20398 spurious exceptions when $CFG->debugdisplay is false
2009-09-30 18:06:45 +00:00
tjhunt
3d39d775fa
unittests: NOBUG further fix to HTML expectations - prevent side-effects.
2009-09-30 17:01:05 +00:00
tjhunt
46aa52bf85
unittests: NOBUG fix outputlib unit tests
2009-09-30 16:55:35 +00:00
tjhunt
91b652ac58
unittests: NOBUG further fix to HTML expectations.
2009-09-30 16:54:49 +00:00
tjhunt
f69bdd006d
unittests: NOBUG further pagelib unit test fixes
2009-09-30 16:34:41 +00:00
tjhunt
7d87587449
unittests: NOBUG fix pagelib unit tests
2009-09-30 16:24:05 +00:00
tjhunt
ec26b38806
unittests: NOBUG improve testrss.php failure message to make it easier for people to know to set their proxy.
2009-09-30 14:57:31 +00:00
tjhunt
d4bc6be7e8
unittests: NOBUG fix expectations for content with various types of HTML.
...
Also, refactor to reduce duplicate code.
2009-09-30 14:52:12 +00:00
tjhunt
5de46612bb
unit tests: MDL-20393 temporary work-around for this breakage, so other tests can be run.
2009-09-30 14:16:12 +00:00
tjhunt
f2fcb08c86
unit tests: MDL-20391 temporary work-around for this breakage, so other tests can be run.
2009-09-30 14:15:46 +00:00
tjhunt
89d865a676
unit tests: MDL-20391 temporary work-around for this breakage, so other tests can be run.
2009-09-30 14:03:00 +00:00
samhemelryk
ceebb2ec5f
core MDL-19799 Upgraded deprecated calls and minor documentation improvement
2009-09-30 06:14:58 +00:00
ashleyholman
89781f3c0e
MDL-20374 default exception handler: log backtrace to webserver log if DEBUG_MINIMAL or greater.
2009-09-29 06:29:11 +00:00
stronk7
30c79d7c42
MDL-17491 oci native driver: fix LOB meta length and minor whitespace
2009-09-28 23:19:20 +00:00
stronk7
2b29d0fa83
MDL-17491 oci native driver: alter column from TEXT to integer/number now working
2009-09-28 23:16:55 +00:00
stronk7
f713581bc3
MDL-14679 table/column meta cache is reset on each request and DDL operation.
...
No need to call it with false parameter but in very exceptional ocasions.
2009-09-28 23:16:05 +00:00
stronk7
faceaf5580
MDL-14679: mssql and oracle generators now supporting new temptables impl.
2009-09-28 18:17:59 +00:00
stronk7
c6a1e0329a
MDL-17491 oci native driver: adding support for local temp tables, via store
2009-09-28 18:15:42 +00:00
stronk7
4b1ee2b3c4
MDL-14679 temporary tables: modify approach so name changes are
...
now phisically stored and not only calculated on the fly. Oracle
will need that.
2009-09-28 18:10:07 +00:00
stronk7
21e4f4b212
MDL-17491 oci native driver: prevent get_columns() to execute huge queries
...
and fix return binding to proper SQLT_INT. Truncation was happening with LONG!
2009-09-28 10:27:24 +00:00
skodak
6d7fa5d8d8
MDL-19269 Deleted internal auth users - handling is buggy; credit Martin Langhoff
2009-09-26 20:17:57 +00:00
skodak
d18e0fe646
MDL-20353 adding missing data types of hidden form fields
2009-09-26 17:07:08 +00:00