Ludovic Arnaud
b939242c3a
Fixed some undefined variables
...
git-svn-id: file:///svn/phpbb/trunk@3947 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-24 18:21:29 +00:00
Paul S. Owen
b2f6faeed0
Replaced time limited display code ... sorting now checks last vote time, 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
2003-04-22 17:23:37 +00:00
Paul S. Owen
99405c6e4a
Enable/disable display of moderator listings
...
git-svn-id: file:///svn/phpbb/trunk@3842 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-15 23:12:28 +00:00
Ludovic Arnaud
11b9a0c95d
Moved back gen_sorting() to mcp.php
...
git-svn-id: file:///svn/phpbb/trunk@3792 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-09 21:26:25 +00:00
Ludovic Arnaud
6fbf4b7c1c
Centralised sorting
...
git-svn-id: file:///svn/phpbb/trunk@3786 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-03 00:51:30 +00:00
Meik Sievertsen
8a04466b3f
show the attach icon in viewforum. added cached extensions (we need them within viewtopic)
...
git-svn-id: file:///svn/phpbb/trunk@3777 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-01 21:11:07 +00:00
Paul S. Owen
823a484e77
Lang string name changes for topic title prefixes
...
git-svn-id: file:///svn/phpbb/trunk@3773 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-01 00:50:06 +00:00
Ludovic Arnaud
5e92d8c8f6
Switched up "real" and "normal" counts. (doh)
...
Changed sorting by time to use topic_last_post_time rather than topic_last_post_id.
git-svn-id: file:///svn/phpbb/trunk@3763 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-03-30 21:03:11 +00:00
Paul S. Owen
ec884a2c5b
icon name change
...
git-svn-id: file:///svn/phpbb/trunk@3747 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-03-29 18:28:45 +00:00
Ludovic Arnaud
2678cb904f
Fixed topic count for users who can view unapproved items
...
git-svn-id: file:///svn/phpbb/trunk@3741 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-03-29 00:51:38 +00:00
Ludovic Arnaud
e572edb513
Using real counts when displaying unapproved items to keep the page count accurate.
...
git-svn-id: file:///svn/phpbb/trunk@3738 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-03-28 00:43:50 +00:00
Paul S. Owen
18294c2230
Output total posts/topics
...
git-svn-id: file:///svn/phpbb/trunk@3712 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-03-25 00:05:28 +00:00
Paul S. Owen
ab34d6329c
Move to sql_query_limit
...
git-svn-id: file:///svn/phpbb/trunk@3686 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-03-20 01:25:59 +00:00
Paul S. Owen
d85156d5cd
Paul did a whoopsie
...
git-svn-id: file:///svn/phpbb/trunk@3661 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-03-18 00:17:12 +00:00
Paul S. Owen
e975227cff
Moved login procedure to a function enabling "inline" login links ... no more "messy" redirects ... install will be broken for now, at least when it comes to redirecting after completion. Moved "front-end" login to ucp.php
...
git-svn-id: file:///svn/phpbb/trunk@3650 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-03-17 00:53:38 +00:00
Ludovic Arnaud
f408ac052d
Added indicators for reported and/or unapproved items. Note that moderators with m_approve permission can now read unapproved topics and posts normally.
...
git-svn-id: file:///svn/phpbb/trunk@3640 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-03-13 00:40:28 +00:00
Ludovic Arnaud
7132f97d0a
New template var for future use.
...
git-svn-id: file:///svn/phpbb/trunk@3600 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-03-06 01:08:00 +00:00
Paul S. Owen
658f2a4b66
Moved "viewprofile" to memberslist ... consolidation incomplete
...
git-svn-id: file:///svn/phpbb/trunk@3598 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-03-05 00:50:03 +00:00
Paul S. Owen
d4817bebbf
Action for searchbox ... obviously doesn't work at present since search is yet to be overhauled ....
...
git-svn-id: file:///svn/phpbb/trunk@3578 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-02-28 14:35:35 +00:00
Ludovic Arnaud
04b00375fe
Fixed a very potential cross-site scripting issue that would have for sure ended up on security sites.
...
git-svn-id: file:///svn/phpbb/trunk@3573 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-02-28 01:13:08 +00:00
Paul S. Owen
66062783ce
Potential (display) support for global announcements ... various issues still need to addressed wrt posting/replying/etc.
...
git-svn-id: file:///svn/phpbb/trunk@3567 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-02-27 15:58:07 +00:00
Paul S. Owen
ce4e06811c
Some sort order changes and other minor changes to viewtopic/viewforum
...
git-svn-id: file:///svn/phpbb/trunk@3566 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-02-27 14:27:21 +00:00
Paul S. Owen
2dee304b0e
oops, simple case of "idiotitis paulicus" ... be gone double announcements
...
git-svn-id: file:///svn/phpbb/trunk@3549 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-02-26 18:54:31 +00:00
Paul S. Owen
f684613815
Allow style designer the option of seperating off announcements to make them more prominent ... note some changes in here also relate to potential solutions for global announcements, viewtopic has not been commited yet
...
git-svn-id: file:///svn/phpbb/trunk@3547 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-02-26 17:16:05 +00:00
Paul S. Owen
5b0d02baa2
Generally related to post tables merge
...
git-svn-id: file:///svn/phpbb/trunk@3538 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-02-26 00:37:43 +00:00
Paul S. Owen
1aa274d1e7
Updates of various types, sizes, colours and accessories ...
...
git-svn-id: file:///svn/phpbb/trunk@3531 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-02-25 18:20:33 +00:00
Paul S. Owen
ee9a18771b
internal html compliance updates
...
git-svn-id: file:///svn/phpbb/trunk@3519 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-02-23 21:02:39 +00:00
Paul S. Owen
ec6a5740bf
Use different folder images for posted to topics
...
git-svn-id: file:///svn/phpbb/trunk@3502 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-02-21 19:33:57 +00:00
Ludovic Arnaud
83c605a6e2
More capitalised lang strings, fixed some unset or incorrect variables
...
git-svn-id: file:///svn/phpbb/trunk@3469 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-02-17 06:20:41 +00:00
Paul S. Owen
2aca0f5e15
S_TOPIC_ICON output to indicate whether topic/post icons are enabled for this forum
...
git-svn-id: file:///svn/phpbb/trunk@3444 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-01-31 15:40:34 +00:00
Ludovic Arnaud
dc26ed5960
Do not display table headers when no subforum is shown
...
git-svn-id: file:///svn/phpbb/trunk@3437 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-01-31 02:11:38 +00:00
Paul S. Owen
8ee977f1d1
Case changes, fix forum_id in nav, fix forum_id in posting success msg
...
git-svn-id: file:///svn/phpbb/trunk@3422 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-01-30 15:54:27 +00:00
Ludovic Arnaud
4be10373b8
Merged forum nav for viewtopic/viewforum, fixed cache behavior with an empty icons table.
...
git-svn-id: file:///svn/phpbb/trunk@3359 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-01-22 20:16:18 +00:00
Paul S. Owen
01517e23fd
Icon updates
...
git-svn-id: file:///svn/phpbb/trunk@3357 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-01-22 16:46:44 +00:00
Paul S. Owen
24c59e8f17
Cache topic icons ... being used in three places, two high traffic areas ... probably worth caching, alter word censor to one var array ... hopefully this doesn't break anything :D
...
git-svn-id: file:///svn/phpbb/trunk@3347 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-01-21 15:58:32 +00:00
Ludovic Arnaud
458b9b50ec
Un-b0rked ACL options caching, small general fixes
...
git-svn-id: file:///svn/phpbb/trunk@3338 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-01-20 05:12:38 +00:00
Ludovic Arnaud
9f4cb905d3
EOL should be fixed now
...
git-svn-id: file:///svn/phpbb/trunk@3315 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-01-13 04:25:57 +00:00
Bart van Bragt
831c9b5a61
Initial Lastread support. Mind the schema and config changes\!
...
git-svn-id: file:///svn/phpbb/trunk@3102 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-11-27 13:24:46 +00:00
James Atkinson
25a3ef55be
Moved profile.php to ucp.php. ucp is really really broken right now, don't even think about trying to use it.
...
git-svn-id: file:///svn/phpbb/trunk@3075 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-11-21 15:40:21 +00:00
Paul S. Owen
6e910ca116
Cache moderator names? Output moderators for all forums in viewforum. Alter a few things in templates
...
git-svn-id: file:///svn/phpbb/trunk@3061 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-11-18 21:04:45 +00:00
Paul S. Owen
68d4dcf0d3
Output moderator list for forums
...
git-svn-id: file:///svn/phpbb/trunk@3059 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-11-18 00:20:23 +00:00
Paul S. Owen
2a2244a770
Remove some L_ var assignments
...
git-svn-id: file:///svn/phpbb/trunk@3056 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-11-15 12:51:57 +00:00
Paul S. Owen
e654727d5d
Forgot to strip tags to prevent some browsers from displaying raw tags rather than removing/interpreting them
...
git-svn-id: file:///svn/phpbb/trunk@3031 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-11-13 21:53:46 +00:00
Paul S. Owen
8cade616ab
Forum description to template
...
git-svn-id: file:///svn/phpbb/trunk@3029 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-11-13 21:52:20 +00:00
Ludovic Arnaud
097a1caca8
Cleaned up viewforum/index, altered template class to replace missing lang strings with a nicely formatted text, pre-implemented topics prefetching and broke some things.
...
git-svn-id: file:///svn/phpbb/trunk@3018 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-11-08 03:33:58 +00:00
Ludovic Arnaud
7cda8ec239
Subforums update take #1
...
git-svn-id: file:///svn/phpbb/trunk@3010 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-11-07 03:20:33 +00:00
Ludovic Arnaud
e9e9716acc
Experimental: link to the first unread post without redirection
...
git-svn-id: file:///svn/phpbb/trunk@3009 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-11-05 07:03:14 +00:00
Ludovic Arnaud
bc6e36ef4f
viewforum queries update + a couple of bugfixes.
...
git-svn-id: file:///svn/phpbb/trunk@3007 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-11-05 04:50:55 +00:00
Paul S. Owen
6fa38a1181
Various, typically posting related updates
...
git-svn-id: file:///svn/phpbb/trunk@2997 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-11-01 12:23:08 +00:00
Paul S. Owen
691f50ada9
Changed $board_config to $config, more posting "stuff", altered polling code in viewtopic and loads of new problems, poor coding, etc. created :)
...
git-svn-id: file:///svn/phpbb/trunk@2983 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-10-30 00:57:27 +00:00