- 29 Dec, 2003 7 commits
-
-
Dries Buytaert authored
- Removed some dead CSS code.
-
Dries Buytaert authored
- Fixed glitch with form_radio(). Reported by Kjartan.
-
Dries Buytaert authored
- Fixed bug 4832: only list nodes for the specified day. Patch by Goba.
-
Dries Buytaert authored
-
Dries Buytaert authored
- Removed the ID from radio buttons: we'll need to rethink this a bit.
-
Dries Buytaert authored
- Made the chameleon theme display comment authors. Patch by Kjartan.
-
Dries Buytaert authored
- Removed some dead code and improved the link emission. Patch by Kjartan.
-
- 28 Dec, 2003 6 commits
-
-
Dries Buytaert authored
-
Dries Buytaert authored
- Some fixes to the code-style.sh script.
-
Dries Buytaert authored
- Added a note about the introduction of the file API.
-
Dries Buytaert authored
- Locale module improvements: better performance, reduce memory footprint. Patch by Bart.
-
Dries Buytaert authored
- Removed the id= from checkboxes: it is acting weird in some cases. :oI
-
Dries Buytaert authored
-
- 27 Dec, 2003 3 commits
-
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
Kjartan Mannes authored
- Fixed profile module not extracting mime type. - Improved file matching in profile module.
-
- 26 Dec, 2003 4 commits
-
-
Dries Buytaert authored
- Added file handling. Work by Kjartan.
-
Dries Buytaert authored
- Removed the import module's custom menu. Added a 'news aggregator' menu to the navigation block.
-
Dries Buytaert authored
- Removed the ID from radio buttons for now: duplicate IDs confuse the browser.
-
Dries Buytaert authored
- First take at improving the user module's code: replaced the custom error printing with calls to drupal_set_message().
-
- 24 Dec, 2003 5 commits
-
-
Dries Buytaert authored
- Fixed the breadcrumb trail of nested forums. Patch by Goba.
-
Dries Buytaert authored
- Fixed the title and breadcrumb trail of the comment delete page, added missing cache flush, improved usability and made it so that when you delete a comment replies are deleted as well. - Added 'delete comment' links to the comments on node pages. Hopefully this will make it easier to maintain old threads such as those attached to the book pages on drupal.org. - Comment module maintenance: added missing t() functions and improved consistency of the calls to drupal_set_message(), used radio buttons instead of a selection box.
-
Dries Buytaert authored
- Refactored form_radios() such that less HTML code is emitted and such that the options are not rendered in bold.
-
Dries Buytaert authored
- Some CSS improvements and better XHTML (<strong> vs <b>).
-
Dries Buytaert authored
- Tiny change for sake of consistency: Blocked -> blocked, Active -> active.
-
- 22 Dec, 2003 14 commits
-
-
Dries Buytaert authored
- Fixed bug #4771: variable_get(site_name, ...) -> variable_get('site_name', ...);
-
Dries Buytaert authored
- Translation fixes: fixed three usages of format_interval(). Patch by Goba.
-
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.
-
- 20 Dec, 2003 1 commit
-
-
Kjartan Mannes authored
-