aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/assets
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12547] Rename jquery.js to jquery.min.js in assets directoryn-aleha2014-05-151-0/+0
| | | | | | phpBB uses the minified version of jQuery hence the rename. PHPBB3-12547
* [ticket/12544] Update Plupload to 2.1.2.Cesar G2014-05-131-8/+8
| | | | PHPBB3-12544
* [ticket/9388] Use "togglable" instead of "toggable"Cesar G2014-05-091-1/+1
| | | | PHPBB3-9388
* [ticket/9388] Add support for making <select> options able to toggle settings.Cesar G2014-05-081-0/+25
| | | | PHPBB3-9388
* [ticket/12440] Use a more generic approach for replacing the URL.Cesar G2014-05-061-15/+71
| | | | PHPBB3-12440
* [ticket/12440] Set browser URL to point to specific post when using view=unreadCesar G2014-05-051-0/+16
| | | | PHPBB3-12440
* Merge pull request #2267 from prototech/ticket/10737Joas Schilling2014-05-031-17/+331
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/10737] Add live member search. * prototech/ticket/10737: [ticket/10737] Remove loading indicator. [ticket/10737] Enforce allow_live_searches setting in memberlist.php. [ticket/10737] Add config setting to disable live searches. [ticket/10737] Add loading indicator and alert box code to simple_footer.html. [ticket/10737] Load core.js and ajax.js in simple_footer.html. [ticket/10737] Set the username as the input value instead of redirecting. [ticket/10737] Drop subsilver2 changes. [ticket/10737] Add a more generic live search implementation. [ticket/10737] Clean up memberlist.php. [ticket/10737] Use dropdown for search results container. [ticket/10737] Adding delayed keyup and removing target_blank. [ticket/10737] Using UTF-8 aware alternatives in PHP code. [ticket/10737] Removing obsolete code. [ticket/10737] Avoid hard-coding table row and use case-insensitive search. [ticket/10737] Removing unnecessary/obsolete code. [ticket/10737] Using JQuery events and JSON response. [ticket/10737] Code fixes in AJAX search feature [ticket/10737] Improvements over last commit [ticket/10737] Adding username suggestions in "Find a member" using AJAX
| * [ticket/10737] Set the username as the input value instead of redirecting.Cesar G2014-04-231-4/+4
| | | | | | | | PHPBB3-10737
| * [ticket/10737] Add a more generic live search implementation.Cesar G2014-04-231-62/+331
| | | | | | | | PHPBB3-10737
| * [ticket/10737] Adding delayed keyup and removing target_blank.Suhaib Khan2014-04-231-26/+37
| | | | | | | | PHPBB3-10737
| * [ticket/10737] Removing obsolete code.Suhaib Khan2014-04-231-2/+2
| | | | | | | | PHPBB3-10737
| * [ticket/10737] Avoid hard-coding table row and use case-insensitive search.Suhaib Khan2014-04-231-10/+18
| | | | | | | | PHPBB3-10737
| * [ticket/10737] Using JQuery events and JSON response.Suhaib Khan2014-04-231-0/+26
| | | | | | | | PHPBB3-10737
* | Merge remote-tracking branch 'github-prototech/ticket/12265' into ↵Nils Adermann2014-05-021-2/+10
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-prototech/ticket/12265: [ticket/12265] Actually use $u_pm. [ticket/12265] Ensure that dropdown is always at the very left of the container [ticket/12265] Define a loop for contact icons. [ticket/12265] Break the icons that aren't in loop in case extensions add more [ticket/12265] Fix modulo logic. [ticket/12265] Adjust alignment of AIM and Jabber icons. [ticket/12265] Ensure that there's only 4 icons per row in IE & Opera. [ticket/12265] Add contact icon and remove border from last row & cells. [ticket/12265] Fix issue with dropdown being restricted by the width of parent [ticket/12265] Remove ugly logic. [ticket/12265] Simplify contact icon design and move to dropdown. Conflicts: phpBB/viewtopic.php
| * | [ticket/12265] Fix issue with dropdown being restricted by the width of parentCesar G2014-04-151-2/+10
| |/ | | | | | | PHPBB3-12265
* | [ticket/11339] Always clear timeout functions on subsequent AJAX callsCesar G2014-04-251-1/+2
|/ | | | PHPBB3-11339
* Merge remote-tracking branch 'marc/ticket/12372' into develop-ascraeusJoas Schilling2014-04-141-0/+21
|\ | | | | | | | | | | | | | | | | | | * marc/ticket/12372: [ticket/12372] Use $() instead of jQuery() in core.js for toggleDisplay [ticket/12372] Use admin.js $(document).ready for hiding questionnaire details [ticket/12372] Rename JS function dE() to phpbb.toggleDisplay() [ticket/12372] Move dE() function core.js [ticket/12372] Unify definition of function dE() across all files [ticket/12372] Use jQuery in javascript dE() function
| * [ticket/12372] Use $() instead of jQuery() in core.js for toggleDisplayMarc Alexander2014-04-111-2/+2
| | | | | | | | PHPBB3-12372
| * [ticket/12372] Rename JS function dE() to phpbb.toggleDisplay()Marc Alexander2014-04-071-1/+1
| | | | | | | | PHPBB3-12372
| * [ticket/12372] Move dE() function core.jsMarc Alexander2014-04-071-0/+21
| | | | | | | | PHPBB3-12372
* | [ticket/12355] Topic Tools not fully updated when subscribing/bookmarkingVarun Agrawal2014-04-111-19/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Topic Tools menu appears at the top of a topic page and again at the bottom of a topic page. When you use the Topic Tools menu to Bookmark or Subscribe to a Topic, the menu item you chose is updated to reflect that, by switching to say Unsubscribe topic or Remove from Bookmarks. However, this change is not mirrored in the other Topic Tools menu at the other location on the page. Both Topic Tools menus should be updated during the AJAX event, so that they always show the same options to the user. It is solved by creating a data-update-all attribute which contains all the class/ID that will update when topic tool is clicked PHPBB3-12355
* | [ticket/12375] Fix broken attachment deletion.Cesar G2014-04-081-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 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] 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