aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* Removed to prevent further misusePaul S. Owen2003-04-2914-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@3958 89ea8834-ac86-4346-8a33-228a782c2dd0
* Check for and remove other possible PHP execution tagsPaul S. Owen2003-04-281-2/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@3957 89ea8834-ac86-4346-8a33-228a782c2dd0
* Only displayed subforum icon if subforums were set to display_on_indexPaul S. Owen2003-04-261-17/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@3956 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed error in handling sub-forum data when displaying "categories"Paul S. Owen2003-04-261-15/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@3955 89ea8834-ac86-4346-8a33-228a782c2dd0
* I believe the original intent was to put the backslash in the character ↵Ludovic Arnaud2003-04-261-1/+1
| | | | | | class, this should make it work git-svn-id: file:///svn/phpbb/trunk@3954 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various changes, and tests ... marking/tracking is not complete ... ↵Paul S. Owen2003-04-2618-568/+721
| | | | | | tinkering, changing, etc. still to be done ... it's just I've made numerous and various changes to different files so a commit really is due git-svn-id: file:///svn/phpbb/trunk@3953 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated iconsPaul S. Owen2003-04-262-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@3952 89ea8834-ac86-4346-8a33-228a782c2dd0
* Was certainly one problem with it ...Paul S. Owen2003-04-241-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3951 89ea8834-ac86-4346-8a33-228a782c2dd0
* For the time being I want this to stay as addslashes for some cross-db ↵Paul S. Owen2003-04-241-3/+3
| | | | | | compatibility testing ... git-svn-id: file:///svn/phpbb/trunk@3950 89ea8834-ac86-4346-8a33-228a782c2dd0
* No functional changes, will only produce less PHP notices/warnings.Ludovic Arnaud2003-04-243-3/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@3949 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed typos, added isset() to produce less PHP notices and changed ↵Ludovic Arnaud2003-04-241-6/+14
| | | | | | addslashes() to the corresponding dbal function git-svn-id: file:///svn/phpbb/trunk@3948 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed some undefined variablesLudovic Arnaud2003-04-244-12/+13
| | | | git-svn-id: file:///svn/phpbb/trunk@3947 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed some undefined variables (my bad ;))Ludovic Arnaud2003-04-241-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3946 89ea8834-ac86-4346-8a33-228a782c2dd0
* Store only SELECT queries to be flushed laterLudovic Arnaud2003-04-242-2/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@3945 89ea8834-ac86-4346-8a33-228a782c2dd0
* Use {LAST_POST_TIME} to determine if the forum has "last post" infosLudovic Arnaud2003-04-241-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3944 89ea8834-ac86-4346-8a33-228a782c2dd0
* Modified internal layout of posts a little ... second time lucky, first copy ↵Paul S. Owen2003-04-242-46/+45
| | | | | | was overwritten by another commit :D git-svn-id: file:///svn/phpbb/trunk@3943 89ea8834-ac86-4346-8a33-228a782c2dd0
* Hmm, renamed the form. Now (Un)Mark All lnks should workLudovic Arnaud2003-04-231-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3942 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed: if the user hits "merge" and no destination topic is selected, the ↵Ludovic Arnaud2003-04-231-0/+4
| | | | | | topic selection screen magically appears git-svn-id: file:///svn/phpbb/trunk@3941 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed: topic_view displays the "merge" button, no matter if a destination ↵Ludovic Arnaud2003-04-231-1/+1
| | | | | | topic has been selected git-svn-id: file:///svn/phpbb/trunk@3940 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed: imbricated quotesLudovic Arnaud2003-04-231-13/+99
| | | | | | | Added: individual bbcodes can be disabled. (still has some bug, not sure where though) git-svn-id: file:///svn/phpbb/trunk@3939 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed: polls are forked with topics. Votes are not, which means users will ↵Ludovic Arnaud2003-04-232-5/+23
| | | | | | have to vote again. git-svn-id: file:///svn/phpbb/trunk@3938 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ugly-fixed: username missing when quoting a postLudovic Arnaud2003-04-231-13/+24
| | | | | | | Added: in topic review, posts are second_pass()'ed git-svn-id: file:///svn/phpbb/trunk@3937 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added: more sync() stuff, to be documented in the dev forumLudovic Arnaud2003-04-231-10/+94
| | | | git-svn-id: file:///svn/phpbb/trunk@3936 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed: only cache non-dynamic config settingsLudovic Arnaud2003-04-231-4/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@3935 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed: the loading of bbcodes template is triggered whenever needed - see ↵Ludovic Arnaud2003-04-231-48/+53
| | | | | | | | | bbcode_tpl() Changed: [flash] got templated git-svn-id: file:///svn/phpbb/trunk@3934 89ea8834-ac86-4346-8a33-228a782c2dd0
* hhmmm, was slap bang in the middle of working on this ;) Excess slashing(?) ↵Paul S. Owen2003-04-231-6/+10
| | | | | | .. keep an eye out for errors ... fixed static lang preg git-svn-id: file:///svn/phpbb/trunk@3933 89ea8834-ac86-4346-8a33-228a782c2dd0
* replaced \' with ' in template to let it parse javascript correctly. ↵Meik Sievertsen2003-04-237-281/+444
| | | | | | admin_attachments.php changes. added real media streaming. git-svn-id: file:///svn/phpbb/trunk@3932 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed: record_ values do not make the cache to expireLudovic Arnaud2003-04-231-4/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3931 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added: [flash] bbcode templateLudovic Arnaud2003-04-231-1/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@3930 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed: decode_text() not decoding /list tags properlyLudovic Arnaud2003-04-231-5/+15
| | | | | | | Fixed: topic_replies not incremented when quoting another post git-svn-id: file:///svn/phpbb/trunk@3929 89ea8834-ac86-4346-8a33-228a782c2dd0
* Thanks to John, who indirectly reminded me about this :D ... echo only data ↵Paul S. Owen2003-04-231-144/+170
| | | | | | we need to echo. git-svn-id: file:///svn/phpbb/trunk@3928 89ea8834-ac86-4346-8a33-228a782c2dd0
* NOOOOO, this was not me, you have not seen this... damn trapfalls... the ↵Meik Sievertsen2003-04-221-16/+0
| | | | | | bears are rumbling, try to access brain ... access denied. git-svn-id: file:///svn/phpbb/trunk@3927 89ea8834-ac86-4346-8a33-228a782c2dd0
* first version of attachment admin panel + some fixes (i hope i do not screw ↵Meik Sievertsen2003-04-228-6/+630
| | | | | | someones code with this, my appologies) git-svn-id: file:///svn/phpbb/trunk@3926 89ea8834-ac86-4346-8a33-228a782c2dd0
* oops, I completely forget that viewforum uses the new topics_marking table ↵Paul S. Owen2003-04-222-74/+112
| | | | | | ... guess I need to commit all related changes after all ... pooh git-svn-id: file:///svn/phpbb/trunk@3925 89ea8834-ac86-4346-8a33-228a782c2dd0
* Lang string for f_votechgPaul S. Owen2003-04-221-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3924 89ea8834-ac86-4346-8a33-228a782c2dd0
* Throw an index on poll_last_votePaul S. Owen2003-04-221-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3923 89ea8834-ac86-4346-8a33-228a782c2dd0
* Replaced time limited display code ... sorting now checks last vote time, ↵Paul S. Owen2003-04-221-32/+47
| | | | | | voting in a topic bumps it as if it were posted too. git-svn-id: file:///svn/phpbb/trunk@3922 89ea8834-ac86-4346-8a33-228a782c2dd0
* Knew I'd forget to add at least one thing ...Paul S. Owen2003-04-221-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3921 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-enabled polling ... includes option of multiple choice polling, ↵Paul S. Owen2003-04-226-45/+109
| | | | | | indication of option voted for, etc. ... preliminary implementation, various things need finishing git-svn-id: file:///svn/phpbb/trunk@3920 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various new or updated polling related stringsPaul S. Owen2003-04-221-21/+25
| | | | git-svn-id: file:///svn/phpbb/trunk@3919 89ea8834-ac86-4346-8a33-228a782c2dd0
* Wrong name for poll end caps in style imagesets, added poll_max_options to ↵Paul S. Owen2003-04-222-16/+17
| | | | | | topic table ... ignore two new marking tables for time being ... code utilising one or both is yet to be committed and one or other may vanish. git-svn-id: file:///svn/phpbb/trunk@3918 89ea8834-ac86-4346-8a33-228a782c2dd0
* bbcode parse signaturesPaul S. Owen2003-04-221-8/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@3915 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move second parse cache init after assignment of bitfield ... in case ↵Paul S. Owen2003-04-221-6/+5
| | | | | | bitfield isn't set globally git-svn-id: file:///svn/phpbb/trunk@3914 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add dotted topic and topic read/unread DB marking to Load Settings formPaul S. Owen2003-04-223-7/+26
| | | | git-svn-id: file:///svn/phpbb/trunk@3913 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved select to templatePaul S. Owen2003-04-211-1/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@3910 89ea8834-ac86-4346-8a33-228a782c2dd0
* A few changes, moved some items to templatesPaul S. Owen2003-04-211-22/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@3909 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change tabbing orderPaul S. Owen2003-04-211-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@3908 89ea8834-ac86-4346-8a33-228a782c2dd0
* Excess non-breaking space with certain combinations of link outputPaul S. Owen2003-04-211-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3907 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed display of hidden online users when u_viewonline is set truePaul S. Owen2003-04-211-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3906 89ea8834-ac86-4346-8a33-228a782c2dd0
* For "Email a friend" featurePaul S. Owen2003-04-211-0/+18
| | | | git-svn-id: file:///svn/phpbb/trunk@3905 89ea8834-ac86-4346-8a33-228a782c2dd0