Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | - Patch #40139 by Robert: the system table got a new column, the database ↵ | Dries Buytaert | 2005-12-06 | |
| | | | | definition files need to reflect this. | |||
* | - Patch #35924 by Neil: improved the update system. | Dries Buytaert | 2005-12-06 | |
| | ||||
* | - fixed invalid updates.inc | Dries Buytaert | 2005-12-05 | |
| | ||||
* | - Patch #40016 by Thox: profile tables do not default to MyISAM. | Dries Buytaert | 2005-12-05 | |
| | ||||
* | - Patch #39778 by chx: obliterate nodeapi op form in favor of the forms ↵ | Dries Buytaert | 2005-12-05 | |
| | | | | API's way of doing things. Tested with help from webchick. | |||
* | - Patch #39722 by jvandyk: fixed warning in updates.inc. | Dries Buytaert | 2005-12-02 | |
| | ||||
* | - Patch #36133 by Thox: make it possible to install Drupal on MySQL, running ↵ | Dries Buytaert | 2005-11-29 | |
| | | | | in strict mode. | |||
* | - Patch #10407 by Cvbge: fixed cache problems with PostgreSQL. | Dries Buytaert | 2005-11-27 | |
| | ||||
* | - Patch #39019 by Cvbge: set search_path for functions in database.pgsql. | Dries Buytaert | 2005-11-27 | |
| | ||||
* | - Patch #37383 by Cvbge: fixed clash between greatest() functions from ↵ | Dries Buytaert | 2005-11-24 | |
| | | | | Drupal and postgresql 8.1. Removed dependency on plpgsql. | |||
* | - Patch #37824 by zen: added missing {} to SQL queries in updates.inc. | Dries Buytaert | 2005-11-18 | |
| | ||||
* | - Patch #28062 by Souvent22: make it possible to assign weights to contact ↵ | Dries Buytaert | 2005-11-14 | |
| | | | | form categories and fixed some small glitches. | |||
* | - Patch #37589 by Cvgbe: make prefix.sh work with PostgreSQL: prefix indices ↵ | Dries Buytaert | 2005-11-14 | |
| | | | | properly. | |||
* | - Patch #27140 by Cvbge: PostgreSQL updates/fixes. | Dries Buytaert | 2005-11-08 | |
| | ||||
* | - Patch #22215 by Richard Archer: fixed glitch in the upgrade path for ↵ | Dries Buytaert | 2005-11-06 | |
| | | | | primary/secondary links. | |||
* | - Patch #27140 by m3averck/souvent22: can't delete contact module subjects ↵ | Dries Buytaert | 2005-11-05 | |
| | | | | with '&' in title. | |||
* | - Patch #29082 by Cvbge: fixed bugs in PostgreSQL's upgrade path from 4.6 | Dries Buytaert | 2005-11-04 | |
| | | | | | to 4.7/HEAD. Added two API functions to help write PostgreSQL update functions. | |||
* | - Patch #22215 by Richard Archer: refactored primary and secondary links. | Dries Buytaert | 2005-11-03 | |
| | | | | | | | | | Deprecates the primary_links module. This patch was much needed. Thanks Richards! NOTE: if some themers could investigate if there is room for improvement with regard to theming, that would be awesome. | |||
* | - Patch #30930 by m3avrck/deekayen: cured PHP5 warnings. | Dries Buytaert | 2005-10-22 | |
| | ||||
* | - #28159: Advanced search features (hello from DrupalCon) | Steven Wittens | 2005-10-18 | |
| | | | | | Presentation about it: http://www.acko.net/files/drupal-search-slim.pdf | |||
* | - Modified patch #30775 by timcn, Souvent22, m3avrck: give file uploads ↵ | Dries Buytaert | 2005-09-27 | |
| | | | | | | descriptions. (Modified the form a bit.) | |||
* | - Patch #31770 by chx: node_list() -> node_get_types(). | Dries Buytaert | 2005-09-23 | |
| | ||||
* | - Patch #31760 by webchick: removed redundant code. | Dries Buytaert | 2005-09-22 | |
| | ||||
* | - Patch #31449 by chx: store session IDs in the accesslog table. | Dries Buytaert | 2005-09-18 | |
| | ||||
* | - Patch #31343 by Robert Douglas et al: fixed database table problem with ↵ | Dries Buytaert | 2005-09-18 | |
| | | | | forum table. | |||
* | - Patch #30801 by Allie Micka, m3avrck, 1uv4t4r et al: fixed block problems. | Dries Buytaert | 2005-09-14 | |
| | ||||
* | - Patch #29910 by m3avrck, nsk, Thomas et al: added a mysqli database ↵ | Dries Buytaert | 2005-09-12 | |
| | | | | | | backend for use with PHP5 and MySQL 4.1 and above. NOTE: I don't have MySQL 4.1 setup at the moment so I could _not_ test this patch. Luckily, various people reported that it works. | |||
* | - Patch #30801 by Allie Micka and m3avrck: performance improvements: ↵ | Dries Buytaert | 2005-09-12 | |
| | | | | improved the database scheme and queries of the block.module. | |||
* | - Patch #30122 by m3verick: changed include_once()'s to include "./$file" | Dries Buytaert | 2005-09-08 | |
| | | | | for performance's sake. | |||
* | - Patch #30622 by Gerhard: the update produces a type field in ↵ | Dries Buytaert | 2005-09-07 | |
| | | | | node_revisions which shouldn't be there. | |||
* | - Patch #7582 by Gerhard: improved node revisions! | Dries Buytaert | 2005-08-30 | |
| | | | | | | | | | | All node revisions were stored in a serialized field in the node table and retrieved for _each_ page view although they are rarely needed. We created a separate revisions table which would be in principle identical to the node table, only that it could have several old copies of the same node. This also allows us to revision-related information, and to provide log entries to non-book pages when a new revision is being created. TODO: 1. Provide upgrade instructions for node module maintainers! 2. Upgrade modules that implement node types. 3. Provide an upgarde path for revisions. Dependency on the upgrade system. | |||
* | - Patch #12381 by killes: removed old updates. | Dries Buytaert | 2005-08-16 | |
| | ||||
* | - Patch #28986: fixed Incorrect order of PosgreSQL statements. | Dries Buytaert | 2005-08-16 | |
| | ||||
* | - Patch #16216 by nedjo: multiple block regions! | Dries Buytaert | 2005-08-16 | |
| | ||||
* | - Patch #28482 by Uwe: add CVS $Id$ tags to all source files in Drupal core. ↵ | Dries Buytaert | 2005-08-11 | |
| | | | | | | This allows admins to know exactly which version of which files they use. In addition I want to use CVS $Id$ tags in my upcoming security.module to check for possible vulnerabilities. That's not possible if some files simply don't have $Id$s. Note: I also (mostly) unified the tags to use the "// ID" form instead of "/* ID */", but that's more of a cosmetic issue. I'm not sure whether *.txt files and the stuff in themes/ need tags(?). | |||
* | - #27985: make node type column bigger | Steven Wittens | 2005-08-08 | |
| | ||||
* | - Patch #27633 by Tobias: | Dries Buytaert | 2005-07-31 | |
| | | | | | + made it possible to specify a subject when submitting a message on the contact form. + fixed some bugs/glitches. | |||
* | - #27635: Style update.php | Steven Wittens | 2005-07-29 | |
| | ||||
* | - #17116: Standardize whitespace in database.sql | Steven Wittens | 2005-07-29 | |
| | ||||
* | - #23651: Display referrer info with watchdog messages. | Steven Wittens | 2005-07-29 | |
| | ||||
* | - Patch #24183 by drumm: remove unnecessary setting from upload module. ↵ | Dries Buytaert | 2005-07-22 | |
| | | | | Currently the upload module checks two max file sizes. First it checks a global option; if its too big it quits. Then it checks another max file size (or even sizes) related to the roles which a user is in. We can remove the global option since the individual roles are checked. | |||
* | - Removed dead data | Dries Buytaert | 2005-06-27 | |
| | ||||
* | - Patch #24003 by Steven: fix problems with node attribute checking (and ↵ | Dries Buytaert | 2005-06-06 | |
| | | | | improve defaults). | |||
* | - 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. |