aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ajax.js
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15799] Find correct poll for voting animationkasimi2018-09-211-1/+1
| | | | PHPBB3-15799
* [ticket/15056] Update subforum icons with Mark forums readJakub Senko2017-05-161-1/+1
| | | | PHPBB3-15056
* Merge branch '3.1.x' into 3.2.xTristan Darricau2016-12-111-2/+3
|\ | | | | | | | | | | | | * 3.1.x: [ticket/14855] Update notification and PM alert bubbles [ticket/14855] Update notification and PM alert bubbles [ticket/14855] Update notification and PM alert bubbles
| * [ticket/14855] Update notification and PM alert bubblesjaviexin2016-12-101-2/+3
| | | | | | | | | | | | | | | | Alternative implementation without removing notification from the DOM, but changing the class. So that style designers might have more options (show/not show). PHPBB3-14855
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-121-2/+2
|\ \ | |/
| * [ticket/14855] Update the commentsMatt Friedman2016-11-061-1/+1
| | | | | | | | PHPBB3-14855
| * [ticket/14855] Remove notification bubble on mark all readMatt Friedman2016-11-061-1/+1
| | | | | | | | PHPBB3-14855
* | [ticket/14294]Fix removal of wanted iconsMichael Miday2015-11-161-1/+1
| | | | | | | | PHPBB3-14294
* | [ticket/14284] Correctly remove link to first unread postMarc Alexander2015-11-111-1/+1
|/ | | | PHPBB3-14284
* Merge pull request #3716 from javiexin/ticket/13748Marc Alexander2015-10-071-1/+8
|\ | | | | | | [ticket/13748] Wrong tooltip after poll vote change
| * [ticket/13748] Wrong tooltip after poll vote changejaviexin2015-06-191-1/+8
| | | | | | | | | | | | | | Store the "voted" tooltip in an extra attribute in HTML, and use it with the JS that refreshes after poll vote. PHPBB3-13748
* | [ticket/13898] js coding standaaardsCallum Macrae2015-05-301-15/+16
| | | | | | | | PHPBB3-13898
* | [ticket/13887] Minor JS refactoringCallum Macrae2015-05-291-5/+5
| | | | | | | | PHPBB3-13887
* | [ticket/13887] Use correct JSDoc syntaxCallum Macrae2015-05-291-2/+2
|/ | | | PHPBB3-13887
* [ticket/13019] Do not hide reason field when deleting permanently.Cesar G2014-09-141-8/+0
| | | | PHPBB3-13019
* Merge pull request #2879 from callumacrae/ticket/12982Marc Alexander2014-09-121-71/+77
|\ | | | | | | [ticket/12982] JS refactoring
| * [ticket/12982] Refactoring: Killed undescriptive variablesCallum Macrae2014-09-101-7/+6
| | | | | | | | PHPBB3-12982
| * [ticket/12982] Refactoring: Cleaned up phpbb.searchCallum Macrae2014-08-131-2/+2
| | | | | | | | PHPBB3-12982
| * [ticket/12982] Refactoring: made most JS nice.Callum Macrae2014-08-131-69/+76
| | | | | | | | PHPBB3-12982
* | [ticket/12953] Page title not updated when notifications are marked as readGeolim42014-08-091-0/+5
|/ | | | PHPBB3-12953
* Merge branch 'ticket/sumanai/12843' into develop-ascraeusJoas Schilling2014-07-271-11/+0
|\ | | | | | | | | * ticket/sumanai/12843: [ticket/12843] Fix Mark forums read browser console error
| * [ticket/12843] Fix Mark forums read browser console errorSumanai2014-07-271-11/+0
| | | | | | | | | | | | | | | | When you click on "Mark forums read" in the browser console error occurs ReferenceError: assignment to undeclared variable phpbbAlertTimer ajax.js (line13) PHPBB3-12843
* | [ticket/12013] Use new dropdown for quickmod tools and jumpbox.Cesar G2014-07-041-31/+0
|/ | | | PHPBB3-12013
* Merge pull request #2267 from prototech/ticket/10737Joas Schilling2014-05-031-0/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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] Add a more generic live search implementation.Cesar G2014-04-231-0/+4
| | | | | | | | PHPBB3-10737
* | [ticket/11339] Always clear timeout functions on subsequent AJAX callsCesar G2014-04-251-1/+1
|/ | | | PHPBB3-11339
* [ticket/12363] Fix typoPayBas2014-04-071-2/+2
| | | | PHPBB3-12363
* [ticket/12363] changed _winner_ to _most-votes_PayBas2014-04-061-2/+2
| | | | PHPBB3-12363
* [ticket/12363] Mark winning (most votes) results barPayBas2014-04-061-0/+2
| | | | PHPBB3-12363
* [ticket/12327] Ajax fixPayBas2014-04-041-1/+10
| | | | PHPBB3-12327
* [ticket/12342] Remove spinner and fix useage of ajax on memberlistMatt Friedman2014-04-031-1/+1
| | | | PHPBB3-12342
* [ticket/12342] Fix Find a member show / hide scriptMatt Friedman2014-04-011-1/+1
| | | | PHPBB3-12342
* [ticket/12342] Use prop() instead of attr() for boolean propertiesMatt Friedman2014-04-011-1/+1
| | | | PHPBB3-12342
* [ticket/12034] Move similar code in the two callbacks to separate function.Cesar G2013-12-301-31/+28
| | | | PHPBB3-12034
* [ticket/12034] AJAXify notifications popup.Cesar G2013-12-301-0/+44
| | | | PHPBB3-12034
* [ticket/10383] Update the results without the overlay popup.Cesar G2013-10-071-3/+30
| | | | PHPBB3-10383
* [ticket/10383] Make the content transitions smoother.Cesar G2013-10-071-4/+4
| | | | PHPBB3-10383
* [ticket/10383] AJAXify poll votingCesar G2013-10-061-0/+74
| | | | PHPBB3-10383
* Merge remote-tracking branch 'phpbb/develop' into ↵Joas Schilling2013-07-111-3/+12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/softdelete-1-permission * phpbb/develop: (704 commits) [ticket/11630] Improvements to the PHP lint pre-commit hook [feature/auth-refactor] Move auth providers to separate directory [ticket/11619] Use HTTP/1.0 because of lack of chunked-encoding handling. [ticket/11619] Some tests for get_remote_file(). [ticket/11617] Remove spaces and tabs from empty lines [ticket/11617] Missing U_ACTION in acp_captcha.php [feature/auth-refactor] Fix code style issue [feature/auth-refactor] Fix comment grammar [feature/auth-refactor] Fix the actual cause of test failures [ticket/10838] Fix URL for wiki and remove irrelevant line [ticket/10838] Remove php 5.4 and builtin server references [ticket/10838] Fix missing data [ticket/10838] separate database used mentioned in unit tests [ticket/11585] Make $auth_admin class property [feature/auth-refactor] A possible fix for the functional test failures [ticket/11566] Subsilver template error displayed after table headers [ticket/11566] Remove extra pair of brackets from conditional statement [ticket/11566] Check that guest doesn't have reporting permission by default [ticket/11566] Add captcha to report post template in subsilver [ticket/11566] Use the new constant CONFIRM_REPORT for captcha init ... Conflicts: phpBB/docs/sphinx.sample.conf phpBB/feed.php phpBB/styles/prosilver/template/search_results.html phpBB/styles/prosilver/template/viewforum_body.html
| * [ticket/10741] Do not resize textarea.no-auto-resizeVjacheslav Trushkin2013-04-121-1/+1
| | | | | | | | | | | | Do not auto-resize textareas with class .no-auto-resize PHPBB3-10741
| * [ticket/10741] Automatically resize textareas in prosilver and ACPVjacheslav Trushkin2013-04-121-0/+9
| | | | | | | | | | | | Automatically resize textareas in prosilver and ACP. PHPBB3-10741
| * [ticket/11314] Modify files to comply with coding standardsMarc Alexander2013-03-261-5/+4
| | | | | | | | PHPBB3-11314
| * [ticket/11314] Fix issues mentioned in jshint reportMarc Alexander2013-03-261-3/+3
| | | | | | | | | | | | | | Additionally, the editor.js files are now the same file in both subsilver2, prosilver, and the acp. PHPBB3-11314
| * Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11314Marc Alexander2013-02-271-4/+35
| |\
| * | [ticket/11314] Use return variable instead of overusing the return keywordMarc Alexander2013-01-101-4/+5
| | | | | | | | | | | | | | | | | | Use a return variable and modify it to our needs. PHPBB3-11314
* | | [ticket/9657] Remove softdelete reason field when permanent delete is selectedJoas Schilling2013-03-111-0/+8
| | | | | | | | | | | | PHPBB3-9657
* | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ↵Joas Schilling2013-03-031-25/+49
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/softdelete-1-permission * 'develop' of https://github.com/phpbb/phpbb3: (480 commits) [ticket/6723] Show info that message has been deleted before delivery [ticket/11385] Fix issue with migration module tool not getting extension module info [ticket/11386] Fix failing tests from constructor changes [ticket/11386] Fix circular reference error & serialize error [ticket/11386] Remove tests that check if finder cache is working [ticket/11386] Forgot to get the migration classes [ticket/11386] Update tests with new constructors for ext.manager/migrator [ticket/11386] Use finder to find migration files [ticket/11363] Fix to make get_module_infos get from all extensions [ticket/11381] Make finder able to search in all available extensions [ticket/11103] Revert whitespace changes [ticket/11103] Few more minor language things [ticket/11103] Don't call generate_board_url many times [ticket/11103] Case time in queries as an int [ticket/11103] Fix effectively installed check [ticket/11103] Remove padding from notifications for now. [ticket/11363] Fix a couple bugs and throw errors if the file not found [ticket/11372] Migrator should only check if effectively installed if not [ticket/11363] Load module info files for extensions too [ticket/11103] Notifications Migration file ... Conflicts: phpBB/includes/functions_posting.php phpBB/includes/mcp/mcp_queue.php phpBB/includes/search/fulltext_mysql.php phpBB/includes/search/fulltext_native.php phpBB/includes/search/fulltext_postgres.php phpBB/includes/search/fulltext_sphinx.php phpBB/install/database_update.php phpBB/styles/prosilver/template/ajax.js
| * | [ticket/11342] Fix "unexpected token" syntax errorMarc Alexander2013-02-201-1/+5
| | | | | | | | | | | | PHPBB-11342
| * | [ticket/11342] Mark active topics read when marking forums readMarc Alexander2013-02-031-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Marking forums read while viewing a category will also mark the active topics inside that category read. Therefore, the active topics should also be marked read. With this patch the ajax callback "mark_forums_read" will check if the active topics id ("active_topics") exists and also mark topics read if it does. As the active topics will only be displayed in categories, which can't have any other topics, this is a proper approach. PHPBB3-11342
| * | [ticket/10786] Javascript toggle member search panel in memberlist.phpDavid Colón2013-01-151-2/+6
| | | | | | | | | | | | | | | | | | Search functions on the memberlist.php page are now rendered by default and displayed via javascript. If javascript is disabled the page still works as it previously did. PHPBB3-10786