.. |
acm
|
- add our beloved in_phpbb check
|
2006-03-19 14:23:21 +00:00 |
acp
|
make sure sql ary is filled before executing the query
|
2006-03-25 17:00:53 +00:00 |
auth
|
- Added init_{$auth_plugin} function which can be used to test a connection to the authentication system before actually saving the new configuration. This will hopefully stop people from locking themselves out by using an authentication system that they cannot connect to.
|
2006-03-18 16:19:18 +00:00 |
db
|
- Needless regular expressions
|
2006-03-22 06:23:37 +00:00 |
mcp
|
BBCode parser needs instantiating [#1241]
|
2006-03-25 16:05:03 +00:00 |
search
|
- some adjustments for search related config options
|
2006-03-23 19:23:52 +00:00 |
ucp
|
make sure sql ary is filled before executing the query
|
2006-03-25 17:00:53 +00:00 |
auth.php
|
ok, this will fix various permission discrepances. :) What happened is that the static permission cache and the static acl forum ids were used... globally (of course). But this led to users inheriting permissions from previously called user permission setups resulting in users seeing private forums in profiles as well as other areas i could imagine being "wrong". Thanks to Yawner for letting me login with his username. :D
|
2006-03-22 13:36:58 +00:00 |
bbcode.php
|
- file_get_contents instead of imploding file()s or fread()ing till the maximum filesize
|
2006-01-04 06:37:17 +00:00 |
constants.php
|
blah... not needed
|
2006-03-12 23:30:44 +00:00 |
functions.php
|
changed the way re-authentication is handled, basically hardening the process.
|
2006-03-25 17:21:32 +00:00 |
functions_admin.php
|
- streamlined reports to consist of the feature set we decided upon (Nils, your turn now)
|
2006-03-12 23:19:55 +00:00 |
functions_compress.php
|
- Cleaned up some compress stuff
|
2006-03-18 06:39:47 +00:00 |
functions_display.php
|
- extended session_page and user_lastpage to hold a maximum of 200 chars (instead of 100) - session_page gets truncated to 200 chars
|
2006-03-25 12:07:13 +00:00 |
functions_jabber.php
|
- The sha1 hash is a standard part of PHP, mhash is not needed for Jabber :D
|
2006-03-02 01:09:55 +00:00 |
functions_messenger.php
|
- a bunch of bugfixes. :P
|
2006-03-21 19:23:34 +00:00 |
functions_module.php
|
- adding ability to assign moderator specific ban options
|
2006-03-15 13:03:57 +00:00 |
functions_posting.php
|
- extended session_page and user_lastpage to hold a maximum of 200 chars (instead of 100) - session_page gets truncated to 200 chars
|
2006-03-25 12:07:13 +00:00 |
functions_privmsgs.php
|
do not ask why i put the pm table there instead of the polls. :o
|
2006-03-25 16:10:57 +00:00 |
functions_profile_fields.php
|
my attempt to fix custom profile fields
|
2006-03-25 14:16:17 +00:00 |
functions_template.php
|
- add our beloved in_phpbb check
|
2006-03-19 14:23:21 +00:00 |
functions_transfer.php
|
- some bugfixes
|
2006-03-01 21:48:02 +00:00 |
functions_upload.php
|
- a bunch of bugfixes. :P
|
2006-03-21 19:23:34 +00:00 |
functions_user.php
|
- extended session_page and user_lastpage to hold a maximum of 200 chars (instead of 100) - session_page gets truncated to 200 chars
|
2006-03-25 12:07:13 +00:00 |
index.htm
|
Add blank indexes to stop nosey people being, erm, nosey
|
2001-11-21 13:06:56 +00:00 |
message_parser.php
|
my attempt to fix custom profile fields
|
2006-03-25 14:16:17 +00:00 |
session.php
|
fix #1213
|
2006-03-25 12:35:23 +00:00 |
template.php
|
save graham temporarly some headaches. ;)
|
2006-03-25 16:19:20 +00:00 |