Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Bugfix: changed an inner join back to a left join. Patch by Bart Jansens | Dries Buytaert | 2003-08-10 |
| | |||
* | - Miscellanious comment module fixes. Patch 20030806.comment-misc.patch by | Dries Buytaert | 2003-08-08 |
| | | | | Bart Jansens. | ||
* | - Committed a modified version of Ulf's input checking changes. Patch #95. | Dries Buytaert | 2003-08-08 |
| | | | | I added an error message, changed a few things around and fixed tw typos. | ||
* | - Block module documentation improvement. Patch by Gerhard. | Dries Buytaert | 2003-08-07 |
| | |||
* | - More help system improvements by Michael. | Dries Buytaert | 2003-08-06 |
| | |||
* | - Help system improvements from Michael. | Dries Buytaert | 2003-08-05 |
| | |||
* | - Added missing {}. Fixes bug 2423 reported by kenzky. | Dries Buytaert | 2003-08-05 |
| | |||
* | - Added more filters and support for "mass-operations" to the node overview page | Dries Buytaert | 2003-08-02 |
| | | | | in the admin section. Comments? | ||
* | - If $node->path has been initialized (via a form for example), node_url ↵ | Dries Buytaert | 2003-07-31 |
| | | | | will return it. This is not good because path could still be null (empty). Patch by Matt Westgate. | ||
* | - Fixed broken links in the versioning system. Patch by Bart Jansens. | Dries Buytaert | 2003-07-31 |
| | |||
* | - Fixed bug in user_validate_name(): . (dot) should be allowed for DA to work. | Dries Buytaert | 2003-07-26 |
| | | | | Fixes bug #107. | ||
* | - Bugfix: remove forum block caching as it contains text that can be translated. | Dries Buytaert | 2003-07-26 |
| | | | | Fixes bug #2329. | ||
* | - Applied Moshe's 007 patch: "read more" and author optimizations. | Dries Buytaert | 2003-07-26 |
| | |||
* | - Bugfix: made deleting polls work. Patch by Marco. | Dries Buytaert | 2003-07-24 |
| | |||
* | - Fixed the update path of user_save(). Patch by Gerhard. Tnx. | Dries Buytaert | 2003-07-23 |
| | |||
* | - Cache system improvements by Gerhard: removed some left-overs. | Dries Buytaert | 2003-07-23 |
| | |||
* | - Fixed typo: implde() -> implode(). Reported by Moshe. | Dries Buytaert | 2003-07-23 |
| | |||
* | - Fixed node_save() and user_save() bug introduced by table prefix changes. | Dries Buytaert | 2003-07-21 |
| | | | | | | Modified patches from Gerhard. - Changed the order of the checks in node_teaser(). Patch from Kobus. | ||
* | - Some queue module fixes by Trogeir. | Dries Buytaert | 2003-07-17 |
| | |||
* | - Commited the URL aliasing patch. Thanks Matt. | Dries Buytaert | 2003-07-16 |
| | | | | This update requires you to run update.php! | ||
* | - Changed some INNER JOINs back to LEFT JOINs. Patch by Gerhard. Not tested | Dries Buytaert | 2003-07-16 |
| | | | | by me. | ||
* | - Some documentation fixes as per Charlie's suggestion: bug #2260. | Dries Buytaert | 2003-07-14 |
| | |||
* | - Documentation improvement by Charly. Task #2257. | Dries Buytaert | 2003-07-13 |
| | |||
* | - Performance improvement: changed a fair amount of "left joins" to "inner | Dries Buytaert | 2003-07-12 |
| | | | | joins". Patch by Gerhard. | ||
* | - Bugfix: fixed username not being fetched with the title module. Fixes bug | Dries Buytaert | 2003-07-12 |
| | | | | | | #1852. (Going to backport this to the DRUPAL-4-2-0 branch.) | ||
* | - Committed a slightly modified version of Slavica's table prefix patch. | Dries Buytaert | 2003-07-10 |
| | |||
* | - Bugfix: fixed HTML typo in comment module. Patch by Torgeir Berg. | Dries Buytaert | 2003-07-10 |
| | |||
* | - Bugfix: fixed the "check for duplicate e-mail addresses" test. Patch by | Dries Buytaert | 2003-07-09 |
| | | | | Marco. | ||
* | - Made the tracker module link to your own posts. Patch 79 from Gerhard. | Dries Buytaert | 2003-07-09 |
| | | | | | | - Added a permalink to the Xtemplate theme. Requested by Scott. - Added pager support to the locale module. | ||
* | - Made it easier to translate some text on the tracker page. Patch #71 by | Dries Buytaert | 2003-07-08 |
| | | | | Stefan. | ||
* | - Added 3 missing t() functions to the statistics module's administration | Dries Buytaert | 2003-07-08 |
| | | | | pages. Patch #73 by Stefan. | ||
* | - Made it easier to translate the the "Jump to" link of the forum module. | Dries Buytaert | 2003-07-08 |
| | | | | Patch #68 by Stefan. | ||
* | - Usability improvement and bugfix for translation issue with the taxonomy | Dries Buytaert | 2003-07-08 |
| | | | | module. Patch #70 by Stefan. | ||
* | - Improvement: made it easier to translate the book outline. Patch #67 by | Dries Buytaert | 2003-07-08 |
| | | | | Stefan. | ||
* | - Translation improvement: made it easier to translate the site title of the | Dries Buytaert | 2003-07-08 |
| | | | | administration pages. Patch #66 by Stefan. | ||
* | - Bugfix: fixed some typos in the Blogger API help. Patch #75 by Chris. | Dries Buytaert | 2003-07-08 |
| | |||
* | - Bugfix: don't show the "blog it" links when the blog module is disabled. | Dries Buytaert | 2003-07-08 |
| | | | | Patch by Bart Jansens. | ||
* | - Removed some cruft. | Dries Buytaert | 2003-07-08 |
| | |||
* | - Improvement: made it possible to translate the forum module. Patch #53 by ↵ | Dries Buytaert | 2003-07-02 |
| | | | | | | | | Stefan. - Improvement: some small changes to the user module to ease translation and to make things slightly more consistent. This should be a better alternative for patch #54. - Improvement: increase the maxlength of the node title. This should fix bug #2018 and #2176. | ||
* | - Bugfix: added more permissions checks. Patches #60-62 by Al. Should fix | Dries Buytaert | 2003-07-01 |
| | | | | bug #2163 and #2164. | ||
* | - Improvement: don't perform XSS checks for trusted users. Trusted users | Dries Buytaert | 2003-07-01 |
| | | | | | | | | | | | | | | | are those that have the "bypass input data check" permission set. Should address bug #2147. - Improvement: simplified index.php and modules/admin.module. - Bugfix: fixed broken links in bloggerapi documentation. Patch by Chris Johnson. Fixes bug #2030. - Bugfix: fixed the date shown on a book module preview. Reported as part of bug #2097. - Bugfix: fixed broken URL in the book module documentation. | ||
* | - Bugfix: fixed problem with search terms not being escaped properly. | Dries Buytaert | 2003-06-30 |
| | |||
* | - Fixed some "search related" bugs introduced by Moshe's latest patch. | Dries Buytaert | 2003-06-30 |
| | | | | Fixes bug #2127. | ||
* | - Bugfix: fixed calendar block caching. Patch by Al. Fixes bug #2131. | Dries Buytaert | 2003-06-30 |
| | | | | | - Improvement: improved the block module documentation. Patch #59 by Gerhard. | ||
* | - Bugfix: flush the cache after updating the new feeds (or after having | Dries Buytaert | 2003-06-28 |
| | | | | added or removed news items). Fixes bug #2088. | ||
* | - Reworked the CXX checking; now, _any_ user input will be checked | Dries Buytaert | 2003-06-27 |
| | | | | | | | | | | | | | and the request will be terminated when something suspicious is detected. This will be logged in the watchdog. With help from Marco. - Fixed translation issue in the archive module. Patch by Gerhard. - Removed dead parameter from variable_get(). Patch by Chris Johnson. Fixes bug #2111. - Improved input checking of taxonomy module. Patch by Gerhard. Fixes bug #2112. | ||
* | - Improvement: moved hard-coded CSS from user module to drupal.css. Patch | Dries Buytaert | 2003-06-26 |
| | | | | #57 by Kristjan. | ||
* | *** empty log message *** | Dries Buytaert | 2003-06-26 |
| | |||
* | - Bugfix: fixed bug in the search module that prevented the title module | Dries Buytaert | 2003-06-25 |
| | | | | from working properly. Patch by Moshe. Fixes bug #1852. | ||
* | - Narrow the set of allowed usernames to prevent people from messing with it. | Dries Buytaert | 2003-06-25 |
| |