1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-05 22:14:59 +02:00

111 Commits

Author SHA1 Message Date
Bart van Bragt
c53d9206f0 Fixed bug #925. append_sid() for Mozilla navbar
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3124 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-11-27 23:19:50 +00:00
Paul S. Owen
86a54358d0 Doing this stuff over VNC is a real pita ...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2892 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-09-18 12:10:22 +00:00
Paul S. Owen
9aa482c766 DO NOT leave \n at the end of included files please ... it can cause problems if extra headers are output by subsequent programs. Strip closing newlines before commiting, thanks
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2724 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-07-19 16:14:16 +00:00
Paul S. Owen
0735fb32b9 Loads of bug fixes and updates
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2564 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-05-12 00:47:41 +00:00
the_systech
1b8b015b55 since user_timezone is now a decimal/floating point number we have to cast it's return value as an integer to make sure it drops the .0 before using it as an array index..
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2525 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-04-11 17:53:41 +00:00
Paul S. Owen
f96c5e9525 Changes in sessions means a reduction in complexity for viewonline and page_header
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2516 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-04-08 14:37:17 +00:00
Paul S. Owen
985c0f8b6f Latest header attempt
git-svn-id: file:///svn/phpbb/trunk@2458 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-04-01 13:23:42 +00:00
Paul S. Owen
e1f7400b8d pre-freeze on main templates, various bug fixes (highlighting search results, various search related issues, blah blah). These updates need _thorough_ checking, quickly
git-svn-id: file:///svn/phpbb/trunk@2448 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-31 00:06:34 +00:00
the_systech
18b76c9335 New set of cache control headers, will these work, who knows?
git-svn-id: file:///svn/phpbb/trunk@2440 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-26 17:47:15 +00:00
Paul S. Owen
f12976b7a0 Suggested alteration of cache control header by Nathan
git-svn-id: file:///svn/phpbb/trunk@2405 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-22 18:46:31 +00:00
the_systech
129beaebc3 Fix for AOL browser issues as well as some IE blank Gzip pages..
git-svn-id: file:///svn/phpbb/trunk@2358 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-19 21:10:14 +00:00
Paul S. Owen
502e4aceea Updates to overcome security issue + updates of various functions, initial version of profile registration include ... not completed but should be functional for obvious reasons(!)
git-svn-id: file:///svn/phpbb/trunk@2304 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-18 13:35:23 +00:00
Paul S. Owen
cbf63d31c4 Ignore duplicate IP's for guest counts ... keep in mind this swings 100% the other way from keeping them all, you'll not count some users.
git-svn-id: file:///svn/phpbb/trunk@2238 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-01 16:48:13 +00:00
the_systech
10ef4498dc Added false for the optional replace parameter of the header for Cache-Control.. This might actually fix some issues with gzip compression and win98/IIS...
git-svn-id: file:///svn/phpbb/trunk@2217 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-02-26 16:35:02 +00:00
Paul S. Owen
e81ed1cc0a Minor update to template vars.
git-svn-id: file:///svn/phpbb/trunk@2098 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-02-12 03:04:19 +00:00
Paul S. Owen
bbb06e6633 Fix various var not set warnings ... many thanks go to The Horta for pointing out and offering fixes for many of these
git-svn-id: file:///svn/phpbb/trunk@1998 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-28 17:33:51 +00:00
Paul S. Owen
b68a2b533b Fix bug #509513
git-svn-id: file:///svn/phpbb/trunk@1988 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-28 12:26:14 +00:00
Paul S. Owen
b138aabd5b Fixed use of date instead of create_date for most users online ...
git-svn-id: file:///svn/phpbb/trunk@1971 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-27 14:17:38 +00:00
Paul S. Owen
7236058905 Uncomment and 'complete' browsing in forum online list
git-svn-id: file:///svn/phpbb/trunk@1960 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-27 01:20:42 +00:00
Paul S. Owen
832bba81fa Removed INSERT code into separate routine, this separated update should be added to update_to before RC-3 is deemed final ...
git-svn-id: file:///svn/phpbb/trunk@1957 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-25 23:22:38 +00:00
Bart van Bragt
dbf6ea217b Oops, why do I always screw up in the first checkin?
git-svn-id: file:///svn/phpbb/trunk@1955 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-25 22:16:08 +00:00
Bart van Bragt
deacb5ae87 Implemented Record of online users
git-svn-id: file:///svn/phpbb/trunk@1954 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-25 21:53:05 +00:00
Paul S. Owen
12863932df Fix HTML span color bug #507545
git-svn-id: file:///svn/phpbb/trunk@1929 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-24 02:59:21 +00:00
Bart van Bragt
22099521dd Removed fixed language string
git-svn-id: file:///svn/phpbb/trunk@1887 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-16 17:15:02 +00:00
Paul S. Owen
009b1b4a50 yoik, that could've been an interesting security hole ...
git-svn-id: file:///svn/phpbb/trunk@1859 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-13 15:35:59 +00:00
Paul S. Owen
ad6df09450 Highlight admin/mods update to whos online
git-svn-id: file:///svn/phpbb/trunk@1856 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-13 15:29:14 +00:00
Paul S. Owen
392767e5fd Minor update to flag admins
git-svn-id: file:///svn/phpbb/trunk@1849 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-12 01:03:01 +00:00
Bart van Bragt
0ff22ee594 Dropped 'GROUP BY' from whosonline query for compatibility with non-MySQL DB's
git-svn-id: file:///svn/phpbb/trunk@1845 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-11 14:36:34 +00:00
Bart van Bragt
b3c8f779d6 Cleaned up the viewonline code, wasnt giving correct output if you where admin
git-svn-id: file:///svn/phpbb/trunk@1843 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-11 12:38:34 +00:00
Paul S. Owen
31833c91e8 Likely fix for bug #497163
git-svn-id: file:///svn/phpbb/trunk@1739 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-29 16:20:25 +00:00
Paul S. Owen
a8277d444a Fixed 'bug' #495108, introduced a further string for fields with plural and singular entries, copes with zero conditions.
git-svn-id: file:///svn/phpbb/trunk@1702 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-24 16:34:27 +00:00
Paul S. Owen
b14ca3c338 Changed way moderator lang is output on viewforum and index
git-svn-id: file:///svn/phpbb/trunk@1611 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-16 18:58:05 +00:00
Bart van Bragt
ec67266aa5 PHP_SELF is a BadThing(tm)
git-svn-id: file:///svn/phpbb/trunk@1587 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-15 16:40:02 +00:00
Bart van Bragt
1f6b7aa567 Fixed some language strings, added some handy things to viewtopic
git-svn-id: file:///svn/phpbb/trunk@1578 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-15 01:55:43 +00:00
Bart van Bragt
35dc396395 Sort online userlist alphabetically
git-svn-id: file:///svn/phpbb/trunk@1570 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-14 15:37:21 +00:00
Paul S. Owen
880013144e Remove guest user topic tracking via cookies, update viewtopic to re-fix highlighting of search terms, add lang capability to images, various other issues, removed remote avatar size reduction
git-svn-id: file:///svn/phpbb/trunk@1566 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-14 02:41:33 +00:00
Paul S. Owen
af0f622a0e Updates putting back something I took away, slapped hands for me
git-svn-id: file:///svn/phpbb/trunk@1535 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-10 01:19:12 +00:00
Paul S. Owen
2ace10e4c2 New session code, probably still dodgy, fix for login failed message, search updates, highlighting URI messup fixes, max limit for ranks
git-svn-id: file:///svn/phpbb/trunk@1511 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-05 00:20:56 +00:00
Paul S. Owen
22dce9ec94 Various fixes and updates, fix (hopefully) for bug #485799
git-svn-id: file:///svn/phpbb/trunk@1461 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-27 17:36:04 +00:00
Bart van Bragt
8e50e5eb4e Implemented Navigation bar in Mozilla
git-svn-id: file:///svn/phpbb/trunk@1452 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-26 12:09:37 +00:00
Paul S. Owen
ba5a6e4640 More updates
git-svn-id: file:///svn/phpbb/trunk@1420 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-22 15:55:07 +00:00
Paul S. Owen
a03656925a Minor update to an icon image name
git-svn-id: file:///svn/phpbb/trunk@1417 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-22 15:39:36 +00:00
Paul S. Owen
d630bbde99 PM popup and icon are finally in place
git-svn-id: file:///svn/phpbb/trunk@1406 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-21 16:00:04 +00:00
Paul S. Owen
cad29155b8 PM popup and icon are finally in place
git-svn-id: file:///svn/phpbb/trunk@1405 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-21 15:56:12 +00:00
Paul S. Owen
ac2c2c688e Added pop-up control for PM's to profile
git-svn-id: file:///svn/phpbb/trunk@1403 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-21 13:02:37 +00:00
Paul S. Owen
0bc6beada8 Various updates
git-svn-id: file:///svn/phpbb/trunk@1383 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-20 02:24:41 +00:00
Paul S. Owen
4f387057ca Altered storage of private message info
git-svn-id: file:///svn/phpbb/trunk@1367 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-19 01:04:58 +00:00
Paul S. Owen
8896c20a5c Yet more cleanups
git-svn-id: file:///svn/phpbb/trunk@1358 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-18 15:00:54 +00:00
Paul S. Owen
498d816eb1 More lang cleanups
git-svn-id: file:///svn/phpbb/trunk@1357 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-18 14:51:36 +00:00
Paul S. Owen
939e985571 More lang related cleanups
git-svn-id: file:///svn/phpbb/trunk@1355 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-18 14:02:25 +00:00