aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/assets/javascript
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge remote-tracking branch 'vsephpbb/ticket/12342' into develop-ascraeusJoas Schilling2014-04-041-2/+2
|\ | | | | | | | | | | | | | | * vsephpbb/ticket/12342: [ticket/12342] Remove spinner and fix useage of ajax on memberlist [ticket/12342] Fix the Custom Dates function in UCP Prefs Global [ticket/12342] Fix Find a member show / hide script [ticket/12342] Use prop() instead of attr() for boolean properties
| * [ticket/12342] Use prop() instead of attr() for boolean propertiesMatt Friedman2014-04-011-2/+2
| | | | | | | | PHPBB3-12342
* | [ticket/12337] Update jQuery to version 1.11.0Matt Friedman2014-03-311-2/+4
|/ | | | PHPBB3-12337
* 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] 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/11241] Add dropdown control button.Cesar G2013-12-061-0/+9
| | | | PHPBB3-11241
* 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
* [feature/plupload/integration] Add missing javascript file.Fyorl2013-10-141-0/+281
| | | | PHPBB3-10929
* Merge remote-tracking branch 'remotes/cyberalien/feature/editor-code-tabs' ↵Nathaniel Guse2013-06-061-0/+159
|\ | | | | | | | | | | | | | | | | | | | | | | into develop # By Vjacheslav Trushkin # Via Vjacheslav Trushkin * remotes/cyberalien/feature/editor-code-tabs: [feature/editor-code-tabs] Make inTag function reusable [feature/editor-code-tabs] Check for browser support in function [feature/editor-code-tabs] Apply code editor to everything [feature/editor-code-tabs] Correctly count indentation on first line
| * [feature/editor-code-tabs] Make inTag function reusableVjacheslav Trushkin2013-05-221-29/+44
| | | | | | | | | | | | | | Change inTag function to reusable JS function that can check for any BBCode PHPBB3-11557
| * [feature/editor-code-tabs] Check for browser support in functionVjacheslav Trushkin2013-05-201-0/+4
| | | | | | | | | | | | | | Check for browser support and valid textarea in function instead of before applying function. PHPBB3-11557
| * [feature/editor-code-tabs] Apply code editor to everythingVjacheslav Trushkin2013-05-201-0/+140
| | | | | | | | | | | | | | | | Move code editor from prosilver to assets Apply code editor to subsilver2 Apply code editor to ACP elements where bbcode is allowed PHPBB3-11557