aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* - added updated coding guidelinesMeik Sievertsen2005-04-1030-483/+1233
| | | | | | | | - introduced is_registered and is_bot flags for correct determinition of guest/registered/bot users - changed bot code to act on useragent || ip git-svn-id: file:///svn/phpbb/trunk@5117 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fixed custom profile field get/storeMeik Sievertsen2005-04-1010-380/+280
| | | | | | | | - changed tz lang array to hold more descriptive timezones (no more tz+-13, dst is a seperate option) - fixed bugs after jabber queue processing (data being escaped differently) git-svn-id: file:///svn/phpbb/trunk@5116 89ea8834-ac86-4346-8a33-228a782c2dd0
* forgot one fileMeik Sievertsen2005-04-091-0/+150
| | | | git-svn-id: file:///svn/phpbb/trunk@5115 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Documentation related changesMeik Sievertsen2005-04-09110-1954/+2289
| | | | | | | | | | - added resend activation email dialog - fixed issue in session code - log failed/successful admin re-authentication/login - fixed simple forum dropdown box (used in mcp and posting) git-svn-id: file:///svn/phpbb/trunk@5114 89ea8834-ac86-4346-8a33-228a782c2dd0
* say hello to our little friends, we love smilies.Meik Sievertsen2005-04-0723-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@5113 89ea8834-ac86-4346-8a33-228a782c2dd0
* say goodbye. We do not like smiles.Meik Sievertsen2005-04-0723-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@5112 89ea8834-ac86-4346-8a33-228a782c2dd0
* new file upload class handling all file uploads.Meik Sievertsen2005-03-211-0/+582
| | | | git-svn-id: file:///svn/phpbb/trunk@5110 89ea8834-ac86-4346-8a33-228a782c2dd0
* - and my second attemptMeik Sievertsen2005-03-2124-425/+250
| | | | git-svn-id: file:///svn/phpbb/trunk@5109 89ea8834-ac86-4346-8a33-228a782c2dd0
* - first try to break things...Meik Sievertsen2005-03-2132-235/+260
| | | | git-svn-id: file:///svn/phpbb/trunk@5108 89ea8834-ac86-4346-8a33-228a782c2dd0
* It's really hard to get a commit right the first time. Really\! It is\!Bart van Bragt2005-03-171-1/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@5105 89ea8834-ac86-4346-8a33-228a782c2dd0
* Show a useful error message if a language file is missingBart van Bragt2005-03-171-3/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@5104 89ea8834-ac86-4346-8a33-228a782c2dd0
* change viewonline page slightly.Meik Sievertsen2005-02-107-154/+218
| | | | | | | Mental Note: Step away from using in_array in conjunction with huge arrays (and within a loop), might get slow. ;) git-svn-id: file:///svn/phpbb/trunk@5091 89ea8834-ac86-4346-8a33-228a782c2dd0
* Missing UCP language string, some small activation issues on adm/index.phpBart van Bragt2005-02-022-6/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@5090 89ea8834-ac86-4346-8a33-228a782c2dd0
* let composing pms work again. :)Meik Sievertsen2005-01-301-4/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@5089 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix last_post_information for moderated topicsMeik Sievertsen2005-01-292-20/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@5088 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed dotted topics on replyBart van Bragt2005-01-291-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@5087 89ea8834-ac86-4346-8a33-228a782c2dd0
* put user into appropiate group after activating his accountMeik Sievertsen2005-01-295-44/+49
| | | | git-svn-id: file:///svn/phpbb/trunk@5086 89ea8834-ac86-4346-8a33-228a782c2dd0
* - some additionsMeik Sievertsen2005-01-281-84/+124
| | | | | | | - working with safe mode enabled too git-svn-id: file:///svn/phpbb/trunk@5085 89ea8834-ac86-4346-8a33-228a782c2dd0
* Only send PM notification if the user wants to receive oneBart van Bragt2005-01-281-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@5084 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix admin_session "bug"Meik Sievertsen2005-01-277-16/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@5083 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fix serious bug (not updating topic/post count), i do not know why this ↵Meik Sievertsen2005-01-272-2/+2
| | | | | | slipped through and no one noticed... :) Maybe only i, lately i was performing very badly, had a few flaws, need to update myself to a stable version... git-svn-id: file:///svn/phpbb/trunk@5082 89ea8834-ac86-4346-8a33-228a782c2dd0
* - sticky bug fixMeik Sievertsen2005-01-271-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@5081 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed some issues with avatarsBart van Bragt2005-01-272-6/+13
| | | | git-svn-id: file:///svn/phpbb/trunk@5080 89ea8834-ac86-4346-8a33-228a782c2dd0
* I'ml unwell, give me a breakPaul S. Owen2005-01-261-2/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@5079 89ea8834-ac86-4346-8a33-228a782c2dd0
* Display poll results after voting even if you can change said votePaul S. Owen2005-01-261-9/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@5078 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed small bug related to email sendingBart van Bragt2005-01-261-2/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@5077 89ea8834-ac86-4346-8a33-228a782c2dd0
* BBCode enabled profile fields, removed field_name from profile fields, fixed ↵Bart van Bragt2005-01-2414-86/+197
| | | | | | some uninitialised variable issues, some small conversion issues git-svn-id: file:///svn/phpbb/trunk@5076 89ea8834-ac86-4346-8a33-228a782c2dd0
* here we go, a new admin file, only first draft.Meik Sievertsen2005-01-231-0/+1019
| | | | git-svn-id: file:///svn/phpbb/trunk@5075 89ea8834-ac86-4346-8a33-228a782c2dd0
* - change registration page language on-the-flyMeik Sievertsen2005-01-237-57/+166
| | | | | | | | - added download function to functions_compress as well as tiny bugfixes - added local_name and author to iso.txt file git-svn-id: file:///svn/phpbb/trunk@5074 89ea8834-ac86-4346-8a33-228a782c2dd0
* damnMeik Sievertsen2005-01-221-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5073 89ea8834-ac86-4346-8a33-228a782c2dd0
* tiny additionMeik Sievertsen2005-01-221-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5072 89ea8834-ac86-4346-8a33-228a782c2dd0
* - removed unnecessary pm optionsMeik Sievertsen2005-01-2113-58/+49
| | | | | | | - added one option to clearly define email visibility git-svn-id: file:///svn/phpbb/trunk@5071 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fix sql error (mysql4.1)Meik Sievertsen2005-01-211-6/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@5070 89ea8834-ac86-4346-8a33-228a782c2dd0
* - hrmMeik Sievertsen2005-01-211-6/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@5069 89ea8834-ac86-4346-8a33-228a782c2dd0
* - bugfixesMeik Sievertsen2005-01-2021-86/+221
| | | | | | | | | - default sort options for posts too - adjusted format_date to remove the (time intensive) preg_ calls - temporary style.php code. git-svn-id: file:///svn/phpbb/trunk@5068 89ea8834-ac86-4346-8a33-228a782c2dd0
* - search_array be mediumtextMeik Sievertsen2005-01-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5067 89ea8834-ac86-4346-8a33-228a782c2dd0
* - do not add post to queue (if moderated forum) if posting user is able to ↵Meik Sievertsen2005-01-161-15/+15
| | | | | | approve posts. git-svn-id: file:///svn/phpbb/trunk@5066 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fix bugs in mysql4 layerMeik Sievertsen2005-01-161-18/+41
| | | | git-svn-id: file:///svn/phpbb/trunk@5065 89ea8834-ac86-4346-8a33-228a782c2dd0
* - remove group informations from session queriesMeik Sievertsen2005-01-151-12/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@5064 89ea8834-ac86-4346-8a33-228a782c2dd0
* - bugfixesMeik Sievertsen2005-01-1512-22/+50
| | | | | | | - do not hardcode url bbcode tag (please change the bitfield accordingly - see schema file!) git-svn-id: file:///svn/phpbb/trunk@5063 89ea8834-ac86-4346-8a33-228a782c2dd0
* Just a precautionPaul S. Owen2005-01-131-0/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@5062 89ea8834-ac86-4346-8a33-228a782c2dd0
* oopsie, forgot thisPaul S. Owen2005-01-131-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@5061 89ea8834-ac86-4346-8a33-228a782c2dd0
* These aren't the search files you're looking for ... I can go about my ↵Paul S. Owen2005-01-133-0/+510
| | | | | | business ... move along ... git-svn-id: file:///svn/phpbb/trunk@5060 89ea8834-ac86-4346-8a33-228a782c2dd0
* Censor topic name, signature, occupation, interests and locationPaul S. Owen2005-01-131-5/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@5059 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix profile msn contact linkPaul S. Owen2005-01-131-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@5058 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix topic count display for subforaPaul S. Owen2005-01-131-37/+31
| | | | git-svn-id: file:///svn/phpbb/trunk@5057 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some uncommitted till now changesPaul S. Owen2005-01-123-45/+60
| | | | git-svn-id: file:///svn/phpbb/trunk@5056 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed small PM issue in headerBart van Bragt2005-01-111-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@5055 89ea8834-ac86-4346-8a33-228a782c2dd0
* - make file available in gallery avatar_columnMeik Sievertsen2005-01-101-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@5054 89ea8834-ac86-4346-8a33-228a782c2dd0
* this should eliminate most problems with statements not interpreted but ↵Meik Sievertsen2005-01-101-3/+4
| | | | | | valid. We really do not use/need multiline conditionals. ;) git-svn-id: file:///svn/phpbb/trunk@5053 89ea8834-ac86-4346-8a33-228a782c2dd0