summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* - XHTML improvements: <b> -> <strong>. Patch by Stefan.Dries Buytaert2003-12-29
* - Updated the user login block to validate as XHTML strict: theDries Buytaert2003-12-29
* - Removed some dead CSS code.Dries Buytaert2003-12-29
* - Fixed glitch with form_radio(). Reported by Kjartan.Dries Buytaert2003-12-29
* - Fixed bug 4832: only list nodes for the specified day. Patch by Goba.Dries Buytaert2003-12-29
* - Fixed bug #4842: get_cfg_var() -> ini_get()Dries Buytaert2003-12-29
* - Removed the ID from radio buttons: we'll need to rethink this a bit.Dries Buytaert2003-12-29
* - Made the chameleon theme display comment authors. Patch by Kjartan.Dries Buytaert2003-12-29
* - Removed some dead code and improved the link emission. Patch by Kjartan.Dries Buytaert2003-12-29
* - Tidied up some inconsistencies in the code: scripts/code-style.sh is your f...Dries Buytaert2003-12-28
* - Some fixes to the code-style.sh script.Dries Buytaert2003-12-28
* - Added a note about the introduction of the file API.Dries Buytaert2003-12-28
* - Locale module improvements: better performance, reduce memory footprint.Dries Buytaert2003-12-28
* - Removed the id= from checkboxes: it is acting weird in some cases. :oIDries Buytaert2003-12-28
* Fixed bug #4551: missing {} for prefix supportDries Buytaert2003-12-28
* - Improved Doxygen documentation.Kjartan Mannes2003-12-27
* - Fixed fileuploads for nodes failing without preview.Kjartan Mannes2003-12-27
* - Fixed switch in file_create_url().Kjartan Mannes2003-12-27
* - Added file handling. Work by Kjartan.Dries Buytaert2003-12-26
* - Removed the import module's custom menu. Added a 'news aggregator' menu toDries Buytaert2003-12-26
* - Removed the ID from radio buttons for now: duplicate IDs confuse the browser.Dries Buytaert2003-12-26
* - First take at improving the user module's code: replaced the custom errorDries Buytaert2003-12-26
* - Fixed the breadcrumb trail of nested forums. Patch by Goba.Dries Buytaert2003-12-24
* - Fixed bug 4710: comment module should use drupal_set_message() correctly.Dries Buytaert2003-12-24
* - Refactored form_radios() such that less HTML code is emitted and such thatDries Buytaert2003-12-24
* - Some CSS improvements and better XHTML (<strong> vs <b>).Dries Buytaert2003-12-24
* - Tiny change for sake of consistency: Blocked -> blocked, Active -> active.Dries Buytaert2003-12-24
* - Fixed bug #4771: variable_get(site_name, ...) -> variable_get('site_name', ...Dries Buytaert2003-12-22
* - Translation fixes: fixed three usages of format_interval(). Patch by Goba.Dries Buytaert2003-12-22
* Patch by Goba:Dries Buytaert2003-12-22
* - Accessibility improvement: changed a <b>-tag to a <strong>-tag, used toDries Buytaert2003-12-22
* - Updated documentation, small bug fix and small improvements to the <label>Dries Buytaert2003-12-22
* - Removed the "img { border: 0; }"s from the CSS files as this is now part ofDries Buytaert2003-12-22
* - Improvement: made it so that by default, images have no borders.Dries Buytaert2003-12-22
* - Fixed password field.Dries Buytaert2003-12-22
* - Accessibility improvement: made the search box use the alt-tag.Dries Buytaert2003-12-22
* - Accessibility improvements: made the <label>-tags use the 'for'-attribute.Dries Buytaert2003-12-22
* - The introduction of the $page parameter for the node _view() hooks andDries Buytaert2003-12-22
* - Usability improvements to the 'create content' section. Patch by Goba.Dries Buytaert2003-12-22
* - Don't display the title when there is no title.Dries Buytaert2003-12-22
* - Fixed bug 4722. Patch by James.Dries Buytaert2003-12-22
* - Fixed bug #4722: blogger.newPost not working. Patch by James Walker.Kjartan Mannes2003-12-20
* - Getting the fix rght.Kjartan Mannes2003-12-19
* - Fixing magic_gpc fix.Kjartan Mannes2003-12-19
* - Fixed bug 4667: users with the deleted role are put back in the authenticatedDries Buytaert2003-12-18
* - Fixed bug 4703: don't display the help text when the user has no accessDries Buytaert2003-12-18
* - Fixed bug 4652: node loses its terms after getting promoted, declined or ex...Dries Buytaert2003-12-18
* - Direct 404s to Drupal. Suggested by Goba.Dries Buytaert2003-12-18
* - Fixing wrong superglobal usage.Kjartan Mannes2003-12-18
* - Small updateDries Buytaert2003-12-18