aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ajax.js
Commit message (Collapse)AuthorAgeFilesLines
* [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
| * | [ticket/10786] Javascript toggle member search panel in memberlist.phpDavid Colón2013-01-151-1/+12
| |/ | | | | | | | | | | 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
| * [ticket/10949] Remove not needed commaMarc Alexander2013-01-051-1/+1
| | | | | | | | | | | | This comma might actually cause issues in browser. Therefore remove it. PHPBB3-10949
| * [ticket/10949] Converted missing code to new JS coding guidelinesMarc Alexander2013-01-041-6/+6
| | | | | | | | | | | | A few missing semi-colons were also added where needed. PHPBB3-10949
| * Merge remote-tracking branch 'callumacrae/ticket/10949' into ticket/10949Marc Alexander2013-01-041-15/+9
| |\ | | | | | | | | | | | | Conflicts: phpBB/assets/javascript/core.js
| | * [ticket/10949] Converted AJAX coding standards to new guidelines.Callum Macrae2012-06-211-15/+9
| | | | | | | | | | | | | | | | | | | | | Basically, moved parentheses to same line and changed variable names to camel case. PHPBB3-10949
* | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ↵Joas Schilling2012-12-201-0/+88
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/softdelete-1-permission-rebase * 'develop' of https://github.com/phpbb/phpbb3: (544 commits) [feature/events] Fix improperly named event in documentation [feature/events] Fix alphabetization of events [feature/events] Put events in alphabetical order [feature/events] Make EVENTS.md lowercase [ticket/11285] Use more granularity in dependency checks in compress test [ticket/10880] The m_approve permisson no longer implies f_noapprove. [ticket/10803] Show failure message until user dismisses it [ticket/10954] Add missing semi-colon [ticket/10954] Make sure to mark subforums unread and add small fixes [feature/events] Use ` to escape HTML tags in markdown [feature/events] Remove HTML tags from markdown so they don't get parsed [ticket/10954] Miscellaneous coding fixes [feature/events] Remove extraneous space [feature/events] Add markdown template event documentation file [feature/events] forumlist_body_last_post_title_after -> _prepend (subsilver2) [feature/events] Fix overall_footer_end -> overall_footer_after (subsilver2) [feature/events] Fix typo in event name [ticket/10763] Use self when calling get_extension() in filespec class [feature/events] Fix more subsilver2 events [feature/events] Fix some subsilver2 events ... Conflicts: phpBB/install/database_update.php phpBB/posting.php
| * | [ticket/10954] Add missing semi-colonMarc Alexander2012-12-181-1/+1
| | | | | | | | | | | | PHPBB3-10954
| * | [ticket/10954] Make sure to mark subforums unread and add small fixesMarc Alexander2012-12-181-7/+12
| | | | | | | | | | | | PHPBB3-10954
| * | [ticket/10954] Miscellaneous coding fixesMarc Alexander2012-12-181-8/+5
| | | | | | | | | | | | | | | | | | | | | | | | Remove obsolete or unneeded code. Also fix the behavior of removing icon_topic_newest by actually removing the link to the first unread post instead of just removing the icon. PHPBB3-10954
| * | [ticket/10954] Use quotes in attribute selectors and reduce use of eachMarc Alexander2012-12-161-11/+5
| | | | | | | | | | | | PHPBB3-10954
| * | [ticket/10954] Change currentObject to $this for consistencyMarc Alexander2012-12-161-8/+8
| | | | | | | | | | | | PHPBB3-10954
| * | [ticket/10954] Use function for closing alert popupMarc Alexander2012-12-161-8/+11
| | | | | | | | | | | | PHPBB3-10954
| * | [ticket/10954] Simplify marking forums read and fix topic markingMarc Alexander2012-12-151-10/+11
| | | | | | | | | | | | PHPBB3-10954
| * | [ticket/10954] Join array of class names instead of creating a stringMarc Alexander2012-12-151-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Previously the string for selecting the correct classes was created directly. Due to that a subsequent comma had to be removed. By joining the array of class names with a separator this can be omitted. PHPBB3-10954
| * | [ticket/10954] Fix coding guidelines infractionsMarc Alexander2012-12-151-36/+31
| | | | | | | | | | | | PHPBB3-10954
| * | [ticket/10954] Change behavior of marking topics/forumsMarc Alexander2012-12-141-34/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It will now display a popup message for 3 seconds which will confirm the taken action. The amount of DOM traversals have been significantly reduced and jQuery.each is now used instead of for loops. Additionally, it is now possible to click on the mark topics/forums read links without triggering an AJAX error. PHPBB3-10954
| * | [ticket/10954] Fix scope of current_objectMarc Alexander2012-12-131-6/+5
| | | | | | | | | | | | PHPBB3-10954
| * | [ticket/10954] Only call $(this) once and reduce number of DOM traversalsMarc Alexander2012-12-131-9/+20
| | | | | | | | | | | | PHPBB3-10954
| * | [ticket/10954] Mark topics read without popupMarc Alexander2012-12-121-0/+37
| | | | | | | | | | | | | | | | | | Also added missing handling of locked forums. PHPBB3-10954
| * | [ticket/10954] Mark forums read without popup or page refreshMarc Alexander2012-12-121-0/+16
| | | | | | | | | | | | PHPBB3-10954
* | | [feature/soft-delete] Remove the "Deleted by" message when restoring a postJoas Schilling2012-12-101-0/+9
| | | | | | | | | | | | PHPBB3-9567
* | | Merge remote-tracking branch 'remotes/phpbb/develop' into ↵Joas Schilling2012-11-101-0/+4
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/softdelete-merge-develop # By Oleg Pudeyev (45) and others # Via Oleg Pudeyev (42) and others * remotes/phpbb/develop: (289 commits) [ticket/10865] Use code tags for install/database_update.php. [ticket/10865] Should have been a slash. [ticket/10780] Use L_COLON on LDAP page. [ticket/10780] Use L_COLON on search backend ACP pages. [ticket/10780] Use L_COLON for "download all attachments". [ticket/10780] Use colon from language in ucp_pm_compose.php where possible. [ticket/10780] Replace colons in phpBB/adm/style/acp_ext_details.html. [ticket/10780] Replace colon usage in adm template output with {L_COLON} [ticket/10780] Replace colon usage in template output with {L_COLON} [ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2) [develop-olympus] [ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2) [ticket/10172] Show prosilver birthday list even if there are no birthdays. [ticket/11050] make all properties protected in all search backends [ticket/11050] get_common_words() returns empty array for sphinx [ticket/11050] fix tidied search query docblock language [ticket/11050] fix min/max length docblock language [ticket/11050] multi sentences separated by period in docblocks [ticket/11050] fix separated spelling in docblock [ticket/11050] fix split words doc block language [ticket/11050] remove class word from docblocks ... Conflicts: phpBB/install/database_update.php phpBB/install/schemas/mssql_schema.sql phpBB/language/en/acp/permissions_phpbb.php phpBB/styles/prosilver/template/posting_editor.html
| * | [ticket/10947] Fixed quickmod autosubmit functionality.Callum Macrae2012-06-201-0/+4
| |/ | | | | | | PHPBB3-10947
* | [feature/soft-delete] Use JS to display softdeleted/ignored postsJoas Schilling2012-11-091-0/+14
| | | | | | | | PHPBB3-9567
* | [feature/soft-delete] Update restoring feature to use ajax if requested.Joas Schilling2012-08-291-2/+2
|/ | | | | | | | Also fixes the mcp as a hole: - displayes a success message - gives a link to the post, if only one was restored PHPBB3-9657
* [feature/qrpreview] Preview from Quick ReplyDavid King2012-03-301-0/+11
| | | | PHPBB3-10726
* [ticket/10270] Alter background colors for postsVjacheslav Trushkin2012-03-311-1/+8
| | | | | | Change background colors for posts after deleted post PHPBB3-10270
* [feature/ajax] Remove quick-reply AJAX handling until we have something goodIgor Wiedler2012-03-311-7/+0
| | | | | | | The current implementation is not very user friendly, lots of things flashing in the user's face. We can re-consider AJAX when we have a decent solution. PHPBB3-10270
* [ticket/10270] Disabling links in disappearing contentVjacheslav Trushkin2012-03-311-3/+3
| | | | | | Disabling click events for blocks that are being removed via ajax PHPBB3-10270
* [ticket/10291] Fixed an AJAX bug on quick reply form submit.Callum Macrae2012-03-311-1/+1
| | | | | | It wasn't fading out. PHPBB3-10291
* [ticket/10273] Fixed accepting / denying posts AJAX.Callum Macrae2012-03-311-2/+3
| | | | PHPBB3-10273
* [feature/ajax] Change filter semantics, some minor adjustmentsIgor Wiedler2012-03-311-7/+7
| | | | PHPBB3-10270
* [feature/ajax] Refactor phpbb.ajaxify event callbackIgor Wiedler2012-03-311-1/+1
| | | | PHPBB3-10270