Michael Aherne
8257e19b7a
MDL-43669 messaging Enable sending email only from no-reply address
2014-05-19 09:52:23 +01:00
Mathieu Petit-Clair
61ebf8e5af
MDL-44295 auth: Update truncate_userinfo to match current DB fields size.
2014-04-03 10:19:36 -04:00
Petr Škoda
fb3ed1a19a
MDL-44843 try to hack around strict locale names in OSX
2014-03-28 11:49:15 +08:00
David Monllao
1b6b3b66df
MDL-43882 performance: New metric, time spent by the database
...
This patch adds a new performance metric to the performance
info shown by MDL_PERF* vars, the time spent by the database,
it was one of the wonderful @poltawski ideas. To be more specific
the value displayed is the sum of the time elapsed between query_start()
and query_end().
2014-02-21 13:20:51 +08:00
Petr Škoda
4d7f209923
MDL-43905 fix update of user login times
...
There needs to be only one event during user login.
The timemodified field is not supposed to be updated during login.
2014-01-31 10:07:20 +08:00
Eloy Lafuente (stronk7)
960dfcae59
Merge branch 'm26_MDL-43797' of https://github.com/totara/moodle into MOODLE_26_STABLE
2014-01-28 00:44:24 +01:00
David Curry
ee7d0bbfcf
MDL-43797 lib/moodlelib.php: Remove custom homepages on user deletion
...
Change-Id: I43359a630c0b668ed3312828c15acc9cc220e49b
2014-01-28 11:27:40 +13:00
Petr Skoda
c22d036916
MDL-43746 fix require_course_login regression caused by MDL-25981
2014-01-24 13:51:54 +08:00
Damyon Wiese
62415470ae
MDL-43760 Potential fix for fletcher scott issues with fullname.
2014-01-20 13:39:19 +08:00
Russell Smith
9c5c2dbf5a
MDL-41198 lib: Allow PHP to generate random seed on script start
...
Most srand instances are removed to allow PHP to do the work.
srand was left for group randomization due to the method used.
2013-12-18 16:53:10 +11:00
Russell Smith
dd7e948dba
MDL-41198 lib: Allow PHP to generate random seed on script start
...
All mt_srand instances are removed to allow PHP to do the work.
2013-12-18 16:53:04 +11:00
Marina Glancy
f497fd1de8
MDL-43026 behat: add tests for all available module generators
2013-12-02 10:38:29 +11:00
Ankit Agarwal
bdfb46a2d0
MDL-42767 notes: Delete notes on a course delete
2013-11-20 13:22:07 +11:00
Mark Nelson
e98f145ccc
MDL-42884 core_user: fixed issue when deleting users with invalid emails throws invalidusername exception
2013-11-18 14:48:36 +08:00
Adrian Greeve
3263a3562d
MDL-41158 mod_workshop: Workshop submission alternate name field fix.
2013-11-12 10:40:23 +08:00
Adrian Greeve
29fa62cfd9
MDL-42812 libraries: Update username_load_fields_from_object to add the prefix to everything.
2013-11-12 10:17:59 +08:00
Adrian Greeve
5b1944bbba
MDL-40612 libraries: Tidy up and improvement of the code for additional name fields.
...
Includes an update to get_all_user_name_fields() and the inclusion of set_user_name_object()
2013-11-11 11:01:14 +08:00
Adrian Greeve
f490f988b7
MDL-40612 libraries: Unit test expansion for get_all_user_name_fields()
...
and the inclusion of tests for set_user_name_object()
2013-11-11 10:52:24 +08:00
Damyon Wiese
7fd16ca1fd
Merge branch 'w45_MDL-42602_m26_userloginevent' of https://github.com/skodak/moodle
2013-11-06 10:21:35 +08:00
Dan Poltawski
28cc8d4b43
Merge branch 'wip-mdl-42537' of https://github.com/rajeshtaneja/moodle
...
Conflicts:
lib/upgrade.txt
2013-11-04 16:39:39 +08:00
Rajesh Taneja
d61d3e82d0
MDL-42537 calendar: locale charset on windows will come from calendartype
...
date_format_string() will now convert date on windows based on calendar type used
2013-11-04 15:54:19 +08:00
Marina Glancy
ad5a1a5d48
Merge branch 'MDL-42633-master' of git://github.com/ankitagarwal/moodle
2013-11-04 15:59:27 +11:00
Petr Škoda
93b3aaf466
MDL-42602 remove incorrect snapshot from \core\event\user_loggedin
...
* all snapshots in events should match the DB data
* the snapshot from user table will not be necessary most probably
2013-11-01 10:34:07 +01:00
Ankit Agarwal
7887cc65f1
MDL-42633 messages: Fix alternate name warnings when a message popup is shown
2013-10-31 16:09:43 +08:00
Dan Poltawski
7d3cdcc90d
Merge branch 'wip-mdl-42557' of https://github.com/rajeshtaneja/moodle
2013-10-29 13:16:44 +08:00
Dan Poltawski
e29dcc5a5b
Merge branch 'wip-mdl-42556' of https://github.com/rajeshtaneja/moodle
2013-10-29 12:10:44 +08:00
Rajesh Taneja
abedc1a84c
MDL-42556 Events: passing modified user info to user_deleted event
...
Deleting user modifies few fields and leave rest as un-modified
So passing modified data to event, to keep it small
2013-10-28 16:37:56 +08:00
Rajesh Taneja
0d22c24829
MDL-42557 Events: added idnumber to course_deleted event data
2013-10-28 16:16:25 +08:00
Dan Poltawski
b1a6c9dc52
Merge branch 'wip-mdl-41811' of git://github.com/rajeshtaneja/moodle
...
Conflicts:
login/change_password.php
2013-10-28 15:37:05 +08:00
Rajesh Taneja
726a3be81a
MDL-42557 Events: Removed timemodified hack from course_deleted event
2013-10-28 13:01:14 +08:00
Petr Škoda
d5814f4e22
MDL-41811 simplify the admin tree detection logic and fix navigation in multiple areas
2013-10-21 14:17:55 +08:00
Dan Poltawski
fb032ccb3f
Merge branch 'wip-mdl-31405-new' of git://github.com/rajeshtaneja/moodle
...
Conflicts:
lib/upgrade.txt
mod/upgrade.txt
2013-10-21 10:57:44 +08:00
Eloy Lafuente (stronk7)
11182e2eb1
Merge branch 'w42_MDL-42224_m26_msgredir' of https://github.com/skodak/moodle
2013-10-16 01:23:01 +02:00
Damyon Wiese
e6338c2c65
Merge branch 'MDL-41170-master' of git://github.com/ankitagarwal/moodle
2013-10-14 14:02:34 +08:00
Ankit Agarwal
6c679d1532
MDL-41170 events: User_updated event should be triggered on password updates
2013-10-14 13:26:47 +08:00
Rajesh Taneja
e63515ba93
MDL-31405 Assignment: Fixed date in reset to be called for every assignment
2013-10-14 12:34:55 +08:00
Petr Škoda
f007e89961
MDL-42224 clean up message and email redirection testing
2013-10-12 13:59:07 +02:00
Petr Škoda
a41d1ca0ce
MDL-41953 allow plugin names to end with multiple digits
2013-10-11 00:04:39 +02:00
Damyon Wiese
370058d8fb
Merge branch 'MDL-41838-master' of git://github.com/sammarshallou/moodle
...
Conflicts:
lib/upgrade.txt
2013-10-10 10:49:11 +08:00
Damyon Wiese
604fc45ee0
Merge branch 'wip-MDL-42098-master' of git://github.com/abgreeve/moodle
2013-10-09 11:48:14 +08:00
sam marshall
39e5102f8b
MDL-41838 Backup/restore: Support .tar.gz format for .mbz (2 of 2)
...
The new experimental setting enabletgzbackups allows backups to be
created so that the internal format for .mbz files is .tar.gz.
Restore transparently supports .mbz files with either internal
formats (.zip or .tar.gz).
The .tar.gz format has the following benefits for backup:
- Supports larger files (no limit on total size, 8GB on single file
vs. 4GB limit on total size)
- Compresses text better, resulting in smaller .mbz files.
- Reports progress regularly during compression of single files,
reducing the chance of timeouts during backups that include a
very large file.
Time performance may also be improved although I haven't done a
direct comparison.
2013-10-08 13:04:49 +01:00
sam marshall
c858655dde
MDL-41838 Files: Implement .tar.gz packer (1 of 2)
...
A new packer for .tar.gz files (MIME type application/x-gzip) has been
implemented, including unit tests.
This packer is intended for use during backup/restore only and is not
otherwise exposed in the user interface at present. However, it is
supposed to follow the (ancient) POSIX .tar standard; files created
with this packer will open in GNU tar.
There are restrictions in support corresponding to the POSIX standard:
- Non-ASCII filenames are not supported.
- Very long file/path names are not supported.
- Individual files within the .tar may not be more than 8GB.
Some of these limitations might need to be addressed in future changes
if the packer were to be used in areas other than backup/restore.
2013-10-08 13:04:48 +01:00
Damyon Wiese
44585a1ecd
Merge branch 'MDL-41792_master' of https://github.com/markn86/moodle
2013-10-08 16:03:46 +08:00
Damyon Wiese
18ef6201c0
Merge branch 'passwordreset-2013-10-07-1031Z' of https://github.com/peterbulmer/moodle
...
Conflicts:
lib/db/install.xml
lib/db/upgrade.php
version.php
2013-10-08 10:30:57 +08:00
Sam Hemelryk
87f28ddceb
Merge branch 'w41_MDL-42078_m26_uninstallcleanup' of https://github.com/skodak/moodle
2013-10-08 11:20:51 +13:00
Petr Škoda
e87214bda7
MDL-42078 multiple uninstall improvements and cleanup
...
Includes:
* update checker refactored to \core\update\ namespace
* plugininfo classes refactored to \core\plugininfo\ namespace
* plugin_manager renamed to core_plugin_manager
* redirect back to original page after plugin uninstall
* fixed assign subplugin uninstall
* move assign subplugins under the assignment in admin tree
* fixed plugininfo for all question related plugin types
* auth uninstall support
* added missing block dependencies
* added theme uninstall
* subplugin types are following the plugin on plugin overview page
* several performance improvements in plugin manager
* new warnigns when plugininfo are outdated or missing
* multiple fixes and other improvements
2013-10-07 13:10:36 +02:00
Peter Bulmer
92de749fc7
MDL-23692 forgotpw: Simplify forgotpw process.
2013-10-04 22:37:56 +13:00
Petr Škoda
38fc013025
MDL-42040 refactor core Moodle shutdown handlers logic
2013-10-04 11:36:46 +02:00
Mark Nelson
da3041379a
MDL-41792 core_calendar: refactored the calendar to allow the use of multiple calendar types
2013-10-04 16:17:02 +08:00
Adrian Greeve
a49bc6c940
MDL-42098 - Libraries: Alter fullname debugging logic to display when user name fields are missing.
2013-10-04 15:03:00 +08:00