Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #171117 by JirkaRybka: set access time for admin created or edited accounts ↵ | Gábor Hojtsy | 2007-11-06 |
| | | | | so they are exempt from the spam protection we have for accounts never logged in | ||
* | #185209 by ChrisKennedy: only provide picture deletion option if there is an ↵ | Gábor Hojtsy | 2007-11-06 |
| | | | | actual user picture present | ||
* | #186903 by marcingy, Rob Loach and chx: (regression) restore my recent posts ↵ | Gábor Hojtsy | 2007-11-06 |
| | | | | functionality in tracker | ||
* | #184729 by hazexp: remove duplicate wording about the username in mail sent ↵ | Gábor Hojtsy | 2007-11-04 |
| | | | | out to new users | ||
* | #176342 by dmhouse, spatz4000 and Wim Leers: add reset parameter to ↵ | Gábor Hojtsy | 2007-11-04 |
| | | | | user_access() | ||
* | #182528 by RobRoy: move drupal_set_message() out of user deletion API ↵ | Gábor Hojtsy | 2007-10-27 |
| | | | | function to UI function | ||
* | #179276 by JirkaRybka: (regression) fix profile field sections to order ↵ | Gábor Hojtsy | 2007-10-25 |
| | | | | properly by weight. | ||
* | #179519 by chx, webchick and Desbeers: fix blog/[uid] to only display posts ↵ | Gábor Hojtsy | 2007-10-24 |
| | | | | for that user and also set proper title | ||
* | #184867 by deekayen, catch and keith.smith: fix some spelling errors in our ↵ | Gábor Hojtsy | 2007-10-21 |
| | | | | source code and messages printed | ||
* | #181088 by fajerstarter, catch and JirkaRybka: rename 'access control' to ↵ | Gábor Hojtsy | 2007-10-12 |
| | | | | 'permissions' for usability reasons | ||
* | - Patch #181284 by killes and chx: performance improvements for user_access(). | Dries Buytaert | 2007-10-07 |
| | |||
* | #179695 by chx: only anonymous users should have permission to visit ↵ | Gábor Hojtsy | 2007-10-03 |
| | | | | user/login, so this menu item is automatically hidden when a user is logged in | ||
* | #167284 by Heine and pwolanin: proper field type placeholders in IN() ↵ | Gábor Hojtsy | 2007-09-27 |
| | | | | queries, setting a best practice to avoid vulnerabilities | ||
* | #172765 follow up patch by pwolanin: fix user path access, which was broken ↵ | Gábor Hojtsy | 2007-09-19 |
| | | | | by the user module split | ||
* | #168261 by mvc: redirect registered users back to the front page if admin ↵ | Gábor Hojtsy | 2007-09-14 |
| | | | | approval is required, so their user account page is not directly accessible after registration | ||
* | #174440 by kkaefer: properly translatable filter dropdown elements on user ↵ | Gábor Hojtsy | 2007-09-13 |
| | | | | admin page | ||
* | #172773 by numerous contributors: Make the actions interface usable by mere ↵ | Gábor Hojtsy | 2007-09-11 |
| | | | | | | | | | mortals (including rename of actions.module to trigger, but keeping the actions themselfs). Complete previous history of actions module: - #148410 by jvandyk: added rewrite of the actions module! - #155986 by Uwe: fixed typos. - #155828 by Eaton, pwolanin and jvandyk: let actions live even if actions.module is not turned on | ||
* | #166742 by Crell and dvessel: split user module (for performance reasons) | Gábor Hojtsy | 2007-09-10 |
| | |||
* | #174224 by kkaefer: send user notification email after the user object is ↵ | Gábor Hojtsy | 2007-09-09 |
| | | | | updated | ||
* | #173225 corrective fix: there were two uses of the ip variable, so revert to ↵ | Gábor Hojtsy | 2007-09-08 |
| | | | | the original patch | ||
* | - Patch #173225 by killes: missing ip_address(). Slightly modified by me. | Dries Buytaert | 2007-09-08 |
| | |||
* | #148677 by pwolanin: set active menu item on 403/404 pages (and on the user ↵ | Gábor Hojtsy | 2007-09-06 |
| | | | | page) | ||
* | - Patch #172765 by webchick and chx: path 'user' returns 403 | Dries Buytaert | 2007-09-04 |
| | |||
* | #172453 by webchick: proper default value for user roles (radios need an ↵ | Gábor Hojtsy | 2007-09-02 |
| | | | | int, not an array) | ||
* | #172455 by chx: a notice and missing form API conversions in user module | Gábor Hojtsy | 2007-09-02 |
| | |||
* | #155828 by Eaton, pwolanin and jvandyk: let actions live even if ↵ | Gábor Hojtsy | 2007-08-29 |
| | | | | actions.module is not turned on | ||
* | - Patch #169627 by JirkaRybka: improved logging of mail problems. | Dries Buytaert | 2007-08-26 |
| | |||
* | - Patch #168028 by dvessler, merlinofchaos, pwolanin et al: both theme ↵ | Dries Buytaert | 2007-08-26 |
| | | | | functions and templates may need include files. Flush your caches. | ||
* | - Patch #80951 by killes, yched et al: block caching. | Dries Buytaert | 2007-08-19 |
| | |||
* | #163191 follow up patch by hswong3i and pwolanin: use a has_rows flag where ↵ | Gábor Hojtsy | 2007-08-18 |
| | | | | we dont need a counter | ||
* | #156796 by webernet, asimmonds and pwolanin: user editing forms cleanup and ↵ | Gábor Hojtsy | 2007-08-16 |
| | | | | fixing deletion API remainings | ||
* | #162050 by dvessel: user_comment() now modifies the comment, although ↵ | Gábor Hojtsy | 2007-08-16 |
| | | | | hook_comment() was not intended to modify the comment, so we need to pass it in by reference to get modified | ||
* | #166688 by pwolanin: user_build_content() needs to have the account passed ↵ | Gábor Hojtsy | 2007-08-12 |
| | | | | by reference | ||
* | - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵ | Dries Buytaert | 2007-08-12 |
| | | | | Oracle and DB2. Also a performance improvement. (Correct version this time.) | ||
* | - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵ | Dries Buytaert | 2007-08-12 |
| | | | | Oracle and DB2. Also a performance improvement. | ||
* | #165358 by John Morahan: do not regenerate the session when the user is ↵ | Gábor Hojtsy | 2007-08-09 |
| | | | | saved without a password specified | ||
* | - Patch #161510 by dvessel: tplified user.module. | Dries Buytaert | 2007-08-02 |
| | |||
* | - Patch #156553 by AjK: fixed E_NOTICE | Dries Buytaert | 2007-08-02 |
| | |||
* | - Patch #162486 by Eaton: user/%user/edit/foo tabs only appear if additional ↵ | Dries Buytaert | 2007-07-27 |
| | | | | profile categories have been defined. | ||
* | #149092 by Gurpartap Singh slightly modified: Usability: generalize timezone ↵ | Gábor Hojtsy | 2007-07-25 |
| | | | | discovery to use on user registration | ||
* | 161496 by meba: display message about successful login, if registration ↵ | Gábor Hojtsy | 2007-07-25 |
| | | | | verification is not required | ||
* | #100641 by kkaefer, ChrisKennedy and RobRoy: change 'Submit' buttons to ↵ | Gábor Hojtsy | 2007-07-16 |
| | | | | 'Save' to compliy with the desktop metaphor and actually tell what the button does ('we know it submits the form, but what it does?') | ||
* | - Patch #159332 by jakeg: can't save roles on user_save(). | Dries Buytaert | 2007-07-14 |
| | |||
* | #158289 by merlinofchaos: Remove paragraph tag from drupal_set_message() | Gábor Hojtsy | 2007-07-11 |
| | |||
* | #156910 by asimmonds: fix code indentation problems introduced with new code ↵ | Gábor Hojtsy | 2007-07-05 |
| | | | | in this development cycle; only whitespace changes | ||
* | #156812 by tangent: coding style issues corrected in user.module, identified ↵ | Gábor Hojtsy | 2007-07-04 |
| | | | | with coder module | ||
* | - Patch #155986 by Uwe: fixed typos. | Dries Buytaert | 2007-07-02 |
| | |||
* | #82499 by Jose A Reyero and a little bit from myself: send emails localized ↵ | Gábor Hojtsy | 2007-07-01 |
| | | | | in the language needed in specific situations, and centralize mail composing operations with hook_mail() | ||
* | - Rollback of patch #147723: delete API. Talked to Steven and Gabor and we | Dries Buytaert | 2007-07-01 |
| | | | | | | | | | unanimously agreed to rollback the deletion API. We all support the features this patch added, yet not its actual design and implementation. After some talk, we decided that it would be better for Drupal -- in the long term -- not to go with a solution that isn't 100%. We also recognize that in the short term, this patch would have been useful addition. So let's figure out how we can implement this properly in D7. | ||
* | #154064 by pwolanin: get hook_help() up to speed to menu changes, allowing ↵ | Gábor Hojtsy | 2007-06-30 |
| | | | | router path based lookups, and also full path argument lookup with a passed argument array |