Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #22909 by kinai: fixed various errors in the PostgreSQL database scheme. | Dries Buytaert | 2005-05-26 |
| | | | | (Yay, more PostgreSQL contributors! :)) | ||
* | - Patch by Mathias: database updates for path alias improvements. | Dries Buytaert | 2005-05-14 |
| | |||
* | - Patch #22035 by mathias/mikeryan: improved performance of path aliases. | Dries Buytaert | 2005-05-14 |
| | |||
* | - Added the ability to track page generation times in the statistics module. | Dries Buytaert | 2005-05-12 |
| | | | | | | (Made some improvements as per the suggestions in the issue.) - Added extended timer implementation. | ||
* | - Patch #22531 by Morbus: the CHANGELOG for Drupal 4.5 claims that a URL ↵ | Dries Buytaert | 2005-05-10 |
| | | | | alias of "rss.xml" for "node/feed" was added. This ONLY occurs in updates.inc however - if people grab a fresh 4.5 (or now, 4.6), they are never going to get this added alias. The attached patch adds this INSERT into the default database.* files, adds another update into the updates.inc (so that those who started with a fresh 4.5 or 4.6 will get it via update.php the next time around) and fixes some minor whitespace/style inconsistencies. | ||
* | - Patch #21252 by baudolino: fixed upgrade path of locale_sources table change. | Dries Buytaert | 2005-05-10 |
| | |||
* | - Patch #22319 by Ber: updated default database schems not to use Xtemplate ↵ | Dries Buytaert | 2005-05-08 |
| | | | | any more. | ||
* | - User module improvements: added an 'access' column to the users-table to | Dries Buytaert | 2005-05-07 |
| | | | | | | | | | | | | | keep track of the user's last access. In turn, this allowed me to: 1. Optimize the "Who's online" block. On drupal.org, the "Who's online" block requires 32 SQL queries. With this patch, only 2 queries are left (eliminated 30 SQL queries), and one of the two remaining queries became appr. 20 times faster. 2. Correct the "Last access" column in the user administration overview table. The presented data was not accurate, which led to the column being removed. You can now sort users by 'last access'. | ||
* | - #22154: Change : in aggregator block IDs to -, the colon is an illegal ↵ | Steven Wittens | 2005-05-06 |
| | | | | character and causes problems in CSS. | ||
* | - Rollback to previous version. | Dries Buytaert | 2005-05-05 |
| | |||
* | - Removed the Xtemplate engine and added the PHPTemplate engine. | Dries Buytaert | 2005-05-04 |
| | | | | | - Converted the Bluemarine theme from XTemplate to PHPTemplate. - Moved the the Pushbutton theme and the Xtemplate engine to the contributions repository. | ||
* | - Patch #21252 by patryk: fixed size of location field. | Dries Buytaert | 2005-05-03 |
| | |||
* | - Patch #21252 by patryk: increased the length of the location field in the ↵ | Dries Buytaert | 2005-05-01 |
| | | | | locale_sources table. | ||
* | - Patch #21353 by chx: implemented PHP-mode for blocks. | Dries Buytaert | 2005-04-30 |
| | |||
* | - Moving the queue module to contrib. This has been discussed months ago. ↵ | Dries Buytaert | 2005-04-24 |
| | | | | Who wants to be the maintainer? | ||
* | - Patch #18719 by Jose: reworked the 'request new password' functionality. | Dries Buytaert | 2005-04-24 |
| | |||
* | - Work by chx and myself: added a site-wide contact form to the contact module. | Dries Buytaert | 2005-04-24 |
| | |||
* | - Patch #20615 by Robert: added missing table prefixes | Dries Buytaert | 2005-04-16 |
| | |||
* | - Re-added update_sql() and moved it to the bottom. | Dries Buytaert | 2005-04-14 |
| | |||
* | - Patch by Adrian: postgresql fixes | Dries Buytaert | 2005-04-14 |
| | |||
* | - Patch #19965 by Robin Monks: fixed problem with duplicate block titles. | Dries Buytaert | 2005-04-12 |
| | |||
* | - Patch #19298 by Jeremy: loose caching! | Dries Buytaert | 2005-04-11 |
| | | | | | | Drupal's existing caching mechanism doesn't perform well on highly dynamic websites in which the cache is flushed frequently. One example is a site that is under attack by a spambot that is posting spam comments every few seconds, causing all cached pages to be flushed every few seconds. Loose caching immediately flushes the cache only for specific users who have modified cached data (whether or not they are logged in), delaying the flushing of data for other users by several minutes. (I rewrote the help text a bit and made minor changes to the code comments.) | ||
* | - Patch #19697 by Morbus: FOLKSONOMY. | Dries Buytaert | 2005-04-08 |
| | | | | | | | | | | | This patch adds folksonomy support to Drupal (named internally as "Free tagging"). In a nutshell, the core difference is the input method: unlike normal taxonomies which are administratively controlled, a "free tagging" vocabulary allows tag creation when the node is submitted. It does this through an text input box, as opposed to a dropdown or selectbox. This patch: * Removes the useless "Preview form" of a vocabulary. * Alters the vocabulary table to include a new "tags" column. * Adds a new "Free tagging" preference on vocabulary creation/editing. * Modifies the vocabulary overview to support pagers for free tagging vocabs. The new code integrates tightly with the existing taxonomy code. The only additional processing occurs on node save and edit, where we parse through the tags associated with a node. All other display (and thus, code) remains the same. | ||
* | - Added missing } | Dries Buytaert | 2005-04-08 |
| | |||
* | - Fixed bug #19432, modified patch from Junyor: database update fails when a ↵ | Dries Buytaert | 2005-04-08 |
| | | | | name contains a quote. | ||
* | - Patch #19768 by danielc: line 593 in version 1.109 of database.pgsql is ↵ | Dries Buytaert | 2005-04-03 |
| | | | | problematic. The line creates a unique index for sid. But, sid is already a primary key so doesn't need a unique index on it. Let alone, the syntax is wrong due to wrapping the table name in {}'s. This patch removes the line. | ||
* | - Updated the start date of the updates. | Dries Buytaert | 2005-03-23 |
| | |||
* | - Patch by Matt and chx: improved performance of taxonomy queries. When many | Dries Buytaert | 2005-03-23 |
| | | | | terms are matched, the query would become very slow. | ||
* | - Bug #18597: updated the database scheme. Renamed poll.voters to poll.polled. | Dries Buytaert | 2005-03-20 |
| | |||
* | - #18597: Resolve conflict in column name between queue.module and poll.module. | Steven Wittens | 2005-03-18 |
| | |||
* | - Patch #12497 by Morbus: Just working on a profile reporting idea and ↵ | Dries Buytaert | 2005-03-16 |
| | | | | | | | | | spotted that the following fields appear to have incorrect type definitions: profile_values.fid = int(11) profile_values.uid = int(11) These both appear inconsistant with the rest of the database (that I have seen i.e. user tables) where they are defined as int(10). The profile_fields.fid is defined as int(10) also. | ||
* | - Fixed parse error. | Dries Buytaert | 2005-03-03 |
| | |||
* | - Better upgrade path. Suggested by Neil. | Dries Buytaert | 2005-03-03 |
| | |||
* | - Modified patch #18328 by Neil: currently the two forum topic blocks share ↵ | Dries Buytaert | 2005-03-03 |
| | | | | a number of topics in block setting. This is a bit confusing since configuring one blockshould not affect another block. Fixed some indentation as well. | ||
* | #17747: PGSQL improvements | Steven Wittens | 2005-02-28 |
| | |||
* | - Patch #17747 by Adrian: more PostgreSQL fixes. Committed part of the patch: | Dries Buytaert | 2005-02-27 |
| | | | | | | 1. Removed a duplicate line from the changes to update.inc. 2. Excluded the session.inc changes: they did not make sense to me. 3. Excluded the search related changes in the node and search module. According to Steven these are not correct. | ||
* | - The update for the twin comments was 'borken' and had several bugs. | Dries Buytaert | 2005-02-27 |
| | |||
* | - Patch #17747 by Adrian: first round of PostgreSQL updates! | Dries Buytaert | 2005-02-23 |
| | |||
* | - Patch #17687 by Gerhard: removed some cruft. | Dries Buytaert | 2005-02-21 |
| | |||
* | - Patch #11366 by Junyor: fixed twin comment problem in HEAD. | Dries Buytaert | 2005-02-11 |
| | |||
* | - Patch #10425 by ccourtne and walkah: added admin screens to maintain ↵ | Dries Buytaert | 2005-01-28 |
| | | | | forums instead of forcing the user to add a taxonomy. | ||
* | - Patch by andre: fixed typo: type -> types. | Dries Buytaert | 2005-01-27 |
| | |||
* | - Patch #16074 by Andre Molnar: add configuration option to show blocks only ↵ | Dries Buytaert | 2005-01-27 |
| | | | | on pages of certain node type. | ||
* | - Patch #16237 by Neil: removed dead code from page.module. | Dries Buytaert | 2005-01-26 |
| | |||
* | - Wrong update slipped in. | Dries Buytaert | 2005-01-25 |
| | |||
* | - Patch #16021 by tangent: changed the format "/blog/feed/52" to ↵ | Dries Buytaert | 2005-01-25 |
| | | | | "/blog/52/feed". | ||
* | - Modified patch #14170 by Neil: improved default workflow (default node ↵ | Dries Buytaert | 2005-01-24 |
| | | | | | | type) configuration page. Modified the patch to remove some redundant code, to translate strings, and to better use the menu system. | ||
* | - Patch #15962 by Goba: fixed the association between the accesslog data and ↵ | Dries Buytaert | 2005-01-23 |
| | | | | the nodes. | ||
* | - Patch #15962 by Goba: no need to drop the accesslog table to add a new ↵ | Dries Buytaert | 2005-01-22 |
| | | | | primary key. | ||
* | - Patch #6847 by Gerhard: replaced vocabulary->nodes by a separate table and ↵ | Dries Buytaert | 2005-01-19 |
| | | | | tidied up the taxonomy API a bit. This fixes a number of issues. |