This repository has been archived by the owner on Nov 28, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Issue 34 #49
Open
RemcoJanssen
wants to merge
341
commits into
joomla-projects:master
Choose a base branch
from
RemcoJanssen:Issue-34-35
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Issue 34 #49
Conversation
This file contains 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
The color selection popup element doesn't hide correctly in Internet Explorer. When you click on the icon to show it, then click somewhere to hide it, the click on 'anywhere' will toggle the display of that element. This fix adds an extra if check to make it only hide when the element is visible. ### Testing instructions Either create a module or view that uses the ```<field name="color" type="color" control="simple" ... />``` form element. Or simply test with Advanced Module Manager (http://www.nonumber.nl/extensions/advancedmodulemanager) that uses this element in the views. Then play around with it in Internet Explorer.
Add preprocess() method to component router interface
Replace the Platform version of the Registry package with the Framework's
Do not log in the user using cookie if a password reset is required
[#33547] Fix issue in legacy routing
Hardcoded Microdata for com_contact
Hardcoded Microdata for com_content
…ervers, Fixes #3018
[#32958] Show fieldset descriptions in modules, menus, plugins parameters
…ion activation link. Fixes #3647 Update language string for reset link.
Add file upload error language strings for en-Gb lang.
[#33474] Use Exceptions for catching DB errors
[#33769] com_menus doesn't respect component permissions
This updates jquery.js to jquery v. 1.11.1 Update jquery.min.js This updates jquery.min.js to version 1.11.1
Let the test run :) Use full quote
Fix for tracker [#31513] OpenSearch Description File not generated correctly as seen here: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_id=8103&tracker_item_id=31513
Moving the JObserverMapper for ContentHystory from cms.php to the tables Moving four new calls to their respective tables. Fixing com_banners.client table
Remove log message and use getSuggestions() so it's full BC.
Compiled changes to CSS-files Compiled CSS
…tent items with the same core_content_item_id. Fixes #1727. Fixes #1728 Fixes http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=31645 Also requires function update in libraries/cms/table/corecontent.php Fixes [#31645] Removing tags from a component item deletes all ucm_content items with the same core_content_item_id Fixes http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=31645 Also requires function update in libraries/cms/helper/tags.php joomla/joomla-cms#1727 Line:355; Added a space after comma Line:355; Added a space after comma. Line:180; Added a space after comma Line:180; Added a space after comma.
Update to fix the problem of parsing schemas when the user insert a schemapath with type=mysqli because the old version not support this choice even if the type "mysqli" is supported in the install and uninstall.
…vote Plugin content vote
[imp] Moved markup to layout
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Hi Roberto,
I've moved all html on issue 34 to layout files. Using a named array to pass through the variables.
Were you going to do the changes on 35 and 36? I'll try and tackle 33 tomorrowmorning