-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[5.0] Allow Joomla be served from a public* folder #40509
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
Merged
Merged
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
27e88ad
public folder
dgrammatiko 06f338d
Dual mode
dgrammatiko c6f4c35
nope
dgrammatiko 36e0f69
CS
dgrammatiko c64f7ca
fixes
dgrammatiko d007b2d
Update .gitignore
dgrammatiko 04e2daa
fixit
dgrammatiko dd83bd6
nope
dgrammatiko a26269a
well
dgrammatiko ad7c4ff
absolute path fix
dgrammatiko 084d20e
Cs
dgrammatiko 9332586
Don’t hardcode the name of the public folder
dgrammatiko 161cd83
missed one
dgrammatiko 2b20df0
nope
dgrammatiko d981eaa
Introduce constants globally
dgrammatiko 3b89c0b
also
dgrammatiko cc3223b
tests
dgrammatiko 7879081
almost
dgrammatiko 3066e8d
Add a fallback just to be sure we won’t break anything
dgrammatiko 604bbb1
also the CLI
dgrammatiko 72c1bbd
minor
dgrammatiko f2430e5
this might help
dgrammatiko 12a7bb1
If you copy paste it correctly
dgrammatiko 59870aa
Discard the constant JPATH_PUBLICNAME
dgrammatiko b996bb5
Update app.php
dgrammatiko 065a27c
Update defines.php
dgrammatiko 1d89f22
Update joomla.php
dgrammatiko bfc3d6c
cs
dgrammatiko ff5345e
remove the public folder
dgrammatiko 6109aac
Update .gitignore
dgrammatiko a11ccc0
Refactor
dgrammatiko 83f7086
cs
dgrammatiko 9a8ac42
Actually public folder is not required here
dgrammatiko 78526ba
Only for the web clients
dgrammatiko f329750
Revert to JPATH_ROOT
dgrammatiko 306d001
CS
dgrammatiko c297d38
revert
dgrammatiko 5277eca
revert
dgrammatiko 5368856
Nope
dgrammatiko 6222f08
Reduce the changes needed by
dgrammatiko b1b2530
Merge branch '5.0-dev' into 5.0-dev-rfc-public
dgrammatiko 978c562
cc
dgrammatiko c98e3e4
that was a bad idea
dgrammatiko 2685779
nope
dgrammatiko 0bde122
CS
dgrammatiko 15801a7
oops
dgrammatiko fa86749
Merge branch '5.0-dev' into 5.0-dev-rfc-public
dgrammatiko a17aeb5
Merge branch '5.0-dev' into 5.0-dev-rfc-public
HLeithner 34e8fbf
Merge branch '5.0-dev' into 5.0-dev-rfc-public
dgrammatiko File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm wouldn't it make more sense to move this to the media folder?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
having this file now 2 times looks a bit silly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's fine because the file is generated by the tools, so the source is 1 file