Commit graph

507 commits

Author SHA1 Message Date
Paul S. Owen
42d7f86141 Re-introduce sorting by rank ... note that only normal ranks are actively sorted. Special ranks are listed first no matter what the sort order.
git-svn-id: file:///svn/phpbb/trunk@3897 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-20 14:36:52 +00:00
Paul S. Owen
8c2e96dbc9 Enable/disable searching ... note that user searching is always enabled for admins at this time (for ACP functionality ... this could be pared down to only those functions requiring username input)
git-svn-id: file:///svn/phpbb/trunk@3848 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-15 23:42:06 +00:00
Paul S. Owen
75b1ffa664 Various updates
git-svn-id: file:///svn/phpbb/trunk@3727 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-03-25 16:50:18 +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
eff4e2e818 Update following move of post count incrementation checks to permissions
git-svn-id: file:///svn/phpbb/trunk@3672 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-03-18 22:47:50 +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
Paul S. Owen
687c45e26d oops, the idea of hidden groups is that you cannot see who is a member ... duh
git-svn-id: file:///svn/phpbb/trunk@3629 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-03-10 18:20:29 +00:00
Paul S. Owen
c75d5d7bf3 Various additions and fixes
git-svn-id: file:///svn/phpbb/trunk@3628 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-03-10 17:48:08 +00:00
Paul S. Owen
d15b81a8a3 Email via memberslist
git-svn-id: file:///svn/phpbb/trunk@3625 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-03-09 16:14:50 +00:00
Paul S. Owen
a2cccab6af Additional info for profiles
git-svn-id: file:///svn/phpbb/trunk@3612 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-03-08 22:10:24 +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
72225094f6 Sort on cell titles, add rank
git-svn-id: file:///svn/phpbb/trunk@3589 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-03-04 16:49:02 +00:00
Paul S. Owen
a1f4ba0ed3 Find user by posted IP
git-svn-id: file:///svn/phpbb/trunk@3510 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-02-22 17:18:44 +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
b5ad02cb2c Re-activated user search
git-svn-id: file:///svn/phpbb/trunk@3024 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-11-12 20:55:18 +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
Paul S. Owen
0e9f0ac4ec Mostly changes to turn userdata into user->data, lang into user->lang + bitstring 2nd format + inheritance for permission admin and various other updates/fixes/changes ... note that user->lang & user->theme isn't final
git-svn-id: file:///svn/phpbb/trunk@2958 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-10-20 19:19:07 +00:00
Paul S. Owen
1d0e4ee436 Permission related updates ... is still not final but is getting there ... faster than British Rail too
git-svn-id: file:///svn/phpbb/trunk@2943 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-10-08 20:11:59 +00:00
Paul S. Owen
30aeac65dc Well, here are all my changes ... don't blame me if things break :D
git-svn-id: file:///svn/phpbb/trunk@2923 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-10-04 13:09:10 +00:00
Paul S. Owen
8bf310b6b2 More session changes to accomodate ACL_PERMIT/PREVENT ...
git-svn-id: file:///svn/phpbb/trunk@2853 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-08-15 15:45:22 +00:00
Paul S. Owen
38b8e4b801 More changes ... switched away from prefetch for now ...
git-svn-id: file:///svn/phpbb/trunk@2849 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-08-13 16:34:17 +00:00
Paul S. Owen
4bc4397f4a Updates for permissions, sessions, lots of things ... note that _many_ things _do_not_work_ now ... I'm commiting them to stop people complaining about my holding on to everything :) There is _no_ update script at present for all these changes, you'll have to work out what's needed yourselves till I finish various things
git-svn-id: file:///svn/phpbb/trunk@2673 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-07-14 14:45:26 +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
Paul S. Owen
e22ee22470 Loads'a changes including fix for security issue, thanks to Matthijs for checking this out and confirming
git-svn-id: file:///svn/phpbb/trunk@2305 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-18 13:35:43 +00:00
Paul S. Owen
a03c301e04 Remove extra session var in session_pagestart
git-svn-id: file:///svn/phpbb/trunk@2260 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-03-04 01:47:14 +00:00
Paul S. Owen
671200fa93 Gave the row number thing a more useful name ...
git-svn-id: file:///svn/phpbb/trunk@1897 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-16 19:18:45 +00:00
Bart van Bragt
abb97b4eb8 Added row numbers to memberslist (to check out how you're ranked with # of posts ;)
git-svn-id: file:///svn/phpbb/trunk@1896 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-16 19:08:10 +00:00
Paul S. Owen
5d70014c83 Fix dopey errors
git-svn-id: file:///svn/phpbb/trunk@1895 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-16 18:26:19 +00:00
Paul S. Owen
9d27f01b42 Fix bug #504383
git-svn-id: file:///svn/phpbb/trunk@1889 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-01-16 17:40:02 +00:00
Paul S. Owen
c44e2fbf6b Fix bug #496166, removed sort_order since for top_ten it makes no real sense ... bet we'll get comments about this ...
git-svn-id: file:///svn/phpbb/trunk@1699 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-24 15:29:26 +00:00
Paul S. Owen
2c7c978330 Various updates + admin viewing of email addresses
git-svn-id: file:///svn/phpbb/trunk@1652 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-21 02:06:41 +00:00
Paul S. Owen
a6dbcd472c Missed a ['From'] -> ['Location'] change
git-svn-id: file:///svn/phpbb/trunk@1507 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-04 14:04:03 +00:00
Paul S. Owen
5a6f399052 A 'not quite a Pauls up' + short date format
git-svn-id: file:///svn/phpbb/trunk@1460 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-27 00:30:59 +00:00
Paul S. Owen
cac4518b39 Mainly language updates but some bug fixes too
git-svn-id: file:///svn/phpbb/trunk@1332 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-16 17:31:49 +00:00
Paul S. Owen
f27bec1dab Added admin enabling of email form
git-svn-id: file:///svn/phpbb/trunk@1320 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-15 18:38:23 +00:00
Paul S. Owen
0ed25deb63 Email form - free with purchase of any two other items
git-svn-id: file:///svn/phpbb/trunk@1316 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-15 16:26:41 +00:00
Paul S. Owen
715a51c548 Various changes to location redirection ... please note the format and name changes
git-svn-id: file:///svn/phpbb/trunk@1190 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-10-14 18:22:32 +00:00
Bart van Bragt
9b64a5d50c Altered layout of phpbb_config table
git-svn-id: file:///svn/phpbb/trunk@1010 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-08 18:24:34 +00:00
Paul S. Owen
7cd384c5b4 Fixed bug #459427
git-svn-id: file:///svn/phpbb/trunk@999 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-07 12:32:47 +00:00
James Atkinson
191e52086f Re-added GPL disclaimers
git-svn-id: file:///svn/phpbb/trunk@943 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-30 22:20:23 +00:00
Paul S. Owen
54b29cc125 Modified header comments
git-svn-id: file:///svn/phpbb/trunk@932 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-26 13:53:41 +00:00
Paul S. Owen
5a1e2e5deb More compliance ... it never ends
git-svn-id: file:///svn/phpbb/trunk@774 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-07-31 21:56:31 +00:00
Paul S. Owen
5a3a3f56ad Template config system, store relevant config stuff here
git-svn-id: file:///svn/phpbb/trunk@661 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-07-14 17:30:21 +00:00
Paul S. Owen
ea98341099 Changes to include location + some other misc stuff
git-svn-id: file:///svn/phpbb/trunk@646 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-07-13 16:14:37 +00:00
Paul S. Owen
ae32ef9822 More user fields available for memberslist template plus graphic changes
git-svn-id: file:///svn/phpbb/trunk@596 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-07-07 00:57:58 +00:00
Paul S. Owen
1ad5e497ac Small change to user website url creation
git-svn-id: file:///svn/phpbb/trunk@583 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-07-06 01:13:16 +00:00
uid42062
ca9187ff41 Updated sorting methods
git-svn-id: file:///svn/phpbb/trunk@563 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-07-05 00:57:28 +00:00
James Atkinson
943901d916 Did some work converting lang file stuff to new format
git-svn-id: file:///svn/phpbb/trunk@366 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-28 20:23:16 +00:00
Paul S. Owen
cc213bfc49 Additional page info sent to templates
git-svn-id: file:///svn/phpbb/trunk@361 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-28 15:25:23 +00:00
Paul S. Owen
e3bd966042 Initial SQL updates complete
git-svn-id: file:///svn/phpbb/trunk@281 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-05-13 16:02:30 +00:00