History | View | Annotate | Download (61.2 kB)
commit 68744484c839de8529483d588af818e703c31888Merge: 25c579c 38fc35aAuthor: Josh Woody <a_jelly_doughnut@phpbb.com>Date: Thu Aug 19 10:09:32 2010 -0500
Merge branch 'ticket/bantu/9167' into develop-olympus
commit c091a04a558708ee2ba888b18adc1b5a24c014ddMerge: e3fe4d7 0db6573Author: Andreas Fischer <bantu@phpbb.com>Date: Thu Jul 8 01:29:47 2010 +0200
Merge branch 'ticket/nickvergessen/9697' into develop-olympus
commit a6b07eef5aeb6eac5b4dbc1aae3a31087d12691bMerge: 760957e 4746a60Author: Nils Adermann <naderman@naderman.de>Date: Sun May 30 14:54:22 2010 +0200
Merge branch 'ticket/nickvergessen/9094' into develop-olympus
commit b308cfe5ea6e80f8e772345fe3d5b00c48e7193aMerge: 7499c7c d555e83Author: Nils Adermann <naderman@naderman.de>Date: Sun May 16 18:58:15 2010 +0200
Merge branch 'ticket/bantu/9547' into develop-olympus
commit e6b9178c4439f14b085470f7f16c1fee67262296Author: Josh Woody <a_jelly_doughnut@phpbb.com>Date: Wed May 5 10:23:40 2010 -0500
[ticket/9510] Unable to copy permissions from and to forums you cannot see
This commit fixes the bug mentioned, plus a large number of regressions caused by changing the behavior of make_forum_select() (in svn r10427, dated Jan 18, 2010). It also rolls back the changes from branch "bug/58415", which are no longer needed....
commit 8196d7d7113b45b52b8316849b2db5355de43429Merge: 528816d 9ce0873Author: Nils Adermann <naderman@naderman.de>Date: Fri May 14 02:17:45 2010 +0200
Merge branch 'ticket/bantu/9514' into develop-olympus
commit 10f81ee79fe20baae7eb0dcced0d7a48110c3f8bMerge: 60bd1ed 144effdAuthor: Nils Adermann <naderman@naderman.de>AuthorDate: Wed Mar 17 18:05:17 2010 +0100Commit: Nils Adermann <naderman@naderman.de>CommitDate: Wed Mar 17 18:05:17 2010 +0100...
Fix Bug #53435 - unneccessary error on forum creation screen, actually, this code is no longer even executed since RC4
Fix Bug #53175 (forum_options cleared if editing forum) - regression from r10024
Disable copy forum permissions screen in forums creation/update workflow - also fixes Bug #52035We will revisit this one later
Fix bug #51905 - Only check whether forum image exists if forum image is specified.Related to bug #39005.Authorised by: acydburn
forgot to add display active flag to forum data in r10169 for bug #19135
set "display active topics" to true by default for new forum creation... regression/addition from/to bug #19135
Fix bug #51105. - Ignore (disable) newly generated forum in forums list. Related to r9896.
fix sql error due to us using STRICT db mode. ;)
More r9896 cleanup.
fix #49685 introduced in r9896
Authorised by: AcydBurn
Add box if users decided not to select a forum to copy permissions from on forum creation
[Feature] Ability to copy permissions from one forum to several other forums.[Fix] Add log entry when copying forum permissions.
- add options for quick reply (forum-based and board-wide)- add option for minimum post chars (which is a required setting for quick reply, therefore we introduce it here)
- Removed redundant code and unnecessary queries in forum management. #42265- Fixed use of <b> instead of <strong> in ACP
Fixed bug #39005 - check forum_image whether it existsAuthorised by: acydburn
do not allow categories to be locked by accident (Bug #14548)
Prevent integer overflow - Bug #19895
Do not allow setting forums parent to the forum itself. (Bug #18855)
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.
Fix some instances where we left db connections open (registration -> captcha for example)
Hiding everywhere little buggers, eh?
Using new validation options;#15539
merging r8373 into 3.0 branch: adding a new option to hide the entire list of subforums on listforums
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
#15554#15464#15384Yes, there is a lang change.
indeed.#14789
use language variable
tiny tiny tiny
Lets put it back where it belongs.
errm, we actually want that.
dumdidum... sorry. ;)
#i43
Ok, here comes a big one. Poor updater. Also requires testing.
#i91#i92#i93#i94#i95#i96
#i62 - #i65gone through every javascript invocation and making sure we adhere to our coding guidelines.
Maybe - just maybe - it might a good idea to only allow users actually allowed to change permissions to do so.
necessary changes...
try to normalize everything...
err
#13663
- Handle forum links/redirects within viewforum if no read permission given (to display login box or error message) (Bug #13467)- Prevent changing postable forum having subforums to link forum without moving subforums out first
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!)
Introduced checks to stop negative postcounts (Bug #11561, #11421) Allow IP v4/v6 urls for remote avatars (Bug #11633) Delete avatar files automatically (Bug #11631) Automatically add selected columsn to group by statements in the converter (Bug #11465)
language change and reset locked status for link forum type.
added subforum read/unread icons (thanks to thatbitextra for providing them).fixed issue with forum passwords only alloweing ASCII in administration while allowing non-ASCII on user-entered passwords
sync topics before forum.
fix moving forums around. :o
- changed the way we do forum accounting in phpBB, far less intensive and much faster. sync() recalculates the number of topics and posts using just the topics table instead of having to join topics and posts together. However, even this can be avoided if we know what operation is happening and an auto sync is not in action. Since MCP operations are "known", we can provide very fast MCP operations....
added class for disabled options in ACPE_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]...
#9551
- fixed a bug in syncing forums/topics in ACP- now also syncing moved topics having no information at all (this may only be triggered while converting)
Be gone thou hardcoded image dimensions! There is not enough room for both of us!
fixing some bugs, most being submitted grammatical/spelling errors.
fixing some bugs
ok, handled some bugs... the most important being validate_username (the variable passed to validate_data([...]array('username', [...])) and updating group listings while doing relevant group actions. Oh, and PM icons are working now. :o
#6772- some other random things
- do not allow setting the parent to currently assigned childs [Bug #6708]- Allow the display_on_index setting to be specified for link forums [Bug #6660]- Rank code in functions_display.php [Bug #6656]- Added some new locations for the viewonline page [Related to bug #6484]...
- made sure ranks are displayed correctly (used RANK instead of RANK_TITLE)- #6630- hide a few links from bots (forum/topic marking, memberlist, post/reply/quote/edit/etc. buttons) [#6354]- #5698
Unused Code inside function update_forum_data [Bug #6606]Copy permissions protection for groups [Bug #6594]HTML issues in ACP [Bug #6580, #6578]Always send the correct encoding [related to bug #6576]Mass email fixes for first loop iteration [Bug #6570]...
- a handful of mcp fixed, the most important one is the change for check_ids() - it is now supporting ids from more than one forum too, making it possible to use some mcp features as designed initially. We really need to get our moderator team testing the mcp extensively....
- 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)
This was caused by the removal of DEFAULT on some TEXT columns (MySQL really does not allow this). Only those using MySQL felt this issue :P
- store sql_layer directly within the layer itself- new method sql_multi_insert to circumvent db-specific hacks(hopefully not introduced any parsing errors)
- forum image being an additional image instead of replacing forum indicators- reasons fixes
just realizing that it is better to limit the uses of RANGE.
- fixing a bug i am unsure about when it occurs (but it occurs). The symptoms are broken template cache files if after removing unnecessary php opening/closing tags result in statements being syntactially incorrect.- added real syncing to forums acp (not only forum statistics rebuild)
some tiny fixes here and there
seems like i forgot something. :)
- 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)
sql_in_set changes
This should end some issues we have been having regarding the proper binary encoding of stuff. :DAcyd Burn: quit breaking the schema :P
- custom profile field fixed- fixing sql_fetchfield from cache- changing the quote parser. In my tests i have not seen changed behaviour - but i might have broken something with this change.
OK...
This commit should increase the total number of BBCodes from 31 to 2040. Some things to watch out for:
Each database likes to deal with binary data in its own, special way. They are, quite frankly, too cool for school.
MySQL, MSSQL and Oracle all allow me to send in a default value for their binary column using a hex number. However, MSSQL forces me to send the specific data as a hex number and thus we must CAST it....
- 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.
hmm... This commit does not increase the number of BBCodes. However, this does other things that we need to do first. This splits the usage of allow_* from the BBCode bitfield in forum descriptions, forum rules and group descriptions. This also fixes a tiny, tiny severe issue that nobody found :D I hope it works :P
- tackle some usability issues- fix bug #3147- added the lock-images made by SHS`- fixed MSSQL errors (adding the correct ESCAPE sequence)
time to squash some bugs
- correctly display subcategories- use L_TRANSLATION_INFO [Bug #2357]- always begin with ACL_UNSET in permission trace- allow copy permissions when editing a forum- default to parent forum for copying permissions- no duplication of the breadcrumps on registration [Bug #2307]
- removed db cache (might re-appear, but for now we do not see the need for it)- all changes to styles/subsilver/template are purely cosmetic (no functional changes)- cosmetics- bugfixes- add index to modules table- use modules ordering code for forums too
- 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, sorry for this. :/- cleaned up table names/constants
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.
- create forums by default- hide prune options if not enabled- fixed module management enable/disable switch if in module itself- fixed some schema errors- adjusted $user->page array generation for developers calling scripts outside of phpBB root
some tiny changes...
- seperate queries and cached queries- display correct read/unread information while displaying active topics- fix for SELECT DISTINCT in mssql using sql_query_limit- fix for forum updating in ACP using mssql (and probably other dbal having problems with primary keys in updates)
- added a few missing log variables- include acp/common.php language file if displaying logs (LOG_ variables should be stored there only now)- added check to cron.php- added database_gc config variable- recalculate binary trees every once a week ;)