Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2037 from prototech/ticket/12080 | Nathan Guse | 2014-02-20 | 1 | -1/+2 |
|\ | | | | | [ticket/12080] Fix color palettes when responsive. | ||||
| * | [ticket/12080] Add classes to color palette table to identify it more easily. | Cesar G | 2014-02-16 | 1 | -1/+2 |
| | | | | | | | | PHPBB3-12080 | ||||
* | | 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 | ||||
* | | Merge branch 'develop-olympus' into develop | Nathan Guse | 2014-02-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/12093] Check that document.selection is supported. Conflicts: phpBB/adm/style/editor.js phpBB/assets/javascript/editor.js phpBB/styles/prosilver/template/editor.js | ||||
* | | [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 | ||||
* | Merge remote-tracking branch 'prototech/ticket/12135' into develop | Joas Schilling | 2014-02-02 | 1 | -5/+4 |
|\ | |||||
| * | [ticket/12135] Reduce verbosity in bbfontstyle() by using textarea var. | Cesar G | 2014-01-26 | 1 | -5/+4 |
| | | | | | | | | PHPBB3-12135 | ||||
* | | [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] Remove files that are no longer used. | Cesar G | 2014-01-17 | 10 | -182/+0 |
| | | | | 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/12110] Update Plupload to 2.1.1. | Cesar G | 2014-01-16 | 3 | -26/+30 |
| | | | | PHPBB3-12110 | ||||
* | [ticket/11241] Add dropdown control button. | Cesar G | 2013-12-06 | 1 | -0/+9 |
| | | | | PHPBB3-11241 | ||||
* | Merge remote-tracking branch 'Marc/ticket/11914' into develop | Joas Schilling | 2013-11-27 | 6 | -181/+206 |
|\ | | | | | | | | | | | | | * Marc/ticket/11914: [ticket/11914] Add assets version to included plupload scripts [ticket/11914] Update plupload to 2.0.0 [ticket/11914] Use unix line endings in plupload queue css file | ||||
| * | [ticket/11914] Update plupload to 2.0.0 | Marc Alexander | 2013-10-23 | 6 | -17/+42 |
| | | | | | | | | | | | | | | There are no longer seperate javascript files for each type of uploader. New filenames have been kept as used inside the plupload package. PHPBB3-11914 | ||||
| * | [ticket/11914] Use unix line endings in plupload queue css file | Marc Alexander | 2013-10-23 | 1 | -177/+177 |
| | | | | | | | | PHPBB3-11914 | ||||
* | | Merge pull request #1856 from prototech/ticket/12001 | Nathan Guse | 2013-11-21 | 1 | -1/+1 |
|\ \ | | | | | | | [ticket/12001] Ensure that form data is sent to server in AJAX requests. | ||||
| * | | [ticket/12001] Ensure that form data is sent to server in AJAX requests. | Cesar G | 2013-11-08 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-12001 | ||||
* | | | Merge pull request #1834 from cyberalien/ticket/11984 | Nathan Guse | 2013-11-21 | 1 | -2/+4 |
|\ \ \ | | | | | | | | | Move responsive design adjustments | ||||
| * | | | [ticket/11984] Do not resize textarea on touch devices | Vjacheslav Trushkin | 2013-11-19 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | PHPBB3-11984 | ||||
* | | | | [ticket/10810] Make the color palette usable outside of the editor context. | Cesar G | 2013-11-13 | 1 | -8/+42 |
| | | | | | | | | | | | | | | | | PHPBB3-10810 | ||||
* | | | | [ticket/10810] Move the color palette code to core.js. | Cesar G | 2013-11-12 | 2 | -61/+57 |
|/ / / | | | | | | | | | | PHPBB3-10810 | ||||
* | | | [ticket/11472] Make the color swatch configurable and fix it in subsilver2 | Cesar G | 2013-11-12 | 1 | -1/+5 |
| | | | | | | | | | | | | PHPBB3-11472 | ||||
* | | | [ticket/11472] Make prosilver's editor.js an asset used by all styles. | Cesar G | 2013-11-12 | 1 | -0/+422 |
|/ / | | | | | | | PHPBB3-11472 | ||||
* | | [ticket/11928] Javascript requires camel case. | Cesar G | 2013-11-03 | 1 | -14/+14 |
| | | | | | | | | PHPBB3-11928 | ||||
* | | [ticket/11928] Rename loadingAlert to loading_indicator. | Cesar G | 2013-10-30 | 1 | -14/+14 |
| | | | | | | | | PHPBB3-11928 | ||||
* | | [ticket/11928] Replace AJAX loading popup with animation. | Cesar G | 2013-10-29 | 1 | -13/+20 |
| | | | | | | | | PHPBB3-11928 | ||||
* | | [ticket/11956] Move code that hides dropdowns to assets | Vjacheslav Trushkin | 2013-10-26 | 1 | -1/+19 |
| | | | | | | | | PHPBB3-11956 | ||||
* | | [ticket/11956] Move dropdown handler to assets | Vjacheslav Trushkin | 2013-10-26 | 1 | -0/+116 |
| | | | | | | | | PHPBB3-11956 | ||||
* | | [ticket/11138] Increase AJAX timeout period to 15 seconds. | Cesar G | 2013-10-23 | 1 | -2/+2 |
|/ | | | | PHPBB3-11138 | ||||
* | [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 | ||||
* | Merge pull request #1719 from cyberalien/ticket/11552 | Nils Adermann | 2013-10-20 | 1 | -10/+10 |
|\ | | | | | Responsive design for prosilver | ||||
| * | [ticket/11552] Fixes for auto-resize textarea | Vjacheslav Trushkin | 2013-10-18 | 1 | -10/+10 |
| | | | | | | | | | | | | | | Changing auto-resize code to work with all possible box-sizing and checking for negative height. PHPBB3-11552 | ||||
* | | [ticket/11947] Notification link fixes | Vjacheslav Trushkin | 2013-10-19 | 1 | -4/+4 |
|/ | | | | | | Allow clicking child elements of link that toggles notification popup PHPBB3-11947 | ||||
* | Merge pull request #1772 from bantu/feature/plupload/integration | Nils Adermann | 2013-10-13 | 1 | -0/+281 |
|\ | | | | | [ticket/10929] Integration of Plupload | ||||
| * | [feature/plupload/integration] Add missing javascript file. | Fyorl | 2013-10-14 | 1 | -0/+281 |
| | | | | | | | | PHPBB3-10929 | ||||
* | | [feature/plupload/deps] Adding parts of plupload_1_5_7.zip | Andreas Fischer | 2013-07-17 | 12 | -0/+181 |
|/ | | | | PHPBB3-10929 |