History | View | Annotate | Download (83.4 kB)
commit da4617b14b11ade6f664b8c1ab94e3aeb5b7428dMerge: 979158f 3c713b5Author: Igor Wiedler <igor@wiedler.ch>Date: Mon Jan 3 00:24:55 2011 +0100
Merge branch 'ticket/bantu/9746' 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 36820a4f4f099b20d83044416ec208c7a4cbf63cMerge: 8943cab 67b243cAuthor: Andreas Fischer <bantu@phpbb.com>Date: Sat Oct 30 12:43:08 2010 +0200
Merge branch 'ticket/rxu/9867' into develop
commit e4ff780c1370d9f743da0fffc70b98be0c7cfe92Merge: c4a65a4 dbe8fb6Author: Andreas Fischer <bantu@phpbb.com>Date: Sat Aug 28 23:34:18 2010 +0200
Merge branch 'develop-olympus' into develop
commit 2e787fa836dbfdcec7864b5f143520aec3752bd0Merge: 999f6db 9731f24Author: Nils Adermann <naderman@naderman.de>Date: Sat Aug 21 23:35:43 2010 +0200
commit eeb65d2958fcccc1fd2ccfbf9e154b4e30052977Merge: a2918fd 2d9aa45Author: Andreas Fischer <bantu@phpbb.com>Date: Sun Jul 11 01:54:03 2010 +0200
commit a2918fd98e61db0e7e9885fb546abc024c84d0fcMerge: 31b221a 6da582eAuthor: Andreas Fischer <bantu@phpbb.com>Date: Thu Jul 8 20:10:17 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
merge changes from 3.0.x branch
Copy 3.0.x branch to trunk
#52245Authorised by: AcydBurn
#51805Authorised by: AcydBurn
Fix #51305 - User need a_clearlog to delete warnings
Authorised by: AcydBurn
only whitespace changes
Fixed bugs #43145, #44375, #44415 and #43045
Fix Bug #49195 - Queries on un-indexed column user_emailAdded function to generate email-hash.
fix r9758
Ability to empty a user's outbox from the user ACP quick tools.
Fix Bug #45675 - Do not allow setting group as default group for pending user
Feature Bug #43375 - Ability to delete warnings and keep warnings permanently
Feature Bug #45375 - Add option to disable remote upload avatars
Fixed Bug #45115 - Signature parsing flags are not stored in DBAuthorised by: AcydBurn
add quicktool to remove users from the newly registered special group.
Fix bug #46785 - Hide avatars if type disabled and give global option to turn on/off
Authorised by: acydburn
use same method to update custom profile fields in UCP and ACP (and then i am able to debug what is wrong with the oracle code)
Fix column handling in db updater, custom profile fields an db tools for firebird DBMS (Bug #44555)
speed up group deletion and correctly display user parameter if group membership changed in acp -> users -> groups
Fixed bug #40275 - The sql query in acp_users.php lacks a conditionAuthorised by: acydburn
Correctly limit input of the users location to 100 characters in the UCP and ACP. Closes #32655Sync reports when using the move all users posts tool in the ACP. Closes #31165
actually, queued posts can also be in forums with no post counts
Show users posts in queue in acp and profile + link to mcp
Hiding everywhere little buggers, eh?
some language/style/code fixes (refer to the diff of the changelog)
One commit for those fixes having a very tiny impact (mostly only whitespaces or forgotten spans, etc.)Although i somehow mistakingly got #20445 and #15249 into it. :/
Removing s_watching_img from watch_topic_forum() function (Bug #20445)Changing order for post review if more than one post affected (Bug #15249)...
- Do not split topic list for topics being promoted to announcements after been moved to another forum (Bug #18635)- Allow editing usernames within database_update on username cleanup (Bug #18415)- Fixing wrong sync() calls if moving all posts by a member in ACP (Bug #18385)...
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
What did you expect? Us slacking off because of a few digg/heise trolls? nah. never!The show must go on :)
#15111#15119
Small things#15068#15060
fixing some annoying bugs
dumdidum... sorry. ;)
#i42new password hashing mechanism for storing passwords
Ok, here comes a big one. Poor updater. Also requires testing.
#i91#i92#i93#i94#i95#i96
#i8
#i53
#i62 - #i65gone through every javascript invocation and making sure we adhere to our coding guidelines.
#i51 - #i63 - #i64
fixing two tiny bugs...
Some changes... non-invasive...
finally got my dev machine running a decent DBMS
work for everybody
brain not work
#14055
small fix - we do not rely on the parent_id (it could be different for every single mode)
some tiny fixes and two new features. ;)
try to normalize everything...
- 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
Maybe we shouldn't trust the language settings in the db so much.
tweak the sql_like_expression feature a little bit to allow correct escaping
new wrapper for LIKE expressions to streamline the fixes. We actually need to adjust them for different DBMS as well as SQLite2 not supporting escaping characters in LIKE statements (which is a reason why we think about dropping sqlite support completely).
Fixing a few things for postgres. Thanks to wagnerch for researching the issue and providing a patch.#12587
Fixing a few minor bugs; changing one language variable.
#12123#12483#12489#12513
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!)
other fixes
hopefully not too late in the game. Checked in new jabber class (the class done by the flyspray project). It would be nice if this could be tested with more servers - jabber.org seems to work fine...- other fixes
Better support for nested transactions...
- 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]...
some language-specific adjustementsfix prune users (adding the list of users to the confirmation page)tried to fix the show/hide trigger in ACP by not using width: auto; (which gets somehow inherited to each other element)
#10311
Prepare to be yelled at and brace for the tide of bug reports: I had hoped we would not have to do this, but it seems that we have to.
-Route all avatar downloads through download.php - adrien-Change the way inline attachments are delivered-Fixes a few (unreported) bugs, notably avatar upload during group generation...
more bugfixing. Important change: admins able to give ban reason for user quick tool ban - logging also syndicated, now always logged to ACP and MCP logs.
#10185
forgot the true
do not substract one year, only show the full date to not confuse users.
#10067
Never noticed the date output in the dropdown was dynamic... so made sense to actually use the relative days feature to actually show how it works by placing "Today" within the date, and append it with a date of how it'd be formatted it it wasn't yesterday/today/tomorrow by offsetting the time() by 1 year negatively....
#10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #9831, #9830, #9815, #9665, #9624
prosilver adjustments for important announcements in ucp - #9995MCP fixes for user notes/warnings - #9981Preserving imageset values on save/editfind a member link for Mass PM's - #9925...
#9822
my take on getting the bugs down... thanks to those also providing (usable) solutions to the problem. ;) Of course also to those reporting generally...
Fixing the following bugs:#8444 (language dependent buttons no longer include the dimensions to allow bigger/smaller translated images)#8414#8396#8388#8216
thanks to bartvb and kellanved for providing possible fixes...
Some... fixes... laying around here.
fixing a signature bug being there for more than two years [Bug #7436]
- fix some oddities (doubled spaces for example)- changed the way make_forum_select() is returning the forum list - now including skipped forums but being disabled. This should make identifying the correct forum much more easier.- Changed some permission namings based on suggestions by the community...
- fix severe bug with email hash calculation- fix bug in convertor not correctly converting config values
fixing some bugs
#7220
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
#6098"Find a member" now supports single clicks. Thanks for Highway of Life for helping out here. :)
- telling the admin for what the board contact and board email addresses are used for and also making sure this explanation is correct ;)- fixes for bugs #6694, #6664 and #6662