History | View | Annotate | Download (4.8 kB)
commit a27a39ebed0133dd88322a2c3a9e7228c657a703Merge: df096b6 bc42cbdAuthor: Igor Wiedler <igor@wiedler.ch>Date: Sat Mar 12 18:16:10 2011 +0100
Merge branch 'develop-olympus' into develop
commit 04bd2e640e771948671ab6554df8962de980f511Merge: 8f0e9ae 1fd8d6dAuthor: Igor Wiedler <igor@wiedler.ch>Date: Sun Feb 13 15:54:42 2011 +0100
Merge branch 'feature/system-cron' into develop
commit a3673789402eae83b94860c87747091125701f78Merge: 30dacf8 f115795Author: Andreas Fischer <bantu@phpbb.com>Date: Wed Jan 12 01:49:44 2011 +0100
Merge branch 'task/naderman/config-class' into develop
commit 95c683056b85399200e2caaa9aa65edc6843c16fMerge: 5373f81 1aef7ebAuthor: Igor Wiedler <igor@wiedler.ch>Date: Sun Jan 9 23:58:27 2011 +0100
Merge branch 'task/acm-refactor' into develop
Conflicts: tests/bootstrap.php
commit adfa1656fb9d8b5bb601af1d7a6720884954d87aMerge: bd579c8 af5b9a9Author: Nils Adermann <naderman@naderman.de>Date: Mon Dec 13 16:35:55 2010 +0100
Merge branch 'ticket/igorw/9556' into develop
commit d753a02ec02e9475ee29d12797648c3aecccdcd8Merge: 6e5e229 642f940Author: Igor Wiedler <igor@wiedler.ch>Date: Sun Oct 17 21:47:04 2010 +0200
commit 6e5e22961a86c168742ba20dbd7e575ce3afd1b7Merge: 186bc82 5de4924Author: Igor Wiedler <igor@wiedler.ch>Date: Wed Oct 13 23:16:25 2010 +0200
Merge branch 'feature/igorw/request-class' into develop
commit a885095897054c91ab68b753ce2a86ae74f2f666Merge: 9a39f55 c2ffa78Author: Igor Wiedler <igor@wiedler.ch>Date: Sun Oct 10 18:39:44 2010 +0200
commit dea1d660fb63b07451f1a43310de359251462644Author: Nils Adermann <naderman@naderman.de>Date: Fri Jun 25 14:38:53 2010 +0200
[feature/auto-loading] Added autoloader to common and ensured compatability
The autoloader is registered in install without caching, since caching is set...
merge changes from 3.0.x branch
Copy 3.0.x branch to trunk
PHP 5.3 compatibility.
Hiding everywhere little buggers, eh?
#19955
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
- Constant PHPBB_DB_NEW_LINK introduced which can be used to force phpBB to create a new database connection instead of reusing an existing one if the dbms supports it [Bug #14927]- Automatic URL parsing no longer allows dots in the schema but can parse URLs starting after a dot [Bug #15110]...
#i42new password hashing mechanism for storing passwords
deregister globals to install too
#i101
#i112
allow new installations...
new hook system (do not get it confused with events or plugins please)- introducing two new hookable functions too
php, a strange language. :o
necessary changes...
Some changes... non-invasive...
- clean up mssql and mssql_odbc, mssql now uses a different method of dealing with IDENTITY- clean up firebird, I will consider changing it to use fetch array instead of fetch object. it's identity code already uses this method as of right... now :D- fix a tiny bug in MySQL's driver (remember to pass the connect id to all DBAL functions)...
- using the PHP_VERSION constant is faster
- 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.
- no more encoding mixture, say hello to UTF-8 (I'll add a validation solution for PHP 4.3.3/4 ASAP) [side effect: fixes Bug #3762]- take local server time into consideration for birthday/age calculation- faster active topic search- allow changing active topic time frame [Bug #4150]...
- getcwd replacement- realpath stuff thanks to Chris
Allow ACP access if install/ is present and display the generic board disabled message otherwise so that a user does not know the reason for it being disabled
Fixed: a double slash appears in the installer URL if you go to the board and config.php is missing
Fixed: if phpBB isn't installed, it redirects to http://host.tld\/install/index.php on my Windows dev serverChanged: instead of undoubling double slashes, we replace any number of consecutive backslashes and forward slashes with a single slash
Appears that the redirect in common.php didn't work on all setups we tried, so swapping it for some new code which does
Change redirection logic to match the RFC better in those cases before redirect() is available to us
hey dev team mates, here are the brand new beta checkins (as promised). Please ensure this stays in our private cvs until the 23rd June, except the bug fixes.
- automatically sync topic_reported when deleting a post [Bug #2152]- retrieve forum information in report.php- don't update deleted topics- proper permission check for "admin or moderator" - allow changing poster while ip dropdown contains a different user [Bug #2190]...
- forgot to commit common.php- cleaning up a few more mcp permissions- adjust some links- make global topics work properly in MCP
dumdidum
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.
hmm, still not giving the expected results
- fix nasty error in functions_admin generating a fatal error on inclusion- adjusted error reporting level to get those errors instead of just the script halting.
- some adjustements for phpdocumentor
- put the error reporting check into another location (since we do want to display our notices. ;))- default error reporting in common.php- E_ALL being set if DEBUG_EXTRA defined
hmm, maybe i should not comment this statement, eh?
- slightly adjusted the DEBUG/DEBUG_EXTRA requirements- changed error_reporting to E_ALL- our error handler now takes the error_reporting value into account allowing us to correctly supress notices
blah
reverting changes to the installerdo not introduce a function we never call outside of common.php
graham, sorry for this but i had to... ;)
- utilize common.php in installer (we only need to change one location then)- use $user->lang instead of $lang to be able to use language template vars and having consistant namings
oops
- safer globals deregistration
- removed group settings from roles- added forum icon in front of forums in permissions acp- added trace permissions in permission masks (thanks naderman for writing the first code and for the idea... :))- some bugfixes- PHP6 fix
Porting the random number generator code overFingers crossed that this doesn't break anything.... ;-)
Replacing the first part of the installer ready for some testingThis will bounce you back to the previous installer part way through
Weee! My turn to bug things up :D
- A moved topic has two forum_ids, we must update the tracking info on the "fake" forum and the "real" forum.- Welcome back to register_globals! :P
- sperate permissions from sessions- added some comments to the auth class for better understanding- revised some permission functions- added option to negate permission check by prefixing option with a ! (for example checking for !f_read returns true if user is not able to read forum)...
- use the changes. ;)
- changed dbal class layout
Wanted ... someone who can commit updates without screwing up, will pay top dollar.
Session key implementation.
- new queue invocation method
- 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)
- first try to break things...
- bugfixes- do not hardcode url bbcode tag (please change the bitfield accordingly - see schema file!)
- fix attachment mod errors- make upload path consistent with all other 2.2 path settings- fix "post title wrong after split" bug
Add warning notice
- minor fixes
- 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)...
This is a mass commit ... expect trouble! Changes made here are primarily to how login is handled, schema changes necessary!
Rejiggle "board disabled" system to allow admin/mods access, eliminate duplication and "fudges" ... hopefully I've not overlooked something fundamental ...
- added folder_moved image- new feature: bookmark topics- fixed post details link- added confirmation screen to cookie deletion
- added delete cookies link- fixed global announcement links in viewforum- do not display redirects in link forums as posts in forum overview
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)
Profile, prefs, feedback
inline attachment capability...
Custom profile data table define
Addslash function no longer needed with request_var processing
send mass mail immediatlymail priority setting addedlog session (see Note)
custom profile fields.Not finished, committed to let us discuss about the next steps-> BartVB
ACM garbage collection
my attempt to break things...
Finished drafts, one bit is remaining though.added file and disk space statistics.some minor changes here and there.
users_notes table
new permissions, merged attachment tables (the intended purpose of two tables is no longer valid), attachment updates along the merging...
Note: please merge your attachment tables (develop dir).
bump topic and orphan attachmentschanges here and there...
Remove need for session_ids for "allowed" bots, dump user_founder/user_active in favour of user_type, new user_type, USER_IGNORE
well, seems putting the queue process in the footer doesn't work on "real boards" where people hit stop constantly on their browser :D
Let's break lots of things
Change in format of module db data, add zebra, many things probably "damaged goods" for now ... don't panic Mr. Mainwaring, don't panic
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
initial draft functionality, loading (and a bunch of other stuff) is not implemented yet + bugfixes.