aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug #494982, uses IP for anonymous posters and user_id for logged in ↵Paul S. Owen2001-12-191-1/+2
| | | | | | users git-svn-id: file:///svn/phpbb/trunk@1632 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added check if post exist for IP checkBart van Bragt2001-12-181-1/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@1631 89ea8834-ac86-4346-8a33-228a782c2dd0
* I'm just too stupid for CVS :DBart van Bragt2001-12-181-22/+67
| | | | git-svn-id: file:///svn/phpbb/trunk@1630 89ea8834-ac86-4346-8a33-228a782c2dd0
* No real reason to commit this, just trying this TortoiseCVS proggy under win2KPaul S. Owen2001-12-181-0/+81
| | | | git-svn-id: file:///svn/phpbb/trunk@1629 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved generate_smilies() into includes/post.php, use smileypath in config tableBart van Bragt2001-12-183-218/+109
| | | | git-svn-id: file:///svn/phpbb/trunk@1628 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updatesBart van Bragt2001-12-181-7/+26
| | | | git-svn-id: file:///svn/phpbb/trunk@1627 89ea8834-ac86-4346-8a33-228a782c2dd0
* Modified to fix Bug # 494598the_systech2001-12-181-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1626 89ea8834-ac86-4346-8a33-228a782c2dd0
* Tentative freeze(?)Paul S. Owen2001-12-182-20/+23
| | | | git-svn-id: file:///svn/phpbb/trunk@1625 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated classes, fixed slashing issue and maybe reduced overhead a little, ↵Paul S. Owen2001-12-182-431/+339
| | | | | | perhaps git-svn-id: file:///svn/phpbb/trunk@1624 89ea8834-ac86-4346-8a33-228a782c2dd0
* Was this commited? I was convinced it was after checking the dev board ...Paul S. Owen2001-12-171-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1623 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #488927James Atkinson2001-12-171-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1622 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #488093James Atkinson2001-12-171-5/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@1621 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #492183, added checking on theme name when creating new theme.James Atkinson2001-12-172-0/+17
| | | | git-svn-id: file:///svn/phpbb/trunk@1620 89ea8834-ac86-4346-8a33-228a782c2dd0
* Another lastvisit name change missedPaul S. Owen2001-12-171-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1619 89ea8834-ac86-4346-8a33-228a782c2dd0
* Stupid horrible group by clausesPaul S. Owen2001-12-172-28/+76
| | | | git-svn-id: file:///svn/phpbb/trunk@1618 89ea8834-ac86-4346-8a33-228a782c2dd0
* Oops, another file I forgot to commit, perhaps I should commit myself ...Paul S. Owen2001-12-171-7/+17
| | | | git-svn-id: file:///svn/phpbb/trunk@1617 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various remaining language fixes for viewonline and board configuration adminPaul S. Owen2001-12-175-5/+17
| | | | git-svn-id: file:///svn/phpbb/trunk@1616 89ea8834-ac86-4346-8a33-228a782c2dd0
* oops, change title name, etc.Paul S. Owen2001-12-171-6/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@1615 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added BBCode guide as separate file ... no doubt this will annoy some, oh ↵Paul S. Owen2001-12-173-4/+89
| | | | | | well :) git-svn-id: file:///svn/phpbb/trunk@1614 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ooops left explicit sizes in smilies panel which isn't great for weird size ↵Paul S. Owen2001-12-172-2/+2
| | | | | | smilies ... git-svn-id: file:///svn/phpbb/trunk@1613 89ea8834-ac86-4346-8a33-228a782c2dd0
* Why didn't these commit yesterday with the other changes .. hmmm, even the ↵Paul S. Owen2001-12-163-3/+3
| | | | | | history says they were in the CL ...strange git-svn-id: file:///svn/phpbb/trunk@1612 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed way moderator lang is output on viewforum and indexPaul S. Owen2001-12-166-49/+49
| | | | git-svn-id: file:///svn/phpbb/trunk@1611 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved remaining hard coded text in posting template to lang_main, smilies ↵Paul S. Owen2001-12-161-1/+137
| | | | | | now from DB + external smilies window if > 20 git-svn-id: file:///svn/phpbb/trunk@1610 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved remaining hard coded text in posting template to lang_main, smilies ↵Paul S. Owen2001-12-164-276/+249
| | | | | | now from DB + external smilies window if > 20 git-svn-id: file:///svn/phpbb/trunk@1609 89ea8834-ac86-4346-8a33-228a782c2dd0
* Seperate window for excess smiliesPaul S. Owen2001-12-161-0/+45
| | | | git-svn-id: file:///svn/phpbb/trunk@1608 89ea8834-ac86-4346-8a33-228a782c2dd0
* Implement solution for bug #493663 Re: in reply subjectPaul S. Owen2001-12-161-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1607 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-jiggle some unread/read/newest topic stuffPaul S. Owen2001-12-161-33/+35
| | | | git-svn-id: file:///svn/phpbb/trunk@1606 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix view newest post error + missing mini post icon in posting previewPaul S. Owen2001-12-162-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1605 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix view newest post error + missing mini post icon in posting previewPaul S. Owen2001-12-163-5/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@1604 89ea8834-ac86-4346-8a33-228a782c2dd0
* Hopefully fixed bug #491971Paul S. Owen2001-12-161-4/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@1603 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added body text settingPaul S. Owen2001-12-163-38/+47
| | | | git-svn-id: file:///svn/phpbb/trunk@1602 89ea8834-ac86-4346-8a33-228a782c2dd0
* Should fix bug #493448 I can't believe the cockup I made, that was a good ↵Paul S. Owen2001-12-162-3/+6
| | | | | | one even by my standards ... PS: This one works ... git-svn-id: file:///svn/phpbb/trunk@1601 89ea8834-ac86-4346-8a33-228a782c2dd0
* Should be a fix for another global_var issue bug #492118 also modded install ↵Paul S. Owen2001-12-162-86/+16
| | | | | | template to use .css git-svn-id: file:///svn/phpbb/trunk@1600 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed global_var bug #492117Paul S. Owen2001-12-161-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1599 89ea8834-ac86-4346-8a33-228a782c2dd0
* Should fix bug #493448 I can't believe the cockup I made, that was a good ↵Paul S. Owen2001-12-161-2/+4
| | | | | | one even by my standards git-svn-id: file:///svn/phpbb/trunk@1598 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix bug #493735 was still using old config value name for themePaul S. Owen2001-12-161-2/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1597 89ea8834-ac86-4346-8a33-228a782c2dd0
* Slight admin rank bug (would not display-broken image)dougk_ff72001-12-162-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1596 89ea8834-ac86-4346-8a33-228a782c2dd0
* This time I really fixed posting to prevent deletion of topic titles when ↵Paul S. Owen2001-12-151-1/+1
| | | | | | editing git-svn-id: file:///svn/phpbb/trunk@1595 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various changes to accompany session updates ... MSSQL users should be ↵Paul S. Owen2001-12-152-2/+2
| | | | | | prepared to alter or remove the session_last_visit field or face potential problems git-svn-id: file:///svn/phpbb/trunk@1594 89ea8834-ac86-4346-8a33-228a782c2dd0
* Not neededPaul S. Owen2001-12-151-189/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@1593 89ea8834-ac86-4346-8a33-228a782c2dd0
* subSilver updates, separate css, other fixesPaul S. Owen2001-12-155-190/+218
| | | | git-svn-id: file:///svn/phpbb/trunk@1592 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various changes to accompany session updates ... MSSQL users should be ↵Paul S. Owen2001-12-151-0/+1
| | | | | | prepared to alter or remove the session_last_visit field or face potential problems git-svn-id: file:///svn/phpbb/trunk@1591 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved agreement text to lang_mainPaul S. Owen2001-12-153-58/+52
| | | | git-svn-id: file:///svn/phpbb/trunk@1590 89ea8834-ac86-4346-8a33-228a782c2dd0
* FAQ updatePaul S. Owen2001-12-151-1/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@1589 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various changes to accompany session updates ... MSSQL users should be ↵Paul S. Owen2001-12-155-20/+6
| | | | | | prepared to alter or remove the session_last_visit field or face potential problems git-svn-id: file:///svn/phpbb/trunk@1588 89ea8834-ac86-4346-8a33-228a782c2dd0
* PHP_SELF is a BadThing(tm)Bart van Bragt2001-12-151-1/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@1587 89ea8834-ac86-4346-8a33-228a782c2dd0
* Sped up searching for posts from a specific user a lotBart van Bragt2001-12-151-5/+26
| | | | git-svn-id: file:///svn/phpbb/trunk@1586 89ea8834-ac86-4346-8a33-228a782c2dd0
* Made titles clickable for fast reloadBart van Bragt2001-12-152-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1585 89ea8834-ac86-4346-8a33-228a782c2dd0
* Doh, might help if the users data was updated when a new session is created ...Paul S. Owen2001-12-151-13/+15
| | | | git-svn-id: file:///svn/phpbb/trunk@1584 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed empty topic title issue when editing posts + moderation of locked topicsPaul S. Owen2001-12-151-13/+13
| | | | git-svn-id: file:///svn/phpbb/trunk@1583 89ea8834-ac86-4346-8a33-228a782c2dd0