aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
Commit message (Collapse)AuthorAgeFilesLines
* A 'not quite a Pauls up' + short date formatPaul S. Owen2001-11-271-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1460 89ea8834-ac86-4346-8a33-228a782c2dd0
* Implemented Navigation bar in MozillaBart van Bragt2001-11-261-19/+37
| | | | git-svn-id: file:///svn/phpbb/trunk@1452 89ea8834-ac86-4346-8a33-228a782c2dd0
* Finally moved the bbcode_uid from posts to posts_text, DON'T FORGET TO RUN ↵Bart van Bragt2001-11-241-2/+2
| | | | | | THE CONVERT SCRIPT IN /develop/ !! git-svn-id: file:///svn/phpbb/trunk@1436 89ea8834-ac86-4346-8a33-228a782c2dd0
* Reminder to self, checking files at 2am bad, checking files at 2pm goodPaul S. Owen2001-11-241-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1435 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updatesPaul S. Owen2001-11-201-0/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@1383 89ea8834-ac86-4346-8a33-228a782c2dd0
* More lang cleanupsPaul S. Owen2001-11-181-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1357 89ea8834-ac86-4346-8a33-228a782c2dd0
* More lang cleanupsPaul S. Owen2001-11-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1356 89ea8834-ac86-4346-8a33-228a782c2dd0
* Rank code playing silly beggars again, I hate that game personallyPaul S. Owen2001-11-161-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1342 89ea8834-ac86-4346-8a33-228a782c2dd0
* Mainly language updates but some bug fixes tooPaul S. Owen2001-11-161-2/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@1334 89ea8834-ac86-4346-8a33-228a782c2dd0
* Mainly language updates but some bug fixes tooPaul S. Owen2001-11-161-4/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1332 89ea8834-ac86-4346-8a33-228a782c2dd0
* Lang related update for topic watchPaul S. Owen2001-11-161-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1329 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added admin enabling of email formPaul S. Owen2001-11-151-0/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@1320 89ea8834-ac86-4346-8a33-228a782c2dd0
* Email form - free with purchase of any two other itemsPaul S. Owen2001-11-151-2/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1318 89ea8834-ac86-4346-8a33-228a782c2dd0
* I really dispise ), someone should ban them immediatelyPaul S. Owen2001-11-091-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1294 89ea8834-ac86-4346-8a33-228a782c2dd0
* Corrected for space within highlighted words, this is the version running on ↵Paul S. Owen2001-11-091-3/+6
| | | | | | the main site git-svn-id: file:///svn/phpbb/trunk@1292 89ea8834-ac86-4346-8a33-228a782c2dd0
* The way message is output for unset topic/post was correct, changing backPaul S. Owen2001-11-091-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1291 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #478505 also added code to retain highlight though pagination on ↵James Atkinson2001-11-091-2/+14
| | | | | | viewtopic git-svn-id: file:///svn/phpbb/trunk@1290 89ea8834-ac86-4346-8a33-228a782c2dd0
* Checked all calls to message_die and made sure that if they would be ↵James Atkinson2001-11-091-2/+2
| | | | | | | | | | outputted to a user without a major error that they got their error string from the lang file Also made sure all calls had the right arguments in teh right place git-svn-id: file:///svn/phpbb/trunk@1289 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ooops, forgot to clear edited by output for subsequent postsPaul S. Owen2001-10-261-0/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@1248 89ea8834-ac86-4346-8a33-228a782c2dd0
* Altered various language constructs + new quote changes for PM + altered ↵Paul S. Owen2001-10-251-40/+59
| | | | | | pagination git-svn-id: file:///svn/phpbb/trunk@1247 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor change to message output when no posts existPaul S. Owen2001-10-161-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1233 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix a few things left over from old global announce stuffPaul S. Owen2001-10-161-5/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1229 89ea8834-ac86-4346-8a33-228a782c2dd0
* More changes for global announcements. They no longer require the mode to ↵dougk_ff72001-10-161-18/+5
| | | | | | be set (it works without), posting.php has been updated to reflect replies to announcements in ALL forums, and a admin page for announcements (global) has been added, although it can only link to pages with the true forum and auth permissions. A more refined version will be coming soon git-svn-id: file:///svn/phpbb/trunk@1222 89ea8834-ac86-4346-8a33-228a782c2dd0
* Just the start to the wonderful world of global announcements. Adds support ↵dougk_ff72001-10-161-6/+25
| | | | | | for them as well as creates a new forum, id -1. Do not delete the forum. I'll write the admin later. git-svn-id: file:///svn/phpbb/trunk@1215 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various changes to location redirection ... please note the format and name ↵Paul S. Owen2001-10-141-3/+3
| | | | | | changes git-svn-id: file:///svn/phpbb/trunk@1190 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates mainly URI session related ... login still having problem ↵Paul S. Owen2001-10-141-5/+5
| | | | | | with full URI sessions git-svn-id: file:///svn/phpbb/trunk@1183 89ea8834-ac86-4346-8a33-228a782c2dd0
* Preliminary avatar gallery supportPaul S. Owen2001-10-111-3/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@1173 89ea8834-ac86-4346-8a33-228a782c2dd0
* I seem to have modified copies of these, so I'm comming 'em just in casePaul S. Owen2001-10-101-5/+15
| | | | git-svn-id: file:///svn/phpbb/trunk@1161 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor updates and fixesPaul S. Owen2001-10-101-6/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@1147 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug with non-ranked post getting the rank of the previous poster. ↵natec2001-10-081-0/+10
| | | | | | Partially filed under #462263. git-svn-id: file:///svn/phpbb/trunk@1139 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes related to private messaging + some bug fixesPaul S. Owen2001-10-011-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@1111 89ea8834-ac86-4346-8a33-228a782c2dd0
* topic watch/forum/topic read now cause a message to be displayed, changed ↵Paul S. Owen2001-09-261-6/+67
| | | | | | profile ICQ for subSilver, various other changes git-svn-id: file:///svn/phpbb/trunk@1093 89ea8834-ac86-4346-8a33-228a782c2dd0
* ICQ decided to change the location of their online indicators. New location ↵James Atkinson2001-09-261-5/+5
| | | | | | in viewtopic git-svn-id: file:///svn/phpbb/trunk@1090 89ea8834-ac86-4346-8a33-228a782c2dd0
* Slight mod to template name check for subSilver ICQ output ... must alter thisPaul S. Owen2001-09-251-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@1086 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated and fixed various issues, see post in developers forum for infoPaul S. Owen2001-09-251-29/+37
| | | | git-svn-id: file:///svn/phpbb/trunk@1083 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated moderator panel, particularly move/delete topicPaul S. Owen2001-09-151-7/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@1043 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed little bug with auto-linking screwing up links when both at the end of ↵James Atkinson2001-09-101-2/+4
| | | | | | | | | a message and the signature is attached. This fix works, but dosan't really solve the problem because I have no idea why it was happening in the first place git-svn-id: file:///svn/phpbb/trunk@1026 89ea8834-ac86-4346-8a33-228a782c2dd0
* Altered layout of phpbb_config tableBart van Bragt2001-09-081-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@1010 89ea8834-ac86-4346-8a33-228a782c2dd0
* View IP code inJames Atkinson2001-09-071-49/+49
| | | | git-svn-id: file:///svn/phpbb/trunk@1008 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #459427Paul S. Owen2001-09-071-2/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@999 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved signature attach toggle to DB run convert_sig to update after adding ↵Paul S. Owen2001-09-071-10/+28
| | | | | | new field to DB git-svn-id: file:///svn/phpbb/trunk@998 89ea8834-ac86-4346-8a33-228a782c2dd0
* Numerous updates and additions for polling and assorted fixes ... or bugs, ↵Paul S. Owen2001-09-061-80/+193
| | | | | | whichever they turn out to be git-svn-id: file:///svn/phpbb/trunk@987 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-added GPL disclaimersJames Atkinson2001-08-301-24/+24
| | | | git-svn-id: file:///svn/phpbb/trunk@943 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-added GPL disclaimerPaul S. Owen2001-08-301-0/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@942 89ea8834-ac86-4346-8a33-228a782c2dd0
* Modified header commentsPaul S. Owen2001-08-261-9/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@932 89ea8834-ac86-4346-8a33-228a782c2dd0
* ODBC only returning associative fields so modded next/prev topic code ↵Paul S. Owen2001-08-231-1/+0
| | | | | | appropriately git-svn-id: file:///svn/phpbb/trunk@924 89ea8834-ac86-4346-8a33-228a782c2dd0
* ODBC only returning associative fields so modded next/prev topic code ↵Paul S. Owen2001-08-231-2/+6
| | | | | | appropriately git-svn-id: file:///svn/phpbb/trunk@923 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates for templatesPaul S. Owen2001-08-231-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@917 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remote avatar supportPaul S. Owen2001-08-181-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@903 89ea8834-ac86-4346-8a33-228a782c2dd0
* Just some jigglingPaul S. Owen2001-08-171-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@895 89ea8834-ac86-4346-8a33-228a782c2dd0