- Dec 22, 2003
-
-
Dries Buytaert 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 Buytaert authored
- Accessibility improvement: changed a <b>-tag to a <strong>-tag, used to indicated the current page.
-
Dries Buytaert 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 Buytaert authored
- Removed the "img { border: 0; }"s from the CSS files as this is now part of drupal.css.
-
Dries Buytaert authored
- Improvement: made it so that by default, images have no borders.
-
Dries Buytaert authored
- Fixed password field.
-
Dries Buytaert authored
- Accessibility improvement: made the search box use the alt-tag.
-
Dries Buytaert authored
- Accessibility improvements: made the <label>-tags use the 'for'-attribute.
-
Dries Buytaert 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 Buytaert authored
- Usability improvements to the 'create content' section. Patch by Goba.
-
Dries Buytaert authored
- Don't display the title when there is no title.
-
Dries Buytaert authored
- Fixed bug 4722. Patch by James.
-
- Dec 20, 2003
-
-
Kjartan Mannes authored
-
- Dec 19, 2003
-
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
- Dec 18, 2003
-
-
Dries Buytaert authored
- Fixed bug 4667: users with the deleted role are put back in the authenticated users pool.
-
Dries Buytaert 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 Buytaert authored
- Fixed bug 4652: node loses its terms after getting promoted, declined or expired.
-
Dries Buytaert authored
- Direct 404s to Drupal. Suggested by Goba.
-
Kjartan Mannes authored
-
Dries Buytaert authored
-
Dries Buytaert authored
- Fixed typo: $outpout -> $output. Fixed bug 4690.
-
- Dec 17, 2003
-
-
Dries Buytaert authored
- Updated the calls to menu() to use MENU_HIDE instead of 1
-
Dries Buytaert 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 Buytaert authored
- Moved to grey arrow buttons instead of orange ones. Updates by Kristjan.
-
Dries Buytaert authored
-
- Dec 16, 2003
-
-
Kjartan Mannes authored
-
Dries Buytaert 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 Buytaert authored
- CSS improvements by Kristjan: <hr />-tag styling, better fieldset and table row padding, more subtle color to watchdog special messages.
-
- Dec 15, 2003
-
-
Dries Buytaert authored
- Added some Apache 2 specific instructions.
-
Dries Buytaert authored
- Updated the CHANGELOG.
-
Dries Buytaert authored
- Added a new theme derived from Kristjan's styleswitcher theme.
-
Dries Buytaert authored
- Fixes another 'xtemplate.inc removes "$xx" from content'. Patch by Ax.
-
Dries Buytaert 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 Buytaert authored
- Replaced the tables used to structure the threaded comment view by div's. Patch by Goba.
-
- Dec 14, 2003
-
-
Dries Buytaert authored
- Fixed capitalization.
-
Dries Buytaert authored
- Excessive CSS tags were generated for feeds and bundles.
-
- Dec 13, 2003
-
-
Dries Buytaert authored
- Moved theme UnConeD to the contributions repository.
-
Dries Buytaert authored
- Don't display a breadcrumb trail and title when there is no acitve page title. This stops the Xtemplate theme from displaying a 'Home' link on the front page.
-
Dries Buytaert authored
- Made sure all status messages start with a capital letter as we don't prefix them with 'Status:'.
-