Giter Club home page Giter Club logo

boilerplate's People

Contributors

astridx avatar hans2103 avatar pe7er avatar rjharishabh avatar roland-d avatar smehrbrodt avatar svanschu avatar wilsonge avatar yvesh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

boilerplate's Issues

Message error during installation...

In the file script.php

	function install($parent)
	{
		echo Text::_('MOD_FOO_INSTALLERSCRIPT_UNINSTALL');

		return true;
	}

Should

        function install($parent)
	{
		echo Text::_('MOD_FOO_INSTALLERSCRIPT_INSTALL');

		return true;
	}

?

site & administration tags incorrect

The folder given for these should be "site" and "admin" respectively.

It seems to refer to the folder in the package, not the folder to which they're copied.

readme.md: tutorial folders hint is old information

In the general readme it states the following

Tutorial Sample Files
You can find the Tutorial Sample Files in the folder Tutorial :)

You may have to update the readme or create the tutorial folder again or i miss something.
The "word" tutorial could be a link to the file.

I like to compare the changes between the "stages"/versions by my merge tool. Therefore i would like to get all examples in one base folder

The versions exist in several repositories so it is against the dry principle to keep it on a second place as double content. So i will be not disapointed if you ignore my wishes.

Links into the void

Hallo Astrid,
going through the wiki i stumbled over some links not matching wiki pages

  • home
  • 000: Developing a Basic Component
  • 001: next chapter
    ...

It looks like the three numbers up front have to be updated in the links

And i want to tell you that i appreciate your work very much

Regards Thomas

Project Issue

I have been working through the tutorial and I can't get the select foo button to work in the backend menu. I have downloaded the completed tutorial and installed it on my site and it seems that the same issue persists there. What do you think I am missing here?

Recommendation: Use two letters for number of folders

Hello Astrid,

The order of your folders may be more clean if you use two digits for the starting numbers of the folders for one digit numbers.

1.xxx -> 01.xxxx

This is a recomendation so you may ignore it completely

PS: Thanks for your hard work on the boilerplate for J!4

Category index

Hi Astrid, trying to follow along with you tutorial and book....

When adding the categories, why do you add an index in de sql update file, but not in the install.mysql.utf8.sql ?

ALTER TABLE #__plans_details ADD KEY idx_catid (catid);

from what I understand this now only added to the table when updating but not when reinstalling.

error in asscocciations

when you create an item in the assocciations component. You can not do this, because the item reloads all the time

Namespacing

Could I suggest not using "Joomla" as the company name in these examples.

Certainly for namespace beginners (like me) it makes it hard to know when to use "Joomla" and when "".

Versionen

überall BUMP_VERSION or everywhere 1.0.0

Empty publishing dates

You can set start and end publishing dates.
You can also change them to another date.
But when you empty the fields this publishing dates keep coming back.
see:
https://user-images.githubusercontent.com/1471185/127914407-a7c80869-af9c-42ea-87b5-26ae89ba2682.mp4

So it seems this code don't work well (FooTable.php), while it's the same as in com_content

if (!$this->publish_down) {
	$this->publish_down = null;
}

if (!$this->checked_out_time) {
	$this->publish_down = null;
}

When i change "null" to "0000-00-00 00:00:00" it works again but that's not the Joomla 4 style so i would like to avoid this.

The checked_out_time is also saved as "0000-00-00 00:00:00" when empty, so it could be the same sort of 'problem'.

I will report a solution when i found one :)

Switch categories when using Custom fields

Hi Astrid,

Thanks for this Extension Development Tutorial. It is very helpful

I created a custom field and fieldgroup.
I also created another category.
When i switch category, it don't work.

2021-08-01_22-18-11

Changing field-type "categoryedit" to "category" works, but then the custom fields attached to a specific category don't show automatically so it's not an ideal solution.

I can't find the difference with com_content or com_contact.
Do you know how to fix/debug this?

Missing XML?

Hi astrid ,

Thank you for creating this boilerplate example, I'm starting to migrate from J3 to J4 and this is really helpful.

Can I check Should there be an XML file Here or is this left out on purpose ?

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.