1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 20:13:22 +01:00

83 Commits

Author SHA1 Message Date
Paul S. Owen
e82e107714 Added last post output
git-svn-id: file:///svn/phpbb/trunk@486 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-06-13 14:16:47 +00:00
James Atkinson
6a7332aa82 Added privmsgs stuff to default template
git-svn-id: file:///svn/phpbb/trunk@472 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-06-11 22:53:11 +00:00
James Atkinson
678f720455 Made some fixes to posting, next up Reply with Quote
git-svn-id: file:///svn/phpbb/trunk@470 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-06-11 20:02:01 +00:00
James Atkinson
cb44575d8a Posting preview done, ability for anonymous users to post with a username
git-svn-id: file:///svn/phpbb/trunk@463 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-06-11 00:58:08 +00:00
Paul S. Owen
988ab39801 Updates for loginbox
git-svn-id: file:///svn/phpbb/trunk@455 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-06-11 00:11:39 +00:00
Paul S. Owen
1420fc9081 Modified pagination output, Goto page now output by function
git-svn-id: file:///svn/phpbb/trunk@449 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-06-10 23:55:24 +00:00
Paul S. Owen
71753c87a5 A workaround till if...else available
git-svn-id: file:///svn/phpbb/trunk@448 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-06-10 23:53:55 +00:00
Paul S. Owen
820df16055 Some basic user auth layout tests
git-svn-id: file:///svn/phpbb/trunk@440 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-06-08 00:37:26 +00:00
James Atkinson
1010b488ca Forum level annoucements and sticky topics are done.
Added topic_type field to the topics database in order to handle ordering. Would have used topic_status but that would have messed up the ordering when topics were locked


git-svn-id: file:///svn/phpbb/trunk@437 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-06-07 07:56:45 +00:00
Paul S. Owen
b4686fb15e Initial default
git-svn-id: file:///svn/phpbb/trunk@411 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-06-02 18:20:22 +00:00
James Atkinson
ce5f81049e Added instant bbcode to posting Default template
git-svn-id: file:///svn/phpbb/trunk@393 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-31 21:13:07 +00:00
James Atkinson
5c214088b4 Added images dir for Default template, and instant BBCode images (stole them from opentopic, must get our own befor release)
git-svn-id: file:///svn/phpbb/trunk@392 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-31 21:12:45 +00:00
Paul S. Owen
3ed50ce0b7 Changes to allow all auth types to be returned
git-svn-id: file:///svn/phpbb/trunk@388 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-31 15:39:59 +00:00
Paul S. Owen
b653b4dd67 Various changes and fixes to enable search from username and template updates
git-svn-id: file:///svn/phpbb/trunk@382 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-31 11:47:43 +00:00
Paul S. Owen
33d5509eb1 Minor updates related to additional info as per last commit
git-svn-id: file:///svn/phpbb/trunk@362 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-28 15:26:38 +00:00
James Atkinson
7103686e06 Avatars into Default template'
git-svn-id: file:///svn/phpbb/trunk@356 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-27 22:49:19 +00:00
Paul S. Owen
3b10f25083 More updates to who is online display
git-svn-id: file:///svn/phpbb/trunk@344 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-27 16:08:53 +00:00
James Atkinson
9889b8ba53 More work on posting. Editing now works. Also replies can have subjects.
git-svn-id: file:///svn/phpbb/trunk@336 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-27 03:11:27 +00:00
James Atkinson
1fc155f93d Moved where the 'Display topics...' drop down box was..looks better now IMO
git-svn-id: file:///svn/phpbb/trunk@335 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-27 01:57:45 +00:00
Paul S. Owen
e1139ff198 Updated display of previous day select
git-svn-id: file:///svn/phpbb/trunk@332 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-26 14:36:30 +00:00
James Atkinson
bb1679af9a Lots of work on posting. New topic and reply functionality is mostly done. Edit post loads the form but needs database functionality
All this is only been tested on Postgres, donno if it works as well on MySQL yet, will test when I can get access to sourceforge again


git-svn-id: file:///svn/phpbb/trunk@328 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-26 00:25:50 +00:00
James Atkinson
0fee31117b Touched up some of the default templates
git-svn-id: file:///svn/phpbb/trunk@327 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-25 21:22:32 +00:00
James Atkinson
48312a6566 Got started on the posting functions. Can post new topics as Anonymous, yay!
git-svn-id: file:///svn/phpbb/trunk@323 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-25 00:56:07 +00:00
Paul S. Owen
a16d51a4a5 Added jumpbox output for all profile pages
git-svn-id: file:///svn/phpbb/trunk@312 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-17 15:14:11 +00:00
Paul S. Owen
b621f70cd1 Removed separate header/footers and moved into each pages body
git-svn-id: file:///svn/phpbb/trunk@311 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-17 14:48:39 +00:00
Paul S. Owen
dcf65b486e Gone and quite possibly forgotten, how terrible
git-svn-id: file:///svn/phpbb/trunk@310 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-17 14:45:47 +00:00
James Atkinson
ddbc01bb36 More work on memberlist
git-svn-id: file:///svn/phpbb/trunk@273 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-11 23:35:29 +00:00
James Atkinson
d3adc86325 Memberlist working. Pagination seems to have problems. Might be generate_pagination code...
git-svn-id: file:///svn/phpbb/trunk@272 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-11 23:16:31 +00:00
Paul S. Owen
4e056b99a9 Now allow for GET based session
git-svn-id: file:///svn/phpbb/trunk@258 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-06 16:58:36 +00:00
Paul S. Owen
93fb7ac165 Now allow for GET based session
git-svn-id: file:///svn/phpbb/trunk@257 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-06 16:26:16 +00:00
Paul S. Owen
6a74951029 Now allow for GET based session
git-svn-id: file:///svn/phpbb/trunk@256 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-06 16:16:22 +00:00
James Atkinson
2344d1f2d7 Users can now edit profile. However, it dosan't retain the data on an error, yet
git-svn-id: file:///svn/phpbb/trunk@245 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-04 23:51:52 +00:00
Paul S. Owen
3735013fba Various updates, templating var changes, config array updates, etc.
git-svn-id: file:///svn/phpbb/trunk@242 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-04 00:35:31 +00:00
Paul S. Owen
5c92a2a2dd Updated to use same style as rest of default template
git-svn-id: file:///svn/phpbb/trunk@238 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-03 23:17:39 +00:00
Paul S. Owen
aa8a051a98 Moved config, images vars to arrays and various other fixes
git-svn-id: file:///svn/phpbb/trunk@237 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-03 22:10:23 +00:00
Paul S. Owen
df716e1e83 Changed a templating var to match changed placement in page_header.php
git-svn-id: file:///svn/phpbb/trunk@236 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-03 00:05:21 +00:00
Paul S. Owen
252685e4f3 Updates to match profile.php changes
git-svn-id: file:///svn/phpbb/trunk@231 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-02 22:30:58 +00:00
James Atkinson
ccbd1cdfdd Added some passthru support to login
Got edit profile half working..


git-svn-id: file:///svn/phpbb/trunk@223 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-01 20:27:36 +00:00
Paul S. Owen
3ef0ecf9ed Corrected error in viewing categories
git-svn-id: file:///svn/phpbb/trunk@211 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-04-28 23:43:22 +00:00
Paul S. Owen
2f50dea9f7 Minor updates
git-svn-id: file:///svn/phpbb/trunk@210 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-04-28 22:46:00 +00:00
Paul S. Owen
0e2d4c9903 Added online users output to page header and from that, index
git-svn-id: file:///svn/phpbb/trunk@209 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-04-28 20:14:05 +00:00
Paul S. Owen
ec21217a2a Overhauled session code ... in a big way
git-svn-id: file:///svn/phpbb/trunk@208 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-04-28 17:54:22 +00:00
Paul S. Owen
4643364792 Modify to template sendpassword.php as U_ url
git-svn-id: file:///svn/phpbb/trunk@205 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-04-24 22:36:50 +00:00
Paul S. Owen
11c85b2fa9 Theme all font terms
git-svn-id: file:///svn/phpbb/trunk@204 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-04-24 22:34:12 +00:00
James Atkinson
42039bc31a Added user selectable templates, and put the system template into the config database. Updated mysql_schema as well
git-svn-id: file:///svn/phpbb/trunk@200 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-04-20 07:30:45 +00:00
Paul S. Owen
d133dc9874 Templating var assignment changes and various updates or fixes
git-svn-id: file:///svn/phpbb/trunk@195 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-04-19 22:24:13 +00:00
Paul S. Owen
895ac6e0df Clean up and added timezone output to templates
git-svn-id: file:///svn/phpbb/trunk@193 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-04-19 21:07:47 +00:00
Paul S. Owen
525c09e3e6 Small mods to login page
git-svn-id: file:///svn/phpbb/trunk@191 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-04-19 17:26:24 +00:00
Paul S. Owen
fdbafb32f6 Introduced a full page login box inc prelim themeing
git-svn-id: file:///svn/phpbb/trunk@190 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-04-19 16:58:35 +00:00
Paul S. Owen
40640febbf Modified as per Nathans suggestion - Mark II
git-svn-id: file:///svn/phpbb/trunk@187 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-04-19 14:24:58 +00:00