aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* #54855Chris Smith2009-12-111-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10321 89ea8834-ac86-4346-8a33-228a782c2dd0
* Missing PM report language entries added. #55095Chris Smith2009-12-112-0/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10320 89ea8834-ac86-4346-8a33-228a782c2dd0
* Restore user language choice to compiled stylesheets. Broken by r10008 #54035Chris Smith2009-12-112-1/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10319 89ea8834-ac86-4346-8a33-228a782c2dd0
* #54345 - Passworded forumsAndreas Fischer2009-12-112-4/+28
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10318 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bug #54345 - Do not deliver topics from unreadable forums in the news feed.Andreas Fischer2009-12-112-1/+8
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10317 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bring back caching.Andreas Fischer2009-12-112-18/+22
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10316 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add another layer of abstraction.Andreas Fischer2009-12-111-174/+191
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10315 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove some unnecessary code and join two queries.Andreas Fischer2009-12-101-28/+16
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10314 89ea8834-ac86-4346-8a33-228a782c2dd0
* Database input, already specialchared.Andreas Fischer2009-12-101-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10313 89ea8834-ac86-4346-8a33-228a782c2dd0
* Correctly use RFC 3339 date in ATOM feeds. Bug #55005Andreas Fischer2009-12-102-6/+31
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10312 89ea8834-ac86-4346-8a33-228a782c2dd0
* Tiny typoChris Smith2009-12-091-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10311 89ea8834-ac86-4346-8a33-228a782c2dd0
* Log activation through inactive users ACP. #30145Chris Smith2009-12-092-14/+21
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10310 89ea8834-ac86-4346-8a33-228a782c2dd0
* Check for required eAccelerator functions #54465Chris Smith2009-12-093-0/+7
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10309 89ea8834-ac86-4346-8a33-228a782c2dd0
* Let's add some more checks. #54295Andreas Fischer2009-12-091-9/+19
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10308 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix potential data corruption issues with memcache ACMChris Smith2009-12-082-1/+6
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10307 89ea8834-ac86-4346-8a33-228a782c2dd0
* One issue solved possily others, so not closing yet. #55245Chris Smith2009-12-082-7/+8
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10306 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add some castings there. Slightly related: Bug #55155Andreas Fischer2009-12-081-8/+8
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10305 89ea8834-ac86-4346-8a33-228a782c2dd0
* Optimize SQL queries 'a little'.Andreas Fischer2009-12-081-12/+6
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10304 89ea8834-ac86-4346-8a33-228a782c2dd0
* Meh. One whitespace too much.Andreas Fischer2009-12-081-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10303 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #55005 - Correctly take post time instead of topic time for the ↵Andreas Fischer2009-12-082-3/+2
| | | | | | overall forum feed statistics row. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10302 89ea8834-ac86-4346-8a33-228a782c2dd0
* Make things easier. #54295, r10296Andreas Fischer2009-12-081-16/+10
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10301 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #54815 - Only replace table prefix if table name is surrounded by ↵Andreas Fischer2009-12-072-1/+2
| | | | | | whitespace. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10300 89ea8834-ac86-4346-8a33-228a782c2dd0
* PHP 5.3 compatibility: Disable E_DEPRECATED on startup to keep ↵Nils Adermann2009-12-065-8/+25
| | | | | | set_magic_quotes_runtime(0) quiet. [Bug #54495] git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10299 89ea8834-ac86-4346-8a33-228a782c2dd0
* Since dl() is deprecated and disabled by default in PHP 5.3, calling it will ↵Andreas Fischer2009-12-044-3/+5
| | | | | | result in a fatal error for an undefined function and because of the error suppression in a blank page. Checking if dl() exists should allow most boards to continue right away. - Bug #54665 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10298 89ea8834-ac86-4346-8a33-228a782c2dd0
* #54295 - Thanks Paul.J.MurphyAndreas Fischer2009-12-011-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10297 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #54295 - Cleanly handle forum/topic not found in ATOM Feeds. Also ↵Andreas Fischer2009-12-012-19/+27
| | | | | | related: Bug #54735 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10296 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #53025 - Correctly show topic ATOM feed link when only post id is ↵Andreas Fischer2009-11-302-0/+7
| | | | | | specified. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10295 89ea8834-ac86-4346-8a33-228a782c2dd0
* Oops. #54705, r10293.Andreas Fischer2009-11-281-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10294 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #54705 - Tiny XHTML mistakeAndreas Fischer2009-11-282-1/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10293 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bug #54325 - Fulltext-MySQL search for keywords and username at the same ↵Joas Schilling2009-11-262-1/+2
| | | | | | | | | time. (Regression from r9931) Authorised by: bantu git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10292 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bug #54265 - Regression: Word Censors and CasesRuslan Uzdenov2009-11-262-1/+2
| | | | | | Authorised by: bantu git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10291 89ea8834-ac86-4346-8a33-228a782c2dd0
* Adjust logic to what the comment says.Andreas Fischer2009-11-251-6/+4
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10290 89ea8834-ac86-4346-8a33-228a782c2dd0
* We've got to use array_merge() as long as we want to be able to write to ↵Andreas Fischer2009-11-241-2/+2
| | | | | | $global_vars. r10281 didn't change this, btw. ;-) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10289 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bug #54275 - Do not link to user profile in ATOM feed entry if post has been ↵Joas Schilling2009-11-242-3/+4
| | | | | | | | | made by the guest user. Authorised by: bantu git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10288 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bug #54285 - Correctly exclude subforums from ATOM Feeds.Joas Schilling2009-11-242-1/+2
| | | | | | | Authorised by: bantu git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10287 89ea8834-ac86-4346-8a33-228a782c2dd0
* Nitpicks. r10283, r10285Andreas Fischer2009-11-242-2/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10286 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bug #53565 - Use em dash instead of hyphen/minus as separator in ATOM Feeds ↵Andreas Fischer2009-11-242-4/+20
| | | | | | item statistics. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10285 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #54375 - Show correct HTML title when reporting private messages.Andreas Fischer2009-11-242-2/+4
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10284 89ea8834-ac86-4346-8a33-228a782c2dd0
* #54245Henry Sudhof2009-11-211-0/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10283 89ea8834-ac86-4346-8a33-228a782c2dd0
* #54245Henry Sudhof2009-11-211-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10282 89ea8834-ac86-4346-8a33-228a782c2dd0
* Implement suggestion as per Bug #53305 - Send time of last item instead of ↵Andreas Fischer2009-11-202-15/+27
| | | | | | current time in ATOM Feeds. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10281 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #54055 - Typo in search synonyms listAndreas Fischer2009-11-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10280 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #54125 - Correctly reset login keys if passed value is the current user.Andreas Fischer2009-11-192-3/+4
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10279 89ea8834-ac86-4346-8a33-228a782c2dd0
* only change what needs to be changed. ;)Meik Sievertsen2009-11-161-12/+12
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10276 89ea8834-ac86-4346-8a33-228a782c2dd0
* weird, editor is acting upHenry Sudhof2009-11-161-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10275 89ea8834-ac86-4346-8a33-228a782c2dd0
* weird, editor is acting upHenry Sudhof2009-11-161-11/+11
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10274 89ea8834-ac86-4346-8a33-228a782c2dd0
* #53905 - thanks DavidIQHenry Sudhof2009-11-161-3/+7
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10273 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #53965, Regression introduced in r9768 - Hardcode language for the ↵Andreas Fischer2009-11-151-1/+1
| | | | | | time being. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10271 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #53945 - Typo in r10267.Andreas Fischer2009-11-141-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10269 89ea8834-ac86-4346-8a33-228a782c2dd0
* Tag as 3.0.6Meik Sievertsen2009-11-143-3/+9
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10267 89ea8834-ac86-4346-8a33-228a782c2dd0