summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Modified patch by TheLibrarian: add a summary attribute to the calendar.Dries Buytaert2004-03-05
|
* - Restored the old block path behavior.Dries Buytaert2004-03-05
|
* - Set the version number.Dries Buytaert2004-03-01
|
* - Removed broken throttle.Dries Buytaert2004-03-01
|
* - Patch 6138 by MegaGrunt: this patch creates a repeated background behindDries Buytaert2004-03-01
| | | | | the header logo image, so that multiple lines of text can be added to Primary menu without breaking the design.
* - Patch #6129 by Goba: fixed dependencies on search module.Dries Buytaert2004-02-29
|
* - Patch #6110 by Goba: stop cheating in the Drupal site list.Dries Buytaert2004-02-28
|
* - Fixed constants problem.Kjartan Mannes2004-02-27
| | | | - Made filename modification more logical when there was no extension.
* - Patch 6066 by Adrian: PostgreSQL does not return 'affected rows' when doingDries Buytaert2004-02-26
| | | | | | | | a select statement. Even though PEAR supports this functionality, it fails silently when using PostgreSQL. We use the db_num_rows() function instead to return the amount of rows returned. (According to Killes, the MySQL manual also states that it should not return affected rows on a 'select' statement.)
* - Fixed bug #6048: display footer in theme chameleon.Dries Buytaert2004-02-25
|
* - Patch by Gerhard: move the updates to database/updates.inc so packagingDries Buytaert2004-02-25
| | | | systems can by-pass update.php.
* Fixed an apparently old bug which always defaulted user-togglable blocks to ↵Steven Wittens2004-02-25
| | | | off, and clarified the explanation a bit.
* Poll.module cleanup:Steven Wittens2004-02-24
| | | | | | | * Code cleaning: simpler structures, removed some old leftovers, ... * Clean URLs everywhere (the old mechanism was broken anyway). Had to get rid of 'inline voting' (i.e. voting with the sideblock and ending up on the same page), but that was a bit confusing anyway. * Simplified submission form with form_group and streamlined choice mechanism. * Improved bar rendering in pollresults for themes with avatars, like xtemplate.
* Improved <label> patch: got rid of ID's by implicit association, and made ↵Steven Wittens2004-02-24
| | | | radio/check labels non-bold again.
* - Patch 6012 by Adrian: syncs the PostgreSQL port with the current state of ↵Dries Buytaert2004-02-23
| | | | | | | | HEAD, and adds a user notice to add the throttle and bootstrap columns to the system table manually, else update.php will not run. The message includes the SQL statements required for both MySQL and PostgreSQL.
* - Patch 6011 by MegaGrunt: the transparent GIF used for the rollover effectDries Buytaert2004-02-23
| | | | | | in the header icon is missing. The path for this image is in the XHTML file, when the images were moved out of the "image" directory, the XHTML file was not updated.
* - Added 'first update since 4.3.0' info lineSteven Wittens2004-02-23
|
* - We have a new theme.Dries Buytaert2004-02-23
|
* - Patch #6000 by Goba: makes the short tip list a HTML list (as it is ↵Dries Buytaert2004-02-23
| | | | | | | | | | semantically expected) and gives proper class names to the long and short tip list, so if someone would like to reproduce the 'br' tagged version, he can do that with some CSS styles easily. Assigned a dedicated class to the more-tips link, so it can be differently stlyed (with a different bullet, different link color or anyhow, as the theme designer desires).
* - Intitial version of the Pushbutton theme: contributed by MegaGrunt!Dries Buytaert2004-02-23
|
* - Usability improvement: made the throttle message fit in the watchdog message.Dries Buytaert2004-02-23
|
* - Patch by Steven: added <label>s to checkboxes and radio buttons.Dries Buytaert2004-02-23
|
* Removing very old leftover.Steven Wittens2004-02-22
|
* - Slightly improved the throttle watchdog messages.Dries Buytaert2004-02-22
|
* - Sanatize title before doing LIKE matches.Kjartan Mannes2004-02-21
|
* - Fix implode() errors.Kjartan Mannes2004-02-21
|
* - Updating update_start value.Kjartan Mannes2004-02-21
|
* - Fixed the bullet icon.Dries Buytaert2004-02-21
|
* - Coding style fixes.Kjartan Mannes2004-02-21
| | | | - Extended tracker comments to handle project issues.
* - Patch 5968 by Chris: the background-image line has a superfluous 'pure' inDries Buytaert2004-02-21
| | | | | the pathname, causing the theme to fail to find the background image and issue errors to the watchdog log.
* - Patch 5969 by Chris: improved the profile module's context sensitive help textDries Buytaert2004-02-21
|
* - Typo.Kjartan Mannes2004-02-21
|
* - Cleaning up database definition.Kjartan Mannes2004-02-21
|
* - Patch by Gerhard: fixed incorrect regex in the taxonomy module.Dries Buytaert2004-02-21
|
* - Patch by Killes: drop the 'attributes' field from the 'users' table. ItDries Buytaert2004-02-21
| | | | is no longer used.
* - Fixing help text. The filters DO NOT removed unclosed valid tags.Kjartan Mannes2004-02-21
|
* - Fixed bug #5977: Date translation screwed.Kjartan Mannes2004-02-21
| | | | - Fixed '\n' => "\n".
* - Another inccorect path.Kjartan Mannes2004-02-19
|
* - Fixed CSS problem in Xtemplate theme.Dries Buytaert2004-02-19
|
* - Fixing watermark url.Kjartan Mannes2004-02-19
|
* - Aggregator: fix for http://drupal.org/node/view/5733Steven Wittens2004-02-19
| | | | - System: the 404 setting instructions advise using 'node', this should be '' (redirecting the user to the front page without any message whatsoever is confusing)
* - Added a short note about the node-trim-length setting. Many people seem to ↵Steven Wittens2004-02-19
| | | | expect that changing it updates existing teasers too.
* - Added a short snippet to drupal_xml_parser_create() which invokes iconv() ↵Steven Wittens2004-02-17
| | | | to convert unsupported encodings.
* - Patch 5897 by Moshe: don't consider the 'U' tag to be a block level tag.Dries Buytaert2004-02-17
|
* - Moving theme marvin to the contributions repository. Will be replaced by ↵Dries Buytaert2004-02-16
| | | | pusbutton?
* - Patch 5683 by JonBob: changes the multiple type delimiter from / to -.Dries Buytaert2004-02-16
|
* - Fixed forum module typo.Dries Buytaert2004-02-16
|
* - Bugfix: the forum block was showing posts that are not 'published' yet.Dries Buytaert2004-02-16
|
* - Patch #5789 by TDobes: made the avatars link to the user profile.Dries Buytaert2004-02-15
|
* - Fixed a problem editing nodes. Spotted by Steven.Dries Buytaert2004-02-15
|