History | View | Annotate | Download (18.8 kB)
commit ee0db1a1d5f0150016d0971057f889f2366f9856Merge: 76ad7c9 904bcb8Author: Oleg Pudeyev <oleg@bsdpower.com>Date: Thu Feb 24 20:59:19 2011 -0500
Merge branch 'develop-olympus' into develop
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 693a2dc99bf07aeac1865d4a48ddf2589317ac7aMerge: b68de23 ac32927Author: Nils Adermann <naderman@naderman.de>AuthorDate: Wed Mar 3 23:32:09 2010 +0100Commit: Nils Adermann <naderman@naderman.de>CommitDate: Wed Mar 3 23:32:09 2010 +0100
Merge branch 'develop-olympus' into develop...
Copy 3.0.x branch to trunk
adjust inactive users list on ACP index to act like the new inactive users list from r9845
Slightly adjust version check on index page to be a bit more descriptive
- Display version check on ACP main page.- Cache version check.
Fixed Bug #24075 - GZIP status is not showed up correctly in debug modeAuthorised by: AcydBurn
restore firebird/sqlite support. TODO - the DBAL should handle this
Add a purge option for the session table to the acp. Seems that many boards get unusable due to styles not embedding the cron image and/or extremely long session timeout settings and/or DOS attacks. This new button can be a stopgap measure in those cases.
Fix bug #46965 - File named install in php directoryAuthorised by: acydburn
Correctly determine writable status of files on Windows operating system. #39035
- adjust db_tools again to not remove any schema (they may be required)- fill dbms version if not yet filled
fix postcount resync for situations where low and high post ids are higher than step value, resulting in users having 0 posts. (Bug #38195)
Provide a way to disable the config write check and rename the ACP style editor disable constant
ok, trim down the config check significantly for 3.0.3 until we properly discussed this
better query for syncing post counts. Thanks to BartVB for this. ;)
gah
synchronise post count in steps
Prevent integer overflow - Bug #19895
Fix one design failure in phpBB3. Do not count non-approved posts to the user_posts. Before, a user was able to circumvent basically any protection based on post counts.At the same time implement the queue_trigger feature.
writable instead of writeable. :/
add warning to ACP index if config file is writeable
ACP logout
Hiding everywhere little buggers, eh?
some language/style/code fixes (refer to the diff of the changelog)
Fix for bug #17855
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
#15554#15464#15384Yes, there is a lang change.
make sure we always check for a valid directory handle
dumdidum... sorry. ;)
err, forgot to commit
#13831
two fixes
#13581
#13713
also refresh permissions on purge
#11012
- For now, only founders can clear the cache ( we might change this )
- change conversion to process dotted topics after syncing (else some informations needed are wrong or do not exist at all). This also adds the ability to shift some operations to the very end after syncing.- remember entered register data when changing the default language.
#8376
- Pruning doesn't lower user post counts anymore [Bug #7676]- Better resync explanations in ACP- relative link to board shouldn't result in an empty link [Bug #7762]- allow spaces to define multiple classes [Bug #7700]- forgot addslashes for password conversion [Bug #7530]...
- should fix some Firebird issues ( can't believe that nobody found this until now )
fixing some bugs, most being submitted grammatical/spelling errors.
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. :)...
seems like capitalizing menu titles introduced some problems. :) Also it might look strange for some languages - so therefore it is better be done within the language file directly.
Revised attachment categories a bitFixes for the following bugs:#4830#4818#4816#4810#4808#4798#4796#4772#4662#4646#4546#4524#4270
I hope not having introduced additional severe errors :)
- store sql_layer directly within the layer itself- new method sql_multi_insert to circumvent db-specific hacks(hopefully not introduced any parsing errors)
he braces style is deprecated as of PHP 6
consistent acp layout regarding backlinks and messages.
A reworking of how we handle inactive users
some tiny fixes here and there
removed debug_extra noticeother fixesstate that mysql.php shouldn't be used for mysql 4.1+ (actually, it should deny using it)
implement bare-bone validation for config variables...
- 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. ;)
fix some bugs - hopefully not breaking anything...
- some bugfixes- using E_USER_WARNING if an error occurred within the ACP (sadly not able to use it as a default for trigger_error - it seems to be hardcoded in PHP)
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
sql_in_set changes
- fixing some bugs- shortening some db columns to meet the requirements- correctly increase/decrease user post counts- fix the topic title length bug(s)
- some bugfixes- set ip_check to A.B.C. by default- display postings in other encodings by default and present link to force the encoding as usual.
- tackle some usability issues- fix bug #3147- added the lock-images made by SHS`- fixed MSSQL errors (adding the correct ESCAPE sequence)
- add additional auth check to the permission roles modules- added new function to return globally used expressions (get_preg_expression($mode)). This should be very helpful in getting wide spread similar checks (regular expressions) to one place reducing the risk of forgetting to change every location if you fix one. ;) We will add additional ones later, at the moment only the email check is retrieved......
- 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
- fix some smaller bugs- removed custom profiles preview field from acp
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.
- remove description from profile fields- added disclaimer about DEBUG_EXTRA to the ACP (i think this is needed - some idiots might think it is wise to have this enabled on a production board. :) We may let it there for the Betas though, but it will be removed during the RC's)...
- fixed a few smaller things
- 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
- Bug 1301
correct user management link
Fix a minor typo [#1346]
ok, thought about this now for too long. I think the best solution circumventing memory consumption and not introducing "hacks" is to seperate module information (and probably more in 3.2 for installation/uninstallation) from the main code.
- hopefully fixed inactive create forum input field + button for safari 2.0.2 (floating issue?)- updated format_date calls (fixed ancient calls)- fixed newest username setting for activating users through the admin panel
adjusting sql_freeresult a bit as well as our error handler (it now prints out if it is because of DEBUG_EXTRA being defined - which is not enabled within the betas/rc's and stable releases).
- a bunch of bugfixes. :P
- fix some tiny bugs- fix module system (sometimes the layout is broken due to falsly deactivated categories)- auth updates (setting permissions)- fix "category jumping" bug in acp- u_action is defined by the module itself
my turn to break things... harharhar- checking in permission settings and permission masks- permission presets and documentation not finished yet- added backtrace function to determine file/line for sql errors- fixed marlist for orphan attachments/groups/logs/users...
- 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)...
- more acp additions and changes...
HOLLA! Whats this shit...These gets commited now because i want to be sure no one is changing an admin file corresponding the ones listed within includes/acp