Skip to content

Commit

Permalink
Merge pull request #98 from JBZoo-CCK/develop
Browse files Browse the repository at this point in the history
JBZoo 4.15.3 // Joomla 4
  • Loading branch information
CB9TOIIIA authored Mar 18, 2024
2 parents b4f1c3d + 7610c04 commit 5d366c0
Show file tree
Hide file tree
Showing 282 changed files with 15,312 additions and 4,531 deletions.
28 changes: 14 additions & 14 deletions src/file.script.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,19 +74,19 @@ public function update($parent)
* @param $parent
* @param $results
*/
public function postflight($type, $parent, $results)
{
self::_enablePlugin('jbzoo');
}
// public function postflight($type, $parent, $results)
// {
// self::_enablePlugin('jbzoo');
// }

/**
* Enable plugin by name
* @param $plugin
*/
private static function _enablePlugin($plugin)
{
$db = JFactory::getDbo();
$db->setQuery('UPDATE #__extensions SET enabled = 1 WHERE element = "' . trim($plugin) . '"');
$db->execute();
}
// /**
// * Enable plugin by name
// * @param $plugin
// */
// private static function _enablePlugin($plugin)
// {
// $db = JFactory::getDbo();
// $db->setQuery('UPDATE #__extensions SET enabled = 1 WHERE element = "' . trim($plugin) . '"');
// $db->execute();
// }
}
2 changes: 1 addition & 1 deletion src/packages/jbuniversal/jbuniversal/application.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/
final class JBUniversalApplication extends Application
{
const JBZOO_VERSION = '4.12.1';
const JBZOO_VERSION = '4.15.3';

/**
* @var bool
Expand Down
2 changes: 1 addition & 1 deletion src/packages/jbuniversal/jbuniversal/application.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<application>
<name>JBZoo App</name>
<group>jbuniversal</group>
<version>4.12.1</version>
<version>4.15.3</version>
<creationDate>2020 August</creationDate>
<author>JBZoo.com</author>
<authorEmail>[email protected]</authorEmail>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/packages/jbuniversal/jbuniversal/assets/img/icon/ico-edit.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/packages/jbuniversal/jbuniversal/assets/img/icon/ico-sort.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@

};

})(jQuery, window, document);
})(jQuery, window, document);
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@
update($(this).val());
});
};
})(jQuery, window, document);
})(jQuery, window, document);
Original file line number Diff line number Diff line change
Expand Up @@ -269,10 +269,10 @@
}
});

new Tips($newElement.find(".hasTip[title]").get(), {
maxTitleChars: 1000,
fixed : false
});
// new Tips($newElement.find(".hasTip[title]").get(), {
// maxTitleChars: 1000,
// fixed : false
// });

$this.el.trigger("element.added", $place);
$newElement.fadeIn(300, function () {
Expand All @@ -291,4 +291,4 @@

});

})(jQuery, window, document);
})(jQuery, window, document);
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@
});
};

})(jQuery, window, document);
})(jQuery, window, document);
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@
});
}

})(jQuery, window, document);
})(jQuery, window, document);
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
});
};

})(jQuery, window, document);
})(jQuery, window, document);
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@

});

})(jQuery, window, document);
})(jQuery, window, document);
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
}
);

})(jQuery, window, document);
})(jQuery, window, document);
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
}
});

$('.option .key', $options).tooltip();
// $('.option .key', $options).tooltip();

return this;
},
Expand All @@ -144,7 +144,7 @@
$('.jsMessage', parent)
.attr('title', message)
.addClass('error')
.tooltip();
// .tooltip();

return this;
},
Expand All @@ -154,8 +154,8 @@
$('.jsMessage', row)
.removeClass('error lock')
.removeAttr('title data-original-title')
.tooltip()
.tooltip('destroy');
// .tooltip()
// .tooltip('destroy');

return this;
},
Expand Down Expand Up @@ -209,4 +209,4 @@
}
);

})(jQuery, window, document);
})(jQuery, window, document);
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@

$('input, select, textarea', $param).removeAttr('disabled readonly');
$('.jsMessage', $param)
.tooltip()
.tooltip('destroy');
// .tooltip()
// .tooltip('destroy');

return this;
},
Expand Down Expand Up @@ -196,4 +196,4 @@
}
);

})(jQuery, window, document);
})(jQuery, window, document);
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@
}
);

})(jQuery, window, document);
})(jQuery, window, document);

Large diffs are not rendered by default.

Loading

0 comments on commit 5d366c0

Please sign in to comment.