Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Modified patch #51561 by dww: optionally allow people to inspect votes, ↵ | Dries Buytaert | 2006-05-29 |
| | | | | and to cancel their vote. | ||
* | - Patch #18018 by dww, nedjo, tostinne, luke et al: block visibility by role. | Dries Buytaert | 2006-05-26 |
| | |||
* | - Patch #62478 by Cvbge: fixed some database inconsistencies with PostgreSQL. | Dries Buytaert | 2006-05-23 |
| | |||
* | - Patch #41481 by Zen, Cvbge, sun et al: bugfix: duplicate key error while ↵ | Dries Buytaert | 2006-05-16 |
| | | | | editing locale strings. | ||
* | - Patch #51506 by gordon: new feature: added auto-complete functionality to ↵ | Dries Buytaert | 2006-05-12 |
| | | | | user profiles. | ||
* | - Removing trailing whitespace. | Dries Buytaert | 2006-04-17 |
| | |||
* | #58113, error on install with postgresql7.3.10, patch by Cvbge | Gerhard Killesreiter | 2006-04-13 |
| | |||
* | - Patch #52265 by Zen: converted filter.module to file API: | Dries Buytaert | 2006-03-04 |
| | | | | | | | | | | * Converts filter.module to the fapi model (besides filter_admin_overview which has already been done.) * On the format edit screen, updates to the roles fieldset were being mangled with the previous code. The previous code relied on only checked checkboxes being returned. Fapi for some reason decides to insert non-checked items as well with values 0. * Makes the name field a UNIQUE field. DB and update patches included. Having a duplicate format name completely b0rks things. * Adds check_plain to the format name in admin_overview. * Removes unnecessary #type => 'markup'. * Moves hook_menu to below hook_help. * drupal_goto -> return. | ||
* | #46630, by Gordon and Cvbge | Gerhard Killesreiter | 2006-02-27 |
| | |||
* | - Patch #31354 by Junyor et al: move node revision information for files to ↵ | Dries Buytaert | 2006-02-22 |
| | | | | a separate table. (Today's critical bugfix #1.) | ||
* | - Patch #45810 by cvbge: postgresql fixes. | Dries Buytaert | 2006-01-30 |
| | |||
* | - Patch #45810 by killes: vid is not updated when the forum node is stored ↵ | Dries Buytaert | 2006-01-27 |
| | | | | with "sticky" or "promote to front" checked. | ||
* | - Patch #46076 by markus: add CVS ids to database schemas. | Dries Buytaert | 2006-01-24 |
| | |||
* | - Patch #44379 by Cvbge: removed default roles. | Dries Buytaert | 2006-01-22 |
| | |||
* | - #40515: Ensure UTF-8 character set on the database side (and include ↵ | Steven Wittens | 2006-01-21 |
| | | | | upgrade path for incorrectly set up databases) | ||
* | - Patch #44964 by Eaton: remove comment moderation tables. | Dries Buytaert | 2006-01-16 |
| | |||
* | - Patch #43588 by killes: improved performance of taxonomy_get_tree. | Dries Buytaert | 2006-01-10 |
| | |||
* | - Patch #37373 by killes: bugfix: vocabulary_node_types was broken. | Dries Buytaert | 2006-01-10 |
| | |||
* | - Patch #43833 by killes: give the first user a default role. | Dries Buytaert | 2006-01-08 |
| | |||
* | - Patch #42886 by chx: critical feature: allow modules to be reordered. | Dries Buytaert | 2006-01-08 |
| | |||
* | - Modified patch #39697 by nedjo: enable sites to post information on their ↵ | Dries Buytaert | 2006-01-04 |
| | | | | modules, themes. | ||
* | - Patch #41755 by Cvbge: | Dries Buytaert | 2005-12-28 |
| | | | | | | | 1. "int(10)" -> "int", fixed typo in index name [pgsql change only] 2. added defaults for uid and hostname (needed for both) 3. postgres supports "DROP column" syntax 4. added missing DELETEs for new table in poll_delete() and poll_update() | ||
* | - Patch #41755 by Neil: normalize poll.polled database column. | Dries Buytaert | 2005-12-27 |
| | |||
* | - Patch #39462 by Cvgbe: | Dries Buytaert | 2005-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. | ||
* | - Patch #40341 by Neil: fixed problems with database schema versions. | Dries Buytaert | 2005-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 #40303 by Cvbge: drop old columns for PostgreSQL and fixed some ↵ | Dries Buytaert | 2005-12-07 |
| | | | | PostgreSQL problems in the update script. | ||
* | - Patch #29326 by Morbus: optimized performance of URL aliasing for newly ↵ | Dries Buytaert | 2005-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 Buytaert | 2005-12-06 |
| | | | | definition files need to reflect this. | ||
* | - Patch #35924 by Neil: improved the update system. | Dries Buytaert | 2005-12-06 |
| | |||
* | - 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 #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 #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. | ||
* | - #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 #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 #30801 by Allie Micka and m3avrck: performance improvements: ↵ | Dries Buytaert | 2005-09-12 |
| | | | | improved the database scheme and queries of the block.module. | ||
* | - 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 #16216 by nedjo: multiple block regions! | Dries Buytaert | 2005-08-16 |
| | |||
* | - #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. | ||
* | - #17116: Standardize whitespace in database.sql | Steven Wittens | 2005-07-29 |
| | |||
* | - #23651: Display referrer info with watchdog messages. | Steven Wittens | 2005-07-29 |
| |