- 22 Dec, 2003 13 commits
-
-
Dries authored
- Translation fixes: fixed three usages of format_interval(). Patch by Goba.
-
Dries authored
- put text directly into t(), which also means that multipart help text becomes a multiline string - use modern XHTML tagging, no <b> and <i> - put links and URLs out of the translated text where appropriate - let referred menu items and form elements get the same name as in the menu / form, so only one translation would be needed - use %variable instead of $variable when variables need to go into the string - add translation to form items previously untranslated - use example.com in example URLs
-
Dries authored
- Accessibility improvement: changed a <b>-tag to a <strong>-tag, used to indicated the current page.
-
Dries authored
- Updated documentation, small bug fix and small improvements to the <label> tags. To be discussed and investigated: when a form element has no title an empty <label> tag will be emitted (eg. "remember me" checkbox). This doesn't make sense but is our best option for now.
-
Dries authored
- Removed the "img { border: 0; }"s from the CSS files as this is now part of drupal.css.
-
Dries authored
- Improvement: made it so that by default, images have no borders.
-
Dries authored
- Fixed password field.
-
Dries authored
- Accessibility improvement: made the search box use the alt-tag.
-
Dries authored
- Accessibility improvements: made the <label>-tags use the 'for'-attribute.
-
Dries authored
the theme functions left the poll module's poll_view() function in a state where it does not display the poll results or vote forms on their own pages, since it uses another (proprietary) $block parameter to handle the case when the poll is rendered to be displayed in a block. Patch by Goba.
-
Dries authored
- Usability improvements to the 'create content' section. Patch by Goba.
-
Dries authored
- Don't display the title when there is no title.
-
Dries authored
- Fixed bug 4722. Patch by James.
-
- 20 Dec, 2003 1 commit
-
-
Kjartan authored
-
- 19 Dec, 2003 2 commits
- 18 Dec, 2003 7 commits
-
-
Dries authored
- Fixed bug 4667: users with the deleted role are put back in the authenticated users pool.
-
Dries authored
- Fixed bug 4703: don't display the help text when the user has no access rights for a page. That is, only return the help text if an active handler exists.
-
Dries authored
- Fixed bug 4652: node loses its terms after getting promoted, declined or expired.
-
Dries authored
- Direct 404s to Drupal. Suggested by Goba.
-
Kjartan authored
-
Dries authored
-
Dries authored
- Fixed typo: $outpout -> $output. Fixed bug 4690.
-
- 17 Dec, 2003 4 commits
-
-
Dries authored
- Updated the calls to menu() to use MENU_HIDE instead of 1
-
Dries authored
Patch by Kjartan: - Adds possibility to hide menu item when it has no children. (Fixes the node/add problem when user doesn't have access to create any node types.) - More doxygen comments.
-
Dries authored
- Moved to grey arrow buttons instead of orange ones. Updates by Kristjan.
-
Dries authored
-
- 16 Dec, 2003 3 commits
-
-
Kjartan authored
-
Dries authored
- Reworked 404 (page not found) handling. Patch by walkah. You can specify a custom 404 page in the administration page. As a result, error.php could be removed.
-
Dries authored
- CSS improvements by Kristjan: <hr />-tag styling, better fieldset and table row padding, more subtle color to watchdog special messages.
-
- 15 Dec, 2003 6 commits
-
-
Dries authored
- Added some Apache 2 specific instructions.
-
Dries authored
- Updated the CHANGELOG.
-
Dries authored
- Added a new theme derived from Kristjan's styleswitcher theme.
-
Dries authored
- Fixes another 'xtemplate.inc removes "$xx" from content'. Patch by Ax.
-
Dries authored
- Patch 161 by Gordon: adds new form_button() function with a more generic version of form_submit() which allows the creation of HTML buttons.
-
Dries authored
- Replaced the tables used to structure the threaded comment view by div's. Patch by Goba.
-
- 14 Dec, 2003 2 commits
- 13 Dec, 2003 2 commits