Commit Graph

23 Commits

Author SHA1 Message Date
Petr Skoda 78946b9bdb MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks 2009-12-16 18:00:58 +00:00
Petr Skoda 1d42298086 MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 12:22:45 +00:00
samhemelryk eb5334ff48 message MDL-19801 Upgrade deprecated calls and added set_url calls 2009-09-29 03:54:14 +00:00
samhemelryk a1b53dcf3f messages MDL-19664 Clean up the messages javascript code
I have cleaned up the message Javascript code, implementing the new PAGE methods
and at the same time implemented the new OUTPUT methods
2009-06-30 08:33:29 +00:00
tjhunt cf6155226c ajaxlib/require_js: MDL-16693 $PAGE->requires->... deprecates require_js etc.
There is a new implementation of require_js in lib/deprecatedlib.php,
based on $PAGE->requires.

There were a few other recently introduced functions in lib/weblib.php,
namely print_js_call, print_delayed_js_call, print_js_config and
standard_js_config. These have been removed, since they were never in
a stable branch, and all the places that used them have been changed
to use the newer $PAGE->requires->... methods.

get_require_js_code is also gone, and the evil places that were calling
it, even though it is an internal function, have been fixed.

Also, I made some minor improvements to the code I committed yesterday
for MDL-16695.

All that remains is to update all the places in core code that are
still using require_js.

(This commit also fixes the problem where the admin tree would not
start with the right categories expanded.)
2009-06-12 12:13:07 +00:00
moodler 3d14359585 Messaging MDL-17581 Various fixes to use the new fields names 2009-01-19 04:35:09 +00:00
tjhunt 2930500104 MDL-16706 - eliminate miscellaneous inine JavaScript
This does the quiz (apart from the bloody 'secure' window), the question bank and a couple of others.
2008-09-26 10:49:31 +00:00
lfrodrigues 1c50df9f24 MDL-16268 User-User send messages now use new messaging system. 2008-08-30 17:53:30 +00:00
dongsheng f857fa9ff5 "MDL-14129, fix print_error" 2008-06-13 06:55:25 +00:00
skodak d756fe69c5 MDL-15101 towards messaging conversion 2008-06-05 13:26:40 +00:00
jerome 54d8f804fa MDL-12300 message window does show date now, merged from 19 2008-05-08 03:49:51 +00:00
dongsheng 5a2a53316f MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
skodak ef72b77694 MDL-6128 special chars and messaging system 2007-01-28 21:43:39 +00:00
skodak 4702be4ef7 MDL-8028 Add separate addslashes_js function for javascript quoting 2007-01-01 13:26:20 +00:00
skodak 531e58f1b2 MDL-7956 Add frameless and JSless message composition option 2006-12-25 22:34:05 +00:00
skodak 810944af7f we are going 100% unicode now - removed use of $CFG->unicodedb and current_charset(); MDL-7439 - part 2, only hotpot and wiki left 2006-11-11 17:23:20 +00:00
stronk7 3264a617a0 Message system now use current_charset().
Merged from MOODLE_16_UTF8. Abandoning the branch.
2006-01-05 16:19:26 +00:00
skodak bac472e019 messaging - fixed page encoding in headers; merged from MOODLE_15_STABLE 2005-11-05 10:50:35 +00:00
moodler 86f8527b8a Old fix to help focus after beep a little 2005-05-23 17:05:37 +00:00
moodler da6d982dfd Different styles for me and the other person 2005-05-04 08:22:46 +00:00
moodler d92e7e8377 Fixing some styles 2005-05-04 08:15:02 +00:00
moodler 251e665f34 FIxed some focus issues 2005-04-23 16:43:49 +00:00
moodler 5d6b319bd4 Some serious performance improvements to messaging!
Scripts have been split up and trimmed down.

If a discussion window is left open then updates happen on a slower
and slower rate (exponentially increasing delay) to help keep
load low on a server.
2005-04-14 09:28:07 +00:00