<?php
// Initialize variables.
$db = JFactory::getDbo();
$subQuery = $db->getQuery(true);
$query = $db->getQuery(true);
// Create the base subQuery select statement.Your name and email address were configured automatically based on your username and hostname. Please check that they are accurate. You can suppress this message by setting them explicitly:
git config --global user.name "Your Name"
git config --global user.email [email protected]
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
| How to install Sublime Text 2 on Ubuntu 12.04 (Unity) | |
| April 28, 2012 by Jevin | 307 Comments | |
| Sublime Text is an awesome text editor. If you’ve never heard of it, you should check it out right now. | |
| I’ve made this tutorial because there’s no installer for the Linux versions of Sublime Text. While that’s not a real problem, I feel there is a cleaner way to go around this. Also, this post will show you how to integrate Sublime Text to Unity (which, I’m glad to report, has now matured into a fully functional user interface). | |
| So let’s get on with this. Here is my how to install Sublime Text on Ubuntu tutorial. |
-
For the very first time if you didn't configured remote repository then do it using this command.
git remote add upstream [email protected]:joomla/joomla-cms.git -
Fetch changes from remote repository.
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
| <snippet> | |
| <content><![CDATA[console.log(${1});]]></content> | |
| <tabTrigger>cl</tabTrigger> | |
| <description>console.log();</description> | |
| <scope>source.js</scope> | |
| </snippet> |
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
| (F)(F)(F)(F)(F)(F) (F)(F)(F)(F)(F)(F)(F) | |
| (F)(F)(F):*:*:*(F):* :*:*(F)(F)(F) | |
| (F):*:*(h)(h):*:*:* (h)(h):*:*(F) | |
| :*:*(h)(h)(h)(h):* (h)(h)(h)(h):*:* | |
| :*:*(h)(h)(h)(h) (h)(h)(h)(h)(h):*:* | |
| (F):*:*(h)(h)(h) (h)(h)(h)(h):*:*(F) | |
| (F)(F):*:*(h)(h) (h)(h)(h):*:*(F)(F) | |
| (F)(F)(F):*:*(h) (h)(h):*:*(F)(F)(F) | |
| (F)(inlove)(F)(F) :*:*(h):*:*(F)(F)(inlove)(F) | |
| (F)(inlove)(F)(F) (F):*:*:*(F)(F)(F)(inlove)(F) |
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
| From 0d297c73af187e5eedd2b3d36ddbca79251fcea4 Mon Sep 17 00:00:00 2001 | |
| From: Gunjan Patel <[email protected]> | |
| Date: Fri, 17 May 2013 17:43:24 +0530 | |
| Subject: [PATCH 1/3] fix sorting issue on product listing page | |
| --- | |
| component/admin/models/product.php | 18 ++++++++---------- | |
| 1 file changed, 8 insertions(+), 10 deletions(-) | |
| diff --git a/component/admin/models/product.php b/component/admin/models/product.php |
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: components/com_redshop/helpers/product.php | |
| IDEA additional info: | |
| Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
| <+>UTF-8 | |
| =================================================================== | |
| --- components/com_redshop/helpers/product.php (revision ) | |
| +++ components/com_redshop/helpers/product.php (revision ) | |
| @@ -188,53 +188,78 @@ | |
| public function getProductSpecialPrice($product_price, $discount_product_id, $product_id = 0) |