Petr Skoda
3dcb80cbd8
fixed missing global PAGE
2010-09-17 19:35:43 +00:00
Petr Skoda
1e72553540
fixed wrong admin detection
2010-09-17 19:35:21 +00:00
Petr Skoda
1d236fef10
fixed unterminated JS statements
2010-09-17 19:33:24 +00:00
Petr Skoda
ef14c1e724
MDL-24090 new detection of plugins that were not upgraded to work with Moodle 2.x (uses $plugin->requires) + bumping ancient versions of plugins
2010-09-05 20:36:18 +00:00
Petr Skoda
4758639429
MDL-24080 converting remaining NOT LIKEs
2010-09-04 14:52:47 +00:00
Petr Skoda
dd54dc31b6
MDL-24079 messaging now using new sql_like
2010-09-04 13:05:51 +00:00
Petr Skoda
9d97f08e99
MDL-14679 fixed multiple old style insert_record calls, we throw exceptions now from DML
2010-09-03 16:26:04 +00:00
Petr Skoda
a8320bc431
MDL-23184 some TODOs for incorrect text cleaning
2010-09-02 18:41:38 +00:00
Petr Skoda
7b2e259c8c
MDL-23856 fixed incorrect integer comparison, we should not use === or !== because one may be integer and the other string
2010-08-18 22:18:53 +00:00
David Mudrak
cb616be854
MDL-21695 Making old_help_icon() deprecated
...
Some of the callers have never been fully implemented (help file never existed)
so I just dropped the help icon. In other cases, new help_icon() is
used. The help icons support in the messaging must be reviewed by the
subsystem maintainer.
2010-08-16 15:29:46 +00:00
Petr Skoda
b11681e036
MDL-23784 fixed more incorrect pix links
2010-08-12 18:38:56 +00:00
Petr Skoda
4f622c38a1
MDL-23774 only administrators may edit administartor accounts
2010-08-12 09:44:28 +00:00
Andrew Davis
e858c368ff
rss MDL-23473 made blog rss feeds work
2010-07-28 02:32:11 +00:00
Sam Hemelryk
5ac851fba1
messaging MDL-23223 Fixed navigation link being added when messaging disabled
2010-07-13 02:35:31 +00:00
Andrew Davis
4652f2d48c
message MDL-23238 removed refresh button that suddenly appears on messages page
2010-07-13 00:41:38 +00:00
Martin Dougiamas
248403fa50
MDL-22320 Use short name for the contact list
2010-07-12 13:51:10 +00:00
Martin Dougiamas
22c2732d6d
MDL-23051 Removed H1 tag which made no sense
2010-07-12 12:56:49 +00:00
Andrew Davis
c393165495
message MDL-22803 Improved message searching to better handle tiny search terms and the huge result sets they generate
2010-07-07 07:49:08 +00:00
Andrew Davis
6d2e69363d
message MDL-23101 made email notifications of forum posts work
2010-07-06 08:59:39 +00:00
Andrew Davis
505ab5aaa0
message MDL-23101 made notifications of forum posts work
2010-07-06 07:42:29 +00:00
Andrew Davis
1560760fb0
message MDL-23098 fixed the eratic behaviour of new message notifications
2010-07-06 01:52:32 +00:00
Andrew Davis
be8e0d8a59
message MDL-23076 fixed up broken calls to get_string looking for pluignname instead of pluginname
2010-07-05 05:43:56 +00:00
Petr Skoda
3a11c09f5b
MDL-21676 user_picture refactoring, reenabling email requirement - towards Gravatar support
2010-07-04 18:36:34 +00:00
Petr Skoda
55825877f1
fixed message plugin names
...
AMOS BEGIN
MOV [email,message_email],[pluginname,message_email]
MOV [jabber,message_jabber],[pluginname,message_jabber]
MOV [popup,message_popup],[pluginname,message_popup]
AMOS END
2010-07-04 13:23:56 +00:00
Petr Skoda
a4cdd6d2c8
MDL-23068 removing obsolete $result and removing empty upgrade files that would be probably never used at all + minor cleanup/fixing
2010-07-04 10:27:56 +00:00
Andrew Davis
cee9228252
message MDL-23051 made the contact list display properly after removing a contact from within the contact search results.
2010-07-02 08:08:11 +00:00
Andrew Davis
627bb9ec78
message MDL-23034 now making use of user_picture::fields()
2010-07-01 02:12:46 +00:00
Andrew Davis
8a811c5674
message MDL-22320 message notification overlay stick to the bottom right of the screen fix for IE 6
2010-06-30 06:37:52 +00:00
Andrew Davis
78e873c89f
message MDL-22320 moved the new message notification to the bottom right corner of the screen
2010-06-30 03:29:52 +00:00
Martin Dougiamas
65fbace7f0
messaging MDL-22320 Fixed a typo causing undefined variable notice
2010-06-29 14:57:45 +00:00
Andrew Davis
02f2c7bda1
messaging MDL-22320 replaced the old popup index.php with the new non-popup index.php
2010-06-29 07:27:24 +00:00
Andrew Davis
b32778c400
messaging MDL-22320 switched messaging over to usign a layout rather than a popup to notify the user of new messages
2010-06-29 06:57:21 +00:00
Andrew Davis
f468f0833b
messaging MDL-22320 added curly brackets to make weird looking php look less weird
2010-06-29 06:55:57 +00:00
Andrew Davis
65c7853e1c
messaging MDL-22320 removed a bunch of redundant settings and made a few other bug fixes to messaging
2010-06-29 03:01:14 +00:00
Andrew Davis
bd40069f4d
messaging MDL-22320 removed a hardcoded style tag
2010-06-28 03:39:44 +00:00
Andrew Davis
229f4e9270
messaging MDL-22320 removed a validation error on the messages page
2010-06-28 03:07:02 +00:00
Andrew Davis
41117b3ec0
messaging MDL-22320 made the links under the other users pic on the messaging page smaller
2010-06-28 02:59:06 +00:00
Andrew Davis
4c1c4b67a7
messaging MDL-22320 Improved the page title on the messaging page to better reflect what the user is looking at
2010-06-28 02:16:15 +00:00
Andrew Davis
6898e84855
messaging MDL-22320 Removed some rouge spaces that were being included in links
2010-06-28 02:07:45 +00:00
Andrew Davis
43240ea13f
messaging MDL-22320 added a missing call to get_string
2010-06-25 08:37:01 +00:00
Andrew Davis
c8621a0280
messaging MDL-22320 first commit for new messaging UI
2010-06-25 08:16:10 +00:00
Petr Skoda
df997f841f
MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week
...
AMOS START
MOV [sendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage,enrol_self]
MOV [configsendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage_desc,enrol_self]
MOV [enrolstartdate,core],[enrolstartdate,enrol_self]
MOV [enrolenddate,core],[enrolenddate,enrol_self]
CPY [welcometocourse,core],[welcometocourse,enrol_self]
CPY [welcometocoursetext,core],[welcometocoursetext,enrol_self]
MOV [notenrollable,core],[notenrollable,core_enrol]
MOV [enrolenddaterror,core],[enrolenddaterror,enrol_self]
MOV [enrolmentkeyhint,core],[passwordinvalidhint,enrol_self]
MOV [coursemanager,core_admin],[coursecontact,core_admin]
MOV [configcoursemanager,core_admin],[coursecontact_desc,core_admin]
MOV [enrolledincourserole,core],[enrolledincourserole,enrol_manual]
MOV [enrolme,core],[enrolme,core_enrol]
MOV [unenrol,core],[unenrol,core_enrol]
MOV [unenrolme,core],[unenrolme,core_enrol]
MOV [enrolmentnew,core],[enrolmentnew,core_enrol]
MOV [enrolmentnewuser,core],[enrolmentnewuser,core_enrol]
MOV [enrolments,core],[enrolments,core_enrol]
MOV [enrolperiod,core],[enrolperiod,core_enrol]
MOV [unenrolroleusers,core],[unenrolroleusers,core_enrol]
AMOS END
2010-06-21 15:30:49 +00:00
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