aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
* Lifted minimum requirement for Firebird DBMS from 2.0+ to 2.1+.Meik Sievertsen2009-08-132-8/+8
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9970 89ea8834-ac86-4346-8a33-228a782c2dd0
* - links to send statistics after install and updateNils Adermann2009-08-132-2/+3
| | | | | | | | | - 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
* some fixesHenry Sudhof2009-08-121-2/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9968 89ea8834-ac86-4346-8a33-228a782c2dd0
* some fixesHenry Sudhof2009-08-121-3/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9967 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, i am very sorry, but this needs to be fixed.Meik Sievertsen2009-08-127-57/+150
| | | | | | | | | 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
* populate who is online only where requiredHenry Sudhof2009-08-121-4/+12
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9961 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix r9955 for Bug #49435Meik Sievertsen2009-08-121-2/+3
| | | | | | (Since $update_message was true in submit_post() the non-parsed text had been entered into the db [because $update_message was false before]) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9959 89ea8834-ac86-4346-8a33-228a782c2dd0
* change item to item_id; related to #49485Henry Sudhof2009-08-121-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9958 89ea8834-ac86-4346-8a33-228a782c2dd0
* allow custom template path for email filesMeik Sievertsen2009-08-111-3/+6
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9957 89ea8834-ac86-4346-8a33-228a782c2dd0
* - filtered logs weren't correctly paginatedJim Wigginton2009-08-103-3/+6
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9950 89ea8834-ac86-4346-8a33-228a782c2dd0
* Function approve_post adjustment (migrating to sync())Ruslan Uzdenov2009-08-101-70/+5
| | | | | | Authorised by: Kellanved git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9947 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #47705 - Out of range value for column 'topic_replies_real'Ruslan Uzdenov2009-08-101-77/+44
| | | | | | Authorised by: Kellanved git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9946 89ea8834-ac86-4346-8a33-228a782c2dd0
* check for not set values in acp_board to correctly grab those input elements ↵Meik Sievertsen2009-08-101-1/+7
| | | | | | not populated if empty (checkboxes and multiple select fields) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9944 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, r9704 was correct - i used a wrong code base within my tests. :/Meik Sievertsen2009-08-101-7/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9943 89ea8834-ac86-4346-8a33-228a782c2dd0
* class nameHenry Sudhof2009-08-101-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9942 89ea8834-ac86-4346-8a33-228a782c2dd0
* reverted all changes made to this code block, especially the one mentioned ↵Meik Sievertsen2009-08-101-1/+7
| | | | | | in r9704 with reference to wrong bug report "undoing change from #9575, as it broke the board disabled message". The board disabled message still works fine. If there are any problems with the code and settings within the ACP, please tell me and i will check them. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9941 89ea8834-ac86-4346-8a33-228a782c2dd0
* include vs include_onceHenry Sudhof2009-08-073-3/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9940 89ea8834-ac86-4346-8a33-228a782c2dd0
* Coding guidelines: Tiny whitespace change for an unreleased file.Andreas Fischer2009-08-071-2/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9939 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove some left over code introduced in r9575, reverted in r9704.Andreas Fischer2009-08-071-7/+0
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9938 89ea8834-ac86-4346-8a33-228a782c2dd0
* add transactions to sync(); not one big one to avoid nesting.Henry Sudhof2009-08-071-10/+42
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9937 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix r9713 for #36565Joas Schilling2009-08-052-8/+4
| | | | | | Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9931 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix r9927 - of course isset()Meik Sievertsen2009-08-051-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9929 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #48955 - Correctly extract column default value when exporting ↵Andreas Fischer2009-08-051-3/+4
| | | | | | PostgreSQL tables. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9928 89ea8834-ac86-4346-8a33-228a782c2dd0
* submit_post() now accepts force_approved_state key passed to $data to ↵Meik Sievertsen2009-08-051-0/+8
| | | | | | indicate new posts being approved (true) or unapproved (false). git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9927 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #15729 - Global announcements marked as read if all new topics in ↵Ruslan Uzdenov2009-08-053-7/+18
| | | | | | | | forum are viewed Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9926 89ea8834-ac86-4346-8a33-228a782c2dd0
* log general errors in cron, images and when debug is enabledHenry Sudhof2009-08-051-0/+8
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9924 89ea8834-ac86-4346-8a33-228a782c2dd0
* and for pseudocron too (to conisder: log db errors to debug faulty cron jobs)Henry Sudhof2009-08-041-2/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9923 89ea8834-ac86-4346-8a33-228a782c2dd0
* use new flag to place captcha errors in the error log (if debug is set)Henry Sudhof2009-08-041-0/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9921 89ea8834-ac86-4346-8a33-228a782c2dd0
* add the option to place image debugging information to the logHenry Sudhof2009-08-041-1/+6
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9920 89ea8834-ac86-4346-8a33-228a782c2dd0
* Separate PM Reply and PM Reply to all in prosilver.Meik Sievertsen2009-08-042-4/+15
| | | | | | Style changes by dhn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9919 89ea8834-ac86-4346-8a33-228a782c2dd0
* Even if the recipient of a PM is now inactive (for whatever reason) still ↵Meik Sievertsen2009-08-041-2/+1
| | | | | | display the information in PM recipient lists and do not hide it git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9918 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #49035 - Fix general error while registration, through undefined ↵Joas Schilling2009-08-041-1/+3
| | | | | | | | variable $config in validate_referer (Patch by wjvriend) Authorised by: bantu git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9917 89ea8834-ac86-4346-8a33-228a782c2dd0
* #48985Henry Sudhof2009-08-031-1/+5
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9916 89ea8834-ac86-4346-8a33-228a782c2dd0
* #48965Marek A. R2009-08-021-3/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9914 89ea8834-ac86-4346-8a33-228a782c2dd0
* forgot this in r9909Meik Sievertsen2009-08-011-2/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9911 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #1309 - Multiline [url] not ConvertedRuslan Uzdenov2009-08-011-1/+1
| | | | | | Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9910 89ea8834-ac86-4346-8a33-228a782c2dd0
* return errors if return_on_error is true for multi_insert (Patch by bantu)Meik Sievertsen2009-08-011-2/+7
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9909 89ea8834-ac86-4346-8a33-228a782c2dd0
* Adjust build_url() to not prepend $phpbb_root_path if path returned from ↵Meik Sievertsen2009-08-011-2/+14
| | | | | | redirect() is an URL. This fixes redirect issues with some installations and bridges. (Bug #47535) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9907 89ea8834-ac86-4346-8a33-228a782c2dd0
* Apply locale-independent basename() to attachment filenames. New function ↵Meik Sievertsen2009-08-019-29/+57
| | | | | | added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9905 89ea8834-ac86-4346-8a33-228a782c2dd0
* Addition to r9899 for bug #48695 - trying to create thumbnail for broken ↵Ruslan Uzdenov2009-08-011-0/+1
| | | | | | | | jpeg image Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9904 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #37585 - Correctly log action when users request to join a groupJoas Schilling2009-08-011-1/+1
| | | | | | | | Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9903 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fallback options for missing language files. (Bug #38575 - Patch by EXreaction)Meik Sievertsen2009-08-011-2/+30
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9901 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #48695 - Do not try to create thumbnails for images we cannot open ↵Andreas Fischer2009-07-311-0/+5
| | | | | | properly. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9899 89ea8834-ac86-4346-8a33-228a782c2dd0
* check changed to allow for undefined lang entries. Proposed by a_jelly_donutHenry Sudhof2009-07-311-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9898 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/+67
| | | | | | forum creation git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9896 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #48875 - we compare the bitlength, therefore we indeed do not need ↵Meik Sievertsen2009-07-301-2/+2
| | | | | | to re-cache if we think acl options got changed (which we did) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9894 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #48885, introduced in r9843Joas Schilling2009-07-301-2/+2
| | | | | | Authorised by: kellanved git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9893 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #47295 - Min/max characters per posts also affects polls optionJoas Schilling2009-07-301-6/+17
| | | | | | | | Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9892 89ea8834-ac86-4346-8a33-228a782c2dd0
* Props.Andreas Fischer2009-07-291-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9891 89ea8834-ac86-4346-8a33-228a782c2dd0
* Slightly adjust version check on index page to be a bit more descriptiveMeik Sievertsen2009-07-291-12/+13
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9889 89ea8834-ac86-4346-8a33-228a782c2dd0