Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Roll-back of users -> user table name change in #330983: Broken pgsql is no fun. | Angie Byron | 2009-02-26 |
| | |||
* | #330983 by recidive and boombatower: Rename users/users_roles tables to ↵ | Angie Byron | 2009-02-18 |
| | | | | user/user_role for consistency. | ||
* | #371231 by JohnAlbin and EclipseGC: Rename clear-block CSS class to ↵ | Angie Byron | 2009-02-18 |
| | | | | clearfix, which is the lingo that designers use for it. | ||
* | - Patch #355236 by Frando: refactor drupal_render() theming. | Dries Buytaert | 2009-02-03 |
| | |||
* | - Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, ↵ | Dries Buytaert | 2009-01-19 |
| | | | | unless something has been written to . This is an important performance improvements -- as long as you use modules that use carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module. | ||
* | - Patch #266246 by David Strauss: added smart defaults for ↵ | Dries Buytaert | 2009-01-11 |
| | | | | system_settings_form(). | ||
* | #8 by sun and most of #drupal: Users can now cancel their accounts. Fixing ↵ | Angie Byron | 2009-01-08 |
| | | | | the 8th issue, almost 8 years later, on January 8th, after working 8 days full-time on it. GREAT WORK :D | ||
* | - Patch #334746 by Xano: display human readable module names on permission ↵ | Dries Buytaert | 2008-11-16 |
| | | | | administration page. | ||
* | - Patch #325665 by chx, Damien Tournoud, justinrandell et al: improved the ↵ | Dries Buytaert | 2008-11-11 |
| | | | | cache registry lookups. | ||
* | #315798 by Rob Loach, mfer, Grugnog2, and sun: Add weighting to drupal_add_js(). | Angie Byron | 2008-11-10 |
| | |||
* | - Patch #322781 by Damien Tournoud: incorrect call to file_check_directory. | Dries Buytaert | 2008-10-19 |
| | |||
* | #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif. | Angie Byron | 2008-10-12 |
| | |||
* | #313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions ↵ | Angie Byron | 2008-10-09 |
| | | | | to allow for localization of permission names | ||
* | #108979 by ewhipple, catch, and sun: Order permissions consistently, keep ↵ | Angie Byron | 2008-09-17 |
| | | | | node type related permissions together. | ||
* | - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved ↵ | Dries Buytaert | 2008-09-17 |
| | | | | developer experience. | ||
* | - Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] ↵ | Dries Buytaert | 2008-09-06 |
| | | | | as per Rasmus' suggestion. Removed drupal_referrer() for consistency. | ||
* | - Patch #286378 by TapocoL: fixed undefined index warning. | Dries Buytaert | 2008-07-24 |
| | |||
* | - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now ↵ | Dries Buytaert | 2008-07-16 |
| | | | | printes #markup, not #value. | ||
* | - Patch #73874 by pwolanin: normalize the permissions table and wrote ↵ | Dries Buytaert | 2008-05-07 |
| | | | | simpletests for the (new) permission handling. At last. | ||
* | - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵ | Dries Buytaert | 2008-04-14 |
| | | | | discussion we've decided to make the concatenation operator consistent with the other operators. | ||
* | - Patch #228594 by catch et al: removed access rule functionality from core. | Dries Buytaert | 2008-04-08 |
| | | | | | | | | | | | The access rules capability of user module has been stripped down to a simple method for blocking IP addresses. E-mail and username restrictions are now available in a contributed module. IP address range blocking is no longer supported and should be done at the server level. This patch is partly motiviated by the fact that at the usability testing, it frequently came up that users went to "access rules" when trying to configure their site settings. | ||
* | - Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide ↵ | Dries Buytaert | 2008-02-20 |
| | | | | descriptions for permissions on the permission administration page. | ||
* | #210211 by chx, theborg: removing the broken admin user search, which would ↵ | Gábor Hojtsy | 2008-01-16 |
| | | | | provide the same as the public facing user search anyway | ||
* | #18954 follow up by myself: restore user role name editing | Gábor Hojtsy | 2008-01-10 |
| | |||
* | #18954 by kkaefer, Pancho: built-in role names were not translated and some ↵ | Gábor Hojtsy | 2008-01-10 |
| | | | | user_roles() call cleanups | ||
* | #206078 by Pancho, traxer: order roles with system roles first (usability) | Gábor Hojtsy | 2008-01-10 |
| | |||
* | #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks | Gábor Hojtsy | 2008-01-08 |
| | |||
* | #194946 by dmitrig01, Pasqualle: christmas cleanup (some code style issues ↵ | Gábor Hojtsy | 2007-12-23 |
| | | | | fixed) | ||
* | #203274 by Pasqualle: remove excessive witespace from our code (minor) | Gábor Hojtsy | 2007-12-22 |
| | |||
* | #194859 by Rob Loach: missing brackets around table names in user.admin.inc | Gábor Hojtsy | 2007-11-24 |
| | |||
* | #192659 by quicksketch: center table headers for checkbox columns, where ↵ | Gábor Hojtsy | 2007-11-16 |
| | | | | checkboxes are also centered | ||
* | #165924 by odious and drumm: add count query for pager in user_admin_account() | Gábor Hojtsy | 2007-11-10 |
| | |||
* | #186899 by keith.smith: user registration settings typo fix | Gábor Hojtsy | 2007-10-27 |
| | |||
* | #100584 by keith.smith: simplify and standardize text used on user settings page | Gábor Hojtsy | 2007-10-27 |
| | |||
* | #181088 by fajerstarter, catch and JirkaRybka: rename 'access control' to ↵ | Gábor Hojtsy | 2007-10-12 |
| | | | | 'permissions' for usability reasons | ||
* | - Patch #144634 by chx: fixed critical bug that prevented language ↵ | Dries Buytaert | 2007-10-02 |
| | | | | negotiation to work after/when drupal_goto() is called. | ||
* | #179510 by jjeff: (usability) include role name in permission checkbox tooltips | Gábor Hojtsy | 2007-10-01 |
| | |||
* | #174708 by multiple contributors: update jQuery to 1.2 | Gábor Hojtsy | 2007-09-12 |
| | |||
* | #174270 by kkaefer and Frando@fresko.dk: make node filter status texts ↵ | Gábor Hojtsy | 2007-09-12 |
| | | | | translatable | ||
* | #166742 by Crell and dvessel: split user module (for performance reasons) | Gábor Hojtsy | 2007-09-10 |