aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* fix ordered list display in forum rules - #14785Meik Sievertsen2009-03-301-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9415 89ea8834-ac86-4346-8a33-228a782c2dd0
* Redirect to relevant MCP page of multi-page topic if accessing quickmod ↵Meik Sievertsen2009-03-303-1/+8
| | | | | | tools (Split option for example) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9414 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug in postgresql db layer for LIMIT ALL clauses (reported by JRSweets)Meik Sievertsen2009-03-303-4/+9
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9412 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Add indicator to be used in code if session was created (user visits the ↵Meik Sievertsen2009-03-283-1/+12
| | | | | | | | | site for the first time) - Correctly count topic views for guests visiting the website the first time by entering the topic directly (Bug #43445) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9411 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix unkown variable problem. ;)Meik Sievertsen2009-03-281-0/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9410 89ea8834-ac86-4346-8a33-228a782c2dd0
* speed up group deletion and correctly display user parameter if group ↵Meik Sievertsen2009-03-272-2/+13
| | | | | | membership changed in acp -> users -> groups git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9409 89ea8834-ac86-4346-8a33-228a782c2dd0
* Inherit the bitfieldHenry Sudhof2009-03-261-1/+18
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9408 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug # 42455 - Cursor Jumps on New Topic in IEJim Wigginton2009-03-255-4/+3
| | | | | | Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9407 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #40565 – Cancel when replying to global announcement redirects ↵Jim Wigginton2009-03-242-1/+3
| | | | | | | | to first forum - not to the current forum Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9406 89ea8834-ac86-4346-8a33-228a782c2dd0
* unfortunately we are not able to use db_tools - because we do not know the ↵Meik Sievertsen2009-03-241-4/+1375
| | | | | | state it is in, therefore can't rely on it. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9405 89ea8834-ac86-4346-8a33-228a782c2dd0
* some shapesHenry Sudhof2009-03-201-465/+1428
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9403 89ea8834-ac86-4346-8a33-228a782c2dd0
* #40905Meik Sievertsen2009-03-201-9/+13
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9402 89ea8834-ac86-4346-8a33-228a782c2dd0
* #36005 - patch by raimon - wrap on group display for info columnMeik Sievertsen2009-03-201-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9401 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix duplicate creation of acl options in acl_add_options() under certain ↵Meik Sievertsen2009-03-2011-260/+343
| | | | | | | | | conditions. (Bug #38385, #40225) Add unique key to ACL options table to prevent duplicate permission options. (Bug #41835) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9400 89ea8834-ac86-4346-8a33-228a782c2dd0
* SQL optimisationsChris Smith2009-03-192-4/+4
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9399 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix race condition for updating post/topic/etc. counter. (reported by BartVB)Meik Sievertsen2009-03-1910-26/+58
| | | | | | please do not try such fixes at home - the correct solution would be to create a second config table with integer columns. ;) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9398 89ea8834-ac86-4346-8a33-228a782c2dd0
* do not use coppa group as failover if disabled (remove user from group)Meik Sievertsen2009-03-191-2/+9
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9397 89ea8834-ac86-4346-8a33-228a782c2dd0
* small SQL optimizationHenry Sudhof2009-03-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9396 89ea8834-ac86-4346-8a33-228a782c2dd0
* small SQL optimizationHenry Sudhof2009-03-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9395 89ea8834-ac86-4346-8a33-228a782c2dd0
* backport 3.2 version of phpbb_chmod() - need to be tested further...Meik Sievertsen2009-03-181-52/+76
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9394 89ea8834-ac86-4346-8a33-228a782c2dd0
* XHTML error in prosilver. #43015Chris Smith2009-03-172-3/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9393 89ea8834-ac86-4346-8a33-228a782c2dd0
* this was not supposed to be committed yet - it is completely untestedMeik Sievertsen2009-03-171-51/+31
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9392 89ea8834-ac86-4346-8a33-228a782c2dd0
* ermHenry Sudhof2009-03-171-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9391 89ea8834-ac86-4346-8a33-228a782c2dd0
* captcha changesHenry Sudhof2009-03-179-13/+66
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9390 89ea8834-ac86-4346-8a33-228a782c2dd0
* Mass Email works again for users with empty jabber address but notification ↵Meik Sievertsen2009-03-175-10/+35
| | | | | | set to 'both'. (Bug #39755) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9389 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bug #39735 - force full date on bump messageMeik Sievertsen2009-03-171-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9388 89ea8834-ac86-4346-8a33-228a782c2dd0
* Use FQDN for SMTP EHLO/HELO command. (Bug #41025)Meik Sievertsen2009-03-173-2/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9387 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bug #41175 - wrong call to mb_ereg_search_init() (second commit)Meik Sievertsen2009-03-172-32/+52
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9386 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bug #41175 - wrong call to mb_ereg_search_init()Meik Sievertsen2009-03-171-2/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9385 89ea8834-ac86-4346-8a33-228a782c2dd0
* Flash files do not display anymore after update to flash player 10 (Bug #41315)Meik Sievertsen2009-03-174-11/+23
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9384 89ea8834-ac86-4346-8a33-228a782c2dd0
* Do not suppress PHP notices/errors in language packs if DEBUG_EXTRA mode ↵Meik Sievertsen2009-03-172-2/+9
| | | | | | enabled. (Bug #41485) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9383 89ea8834-ac86-4346-8a33-228a782c2dd0
* further commit for #r9376 for bug #42345Meik Sievertsen2009-03-171-3/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9382 89ea8834-ac86-4346-8a33-228a782c2dd0
* #42985 - use path in JS instead of nameMeik Sievertsen2009-03-172-1/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9381 89ea8834-ac86-4346-8a33-228a782c2dd0
* gah stupid conflict resolution :@ fix line ending in r9379Chris Smith2009-03-161-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9380 89ea8834-ac86-4346-8a33-228a782c2dd0
* Deleting private message attachments could delete post attachments. #42815Chris Smith2009-03-162-1/+11
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9379 89ea8834-ac86-4346-8a33-228a782c2dd0
* Set connection encoding for MySQL versions 4.1.0 to 4.1.2. This may fix some ↵Meik Sievertsen2009-03-162-2/+3
| | | | | | conversion issues with special characters. (Bug #41805) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9378 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix javascript errors in simple header (prosilver) by adding forum_fn.js and ↵Meik Sievertsen2009-03-162-0/+7
| | | | | | the corresponding variables. (Bug #42135) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9377 89ea8834-ac86-4346-8a33-228a782c2dd0
* #42345 - posts instead of messages in language pack (log entry)Meik Sievertsen2009-03-161-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9376 89ea8834-ac86-4346-8a33-228a782c2dd0
* #42375 - correctly state what happens (word censors not affecting usernames ↵Meik Sievertsen2009-03-161-1/+1
| | | | | | for registration) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9375 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix wrong bot ip check if bot ip was wrongly entered by admin. (Bug #42485)Meik Sievertsen2009-03-162-0/+8
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9374 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix download count increments for image attachments without corresponding ↵Meik Sievertsen2009-03-163-6/+9
| | | | | | thumbnails. (Bug #42505) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9373 89ea8834-ac86-4346-8a33-228a782c2dd0
* Better thumbnail quality with imagemagick (Bug #42565)Meik Sievertsen2009-03-162-1/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9372 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add topic icons to prosilver UCP main and subscribed templates (Bug #42735 - ↵Meik Sievertsen2009-03-164-3/+8
| | | | | | Patch by Raimon) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9371 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix bug #42785Meik Sievertsen2009-03-161-7/+8
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9370 89ea8834-ac86-4346-8a33-228a782c2dd0
* add support for multiple_select Meik Sievertsen2009-03-161-10/+20
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9369 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix r9363, DEFINE uses template_compile::compile() which was generating ↵Chris Smith2009-03-141-1/+2
| | | | | | really broken PHP :) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9368 89ea8834-ac86-4346-8a33-228a782c2dd0
* bantu is being picky but correctChris Smith2009-03-111-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9367 89ea8834-ac86-4346-8a33-228a782c2dd0
* for using the same cached file we need to have exact queries. :PMeik Sievertsen2009-03-112-4/+6
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9366 89ea8834-ac86-4346-8a33-228a782c2dd0
* Hide font size options which are bigger than the allowed size in the editor. ↵Chris Smith2009-03-116-4/+16
| | | | | | #42615 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9365 89ea8834-ac86-4346-8a33-228a782c2dd0
* Use OS-specific line endings for mail headers. (related to Bug #42755)Meik Sievertsen2009-03-112-21/+28
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9364 89ea8834-ac86-4346-8a33-228a782c2dd0