Martin Dougiamas
99cca8470e
MDL-19124 Continued misc user profile cleanups
...
- fixed user styles in base theme
- added new divs for better control on user profile and user index pages
- reduced data on course user profiles down to minimum
- removed user/tabs.php completely and all uses of it
- changed default user icon pix to something very bland (bye bye smiley cake)
2010-05-16 08:21:12 +00:00
Martin Dougiamas
bfebaf64d8
MDL-22388 Added some checks to kill these scripts dead with an unequivocal notice unless included properly from a Moodle script.
2010-05-13 02:02:05 +00:00
David Mudrak
ed475ed21e
MDL-21695 Fixed message output plugin
2010-05-06 18:45:09 +00:00
Andrew Davis
a8eeee8cc2
messaging MDL-22320 removed a debug echo I accidently committed
2010-05-06 02:30:32 +00:00
Andrew Davis
eaed2fd163
ajax MDL-22286 removed references to the previous version of the JS function openpopup()
2010-05-05 02:05:58 +00:00
Andrew Davis
e44bc5a12d
ajax MDL-22286 broken JS
2010-05-03 09:25:51 +00:00
Petr Skoda
596509e431
MDL-21695 renaming ->help_icon() to old_help_icon() and going to introduce new help_icon() with new parameters and detailed debugging - hopefully this will help during the conversion to new help
2010-04-13 20:34:27 +00:00
David Mudrak
30c8dd34f7
MDL-15252 Re-committing all English strings exported from AMOS
...
From now on, all English strings use the new syntax. They are not
eval()'ed any more and the only valid placeholders are {$a} and
{$a->foobar}. No extra quotes escaping, dollar sign escaping and putting
double percent signs.
The modified files were exported from AMOS database repository in the
new syntax and were re-ordered by stringid. Standard GNU/GPL and PHPdoc
blocks are added. Where there was no copyright note so far, I added the
default one with Martin Dougiamas as the copyright holder.
Live long and prosper.
2010-04-10 14:01:45 +00:00
Petr Skoda
3a915b0667
MDL-21693 Dropping _utf8 suffix from language codes and folder names; enabling new string managers - please note the transition is not yet fully complete because we need to wait for git to recognize the renames in cvs
2010-04-10 07:24:56 +00:00
Petr Skoda
b3130713af
MDL-21694 moving message processor strings to correct plugin location
2010-04-01 19:43:07 +00:00
Petr Skoda
4f0c2d0009
MDL-21655 big scary enrolment and roles improvements - see tacker for list of changes, includes other minor fixes too
2010-03-31 07:41:31 +00:00
Petr Skoda
3ea5951efb
MDL-20204 converting some more html_links
2010-02-16 15:27:16 +00:00
Petr Skoda
9bf163146b
MDL-20204 more html_link converstions
2010-02-11 18:50:55 +00:00
Petr Skoda
4aea3cc7cd
MDL-20204 the ultimate fix for our frames (theyare not accessbile, but anyway); instead of adding the target to each element when creating html we use yui to set the target from page footer via JS - this fixes the links and forms in all elements in pages with frametop layout
2010-02-11 13:27:02 +00:00
Petr Skoda
5f3bf83fd5
MDL-21400 converted message JS to new coding style, I was unable to test this because th UI is a bit borked now
2010-02-06 12:38:07 +00:00
Petr Skoda
c17f05fb2f
MDL-21403 getting rid of all asaps
2010-01-26 09:58:19 +00:00
Petr Skoda
cd1b2ceecd
MDL-21403 removing some more asaps
2010-01-26 09:44:55 +00:00
Petr Skoda
9dec75dbcc
MDL-21240 shortened urls now start with / everywhere
2010-01-18 20:57:32 +00:00
Petr Skoda
d776d59ee2
MDL-21235 fixed select method name
2010-01-16 18:29:51 +00:00
Petr Skoda
4b9210f31b
MDL-21235 more conversion to new select
2010-01-16 18:25:51 +00:00
Petr Skoda
a685593466
MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions
2010-01-16 15:39:56 +00:00
Petr Skoda
5c2ed7e215
MDL-21198 $OUTPUT->single_button() resurrection, hopefully much easier to use than $OUTPUT->button(); fixed some regressions and code style improvements
2010-01-03 15:46:14 +00:00
Petr Skoda
4bcc51185c
MDL-21217, MDL-21198 simplified/improved outputlib help icon related apis + several fixed regresions
2009-12-30 15:19:55 +00:00
Petr Skoda
812dbaf7d5
MDL-21198 improved/simplified $OUTPUT->user_picture() + regression fixes, performance fixes and detected performance problems when printing user avatars
2009-12-27 19:47:21 +00:00
Petr Skoda
b5d0cafc6f
MDL-20787 final switch to new $OUTPUT->pix_url() - yay!
2009-12-16 21:50:45 +00:00
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
Sam Hemelryk
d8bfe5e484
message MDL-19801 Fixed deprecated call to current_theme
2009-12-07 05:58:37 +00:00
Andrew Davis
720024b9c1
messages MDL-17601 message/discussion.php was causing errors in the apache error log. fav icon not found.
2009-11-20 03:58:22 +00:00
Andrew Davis
fa24e8750e
user profile MDL-18914 Clicking on username in breadcrumb trail on messaging preferences page now works
2009-11-18 02:49:00 +00:00
Petr Skoda
7c7d3afab5
MDL-20766 message_send() used intead of events, it will enable us to improve performance and solve db transactions issues independedntly from events, hopefully this will give us more options in future too because the events are designed specifically for communication "moodle-->external systems"
2009-11-07 10:27:57 +00:00
Sam Hemelryk
8bdc9cacad
files MDL-20601 Conversion of many of the uses of print_textarea, and the mforms htmleditor to the new editor
...
Please forgive me if I have missed converting any output statements. If you do find an output statement that is not formatting correctly please refere to the table I added to this bug in regards to how it should be formatted.
2009-11-04 06:14:06 +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
521fb444ee
message MDL-19801 Fixed regression from recent update missing OUTPUT global
2009-09-30 01:33:32 +00:00
samhemelryk
632d7fa20b
message MDL-19801 Fixed regression from recent update
2009-09-29 08:52:30 +00:00
samhemelryk
dedb239dc0
message MDL-19801 Regression caused by recent upgrades
2009-09-29 06:16:36 +00:00
samhemelryk
55a6bb2d49
message MDL-19801 Added missing OUTPUT global
2009-09-29 06:10:51 +00:00
samhemelryk
eb5334ff48
message MDL-19801 Upgrade deprecated calls and added set_url calls
2009-09-29 03:54:14 +00:00
danmarsden
bbe973dad5
message/lib.php MDL-20303 remove rogue semicolon in sql
2009-09-16 22:28:44 +00:00
samhemelryk
91152a3518
navigation MDL-20216 Refactored add arguments
...
Moved $action argument from arg5 to arg2
2009-09-04 03:12:01 +00:00
samhemelryk
5a2940429d
message MDL-19801 Upgraded print_header and build_navigation calls to use PAGE and OUTPUT equivilants
2009-09-03 08:58:41 +00:00
skodak
622365d2e1
MDL-20169 fixed coding style, parameter type required
2009-08-27 18:37:53 +00:00
nicolasconnault
8f3b787b1d
MDL-19799 Adding missing echo
2009-08-24 07:06:56 +00:00
nicolasconnault
40a2628616
MDL-19801 Upgraded calls to link_to_popup_window()
2009-08-20 13:15:29 +00:00
nicolasconnault
7cb1a1adfe
MDL-19801 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
2009-08-20 08:41:47 +00:00
nicolasconnault
aa9a686740
MDL-19799 Upgraded calls to helpbutton, print_simple_box* and notify
2009-08-18 05:20:12 +00:00
nicolasconnault
54b1669246
MDL-19799 Upgraded calls to choose_from_menu
2009-08-18 00:18:19 +00:00
nicolasconnault
f210309674
MDL-19801 Migrated calls to print_heading
2009-08-06 08:25:30 +00:00
tjhunt
ddedf979b4
MDL-19690 - more $CFG->pixpath to $OUTPUT->old_icon_url
2009-07-03 06:19:25 +00:00
tjhunt
f2a1963c43
MDL-19690 - lots more $CFG->pixpath to $OUTPUT->old_icon_url
2009-07-02 11:09:15 +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