| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
+ Reworked the 'account administration' page.
+ Fixed bug in the 'edit account' page.
+ Removed some dead code from the system.module.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ Tidied up the profile configuration page: grouped form elements.
+ Tidied up the block configuration settings: removed hard-coded
table.
+ Changed the profile API to return the preferred group name, and
changed the user module to group settings. Modules implementing
the _user hook will need to be udpated.
+ Removed register_form and register_validate for now.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
When an elegant fix is found, it will reappear.
|
|
|
|
| |
- Code style: use constants to prevent confusing configuration options
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
double-to-single-quotes patch.
|
| |
|
| |
|
|
|
|
| |
module.
|
| |
|
| |
|
|
|
|
| |
fixed translation issues in taxonomy module, etc.
|
|
|
|
| |
Patch by Goba.
|
|
|
|
|
|
|
|
| |
as %% because otherwise it can get parsed by the sprintf() in db_query().
See: http://drupal.org/node/view/5531
(present in HEAD as well)
|
|
|
|
| |
problem.
|
| |
|
|
|
|
| |
to get the node name in the old way. Patch by JonBob.
|
|
|
|
| |
duplicated code from the comment module.
|
|
|
|
| |
parameter array.
|
|
|
|
| |
could not be found.
|
| |
|
|
|
|
|
| |
<legend> and <fieldset> tags, used drupal_set_message() to print a
status message and removed some dead code.
|
| |
|
| |
|
|
|
|
| |
by pz.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
easier to understand 'new' links. The 'new' links are clickable both
at the forum overview (to get to the new forum topics) and at the topic
overview (to get to the new comments).
|
| |
|
| |
|
| |
|
| |
|
| |
|