phpBB
Statistics
| Revision:

root / trunk / phpBB / includes / ucp / ucp_zebra.php

History | View | Annotate | Download (6.7 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10887 12/13/2010 03:45 pm Git Gatekeeper

commit adfa1656fb9d8b5bb601af1d7a6720884954d87a
Merge: bd579c8 af5b9a9
Author: Nils Adermann <>
Date: Mon Dec 13 16:35:55 2010 +0100

Merge branch 'ticket/igorw/9556' into develop
  • ticket/igorw/9556:
    [ticket/9556] Drop php closing tags, add trailing newline...
10211 10/04/2009 07:14 pm Meik Sievertsen

Copy 3.0.x branch to trunk

9597 06/16/2009 02:06 pm Joas Schilling

Fix bug #40205 - Wrong message shown to user, when adding bots to friends/foes

Authorised by: acydburn

9593 06/14/2009 10:38 pm Andreas Fischer

Addition to r9577: Remove unnecessary integer casting. request_var() already does that.
Authorised by: acydburn

9577 06/13/2009 12:40 pm Andreas Fischer

Fix bug #46255 - Allow friends/foes to be added and removed at the same time.
Authorised by: acydburn

8479 03/29/2008 01:22 am Nils Adermann

Hiding everywhere little buggers, eh?

8285 12/26/2007 03:53 pm

This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.

8147 10/05/2007 04:36 pm Meik Sievertsen

dumdidum... sorry. ;)

8099 09/22/2007 08:31 pm Meik Sievertsen

#i62 - #i65
gone through every javascript invocation and making sure we adhere to our coding guidelines.

7961 07/27/2007 07:33 pm Meik Sievertsen

err, forgot to commit

6925 01/24/2007 12:29 pm Meik Sievertsen

- added confirm box to ucp zebra (adding fried/foe)
- permission fixes for conversions
- use more appropiate error message within convertor if source tables could not be found
- other tiny fixes

6869 01/09/2007 11:03 pm dhn2

#6988
Nicely caught by Schumi

6698 12/02/2006 02:19 pm Meik Sievertsen

- a bunch of fixes
- added todos to the updater to make sure i do not forget. :)

6650 11/24/2006 03:59 pm Meik Sievertsen

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. :)...

6517 10/22/2006 03:32 pm Meik Sievertsen

- now username changes should work as desired
- removed some extract() calls

6497 10/14/2006 04:56 pm Meik Sievertsen

- store sql_layer directly within the layer itself
- new method sql_multi_insert to circumvent db-specific hacks
(hopefully not introduced any parsing errors)

6494 10/14/2006 12:10 am Nils Adermann

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

6462 10/07/2006 10:11 pm grahamje

View profile now shows relevant add/remove links

6452 10/07/2006 02:36 pm Meik Sievertsen

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.

6379 09/17/2006 05:22 pm grahamje

Confirm zebra removal...... I mean friend/foe deletion :P

6271 08/12/2006 03:14 pm Meik Sievertsen

sql_in_set changes

6225 08/01/2006 06:14 pm Nils Adermann

- acm_file uses an index pointer to the current row instead of shifting the result array now [Bug #2451]
- all dbals adjusted to use the cache in sql_fetchfield, sql_rowseek, sql_numrows and sql_freeresult [Bug #2451]
- use include_once for dbal.php to at least theoretically allow connections to multiple databases at once...

6058 06/13/2006 11:06 pm Meik Sievertsen

make sure custom profile fields are created correctly on registration (#2225)

6054 06/13/2006 12:16 am Meik Sievertsen

- get swatch converted into new acp format
- add page title to ucp pages
- add ability to supress getting the who is online list in page_header() (saves us ideally 1-2 queries on ucp/mcp pages)
- fixing pm rules a bit as well as now having complete author memberships for author_in_group (sender -> is in usergroup -> xxx)

6024 06/08/2006 10:26 pm Meik Sievertsen

- bugfix roll
- fixed sql_query_limit on mssql/mssql_odbc

6015 06/06/2006 10:53 pm Meik Sievertsen

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.

5957 05/21/2006 06:54 pm Meik Sievertsen

- fixing a few smaller bugs/glitches
- init user session in cron.php (else it can produce errors if functions expect the user object being set)
- fix sql escaping for mssql/mssql_odbc

5939 05/20/2006 01:41 pm Meik Sievertsen

- fix #1715

5858 04/29/2006 03:18 am Meik Sievertsen

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

5836 04/23/2006 03:08 pm Nils Adermann

- allow user A to have user B as a friend if A is a foe of B
- don't allow users to have the Anonymous user on their foe/friend list [Bug #1205]
- properly hide users on the online/offline friend list in ucp [Bug #1206]

5725 03/25/2006 08:14 pm Meik Sievertsen

ok, thought about this now for too long. I think the best solution circumventing memory consumption and not introducing "hacks" is to seperate module information (and probably more in 3.2 for installation/uninstallation) from the main code.

5643 03/17/2006 01:51 pm Meik Sievertsen

- fix some bugs...

5302 11/17/2005 06:32 pm Meik Sievertsen

- some ucp changes (added the module info too)

5268 10/09/2005 07:59 pm Meik Sievertsen

- added new query type to dbal's sql_build_array
- allow setting custom template path
- adjusted module class to correctly parse trees with more than one category
- added caching to module class

5254 10/04/2005 11:31 pm Meik Sievertsen

- changed ucp classes to work with the new module system
- mcp is no longer working, i know.

5134 04/30/2005 04:16 pm Meik Sievertsen

- topic/forum icon img additions

5114 04/09/2005 02:26 pm Meik Sievertsen

- 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)

5063 01/15/2005 07:49 pm Meik Sievertsen

- bugfixes
- do not hardcode url bbcode tag (please change the bitfield accordingly - see schema file!)

5012 10/30/2004 07:07 pm Meik Sievertsen

more ucp updates

5001 10/13/2004 09:30 pm Meik Sievertsen

- ucp register/remind/activate fixes mostly regarding account activation
- general ucp fixing (profile and ucp_main)
- created three new functions (return correct topic author string, generate topic related pagination and get topic type/status...). These general bits are used on several pages (subscribed topics, bookmarks, viewforum)....

4883 05/02/2004 03:06 pm Meik Sievertsen

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 02/21/2004 01:47 pm Meik Sievertsen

- 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...

4661 11/10/2003 04:03 pm psotfx

gurgle blurp ... make some more changes, blurp, gurgle, move discover_auth to auth class as acl_get_list method, blurp gurgle blurp

4660 11/10/2003 03:26 pm psotfx

We're going down, we're going down, blurp, blurp, gurgle, gurgle

4659 11/10/2003 03:22 pm psotfx

Abandon ship! Abandon ship!

4657 11/10/2003 03:18 pm psotfx

Note that these changes are as yet untested

4578 10/12/2003 01:59 pm psotfx

Let's break lots of things

4529 10/05/2003 02:15 pm psotfx

oop, username, not id ...

4525 10/04/2003 03:58 pm psotfx

minor update to check for mods/admins

4522 10/01/2003 07:24 pm psotfx

Change in format of module db data, add zebra, many things probably "damaged goods" for now ... don't panic Mr. Mainwaring, don't panic

4018 05/19/2003 05:23 pm psotfx

Hello!