Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #181088 by fajerstarter, catch and JirkaRybka: rename 'access control' to ↵ | Gábor Hojtsy | 2007-10-12 |
| | | | | 'permissions' for usability reasons | ||
* | #164983 by multiple contributors: document the core database schemas | Gábor Hojtsy | 2007-10-10 |
| | |||
* | - Patch #181284 by killes and chx: performance improvements for user_access(). | Dries Buytaert | 2007-10-07 |
| | |||
* | - Added missing .install files. Forgot to commit those. | Dries Buytaert | 2007-10-05 |
| | |||
* | - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the ↵ | Dries Buytaert | 2007-10-05 |
| | | | | .schema files into .install files to prevent mistakes. | ||
* | #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 | ||
* | - 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 |
| | |||
* | #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 | ||
* | #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 | ||
* | #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 | ||
* | - I forgot to remove these earlier when we renamed them. | Dries Buytaert | 2007-08-08 |
| | |||
* | #164935 by Ralf Stamm: standardize CVS Id tags in files: | Gábor Hojtsy | 2007-08-07 |
| | | | | | | - always include CVS Id tags in all files - add a new line after the CVS Id, if more code or phpdoc follows in the same code block - fix bogus Id tags previously added | ||
* | - 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?') | ||
* | - Rollback of patch #147947: lacks proper upgrade path. | Dries Buytaert | 2007-07-15 |
| | |||
* | - 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. |