Eloy Lafuente (stronk7)
dde82858b8
Merge branch 'w09_MDL-30964_m23_access' of git://github.com/skodak/moodle
2012-02-28 12:44:03 +01:00
Aparup Banerjee
20a903c34f
Merge branch 'MDL-31335_mtrace_email' of git://github.com/andyjdavis/moodle
2012-02-28 14:15:28 +08:00
Petr Skoda
f76249cc25
MDL30964 fix core_access API docs
2012-02-27 07:19:03 +01:00
Sam Hemelryk
26aca872ca
Merge branch 'm_MDL-30988_adding_preference_api_phpdocs' of git://github.com/gerrywastaken/moodle
2012-02-21 11:59:48 +13:00
Andrew Davis
fc28177f4d
MDL-31335 message: wrapped calls to mtrace() in email_to_user() within a check to make sure its a CLI script
2012-02-20 10:30:02 +07:00
sam marshall
d9498b3805
MDL-31514 Lib: Time format to remove unwanted zeros caused errors on Windows servers
2012-02-17 10:33:07 +00:00
Gerard (Gerry) Caulfield
4d6b40a020
Updating phpdoc comments to Rajesh's specifications.
2012-02-15 11:07:38 +08:00
Sam Hemelryk
24768e4658
Merge branch 'm_MDL-31107_fixing_below_typos' of git://github.com/gerrywastaken/moodle
2012-02-14 15:07:57 +13:00
Rajesh Taneja
147db691cf
MDL-31576 core: Duplicate message definition removed from get_core_subsystem
2012-02-13 10:22:05 +08:00
Gerard (Gerry) Caulfield
ce8df92df1
MDL-31107 Fixing instaces of below where it is written as bellow (two L's)
2012-02-10 15:40:04 +08:00
Eloy Lafuente (stronk7)
722b55dd16
Merge branch 'wip-mdl-30980' of git://github.com/rajeshtaneja/moodle
2012-02-08 13:18:49 +01:00
Aparup Banerjee
1dd9848042
Merge branch 'MDL-31482-master' of git://github.com/sammarshallou/moodle
2012-02-08 09:57:55 +08:00
Eloy Lafuente (stronk7)
1208c6bb72
Merge branch 'MDL-27360' of git://github.com/mouneyrac/moodle
2012-02-07 23:49:01 +01:00
sam marshall
edcf82d5a3
MDL-31482 Lib: IE8/IE7 (even with stupid user agent) should not be 'legacy' device type
2012-02-07 17:41:13 +00:00
Rajesh Taneja
55d1f2727c
MDL-30980 core: Php document updated for string api
2012-02-07 14:35:47 +08:00
Jerome Mouneyrac
2214c4a2e8
MDL-27360 Web service tokens are displayed for deleted users
2012-02-02 15:34:05 +08:00
Eloy Lafuente (stronk7)
9a7e63128a
Merge branch 'wip-MDL-31197-m23' of git://github.com/samhemelryk/moodle
2012-02-01 00:48:47 +01:00
Sam Hemelryk
dff66010be
Merge branch 'wip-mdl-30993' of git://github.com/rajeshtaneja/moodle
2012-01-25 13:53:56 +08:00
Rajesh Taneja
9df12115a7
MDL-30993 time api: Php document updated for time api
2012-01-25 11:15:27 +08:00
Eloy Lafuente (stronk7)
9a50502acc
Merge branch 'w04_MDL-31238_m23_php54' of git://github.com/skodak/moodle
2012-01-24 23:54:44 +01:00
Sam Hemelryk
e24baafefc
Merge branch 'w04_MDL-31202_m23_emailvalidation' of git://github.com/skodak/moodle
2012-01-23 14:23:25 +08:00
Petr Skoda
1c199e29b1
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-21 15:21:08 +01:00
Petr Skoda
daac3835dc
MDL-31208 fix obsolete get_record_sql() parameter
...
Credit goes to Rajesh Taneja.
2012-01-21 11:36:10 +01:00
Petr Skoda
268b6709ec
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:14:37 +01:00
Sam Hemelryk
a0a39b0dcb
MDL-31197 navigation: Fixed issue withing require_login for courses that are hidden or unavailable
2012-01-20 12:51:24 +08:00
Eloy Lafuente (stronk7)
7fb7e9835a
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:09:46 +01:00
Petr Skoda
b85b25ebb8
MDL-31006 fix various notices in PHP54
...
PHP54 compatibility
2012-01-18 01:03:20 +01:00
Eloy Lafuente (stronk7)
ec43e2267c
Merge branch 'MDL-30408-master' of git://github.com/sammarshallou/moodle
2012-01-17 01:43:19 +01:00
Aparup Banerjee
cd70d3c4a8
Merge branch 'w03_MDL-21992_m23_customscripts' of https://github.com/skodak/moodle
2012-01-16 14:46:39 +08:00
Sam Hemelryk
6a57cb0cb0
Merge remote-tracking branch 'skodak/w03_MDL-31035_m23_identitynotice'
2012-01-16 14:38:47 +08:00
Petr Skoda
33e5ac269e
MDL-31035 fix showuseridentity notice before settings upgrade
2012-01-15 17:12:35 +01:00
Petr Skoda
7858b5212c
MDL-21992 fix custom scripts on https pages and CLI
2012-01-15 15:59:06 +01:00
Petr Skoda
5e1e0d7fe5
MDL-31092 send localised new account emails
2012-01-15 11:45:50 +01:00
sam marshall
5813c7f7dc
MDL-30408 Allow modules the choice to not appear on 'Add a...' lists
...
This is useful for modules which are created by the system and are not supposed to be created by users. There are various reasons for doing this in third-party modules.
2012-01-12 17:29:54 +00:00
Eloy Lafuente (stronk7)
528dbf2f7d
Merge branch 'MDL-6102-master' of git://github.com/sammarshallou/moodle
2012-01-09 22:02:10 +01:00
sam marshall
487de67c48
MDL-6102 Default time format incorrectly has leading zeros on 12-hour times (e.g. 03:57 PM)
2012-01-09 11:38:59 +00:00
Sam Hemelryk
0e743da2b4
Merge branch 'w02_MDL-30717_m23_usercreated' of git://github.com/skodak/moodle
2012-01-09 14:03:10 +13:00
Sam Hemelryk
b07646fcf7
MDL-30928 lib: Fixed whitespace
2012-01-09 13:57:06 +13:00
Petr Skoda
1fb6f5ab67
MDL-30717 update user->timemodified in update_user_record()
2012-01-08 15:03:53 +01:00
Petr Skoda
549a8b74b3
MDL-30717 add missing time created info in create_user_record()
...
Credit goes to Luis Gustavo Mueller de Alcantara.
2012-01-08 15:03:52 +01:00
Petr Skoda
e7157a0054
MDL-30928 include course and user deletion time in event
...
Credit goes to Luis Gustavo Mueller de Alcantara.
2012-01-08 14:29:18 +01:00
Eloy Lafuente (stronk7)
96f888506c
Merge branch 'w52_MDL-30948_m23_messagesuspended' of git://github.com/skodak/moodle
2012-01-04 00:47:48 +01:00
Eloy Lafuente (stronk7)
bb2308a33a
Merge branch 'wip-MDL-26155-m23' of git://github.com/samhemelryk/moodle
...
Conflicts:
admin/settings/security.php
2012-01-03 17:26:31 +01:00
Sam Hemelryk
d79883ab7f
MDL-26155 string: Improved validation when constructing lang_strings if debugging is enabled
2012-01-03 09:09:40 +13:00
Sam Hemelryk
e6d40f8ac2
MDL-26155 string: Implemented moodle_string class
2012-01-03 09:04:58 +13:00
Petr Skoda
ca8fe0b00a
MDL-30948 stop messaging suspended and deleted users
2011-12-29 17:01:10 +01:00
Petr Skoda
a0fee9c07e
MDL-30934 fix module delete cleanup
...
Credit goes to Rajiv Navada.
2011-12-27 14:59:45 +01:00
Andrew Davis
8e54ce9717
MDL-20245 grade: increased the length of the user_preferences::value column and added an exception to set_user_preference() is this new length is exceeded
...
Conflicts:
lib/db/upgrade.php
version.php
2011-12-21 12:13:33 +01:00
Sam Hemelryk
fc0d8f77f2
Merge branch 'wip-MDL-28948-master' of git://github.com/abgreeve/moodle
2011-12-20 10:44:41 +13:00
adrian@moodle.com
98456628a2
MDL-28948 - lib - removed the hard coded key for the rc4encryt function.
2011-12-16 09:17:24 +08:00