This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: src/cms/moodle/lib/moodlelib.php | |
| =================================================================== | |
| --- src/cms/moodle/lib/moodlelib.php (revision 7971) | |
| +++ src/cms/moodle/lib/moodlelib.php (working copy) | |
| @@ -3158,8 +3158,6 @@ | |
| */ | |
| function insertUserLogInformation($userid, $flashVersion) { | |
| - return true; | |
| - /* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: public/its/includes/database.php | |
| =================================================================== | |
| --- public/its/includes/database.php (revision 7973) | |
| +++ public/its/includes/database.php (working copy) | |
| @@ -778,9 +778,9 @@ | |
| THEN p.name | |
| ELSE "" | |
| END AS `editor`, | |
| - CASE WHEN a.display_name IS NOT NULL | |
| - THEN a.display_name |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 13/10 - 15:30 - 20:30 | |
| Update all servers on the THERC3 environment. | |
| Setup new Gluster servers for THERC3. | |
| Compile modules and reconfigure apache nodes to use the new Gluster servers. | |
| Check Memcache and Gluster server configuration to match THERC3. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 13/10 - 06:00 - 08:00 | |
| Added and cofigured all RC3 nodes to Cacti monitoring. | |
| #2567: Follow Chris on the deployment of "Restrict Cascade from Assignment to StudentAssignmentAttempt" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 12/10 - 10:00 - 14:00 | |
| #2615: Added Cacti host for new NAS servers. | |
| #2597: Terminated unused LIVE HE Sessions machine. | |
| #2556: Removed NFS brick on Gluster pool. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 11/10 - 12:00 - 18:00 | |
| #2556: Debug issue on student files and force last nfs gluster sync. | |
| Analysis of Macmillan test-cases. | |
| Monitor Brad tests on RC2. | |
| Analysis of JMeter and new-relic RUM, and RUM+flash. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 10/10 - 10:00 - 18:00 | |
| #2575: Apply ITS x QDB integration changes to THERC1. | |
| #2575: Apply ITS x QDB integration changes to PRODv33. | |
| #2575: Identified bug on highlighting pages using label, rollback ITSxQDB integration until fixed. | |
| #2556: Deployed Gluster successfully. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Index: cms/moodle/mod/ibis/lib.php | |
| =================================================================== | |
| --- cms/moodle/mod/ibis/lib.php (.../2012_09_RC_v33.5/src/cms/moodle) (revision 7894) | |
| +++ cms/moodle/mod/ibis/lib.php (.../2012_10_releasecandidate_newdb_v33.5/src/cms/moodle) (working copy) | |
| ... | |
| - //Error handling (retry loop) | |
| - do { | |
| - $result = QDB::question("ibis-cms",$sql); | |
| - | |
| - if ($result === FALSE) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 08/10 - 12:30 - 20:30 | |
| #2597: Set new sessions server for live and update all apache nodes. | |
| #2556: Finished Gluster setup, it is now syncing. | |
| #2575: Fixed multiple issues with ITS x QDB integration. | |
| #: Debug AMFPHP issues with new PHP version. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 08/10 - 12:00 - 24:00 | |
| Fixed mysql on trunk, service was stopped and hard-drive unmounted. Also added to fstab and rc.local to start automatically on restart. | |
| Added a backup volume to the SVN server and schedule for weekly backups. | |
| Create a new and bigger svn server, the "LIVE Repository" for running svn + trac. | |
| QDB/SDB consistency check and debug/fix cycles. |