Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #23633 by Moshe: improve grouping in default profile page. | Dries Buytaert | 2005-05-26 |
| | |||
* | - Patch #23588 by Ber: fixed incorrect call to theme_user_picture. | Dries Buytaert | 2005-05-25 |
| | |||
* | * cue Star Wars theme tune * | Steven Wittens | 2005-05-24 |
| | | | | | | Return of the JavaScript! - #22519: form_autocomplete(): Ajax based autocompletion. Currently used for user names and folksonomy tags. | ||
* | - Patch #23383 by Ber: added theme_user_list() function. | Dries Buytaert | 2005-05-23 |
| | |||
* | - Patch #11791 by kps: trim passwords to avoid copy-paste mistakes. | Dries Buytaert | 2005-05-21 |
| | |||
* | - Patch #16303 by Gerhard: fixed some warnings. | Dries Buytaert | 2005-05-21 |
| | |||
* | - Added the ability to track page generation times in the statistics module. | Dries Buytaert | 2005-05-12 |
| | | | | | | (Made some improvements as per the suggestions in the issue.) - Added extended timer implementation. | ||
* | - Patch #22262 by Robert: removed extra comma from SQL query. | Dries Buytaert | 2005-05-07 |
| | |||
* | - User module improvements: added an 'access' column to the users-table to | Dries Buytaert | 2005-05-07 |
| | | | | | | | | | | | | | keep track of the user's last access. In turn, this allowed me to: 1. Optimize the "Who's online" block. On drupal.org, the "Who's online" block requires 32 SQL queries. With this patch, only 2 queries are left (eliminated 30 SQL queries), and one of the two remaining queries became appr. 20 times faster. 2. Correct the "Last access" column in the user administration overview table. The presented data was not accurate, which led to the column being removed. You can now sort users by 'last access'. | ||
* | - Removed the user IDs from the users administration table and added a ↵ | Dries Buytaert | 2005-05-05 |
| | | | | 'Member for' column. | ||
* | - Patch #21686 by Robin Monks: added two missing t() functions. | Dries Buytaert | 2005-05-01 |
| | |||
* | - Patch #21344 by Moshe: admin/user/create results in a blank page | Dries Buytaert | 2005-04-30 |
| | |||
* | - #20910: print -> return | Steven Wittens | 2005-04-24 |
| | |||
* | - Patch 20910 by chx: centralize print theme page. | Dries Buytaert | 2005-04-24 |
| | |||
* | - Patch #18719 by Jose: reworked the 'request new password' functionality. | Dries Buytaert | 2005-04-24 |
| | |||
* | - Patch #20690 by jhriggs: editing a user does not clear the menu cache. | Dries Buytaert | 2005-04-18 |
| | |||
* | - Patch #20457 by Morbus: removed hardcoded <br /> | Dries Buytaert | 2005-04-13 |
| | |||
* | - Patch #20058: move user_module_invoke('load', $array, $user) after loading ↵ | Dries Buytaert | 2005-04-13 |
| | | | | of roles. | ||
* | - Patch #20396 by Junyor: fixed broken watchdog message in user module. | Dries Buytaert | 2005-04-12 |
| | |||
* | - Patch by Gerhard: refinements and bugfixes for the 'access user profiles' ↵ | Dries Buytaert | 2005-04-12 |
| | | | | patch. | ||
* | - Patch #20349 by Gerhard: drop.org -> drupal.org | Dries Buytaert | 2005-04-12 |
| | |||
* | - #4166: Respect 'access userlist' permission for profile data. | Steven Wittens | 2005-04-11 |
| | |||
* | - #20338: Improve api docs on $user field deletion. | Steven Wittens | 2005-04-11 |
| | |||
* | - Patch #19451 by JonBob: improved consistency of module descriptions. We ↵ | Dries Buytaert | 2005-04-01 |
| | | | | should write guidelines for this -- maybe in the PHPDoc code of the _help hook. | ||
* | - #18817: Clean up plain-text checking (see drupal-devel!) | Steven Wittens | 2005-03-31 |
| | |||
* | - #18939 (Stefan): Always use paragraph tags around page help text. | Steven Wittens | 2005-03-18 |
| | |||
* | - Patch #18983 by Ber: small code improvement. | Dries Buytaert | 2005-03-16 |
| | |||
* | - Fix missing parameter in user.module | Steven Wittens | 2005-03-05 |
| | |||
* | - Fix overzealous session wiping | Steven Wittens | 2005-03-04 |
| | |||
* | #18329: Unify confirmation messages (and make them themable) | Steven Wittens | 2005-03-03 |
| | |||
* | - Patch #17770 by chx: added missing NULL-arguments to _user() hook. | Dries Buytaert | 2005-03-01 |
| | |||
* | - Fix broken session deleting on account blocking. | Steven Wittens | 2005-03-01 |
| | |||
* | - Delete a user's sessions when blocking his/her account. | Steven Wittens | 2005-02-28 |
| | |||
* | - Patch #17931 by Neil: fixed bug in access rules page: | Dries Buytaert | 2005-02-28 |
| | | | | | | * split up the menu callback for editing/adding/deleting rules * improved the delete message * fixed a double page printing bug | ||
* | More search usability improvements! | Steven Wittens | 2005-02-27 |
| | | | | | | | | | | | | | | | | - Clean URLs: search/type/keywords e.g. "search/node/drupal release". The search form is POST submitted, but drupal_gotos to a GET page. This makes it easy to copy/paste search URLs, and makes the pager a lot cleaner. - Remember the search keywords when switching between the search tabs. This is done through the same GET URLs rather than the session, so it does not mess up between multiple browser tabs. - Report which keywords were ignored because they were too short. - #820: Provide search block - Treat multiple wildcards in a row as one | ||
* | #17477: Remove dependency on GD for avatars. | Steven Wittens | 2005-02-22 |
| | |||
* | - Patch #17208 by asimmonds: help text fixes: | Dries Buytaert | 2005-02-12 |
| | | | | | | | | | - permissions menu link updates in a number of modules help - anchor link fix in distributed auth help - "my account" link fix in user help - spelling correction in tracker.module help - I also changed 'admin/access/perms' to 'admin/access/permissions'. | ||
* | - Fixed two broken URLs in the help text. | Dries Buytaert | 2005-02-10 |
| | |||
* | - Patch #16972 by Neil: don't use align operations. Removed hard-coded CSS. | Dries Buytaert | 2005-02-08 |
| | |||
* | - Patch #16246 by Moshe: added mechanism to direct the user back to the ↵ | Dries Buytaert | 2005-02-01 |
| | | | | | | referring page after completing a form. (Moshe: the patch against node.module failed to apply.) | ||
* | - Patch #16358 by James: added toolkit to enable better image handling. The ↵ | Dries Buytaert | 2005-02-01 |
| | | | | | | | | | | | | | | avatar code and the upload module have been updated to take advantage of the new image API. There are 5 main functions that modules may now utilize to handle images: * image_get_info() - this function checks a file. If it exists and is a valid image file, it will return an array containing things like the pixel dimensions of the image, plus the 'type' and common extension. * image_scale - resizes a given image to fit within a given width / height dimensions, while maintaining aspect ratio (not distorting the image). This function can be used to generate thumbnails, or ensure a maximum resolution, etc. * image_resize - similar to image_scale (but will not respect aspect ratio - may well distort the image). * image_rotate - rotate an image by X degrees * image_crop - crops an image to a given rectangle (defined as top-left x/y coordinates plus a width & height of the rectangle). Contribution modules will now be able to rely on these base manipulation functions to offer additional functionality (such as image nodes, photo galleries, advanced image manipulation, etc). | ||
* | - Patch #16111 by chx: generalized node_rewrite_query to db_rewrite_query. | Dries Buytaert | 2005-01-29 |
| | |||
* | - #16271: Clean up Admin - users - configure. | Steven Wittens | 2005-01-28 |
| | |||
* | - Patch #13184 by JonBob: changed the 'my account' menu to a 'dynamic menu' ↵ | Dries Buytaert | 2005-01-27 |
| | | | | so it can't be edited. | ||
* | - Patch #16176 by Drumm based on mockup from Kika: improve access rules UI. | Dries Buytaert | 2005-01-25 |
| | |||
* | - Patch #16028 by Goba: added class="form-password" to the password form. | Dries Buytaert | 2005-01-23 |
| | |||
* | - Consistency glitch: 'operations' => 'Operations'. | Dries Buytaert | 2005-01-22 |
| | |||
* | - Patch #15566 by drumm: must specify a userneme or password error happens ↵ | Dries Buytaert | 2005-01-14 |
| | | | | when it shouldn't. | ||
* | - Fixing a couple of watchdog() calls. | Steven Wittens | 2005-01-09 |
| | |||
* | - Patch #13260 by UnConeD: watchdog module improvements. | Dries Buytaert | 2005-01-09 |
| | | | | | | | | | | We added a 'severity' column to watchdog(): watchdog($type, $message, $link) --> watchdog($type, $message, $severity, $link); * Specify a severity in case you are reporting a warning or error. * The $link-parameter is now the fourth parameter instead of the third. TODO: document this in the upgrade guide. |