summaryrefslogtreecommitdiff
path: root/modules/node/node.schema
Commit message (Collapse)AuthorAge
* - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the ↵Dries Buytaert2007-10-05
| | | | .schema files into .install files to prevent mistakes.
* #111127 rollback by chx, slightly extended: roll back node_load cache, it ↵Gábor Hojtsy2007-08-30
| | | | needs more thought and discussion, so postponed until at least Drupal 7
* #111127 by chx: cache node_load(), so heavy operations loading data from ↵Gábor Hojtsy2007-08-25
| | | | external sources and only invoked once (note that you should do everything dynamic in the view op, not the load op)
* #165766 by hswong3i: node SQL fixes - primary keys have indexes themselfs, ↵Gábor Hojtsy2007-08-10
| | | | unique columns should not allow NULL
* - Patch #126229 by ChrisKennedy, asimmonds et al: increase node title ↵Dries Buytaert2007-07-03
| | | | maxlength to 255 so people can use it to enter publictions with really long titles. ;)
* #142280 by Jose A Reyero, yched and myself: Content translation support ↵Gábor Hojtsy2007-06-15
| | | | built on the existing node language feature
* - Patch #149176 by chx, David et al: getting rid of the sequences table, ↵Dries Buytaert2007-06-05
| | | | using db_last_insert_id() instead of db_next_id().
* - Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. ↵Dries Buytaert2007-05-25
Oh, behave.