I really don't know if it's worth to change something here. Pedantry...
You'll see an alert (language string INSTL_DATABASE_PREFIX_MSG
) that says:
Der Tabellenpräfix muss mit einem Buchstaben beginnen, danach können optional alphanumerische Zeichen und ein Unterstrich folgen.
(EN counterpart:
The table prefix must start with a letter, be followed by optional alphanumeric characters and by an underscore
)
Labels |
Added:
?
|
@ReLater hmm I'm not an regex pro but it does not seam to be required:
joomla-cms/installation/model/database.php
Line 128 in 3601da2
It's required. I've tested it without underscore.
See also description of the related input field: https://github.com/joomla/joomla-cms/blob/staging/installation/language/de-DE/de-DE.ini#L44
enthält nur alphanumerische Zeichen und MUSS mit einem Unterstrich enden.
I think it's a JS thing or client-site input validation but ???.
Well than please send an issue / PR against https://github.com/joomlagerman/joomla so we make it more clear that the underscore is required in that string too. Any changes in the official language repo gets synced back in here.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-12-18 19:35:35 |
Closed_By | ⇒ | ReLater |
@Bakual one for you