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

[ticket/10929] Integration of Plupload #1772

Merged
merged 2 commits into from
Oct 13, 2013

Conversation

bantu
Copy link
Collaborator

@bantu bantu commented Oct 11, 2013

This is a highly-refactored and up-to-date version of Fyorl's work which was part of his Google Summer of Code 2012 project "Attachment Improvements".

Requires #1581
Suggests #1582

http://tracker.phpbb.com/browse/PHPBB3-10929

This commit is a highly-refactored and up-to-date version of Fyorl's work
which was part of his Google Summer of Code 2012 project "Attachment
Improvements".

PHPBB3-10929
@nickvergessen
Copy link
Contributor

I merged this one and deps into a test branch, but get this error:

Information

No route found for "GET /assets/javascript/plupload.js"

which does not exist

@nickvergessen
Copy link
Contributor

Also subSilver2 Changes should be added?

@bantu
Copy link
Collaborator Author

bantu commented Oct 13, 2013

Added the missing file. I am not going to do subsilver2 integration and I don't think that is necessary for alpha1.

naderman added a commit that referenced this pull request Oct 13, 2013
[ticket/10929] Integration of Plupload
@naderman naderman merged commit 40932c2 into phpbb:develop Oct 13, 2013
mkdir($this->temporary_directory);

copy(
$this->upload_directory . '/index.htm',
Copy link

Choose a reason for hiding this comment

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

A little bit late, but i think not everyone has this file. Better is to write a new file to the temp_dir.
Also here normaly in phpbb:
@mkdir($dir, 0777);

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

Successfully merging this pull request may close these issues.

5 participants