History | View | Annotate | Download (7.7 kB)
Fix bug #55045 - Do not duplicate previous/next links in pagination text of moderator logs and user notes in MCP for subsilver2.Authorised by: bantu
Fix r10391 - Bug #56025 - Pagination of User Notes in MCP uses two different config values.
Authorised by: ToonArmy
Bug #56025 - Pagination of User Notes in MCP uses two different config values.
Authorised by: bantu
- 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
- added filtration ability to MCP- added missing lang variable- fixed a pagination bug in filtration routines
Add link to user profile in the MCP for user notes and warn user.
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. ;)
and 16
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.
try to normalize everything...
Cleaning up (#13689)Also removed the useless login box from the ACP.
#10163
#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...
my take on getting the bugs down... thanks to those also providing (usable) solutions to the problem. ;) Of course also to those reporting generally...
#6098"Find a member" now supports single clicks. Thanks for Highway of Life for helping out here. :)
- some fixes- important bugfix for the mcp and determining allowed ids in general (if global announcements are included)
- a bunch of fixes- added todos to the updater to make sure i do not forget. :)
- bug fixes for #5618, #5588 and #5584- remove messenger->reset() calls (they are already performed on sending)
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. :)...
- adjust unread query a bit to cope with large topics (thanks bart!)- fixing some bugs- more username_clean work
Minor typo
sql_in_set changes
Correct some of the sort options
- renamed the following columns:comment -> attach_commentnew, forwarded, unread, marked, deleted -> pm_new, pm_forwarded, pm_unread, pm_marked, pm_deletedmodule_name -> module_basenamevalue -> lang_value
- every column is now NOT NULL- every column is now having a DEFAULT value...
- tackle some usability issues- fix bug #3147- added the lock-images made by SHS`- fixed MSSQL errors (adding the correct ESCAPE sequence)
make sure custom profile fields are created correctly on registration (#2225)
Fix no avatar image - it shouldn't be set in the code but via the template
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.
Some extra template variables *_EXPLAIN which some might wish to use
Assign page titles within the mcp
- fixed a few smaller things
- fixed dotted topics on some occassions being wrong- fixed post author change- fixed moving topics (they should not count into read tracking now) - think about having only one column for shadow topics/similar to forum links- moved a function from functions.php to functions_display.php (this function is only used by viewtopic and viewforum which already include this file)...
- 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.
Get user lookups working [#1281, #1282]
- 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]
- 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
Fix a minor bug with deletions
Little MCP bug fixes
A couple of minor bug fixes for note deletion
Auth changes for these modules as per the schema from before
Add sorting to user notes template
Initial commit of files related to the warning systemAs the comments suggest, it's not finished but I'm getting it in beforeI do things to my machine
A couple of minor changes
Some slight cleanup of the mcp notes code - adding pagination supportand missing language entries
Initial commit of user note support for the mcp