| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
phpBB uses the minified version of jQuery hence the rename.
PHPBB3-12547
|
|
|
|
| |
PHPBB3-12544
|
|
|
|
| |
PHPBB3-9388
|
|
|
|
| |
PHPBB3-9388
|
|
|
|
| |
PHPBB3-12440
|
|
|
|
| |
PHPBB3-12440
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[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
|
| |
| |
| |
| | |
PHPBB3-10737
|
| |
| |
| |
| | |
PHPBB3-10737
|
| |
| |
| |
| | |
PHPBB3-10737
|
| |
| |
| |
| | |
PHPBB3-10737
|
| |
| |
| |
| | |
PHPBB3-10737
|
| |
| |
| |
| | |
PHPBB3-10737
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| |/
| |
| |
| | |
PHPBB3-12265
|
|/
|
|
| |
PHPBB3-11339
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |
| |
| |
| | |
PHPBB3-12372
|
| |
| |
| |
| | |
PHPBB3-12372
|
| |
| |
| |
| | |
PHPBB3-12372
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|/
|
|
|
|
|
|
| |
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
|
|\
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |
| |
| |
| | |
PHPBB3-12342
|
|/
|
|
| |
PHPBB3-12337
|
|\
| |
| | |
[ticket/12080] Fix color palettes when responsive.
|
| |
| |
| |
| | |
PHPBB3-12080
|
|\ \
| | |
| | | |
[ticket/12212] Encode the attachment file name before presenting to user.
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
|/
|
|
|
|
|
| |
The table row is removed, but the files aren't actually removed from the
upload queue, so they get uploaded either way.
PHPBB3-12208
|
|\ |
|
| |
| |
| |
| | |
PHPBB3-12135
|
| |
| |
| |
| | |
PHPBB3-12124
|
| |
| |
| |
| | |
PHPBB3-12124
|
| |
| |
| |
| | |
PHPBB3-12124
|
| |
| |
| |
| | |
PHPBB3-12124
|
|/
|
|
| |
PHPBB3-12124
|
|
|
|
| |
PHPBB3-11915
|
|
|
|
| |
PHPBB3-11915
|
|
|
|
| |
PHPBB3-11915
|
|
|
|
| |
PHPBB3-11915
|
|
|
|
| |
PHPBB3-11915
|
|
|
|
| |
PHPBB3-11915
|
|
|
|
| |
PHPBB3-11915
|
|
|
|
| |
PHPBB3-11915
|
|
|
|
| |
PHPBB3-11915
|
|
|
|
| |
PHPBB3-11915
|
|
|
|
| |
PHPBB3-11915
|
|
|
|
| |
PHPBB3-12110
|