This file contains 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/lib/vendor/Smarty/internals/core.assemble_plugin_filepath.php b/src/lib/vendor/Smarty/internals/core.assemble_plugin_filepath.php | |
index 690d3dd..3cab345 100644 | |
--- a/src/lib/vendor/Smarty/internals/core.assemble_plugin_filepath.php | |
+++ b/src/lib/vendor/Smarty/internals/core.assemble_plugin_filepath.php | |
@@ -26,8 +26,15 @@ function smarty_core_assemble_plugin_filepath($params, &$smarty) | |
$_plugin_filepath = $_plugin_dir . DIRECTORY_SEPARATOR . $_plugin_filename; | |
- // see if path is relative | |
- if (!preg_match("/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/", $_plugin_dir)) { |
This file contains 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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains 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
smtpd_helo_restrictions = | |
permit_mynetworks, | |
warn_if_reject, | |
reject_invalid_helo_hostname, | |
reject_non_fqdn_helo_hostname, | |
reject_rhsbl_helo dbl.spamhaus.org, | |
permit | |
smtpd_sender_restrictions = | |
warn_if_reject, | |
reject_non_fqdn_sender, |
This file contains 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
06-09 18:04:00.749 1076 1508 I GooglePlugin: Building Google options | |
06-09 18:04:00.813 1076 1508 I GooglePlugin: Building GoogleApiClient | |
06-09 18:04:00.892 1076 1508 I GooglePlugin: GoogleApiClient built | |
06-09 18:04:00.892 1076 1508 I GooglePlugin: Determining command to execute | |
06-09 18:04:00.892 1076 1508 I GooglePlugin: Trying to Log in! | |
06-09 18:04:00.896 1076 1508 D ConnectPlugin: activity result in plugin: requestCode(0), resultCode(0) | |
06-09 18:04:00.922 810 825 I ActivityManager: START u0 {act=com.google.android.gms.auth.GOOGLE_SIGN_IN cmp=co.com.myapp/com.google.android.gms.auth.api.signin.internal.SignInHubActivity (has extras)} from uid 10092 on display 0 | |
06-09 18:04:00.975 1076 1508 W PluginManager: THREAD WARNING: exec() call to GooglePlus.login blocked the main thread for 246ms. Plugin should use CordovaInterface.getThreadPool(). | |
06-09 18:04:01.040 810 1131 I ActivityManager: START u0 {act=com.google.android.gms.auth.GOOGLE_SIGN_IN pkg=com.google.android.gms cmp=com.google. |
This file contains 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
06-10 10:28:18.746 6746 6965 I GooglePlugin: Building Google options | |
06-10 10:28:18.786 6746 6965 I GooglePlugin: Building GoogleApiClient | |
06-10 10:28:18.849 6746 6965 I GooglePlugin: GoogleApiClient built | |
06-10 10:28:18.849 6746 6965 I GooglePlugin: Determining command to execute | |
06-10 10:28:18.849 6746 6965 I GooglePlugin: Trying to Log in! | |
06-10 10:28:18.849 6746 6965 D ConnectPlugin: activity result in plugin: requestCode(0), resultCode(0) | |
06-10 10:28:18.868 834 2168 I ActivityManager: START u0 {act=com.google.android.gms.auth.GOOGLE_SIGN_IN cmp=co.com.apppackage/com.google.android.gms.auth.api.signin.internal.SignInHubActivity (has extras)} from uid 10092 on display 0 | |
06-10 10:28:18.901 6746 6965 W PluginManager: THREAD WARNING: exec() call to GooglePlus.login blocked the main thread for 170ms. Plugin should use CordovaInterface.getThreadPool(). | |
06-10 10:28:18.979 834 2679 I ActivityManager: Killing 5424:com.android.chrome/u0a82 (adj 15): empty #17 | |
06-10 10:28:19.033 834 2679 I Act |
This file contains 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
06-10 10:58:46.053 2832 3194 W ctxmgr : [AclManager]checkPermissionTypeStatus: no inject permission for { uid=10013, packageName=com.google.android.gms }. Returned permission was: PACKAGE_NOT_WHITELISTED for context name=POWER_CONNECTION, account=account#-517948760# | |
06-10 10:58:46.053 2832 3194 W ctxmgr : [AclManager]checkPermissionTypeStatus: no inject permission for { uid=10013, packageName=com.google.android.gms }. Returned permission was: PACKAGE_NOT_WHITELISTED for context name=POWER_CONNECTION, account=account#-517948760# | |
06-10 10:58:46.053 2832 2832 E ctxmgr : [PowerConnectionProducer]Could not write powerInfo=Plug state: 2 BatteryLevel: 0.99, status=Status{statusCode=unknown status code: 7503, resolution=null} | |
06-10 10:58:47.379 29839 29839 I chromium: [INFO:CONSOLE(26357)] "Angular 2 is running in the development mode. Call enableProdMode() to enable the production mode.", source: file:///android_asset/www/build/js/app.bundle.js (26357) | |
06-10 10:58:47.392 29839 29839 I chromium: [INFO:CONSOL |
This file contains 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/env node | |
/** This hook updates platform configuration files based on preferences and config-file data defined in config.xml. | |
Currently only the AndroidManifest.xml and IOS *-Info.plist file are supported. | |
See http://stackoverflow.com/questions/28198983/ionic-cordova-add-intent-filter-using-config-xml | |
Preferences: | |
1. Preferences defined outside of the platform element will apply to all platforms | |
2. Preferences defined inside a platform element will apply only to the specified platform |
This file contains 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 | |
################################################################################################ | |
# Fully automated script to install Odoo and Odoo SaaS Tool (tested on a fresh Ubuntu 14.04 LTS) | |
# * Install & configure last stable version of nginx | |
# * Install & configure last stable version of postgresql | |
# * Install & configure Odoo | |
# * Configure automated backup of Odoo databases | |
# * Optional: Install & configure Odoo SaaS Tool | |
# * Optional: Background installation: $ nohup ./odoo_install.sh > nohup.log 2>&1 </dev/null & | |
################################################################################################ |
This file contains 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
ENV LANG=en_GB.UTF-8 | |
RUN apt-get install -y locales && \ | |
sed -i -e "s/# $LANG.*/$LANG.UTF-8 UTF-8/" /etc/locale.gen && \ | |
dpkg-reconfigure --frontend=noninteractive locales && \ | |
update-locale LANG=$LANG |
This file contains 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
javascript:(function(e,a,g,h,f,c,b,d)%7Bif(!(f=e.jQuery)%7C%7Cg%3Ef.fn.jquery%7C%7Ch(f))%7Bc=a.createElement(%22script%22);c.type=%22text/javascript%22;c.src=%22http://ajax.googleapis.com/ajax/libs/jquery/%22+g+%22/jquery.min.js%22;c.onload=c.onreadystatechange=function()%7Bif(!b&&(!(d=this.readyState)%7C%7Cd==%22loaded%22%7C%7Cd==%22complete%22))%7Bh((f=e.jQuery).noConflict(1),b=1);f(c).remove()%7D%7D;a.documentElement.childNodes%5B0%5D.appendChild(c)%7D%7D)(window,document,%221.3.2%22,function($,L)%7B$('%23header,%20.pagehead,%20.breadcrumb,%20.commit,%20.meta,%20%23footer,%20%23footer-push,%20.wiki-actions,%20%23last-edit,%20.actions,%20.header,.site-footer,.repository-sidebar,.file-navigation,.gh-header-meta,.gh-header-actions,#wiki-rightbar,#wiki-footer,.commit-tease').remove();%20$('%23files,%20.file').css(%7B%22background%22:%22none%22,%20%22border%22:%22none%22%7D);%20$('link').removeAttr('media');%7D); var removeMe = document.getElementsByClassName("file-header")[0]; removeMe.parentNode.removeChild(r |
OlderNewer