Several Improvements#43
Closed
Bakual wants to merge 3 commits intoinfograf768:newsaddassocfrontendfrom
Closed
Conversation
added 3 commits
September 15, 2016 13:26
Owner
|
I will now close this. |
infograf768
pushed a commit
that referenced
this pull request
Jun 10, 2017
* Codestyle * indent * order * oops * changes requested by @andrepereiradasilva * cs * changes requested by @wojsmol * Update mod_logged.xml (#43) * Update templateDetails.xml (#45) i need to fix my ide!! * Update mod_popular.xml (#44) * Update templateDetails.xml (#57) * Update mod_version.xml (#56) * Update mod_toolbar.xml (#55) * Update mod_title.xml (#54) * Update mod_submenu.xml (#53) * Update mod_status.xml (#52) * Update mod_stats_admin.xml (#51) * Update mod_quickicon.xml (#50) * Update mod_menu.xml (#49) * Update mod_login.xml (#48) * Update mod_latest.xml (#47) * Update mod_feed.xml (#46)
infograf768
pushed a commit
that referenced
this pull request
Aug 16, 2019
remove icons in login form
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've made the following changes:
ContentHelperAssociation::displayAssociations()quite a bit. It now only returns an array with the association item (the URL) and the language object instead of generated HTML. Also changed it so it only does one foreach on the language and not multiple times like it did before.ContentHelperAssociationclass in the components entry point so we don't have to load it in every view.default_itemslayout from the category view. It should even work on menuitem and article level now if needed.