Petr Skoda
346c5887b1
MDL-24751 using new memory constants
2010-10-19 10:13:15 +00:00
Petr Skoda
29d488cffc
MDL-23799 fixed distinct text
2010-10-06 18:14:04 +00:00
Petr Skoda
a226a972f7
MDL-24321 switching to stdClass in /admin/ and /
2010-09-21 08:44:02 +00:00
Petr Skoda
eab8ed9fb7
fixed a few spelling errors in /admin/
2010-09-17 10:27:26 +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
Sam Hemelryk
f36b47efa0
admin blog comment course MDL-22856 Minor cleanups and improvements to styles
2010-08-19 05:56:57 +00:00
Petr Skoda
5402c577eb
MDL-23784 fixed docs icon from security report
2010-08-12 18:22:34 +00:00
Petr Skoda
0f17961d4a
fixed incorrect report name string
2010-08-12 18:18:47 +00:00
Petr Skoda
835d78ff9e
MDL-22056 simplified component name handling + converting reports to proper pluginname
...
AMOS BEGIN
MOV [capability,report_capability],[pluginname,report_capability]
MOV [questioninstances,report_questioninstances],[pluginname,report_questioninstances]
MOV [reportsecurity,report_security],[pluginname,report_security]
MOV [spamcleaner,report_spamcleaner],[pluginname,report_spamcleaner]
AMOS END
2010-07-15 17:13:45 +00:00
Petr Skoda
dbf9e4bae3
MDL-23234 finally standardised use of settings.php across all plugins - the only partial exceptions now are report and local plugins
2010-07-13 13:56:55 +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
Sam Marshall
31c9330392
accesslib MDL-22527 Batch change to replace 'legacy' arrays with 'archetypes' arrays in access.php
2010-05-21 11:51:23 +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
61ef8f9f88
MDL-20204 removing deprecated admin headers
2010-03-31 08:05:53 +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
David Mudrak
89422374d1
MDL-21694 Moving admin report strings into plugin space
2010-03-29 20:45:38 +00:00
David Mudrak
16be897441
MDL-21652 html_table rendering refactored
...
* class html_component does not exist any more
* class html_table rendered via html_writer::table()
* html_table, html_table_row and html_table_cell have public $attributes property to set their CSS classes
* dropped rotateheaders feature, should be added again after more research of possible ways (<svg> is not nice IMHO)
* dropped possibility to define CSS classes for table heading, body and footer - can be easily done and better done using just table class and context
2010-03-20 22:15:54 +00:00
Petr Skoda
6e9bad56e8
MDL-21422 migration to YUI3
2010-01-21 22:29:28 +00:00
Petr Skoda
2f67a9b3a5
MDL-20700 whitespace terror returns yet again
2009-12-16 22:22:37 +00:00
Petr Skoda
f44b10ed93
MDL-21139 replace all yui functions/methods with yui2 to make room for yui3
2009-12-16 20:25:14 +00:00
Martin Dougiamas
b1a59fb900
security report MDL-20834 Fixed DML for the backup risk checker for HEAD
2009-11-26 09:18:32 +00:00
Sam Hemelryk
08f9410378
admin MDL-20980 Touched up regex that determines weak password salts
2009-11-26 09:03:38 +00:00
Martin Dougiamas
dbec9afd01
security report MDL-20834 Merged 'report_security_check_riskbackup' check from 1.9
2009-11-26 08:32:48 +00:00
Sam Hemelryk
e019158c7d
security MDL-18807 Changed language strings: Thanks for the new strings Helen
2009-11-18 09:55:03 +00:00
Petr Skoda
af2d263f99
MDL-18006 MDL-18807 MDL-20853 warn that the default salt is definitely weak
2009-11-17 16:36:23 +00:00
Petr Skoda
4c1ba3ffc7
MDL-18006 MDL-18807 MDL-20853 merging sam's changes from MOODLE_19_STABLE, going to fix some more problems in this new code soon
2009-11-17 16:11:25 +00:00
Petr Skoda
0ac940b3bf
MDL-20712 using just $capablities for capability definition array, all other files in db/* do not use component names in definition array; old capability array names are of course supported
2009-11-04 19:24:12 +00:00
Petr Skoda
244bb39668
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 10:42:45 +00:00
nicolasconnault
414a4a91b1
MDL-19787 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
2009-08-20 08:39:07 +00:00
nicolasconnault
8fbce1c8c8
MDL-19878 Upgraded calls to helpbutton, print_simple_box* and notify
2009-08-18 04:28:40 +00:00
nicolasconnault
20486a5a21
MDL-19787 Converted print_box* to $OUTPUT->box*
2009-08-10 04:53:22 +00:00
nicolasconnault
73d6f52f6a
MDL-19787 Converted all print_footer() calls
2009-08-06 14:12:46 +00:00
nicolasconnault
2fff8846f2
MDL-19787 Migrated calls to print_heading
2009-08-06 08:17:12 +00:00
samhemelryk
2a29ba7edb
admin reports MDL-16706 Eliminated inline scripts to use PAGE methods
2009-07-02 04:10:56 +00:00
tjhunt
82611d8d33
moodle_page: MDL-12212 ->docspath
2009-05-06 08:48:13 +00:00
tjhunt
ad5d5997ed
moodle_page: MDL-12212 more ->pagepaths to kill
2009-05-06 08:43:51 +00:00
tjhunt
6b037e0420
filters: MDL 7336 Remove remaining references to ->filters
2009-04-13 07:04:32 +00:00
skodak
b421371ed3
MDL-18039 fixed footer docs link
2009-02-19 07:32:23 +00:00
skodak
f2ceeea5a4
MDL-18041 improved hints - thanks helen; merged from MOODLE_19_STABLE
2009-02-18 20:32:54 +00:00
skodak
f2cbf2dc1e
MDL-18258 fixed legacy type and improved risky default course role hints
2009-02-15 18:45:15 +00:00
skodak
69f34b9659
MDL-18039 xhtml strict fixes
2009-02-15 17:40:31 +00:00
skodak
e36005bef6
MDL-18041 improved admin risk info
2009-02-15 11:30:45 +00:00
skodak
e7dd3aac30
MDL-18155 no warning if allowed email domains set; merged from MOODLE_19_STABLE
2009-02-15 09:55:48 +00:00
skodak
be22a5c16c
MDL-18078 adding docs links from detailed security overview report; merged from MOODLE_19_STABLE
2009-02-15 09:45:34 +00:00
skodak
2b900b0eeb
MDL-18040 fixed adminrisk query too - now much faster
2009-02-02 13:15:25 +00:00
skodak
43995076c6
MDL-18040 rewritten XSS query, I hope this will be much faster
2009-01-28 22:45:07 +00:00
skodak
da5e6f3a29
MDL-18057 fixed XSS test; merged from MOODLE_19_STABLE
2009-01-27 17:39:32 +00:00
skodak
828b6d1067
MDL-18040 adding warning that the security report processing may take a long time
2009-01-27 16:21:56 +00:00
skodak
244714c28a
MDL-18055 adding timeout protection to security report; merged from MOODLE_19_STABLE
2009-01-27 15:06:40 +00:00