Register
phpBB.com Wiki · Home Projects Help

root / trunk / phpBB / includes / session.php

session.php

View | Annotate | Download (67 KB)

# Date Author Comment
9042 View | Annotate 11/02/2008 12:22 PM acydburn

i had these changes sitting… must’ve been a merge not committed (and because we do not use svn 1.5 as the client version i am not able to say which they were)

8889 View | Annotate 09/19/2008 03:17 PM Kellanved

Okay, that is pretty raw, but better to have it in place than trying to play catch-up. Introducing an early stage of CAPTCHA modules.

8859 View | Annotate 09/16/2008 05:15 PM acydburn

simplify $user->img()

8849 View | Annotate 09/16/2008 01:42 PM acydburn

add missing dot. :)

8847 View | Annotate 09/15/2008 08:43 PM acydburn

more in-depth hostname validation. Not used in install files… there the code is fine.
There are ways to improve this, either a whitelist or “more guessing”

8823 View | Annotate 09/05/2008 02:41 PM toonarmy

Remove a useless str_replace()

8819 View | Annotate 09/04/2008 04:07 PM acydburn

support new method of getting correct language strings for nullar/singular/plural forms

8812 View | Annotate 09/04/2008 01:39 PM toonarmy

Remove caching of templates from the database completely, themes is cut down ready for a complete chop, and fix the installer :)

8786 View | Annotate 08/24/2008 12:04 PM acydburn

Merge of the language-specific custom path change Revision #r8782

8696 View | Annotate 07/28/2008 03:37 PM acydburn

marge

8672 View | Annotate 06/23/2008 08:22 PM acydburn

merge? merge.

8637 View | Annotate 06/09/2008 07:10 PM acydburn

#27395

8614 View | Annotate 06/07/2008 03:42 PM acydburn

do not allow [flash=0,0]... not implemented for images due to the reliance on getimagesize() – as usual both sizes are able to be limited by the maximum/minimum image size configuration options

8587 View | Annotate 06/03/2008 06:33 PM Kellanved

merge

8572 View | Annotate 05/29/2008 02:25 PM acydburn

ok… i hope i haven’t messed too much with the code and everything is still working.
Changes:
- Ascraeus now uses constants for the phpbb root path and the php extension. This ensures more security for external applications and modifications (no more overwriting of root path and extension possible through insecure mods and register globals enabled) as well as no more globalizing needed.
- A second change implemented here is an additional short-hand-notation for append_sid(). It is allowed to omit the root path and extension now (for example calling append_sid(‘memberlist’)) – in this case the root path and extension get added automatically. The hook is called after these are added.

8571 View | Annotate 05/28/2008 03:05 PM Kellanved

Merging mime and referer checks into the Trunk

8566 View | Annotate 05/18/2008 10:15 PM acydburn

ok… still merge needed… now the fix is spread. :/

8545 View | Annotate 05/04/2008 04:47 PM acydburn

some missing merges…

8484 View | Annotate 03/31/2008 04:58 PM acydburn

merging some changes

8477 View | Annotate 03/29/2008 01:08 AM naderman

Go away evil carriage returns\!

8376 View | Annotate 02/04/2008 01:14 PM Kellanved

Minor stuff: #20925, #20815

8349 View | Annotate 01/29/2008 04:57 PM acydburn

Merging revisions #r8346, #r8347 and #r8348

8344 View | Annotate 01/29/2008 03:33 PM acydburn

Merge revision #r8343

8341 View | Annotate 01/28/2008 04:23 PM Kellanved

nit rightfully picked

8338 View | Annotate 01/28/2008 02:04 PM Kellanved

merging #20255

8310 View | Annotate 01/06/2008 06:00 PM acydburn

- Do not split topic list for topics being promoted to announcements after been moved to another forum (Bug #18635)
- Allow editing usernames within database_update on username cleanup (Bug #18415)
- Fixing wrong sync() calls if moving all posts by a member in ACP (Bug #18385)
- Check entered imagemagick path for trailing slash (Bug #18205)
- Use proper title on index for new/unread posts (Bug #13101) – patch provided by Pyramide
- Allow calls to $user->set_cookie() define no cookie time for setting session cookies (Bug #18025)

8307 View | Annotate 01/06/2008 03:21 AM davidmj

the end of an era…
- MySQL < 4.1.3 support is removed
- renamed mysql4 to mysql, no need to cause confusion
- changed the cfg cacher, reduces file system lookups and include count by two on every page load

8295 View | Annotate 01/03/2008 06:00 PM davidmj

oh boy…
- Migrate code base to PHP 5.1+

8294 View | Annotate 01/03/2008 03:37 PM kellanved

cross-ci to the head

8225 View | Annotate 11/04/2007 01:07 PM acydburn

try to add another fix for bans

8224 View | Annotate 11/03/2007 09:31 PM acydburn

further fixes
- fix infinite loop on checking ban for those not having ever visited the page (or removed all session cookies)
- avatar width/height switched in language files
- fix windows switching to background on IE7 (smlies window for example)

8202 View | Annotate 10/18/2007 07:44 PM acydburn

make the ban check perform a bit better :/

8157 View | Annotate 10/09/2007 05:11 PM acydburn

use previous information gathered for obtaining the ban type (bug #14674)

8131 View | Annotate 10/04/2007 02:03 PM acydburn

- fixed database updater
- fixed hook function call in database updater
- fixed bot agent detection (we used a wildcard within the w3c-agent, therefore we should really support this. ;))

8120 View | Annotate 10/03/2007 05:05 PM kellanved

Ok, here comes a big one. Poor updater. Also requires testing.

#i91
#i92
#i93
#i94
#i95
#i96

8100 View | Annotate 09/22/2007 09:18 PM acydburn

new hook system (do not get it confused with events or plugins please)
- introducing two new hookable functions too

8098 View | Annotate 09/22/2007 08:21 PM acydburn

#i61

8094 View | Annotate 09/21/2007 05:00 PM acydburn

put expressions for ip validation into our get_preg_ function.

8089 View | Annotate 09/13/2007 05:15 PM kellanved

-#14438
-Refactor the confirm table cleanup
-Add confirm table cleanup to session garbage collection. Might require own pseudo-cron.

8075 View | Annotate 09/02/2007 07:24 PM acydburn

fixing some bugs

8049 View | Annotate 08/19/2007 12:39 PM acydburn

very tiny adjustements…

8011 View | Annotate 08/06/2007 04:41 PM acydburn

two fixes

7971 View | Annotate 07/28/2007 04:14 PM acydburn

forgot to change this call.

7966 View | Annotate 07/28/2007 11:19 AM acydburn
  • empty log message *
7961 View | Annotate 07/27/2007 07:33 PM acydburn

err, forgot to commit

7956 View | Annotate 07/27/2007 11:42 AM acydburn

fix session problems for those using mysql in strict mode and users having a browser agent string > 150 characters.

7948 View | Annotate 07/25/2007 09:12 PM acydburn

the old code was correct – we also want to allow autologin keys working on more than one PC/browser. ;)

7946 View | Annotate 07/25/2007 06:06 PM acydburn

please have a second look at the change within session.php – we had a few “doubled” keys within the db…

7914 View | Annotate 07/21/2007 06:02 AM davidmj

clean up

7911 View | Annotate 07/20/2007 07:56 PM davidmj

hehehe… :(

7910 View | Annotate 07/20/2007 07:55 PM davidmj

be more lean

7901 View | Annotate 07/17/2007 07:02 PM acydburn

remove T_THEME_DATA completely… now the css data is able to be fetched for banned users too. Gives us a good chunk of memory back.

7897 View | Annotate 07/17/2007 12:03 AM davidmj

sir, put your hands up and step away from the extra integers

7890 View | Annotate 07/15/2007 10:53 PM naderman

- search result extract shouldn’t end in the middle of a multibyte character [Bug #11863]
- missing localisation for an imageset shouldn’t create lots of “imageset refreshed” log messages [Bug #12027]
- explain that themes which need parsing cannot be stored on the filesystem [Bug #11134]
- normalize usernames (we really need to make sure we normalize everything)
- improved utf8_clean_string, more complete list of homographs and NFKC normalization, also the resulting string is now trimmed
- corrected searching subforums explanation [Bug #12209]

7879 View | Annotate 07/13/2007 01:58 PM kellanved

#13331
#13329
Adding more checks – although it is really redundant by now. We can’t guard against variable misuse.

7875 View | Annotate 07/12/2007 06:14 PM acydburn

some more fixes

7860 View | Annotate 07/10/2007 05:14 PM acydburn

some fixes here and there

7838 View | Annotate 07/06/2007 11:09 PM davidmj

#12705

7808 View | Annotate 06/29/2007 03:00 PM acydburn

- fixing some very very nasty opera bugs by changing the clearing method we use.
- also properly apply preg_quote to some strings.

7805 View | Annotate 06/28/2007 04:55 PM acydburn

fixing some bugs

7801 View | Annotate 06/27/2007 12:08 PM kellanved

#12771

7790 View | Annotate 06/24/2007 03:57 PM kellanved

Maybe we shouldn’t trust the language settings in the db so much.

7785 View | Annotate 06/20/2007 04:24 PM kellanved

#12577

Don’t allow users into bot mode to end the illusion of being able to log in as googlebot while keeping privileges (that really wasn’t possible).

7763 View | Annotate 06/15/2007 07:19 PM kellanved

This should be a better fix for #12441

Should also fix #12393

7762 View | Annotate 06/15/2007 06:58 PM kellanved

err…

7761 View | Annotate 06/15/2007 06:52 PM kellanved

well, oops.

#12441

7756 View | Annotate 06/14/2007 05:24 PM kellanved

grumble

7755 View | Annotate 06/14/2007 05:03 PM kellanved

Changing the behaviour of the hideonline permission.

Test the current setting before altering the memory limit during install(Bug #12195)

And another language var.

7736 View | Annotate 06/09/2007 01:11 PM acydburn

ok, mess around with the templates + fixing some bugs + adjusting headers for those files already modified to circumvent conflicts for those having their editor set to remove trailing spaces (not recommended!)

7687 View | Annotate 05/26/2007 06:38 PM acydburn

hopefully not too late in the game. Checked in new jabber class (the class done by the flyspray project). It would be nice if this could be tested with more servers – jabber.org seems to work fine…
- other fixes

7655 View | Annotate 05/20/2007 04:40 PM naderman

- don’t forget sql_freeresult

7654 View | Annotate 05/20/2007 04:32 PM naderman

- style.php uses default language fallback for the imageset like session.php now
- style.php removes placeholders for non-existant images instead of leaving them alone
- automatically try to load a localised part of an imageset if the folder exists and no images for that language were found in the database, thanks PhilippK

7559 View | Annotate 05/13/2007 06:15 PM naderman

- correctly transfer the search query across search result pages
- changed highlighting so foo* will match foo again [Bug #10031]
- restructured magic urls (functionality still mostly the same), added a check for entities in urls and punctuation at the end of magic urls [Bugs #10639, #10293]
- undid the workaround for urls in quotes, as it’s fixed by the new magic url handling
- allow magic urls enclosed in BBCode [Bug #10319]
- added handling for IPv6 addresses to the IP checking without adding extra options [Bug #9538]
- correctly handle search in search results of search queries with brackets [Bug #10581]
- added information about requirements for auth_apache [Bug #10107]

7456 View | Annotate 05/04/2007 02:30 PM acydburn

added class for disabled options in ACP
E_USER_ERROR now using language keys if available [related to #10445]
UCP/MCP title tags [#10441]
Check $start parameter in viewforum [#10435]
Check for postable forum for moving user posts within users ACP [#10433]
Show error if admin tries to put forums beneath linked forums [related to #10433]
Correctly catch attachments while moving posts [#10431]
language change in install.html [#10425]
Updated AUTHORS file

7451 View | Annotate 05/02/2007 06:19 PM acydburn

fixes for search button in header – #10389, #10225, #9548
added missing colour swatch to prosilver – #8657
language changes – #10387, #10375, #10373, #10353, #10279
line-height for font size (still not ideal) – #10317
Search load setting checked in sessions.php along with limit_load and also reset if not possible to determine load – #10383
Fix editing issues – #9660

7439 View | Annotate 04/30/2007 05:35 PM acydburn

#10283 – no style if banning anonymous/ip and using style requiring stylesheet parsing. Also fixes a bug for non-parsed THEME_DATA…

7330 View | Annotate 04/12/2007 06:20 PM acydburn

my take on getting the bugs down… thanks to those also providing (usable) solutions to the problem. ;) Of course also to those reporting generally…

7310 View | Annotate 04/09/2007 06:04 PM naderman

- correctly initialise $words in fulltext_native [Bug #347]
- display ignored words from sub-search-queries
- “Return to search page” [Bug #9591]
- spelling in coding guidelines
- htmlspecialchars forwarded_for before logging

7304 View | Annotate 04/08/2007 07:40 PM davidmj

- overhaul of imagesets
imagesets are now “intelligently” multilingual, one may use imagesets inside of CSS files now (as well as properties like the width and height of an imageset’s image)
all previous styles should change their imageset.cfg to be like prosilver and subsilver2 (notice how there is now an imageset.cfg in the /en folder, there should be one for each language)

7266 View | Annotate 04/02/2007 05:47 PM acydburn

some fixes…

7150 View | Annotate 03/08/2007 04:49 PM acydburn

again… some more fixes.

7135 View | Annotate 03/06/2007 12:34 PM acydburn

fix issue with user agent and debug_extra enabled – reported by kellanved…

7102 View | Annotate 03/01/2007 11:29 AM acydburn

#8358

7076 View | Annotate 02/25/2007 11:09 PM naderman

- fix htmlspecialchars handling in search (search backends get specialchared input, and should return specialchared output), current backends strip entities anyway [includes Bug #8156]
- allow cancelling search index creation/removal
- custom CSS class name input too short [Bug #8328]
- give an error message if a password wasn’t convertable (special characters in non-standard encoding)
- moved still_on_time to functions.php, used by acp_search and converter, might be useful for MODs (or complex cron scripts)
- do not allow empty passwords on login
- add sids to local URLs in posts (this was a really terrible bug to fix ;)) [Bug #7892]
ignore invalid HTTP_X_FORWARDED_FOR headers (just use REMOTE_ADDR if invalid) [Bug #8314]
- changed forum listing code on search page and acp_attachments [Bug #6658]
- search indexing uses still_on_time(), smaller batch size (1000) and meta_refresh() instead of redirect(), this should solve a few problems [Bugs #8034, #8270]
- made password requirement language strings clearer
- ALPHA is not meant to be alphanumric [Bug #7764]
- display bug in firefox on linux making the pagination wrap on search results page (caused by  )

7054 View | Annotate 02/24/2007 01:31 PM acydburn

trying to fix some bugs…

7034 View | Annotate 02/22/2007 05:20 PM acydburn

trying to fix two conversion issues
- anonymous user not entered correctly or entered with user id 0 (need to be tested)
- ips not converted

6975 View | Annotate 02/09/2007 03:24 PM acydburn

some fixes to be committed.

6930 View | Annotate 01/26/2007 05:09 PM acydburn

- fix some oddities (doubled spaces for example)
- changed the way make_forum_select() is returning the forum list – now including skipped forums but being disabled. This should make identifying the correct forum much more easier.
- Changed some permission namings based on suggestions by the community
- Tried to comply to the permission field ordering within the language files while displaying permission sets. Hopefully it’s worth the additional processing time.
- Disable submit buttons after clicking for installation and conversions.

6915 View | Annotate 01/21/2007 07:33 PM acydburn

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

6912 View | Annotate 01/20/2007 06:58 PM acydburn

- fixing some bugs
- removing utf8 characters from email files (has been discussed internally, you guys know why)
- making sure some opendir calls are checked before calling readdir.

6803 View | Annotate 12/24/2006 02:11 PM acydburn

some fixes today
- most important change is the consolidation of the display attachment functions; merging them together to have one function we need to call.

6774 View | Annotate 12/16/2006 09:24 PM naderman

- Optimize acl_getf_global a bit
- a little performance improvement of the IP regular expressions
- convert post_text/subject collation to utf8_unicode_ci if a user wants to use mysql_fulltext to allow case insensitivity [Bug #6272]
- mysql_fulltext should alter all necessary columns at once to speed up the process
- validate URLs against RFC3986
- fixed some weirdness in make_clickable
I hope I didn’t break any URLs with this commit, if I did then report it to the bugtracker please!

6746 View | Annotate 12/10/2006 10:33 PM naderman

Haha, slowly it’s starting to look stupid …

6745 View | Annotate 12/10/2006 10:31 PM naderman

I’m very oblivious today :@

6744 View | Annotate 12/10/2006 09:13 PM naderman

I’m a little oblivious today ;-)

6740 View | Annotate 12/10/2006 06:44 PM naderman

- finally correctly calculate current time for birthday calculation [Bug #6030]
- allow searching forums with unsearchable subforums [Bug #6056]
- addition of an optional HTTP_X_FORWARDED_FOR check in sessions, including bans
- do not index forums which have indexing disabled on index recreation [Bug #6060]
- properly handle html entities in the theme editor [Bug #6048]
- anonymous access is no longer required for the LDAP auth plugin [Bug #6046]
- corrected mcp_front queue link to point to approve_details [Bug #6134]
- added direct (dis)approval to mcp_front queue items [Bug #6134]
- proper mysql version test for fulltext-compatibility [Bug #6054]
- added note to style/language “used by” column so it’s clear that bots are included
- correctly update bot last visit time [Bug #6108]

6719 View | Annotate 12/06/2006 11:13 PM acydburn

minor bugfixing

6708 View | Annotate 12/03/2006 07:03 PM naderman

- author search should use clean names for searching [Bug #5752]
- local moderators are moderators too!
- don’t show a “word is not contained in any post” message for ignored common words
- bold search words in search error messages [Bug #5762]

6698 View | Annotate 12/02/2006 02:19 PM acydburn

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

6684 View | Annotate 11/28/2006 12:04 PM acydburn

fix for bug #5676 – of course the “delete install folder” notice should not occur if directly within installation.

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

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.

6614 View | Annotate 11/19/2006 10:00 PM acydburn

some tiny fixes.

6584 View | Annotate 11/15/2006 04:35 PM acydburn

- fixes for the following bugs:
#5326
#5318
#5304
#5290
#5288
#5278
#5276
#5272
#5266
- also fixed the “Call-time pass-by-reference” bug #5252
- within this step changed the normalize calls to require references.
- added captcha size variables to the class scope (suggestion was posted at area51)

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

consistant obtain_* functions

6551 View | Annotate 11/04/2006 05:30 PM davidmj

#5094

6527 View | Annotate 10/26/2006 12:58 PM acydburn

some bugfixes

6488 View | Annotate 10/12/2006 05:33 PM acydburn

comment out for the moment – it may be not fair to disallow “virtual” urls. :)

6487 View | Annotate 10/12/2006 05:20 PM acydburn

some test code, hopefully working for all occassions where we are using the functions…

6475 View | Annotate 10/10/2006 03:59 PM acydburn

ok, i do not why the db is setting the type for user id to string – but with this change bots should no longer “spawn” sessions. ;)

6447 View | Annotate 10/06/2006 08:43 PM acydburn

- support re-caching of theme data if stylesheet.css changed and load_tplcompile enabled
- mcp fixes
- fixed some usability issues

6436 View | Annotate 10/03/2006 08:35 PM acydburn

- extend config checking to include check for writeable path
- removed not utilized user_allow_email column from schema
- removed inactive groups (they had no use at all, since inactive users are not able to login)
The only benefit those brought are distinguish users – but this is no longer needed too due to the inactive code present. This also allows us to retain group memberships as well as default settings for users being set inactive due to profile changes.
- rewrote user_active_flip to support multiple users and a mode, as well as coping with the aforementioned changes
- implemented updated jabber class to support SRV server records and for better jabberd2 support.
- jabber errors now logged to the error log with a full transaction
- fixed user_delete calls to include usernames where possible and also update last post information correctly
- implemented additioal checks to user management to cope with common mistakes
- On installation, guess the required mysql schema as best as possible. Users now only need to decide if they want to use the mysqli extension or not (mysqli selected by default) and no longer need to know their mysql version.
- founders do not need to re-activate their account on profile changes
- remove older session if re-authentication was successful (re-authentication always assigns a new session id)
- set the cookie directly instead of using php’s function
- added inactive_remind to see which users got deactivated because of reminders (or re-activation) sent out

hopefully not introduced too many bugs – those testing with CVS releases, please concentrate on user registration, activation, profile changes (email/password)...

6426 View | Annotate 10/01/2006 07:18 PM grahamje

Allow for tomorrow in relative dates

6423 View | Annotate 10/01/2006 01:10 PM grahamje

Prevent cookies from other applications interfering with our forms

6414 View | Annotate 09/28/2006 05:04 PM acydburn

- added confirmation to removing bbcodes
- added optional MX and DNSBL checks
- added backtrace (triggering sql error) on error within sql_in_set as well as making sure it is handling an array
- let users having f_list access to a forum actually see the forum without a topic list and not displaying an error message – this allows for giving people access to subforums but not the parent forum without the need to add the (sub-)forum to the index.
- some additional bugfixes

6407 View | Annotate 09/25/2006 04:32 PM acydburn

use the “old” approach

6383 View | Annotate 09/23/2006 12:14 AM acydburn

some tiny fixes here and there

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

6356 View | Annotate 09/06/2006 10:58 PM naderman

oops

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

6312 View | Annotate 08/22/2006 11:26 PM acydburn

some updates. Also adjusted the utf tools and normalizer more to our coding guidelines.

6274 View | Annotate 08/12/2006 05:02 PM naderman

- casting to int so this won’t throw any unwanted errors

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

sql_in_set changes

6260 View | Annotate 08/11/2006 03:21 PM acydburn

submit some attachment changes/fixes as well as fixing the language pack download for zip files.

6257 View | Annotate 08/10/2006 03:33 PM naderman

- removed a useless line [Bug #3656]
- do not reuse session ids [Bug #3626]
- Bug #3684
- added refresh imageset option

6254 View | Annotate 08/08/2006 09:02 PM naderman

- fixed some problems with themes
- added support for {IMG_NAME_SRC}, {IMG_NAME_WIDTH} and {IMG_NAME_HEIGHT}
- fulltext_native has to use group by in a few more quries

6249 View | Annotate 08/07/2006 12:45 PM acydburn

also make sure users not allowing cookies are retained on the first visit ;)

6248 View | Annotate 08/07/2006 12:42 PM acydburn

Fix session id assignment for bots (previously this bug related in bots creating a new session for every view, now bots are assigned one session like normal users – still no rotation).
If cookie is there but having an empty session try to get it through the url – but also resetting the user

6228 View | Annotate 08/02/2006 05:53 PM acydburn

- fixing some bugs
- removed file_exists calls for auth plugins since they need to be there once set up

6171 View | Annotate 07/12/2006 08:20 AM acydburn

- also check for registered users since i do not think guests and bots want to change their password.

6170 View | Annotate 07/12/2006 12:09 AM acydburn

#2487 Ok, this one is finally fixed. :) Thanks to Dark Soul for letting me test this at his server. :)

and now i am going into my corner crying out loud.

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

some bugfixes

6122 View | Annotate 06/24/2006 03:27 PM acydburn

ok, first attempt at solving some compatibility issues.
- dropping in replacement for realpath

6117 View | Annotate 06/23/2006 04:04 PM acydburn

make sure set_config is called with the correct is_dynamic value

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

6058 View | Annotate 06/13/2006 11:06 PM acydburn

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

6048 View | Annotate 06/11/2006 08:13 PM acydburn

- fixed a few bugs
- added user_add() function
- check posted images ([img]) for same domain/scipt and php files
- auth_api.html updated to the coding guidelines look&feel
- introduced ability to force non page-updates (cron is using it)
- correctly resend coppa email

6021 View | Annotate 06/07/2006 09:32 PM acydburn

ok, sorry for this. :/
- cleaned up table names/constants

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 differe