Skip to content
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

Renamed 'ezpublish' to 'app' #70

Merged
merged 11 commits into from Dec 1, 2015
Merged

Renamed 'ezpublish' to 'app' #70

merged 11 commits into from Dec 1, 2015

Conversation

bdunogier
Copy link
Member

Implements http://jira.ez.no/browse/EZP-25110

Renames the ezpublish folder to app, to be closer from symfony standards and documentation.

Also renames:

  • EzPublishKernel to AppKernel
  • web/index.php to web/app.php

TODO

@masev
Copy link

masev commented Nov 29, 2015

👍

@@ -50,7 +50,7 @@
if (($httpCacheClass = getenv('HTTP_CACHE_CLASS')) !== false) {
$kernel = new $httpCacheClass($kernel);
} else {
require_once __DIR__ . '/../ezpublish/EzPublishCache.php';
require_once __DIR__ . '/../app/AppCache.php';
$kernel = new EzPublishCache($kernel);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rename?

@emodric
Copy link
Contributor

emodric commented Nov 30, 2015

app/sessions folder is not used by default, is it? Why have it in install instructions and repo?

@andrerom
Copy link
Contributor

app/sessions folder is not used by default, is it? Why have it in install instructions and repo?

good question, what is the default now actually? #lazyWeb

@emodric
Copy link
Contributor

emodric commented Nov 30, 2015

good question, what is the default now actually? #lazyWeb

On my system its /var/lib/php5/sessions

@andrerom
Copy link
Contributor

Passes, ready for review @bdunogier @lolautruche @blankse @masev @emodric @michalpipa

/ezpublish/sessions
/ezpublish/bootstrap.php.cache
/app/config/parameters.yml
/app/config/ezplatform_prod.yml
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to keep those here ? We do version them.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be removed, yes.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which files are supposed to be edited by user now? That is my problem here. Is it ok if we generate these during install maybe so they are safly editable by downstream? (Where did we recently discuss this btw?)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO, only app/config/parameters.yml is generated on install and it should be ignored and outside of repo. app/config/ezplatform_prod.yml & app/config/ezplatform_dev.yml should be in the repo since they will be versioned almost (if not) always.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@emodric
Copy link
Contributor

emodric commented Nov 30, 2015

@andrerom No thoughs about app/sessions folder?

@andrerom
Copy link
Contributor

@andrerom No thoughs about app/sessions folder?

I didn't really want to dig into that as part of this, but here goes: it was introduced in ezsystems/ezpublish-community#133 ( https://jira.ez.no/browse/EZP-22747 ), but I see I removed config for it, potentially by mistake in 0cd0fc3. But ok, since we aim to really sync up with Symfony here (within what we have here now), it is now gone.

@emodric
Copy link
Contributor

emodric commented Nov 30, 2015

But ok, since we aim to really sync up with Symfony here (within what we have here now), it is now gone.

+1 :)

@bdunogier
Copy link
Member Author

but I see I removed config for it, potentially by mistake in 0cd0fc3

Serendipity strikes again.

+1

@tharkun
Copy link
Contributor

tharkun commented Dec 1, 2015

+1

1 similar comment
@michalpipa
Copy link

+1

@bdunogier
Copy link
Member Author

That is plenty of +1, i'll merge this today.

bdunogier added a commit that referenced this pull request Dec 1, 2015
Renamed 'ezpublish' to 'app'
@bdunogier bdunogier merged commit c3a6827 into master Dec 1, 2015
@bdunogier bdunogier deleted the rename_app branch December 1, 2015 15:16
bdunogier added a commit that referenced this pull request Dec 2, 2015
Fixed nginx config, broken by PR #70 ( Renamed 'ezpublish' to 'app' )
andrerom added a commit that referenced this pull request Dec 2, 2015
EZP-25100: Fix class name in AppKernel.php after #70
andrerom pushed a commit that referenced this pull request Jan 19, 2018
EZEE-1812: eZPlatform EE v2 improvements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
6 participants