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
sudo apt update -y | |
sudo apt upgrade -y | |
sudo rpi-update | |
sudo apt install rpi-eeprom | |
sudo nano /etc/default/rpi-eeprom-update | |
sudo rpi-eeprom-update -d -f /lib/firmware/raspberrypi/bootloader/beta/pieeprom-2020-05-15.bin | |
vcgencmd bootloader_version | |
vcgencmd bootloader_config | |
BOOT_ORDER=0xF41 |
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
{"lastUpload":"2020-03-13T02:51:08.444Z","extensionVersion":"v3.4.3"} |
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
diff --git a/src/ggrc/assets/javascripts/apps/custom_attributes.js b/src/ggrc/assets/javascripts/apps/custom_attributes.js | |
index d6a3503..4f3136b 100644 | |
--- a/src/ggrc/assets/javascripts/apps/custom_attributes.js | |
+++ b/src/ggrc/assets/javascripts/apps/custom_attributes.js | |
@@ -51,8 +51,9 @@ | |
helpers: { | |
with_value_for_id: function (id, options) { | |
var ret; | |
+ var instance = this.attr('instance'); | |
id = Mustache.resolve(id); |
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
diff --git a/src/ggrc/assets/javascripts/components/csv/export.js b/src/ggrc/assets/javascripts/components/csv/export.js | |
index 91faaa6..1a0c488 100644 | |
--- a/src/ggrc/assets/javascripts/components/csv/export.js | |
+++ b/src/ggrc/assets/javascripts/components/csv/export.js | |
@@ -151,8 +151,10 @@ | |
}); | |
return { | |
object_name: panel.type, | |
- fields: _.compact(_.map(Object.keys(panel.selected), function (key) { | |
- return panel.selected[key] === true ? key : null; |
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
diff --git a/src/ggrc/assets/javascripts/components/people_list.js b/src/ggrc/assets/javascripts/components/people_list.js | |
index 20685e1..3b880c9 100644 | |
--- a/src/ggrc/assets/javascripts/components/people_list.js | |
+++ b/src/ggrc/assets/javascripts/components/people_list.js | |
@@ -444,7 +444,6 @@ | |
var instance = scope.attr('instance'); | |
var deferred = scope.attr('deferred'); | |
var relationship; | |
- var $personElement; | |
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
diff --git a/src/ggrc_reporting_dashboard/assets/javascripts/apps/requests_dashboard.js b/src/ggrc_reporting_dashboard/assets/javascripts/apps/requests_dashboard.js | |
index c55664a..6da913c 100644 | |
--- a/src/ggrc_reporting_dashboard/assets/javascripts/apps/requests_dashboard.js | |
+++ b/src/ggrc_reporting_dashboard/assets/javascripts/apps/requests_dashboard.js | |
@@ -38,51 +38,57 @@ | |
// table data for program stats | |
requests_data: {}, | |
requests_loaded: false, | |
- filters: {} | |
- }, |
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
if (str) { | |
var dateArr = _.map('2015-01-29 16:16:00'.split(/[\:\-\s]/g), function (num) { return +num; }); | |
return new Date(dateArr[0], dateArr[1]-1, dateArr[2], dateArr[3], dateArr[4]); | |
} | |
return new Date(); |
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
Here’s a betacoin to unlock Mailbox for Mac! | |
To begin, download the Mailbox beta here: https://download.mailboxapp.com/mac | |
After launching Mailbox for Mac you will be prompted for your betacoin - drag and drop the image found at the link below into Mailbox (note: this coin can only be used once). | |
https://bank.orcali.com/coin41878.gif?3450F480-3E8D-4464-ACBF-FAAB546ABC32 | |
Enjoy! |
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
Here’s a betacoin to unlock Mailbox for Mac! | |
To begin, download the Mailbox beta here: https://download.mailboxapp.com/mac | |
After launching Mailbox for Mac you will be prompted for your betacoin - drag and drop the image found at the link below into Mailbox (note: this coin can only be used once). | |
https://bank.orcali.com/coin41876.gif?C5696949-0B04-4196-9C3A-7A35F471F9D7 | |
Enjoy! |
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
define(function(require, exports, module) { | |
var preloaderClass = 'loading', | |
$ = require('jquery'), | |
_ = require('underscore'), | |
BB = require('backbone'), | |
DashboardRouter = require('widgets/routers/dashboard'), | |
DashboardSubmenu = require('widgets/views/dashboard/submenu'), | |
SitesCollection = require('widgets/collections/sites'), | |
syncMixin = require('libs/backbone/plugins/sync_processing'), | |
CSRFMixin = require('libs/backbone/plugins/csrf_protection'), |
NewerOlder