Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/12541] Activate attachments tab when files are dropped into textarea | PayBas | 2014-06-02 | 1 | -0/+5 |
| | | | | PHPBB3-12541 | ||||
* | [ticket/12375] Fix broken attachment deletion. | Cesar G | 2014-04-08 | 1 | -4/+1 |
| | | | | | | | | The response is already parsed and when running it through parseJSON returned null prior to 1.9. Now there's an actual error thrown, so the function is returning and thus leaving the attachment row intact. PHPBB3-12375 | ||||
* | Merge pull request #2044 from prototech/ticket/12212 | Nathan Guse | 2014-02-20 | 1 | -1/+3 |
|\ | | | | | [ticket/12212] Encode the attachment file name before presenting to user. | ||||
| * | [ticket/12212] Encode the attachment file name before presenting to user. | Cesar G | 2014-02-18 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | The uploader inserts the file name directly into the page at the moment without handling any HTML special chars that may be in the name. This results in HTML that may be present getting rendered in error messages and the attachments list. This simply causes layout breakage for the user, since the backend takes care of sanitizing the name. Once phpBB returns the file data for the uploaded file, the name in the attachment list gets replaced by the one that phpBB provides. PHPBB3-12212 | ||||
* | | [ticket/12208] Remove file from upload queue if deleted before being uploaded. | Cesar G | 2014-02-17 | 1 | -0/+3 |
|/ | | | | | | | The table row is removed, but the files aren't actually removed from the upload queue, so they get uploaded either way. PHPBB3-12208 | ||||
* | [ticket/12124] IE8 does not support indexOf() for arrays. | Cesar G | 2014-01-28 | 1 | -1/+1 |
| | | | | PHPBB3-12124 | ||||
* | [ticket/12124] The textarea selector is failing in IE8 & 9. | Cesar G | 2014-01-28 | 1 | -1/+1 |
| | | | | PHPBB3-12124 | ||||
* | [ticket/12124] Set attachment data to preserve AJAX delete functionality. | Cesar G | 2014-01-28 | 1 | -4/+4 |
| | | | | PHPBB3-12124 | ||||
* | [ticket/12124] Remove double bang. | Cesar G | 2014-01-25 | 1 | -2/+2 |
| | | | | PHPBB3-12124 | ||||
* | [ticket/12124] Revert to basic uploader if the html5 runtime is not supported. | Cesar G | 2014-01-24 | 1 | -15/+20 |
| | | | | PHPBB3-12124 | ||||
* | [ticket/11915] Pass the data to the template instead of scraping HTML for it. | Cesar G | 2014-01-17 | 1 | -33/+3 |
| | | | | PHPBB3-11915 | ||||
* | [ticket/11915] Replace inline onclick event for inserting attachment bbcodes. | Cesar G | 2014-01-17 | 1 | -1/+11 |
| | | | | PHPBB3-11915 | ||||
* | [ticket/11915] Hide attachments table when removing last failed file. | Cesar G | 2014-01-17 | 1 | -2/+4 |
| | | | | PHPBB3-11915 | ||||
* | [ticket/11915] Make the user aware of the drag-and-drop zone. | Cesar G | 2014-01-17 | 1 | -0/+5 |
| | | | | PHPBB3-11915 | ||||
* | [ticket/11915] Check if trigger_error() was called after sending chunk. | Cesar G | 2014-01-17 | 1 | -0/+5 |
| | | | | PHPBB3-11915 | ||||
* | [ticket/11915] Fix spacing and ensure that strings are translated. | Cesar G | 2014-01-17 | 1 | -20/+20 |
| | | | | PHPBB3-11915 | ||||
* | [ticket/11915] Provide the URL to the attachment when it's uploaded. | Cesar G | 2014-01-17 | 1 | -12/+25 |
| | | | | PHPBB3-11915 | ||||
* | [ticket/11915] Do not allow more files to be added if queue is already running | Cesar G | 2014-01-17 | 1 | -0/+6 |
| | | | | PHPBB3-11915 | ||||
* | [ticket/11915] Update the inline attachment bbcode indices on every upload. | Cesar G | 2014-01-17 | 1 | -0/+55 |
| | | | | PHPBB3-11915 | ||||
* | [ticket/11915] Add the new uploader. | Cesar G | 2014-01-17 | 1 | -237/+542 |
| | | | | PHPBB3-11915 | ||||
* | [ticket/11916] Remove files from hidden attach list after deletion | Marc Alexander | 2013-10-23 | 1 | -20/+43 |
| | | | | | | | | The hidden attachment_data list needs to be updated if a file got removed. This was not done until now and caused a general error after submitting a post if a file was removed after uploading it. PHPBB3-11916 | ||||
* | [feature/plupload/integration] Add missing javascript file. | Fyorl | 2013-10-14 | 1 | -0/+281 |
PHPBB3-10929 |