aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Bug #26375 - Fix style issues in print mode. (Bug #26375Gabriel Vazquez2009-06-263-4/+22
| | | | | | Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9687 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #36065 - Setting descriptor needs be more specificRuslan Uzdenov2009-06-262-8/+9
| | | | | | Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9686 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #38395 - Loading draft removes recipients when replying to PMJoas Schilling2009-06-263-3/+4
| | | | | | Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9685 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change bug #47425 - IP data lost on paginationJoas Schilling2009-06-261-1/+1
| | | | | | Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9684 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #47085 - XHTML issue in the installer.Andreas Fischer2009-06-262-3/+3
| | | | | | Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9683 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #47345 - Check if template file is empty before trying to read from it.Andreas Fischer2009-06-262-1/+15
| | | | | | Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9682 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #44685 - Resolve accesskey conflictsAndreas Fischer2009-06-262-2/+3
| | | | | | Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9681 89ea8834-ac86-4346-8a33-228a782c2dd0
* Thanks NVHenry Sudhof2009-06-261-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9680 89ea8834-ac86-4346-8a33-228a782c2dd0
* Thanks NVHenry Sudhof2009-06-261-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9679 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #46225 - Add poster-name to moderator-log when deleting post/topicJoas Schilling2009-06-263-4/+5
| | | | | | Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9678 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change bug #39505 - Pm history only shows pms of the receipts you currently ↵Joas Schilling2009-06-262-1/+19
| | | | | | | | reply to Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9677 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #47015 - Prune users does not prune foundersJoas Schilling2009-06-261-1/+1
| | | | | | Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9676 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #46975 - "Report details" link broken in MCPJoas Schilling2009-06-262-1/+4
| | | | | | Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9675 89ea8834-ac86-4346-8a33-228a782c2dd0
* revert r9653 because it does not work as advertised (a load of bugs and not ↵Meik Sievertsen2009-06-256-10/+2
| | | | | | really what we wanted... back to the drawing board ;)) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9674 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix r9652Joas Schilling2009-06-251-0/+10
| | | | | | Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9673 89ea8834-ac86-4346-8a33-228a782c2dd0
* We have to use the documented APIHenry Sudhof2009-06-253-13/+18
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9672 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #37285 - [Change] Add quote-button for own pm's in pm-historyJoas Schilling2009-06-242-2/+3
| | | | | | Authorised by: ToonArmy git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9671 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed Bug #44455 - Properly display post status messages in topic when post ↵Gabriel Vazquez2009-06-247-5/+8
| | | | | | | | is reported and unapproved Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9670 89ea8834-ac86-4346-8a33-228a782c2dd0
* [Feature] Add confirmation for deactivating language packsGabriel Vazquez2009-06-242-15/+29
| | | | | | Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9669 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Fix XHTML for r9666Meik Sievertsen2009-06-244-18/+23
| | | | | | | | - Utilize $captcha->solved property - Only validate captcha once to retain captcha mode over switching from/to agreement page git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9668 89ea8834-ac86-4346-8a33-228a782c2dd0
* tiny tiny thing... and such a huge change...Meik Sievertsen2009-06-243-2/+3
| | | | | | Display topic icons in MCP forum view again (only prosilver) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9667 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed Bug #15085 - [Feature] Add language selection on the registration ↵Gabriel Vazquez2009-06-246-31/+83
| | | | | | | | terms page Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9666 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed Bug #47145 - [Fix] Correctly check banned users when force password changeGabriel Vazquez2009-06-243-3/+4
| | | | | | Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9665 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed Bug #39845 - [Change] "Post details" links with image in MCP.Gabriel Vazquez2009-06-243-14/+7
| | | | | | Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9664 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix feed generationMeik Sievertsen2009-06-231-24/+42
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9663 89ea8834-ac86-4346-8a33-228a782c2dd0
* svn...Henry Sudhof2009-06-232-0/+0
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9662 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed Bug #24155 - mark buttons in acp with logsGabriel Vazquez2009-06-232-21/+25
| | | | | | Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9661 89ea8834-ac86-4346-8a33-228a782c2dd0
* mehHenry Sudhof2009-06-231-2/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9660 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix previewsHenry Sudhof2009-06-233-8/+4
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9659 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add WAI-ARIA landmarks for easier accessibility to the prosilver template ↵Meik Sievertsen2009-06-238-16/+17
| | | | | | (Bug #45715 - Patch by MarcoZ) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9658 89ea8834-ac86-4346-8a33-228a782c2dd0
* update mysql upgrader to 3.0.6-devMeik Sievertsen2009-06-231-1/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9657 89ea8834-ac86-4346-8a33-228a782c2dd0
* - add options for quick reply (forum-based and board-wide)Meik Sievertsen2009-06-2313-16/+75
| | | | | | | - add option for minimum post chars (which is a required setting for quick reply, therefore we introduce it here) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9656 89ea8834-ac86-4346-8a33-228a782c2dd0
* add missing user_new field to schema (just forgot to create it)Meik Sievertsen2009-06-237-5/+19
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9655 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #46965 - File named install in php directoryRuslan Uzdenov2009-06-223-2/+3
| | | | | | Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9654 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #46765 - View unread postsRuslan Uzdenov2009-06-226-2/+10
| | | | | | Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9653 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #13673 - Add confirm-box when deleting permissionsJoas Schilling2009-06-222-21/+40
| | | | | | Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9652 89ea8834-ac86-4346-8a33-228a782c2dd0
* erm, yes... ground should be groupMeik Sievertsen2009-06-221-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9651 89ea8834-ac86-4346-8a33-228a782c2dd0
* the permission setting is meant, not the word never. :)Meik Sievertsen2009-06-221-2/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9650 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #37565 - Correctly state why one language pack is marked with an ↵Andreas Fischer2009-06-212-1/+2
| | | | | | | | asterisk in the ACP. Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9649 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #43125Gabriel Vazquez2009-06-212-10/+6
| | | | | | Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9648 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #45975Gabriel Vazquez2009-06-213-1/+3
| | | | | | Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9647 89ea8834-ac86-4346-8a33-228a782c2dd0
* add quicktool to remove users from the newly registered special group.Henry Sudhof2009-06-215-36/+112
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9646 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix the captcha ACP, restore xhtml compliance for recaptcha (#46195) - note, ↵Henry Sudhof2009-06-215-13/+24
| | | | | | that this will not work in IE git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9645 89ea8834-ac86-4346-8a33-228a782c2dd0
* add check to newly registered function to not execute this more than onceMeik Sievertsen2009-06-211-0/+5
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9644 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #44225 - Bad language-string on "Stick topic for X days"Joas Schilling2009-06-211-1/+1
| | | | | | Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9643 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #37235 - Correctly describe founder permissions on trace-informationJoas Schilling2009-06-212-1/+2
| | | | | | Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9642 89ea8834-ac86-4346-8a33-228a782c2dd0
* rename user_id in confirm_box to confirm_uid. We are able to do this because ↵Meik Sievertsen2009-06-211-5/+5
| | | | | | confirm_box is completely transparent to the outside. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9641 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ability to fetch moderators with get_moderators() even if load_moderators ↵Meik Sievertsen2009-06-215-22/+28
| | | | | | setting is off. (Bug #35955) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9640 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #37015 - PMs - message history opacityJoas Schilling2009-06-202-3/+3
| | | | | | Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9639 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #31975 - Enhance obtain_users_online_string to be able to return ↵Joas Schilling2009-06-202-18/+42
| | | | | | | | user-lists for other session-items Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9638 89ea8834-ac86-4346-8a33-228a782c2dd0