vistamedia
  • Joined on 2021-10-14
vistamedia commented on issue joomla/Component-Builder#1145 2024-07-19 07:09:07 +00:00
[ENHANCEMENT]: Missing places for class headers

Thanks for this extensive answer Llewellyn. I understand now what I can achieve with super powers. It solves 95% of my issue. The only remaining problem is how to use my component helper class in…

vistamedia opened issue joomla/Component-Builder#1145 2024-07-17 15:06:00 +00:00
[ENHANCEMENT]: Missing places for class headers
vistamedia opened issue joomla/Component-Builder#1135 2024-05-23 14:40:12 +00:00
[BUG]: Cannot compile my project anymore since upgrade to 3.2.1 (J3)
vistamedia commented on issue joomla/Component-Builder#1032 2024-04-02 14:42:11 +00:00
[BETA] Dynamic Build gives error No "CREATE TABLE.." were found, please check your sql.

Hi everyone,

The idea of oxido is excellent to my point view because it allows you to be specific or not. However we should use a standard SQL syntax and the comment is perfect for that. We…

vistamedia closed issue joomla/Component-Builder#1052 2024-02-23 17:42:59 +00:00
[BETA] Keep the active tab in memory on page refresh
vistamedia closed issue joomla/Component-Builder#1058 2024-02-19 18:45:00 +00:00
[BETA] Ajax controller broken with 3.1.39 update
vistamedia commented on issue joomla/Component-Builder#1053 2024-02-19 16:55:37 +00:00
[BETA] Bug on the right of tabs section of the forms

Of course it's the same principle for the left of tabs layout ;-)

vistamedia commented on issue joomla/Component-Builder#1053 2024-02-19 16:54:41 +00:00
[BETA] Bug on the right of tabs section of the forms

Here is what I suggest (Please see the screenshot)

<div id="discussions_loader" style="display: none;">
    <form action="<?php echo Route::_('index.php?option=com_discussions&layout=edit&…
vistamedia opened issue joomla/Component-Builder#1058 2024-02-19 13:39:07 +00:00
[BETA] Ajax controller broken with 3.1.39 update
vistamedia commented on issue joomla/Component-Builder#1057 2024-02-19 06:13:20 +00:00
[BETA] Datetime column default value is not compatible with mysql 8

Here is an example of postflight install and update script :

$component  = 'notifications';
$tables  = ['message'];
$columns = ['created', 'modified', 'checked_out_time'];

$query = "SET…
vistamedia closed issue vistamedia/Test_repository#1 2024-02-18 09:57:33 +00:00
Test issue
vistamedia opened issue joomla/Component-Builder#1057 2024-02-18 08:43:49 +00:00
[BETA] Datetime column default value is not compatible with mysql 8
vistamedia opened issue joomla/Component-Builder#1056 2024-02-18 08:19:50 +00:00
Missing sql files for very old versions upgrade.
vistamedia opened issue joomla/Component-Builder#1055 2024-02-18 08:12:31 +00:00
[BETA] admin.css not loaded in joomla 4/5
vistamedia opened issue joomla/Component-Builder#1054 2024-02-18 08:01:27 +00:00
[BETA] Global site/admin event has no effect in J4/5
vistamedia opened issue joomla/Component-Builder#1053 2024-02-18 07:57:17 +00:00
[BETA] Bug on the right of tabs section of the forms
vistamedia opened issue joomla/Component-Builder#1052 2024-02-18 07:52:57 +00:00
[BETA] Keep the active tab in memory on page refresh
vistamedia closed issue joomla/Component-Builder#1051 2024-02-18 03:22:29 +00:00
[BETA] List view names are capitalized
vistamedia commented on issue joomla/Component-Builder#1051 2024-02-18 03:22:28 +00:00
[BETA] List view names are capitalized

Excellent. It works great now :-)

vistamedia commented on issue joomla/Component-Builder#1044 2024-02-14 15:24:59 +00:00
[BETA] Cannot add frontend view to my component on J5

Indeed, I don't have the problem with an existing component. I will keep you posted about PHP8 upgrade.