Aparup Banerjee
822790437e
Merge branch 'MDL-31482-m22' of git://github.com/sammarshallou/moodle into MOODLE_22_STABLE
2012-02-08 09:59:04 +08:00
Eloy Lafuente (stronk7)
c2db2793d2
Merge branch 'MDL-27360-MOODLE_22_STABLE' of git://github.com/mouneyrac/moodle into MOODLE_22_STABLE
2012-02-07 23:49:19 +01:00
sam marshall
e455406b69
MDL-31482 Lib: IE8/IE7 (even with stupid user agent) should not be 'legacy' device type
2012-02-07 17:42:07 +00:00
Jerome Mouneyrac
28a3a568aa
MDL-27360 Web service tokens are displayed for deleted users
2012-02-02 16:23:56 +08:00
Eloy Lafuente (stronk7)
acef9e8a7f
Merge branch 'wip-MDL-31197-m22' of git://github.com/samhemelryk/moodle into MOODLE_22_STABLE
2012-02-01 00:50:38 +01:00
Eloy Lafuente (stronk7)
9e3824a63d
Merge branch 'w04_MDL-31238_m22_php54' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2012-01-24 23:55:36 +01:00
Petr Skoda
5125c0e332
MDL-31202 do not try sending emails to invalid addresses
...
The use of mtrace() in email_to_user() is most probably incorrect, I am going to use it only in CLI scripts (which includes cron). This should not be considered a security issue because we should be already validating emails when accepting them from untrusted users.
2012-01-23 14:24:43 +08:00
Petr Skoda
caa4912f70
MDL-31208 fix obsolete get_record_sql() parameter
...
Credit goes to Rajesh Taneja.
2012-01-21 11:36:52 +01:00
Petr Skoda
057d39bbc1
MDL-31238 always return object for plugin settings from get_config()
...
This prevents multiple creations of objects from NULL which is note a warnings in php54
2012-01-21 11:17:18 +01:00
Sam Hemelryk
135de8d007
MDL-31197 navigation: Fixed issue withing require_login for courses that are hidden or unavailable
2012-01-20 12:51:48 +08:00
Eloy Lafuente (stronk7)
4416991914
MDL-31006 revert partially @ get_config()
...
The change from null to stdClass() in get_config() was leading to:
1) unit tests not passing.
2) non-equivalent evaluation in conditions (null evals false,
stdClassi() evals true)
2012-01-18 02:11:53 +01:00
Petr Skoda
88e2bbae6d
MDL-31006 fix various notices in PHP54
...
PHP54 compatibility
2012-01-18 01:04:45 +01:00
Aparup Banerjee
7b3dae9096
Merge branch 'w03_MDL-21992_m22_customscripts' of https://github.com/skodak/moodle into MOODLE_22_STABLE
2012-01-16 14:48:16 +08:00
Petr Skoda
7e6f69b9af
MDL-31035 fix showuseridentity notice before settings upgrade
2012-01-15 17:13:11 +01:00
Petr Skoda
7991c4c000
MDL-21992 fix custom scripts on https pages and CLI
2012-01-15 16:00:45 +01:00
Sam Hemelryk
5dff4c565f
Merge branch 'w02_MDL-30717_m22_usercreated' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2012-01-09 14:03:00 +13:00
Sam Hemelryk
0ca7b84953
MDL-30928 lib: Fixed whitespace
2012-01-09 13:57:23 +13:00
Petr Skoda
2824832a18
MDL-30717 update user->timemodified in update_user_record()
2012-01-08 15:04:06 +01:00
Petr Skoda
17330e8aae
MDL-30717 add missing time created info in create_user_record()
...
Credit goes to Luis Gustavo Mueller de Alcantara.
2012-01-08 15:04:05 +01:00
Petr Skoda
dfff77eedd
MDL-30928 include course and user deletion time in event
...
Credit goes to Luis Gustavo Mueller de Alcantara.
2012-01-08 14:30:06 +01:00
Petr Skoda
7d1906cf7c
MDL-30948 stop messaging suspended and deleted users
2012-01-04 00:49:03 +01:00
Petr Skoda
0543bb679b
MDL-30934 fix module delete cleanup
...
Credit goes to Rajiv Navada.
2012-01-03 12:26:35 +13:00
Andrew Davis
223e753520
MDL-20245 grade: increased the size of the user_preferences value column and added php validation of the data going into that column
...
Conflicts:
lib/db/upgrade.php
version.php
2011-12-21 12:23:50 +01:00
Sam Hemelryk
4e77491aff
Merge branch 'wip-MDL-28948-MOODLE_22_STABLE' of git://github.com/abgreeve/moodle into MOODLE_22_STABLE
2011-12-20 10:42:45 +13:00
adrian@moodle.com
177bc9c8b9
MDL-28948 - lib - removed the hard coded key for the rc4encryt function.
2011-12-16 09:14:53 +08:00
Eloy Lafuente (stronk7)
40ab5a4010
MDL-30592 moodlelib: minor phpdocs/debug tweaks
2011-12-14 22:44:47 +01:00
Eloy Lafuente (stronk7)
a30e3c5a1a
Merge branch 'MDL-30592_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
2011-12-14 22:44:33 +01:00
Petr Skoda
e467ed219f
DML-30588 do not require enrollment after switching of roles
2011-12-10 12:45:06 +01:00
Tim Hunt
001f78b41f
MDL-30592 moodlelib: new helper component_callback
...
I chose to be slighly inconsistent with plugin_callback in order to make a nicer API.
2011-12-09 19:23:54 +00:00
Eloy Lafuente (stronk7)
c08a5622b8
Merge branch 'w47_MDL-29450_m22_removecoursecontent' of git://github.com/skodak/moodle
2011-11-23 23:01:27 +01:00
Petr Skoda
16ef46e7b6
MDL-29450 improve and cleanup course content removal
...
New keep roles/enrolments and groups/groupings options, notification CSS fixed, standardised notification texts, added missing delete of module blocks, fixed file deleting and some other minor issues.
2011-11-23 18:37:36 +01:00
Eloy Lafuente (stronk7)
8ccbf8d1e5
Merge branch 'MDL-30409-master' of git://github.com/sammarshallou/moodle
2011-11-23 13:33:39 +01:00
Eloy Lafuente (stronk7)
1316fc8af9
Merge branch 'MDL-30306b' of git://github.com/timhunt/moodle
2011-11-23 01:18:00 +01:00
sam marshall
3d8138bbd2
MDL-30409 moodlelib syntax errors 'throw coding_exception'
2011-11-22 16:33:23 +00:00
Petr Skoda
0b9f2a02ab
MDL-30349 make sure file stat cache is reset properly after each remove_dir()
...
Typo3 does this, maybe it works around some PHP bugs…
2011-11-19 10:36:37 +01:00
Tim Hunt
fc2dafcff5
MDL-30306 get_string developer warning. Help lazy developers.
2011-11-18 16:00:33 +00:00
Ankit Kumar Agarwal
e079e82c08
MDL-29893 Fixing issues with password generation function
2011-11-16 12:01:57 +05:30
Sam Hemelryk
1ae9aa2b8f
Merged MDL-29108 Advanced grading
2011-11-14 22:01:05 +13:00
Eloy Lafuente (stronk7)
8ac9d33f49
Merge branch 'MDL-26647-master' of git://github.com/sammarshallou/moodle
...
Conflicts:
lib/db/upgrade.php
report/completion/index.php
report/progress/index.php
version.php
2011-11-11 03:37:55 +01:00
Eloy Lafuente (stronk7)
d64cb2fb73
Merge branch 'w44_MDL-30131_m22_enrolcaching' of https://github.com/skodak/moodle
2011-11-09 23:47:01 +01:00
Petr Skoda
e30cc24c0d
MDL-29030 make admin reports general reports
...
AMOS BEGIN
CPY [pluginname,coursereport_log],[pluginname,report_log]
CPY [pluginname,coursereport_stats],[pluginname,report_stats]
AMOS END
2011-11-06 12:22:45 +01:00
Petr Skoda
bbfdff344c
MDL-30131 improve current user enrol caching
2011-11-06 09:40:06 +01:00
sam marshall
a1c947bde2
MDL-26647 (2) New lib function get_extra_user_fields and related
...
get_extra_user_fields to get a list of extra user fields for display (that are permitted for current user in given context). get_extra_user_fields_sql returns the same thing as a SELECT list.
get_user_field_name returns the display name of a user field (basically just get_string($field) except phone1=>phone)
2011-11-04 13:57:10 +00:00
David Mudrak
d6d341d09b
Merge remote branch 'origin/master' into rubric
...
Conflicts:
lib/db/upgrade.php
version.php
2011-11-02 23:17:08 +01:00
Petr Skoda
44ac4f62de
MDL-29972 make sure lang dir exists before writing into it
2011-10-28 16:05:52 +02:00
David Mudrak
18dd4a69d0
Merge remote branch 'origin/master' into rubric
...
Conflicts:
lib/db/upgrade.php
2011-10-27 21:58:45 +02:00
Eloy Lafuente (stronk7)
036f27a420
Merge branch 'w42_MDL-29670_m22_croncleanup' of git://github.com/skodak/moodle
2011-10-25 23:51:10 +02:00
David Mudrak
01609c9ad9
Merge remote branch 'origin/master' into rubric
...
Conflicts:
lib/db/upgrade.php
version.php
2011-10-24 22:13:01 +02:00
Petr Skoda
c34724de75
MDL-29881 remove old apd profiling
...
Profiling is now handled via xhprof extension and new profiling UI.
2011-10-23 10:45:35 +02:00
Petr Skoda
50ed196e51
MDL-29670 cron cleanup and minor fixing
...
Auth and enrol is moved to the top because other plugin types depend on accurate user list and enrolments. Passwords and failed login messages are generated during every cron execution. Contexts are build properly in each execution. Fixed deleting of unconfirmed users. And minor phpdocs and comments improvements.
2011-10-22 14:31:18 +02:00