tjhunt
bd1884fe6b
ajax: MDL-17084 provide a way for JavaScript to update user preferences.
2008-10-31 08:25:19 +00:00
tjhunt
6cab02ac52
user selection: MDL-16993 Convert the assign roles page to use the new components.
...
At the same time, I took the opportunity to try to work on some of the usability issues on this page. Note that I have not quite finished! So don't comment until tomorrow.
In the course of doing this, I also did: half of
MDL-11529 Show the number of assignees of each role in the change role dropdown on this page.
MDL-17067 Make it clear in the UI that admins are not allowed to unassign themselves.
2008-10-30 10:49:15 +00:00
tjhunt
96f1a7a265
roles admin: Improve the usability of the assign roles interface - this is the first half of the work. Part of MDL-16993.
...
To do this, I found a way to clean up the method signatures of a couple of accesslib methods, so I did, hence the fact that this seems to touch some unrelated files.
Also, there is a nice new method in accesslib get_context_url, which gives you the natural URL for a context, so the course view page, or the user profile, etc.
2008-10-30 06:26:18 +00:00
tjhunt
8bb8a8b43c
print_table: allow headings to span multiple columns.
2008-10-30 04:20:03 +00:00
skodak
1500142bfb
MDL-14990 dml: towards proper logging/perf infrastructure
2008-10-29 23:55:16 +00:00
tjhunt
e4749fcc08
Make developer debug mode available to JavaScript.
2008-10-29 08:17:18 +00:00
tjhunt
10e99feaa2
Fix and improve error message.
2008-10-29 06:54:32 +00:00
skodak
bb5f11ece7
MDL-14990 dml: towards proper logging/perf infrastructure
2008-10-28 22:31:26 +00:00
stronk7
40b5f6552b
Missing parenthesis in sql_substr(). MDL-16669
2008-10-28 17:57:51 +00:00
skodak
9a4f9e334a
MDL-17020 dml: native pgsql driver - fixed error detection on connect
2008-10-28 15:37:15 +00:00
skodak
1fe1d10454
MDL-16930 dml: exceptions instead of print_error
2008-10-28 15:21:01 +00:00
skodak
655bbf511d
MDL-16669 dml: improved sql_substring(), added unit tests
2008-10-28 15:11:10 +00:00
skodak
d669160891
MDL-15070 dml: recordset rewinding now forbidden - not all databases support it, sorry
2008-10-28 12:14:09 +00:00
skodak
7063c802fa
MDL-17020 dml: native pgsql driver - minor coding style improvement
2008-10-28 12:04:10 +00:00
skodak
dd2ce45907
MDL-17020 dml: native pgsql driver - socket and persistent connection support
2008-10-28 12:03:04 +00:00
skodak
6cc9771844
MDL-14990 dml: added __destruct method, will be needed for logging
2008-10-28 12:02:13 +00:00
fmarier
6a77823cb6
MDL-17037 Lossless optimization of all PNG and JPEG images
2008-10-28 01:50:10 +00:00
skodak
beaa43db85
MDL-17036 dml: dbpersist moved into dboptions
2008-10-27 22:21:34 +00:00
skodak
298d9250d9
MDL-17020 dml: native pgsql driver - fixed wrong handling of binary fields in get_column()
2008-10-27 21:57:45 +00:00
skodak
2958a49b75
MDL-17020 dml: native pgsql driver - transactions minor changes
2008-10-27 20:59:21 +00:00
skodak
fa76662bb2
MDL-14679 dml/native_mysqli transactions support
2008-10-27 20:58:37 +00:00
skodak
fb76304b3b
MDL-17020 dml: native pgsql driver - implementation and unittests of transactions
2008-10-27 20:21:04 +00:00
skodak
0bd364c1d7
MDL-17020 dml: native pgsql driver - ddl unittest more robust - fixed typo, thanks ELoy!
2008-10-27 15:54:36 +00:00
skodak
a65b0be43f
MDL-17020 dml: native pgsql driver - ddl unittest more robust
2008-10-27 15:50:32 +00:00
skodak
d246cdd2f9
MDL-17020 dml: native pgsql driver - support for bytea updating
2008-10-27 15:42:52 +00:00
skodak
db7aea3818
MDL-17020 dml: native pgsql driver - support for bytea reading
2008-10-27 15:31:11 +00:00
skodak
30fff7b74f
MDL-17020 dml: native pgsql driver - improved get_record and get_field - this should be faster
2008-10-27 15:30:38 +00:00
skodak
80ffbad34b
MDL-17020 dml: native pgsql driver - fixing/improving unittests; fixed column names in indexes
2008-10-27 12:33:09 +00:00
skodak
334ce0266d
MDL-17020 dml: native pgsql driver - fixing/improving unittests
2008-10-27 12:10:24 +00:00
skodak
9eb86c4a0d
MDL-17020 dml: native pgsql driver - fixing/improving unittests
2008-10-27 12:01:15 +00:00
skodak
935956b8c2
MDL-17020 dml: native pgsql driver - $ bound syntax fully implemented, we do not need string for exception anymore
2008-10-27 12:00:04 +00:00
skodak
e4f9c142f1
MDL-17020 dml: native pgsql driver - more resource freeing
2008-10-27 11:43:17 +00:00
skodak
158622bd64
MDL-17020 dml: native pgsql driver - still buggy, works only partially
2008-10-26 22:36:13 +00:00
skodak
312dab0dec
MDL-14679 dml/native_mysqli recordset cleanup
2008-10-26 13:00:53 +00:00
skodak
3f0c17b8ef
MDL-17020 dml: dollar bound query syntax support
2008-10-26 12:45:05 +00:00
skodak
d5d0890c30
MDL-14679 dml/native_mysqli fixed sql concat
2008-10-25 18:40:35 +00:00
skodak
2aeb3bcbdb
MDL-14679 dml/native_mysqli adding lang strings
2008-10-25 18:37:59 +00:00
skodak
c65845cca1
MDL-14679 dml/native_mysqli fixed decimal columns - unittests now complete without errors!
2008-10-25 18:31:40 +00:00
skodak
75dfa4a35d
MDL-14679 dml/native_mysqli implemented blob type
2008-10-25 18:26:55 +00:00
skodak
e21847e530
MDL-14679 dml/native_mysqli fixed recordsets handling
2008-10-25 18:12:17 +00:00
skodak
12e09c6b8b
MDL-14679 dml/native_mysqli fixed column cache
2008-10-25 18:01:54 +00:00
skodak
7da83e81af
MDL-16029 extralocations deprecated
2008-10-25 17:52:38 +00:00
skodak
6a68d8c0e1
MDL-16930 dml: converting print_error to exceptions
2008-10-25 17:43:45 +00:00
nicolasconnault
a55d94d4ac
MDL-16341 Almost finished portfolio flickr plugin. Modified phpflickr->request method so it can upload files, but having permission issue (only read)
2008-10-25 13:35:20 +00:00
skodak
49459eb03a
MDL-16930 dml - towards exceptions
2008-10-24 17:56:35 +00:00
skodak
9b0e2d6652
fixed syntax error ;-)
2008-10-24 17:54:58 +00:00
skodak
f53db007f6
MDL-16785 bogus grades inserted when formulas used - credit Michael Spall and Ann Adamcik; merged from MOODLE_19_STABLE
2008-10-24 17:53:15 +00:00
sam_marshall
35da0e8768
MDL-17003: Completion progress report needs paging system as large reports can kill browser
2008-10-24 16:20:37 +00:00
jamiesensei
ba1ff79a76
MDL-17000 "telling get_list_of_plugins() to ignore simpletest directories" added simpletest to the list of dirs to ignore.
2008-10-24 15:17:45 +00:00
tjhunt
6ff2be37f5
moodlelib iprange checks: MDL-16986 If the user makes a mistake and types something like 172.16.1.143/148, with something greater than 32 after the slash, treat it as /32.
2008-10-24 02:53:51 +00:00