Closed (won't fix)
Project:
Drupal core
Version:
8.0.x-dev
Component:
user.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Anonymous (not verified)
Created:
11 May 2006 at 06:01 UTC
Updated:
19 Aug 2015 at 15:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dries commentedWith this patch, the name of the old max list variable is no longer consistent. It needs to be renamed for clarity.
Comment #2
Anonymous (not verified) commentedlet me know if these are better names for the variables.
Comment #3
dries commentedBetter but still not consistent. For the one variable you use ..._list_... while in the other variable you don't. Any particular reason for that?
Also, one small coding style comment: try to use single quotes where possible. It makes for faster code. :)
Comment #4
Anonymous (not verified) commentedI rushed through it.. I'm a noob :P
The quote thing, I have a problem with always having to use double quotes which is kinda stupid.
Definitely thanks for the feedback.
Comment #5
Anonymous (not verified) commentedshit.. that was an old patch lol.
Comment #6
drummIf we are moving variables around, a
system_update_N()needs to be implemented in database/updates.inc to copy over the old data and delete any unused variables.Comment #7
Anonymous (not verified) commentedk.. let me know if this is good then.
Comment #8
m3avrck commentedCode looks good to me.
Only comment might be, we set 5 as default # in list of new users, but we set 10 as the default # of online users. Maybe they both should be 5 by default?
Comment #9
Anonymous (not verified) commentedi thought of that too but i just kept what the defaults were already.
Comment #10
Anonymous (not verified) commentedthis good to go? also look at http://drupal.org/node/64735 which is very similiar.
Comment #11
LAsan commentedAny news about this?
Comment #12
casey commentedD7 is in alpha fase already.
Comment #13
darol100 commentedShould we move this issue to 9.x? Should we close it and mark it as "Closed wont fix" ? I have attached the tag "Needs reroll" to see if we can get someone to work on this issue.
Comment #14
bill richardson commentedAs people is now a view - it should be easy to create a block to show new users if anyone requires it for their site.
Comment #15
naveenvalechaClosing with right status. Can default drupal provides a default 'What's New' block(View block or custom block using plugin) ?