Fix the truncate problem in the articles_category module#284
Closed
elinw wants to merge 4 commits intojoomla:masterfrom
Closed
Fix the truncate problem in the articles_category module#284elinw wants to merge 4 commits intojoomla:masterfrom
elinw wants to merge 4 commits intojoomla:masterfrom
Conversation
Contributor
Author
|
This is one of the few cases where fixing the sql at the same time as repairing the code makes sense. That is only because it is a very specific line and it's not possible to test the change without making the sql change. |
Contributor
Author
|
replaced by #294 |
dneukirchen
pushed a commit
to dneukirchen/joomla-cms
that referenced
this pull request
Sep 28, 2017
* added getAdapterName method * Added accounts for each provider * added multiple accounts * added multiple accounts info * added multiple accounts info for dropbox adapter * added multiple accounts info for dropbox adapter * added multiple accounts info for local adapter * phpdocs * small syntax fix * error in a comment fixed * added missing param * phpdocs * fixed file path * renamed return name from Local Adapter to images(folder name we using) * changed state * changed state * added adapter * added new multi account support * Used drive for adapter Replaced for loop with mapping and lambdas * changed getName method to return folder path * added multi folder select * used translations * used translations * used table layout * used default value * used default value * used default value
bembelimen
added a commit
to bembelimen/joomla-cms
that referenced
this pull request
Jul 15, 2019
Reorganise menu language file
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.
This is a short term fix -- when the platform merges the fixes related to this we will be able to completely remove this from the module, but in the mean time this fixes what is broken.
http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=28795
Replaces previous pull request