Routing: New URL routing for Joomla#7615
Closed
Hackwar wants to merge 219 commits intojoomla:3.5-devfrom
Closed
Conversation
…omponentrouteradvanced
…ms into componentrulesitemid
…omponentrouteradvanced
…ms into componentrulesitemid
Fix CS issues that was found by Travis
…s pretty complex and throws errors in our testing environment
…into com_content_router_legacy
…-cms into com_content_router_legacy
…omponentrouteradvanced
…iews in JComponentRouterAdvanced
…omponentrouteradvanced
…lasses except for JComponentRouterAdvanced
…ng unittests for JComponentRouterAdvanced
…ms into componentrulesitemid
PostgreSQL - banner module error
PostgreSQL - tag similar module error
[PostgreSQL - MSSQL] sql error editing module or template
#### Steps to reproduce the issue Set the Articles - Latest module parameter Order to Random Article Click on Latest Articles item from the fronted left menu All Modules #### Actual result you got an error message #### Addictional Comments similar to joomla#8238,joomla#8240
#### Steps to reproduce the issue Set the Articles - Newsflash module parameter Order Result to Random Click on News fash item from the fronted left menu All Modules #### Actual result you got an error message #### Addictional Comments similar to joomla#8238,joomla#8240,joomla#8242,joomla#8043
Redo of joomla#7593 for 3.5-dev. Again
Display max input vars (redo joomla#7453)
PostgreSQL - new flash module error
Remove automatic HTML comments for layouts until we get it working properly
|
Status...@Hackwar is there any update/tests to make this working for new J 3.5 ? is this not an important focus now for one of the most important features for Joomla 3.5 |
used already present $db object a per comment
PostgreSQL - article latest module error
Conflicts: components/com_content/router.php components/com_users/controllers/user.php
Member
Author
|
@ssnobben I've fixed a few issues and I am working on this. |
Member
Author
|
Since this is against the wrong branch, I'm closing this PR and opening a new one against the staging branch. |
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 PR implements a new routing system for Joomla, based on what has been proposed here: http://www.joomlager.de/crowdfunding
This is a combined PR of the former changes from #5446, #5501, #5502. #5503, #5509, #5599 and #5604.
Please test and comment. For further informations, read the other 7 PRs.