aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
...
* remove useless variable that caused some undefined errorsDavid M2007-05-091-3/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7518 89ea8834-ac86-4346-8a33-228a782c2dd0
* sync topics before forum.Meik Sievertsen2007-05-091-40/+39
| | | | git-svn-id: file:///svn/phpbb/trunk@7517 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8108Meik Sievertsen2007-05-091-0/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@7516 89ea8834-ac86-4346-8a33-228a782c2dd0
* Just cleaning up a little.Henry Sudhof2007-05-094-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@7515 89ea8834-ac86-4346-8a33-228a782c2dd0
* minor fixMeik Sievertsen2007-05-093-8/+8
| | | | | | | also set load_tplcompile to 0 by default now it is quite intensive with the default settings/style. git-svn-id: file:///svn/phpbb/trunk@7514 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10701David M2007-05-091-23/+25
| | | | git-svn-id: file:///svn/phpbb/trunk@7513 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10651David M2007-05-091-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7512 89ea8834-ac86-4346-8a33-228a782c2dd0
* some bug fixes...David M2007-05-091-7/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@7511 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10679Henry Sudhof2007-05-091-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7510 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10669Henry Sudhof2007-05-091-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@7509 89ea8834-ac86-4346-8a33-228a782c2dd0
* bah!David M2007-05-091-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7508 89ea8834-ac86-4346-8a33-228a782c2dd0
* this is pretty neat.David M2007-05-091-21/+113
| | | | | | | | | - We save a nasty query from every new topic and reply. We can do this because we are in a transaction, asking the database what is the newest info would just return the post_id we just inserted - editting is now far cheaper if it turns out the newest post has been editted. - switch the globality of a topic (making it global/unglobal) is now cheaper by a lot. If it turns out that we have changed the universe in any important way we can easily fix things much faster than before. git-svn-id: file:///svn/phpbb/trunk@7507 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10659David M2007-05-081-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7506 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10635David M2007-05-081-1/+1
| | | | | | | This should work, it could be made more strict but am leaving it alone for now git-svn-id: file:///svn/phpbb/trunk@7505 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10637David M2007-05-081-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7504 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10617Meik Sievertsen2007-05-073-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@7503 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10627 - revert previous permission inclusion change, forgot that that ↵Meik Sievertsen2007-05-071-2/+5
| | | | | | permissions_phpbb indeed need to be added as the first file. git-svn-id: file:///svn/phpbb/trunk@7502 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10617Henry Sudhof2007-05-071-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7501 89ea8834-ac86-4346-8a33-228a782c2dd0
* implement change style check suggested by code reader.Meik Sievertsen2007-05-071-14/+40
| | | | git-svn-id: file:///svn/phpbb/trunk@7500 89ea8834-ac86-4346-8a33-228a782c2dd0
* language here, language there...Meik Sievertsen2007-05-072-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7499 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix moving forums around. :oMeik Sievertsen2007-05-071-0/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@7498 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixing some bugsMeik Sievertsen2007-05-0738-419/+359
| | | | | | | changed the way we are handling bookmarks. No order_id required, really! Order by last post time as suggested by BartVB. git-svn-id: file:///svn/phpbb/trunk@7497 89ea8834-ac86-4346-8a33-228a782c2dd0
* Just removing a few extra lines.Henry Sudhof2007-05-071-2/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@7496 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixing a bug nobody reported so far: the avatar gallery displayed a faulty ↵Henry Sudhof2007-05-073-6/+77
| | | | | | | | | message about avatars being disabled. Also fixes #10531 (let's pretend that it isn't a new feature. It's neat, though) git-svn-id: file:///svn/phpbb/trunk@7495 89ea8834-ac86-4346-8a33-228a782c2dd0
* Regression bugs from: ↵Jonathan Stanley2007-05-071-1/+1
| | | | | | | | | http://phpbb.cvs.sourceforge.net/phpbb/phpBB2/includes/functions_posting.php?r1=1.233&r2=1.234 Anchor fragments should be "#p12345", not "p=12345" (which AFAIK ends up working the same as "#p") git-svn-id: file:///svn/phpbb/trunk@7494 89ea8834-ac86-4346-8a33-228a782c2dd0
* - create log entries on (dis)approving and handling reportsNils Adermann2007-05-063-3/+56
| | | | git-svn-id: file:///svn/phpbb/trunk@7493 89ea8834-ac86-4346-8a33-228a782c2dd0
* *** empty log message ***David M2007-05-061-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7492 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok, try to fix the "re-approval on edit" bugs. Also added make_clickable to ↵Meik Sievertsen2007-05-065-30/+99
| | | | | | log entries as well as logging moderator edits. git-svn-id: file:///svn/phpbb/trunk@7491 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10567David M2007-05-062-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7490 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10563David M2007-05-061-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7489 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10551Jonathan Stanley2007-05-061-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7488 89ea8834-ac86-4346-8a33-228a782c2dd0
* While we are at it ...Henry Sudhof2007-05-061-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7487 89ea8834-ac86-4346-8a33-228a782c2dd0
* Trying to improve readability in the cube3d captcha. The freetype one might ↵Henry Sudhof2007-05-062-36/+28
| | | | | | | | | | make a comeback as option :|. #10547 #10543 git-svn-id: file:///svn/phpbb/trunk@7486 89ea8834-ac86-4346-8a33-228a782c2dd0
* #9828, #10545, #10541, #10533, #10529, #10527, #10521, #10503, #10481Meik Sievertsen2007-05-0642-177/+177
| | | | | | | | - more label fixes - simpler approach to get input cursor text git-svn-id: file:///svn/phpbb/trunk@7485 89ea8834-ac86-4346-8a33-228a782c2dd0
* FFS. @_@Jonathan Stanley2007-05-061-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7484 89ea8834-ac86-4346-8a33-228a782c2dd0
* Stragglers that got missed during ACP prosilver-isationageing.Jonathan Stanley2007-05-062-0/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@7483 89ea8834-ac86-4346-8a33-228a782c2dd0
* bloody cut-and-paste @_@Jonathan Stanley2007-05-061-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7482 89ea8834-ac86-4346-8a33-228a782c2dd0
* Usability enhancement, actually make use of existing, differing CSS classes ↵Jonathan Stanley2007-05-062-0/+15
| | | | | | to style subforum links differently. Am currently "ghetto-ing" it by reusing viewtopic icons within the imageset. Like it or loath it? If the former, will go about getting the imageset update with new appropiate extra mini-icons. :) git-svn-id: file:///svn/phpbb/trunk@7481 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10523Jonathan Stanley2007-05-061-1/+1
| | | | | | | | | | | | | | Just saw this one, whilst thinking about some other stuff... Now possible to select the subforum listing for styling by: a.subforum { foo: bar; } // both read and unread links ... and either specifically by: a.subforum.read { foo: bar; } // read links only a.subforum.unread { foo: bar; } // unread links only git-svn-id: file:///svn/phpbb/trunk@7480 89ea8834-ac86-4346-8a33-228a782c2dd0
* I *knew* I forgot something :PDavid M2007-05-051-112/+114
| | | | git-svn-id: file:///svn/phpbb/trunk@7479 89ea8834-ac86-4346-8a33-228a782c2dd0
* Introducing a new CAPTCHA. Thanks to Robert "Xore" Hetzler for idea & code ↵Henry Sudhof2007-05-058-109/+1597
| | | | | | | | | and Ashley "Neothermic" Pinner for her expertise and contributions to said code. This introduces new language variables, so take note translators :). git-svn-id: file:///svn/phpbb/trunk@7478 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10507David M2007-05-051-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7477 89ea8834-ac86-4346-8a33-228a782c2dd0
* bugfixes. :/ An ugly one included as a temporary solution...Meik Sievertsen2007-05-054-8/+21
| | | | git-svn-id: file:///svn/phpbb/trunk@7476 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10497David M2007-05-051-1/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@7475 89ea8834-ac86-4346-8a33-228a782c2dd0
* *** empty log message ***David M2007-05-051-3/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@7474 89ea8834-ac86-4346-8a33-228a782c2dd0
* #9873David M2007-05-051-3/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@7473 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10495David M2007-05-052-2/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@7472 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10463David M2007-05-051-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7471 89ea8834-ac86-4346-8a33-228a782c2dd0
* "Run, Luke! Run!"David M2007-05-051-3/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7470 89ea8834-ac86-4346-8a33-228a782c2dd0
* Better support for nested transactions...Meik Sievertsen2007-05-0511-36/+48
| | | | git-svn-id: file:///svn/phpbb/trunk@7469 89ea8834-ac86-4346-8a33-228a782c2dd0