Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #6129 by Goba: fixed dependencies on search module. | Dries Buytaert | 2004-02-29 |
| | |||
* | - Patch #6110 by Goba: stop cheating in the Drupal site list. | Dries Buytaert | 2004-02-28 |
| | |||
* | - Patch 6066 by Adrian: PostgreSQL does not return 'affected rows' when doing | Dries Buytaert | 2004-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.) | ||
* | - Patch by Gerhard: move the updates to database/updates.inc so packaging | Dries Buytaert | 2004-02-25 |
| | | | | systems can by-pass update.php. | ||
* | Fixed an apparently old bug which always defaulted user-togglable blocks to ↵ | Steven Wittens | 2004-02-25 |
| | | | | off, and clarified the explanation a bit. | ||
* | Poll.module cleanup: | Steven Wittens | 2004-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. | ||
* | - Patch #6000 by Goba: makes the short tip list a HTML list (as it is ↵ | Dries Buytaert | 2004-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). | ||
* | - Usability improvement: made the throttle message fit in the watchdog message. | Dries Buytaert | 2004-02-23 |
| | |||
* | - Slightly improved the throttle watchdog messages. | Dries Buytaert | 2004-02-22 |
| | |||
* | - Sanatize title before doing LIKE matches. | Kjartan Mannes | 2004-02-21 |
| | |||
* | - Fix implode() errors. | Kjartan Mannes | 2004-02-21 |
| | |||
* | - Coding style fixes. | Kjartan Mannes | 2004-02-21 |
| | | | | - Extended tracker comments to handle project issues. | ||
* | - Patch 5969 by Chris: improved the profile module's context sensitive help text | Dries Buytaert | 2004-02-21 |
| | |||
* | - Patch by Gerhard: fixed incorrect regex in the taxonomy module. | Dries Buytaert | 2004-02-21 |
| | |||
* | - Fixing help text. The filters DO NOT removed unclosed valid tags. | Kjartan Mannes | 2004-02-21 |
| | |||
* | - Aggregator: fix for http://drupal.org/node/view/5733 | Steven Wittens | 2004-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 Wittens | 2004-02-19 |
| | | | | expect that changing it updates existing teasers too. | ||
* | - Patch 5897 by Moshe: don't consider the 'U' tag to be a block level tag. | Dries Buytaert | 2004-02-17 |
| | |||
* | - Patch 5683 by JonBob: changes the multiple type delimiter from / to -. | Dries Buytaert | 2004-02-16 |
| | |||
* | - Fixed forum module typo. | Dries Buytaert | 2004-02-16 |
| | |||
* | - Bugfix: the forum block was showing posts that are not 'published' yet. | Dries Buytaert | 2004-02-16 |
| | |||
* | - Fixed a problem editing nodes. Spotted by Steven. | Dries Buytaert | 2004-02-15 |
| | |||
* | - Patch by Steven: removed redundant permission checks. These are no longer | Dries Buytaert | 2004-02-15 |
| | | | | required thanks to the new 404 handling. | ||
* | - Patch #5111 by Bart: fixed inconsistent default values. | Dries Buytaert | 2004-02-15 |
| | |||
* | - Patch #4861 by Moshe/TDobes: made the comment module use the _link hook. | Dries Buytaert | 2004-02-15 |
| | |||
* | - Patch 5592 by Goba: let drupal_map_assoc() rule. :-) | Dries Buytaert | 2004-02-15 |
| | | | | - Renamed CHANGELOG to CHANGELOG.txt for Windows uses. | ||
* | - Code improvements by Mathias: made the path module use drupal_set_message(). | Dries Buytaert | 2004-02-14 |
| | |||
* | - Patch 5592 by Goba: introduced a new function, drupal_map_assoc(). | Dries Buytaert | 2004-02-12 |
| | |||
* | - Fixed bug #5831: added validation for posting to forum containers. Patch | Dries Buytaert | 2004-02-12 |
| | | | | by UnConeD. | ||
* | - Patch 4902 by Goba: | Dries Buytaert | 2004-02-11 |
| | | | | | | | | | | | | | + only adds an optional parameter to url() and l(), so individual links can be set to be absolute + modifies drupal_goto() to accept the parameters of url() without the $absolute parameter, so cleaner invocations can be used + rework of some code in node_feed, making it much better to look at (the current code uses foreach with an immediate brake to get the first key of the associative array, geeeeez) + added xml:base to the rss tag generated by node_feed() + set all user mail URLs to be absolute + fix a small fragmented URL in user.module | ||
* | - Patch by Gerhard: fixed instance of format_plural | Dries Buytaert | 2004-02-11 |
| | |||
* | - Usability improvement: print a message if you are (not) allowed to print | Dries Buytaert | 2004-02-10 |
| | | | | forum topics. | ||
* | - Patch 5729 by Goba: removed dead code from page.module. | Dries Buytaert | 2004-02-10 |
| | |||
* | - Patch #5766 by Moshe: replace getenv() with $_SERVER. | Dries Buytaert | 2004-02-10 |
| | |||
* | - Avoid SQL queries if possible. | Dries Buytaert | 2004-02-10 |
| | |||
* | Fix bad default timezone format for timezone display. Would cause a bug on ↵ | Steven Wittens | 2004-02-10 |
| | | | | sites that haven't been configured completely yet. | ||
* | Bugfix: new user registration was broken. | Steven Wittens | 2004-02-09 |
| | | | | See: http://drupal.org/node/view/5741 | ||
* | - Improved welcome message | Steven Wittens | 2004-02-09 |
| | |||
* | - Fixed possible issue with preg_replace with /e | Steven Wittens | 2004-02-09 |
| | |||
* | - Modified format_date() to handle timezones properly. | Kjartan Mannes | 2004-02-08 |
| | |||
* | - Added a welcome message written by Steven. | Dries Buytaert | 2004-02-08 |
| | |||
* | - Readding queue message on node add removed in rev 1.86. | Kjartan Mannes | 2004-02-08 |
| | | | | | Uses drupal_set_message() so the message doesn't interfeer with non-HTML formats (posting using blog API etc). | ||
* | - Removing timezone fix that crept in. | Kjartan Mannes | 2004-02-08 |
| | |||
* | - Fixed codying style, typos, osbolete help. | Kjartan Mannes | 2004-02-08 |
| | |||
* | Patch 5554 by Goba (slightly modified): | Dries Buytaert | 2004-02-08 |
| | | | | | | | | | | | | | | | | | - Modifies _user_mail_text() to automatically override the default strings when needed and apply t() on the strings. This lets Drupal translators include default messages in translations, and also removes a lot of repeated code. Modified the internal $messageid of the approval message from welcome_approval_body/subject to approval_body/subject, so automatic variable name computation can be done. This does not affect any variable table keys, since the change was especially done to keep the variable names... - Adds %login_uri and %edit_uri to move away from the concatenation approach used in the default messages, thus making those messages visible for the .po extractor - Uses direct return in help text generation when no more action need to be taken on the help string (the '$output .=' approach was just plain silly looking and misleading, since there was no preceding or appended string in $output) | ||
* | - Fixed typo introduced by last archive module patch. | Dries Buytaert | 2004-02-08 |
| | |||
* | - Patch #5613 by Goba: fixed translation issue with archive module and removed | Dries Buytaert | 2004-02-08 |
| | | | | some locale module code that is now part of extractor.php. | ||
* | - Refined the regex to validate the input. | Dries Buytaert | 2004-02-08 |
| | |||
* | - Small bugfix. | Dries Buytaert | 2004-02-07 |
| | |||
* | - Batch two with profile module improvements: | Dries Buytaert | 2004-02-07 |
| | | | | | | + Reworked the 'account administration' page. + Fixed bug in the 'edit account' page. + Removed some dead code from the system.module. |