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/includes/MediaBrowserUpload.inc b/includes/MediaBrowserUpload.inc | |
index 194c109..65e9977 100644 | |
--- a/includes/MediaBrowserUpload.inc | |
+++ b/includes/MediaBrowserUpload.inc | |
@@ -15,7 +15,7 @@ class MediaBrowserUpload extends MediaBrowserPlugin { | |
* Implements MediaBrowserPluginInterface::access(). | |
*/ | |
public function access($account = NULL) { | |
- return file_entity_access('create', $account); | |
+ return file_entity_access('create', NULL, $account); |
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/CHANGELOG.txt b/CHANGELOG.txt | |
index 41aeb0e..42746a1 100644 | |
--- a/CHANGELOG.txt | |
+++ b/CHANGELOG.txt | |
@@ -1,3 +1,8 @@ | |
+Fences 7.x-1.x-dev, xxxx-xx-xx (development release) | |
+-------------------------- | |
+- #1711490 by dalberts69: @theme_name not properly replaced in UI | |
+- #1561244 by RoySegall and JohnAlbin: Undefined Index (with installation profiles and features?) | |
+ |
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 b/fences.admin.inc a/fences.admin.inc | |
index e6f882a..ce29a96 100644 | |
--- b/fences.admin.inc | |
+++ a/fences.admin.inc | |
@@ -14,32 +14,34 @@ function _fences_theme($existing, $type, $theme, $path) { | |
$supported_hooks = array('field'); | |
foreach ($supported_hooks as $hook) { | |
- foreach ($fences[$hook] as $suggestion => $data) { | |
- // Manually register the suggestions for a module, but let hook_theme |
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
(function($) { | |
var min = 8; | |
var max = 18; | |
DECREASE = 1; | |
INCREASE = 2; | |
function fontSize(size) { | |
var dofont = function(ele) { |
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
#!/usr/bin/perl -w | |
use WWW::Mechanize; | |
$site = 'http://site.com/'; | |
$username = 'username'; | |
$password = 'password'; | |
my $m = WWW::Mechanize->new(); |
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
### | |
------> HTTPClientWithCache <------ | |
This class is a wrapper around the standard Titanium.Network.HTTPClient(), but it adds a | |
few nice features: | |
* A cache backed by a SQLite database. All HTTPClientWithCache instances use the same database table, with | |
the primary cache key being a hash of the full URL (and any data parameters in a POST) | |
* The cache is automatically pruned before each query | |
* A retry mechanism, so that you can retry a particular query a number of times before failing. |
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
#!/bin/bash | |
# imgur script by Bart Nagel <[email protected]> | |
# version 2 | |
# I release this as public domain. Do with it what you will. | |
# Required: curl | |
# | |
# Optional: xsel or xclip for automatically putting the URL on the X selection | |
# for easy pasting |
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
// this sets the background color of the master UIView (when there are no windows/tab groups on it) | |
Titanium.UI.setBackgroundColor('#000'); | |
var SR = {}; | |
var BUTTONS_COUNT = 48; | |
var buttons = []; | |
var sounds = {}; | |
// | |
// create base UI tab and root window |
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
Drupal.file = { | |
create : function(file_raw) { | |
var url = 'http://74.82.57.136/gsk/?q=api/file/create_raw'; | |
var xhr = Titanium.Network.createHTTPClient(); | |
xhr.onload = function() { | |
var file_object = JSON.parse(this.responseText); | |
Ti.API.log(file_object); | |
// Return a file info object. file_object[0].fid is the file id to reference |
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
[INFO] [object CalendarModule] loaded | |
[DEBUG] configure | |
[DEBUG] setDates 0 | |
[ERROR] The application has crashed with an unhandled exception. Stack trace: | |
NewerOlder