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

Remove asset pipelin #418

Merged
merged 1 commit into from
Jul 18, 2016
Merged

Remove asset pipelin #418

merged 1 commit into from
Jul 18, 2016

Conversation

rullzer
Copy link
Member

@rullzer rullzer commented Jul 15, 2016

Fixes #215

The asset pipeline has shown to do more harm than good. Some apps fail
hard with it. Also it makes sure that you download a huge file on each
unvisited page.

@LukasReschke as discussed

CC: @MorrisJobke @BernhardPosselt @popov-d @nickvergessen

Fixes #215

The asset pipeline has shown to do more harm than good. Some apps fail
hard with it. Also it makes sure that you download a huge file on each
unvisited page.
@rullzer rullzer added the 3. to review Waiting for reviews label Jul 15, 2016
@rullzer rullzer added this to the Nextcloud Next milestone Jul 15, 2016
$this->append( 'jsfiles', \OC::$server->getURLGenerator()->linkToRoute('js_config', ['v' => self::$versionHash]));
$this->generateAssets();
} else {
Copy link
Member

Choose a reason for hiding this comment

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

Is this else branch only related to assets?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes. See the file before the commit. there is the

if ($useAssetPipeline) {

@BernhardPosselt
Copy link
Member

👍 looks good, will probably also need a PR to remove the thirdparty libs, correct?

@rullzer
Copy link
Member Author

rullzer commented Jul 15, 2016

Yes will fix 3rdparty stuff after this is in.

@MorrisJobke
Copy link
Member

Tested and works 👍

@MorrisJobke MorrisJobke merged commit 5157c5a into master Jul 18, 2016
@MorrisJobke MorrisJobke deleted the remove_asset_pipeline branch July 18, 2016 07:44
@nickvergessen
Copy link
Member

Btw do we already have a list of important release highlights/changelog for admins?
This should definetly be on it.

@MorrisJobke
Copy link
Member

cc @jospoortvliet

@axllent
Copy link
Contributor

axllent commented Aug 26, 2016

The online docs need to get updated too as that had me searching for 30 minutes as to why it wasn't working after my upgrade. The option has been removed from the sample config, but the docs don't.

@jospoortvliet
Copy link
Member

So, we have release notes, I think it'd be nicer to put that in in the future directly rather than wait. It's just a doc in our documentation repo: https://github.com/nextcloud/documentation/edit/stable11/admin_manual/release_notes.rst - easy to edit.

What I don't know is WHAT I should write about this thing in there ;-)

Can someone enlighten or, better, edit the document via the link above and just add a bulletpoint somewhere? No need to make it pretty or perfect, that part I can do...

@MorrisJobke
Copy link
Member

So, we have release notes, I think it'd be nicer to put that in in the future directly rather than wait. It's just a doc in our documentation repo: https://github.com/nextcloud/documentation/edit/stable11/admin_manual/release_notes.rst - easy to edit.

What I don't know is WHAT I should write about this thing in there ;-)

Can someone enlighten or, better, edit the document via the link above and just add a bulletpoint somewhere? No need to make it pretty or perfect, that part I can do...

cc @rullzer @LukasReschke

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants