-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[4.0] Backend template #25570
[4.0] Backend template #25570
Conversation
Hide menu items when feature disabled or missing permissions
Edit screen improvement
# Conflicts: # .drone.yml # administrator/components/com_contact/tmpl/contacts/default.php # administrator/components/com_cpanel/Controller/SystemController.php # administrator/components/com_cpanel/tmpl/cpanel/default.php # administrator/components/com_fields/View/Fields/HtmlView.php # administrator/components/com_modules/tmpl/module/edit.php # administrator/components/com_users/View/Notes/HtmlView.php # administrator/components/com_users/View/Users/HtmlView.php # composer.lock
…elease # Conflicts: # .drone.yml
missing ? in the ternerary
Done in this repo to make it easier so you dont edit files that we dont use
Change the capitalisation of these new strings so they match the codestyle
Updating release to latest 4.0-dev from main repo
Fix drone signature
# Conflicts: # .drone.yml
New strings codestyle
Remove unused files from the tmpl
Remove double no item message
Syntax error com_contacts
restore cpanel grid view
Remove footer-mobil
Nope.
It IS specific to this PR! Testing before posting is helpful. This is what we get for the current template: we do NOT have this issue: EDIT: Issue comes from css
When it should be
EDIT:
|
* Correct schema update for PostgreSQL * Align schema update with joomla.sql for MySQL * Align schema update with joomla.sql for PostgreSQL
Good to have the 'real' name requested when installing Joomla, but could this say 'display name' instead? |
@Scrabble96 The "real name" to be entered at installation has nothing to do with the new template and so nothing to do with this PR. It was a change made in 4.0-dev with Pull Request (PR) #25774 and came to the backend template by merging in latest 4.0-dev changes. So if you like to change that, make a new issue for 4.0-dev branch. But if it shall be changed, it should be changed everyhwre. Up to now I don't remeber having seen the term "display name" anywhere in J4 for the user name, so using this only at installation would be inconsistent with J4 after installation. |
# Conflicts: # administrator/templates/atum/html/layouts/chromes/body.php # administrator/templates/atum/html/layouts/chromes/well.php
Subhead scroll
Thank you everyone who was involved here. @ciar4n i'm working on your sass changes at the moment and will do a PR to fix them over the next day or so (unfortunately a bit swamped with real life work at the moment). I know there are some issues raised in here that still aren't fixed but I don't believe these issues to be blocking the merge at this time either so that we have the unified code base and more people can explore and contribute towards this template. I'd also like to reiterate the below comment I made
|
Summary of Changes
Based on the design from @coolcat-creations and @svom this PR is the next milestone of the backend template "atum" for Joomla! 4. (see first PR here: #21006)
Team members:
@coolcat-creations, @svom, @chmst , @Hackwar, @nadjak77, @fancyFranci, @lavipr, @rdeutz and @karo3
Special thanks to @brianteeman for a lot of valuable feedback and fixes.
New features
administrator/index.php?option=com_cpanel&view=cpanel&dashboard=content
.Testing
You can download the nightly of this PR here: https://developer.joomla.org/backend-template/
Extra ping: @wilsonge