History | View | Annotate | Download (5.8 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 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
Fix r10041 - Bug #50765
- accidentally undid changes introduced in r9979- removed a few lines from the old log filtering system
- replaced the drop down menu log filter thing with log searching
- filtered logs weren't correctly paginated
Make some adjustments to the log filter. r9781, r9800
- added filtration ability to MCP- added missing lang variable- fixed a pagination bug in filtration routines
Fix an issue in r9015 re-index the intersected array
Moderators can only see reports/queue/logs from forums they can actually read. #31085
removed executable props [Bug #6464]
Hiding everywhere little buggers, eh?
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
dumdidum... sorry. ;)
#13693
a bunch of fixes
#9828, #10545, #10541, #10533, #10529, #10527, #10521, #10503, #10481- more label fixes- simpler approach to get input cursor text
#5286
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. :)...
sql_in_set changes
Language variable for consistancy with the other mcp modules
Adding the new warning image to the appropriate placesThanks to dhn for the image
Correct some of the sort options
Deleting logs
- 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
make sure custom profile fields are created correctly on registration (#2225)
- bugfix roll- fixed sql_query_limit on mssql/mssql_odbc
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.
Assign page titles within the mcp
- 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 ;)
- fixed some bugs- made sql schemas consistent- added correct sequences and generators to sql schemas- extended some rows to hold more data. This solves issues with multibyte characters and too short topic titles, names, etc.- allow multibyte characters in usernames
To all people having their bug status set to fixed: SF pserver CVS access is currently down, therefore the snapshots are still out of date.
- fix a bunch of bugs- <!-- $Id$ --> is no longer allowed in template (.html) files- changed layout of private message screens (folders are menu items)...
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.
- some adjustments for search related config options- one year is 365 days long (52 * 7 = 364, but we have one more day each year ;-)) [Bug #1181]- fixed search own posts link in UCP [Bug #1163]- corrections to timezone selection [Bug #1148]- fix quickmod tools on post details page [Bug #1188]
- a bunch of bugfixes. :P
The curse of cut&paste strikes once more...
Initial implementation of a log viewer into the MCP