Sam Marshall
3d99b4ac2e
MDL-21015 Completion lib unit test fix for FakeDBUnitTestCase (didn't need it)
2009-12-01 16:29:36 +00:00
Eloy Lafuente
7401a7cd25
MDL-21015 - typo detected when working on grade tests...
2009-12-01 14:47:14 +00:00
Eloy Lafuente
04aa2fd6c6
MDL-21015 - prevent dead end under uncontrolled situations where cleanup doesn't happen on destruct
2009-12-01 14:27:39 +00:00
Eloy Lafuente
2319bdedd6
MDL-21007 UnitTestCaseUsingDatabase misconfigured unit tests now reported as skipped
2009-11-30 23:18:34 +00:00
Eloy Lafuente
776b85474d
MDL-21007 FakeDBUnitTestCase unit tests now reported as exceptions
2009-11-30 21:36:28 +00:00
Sam Marshall
f1035deb97
MDL-21009 Group selector must use absolute links in order to work with javascript off
2009-11-30 17:12:48 +00:00
Sam Marshall
41ff27d0cc
MDL-20498 User pictures should not have 'generic' alt text
2009-11-30 16:55:03 +00:00
Eloy Lafuente
ff8c7b2ac8
MDL-19057 DML tests - prevent CLOB/BLOB contents to be in error/pass output
2009-11-30 16:45:07 +00:00
Eloy Lafuente
08061aa277
MDL-21007 exclude log files from tests as far as some drivers/extensions
...
are prone to save own log files into working dirs
2009-11-30 16:24:44 +00:00
Eloy Lafuente
d021256774
MDL-21007 testpagelib_moodlepage - change -1 contexts (breaks SQL) to 13
2009-11-30 15:45:36 +00:00
Eloy Lafuente
b9ad17beb6
MDL-20826 convert_urls_into_links() - target="_blank" is out in 2.0 (XHTML I guess).
...
Adjusting tests for that.
2009-11-30 15:21:29 +00:00
Eloy Lafuente
db4f638aa9
MDL-20826 convert_urls_into_links() - add some test to reveal (side?) problems
...
and allow comparing of alternatives. Merged from 19_STABLE
2009-11-30 02:06:43 +00:00
Andrew Davis
b075eb8e61
user profiles MDL-16213 prevent ul tags in user profiles leading to invalid xhtml
2009-11-27 02:15:09 +00:00
Andrew Davis
e7a8b69d39
contexts MDL-20211 changed fetch_context_capabilities() to use underscores instead of forward slashes. Made get_child_contexts() return an array as per its doco and as expected by the calling code.
2009-11-25 05:44:15 +00:00
Andrew Davis
62a27b69b1
admin pages MDL-19996 doc links now work even when set to open in a new window.
2009-11-25 02:29:42 +00:00
Petr Skoda
2f223338fb
MDL-20948 adding todo note
2009-11-24 15:15:03 +00:00
David Mudrak
4efff581eb
get_string() performance tester: small formal fixes
2009-11-24 15:09:48 +00:00
Petr Skoda
57e6ce5eeb
MDL-20948 warn admin is main salt not set
2009-11-24 15:02:24 +00:00
Andrew Davis
1fca8fa5fc
lib MDL-20537 Added another unit test for shorten_text
2009-11-24 08:07:41 +00:00
Petr Skoda
edb5da8331
MDL-20934 'not cached' flag used in all auth plugins that do not need the password
2009-11-23 21:50:40 +00:00
Eloy Lafuente
451db46177
MDL-20941 store hashed username into user->email field for deleted users. Merged from 19_STABLE
2009-11-23 18:50:47 +00:00
Andrew Davis
d2ccd2c7ab
help icons MDL-20000 Help tooltips now appear over all page controls on quiz editing page
2009-11-23 08:14:38 +00:00
Petr Skoda
929423768b
MDL-20925 fixed input validation and course ajax now fully respects the disable course ajax option
2009-11-21 16:29:33 +00:00
Andrew Davis
850262ee94
datalib MDL-18470 Implemented more readable version of get_admin()
2009-11-20 02:28:39 +00:00
Eloy Lafuente
f6459d125e
MDL-20849 moodle/restore:userinfo - new cababilty to allow/deny
...
permissions to restore any (users, messages, modulesactivity...)
user-level information. Merged from 19_STABLE
2009-11-20 00:32:16 +00:00
Tim Hunt
2d0d78befd
graphlib - MDL-20855 fix alignemnt issue with the x-axis.
...
Labels with a descender (e.g. May) appeared lower than ones without (e.g. Jun).
Text is drawn baseline aligned, not bottom aligned,and so the code was computing the position wrongly.
2009-11-19 16:56:47 +00:00
David Mudrak
a342751f29
MDL-20888 lib/tcpdf upgraded to the recent 4.8.014
...
Also renaming README-MOODLE.TXT to readme_moodle.txt according to the
new style.
2009-11-19 11:33:08 +00:00
Penny Leach
b12fbe8e4c
portfolio MDL-20905 fixing errors that affected box.net plugin
2009-11-19 07:03:53 +00:00
Penny Leach
40d6bc4825
portfolio NOBUG added some more helpful debugging information about common formats
2009-11-19 07:02:15 +00:00
Penny Leach
add93b8f8f
portfolio MDL-19356 fixing missing global user in multi-export check
2009-11-19 06:49:57 +00:00
Dan Poltawski
d6da109e03
lib/googleapi: MDL-20898 Use Google Docs 3.0 API
...
With the 3.0 version of the API, PDF upload/download is supported by
the repository/portfolio plugins.
2009-11-19 00:07:03 +00:00
Petr Skoda
19c6d3f408
MDL-20889 importing latest RC of typo3libs - solves use of functions deprecated in PHP 5.3
2009-11-18 21:48:00 +00:00
Petr Skoda
2d7f16e204
MDL-20899 import latest adodb 5.10
2009-11-18 21:18:25 +00:00
Eloy Lafuente
f2a0da6c41
MDL-20834 new cap moodle/backup:userinfo - controls who can backupuser
...
related info. Disabled by default to teachers, oh my! :-( Merged from 19_STABLE
2009-11-18 19:38:51 +00:00
Dan Poltawski
a9ec903149
portfolio: MDL-20897 Add additional format types
...
Added new specific formats for PDF, Document, Presentation and Spreadsheet
Allow the googledocs plugin to support all these formats
2009-11-18 17:33:19 +00:00
Penny Leach
887160c7cb
portfolio MDL-20896 added mimetype checking for portfolio plugins for single-file exports
2009-11-18 15:34:58 +00:00
Penny Leach
3ec8d78626
portfolio MDL-20894 better checking of no common formats
2009-11-18 14:06:03 +00:00
Penny Leach
edf1fc350a
portfolio: MDL-20892 moved portfolio/type/* plugins to portfolio/*
2009-11-18 13:27:38 +00:00
Penny Leach
5d0dbf130d
portfolio MDL-20872 elegant handling of cleanup/display race condition
...
lots of work to elegantly resolve the issue between interactive browser
sessions and "pull" portfolio plugins that cause a race condition where we lose
the ability to display information to the user if the pull cleans up the export
first. this also improves the portfolio transfer log display for later
2009-11-18 12:27:15 +00:00
Petr Skoda
46c9a350db
MDL-20821 MDL-20889 reverting previous cleanup, we need to import new versions instead
2009-11-18 10:55:14 +00:00
Petr Skoda
63a544d333
MDL-20821 minor changes in previous cleanup
2009-11-18 10:35:39 +00:00
Petr Skoda
e4206e9cfb
MDL-20887 latest geoip lib imported
2009-11-18 10:32:06 +00:00
Petr Skoda
f643823edb
MDL-20821 minor changes in previous cleanup
2009-11-18 10:25:53 +00:00
Petr Skoda
b4840364a3
MDL-20885 PHP soap lib now recommended, removing old nusoap that is not maintained upstream any more
2009-11-18 10:19:51 +00:00
Penny Leach
a67dc2746a
portfolio: MDL-20872 - detect the case where a plugin has pulled the file before the user's browser is redirected gracefully
2009-11-18 10:09:48 +00:00
Petr Skoda
7b3b0f6ea6
MDL-20821 reverting soap changes, this lib is scheduled for removal because it is not maintained upstream
2009-11-18 09:56:03 +00:00
Petr Skoda
6f5099eab4
MDL-20821 minor changes in previous cleanup
2009-11-18 09:15:17 +00:00
Andrew Davis
fcfbd11755
all MDL-20821 Removed more deprecated functions
2009-11-18 07:29:26 +00:00
Dongsheng Cai
bb54697b1b
"MDL-16910, fixed icons"
2009-11-18 07:23:28 +00:00
Andrew Davis
6959330979
all MDL-20821 Removed more deprecated functions
2009-11-18 06:05:10 +00:00