- Jan 02, 2004
-
-
Dries Buytaert authored
- Patch 4916: improved preparation of $node->teaser and $node->body. Patch by Goba.
-
Dries Buytaert authored
- Removed the hard-coded list of watchdog types. The list is compiled dynamically and can be extended through the watchdog() call. (Chris could use it to move the cron message to their own category.)
-
Dries Buytaert authored
- Fixed bug 4916: users can have disabled themes. Modified patch by Mathias. 1. Remove the theme object. There is no need to keep it around since meta information for a theme can be retrieved via list_themes(). All we really need is the theme name. 2. Check if the user selected theme is enabled during theme initialization. This is the easiest place to put the check and doesn't mess with the user's settings. Their database profile will still contain the disabled theme selection, but they will be rendering the default admin-selected theme until their chosen theme is once again activated.
-
Dries Buytaert authored
- Patch #4858: search module did not remember the search filter. Patch by Kjartan.
-
Dries Buytaert authored
- Patch #4093: only invoke check_output() once for performance's sake. Patch by Goba.
-
- Dec 30, 2003
-
-
Steven Wittens authored
-
Dries Buytaert authored
-
Steven Wittens authored
- Re-added STYLE/ON*= filtering (this got lost a while ago due to reorganisation) - Added form_group's to node.module's filter options - Fixed incorrect filter usage in poll.module
-
Dries Buytaert authored
- Made it possible to set and display multiple status messages. Modified patch by Kjartan.
-
Steven Wittens authored
(sorry last commit, I promise :P)
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
Added a short piece of code that does this. (see drupal.org's Drupal Talk to see this bug in action)
-
- Dec 29, 2003
-
-
Dries Buytaert authored
- Updated code to use new semantics of url() and l().
-
Dries Buytaert authored
- Added $fragment identifier to url() and l(). Patch by Goba.
-
Kjartan Mannes authored
-
Dries Buytaert authored
- Fixed a weird typo introduced by the <b> -> <strong> patches and indented the code a bit better.
-
Dries Buytaert authored
- Fixed typo introduced by the <b> -> <strong> patches. This might need a better fix.
-
Dries Buytaert authored
-
Dries Buytaert authored
- Updated the user login block to validate as XHTML strict: the <div class="user-login-block"> is now inside the <form> instead of the other way around. - Simplified the user login block by removing some CSS that was no longer needed. The block module already emits block-related classes and an id.
-
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.
-
- Dec 28, 2003
-
-
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
-
- Dec 27, 2003
-
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
Kjartan Mannes authored
- Fixed profile module not extracting mime type. - Improved file matching in profile module.
-
- Dec 26, 2003
-
-
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().
-