Hannes Papenberg
Hannes Papenberg
Unfortunately the application in the `/cli` folder does only work when Joomla is already installed. Since the installer should also be removed when the installation is done, it needs to...
> Please add some sort of installation complete message. Otherwise no one would know if the installer has bombed out or completed > >  It actually contains a success...
> Please use the same terminology and field order as in the regular web site install > >  > > Especially as the error messages are based on the...
> Passwords should not be displayed in plain text to prevent over-the -shoulder attacks  The symfony console package does not allow to hide this input in any way.
> Create and fill database...OK > > ==> > > Creating and populating database...OK > > Its a statement of what is happening and not a question. > > Same...
> there isn't a prebuild for 4.3 branch yet ? Not yet, but I will create a PR to fix that. I don't want to do this in this PR.
> > there isn't a prebuild for 4.3 branch yet ? > > Not yet, but I will create a PR to fix that. I don't want to do this...
> > I reordered the fields. > > why? What is the reasoning. A lot of thought went into the ordering. You asked for it... I reordered the fields the...
> > > Passwords should not be displayed in plain text to prevent over-the -shoulder attacks  > > > > > > The symfony console package does not allow...
> Passwords should not be displayed in plain text to prevent over-the -shoulder attacks  Fixed.