phpBB
Statistics
| Revision:

root / tags / milestone_3 / phpBB / includes / session.php

History | View | Annotate | Download (45 kB)

  • svn:eol-style: native
  • svn:keywords: Author Date Id Revision
# Date Author Comment
5258 10/04/2005 11:47 pm

This commit was manufactured by cvs2svn to create tag 'milestone_3'.

5255 10/04/2005 11:39 pm Meik Sievertsen

- some bugfixes

5237 10/02/2005 06:57 pm Meik Sievertsen

- session changes (this checkin is producing a lot of errors and render the cvs useless. Those following cvs should be able to grasp what to do, others... please wait for other changes being checked in)

5220 09/21/2005 08:54 pm bartvb

Use cookie_domain when setting session cookies

5219 09/21/2005 02:12 pm bartvb

Logout banned users, they are unable to use the normal logout link

5217 09/21/2005 01:07 pm bartvb

System always showed 'you are banned permanently' even for temporary bans

5197 08/18/2005 02:58 pm Meik Sievertsen

- fix some tiny glitches

5188 07/28/2005 01:50 pm psotfx

Does this work any better ... let's see ...

5186 07/17/2005 04:51 pm psotfx

Minor updates

5182 07/05/2005 04:43 pm psotfx

Tidy up var assignment, cast integers in queries

5179 07/05/2005 03:53 am psotfx

sigh

5178 07/05/2005 03:26 am psotfx

Delete login key upon logout ... knew I forgot something from my original code

5177 07/05/2005 03:01 am psotfx

Remove use of serialize for session cookie data, no need for it anymore ... at least I can't think of one.

5175 07/04/2005 06:54 pm psotfx

Session key implementation.

5159 06/10/2005 09:03 pm Meik Sievertsen

- sorry for this change paul. :( But it is needed for a memberlist change... hopefully not breaking anything for you. The only change is the check for the ids explicitly set to false to allow ids with "0".

5140 05/05/2005 06:55 pm Meik Sievertsen

- some cross-db related changes
- putting active bots array into cache

5135 04/30/2005 04:24 pm Meik Sievertsen

- test slightly modified topic tracking code
- some bugfixes

5129 04/21/2005 09:27 pm Meik Sievertsen

forgot to commit this for the img change

5126 04/20/2005 09:59 pm Meik Sievertsen

- add ability to grab single image params from user::img

5122 04/17/2005 11:30 am bartvb

Problem with the permission caching that only showed in some race condtion

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

5116 04/10/2005 01:21 pm Meik Sievertsen

- fixed custom profile field get/store
- changed tz lang array to hold more descriptive timezones (no more tz+-13, dst is a seperate option)
- fixed bugs after jabber queue processing (data being escaped differently)

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)

5109 03/22/2005 12:10 am Meik Sievertsen

- and my second attempt

5105 03/18/2005 12:34 am bartvb

It's really hard to get a commit right the first time. Really\! It is\!

5104 03/17/2005 11:41 pm bartvb

Show a useful error message if a language file is missing

5083 01/27/2005 07:59 pm Meik Sievertsen

fix admin_session "bug"

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

5074 01/24/2005 12:02 am Meik Sievertsen

- change registration page language on-the-fly
- added download function to functions_compress as well as tiny bugfixes
- added local_name and author to iso.txt file

5068 01/20/2005 09:57 pm Meik Sievertsen

- bugfixes
- default sort options for posts too
- adjusted format_date to remove the (time intensive) preg_ calls
- temporary style.php code.

5064 01/15/2005 07:50 pm Meik Sievertsen

- remove group informations from session queries

5038 01/02/2005 08:06 pm Meik Sievertsen

...see if i am able to break the cookie tracking system this time. :D
- made some session code updates
- added new acl function (might be helpful later)

5002 10/13/2004 10:41 pm Meik Sievertsen

- fix $user->img (once assigned alt/title tag not able to be overwritten because of static variable)

4996 10/08/2004 01:01 pm Meik Sievertsen

- cur_page no longer in use
- fix confirm box (since it used cur_page) :)

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

4981 09/05/2004 05:45 pm Meik Sievertsen

- 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 09/04/2004 09:32 pm Meik Sievertsen

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

4977 09/02/2004 10:54 pm psotfx

oopsie, session ip was missing

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!

4962 08/15/2004 02:06 pm Meik Sievertsen

- fix huge memory hog. :) (how dumb i was... hmm...)

4957 08/04/2004 09:10 pm Meik Sievertsen

- fixing some issues with the confirm screen - merging our (the devs) approaches (more fail-safe now)
- fixing some small issues...

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

4941 08/01/2004 04:16 pm Meik Sievertsen

replacing two preg_replace statements with one preg_match_all statement...

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

4908 06/02/2004 08:07 pm Meik Sievertsen

- private messages - not finished yet.

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

4897 05/26/2004 10:29 pm Meik Sievertsen

session updates, please review

4859 03/06/2004 05:58 pm Meik Sievertsen

minor adjustments

4847 02/29/2004 01:51 pm psotfx

Minor alteration

4846 02/28/2004 10:24 pm Meik Sievertsen

cleanup... :P

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

splitted language files

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

4835 02/18/2004 02:46 am psotfx

Damn users :)

4821 02/10/2004 02:16 am psotfx

I'll have half a pound of fudge please

4793 02/05/2004 02:38 pm psotfx

Force password change after defined number of days

4769 01/30/2004 01:14 pm psotfx

oopsie in gc

4748 01/11/2004 01:46 am psotfx

Minor update for image production

4740 01/10/2004 01:23 pm Meik Sievertsen

custom profile fields.
Not finished, committed to let us discuss about the next steps
-> BartVB

4729 01/08/2004 01:49 pm psotfx

Alter method for storing imageset data ... I can't see any obvious increase in page gen times but please comment if such a thing does become apparent

4674 11/20/2003 01:49 pm psotfx

Ignore agent check if empty

4673 11/18/2003 12:36 am psotfx

sessions went on a calorie controlled diet and lost 1000 bytes and still had a tasty lunch and dinner!

4672 11/17/2003 12:16 am ludovic_arnaud

Fixed: garbage collection firing of during install (don't even ask me how, but it happened to me)
Added: multi-table garbage collection for MySQL 4 for Paul to review :)

4667 11/15/2003 11:20 pm ludovic_arnaud

Fixed a small typo, and no, I'm not hostage of closet monkeys.

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

4646 11/05/2003 07:51 pm psotfx

Attempt to make page tracking behave a little better

4611 10/18/2003 02:57 pm psotfx

nah, stuff the * wildcard ... just match partially, should be sufficient I think

4610 10/18/2003 02:51 pm psotfx

Allow wildcard bot matching

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

4586 10/12/2003 06:16 pm psotfx

hmmmm

4578 10/12/2003 01:59 pm psotfx

Let's break lots of things

4559 10/12/2003 02:00 am psotfx

optionget/optionset updates

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

4446 08/28/2003 12:25 am psotfx

user option method (get) start

4440 08/27/2003 06:31 pm psotfx

bah, group handling needs some further discussion ... I'm done with it for M-2

4429 08/24/2003 08:16 pm psotfx

The moving of update eliminates it's usefulness ... given the change was done to increase security it wins :)

4343 08/06/2003 05:45 pm psotfx

A fair amount of additional working or semi-working stuff ... template stored db source (when appropriate), switch theme/templates between DB/filesystem (if available), import, upload templates, imagesets, themes (if available ... i.e. no safe mode), etc. still a fair amount of stuff to do but getting there ... take care using this, backup any themes/templates/imagesets before fiddling and let me know of issues

4325 07/24/2003 03:58 pm psotfx

Changes for styling directory layout alterations

4318 07/23/2003 05:39 pm psotfx

escape browser and page info

4250 07/13/2003 11:40 pm psotfx

Allow preview of style for user with appropriate rights ... a "cheat" really

4235 07/13/2003 05:13 pm psotfx

Cope with secondary (per forum) styles, probably other minor things too ... there is a known permissions problem, will work on that soon

4202 07/04/2003 07:17 pm psotfx

Altered method of storage of cached permissions ... primarily for easier sqlite/firebird support. Clear your user_permission fields before re-visiting your forum else you'll see very little! Changed way in which founder status is protected

4170 06/24/2003 06:46 pm psotfx

Fix up display of sigs and bbcode for preview

4142 06/19/2003 03:19 pm psotfx

Add new method ... allow grab of options for all forums ... useful for e.g. when forums where post count is incremented are required

4052 05/24/2003 01:46 am psotfx

Wasn't stripping slashes from the cookies ... that will account for some of the erroneous mark read, nothing changes issues. Add name="" to image generation ... for "on" event handlers, etc.

4050 05/22/2003 07:03 pm psotfx

Append POST originated forum_id to this->page if present

3989 05/08/2003 03:14 am psotfx

Changed forum_link_track to forum_flags for storage of additional info [ pruning related ], moved lang selection into DB, other minor changes, still working on admin_prune, per forum styling for posting

3951 04/25/2003 01:00 am psotfx

Was certainly one problem with it ...

3950 04/24/2003 08:40 pm psotfx

For the time being I want this to stay as addslashes for some cross-db compatibility testing ...

3948 04/24/2003 08:23 pm ludovic_arnaud

Fixed typos, added isset() to produce less PHP notices and changed addslashes() to the corresponding dbal function

3834 04/15/2003 07:33 pm psotfx

Changes in line with ACL_UNSET ... remember to wipe out all entries in your auth_users and auth_groups tables with auth_setting = 2

3820 04/12/2003 10:01 pm psotfx

Renamed ACL_ constants, altered field names

3802 04/10/2003 12:41 am psotfx

oopsie, me not think that last checkin was supposed to happen ... at least I hope not :D

3800 04/10/2003 12:17 am ludovic_arnaud

Weekly update: MCP templates. Forms renamed to 'main', added mcp_jumpbox.html for easy jumping and mcp_foruminfo.html.
Not too happy with HTML though =" templates\subSilver\mcp_forum.html templates\subSilver\mcp_foruminfo.html templates\subSilver\mcp_front.html templates\subSilver\mcp_header.html templates\subSilver\mcp_jumpbox.html templates\subSilver\mcp_move.html templates\subSilver\mcp_post.html templates\subSilver\mcp_viewip.html templates\subSilver\mcp_viewlogs.html

3769 03/31/2003 11:47 pm psotfx

Improve feedback for banned users

3751 03/30/2003 04:22 pm psotfx

Wrong object name

3746 03/29/2003 07:25 pm psotfx

Moved acl_options caching code into acl

3710 03/24/2003 08:03 pm psotfx

Add browser validation

3685 03/20/2003 01:33 am psotfx

Minor change

3670 03/18/2003 11:23 pm psotfx

Here I am going on about minimising new includes and I go and create one ... probably better off as a seperate include though than adding ~500 lines of code to session.php

3623 03/09/2003 05:11 pm psotfx

Enable per session view online, change layout, potential for links to terms and privacy policy