Commit graph

6831 commits

Author SHA1 Message Date
thepurpleblob
15c31560d8 MDL-14659
Add bypass list for proxy usage.
2008-05-06 14:59:39 +00:00
skodak
ef85daa2b7 MDL-14672 adodb PHP5 only version V5.04a import - yay! 2008-05-02 22:50:22 +00:00
jamiesensei
32ba2f0dd4 MDL-14663 "link_to_popup_window displays 'Click here....' as the link text if you pass in 0 as the link text."
Also fixing the problem in link_to_popup_window function. Test for null instead of empty.
2008-05-02 16:11:30 +00:00
skodak
0b51c247f0 MDL-14605 removing stats upgrade stuff 2008-05-02 09:42:43 +00:00
jerome
b342e64f30 MDL-12864 fix bad XHTML in the messaging popup, merged from 19 2008-05-02 05:20:40 +00:00
scyrma
e64467bb77 MDL-8592: Get spellchecking to work over https (merge from 1.9) 2008-05-02 03:34:00 +00:00
jerome
52cc2b7af8 MDL-14439 IE and Opera fire the onchange when ever you move into a dropdwown list with the keyboard - this changes fix the problem. Merged from 19. 2008-05-02 02:45:18 +00:00
jerome
5ddb20aaeb MDL-14439 Added javascript file dropdwon.js - fix IE/Opera behavior. They do not fire dropdwon menu onChange automatically anymore. Merged from 19 2008-05-02 02:38:36 +00:00
skodak
c5e2d27ee3 MDL-14617 removed count course students- yay! 2008-05-01 22:36:49 +00:00
skodak
1b4923215a MDL-14617 removed isstudent() - yay! 2008-05-01 22:36:08 +00:00
skodak
f4862fbebe MDL-14617 removed isteacheredit() - yay! 2008-05-01 22:35:36 +00:00
skodak
5eab9a981d MDL-14617 removed legacy primary role concept originally used in stats 2008-05-01 22:34:04 +00:00
skodak
d0ae7cdcf0 MDL-14617 removed some legacy course related functions 2008-05-01 22:33:23 +00:00
skodak
c584346cd5 MDL-14617 removed some legacy group code - fixed regression 2008-05-01 22:32:15 +00:00
skodak
35987665f4 MDL-14617 removed some legacy group code 2008-05-01 22:30:28 +00:00
skodak
a140234015 MDL-14617 removed unused code 2008-05-01 22:23:27 +00:00
skodak
4b3b52edd8 MDL-14617 removed various form related legacy code 2008-05-01 22:21:56 +00:00
skodak
96160853f9 MDL-14617 removed various form related legacy code 2008-05-01 22:21:05 +00:00
skodak
2f4bba695d MDL-14617 removed current_charset code 2008-05-01 22:19:40 +00:00
skodak
6e28edc532 MDL-14617 removed get_group_teachers code 2008-05-01 22:18:45 +00:00
skodak
bcd0603fbd MDL-14617 removed legacy add admin code 2008-05-01 22:17:30 +00:00
skodak
e29b04a047 MDL-14617 removed legacy add and remove teacher code 2008-05-01 22:17:01 +00:00
skodak
09253986f5 MDL-14617 removed legacy enrol and unenrol student code 2008-05-01 22:09:00 +00:00
skodak
ffe45a68aa MDL-14617 remoe optional_varible and friends - YAY! 2008-05-01 22:07:26 +00:00
skodak
9a915276fc MDL-14605 removed old stats upgrade code 2008-05-01 22:05:26 +00:00
skodak
a648b6a8f1 MDL-14617 ancient register globals hack removed 2008-05-01 21:53:10 +00:00
skodak
8d14ff6d9c MDL-14617 removed old PHP4 session stuff 2008-05-01 21:52:09 +00:00
skodak
4fda8aef84 MDL-14617 removed PHP4 compatibility string functions 2008-05-01 21:49:23 +00:00
skodak
d6f25e29f7 MDL-14617 removed PHP4 compatibility scandir() 2008-05-01 21:48:36 +00:00
skodak
b4ac62457e MDL-14645 PHP 5.2.0 now required for new installation - installer lang packs will be updated automatically later by cron job on cvs.moodle.org 2008-05-01 21:40:34 +00:00
skodak
6dd038e639 MDL-14617 removed PHP4 compatibility error_get_last() 2008-05-01 21:19:05 +00:00
skodak
2881200b5e MDL-14617 removed pre PHP 5.2.0 coocie compatibility stuff 2008-05-01 21:17:33 +00:00
skodak
8336b6b83f MDL-14617 removed PHP4 stuff 2008-05-01 21:16:16 +00:00
skodak
d3acaab4e4 MDL-14617 removed pre PHP 5.2.0 coocie compatibility stuff 2008-05-01 21:15:29 +00:00
skodak
6fa5a86dbf MDL-14617 pre PHP5 function emulations gone 2008-05-01 21:14:22 +00:00
skodak
7267cfda93 MDL-14617 file_put_content emulation gone 2008-05-01 21:12:56 +00:00
skodak
2728a623e7 MDL-14622 fixed regression during install time - thanks Stephen Bourget 2008-05-01 21:08:50 +00:00
skodak
1ea260d83c MDL-14605 removed all pre 1.9 upgrade code from HEAD core 2008-05-01 20:29:04 +00:00
skodak
0baa053722 MDL-14451 updated pre-upgrade check (feedbacks, journal, lams, workshop and exercise) 2008-05-01 20:27:42 +00:00
skodak
bfdaa44ab3 MDL-14599 removed support for old $CFG->dbtype.php upgrade and install support for blocks 2008-05-01 20:04:42 +00:00
skodak
47c53a54d7 MDL-14599 removed support for old $CFG->dbtype.php upgrade and install support for modules and plugins 2008-05-01 20:02:37 +00:00
dongsheng
12d0687748 "MDL-14460, fix get_context_instance, merged from MOODLE_19_STABLE" 2008-05-01 06:07:24 +00:00
skodak
f995580108 MDL-14622 error when unsupported version jump detected - only upgrades from 1.8.x allowed 2008-04-30 14:05:36 +00:00
moodler
db70c4bdf3 MDL-13261 Merged the removal of get_context_users_bycap and get_context_users_byrole from accesslib 2008-04-29 06:53:19 +00:00
scyrma
4ba6b3e321 MDL-13985 - Fix previous fix to display a warning when whitespace is used in popup window name (merge from 1.9) 2008-04-29 05:10:34 +00:00
scyrma
b867e6028a MDL-13985 - Prevent popup windows from having a space in their name. (merge from 1.9) 2008-04-29 04:10:08 +00:00
scyrma
13b31d6f9d MDL-14569 - Remove linked tags when deleting users. (merge from 1.9) 2008-04-28 08:35:21 +00:00
stronk7
926c6aa9e3 Implemented more accurate way to retrieve trigger names. MDL-14567 ; merged from 19_STABLE 2008-04-26 22:46:03 +00:00
stronk7
f4013c10d3 New setting in require_login() to avoid certain scripts (file.php)
to mess $SESSION->wantsurl. MDL-14495 ; merged from 19_STABLE
2008-04-25 18:55:36 +00:00
sam_marshall
1e1c1e9720 MDL-14497 Fixed several minor bugs in navmenu() 2008-04-23 17:09:03 +00:00