summaryrefslogtreecommitdiff
path: root/database
Commit message (Collapse)AuthorAge
* - Patch #40631 by Chris Johnson: is_array() slower than isset() or empty().Dries Buytaert2005-12-14
|
* - Patch #40532 by wtanaka: use longblog for data in the cache. Is reported ↵Dries Buytaert2005-12-13
| | | | to fix utf-8 problems and improves consistency with PostgreSQL.
* - Patch #39462 by Cvgbe:Dries Buytaert2005-12-12
| | | | | | | | | 1. fixed problem with long URLs being truncated (and causing errors) 2. added CREATE UNIQUE INDEX to prefix.sh 3. changed totalcount from int to bigint to prevent overflow 4. unifies index names, syncs with database.mysql Updated changelog.
* - Modified patch #40534: improved themability of forum icons (makes it ↵Dries Buytaert2005-12-11
| | | | possible to use animated gifs) + removed forum setting.
* - Patch #40463 by chx and baudolino: fixed fatal error in forms.inc.Dries Buytaert2005-12-11
|
* - Changed '50' to '20' as per Neil's comment in issue 36042 (comment #12).Dries Buytaert2005-12-10
|
* - Patch #36042 by Cvbge: make the latest database upgrade work with PostgreSQL.Dries Buytaert2005-12-10
|
* - Patch #40518 by drumm: remove hook_versions.Dries Buytaert2005-12-09
|
* - Patch #36042 by Gerhard and Neil: recover old revisions.Dries Buytaert2005-12-09
|
* - Small documentation improvements.Dries Buytaert2005-12-08
|
* - Patch #40341 by Neil: fixed problems with database schema versions.Dries Buytaert2005-12-08
| | | | | | | - When user #1 creates an account (we can assume this happens only once), system.module's schema version is set to the latest availiable. - system_get_files_database() now includes a 'schema_version' child of each file object. - That new information is re-saved when Drupal re-populates the system table. - An array of newly-enabled modules is built, module_list() is reloaded, and the schema versions of each newly-enabled module are set to the most recent availiable. If the schema version is already set (presumably from a previous installation) it is not changed.
* - Patch #29326 by Morbus: added missing returns.Dries Buytaert2005-12-07
|
* - Patch #40303 by Cvbge: drop old columns for PostgreSQL and fixed some ↵Dries Buytaert2005-12-07
| | | | PostgreSQL problems in the update script.
* - Patch #29326 by Morbus: optimized performance of URL aliasing for newly ↵Dries Buytaert2005-12-07
| | | | | | installed sites. There are a number of small optimizations we could add; like, we should never do more lookup queries than the number of unique URL aliases in the database. When the size of the static cache equals the number of unique URL aliases in the database, we can stop doing lookups. I think this could be implemented with a 2-line change. Takers?
* - Patch #40139 by Robert: the system table got a new column, the database ↵Dries Buytaert2005-12-06
| | | | definition files need to reflect this.
* - Patch #35924 by Neil: improved the update system.Dries Buytaert2005-12-06
|
* - fixed invalid updates.incDries Buytaert2005-12-05
|
* - Patch #40016 by Thox: profile tables do not default to MyISAM.Dries Buytaert2005-12-05
|
* - Patch #39778 by chx: obliterate nodeapi op form in favor of the forms ↵Dries Buytaert2005-12-05
| | | | API's way of doing things. Tested with help from webchick.
* - Patch #39722 by jvandyk: fixed warning in updates.inc.Dries Buytaert2005-12-02
|
* - Patch #36133 by Thox: make it possible to install Drupal on MySQL, running ↵Dries Buytaert2005-11-29
| | | | in strict mode.
* - Patch #10407 by Cvbge: fixed cache problems with PostgreSQL.Dries Buytaert2005-11-27
|
* - Patch #39019 by Cvbge: set search_path for functions in database.pgsql.Dries Buytaert2005-11-27
|
* - Patch #37383 by Cvbge: fixed clash between greatest() functions from ↵Dries Buytaert2005-11-24
| | | | Drupal and postgresql 8.1. Removed dependency on plpgsql.
* - Patch #37824 by zen: added missing {} to SQL queries in updates.inc.Dries Buytaert2005-11-18
|
* - Patch #28062 by Souvent22: make it possible to assign weights to contact ↵Dries Buytaert2005-11-14
| | | | form categories and fixed some small glitches.
* - Patch #37589 by Cvgbe: make prefix.sh work with PostgreSQL: prefix indices ↵Dries Buytaert2005-11-14
| | | | properly.
* - Patch #27140 by Cvbge: PostgreSQL updates/fixes.Dries Buytaert2005-11-08
|
* - Patch #22215 by Richard Archer: fixed glitch in the upgrade path for ↵Dries Buytaert2005-11-06
| | | | primary/secondary links.
* - Patch #27140 by m3averck/souvent22: can't delete contact module subjects ↵Dries Buytaert2005-11-05
| | | | with '&' in title.
* - Patch #29082 by Cvbge: fixed bugs in PostgreSQL's upgrade path from 4.6Dries Buytaert2005-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 Buytaert2005-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 Buytaert2005-10-22
|
* - #28159: Advanced search features (hello from DrupalCon)Steven Wittens2005-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 Buytaert2005-09-27
| | | | | | descriptions. (Modified the form a bit.)
* - Patch #31770 by chx: node_list() -> node_get_types().Dries Buytaert2005-09-23
|
* - Patch #31760 by webchick: removed redundant code.Dries Buytaert2005-09-22
|
* - Patch #31449 by chx: store session IDs in the accesslog table.Dries Buytaert2005-09-18
|
* - Patch #31343 by Robert Douglas et al: fixed database table problem with ↵Dries Buytaert2005-09-18
| | | | forum table.
* - Patch #30801 by Allie Micka, m3avrck, 1uv4t4r et al: fixed block problems.Dries Buytaert2005-09-14
|
* - Patch #29910 by m3avrck, nsk, Thomas et al: added a mysqli database ↵Dries Buytaert2005-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 Buytaert2005-09-12
| | | | improved the database scheme and queries of the block.module.
* - Patch #30122 by m3verick: changed include_once()'s to include "./$file"Dries Buytaert2005-09-08
| | | | for performance's sake.
* - Patch #30622 by Gerhard: the update produces a type field in ↵Dries Buytaert2005-09-07
| | | | node_revisions which shouldn't be there.
* - Patch #7582 by Gerhard: improved node revisions!Dries Buytaert2005-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 Buytaert2005-08-16
|
* - Patch #28986: fixed Incorrect order of PosgreSQL statements.Dries Buytaert2005-08-16
|
* - Patch #16216 by nedjo: multiple block regions!Dries Buytaert2005-08-16
|
* - Patch #28482 by Uwe: add CVS $Id$ tags to all source files in Drupal core. ↵Dries Buytaert2005-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 biggerSteven Wittens2005-08-08
|