Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
- Patch #601938 by mfb: fixed some forum exceptions and added tests.
- Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to avoid users rendering their site unusable.
#412518 by catch, bangpound, and yched: Convert taxonomy_node_* to field API (with upgrade path). Say buh-bye to old, crusty code.
- Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql().
- Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe weitzman: automatically install/uninstall schema.
- Patch #554164 by catch: join on {forum} instead of {term_node} for forum queries.
- Patch #547290 by David_Rothstein: corrected behavior of new forum topics, and properly delete an unused variable upon uninstallation.
- Patch #278592 by catch, Dave Reid, lilou et al: remove D5 to D6 updates.
- Patch #394116 by Berdir, jcfiala: converted forum module to new database abstraction layer.
- Patch #111011 by Josh Waihi: adding foreign key specifications.
- Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks.
#320011 by lilou, snufkin, and karschp: Add consistent @file declarations to all .install files.
- Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL table namespace.
- Rollback of #225562 -- I think there is still something wrong.
- Patch #225562 by Jody Lynn: change DB table names from eg. term_data to taxonomy_term_data.
#356749 by chx: Fix cruft in forum_install().
#332123 by webchick, lilou, andypost: backport of removal of t() around schema desciptions
- Patch #349504 by keith.smith: clean up sentence spacing in code comments.
- Patch #332123 by webchick, lilou: remove t() function from schema descriptions.
- Patch #329140 by catch, pwolanin: improve consistency of vocabulary API and term API.
- Patch #273761 by catch: removed inconsistent delete behavior of nodes. It would leave comments, ratings, etc behind in the database.
- Patch #273761 by catch: removed inconsistent delete behavior of nodes. It would leave comments, ratings, etc behind in the database.
- Patch #273761 by catch: removed inconsistent delete behavior of nodes. It would leave comments, ratings, etc behind in the database.
- Patch #216072 by recidive, David Rothstein, ptalindstrom et al: switched from numeric block IDs to string IDs.
The short explanation is that Drupal uses a lot of numeric deltas in the block system; blocks are identified by the 'module' and the 'delta'. In early Drupal, delta was numeric, but somewhere along the line it was changed to be possibly a string. In modern Drupal, block overrides are easily done via block-MODULE-DELTA.tpl.php. The primary motivation to switch to string IDs everywhere is to make these deltas friendlier to themers:
block-user-0.tpl.php --> block-user-navigation.tpl.php
block-user-1.tpl.php --> block-user-login.tpl.php
You get the picture.
- Patch #214271 by recidive: improved schema identation.
#199373 report by avskip, patch by myself, testing by keith.smith: forum node type was not re-added to the forum vocabulary when the module is re-enabled (after being disabled)
#201479 by chx, ximo: forum module requires taxonomy for uninstall but taxonomy might be disabled at that time, so we need to include it
#186546 by bjaspan: fix missing forum vocabulary when people turned on forum module, but never visited any pages in Drupal 5 and they upgrade to Drupal 6 which does this much better
- Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API (and removed spaces).
#176282 by Desbeers: forum taxonomy was required for non-forum node types, when enabled for forum inclusion
#164983 by multiple contributors: document the core database schemas
- Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the .schema files into .install files to prevent mistakes.
- Patch #172643 by chx and fresco: fixed the leave shadow copy functionality.
- Patch #20295 by pyromanfo, webchick, Gurpartap Singh et al: allow forum topics to be custom node types.
- Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. Oh, behave.
#81033 by webchick and neclimdul. Uninstall module API.
- Patch #79428 by Chris Johnson: remove int display width declarations from MySQL create table statements.
#76681 by sammys, sync posgres install and change unsigned annotation.
- Patch #76681 by sammys: PostgreSQL support for install system. Woot! :)
#73591 by Flanker, add missing CVS Ids.
- Patch #68926 by chx, jeremy, steven, eaton, webchick, amazon, neil, nedjo et al: an initial install system for Drupal core.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |