summaryrefslogtreecommitdiff
path: root/modules/forum/forum.install
Commit message (Collapse)AuthorAge
* - Patch #662322 by scor, andypost: remove the 'relations' column from ↵Dries Buytaert2010-01-08
| | | | taxonomy_schema(). It was already dropped in an update function.
* - Patch #619904 by nenne: fixed forum.module doesn't uninstall cleanly.Dries Buytaert2009-12-10
|
* - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵Dries Buytaert2009-12-04
| | | | compliance with standards.
* - Patch #601938 by mfb: fixed some forum exceptions and added tests.Dries Buytaert2009-10-20
|
* - Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to ↵Dries Buytaert2009-10-15
| | | | avoid users rendering their site unusable.
* #412518 by catch, bangpound, and yched: Convert taxonomy_node_* to field API ↵Angie Byron2009-10-08
| | | | (with upgrade path). Say buh-bye to old, crusty code.
* - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql().Dries Buytaert2009-09-29
|
* - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe ↵Dries Buytaert2009-09-10
| | | | weitzman: automatically install/uninstall schema.
* - Patch #554164 by catch: join on {forum} instead of {term_node} for forum ↵Dries Buytaert2009-08-20
| | | | queries.
* - Patch #547290 by David_Rothstein: corrected behavior of new forum topics, ↵Dries Buytaert2009-08-13
| | | | and properly delete an unused variable upon uninstallation.
* - Patch #278592 by catch, Dave Reid, lilou et al: remove D5 to D6 updates.Dries Buytaert2009-06-22
|
* - Patch #394116 by Berdir, jcfiala: converted forum module to new database ↵Dries Buytaert2009-06-19
| | | | abstraction layer.
* - Patch #111011 by Josh Waihi: adding foreign key specifications.Dries Buytaert2009-06-01
|
* - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵Dries Buytaert2009-05-27
| | | | nominalizations from Docblocks.
* #320011 by lilou, snufkin, and karschp: Add consistent @file declarations to ↵Angie Byron2009-05-13
| | | | all .install files.
* - Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL ↵Dries Buytaert2009-01-14
| | | | table namespace.
* - Rollback of #225562 -- I think there is still something wrong.Dries Buytaert2009-01-13
|
* - Patch #225562 by Jody Lynn: change DB table names from eg. term_data to ↵Dries Buytaert2009-01-13
| | | | taxonomy_term_data.
* #356749 by chx: Fix cruft in forum_install().Angie Byron2009-01-10
|
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
|
* - Patch #332123 by webchick, lilou: remove t() function from schema ↵Dries Buytaert2008-11-15
| | | | descriptions.
* - Patch #329140 by catch, pwolanin: improve consistency of vocabulary API ↵Dries Buytaert2008-11-05
| | | | and term API.
* - Patch #273761 by catch: removed inconsistent delete behavior of nodes. It ↵Dries Buytaert2008-06-25
| | | | would leave comments, ratings, etc behind in the database.
* - Patch #216072 by recidive, David Rothstein, ptalindstrom et al: switched ↵Dries Buytaert2008-04-10
| | | | | | | | | | | 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.Dries Buytaert2008-03-15
|
* #199373 report by avskip, patch by myself, testing by keith.smith: forum ↵Gábor Hojtsy2007-12-31
| | | | 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 ↵Gábor Hojtsy2007-12-20
| | | | 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 ↵Gábor Hojtsy2007-12-20
| | | | 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 ↵Dries Buytaert2007-12-18
| | | | (and removed spaces).
* #176282 by Desbeers: forum taxonomy was required for non-forum node types, ↵Gábor Hojtsy2007-12-11
| | | | when enabled for forum inclusion
* #164983 by multiple contributors: document the core database schemasGábor Hojtsy2007-10-10
|
* - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the ↵Dries Buytaert2007-10-05
| | | | .schema files into .install files to prevent mistakes.
* - Patch #172643 by chx and fresco: fixed the leave shadow copy functionality.Dries Buytaert2007-09-05
|
* - Patch #20295 by pyromanfo, webchick, Gurpartap Singh et al: allow forum ↵Dries Buytaert2007-07-02
| | | | topics to be custom node types.
* - Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. ↵Dries Buytaert2007-05-25
| | | | Oh, behave.
* #81033 by webchick and neclimdul. Uninstall module API.Neil Drumm2006-09-01
|
* - Patch #79428 by Chris Johnson: remove int display width declarations from ↵Dries Buytaert2006-08-20
| | | | MySQL create table statements.
* #76681 by sammys, sync posgres install and change unsigned annotation.Neil Drumm2006-08-15
|
* - Patch #76681 by sammys: PostgreSQL support for install system. Woot! :)Dries Buytaert2006-08-04
|
* #73591 by Flanker, add missing CVS Ids.Neil Drumm2006-07-14
|
* - Patch #68926 by chx, jeremy, steven, eaton, webchick, amazon, neil, nedjo ↵Dries Buytaert2006-07-13
et al: an initial install system for Drupal core.