phpBB
Statistics
| Revision:

root / tags / release_3_0_2-RC2 / phpBB / ucp.php

History | View | Annotate | Download (9 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
8676 06/29/2008 12:39 pm Meik Sievertsen

3.0.2-RC2 released

8655 06/13/2008 09:39 pm Meik Sievertsen

Fix some instances where we left db connections open (registration -> captcha for example)

8598 06/04/2008 05:37 pm Nils Adermann

removed executable props [Bug #6464]

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

8146 10/05/2007 04:30 pm Meik Sievertsen

dumdidum... sorry. ;)

8072 08/30/2007 11:21 pm Meik Sievertsen

necessary changes...

7966 07/28/2007 11:19 am Meik Sievertsen
  • empty log message ***
7954 07/26/2007 05:51 pm Meik Sievertsen

do not get too excited

7829 07/03/2007 05:17 pm Henry Sudhof

one too many

7828 07/03/2007 05:14 pm Henry Sudhof

#12955 hideonline/viewonline again (minor)

7593 05/15/2007 07:38 pm Meik Sievertsen

:P

7592 05/15/2007 07:14 pm Henry Sudhof

The message shouldn't be displayed at all(now), unless there's foul play invlolved.

#10968

7590 05/15/2007 06:02 pm Henry Sudhof

Making logout somewhat more secure.

Language variables, take them while they're hot. (just one, so be quick)

7426 04/29/2007 02:30 pm Meik Sievertsen

more bugfixing. Important change: admins able to give ban reason for user quick tool ban - logging also syndicated, now always logged to ACP and MCP logs.

7232 03/26/2007 05:42 pm Meik Sievertsen

some tiny bugfixes and changed is_active() a bit...

7229 03/24/2007 07:00 pm David M

#5280

6915 01/21/2007 07:33 pm Meik Sievertsen

fixing some bugs, most being submitted grammatical/spelling errors.

6892 01/17/2007 02:36 am David M

#7156

6851 01/07/2007 03:08 pm Meik Sievertsen

- fix some convertor bugs.
- added support for the validated birthday mod and fixed the integration of nils' birthday mod

6832 01/03/2007 07:58 pm Nils Adermann

- allow login with redirect parameter
- altered URL regular expression so it won't cause problem with long URLs - PCRE >:( [Bug #6720]
- moderator list on index should have coloured groups in bold as everywhere else too
- correctly handle password requirements in UCP [Bug #6692]...

6792 12/23/2006 11:49 am Meik Sievertsen
  • empty log message ***
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. :)...

6589 11/16/2006 05:51 pm Meik Sievertsen

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.

6515 10/21/2006 05:46 pm grahamje

Move outputting of TO box since it's only relevant to one module and this will ensure it is displayed however that module is loaded [#4866]

6492 10/13/2006 04:00 am David M

#4710

6454 10/07/2006 04:12 pm grahamje

The zebra ran into a paint factory

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

6161 07/09/2006 06:23 pm Meik Sievertsen

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

6104 06/19/2006 11:30 pm Meik Sievertsen

some bugfixes

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)

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

5885 05/06/2006 12:06 am David M

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 05/05/2006 07:56 pm Meik Sievertsen

- some adjustements for phpdocumentor

5881 05/04/2006 08:25 pm Meik Sievertsen

- fix bug #1727 (need to be watched - problems could arise by this change)
- added a note about login_box() to the coding guidelines

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]

5790 04/17/2006 03:09 pm Meik Sievertsen

- 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

5767 04/08/2006 03:01 pm Meik Sievertsen

- changed module*_url to only use the main module name but the mode as parameter
- custom module lang function now suffixed by _lang
- added general custom function with mode and module_row parameter

- do not display friends/foes if zebra has been disabled

5687 03/22/2006 02:49 am David M

- Bug 1197

5662 03/18/2006 11:53 pm Meik Sievertsen

- ok, now the correct ones. :/

5650 03/18/2006 01:17 pm Meik Sievertsen

thanks to SHS` for writing an updated version of the terms and the privacy policy.

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

- fix some bugs...

5595 03/01/2006 10:48 pm Meik Sievertsen

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

5494 01/25/2006 10:01 pm Meik Sievertsen

- moved add_log out of functions_admin (this file should only be included in admin/admin-related pages)
- fixed cookie based topic tracking
- added missing config variables
- other minor things

5429 01/05/2006 10:24 pm subblue

when logging out or clearing cookies the session_id is cleared, but this broke style.php since it needs a sid. Added a line to create the new guest session before finishing these actions.

5378 12/26/2005 10:02 pm subblue

Language related updates.
Removed escaped double-quotes from single quote FAQ language strings - was causing mal-formed html.
Also changed the quicklink numbers to be prefixed by 'f' since standards dicate name and id attributes have to start with a non-numeric character.

5313 11/28/2005 07:38 pm Meik Sievertsen

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

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.

5199 08/19/2005 12:48 pm Meik Sievertsen

- add ability to limit search to groups

5183 07/08/2005 02:29 pm psotfx

Delete u and k cookies

5175 07/04/2005 06:54 pm psotfx

Session key implementation.

5138 04/30/2005 04:36 pm Meik Sievertsen

- some fixes here and there

5117 04/10/2005 08:07 pm Meik Sievertsen

- added updated coding guidelines
- introduced is_registered and is_bot flags for correct determinition of guest/registered/bot users
- changed bot code to act on useragent || ip

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)

5076 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

4984 09/16/2004 08:33 pm Meik Sievertsen

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

4974 09/01/2004 06:23 pm psotfx

I will not swear, I will not swear ... I will not ... oh f**k it

4970 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!

4950 08/02/2004 04:32 pm psotfx

Rejiggle "board disabled" system to allow admin/mods access, eliminate duplication and "fudges" ... hopefully I've not overlooked something fundamental ...

4925 07/11/2004 05:20 pm Meik Sievertsen

- fixed permissions for mcp (global permission settings are false if user is only able to moderate one to x forums)
- determine permission settings for submodules
- further approve/disapprove work (approve_details added)

4915 06/15/2004 07:56 pm Meik Sievertsen

- fixed notification redirection
- added SID to ucp redirects

4912 06/06/2004 11:44 pm Meik Sievertsen

- added folder_moved image
- new feature: bookmark topics
- fixed post details link
- added confirmation screen to cookie deletion

4906 06/01/2004 07:02 pm Meik Sievertsen

- enable admin login if board disabled
- new reply image for pm's (fits better into the style)

4904 05/31/2004 08:00 pm Meik Sievertsen

- added delete cookies link
- fixed global announcement links in viewforum
- do not display redirects in link forums as posts in forum overview

4903 05/30/2004 09:24 pm Meik Sievertsen

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

4891 05/26/2004 08:22 pm Meik Sievertsen

blabla

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)

4844 02/28/2004 10:16 pm Meik Sievertsen

splitted language files

4838 02/22/2004 11:22 am Meik Sievertsen

always redirect on login (fixes the "i am not logged in" problem. ;))

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

4829 02/11/2004 10:09 pm Meik Sievertsen

use logical expression for module permissions + prefixes for acl's and config variables (acl_ and cfg_).

4768 01/30/2004 12:48 pm psotfx

Enable redirect after login

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

4527 10/04/2003 04:00 pm psotfx

Minor mods

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

4473 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

4261 07/15/2003 12:06 am psotfx

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

4213 07/08/2003 01:43 am psotfx

Move certain methods out of ucp class, move ucp class into ucp, break half a dozen other features, introduce x hundred new, exciting bugs

4137 06/16/2003 01:14 am psotfx

Updated Firebird schema ... "compatible" with mysql version ... NOTE the change in ucp schema, module_name becomes module_title to prevent conflict. Various script SQL issues preventing full compatibility with Firebird at present

4062 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

4020 05/19/2003 05:24 pm psotfx

Changes as per functions_user.php

4004 05/11/2003 02:58 am psotfx

Yet more mildly fudged code ... just to get something up, minor fixes/updates elsewhere

4003 05/10/2003 07:19 pm psotfx

Returned to instantiation of ucp object ... perhaps this approach is better? Altered basic info for ucp_modules, updated editor to allow alternative form and textarea names ... still lots of fudginess, hhhmmmm fudge, uuuuugggghhh

4001 05/10/2003 03:01 am psotfx

guess what

3996 05/09/2003 04:11 pm psotfx

Had to make a start on the UCP proper ... note that things may and in places are quite broken

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

3650 03/17/2003 01:53 am psotfx

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

3279 01/08/2003 06:04 pm psotfx

Remove server string stuff since it's now handled by redirect

3277 01/08/2003 06:00 pm psotfx

Oh my God what have they done? What HAVE they done .... infamy! infamy! they've all got it in-for-me ... (c) Rank

3075 11/21/2002 04:40 pm thefinn

Moved profile.php to ucp.php. ucp is really really broken right now, don't even think about trying to use it.