History | View | Annotate | Download (61.2 kB)
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 2e787fa836dbfdcec7864b5f143520aec3752bd0Merge: 999f6db 9731f24Author: Nils Adermann <naderman@naderman.de>Date: Sat Aug 21 23:35:43 2010 +0200
Merge branch 'develop-olympus' into develop
commit 31b221ae913c49fa2e2a776bd9fd54659728fcd0Merge: dea1d66 c79df97Author: Andreas Fischer <bantu@phpbb.com>Date: Thu Jul 8 03:06:41 2010 +0200
commit 2cf57822bb4607d595affaef2264f064cb984c55Merge: 904d204 8f91e6cAuthor: Nils Adermann <naderman@naderman.de>Date: Sun May 30 14:59:06 2010 +0200
commit 591217a903460a81df4c19850f5d99c2e9d10b1dMerge: cf89952 0bf2c3eAuthor: Nils Adermann <naderman@naderman.de>Date: Sun May 16 19:52:36 2010 +0200
commit cf8995210625b31988dd9ae98435bf183ee799e3Merge: 0ed69d9 4787083Author: Nils Adermann <naderman@naderman.de>Date: Fri May 14 02:51:56 2010 +0200
commit 49607a0b2c134355abe924fccc06df07a985edefMerge: d1e8f6a da5c36fAuthor: Nils Adermann <naderman@naderman.de>Date: Thu Mar 18 17:06:43 2010 +0100
merge changes from 3.0.x branch
Copy 3.0.x branch to trunk
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)