aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
Commit message (Collapse)AuthorAgeFilesLines
...
* Let the user notice that downloading the files is not the end of the update ↵Meik Sievertsen2009-09-041-1/+1
| | | | | | process. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10104 89ea8834-ac86-4346-8a33-228a782c2dd0
* Somehow i must've been blind while adding/changing the links. Consistency!Meik Sievertsen2009-09-041-8/+6
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10100 89ea8834-ac86-4346-8a33-228a782c2dd0
* adjust inactive users list on ACP index to act like the new inactive users ↵Meik Sievertsen2009-09-011-6/+11
| | | | | | list from r9845 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10081 89ea8834-ac86-4346-8a33-228a782c2dd0
* Correctly display list items in forum description in prosilver and ↵Meik Sievertsen2009-08-311-0/+11
| | | | | | administration. (Bug #48055 - Patch by leviatan21) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10077 89ea8834-ac86-4346-8a33-228a782c2dd0
* forgot to ci thisHenry Sudhof2009-08-271-0/+4
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10059 89ea8834-ac86-4346-8a33-228a782c2dd0
* - replaced the drop down menu log filter thing with log searchingJim Wigginton2009-08-211-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10041 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix wrong textLength call in Webkit-based browsers - Bug #25825 - patch by ↵Meik Sievertsen2009-08-201-1/+1
| | | | | | Technocrat git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10038 89ea8834-ac86-4346-8a33-228a782c2dd0
* XHTML fixes by RaimonMeik Sievertsen2009-08-142-10/+14
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9982 89ea8834-ac86-4346-8a33-228a782c2dd0
* add back linksHenry Sudhof2009-08-141-0/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9976 89ea8834-ac86-4346-8a33-228a782c2dd0
* #49675 #49655 - ATTENTION: small captcha API changeHenry Sudhof2009-08-141-0/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9975 89ea8834-ac86-4346-8a33-228a782c2dd0
* - links to send statistics after install and updateNils Adermann2009-08-131-3/+7
| | | | | | | | | - link back to ACP main from send statistics - improved language / better explanation (incl. Bug #48555) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9969 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, i am very sorry, but this needs to be fixed.Meik Sievertsen2009-08-121-11/+7
| | | | | | | | | Generally, our config table is not really suited for holding large datasets. Because feed settings for the forums to enable news feeds and excluded forums rely on the forums itself we have decided to introduce a forum_options table where custom options can be stored. Additionally, for this to work across all DBMS we support, we added a new method to the DBAL for the bitwise AND operator. Also moved the forum/topic feed template variable to the location where they belong to (forum and topic view) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9965 89ea8834-ac86-4346-8a33-228a782c2dd0
* let the link wrap for tiny resolutionsMeik Sievertsen2009-08-111-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9954 89ea8834-ac86-4346-8a33-228a782c2dd0
* use [] style we use for links occurring after text in acp_main too. ;)Meik Sievertsen2009-08-111-3/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9953 89ea8834-ac86-4346-8a33-228a782c2dd0
* less obstrusive version infoHenry Sudhof2009-08-111-10/+10
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9952 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixed bug 44805 - extra initInsertions() calls neededJim Wigginton2009-08-102-2/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9951 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add box if users decided not to select a forum to copy permissions from on ↵Henry Sudhof2009-07-311-0/+21
| | | | | | forum creation git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9896 89ea8834-ac86-4346-8a33-228a782c2dd0
* git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9890 ↵Meik Sievertsen2009-07-291-2/+0
| | | | 89ea8834-ac86-4346-8a33-228a782c2dd0
* Slightly adjust version check on index page to be a bit more descriptiveMeik Sievertsen2009-07-291-6/+7
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9889 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix r9887. Remove duplicate content.Andreas Fischer2009-07-281-80/+0
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9888 89ea8834-ac86-4346-8a33-228a782c2dd0
* [Feature] Ability to copy permissions from one forum to several other forums.Andreas Fischer2009-07-281-0/+120
| | | | | | [Fix] Add log entry when copying forum permissions. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9887 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Display version check on ACP main page.Marek A. R2009-07-282-2/+18
| | | | | | - Cache version check. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9880 89ea8834-ac86-4346-8a33-228a782c2dd0
* Display the filter settings in the ACP log viewer when no entries are found.Chris Smith2009-07-271-16/+14
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9873 89ea8834-ac86-4346-8a33-228a782c2dd0
* XHTML mistakes in the updater. #46585Chris Smith2009-07-261-6/+15
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9861 89ea8834-ac86-4346-8a33-228a782c2dd0
* [Feature] Added new functionality to inactive users module:Meik Sievertsen2009-07-241-23/+28
| | | | | | | | | | | - Ability to set users per page. - Ability to sort by posts/number of reminders/last reminded date. - Show number of posts and ability to search posts. - Show number of reminders sent to user. - Show date of last reminder sent to user. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9845 89ea8834-ac86-4346-8a33-228a782c2dd0
* layoutHenry Sudhof2009-07-221-3/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9824 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Added install_id to data collectorNils Adermann2009-07-221-4/+4
| | | | | | | | - config variable whitelist, so sensitive MOD info is not transmitted, currently mostly bool/int values - should we reduce the amount of data? git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9818 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix back linkHenry Sudhof2009-07-211-2/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9810 89ea8834-ac86-4346-8a33-228a782c2dd0
* copy regiustration attempt setting to acp_captcha - although the setting is ↵Henry Sudhof2009-07-211-0/+4
| | | | | | pointless git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9809 89ea8834-ac86-4346-8a33-228a782c2dd0
* cleaningHenry Sudhof2009-07-201-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9807 89ea8834-ac86-4346-8a33-228a782c2dd0
* cleaningHenry Sudhof2009-07-201-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9806 89ea8834-ac86-4346-8a33-228a782c2dd0
* cleaningHenry Sudhof2009-07-201-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9805 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixing back linksHenry Sudhof2009-07-201-2/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9802 89ea8834-ac86-4346-8a33-228a782c2dd0
* Set some svn properties. Cleanup.Andreas Fischer2009-07-193-15/+14
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9799 89ea8834-ac86-4346-8a33-228a782c2dd0
* First round of fixesHenry Sudhof2009-07-192-3/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9791 89ea8834-ac86-4346-8a33-228a782c2dd0
* Initial commit for the QA captcha. Needs language & style finetuning and bug ↵Henry Sudhof2009-07-182-0/+0
| | | | | | searching & fixing git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9787 89ea8834-ac86-4346-8a33-228a782c2dd0
* Initial commit for the QA captcha. Needs language & style finetuning and bug ↵Henry Sudhof2009-07-182-0/+100
| | | | | | searching & fixing git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9786 89ea8834-ac86-4346-8a33-228a782c2dd0
* - added ability to filter logs by log_operationJim Wigginton2009-07-181-1/+7
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9781 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Add pagination for icons and smilies in the ACP and smilies in the smiley ↵Marek A. R2009-07-161-3/+3
| | | | | | popup git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9763 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #45675 - Do not allow setting group as default group for pending userJoas Schilling2009-07-141-2/+2
| | | | | | | Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9759 89ea8834-ac86-4346-8a33-228a782c2dd0
* Feature Bug #43375 - Ability to delete warnings and keep warnings permanentlyJoas Schilling2009-07-142-0/+43
| | | | | | Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9758 89ea8834-ac86-4346-8a33-228a782c2dd0
* Feature Bug #45375 - Add option to disable remote upload avatarsJoas Schilling2009-07-141-1/+3
| | | | | | Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9757 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix cosmetic ACP bug showing on hover elements in IE7 (Bug #16109 - Patch by ↵Meik Sievertsen2009-07-082-0/+2
| | | | | | prototech) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9736 89ea8834-ac86-4346-8a33-228a782c2dd0
* #47885Henry Sudhof2009-07-071-2/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9730 89ea8834-ac86-4346-8a33-228a782c2dd0
* put purge sessions above purge cache (admins are used to click the purge ↵Meik Sievertsen2009-07-071-4/+4
| | | | | | cache button and it may irretate them to have it not in a position where they expect it). :) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9724 89ea8834-ac86-4346-8a33-228a782c2dd0
* merged questioinnaire and questionnaire_phpbb and adjusted all files to our ↵Meik Sievertsen2009-07-071-15/+19
| | | | | | | | coding guidelines... if we want to allow dropping in other providers we could add provider files to the questionnaire directory (and grab them), if not it is best to remove the questionnaire directory and put the file under includes/ git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9719 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add a purge option for the session table to the acp. Seems that many boards ↵Henry Sudhof2009-07-061-0/+6
| | | | | | get unusable due to styles not embedding the cron image and/or extremely long session timeout settings and/or DOS attacks. This new button can be a stopgap measure in those cases. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9714 89ea8834-ac86-4346-8a33-228a782c2dd0
* acp module for submitting statistical information to phpBBNils Adermann2009-06-271-0/+63
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9698 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-231-20/+23
| | | | | | Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9661 89ea8834-ac86-4346-8a33-228a782c2dd0