aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/assets
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2037 from prototech/ticket/12080Nathan Guse2014-02-201-1/+2
|\ | | | | [ticket/12080] Fix color palettes when responsive.
| * [ticket/12080] Add classes to color palette table to identify it more easily.Cesar G2014-02-161-1/+2
| | | | | | | | PHPBB3-12080
* | Merge pull request #2044 from prototech/ticket/12212Nathan Guse2014-02-201-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 G2014-02-181-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 developNathan Guse2014-02-191-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 G2014-02-171-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 developJoas Schilling2014-02-021-5/+4
|\
| * [ticket/12135] Reduce verbosity in bbfontstyle() by using textarea var.Cesar G2014-01-261-5/+4
| | | | | | | | PHPBB3-12135
* | [ticket/12124] IE8 does not support indexOf() for arrays.Cesar G2014-01-281-1/+1
| | | | | | | | PHPBB3-12124
* | [ticket/12124] The textarea selector is failing in IE8 & 9.Cesar G2014-01-281-1/+1
| | | | | | | | PHPBB3-12124
* | [ticket/12124] Set attachment data to preserve AJAX delete functionality.Cesar G2014-01-281-4/+4
| | | | | | | | PHPBB3-12124
* | [ticket/12124] Remove double bang.Cesar G2014-01-251-2/+2
| | | | | | | | PHPBB3-12124
* | [ticket/12124] Revert to basic uploader if the html5 runtime is not supported.Cesar G2014-01-241-15/+20
|/ | | | PHPBB3-12124
* [ticket/11915] Pass the data to the template instead of scraping HTML for it.Cesar G2014-01-171-33/+3
| | | | PHPBB3-11915
* [ticket/11915] Replace inline onclick event for inserting attachment bbcodes.Cesar G2014-01-171-1/+11
| | | | PHPBB3-11915
* [ticket/11915] Remove files that are no longer used.Cesar G2014-01-1710-182/+0
| | | | PHPBB3-11915
* [ticket/11915] Hide attachments table when removing last failed file.Cesar G2014-01-171-2/+4
| | | | PHPBB3-11915
* [ticket/11915] Make the user aware of the drag-and-drop zone.Cesar G2014-01-171-0/+5
| | | | PHPBB3-11915
* [ticket/11915] Check if trigger_error() was called after sending chunk.Cesar G2014-01-171-0/+5
| | | | PHPBB3-11915
* [ticket/11915] Fix spacing and ensure that strings are translated.Cesar G2014-01-171-20/+20
| | | | PHPBB3-11915
* [ticket/11915] Provide the URL to the attachment when it's uploaded.Cesar G2014-01-171-12/+25
| | | | PHPBB3-11915
* [ticket/11915] Do not allow more files to be added if queue is already runningCesar G2014-01-171-0/+6
| | | | PHPBB3-11915
* [ticket/11915] Update the inline attachment bbcode indices on every upload.Cesar G2014-01-171-0/+55
| | | | PHPBB3-11915
* [ticket/11915] Add the new uploader.Cesar G2014-01-171-237/+542
| | | | PHPBB3-11915
* [ticket/12110] Update Plupload to 2.1.1.Cesar G2014-01-163-26/+30
| | | | PHPBB3-12110
* [ticket/11241] Add dropdown control button.Cesar G2013-12-061-0/+9
| | | | PHPBB3-11241
* Merge remote-tracking branch 'Marc/ticket/11914' into developJoas Schilling2013-11-276-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.0Marc Alexander2013-10-236-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 fileMarc Alexander2013-10-231-177/+177
| | | | | | | | PHPBB3-11914
* | Merge pull request #1856 from prototech/ticket/12001Nathan Guse2013-11-211-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 G2013-11-081-1/+1
| | | | | | | | | | | | PHPBB3-12001
* | | Merge pull request #1834 from cyberalien/ticket/11984Nathan Guse2013-11-211-2/+4
|\ \ \ | | | | | | | | Move responsive design adjustments
| * | | [ticket/11984] Do not resize textarea on touch devicesVjacheslav Trushkin2013-11-191-2/+4
| | | | | | | | | | | | | | | | PHPBB3-11984
* | | | [ticket/10810] Make the color palette usable outside of the editor context.Cesar G2013-11-131-8/+42
| | | | | | | | | | | | | | | | PHPBB3-10810
* | | | [ticket/10810] Move the color palette code to core.js.Cesar G2013-11-122-61/+57
|/ / / | | | | | | | | | PHPBB3-10810
* | | [ticket/11472] Make the color swatch configurable and fix it in subsilver2Cesar G2013-11-121-1/+5
| | | | | | | | | | | | PHPBB3-11472
* | | [ticket/11472] Make prosilver's editor.js an asset used by all styles.Cesar G2013-11-121-0/+422
|/ / | | | | | | PHPBB3-11472
* | [ticket/11928] Javascript requires camel case.Cesar G2013-11-031-14/+14
| | | | | | | | PHPBB3-11928
* | [ticket/11928] Rename loadingAlert to loading_indicator.Cesar G2013-10-301-14/+14
| | | | | | | | PHPBB3-11928
* | [ticket/11928] Replace AJAX loading popup with animation.Cesar G2013-10-291-13/+20
| | | | | | | | PHPBB3-11928
* | [ticket/11956] Move code that hides dropdowns to assetsVjacheslav Trushkin2013-10-261-1/+19
| | | | | | | | PHPBB3-11956
* | [ticket/11956] Move dropdown handler to assetsVjacheslav Trushkin2013-10-261-0/+116
| | | | | | | | PHPBB3-11956
* | [ticket/11138] Increase AJAX timeout period to 15 seconds.Cesar G2013-10-231-2/+2
|/ | | | PHPBB3-11138
* [ticket/11916] Remove files from hidden attach list after deletionMarc Alexander2013-10-231-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/11552Nils Adermann2013-10-201-10/+10
|\ | | | | Responsive design for prosilver
| * [ticket/11552] Fixes for auto-resize textareaVjacheslav Trushkin2013-10-181-10/+10
| | | | | | | | | | | | | | Changing auto-resize code to work with all possible box-sizing and checking for negative height. PHPBB3-11552
* | [ticket/11947] Notification link fixesVjacheslav Trushkin2013-10-191-4/+4
|/ | | | | | Allow clicking child elements of link that toggles notification popup PHPBB3-11947
* Merge pull request #1772 from bantu/feature/plupload/integrationNils Adermann2013-10-131-0/+281
|\ | | | | [ticket/10929] Integration of Plupload
| * [feature/plupload/integration] Add missing javascript file.Fyorl2013-10-141-0/+281
| | | | | | | | PHPBB3-10929
* | [feature/plupload/deps] Adding parts of plupload_1_5_7.zipAndreas Fischer2013-07-1712-0/+181
|/ | | | PHPBB3-10929