Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge remote-tracking branch 'vsephpbb/ticket/12342' into develop-ascraeus | Joas Schilling | 2014-04-04 | 1 | -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 properties | Matt Friedman | 2014-04-01 | 1 | -2/+2 | |
| | | | | | | | | PHPBB3-12342 | |||||
* | | [ticket/12337] Update jQuery to version 1.11.0 | Matt Friedman | 2014-03-31 | 1 | -2/+4 | |
|/ | | | | PHPBB3-12337 | |||||
* | 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] 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/11241] Add dropdown control button. | Cesar G | 2013-12-06 | 1 | -0/+9 | |
| | | | | PHPBB3-11241 | |||||
* | 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 | |||||
* | [feature/plupload/integration] Add missing javascript file. | Fyorl | 2013-10-14 | 1 | -0/+281 | |
| | | | | PHPBB3-10929 | |||||
* | Merge remote-tracking branch 'remotes/cyberalien/feature/editor-code-tabs' ↵ | Nathaniel Guse | 2013-06-06 | 1 | -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 reusable | Vjacheslav Trushkin | 2013-05-22 | 1 | -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 function | Vjacheslav Trushkin | 2013-05-20 | 1 | -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 everything | Vjacheslav Trushkin | 2013-05-20 | 1 | -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 |