Register
phpBB.com Wiki · Home Projects Help

root / tags / release_3_0_B4 / phpBB / memberlist.php

memberlist.php

View | Annotate | Download (50.3 KB)

# Date Author Comment
6680 View | Annotate 11/27/2006 10:41 PM

This commit was manufactured by cvs2svn to create tag
‘release_3_0_B4’.

6662 View | Annotate 11/26/2006 04:31 PM acydburn

fix for bug #5586

6660 View | Annotate 11/26/2006 03:55 PM acydburn

- bug fixes for #5618, #5588 and #5584
- remove messenger->reset() calls (they are already performed on sending)

6650 View | Annotate 11/24/2006 03:59 PM acydburn

rather large update, most important things done:
- implemented provided patch/diff file for bug #5350 (Highway of Life) with some tiny changes and alterations
- more username/colour changes/fixes
- added a note about PM rule-dependant message removals so the user is not wondering too much if he can’t remember his rules. :)
- some column changes to fix unicode issues
- bugfixes

6643 View | Annotate 11/23/2006 05:15 PM acydburn

fixes for bugs #5564, #5554 and #5462

6628 View | Annotate 11/21/2006 07:15 PM acydburn

- fixing a bunch of bugs
- moved the install trigger error to sessions and also disabled it for those having DEBUG_EXTRA enabled.
i hope not having introduced too many new bugs.

6589 View | Annotate 11/16/2006 05:51 PM acydburn

ok, change from doing the same logic all over again we call a function to do it for us. Also allow template designers to choose which method to use by just adding a fully compiled username string (profile link + user colour). This commit may introduce problems.

6572 View | Annotate 11/12/2006 04:35 PM acydburn

consistant obtain_* functions

6564 View | Annotate 11/11/2006 01:24 PM acydburn

let utf8 mails work again. I hope this is not giving problems for “strange” mail setups.

6548 View | Annotate 11/03/2006 10:05 PM acydburn

ok, i am an idiot…

6546 View | Annotate 11/03/2006 06:50 PM acydburn

- make sure the sql layer for mysql always states mysql4 and get to mysql if using mysql < 4
- assign some default vars to email templates (we always need some basic ones)

6545 View | Annotate 11/03/2006 12:26 PM acydburn

- implemented the suggested html_entity_decode function made by david
- fixed string length checking by also decoding entities for the sake of checking
- used the new html_entity_decode function

6538 View | Annotate 10/30/2006 05:20 PM acydburn

some fixes

6537 View | Annotate 10/29/2006 03:59 PM naderman

- Handle upper/lower case in memberlist properly [Bug #5012]

6513 View | Annotate 10/20/2006 03:48 PM acydburn

- adjust unread query a bit to cope with large topics (thanks bart!)
- fixing some bugs
- more username_clean work

6494 View | Annotate 10/14/2006 12:10 AM naderman

- introducing clean usernames, needs to be tested more, I’m not sure I didn’t miss anything
- homograph list should probably be extended

6462 View | Annotate 10/07/2006 10:11 PM grahamje

View profile now shows relevant add/remove links

6452 View | Annotate 10/07/2006 02:36 PM acydburn

tried to begin adjusting all string functions where applicable – still a lot to do.
i hope i catched all relevant sections and did not mess something up.

6411 View | Annotate 09/26/2006 09:59 PM acydburn

These changes should let olympus scale a little bit better.
i haven’t adjusted the schemas but added the details to create_schema_files – david is able to build them then in line with his changes. :)

6380 View | Annotate 09/18/2006 12:02 AM naderman

- no more encoding mixture, say hello to UTF-8 (I’ll add a validation solution for PHP 4.3.3/4 ASAP) [side effect: fixes Bug #3762]
- take local server time into consideration for birthday/age calculation
- faster active topic search
- allow changing active topic time frame [Bug #4150]
- reload stylesheet on language change [Bug #4222]

6364 View | Annotate 09/13/2006 06:08 PM acydburn

- fixed some bugs
- changed attachment handling a bit
- tried to remove target tags out of the code
- do not add session ids to urls for bots as well as not creating a new session on each page view for them

I bet i introduced some bugs too. ;)

6321 View | Annotate 08/28/2006 07:20 PM naderman

- birthdays/age in user’s timezone and not server’s local time
- parse bbcode in posts with fewer characters than selected maximum on search results page
- retrieve search word context in posts which are longer than maximum characters (no raw BBCode anymore)
- formatted text is processed in the same order everywhere now: censor_text, replace newlines, bbcode, smileys, attachments, highlighting [including Bug #2048]
- highlighting pattern updated to exclude style and script (e.g custom BBCode) [Bug #3856]
- fixed a style problem in Opera [Bug #3770]
- performance increase for user::img()
- slight adjustments to search

6306 View | Annotate 08/20/2006 05:48 PM grahamje

Duplicated entry in the sort options
+ misc template issues

6271 View | Annotate 08/12/2006 03:14 PM acydburn

sql_in_set changes

6241 View | Annotate 08/06/2006 07:25 PM naderman

- finally making the age calculation work [Bug #3582]
- replacing all occurances of L_NONE with a more specific string [Bug #3494]
- a few corrections to html id attributes in the installer
- using correct permission in mcp_report [Bug #2471]
- allow deleting the avatar, when no upload method is enabled and hide the delete button if no avatar is set

6237 View | Annotate 08/05/2006 05:49 PM acydburn

- fixed some bugs
- made imageset naming more consistent
- updated every schema to be consistent and also fixed it (every db should install fine now)
-

6232 View | Annotate 08/03/2006 05:23 PM acydburn

- custom profile field fixed
- fixing sql_fetchfield from cache
- changing the quote parser. In my tests i have not seen changed behaviour – but i might have broken something with this change.

6211 View | Annotate 07/27/2006 09:02 PM naderman

- fixed the age calculation (note: turn on your brain before commiting something like this the next time) [Bug #3337]
- removed the split_words array, introduced an enforced search_query
- the forum used for global topics in the search is now a forum, and no longer a category [Bug #2561]
- Bug #3404
- allow accessing reports by report_id, in contrast to mcp_queue this cannot just use the post id, since there can be multiple closed reports per post, so closed reports have to be accessed by report id, open reports, can optionally be accessed by report id or post id [Bug #3149]
- only attempt to unflag reported topics on closing a report when there are any without other reported posts [Bug #3057]
- updated fulltext_mysql to use the the search_query string
- overwrote the old fulltext_native with our improved version since it consumes too much time to maintain boths and we would switch to the improved version later anyway
- always show a link to search a user’s posts even if the postcount is zero since he might only have posted in forums which do not count posts [Bug #3267]

6198 View | Annotate 07/20/2006 11:45 PM acydburn

- some bugfixes
- set ip_check to A.B.C. by default
- display postings in other encodings by default and present link to force the encoding as usual.

6188 View | Annotate 07/17/2006 05:23 AM davidmj

hmm… This commit does not increase the number of BBCodes. However, this does other things that we need to do first. This splits the usage of allow_* from the BBCode bitfield in forum descriptions, forum rules and group descriptions. This also fixes a tiny, tiny severe issue that nobody found :D I hope it works :P

6178 View | Annotate 07/14/2006 02:59 PM acydburn

add not applied sql_escape in memberlist

6177 View | Annotate 07/13/2006 02:51 PM acydburn

- renamed the following columns:
comment -> attach_comment
new, forwarded, unread, marked, deleted -> pm_new, pm_forwarded, pm_unread, pm_marked, pm_deleted
module_name -> module_basename
value -> lang_value

- every column is now NOT NULL
- every column is now having a DEFAULT value
- hopefully mostly consistent across every db schema
- untested schemas: sqlite, oracle, firebird

6161 View | Annotate 07/09/2006 06:23 PM acydburn

- tackle some usability issues
- fix bug #3147
- added the lock-images made by SHS`
- fixed MSSQL errors (adding the correct ESCAPE sequence)

6151 View | Annotate 07/07/2006 02:36 PM naderman

- display age in user profile and make it available on viewtopic
- various tiny bugfixes including [Bug #2351] [Bug #2549] [Bug #2681] [Bug #3015]
- strip first, then change newlines [Bug #2403]
- added support for creating user profiles to the login function (makes use of user_add), triggered by LOGIN_SUCCESS_CREATE_PROFILE constant
- moved newest user updating from ucp_register to user_add function
- renamed the admin_ auth module function to acp_
- added initialisation code to auth_apache which checks whether it will work
- added user_add support to both auth_ldap and auth_apache
- some auth_ldap tweaks, should work with users deeper in the organisation structure too now
- adjusted global topics in mcp_report to work like mcp_queue

6149 View | Annotate 07/06/2006 06:46 PM acydburn

some bugfixes

6135 View | Annotate 07/01/2006 09:11 PM acydburn

- add additional auth check to the permission roles modules
- added new function to return globally used expressions (get_preg_expression($mode)). This should be very helpful in getting wide spread similar checks (regular expressions) to one place reducing the risk of forgetting to change every location if you fix one. ;) We will add additional ones later, at the moment only the email check is retrieved…
- added “active module” var to the module class returning the current active module
- changed call to image magick
- add administrator to global moderators group by default
- extend auth_option column a little bit
- other bugfixes

6123 View | Annotate 06/24/2006 03:37 PM grahamje

Apply load_onlinetrack to view profile as well

6114 View | Annotate 06/22/2006 05:14 PM acydburn

time to squash some bugs

6104 View | Annotate 06/19/2006 11:30 PM acydburn

some bugfixes

6081 View | Annotate 06/17/2006 01:28 PM acydburn

fix bugs #2271 and #2273

6046 View | Annotate 06/11/2006 01:53 AM naderman

- allow searching for post_count = 0 [Bug #2154]
- better permission check for user search by ip
- permissions for max attachments adjusted

6045 View | Annotate 06/11/2006 01:11 AM naderman

- forgot to commit common.php
- cleaning up a few more mcp permissions
- adjust some links
- make global topics work properly in MCP

6036 View | Annotate 06/10/2006 01:51 PM grahamje

Warn user links #2153

6015 View | Annotate 06/06/2006 10:53 PM acydburn

ok, this one is rather large… the most important change:
re-introduce append_sid: old style continues to work, not a performance hog as it was in 2.0.x -> structure is different

apart from this, code cleanage, bug fixing, etc.

5995 View | Annotate 06/01/2006 03:47 PM acydburn

- create forums by default
- hide prune options if not enabled
- fixed module management enable/disable switch if in module itself
- fixed some schema errors
- adjusted $user->page array generation for developers calling scripts outside of phpBB root

5981 View | Annotate 05/28/2006 09:06 PM naderman

- added search by author_id to solve problems with looking up posts of users with a name containing wildcards
- user based flood control (seperate limits for users and guests) [Bug #1357]
- inform the user about ignored words if he receives a “no words specified” message
- solve problems with the number of entries per page [Bug #1973]
- different height for popup window [“Bug” #1814]
- speed improvements for posting and search reindexing in fulltext_native
-> use php files for ignore words and synonyms

5967 View | Annotate 05/26/2006 05:04 PM acydburn

some tiny changes…

5952 View | Annotate 05/20/2006 08:39 PM acydburn

- fixed a few smaller things

5934 View | Annotate 05/20/2006 12:50 AM davidmj

a few changes ;-)

5931 View | Annotate 05/18/2006 11:03 PM acydburn

- fixing a few tiny bugs
- added new function to (re)apply sids where needed (login and mcp quickmod) – #1829

5928 View | Annotate 05/18/2006 01:19 AM davidmj

eh? meh.

5926 View | Annotate 05/17/2006 09:48 PM davidmj

This is a screwy world! Screwy I tell you!

5910 View | Annotate 05/13/2006 01:08 PM acydburn

HA – classical

5902 View | Annotate 05/12/2006 10:52 PM acydburn

- introduce new function build_url to easily build a valid url from the user->page object as well as optionally removing certain keys
- changed attachment config to utilize the config build methods
- cleaned up posting.php
- the submit/delete_post functions are now usable (functions_posting.php)
- adjusted header icons (transparency)
- a bunch of fixes for mssql
- bug fixes

5896 View | Annotate 05/12/2006 06:20 PM acydburn

ok, maybe now?
test new sf infrastructure again, now using the syncmail script in out cvsroot directory

5888 View | Annotate 05/06/2006 05:15 PM naderman

- introduce LA_, UA_ and A_ template variables (they allow styles to use template variables used for javascript in subSilver outside javascript in their own template while they won’t break our javascript if they contain quotes) also fixes [Bug #1116]
- corrected page title for search indexing progress bar [Bug #1695]
- correct poster name for the anonymous user in mcp_queue and mcp_reports

5885 View | Annotate 05/06/2006 12:06 AM davidmj

I hope nothing broke!

- Added a query builder, it is currently only used for complex queries that involve a FROM clause with two tables and a left join
- Changed some function calls in the DBAL
- Made the viewtopic queries nicer

5883 View | Annotate 05/05/2006 07:56 PM acydburn

- some adjustements for phpdocumentor

5858 View | Annotate 04/29/2006 03:18 AM acydburn

- fixing some bugs, containing fixes for anonymous username displays, eaccelerator issue, permission trace and a few smaller bugs.

5830 View | Annotate 04/22/2006 08:37 PM davidmj

- Bug #1257

5824 View | Annotate 04/22/2006 06:18 PM acydburn

- removed group settings from roles
- added forum icon in front of forums in permissions acp
- added trace permissions in permission masks (thanks naderman for writing the first code and for the idea… :))
- some bugfixes
- PHP6 fix

5790 View | Annotate 04/17/2006 03:09 PM acydburn

- clean up marklist calls (global function)
- added new feature: test out others permissions (admin permissions will not be copied)
- changed attachment processing by directly using the template engine
- fixed some attachment related bugs
- additional tiny fixes

5784 View | Annotate 04/15/2006 04:48 PM acydburn

- fixed some bugs
- made sql schemas consistent
- added correct sequences and generators to sql schemas
- extended some rows to hold more data. This solves issues with multibyte characters and too short topic titles, names, etc.
- allow multibyte characters in usernames

5765 View | Annotate 04/06/2006 07:15 PM acydburn

To all people having their bug status set to fixed: SF pserver CVS access is currently down, therefore the snapshots are still out of date.

- fix a bunch of bugs
- <!- $Id$ -> is no longer allowed in template (.html) files
- changed layout of private message screens (folders are menu items)
- removed unread mode for private messages
- added new feature to template engine – “jump out of loop” or “loop another loop within my loop” :D (will be documented within the coding guidelines)
- added autologin field to sessions
- check session length checks
- added add_log statement to sessions to track session valid to invalid changes if ip/browser change depending on config settings (only debug)
- added multibyte support for various variables (exception at the moment is usernames which needs some discussion)
- hopefully not broke something. :/

5754 View | Annotate 03/29/2006 10:45 AM acydburn

Do not display adding friend/foe for anonymous and users own profile

5709 View | Annotate 03/25/2006 01:07 PM acydburn

- extended session_page and user_lastpage to hold a maximum of 200 chars (instead of 100) – session_page gets truncated to 200 chars
- streamlined the process of generating text with bbcode/smilies/urls (forum rules, forum descriptions, group descriptions at the moment)
- a bunch of schema changes for the bbcode-enabled text and the session page change (sorry for this)
- if decode_message is used there is no need to include functions_posting.php anymore (should fix the search.php bug too)

5701 View | Annotate 03/22/2006 07:48 PM acydburn

- hopefully fixed inactive create forum input field + button for safari 2.0.2 (floating issue?)
- updated format_date calls (fixed ancient calls)
- fixed newest username setting for activating users through the admin panel

5695 View | Annotate 03/22/2006 11:33 AM acydburn

added some language strings as well as fixing the activity listing (Yawner, could you please test it again at area51?)

5624 View | Annotate 03/13/2006 07:05 PM acydburn

- added users activity load setting

5595 View | Annotate 03/01/2006 10:48 PM acydburn

- some bugfixes
- committed coding guidelines as they are at area51
- removed script_path (needs a close inspection later)
- removed the need for server_name and server_port
- able to define server port/name/protocol and force the user-defined server vars (very handy for proxy setups)

5574 View | Annotate 02/22/2006 10:42 PM acydburn

implementing permission roles

- copy permissions (adding groups)
- copy permissions (adding forums)
- checking proper groupadd/del settings
- added intro page to permissions (to give an overview and quick links)
- able to select forums + subforums, single forum, all groups, all users (permission screens)
- able to reset permissions (only reset input field)
- fix forum deletion bug

5523 View | Annotate 02/05/2006 12:02 AM subblue

Changed url target method for BBcode help links and fixed undefined index bug

5468 View | Annotate 01/17/2006 07:03 PM acydburn

just preparing…

5441 View | Annotate 01/11/2006 07:56 PM naderman

- overhauled search system
– updated structure for search backend plugins
– better result caching using ACM
– search results no longer session restricted => link to them by copying the URL :)
– in-topic search
– indexing posts now uses search backend plugins
– develop/search_fill.php working again
– fulltext_mysql not working yet
- tiny bugfixes to ACM

5434 View | Annotate 01/07/2006 02:04 AM subblue

Added grouping by user_id to the team leader list query

5423 View | Annotate 01/04/2006 08:51 AM acydburn

- sperate permissions from sessions
- added some comments to the auth class for better understanding
- revised some permission functions
- added option to negate permission check by prefixing option with a ! (for example checking for !f_read returns true if user is not able to read forum)
- used the new option for testing in ucp front

5407 View | Annotate 12/30/2005 05:52 PM acydburn

- fix query for obtaining usernames beginning with a character and additionally searching for other criterias (produced a join not very healthy to the database – not the correct where statement is used)

5406 View | Annotate 12/30/2005 01:54 PM subblue

Changed ONLINE_STATUS flag to S_ONLINE for consistancy

5398 View | Annotate 12/30/2005 01:13 AM subblue

Little tweaks for the members listing/profile page

5358 View | Annotate 12/19/2005 11:06 PM subblue

Added rank_image_src template variable so it can be used with CSS. Also fixed some undeclared variables.

5355 View | Annotate 12/18/2005 08:58 PM grahamje

Third time around, it turns out that the code where I made that mistake initially is completely unneeded since you won’t get to this point if the user is anonymous (or a bot) anyway

5354 View | Annotate 12/18/2005 08:14 PM acydburn

poster_id does not exist (anonymous should be not present too)

5345 View | Annotate 12/17/2005 09:41 PM grahamje

Expose the warning level and user notes in appropriate places (assuming
the user has the correct permissions)

5341 View | Annotate 12/16/2005 11:14 PM grahamje

A few minor bug fixes to the view profile page

5313 View | Annotate 11/28/2005 07:38 PM acydburn

- some SQL:2003 changes (basicly joins, mysql5 is sql:2003 compliant in strict mode now) – postgresql not supporting this standard. :/
- acp changes

5247 View | Annotate 10/02/2005 08:47 PM acydburn

- session changes

5218 View | Annotate 09/21/2005 01:50 PM bartvb

Fix for bug 73, invalid link under PM icon in memberlist/leaders

5199 View | Annotate 08/19/2005 12:48 PM acydburn

- add ability to limit search to groups

5160 View | Annotate 06/10/2005 09:07 PM acydburn

- memberlist changes

5138 View | Annotate 04/30/2005 04:36 PM acydburn

- some fixes here and there

5114 View | Annotate 04/09/2005 02:26 PM acydburn

- Documentation related changes
- added resend activation email dialog
- fixed issue in session code
- log failed/successful admin re-authentication/login
- fixed simple forum dropdown box (used in mcp and posting)

5108 View | Annotate 03/21/2005 11:43 PM acydburn

- first try to break things…

5086 View | Annotate 01/29/2005 12:29 PM acydburn

put user into appropiate group after activating his account

5082 View | Annotate 01/27/2005 07:54 PM acydburn

- fix serious bug (not updating topic/post count), i do not know why this slipped through and no one noticed… :) Maybe only i, lately i was performing very badly, had a few flaws, need to update myself to a stable version…

5076 View | Annotate 01/24/2005 02:14 PM bartvb

BBCode enabled profile fields, removed field_name from profile fields, fixed some uninitialised variable issues, some small conversion issues

5071 View | Annotate 01/21/2005 08:20 PM acydburn

- removed unnecessary pm options
- added one option to clearly define email visibility

5059 View | Annotate 01/13/2005 11:25 PM psotfx

Censor topic name, signature, occupation, interests and location

5058 View | Annotate 01/13/2005 05:56 PM psotfx

Fix profile msn contact link

5024 View | Annotate 11/06/2004 03:24 PM acydburn

- minor fixes

5010 View | Annotate 10/30/2004 07:02 PM acydburn

- only small fixes to the memberlist

4984 View | Annotate 09/16/2004 08:33 PM acydburn

- more updates, mostly bugfixes to the bbcode parser
- changed current_user in sessions (please review)
- give more flexibility to style authors in regard to the pagination elements
- profile fields updates (included a sample constuct into viewtopic_body.html – have to be documented extensivly)
- code optimizations (use of strpos, sizeof, loops not iterating functions on every call, memory savings…)
- and last but not least - hopefully not introduced more bugs than healthy (cough)

4981 View | Annotate 09/05/2004 05:45 PM acydburn

- re-enable polls (user is now able to decide if users are able to change votes if this feature is enabled within the given forum)

4978 View | Annotate 09/04/2004 09:32 PM acydburn

my turn to break the forum (and at least pm’s are no longer working – will not last long). HARRRR

4975 View | Annotate 09/01/2004 07:26 PM psotfx

widdle

4970 View | Annotate 09/01/2004 05:47 PM psotfx

This is a mass commit … expect trouble! Changes made here are primarily to how login is handled, schema changes necessary!

4958 View | Annotate 08/04/2004 09:18 PM acydburn

- removing karma

4944 View | Annotate 08/01/2004 05:37 PM acydburn

- fix link to PM (composing message)

4924 View | Annotate 07/11/2004 12:47 AM acydburn

- fork/copy topic
- resync topics
- possible to show only reported posts in topic_view
- view reports in post details
- mcp_queue (show unapproved items)

4923 View | Annotate 07/09/2004 02:31 PM acydburn

- added splitting of topics to mcp
- added merging of posts to mcp
- fixed parsing of acl_getf results
- adjusted tracking code for important announcements (seems to work now)

4920 View | Annotate 07/09/2004 12:41 AM acydburn

- remove output buffering options from download.php (not needed anymore)
- optimized viewtopic.php a little bit
- removed the create_function (was consuming too much memory) from viewtopic
- check for manually added convert[.exe] program name to imagemagick path in admin_attachments
- reduced filesize checking for imagemagick program (some installations require less than 20k)
- added checked=”checked” for “not selected” topic icon
- moved parse_text_display function from functions_posting.php to functions.php (see comment above function)
- check for user_id != ANONYMOUS in page_footer for displaying the administration link (there seems to be a problem checking for global options)
- rewrote attachment thumbnail functions – utilize GD2 functions if available, more uptodate checks…
- changed final thumbnail size calculation
- define S_ROW_COUNT within template class itself
- added SID to template vars in page_header
- added ability to view topic/forum within admin_viewlogs
- added optional acl checking to make_jumpbox, no need to duplicate the function for this small need
- added custom body file for confirm_box

4903 View | Annotate 05/30/2004 09:24 PM acydburn

- forum rules + link to forum rules
- three new (tiny) functions added to functions_posting responsible for handling text with bbcode/smilies/urls, use them at items all over across phpbb…
- some bugfixes within admin_forums and other files
- new admin_board layout (much safer, security wise)

4889 View | Annotate 05/26/2004 08:15 PM acydburn

only display those forums the user is able to read in.

4883 View | Annotate 05/02/2004 03:06 PM acydburn

fix some issues with oop, fixing small bugs and prepare the next steps…
NOTE TO DEVS: have a look at adm/admin_board.php (new config layout)

4836 View | Annotate 02/21/2004 01:47 PM acydburn

- put consoring and smilie processing into functions (we use them all over the place) for better changing and consistency.
- changed docs/AUTHORS to reflect the recent code re-use in functions_messenger.php
- pleasing the users a little bit more by using table constants. :D
- login box if “mode” is not allowed -> posting (thought about trigger_error integration, but we do not need this that often).

4766 View | Annotate 01/25/2004 03:20 PM acydburn

use of correct config var

4758 View | Annotate 01/13/2004 02:40 AM psotfx

Update for new karma image location/creation

4603 View | Annotate 10/15/2003 07:43 PM psotfx

Remove need for session_ids for “allowed” bots, dump user_founder/user_active in favour of user_type, new user_type, USER_IGNORE

4583 View | Annotate 10/12/2003 05:29 PM psotfx

Updated the various “users of emailer”, fixed issue(!) of jabber using the email address as the uid, blah fixes, blah, blah di blah yakety smackety

4578 View | Annotate 10/12/2003 01:59 PM psotfx

Let’s break lots of things

4528 View | Annotate 10/04/2003 04:00 PM psotfx

Add “Add Friend” to viewprofile

4506 View | Annotate 09/16/2003 01:52 AM psotfx

oops, forgot to commit this earlier … update for search author

4484 View | Annotate 09/07/2003 07:58 PM psotfx

hhmm

4473 View | Annotate 09/07/2003 03:46 PM psotfx

Updates mainly for removal of extension + header comment … moved some aspects of ucp around, further work to be done on these areas … not commiting search for time being

4441 View | Annotate 08/27/2003 06:32 PM psotfx

Various bits and pieces … this isn’t really what I wanted M-2 to look like but hum ho

4262 View | Annotate 07/15/2003 12:54 AM psotfx

Re-arrange auth and setup calls … needs to be repeated for all major scripts

4152 View | Annotate 06/19/2003 06:48 PM psotfx

Missing sprintf

4145 View | Annotate 06/19/2003 06:13 PM psotfx

Further additions to memberslist modes, Jabber support, finally “fixed up” other IM client support, a little messy in places and lacking any permission checking for IM

4080 View | Annotate 06/05/2003 02:53 AM psotfx

A few minor updates

4076 View | Annotate 06/03/2003 11:40 PM psotfx

Default rank images directory

4065 View | Annotate 05/28/2003 04:20 PM psotfx

Incorrect avatar dimensions

4062 View | Annotate 05/27/2003 01:53 AM psotfx

Majority are UCP related updates … avatars should now work, aside from gallery, fixed a few other issues, updated schema/basic

4030 View | Annotate 05/20/2003 03:37 PM psotfx

Avatar preferencial display here too

3980 View | Annotate 05/06/2003 12:48 AM psotfx

email topic, minor other changes, removed updating of parent forums upon posting (handled by functions_display)

3969 View | Annotate 05/04/2003 01:58 AM psotfx

page header/footer become functions, forum passwords (I know, I know but it appears a popular feature for some reason … inclusion not yet set in concrete nor complete), various bug fixes (and no doubt new bugs).

3953 View | Annotate