summaryrefslogtreecommitdiff
path: root/modules/system/system.install
Commit message (Collapse)AuthorAge
...
* - Patch #187319 by quicksketch: don't enable the powered by Drupal block for ↵Dries Buytaert2007-11-11
| | | | existing sites, and better handle the default behavior.
* - Patch #191073 by Keith: another good string cleanup by Keith. (Also ↵Dries Buytaert2007-11-11
| | | | removed some trailing whitespace.)
* #124979 by bjaspan: fix PostgreSQL upgrade path, keeping the primary key on ↵Gábor Hojtsy2007-11-07
| | | | the node_comment_statistics table
* #184668 by hazexp: remove extra ; from old SQL updateGábor Hojtsy2007-11-07
|
* #80963 by chx with multiple contributors: remove deletion and database lock ↵Gábor Hojtsy2007-11-06
| | | | based block rehash code, replace it with simpler updates
* #178581 by lot of contributors: opt-in for update module on install and ↵Gábor Hojtsy2007-11-06
| | | | update to avoid any privacy concerns
* #185126 by moshe weitzman, David Strauss, bjaspan and JirkaRybka: improve ↵Gábor Hojtsy2007-11-04
| | | | index on system table for better database performance
* #179143 by chx and agentrickard: unify update code for files, fixing ↵Gábor Hojtsy2007-11-04
| | | | postgresql bugs with it
* - Patch #122759 by Robrecht: fixed broken query in upgrade path.Dries Buytaert2007-10-25
|
* #184867 by deekayen, catch and keith.smith: fix some spelling errors in our ↵Gábor Hojtsy2007-10-21
| | | | source code and messages printed
* #165140 by dww: rename logs to reports (usability improvement)Gábor Hojtsy2007-10-20
|
* #182645 by scor: clean up concatenations to be in line with core coding ↵Gábor Hojtsy2007-10-19
| | | | standards
* #184653 by scor: typo fix in system_chema()'s schema documentationGábor Hojtsy2007-10-19
|
* #181088 by fajerstarter, catch and JirkaRybka: rename 'access control' to ↵Gábor Hojtsy2007-10-12
| | | | 'permissions' for usability reasons
* #164983 by multiple contributors: document the core database schemasGábor Hojtsy2007-10-10
|
* #181758 by webernet: move cache_block creation to ↵Gábor Hojtsy2007-10-09
| | | | update_fix_d6_requirements() to avoid warnings about the nonexistent table through the update process
* - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the ↵Dries Buytaert2007-10-05
| | | | .schema files into .install files to prevent mistakes.
* #180338 by bjaspan: more accurate wording for database update status reportGábor Hojtsy2007-10-03
|
* - Patch #173486 by scor: fixed code style issues.Dries Buytaert2007-10-02
|
* #178890 by Freso: fix parse error introduced in #124979Gábor Hojtsy2007-09-26
|
* - Patch #124979 by chx: remove the auto_increment.Dries Buytaert2007-09-26
|
* #176429: JirkaRybka: two queries were missing curly braces in system.installGábor Hojtsy2007-09-20
|
* #162432 by bjaspan and chx: serial columns need their keys defined in ↵Gábor Hojtsy2007-09-14
| | | | db_change_field() and friends in MySQL
* #173982 follow up patch by webernet: the profile table might not exist, so ↵Gábor Hojtsy2007-09-14
| | | | we need to check for its existance before updating it
* #173982 by pwolanin and chx: fix schema inconsistencies between a fresh ↵Gábor Hojtsy2007-09-11
| | | | Drupal 6 install and a Drupal 5 upgraded to Drupal 6
* #173314 by drewish: mark previously uploaded files as permanent, so they ↵Gábor Hojtsy2007-09-06
| | | | will not be deleted after an upgrade
* #172265 by chx: fix user id problems on mysql, when inserting the first two ↵Gábor Hojtsy2007-09-03
| | | | special users
* - Patch #149540 by chx: first user installed as uid = 2 in MySQL 4.1.Dries Buytaert2007-08-30
|
* - Patch #149540 by chx: first user installed as uid = 2 in MySQL 4.1.Dries Buytaert2007-08-30
|
* #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
* #149567 follow up patch by webernet, slightly modified: update functions ↵Gábor Hojtsy2007-08-30
| | | | need to return an array
* #147657 by chx: menu module update functionGábor Hojtsy2007-08-29
|
* #149567 by chx and meba: set install_task variable to 'done' on update, so ↵Gábor Hojtsy2007-08-29
| | | | installer cannot be run on Drupal 6 on an upgraded site
* #155828 by Eaton, pwolanin and jvandyk: let actions live even if ↵Gábor Hojtsy2007-08-29
| | | | actions.module is not turned on
* #170638 by JirkaRybka and chx: move update access variable to settings.php, ↵Gábor Hojtsy2007-08-28
| | | | so we can check whether it is wide open, and we have one place for settings
* #157682 by bjaspan, chx and JirkaRybka: update.php for Drupal 6, to allow ↵Gábor Hojtsy2007-08-26
| | | | near flowless updates
* #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)
* #165141 by hswong3i: move literal values out of some core queries to support ↵Gábor Hojtsy2007-08-22
| | | | cross-database compatibility (ie. better SQL parsing and altering options)
* - Patch #80951 by killes, yched et al: block caching.Dries Buytaert2007-08-19
|
* #163191 follow up patch by hswong3i and pwolanin: use a has_rows flag where ↵Gábor Hojtsy2007-08-18
| | | | we dont need a counter
* - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵Dries Buytaert2007-08-12
| | | | Oracle and DB2. Also a performance improvement. (Correct version this time.)
* - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵Dries Buytaert2007-08-12
| | | | Oracle and DB2. Also a performance improvement.
* - Patch #154470 by pwolanin et al: optimize menu queries and indices.Dries Buytaert2007-08-11
|
* #165141 by hswong3i: when inserting values into VARCHAR fields, we should ↵Gábor Hojtsy2007-08-07
| | | | use quotes, even if the values are numbers
* - Patch #94154 by dww, Earl et al: update notifications for Drupal!Dries Buytaert2007-07-11
| | | | Woot, woot! :)
* #156910 by asimmonds: fix code indentation problems introduced with new code ↵Gábor Hojtsy2007-07-05
| | | | in this development cycle; only whitespace changes
* - Patch #151583 by pwolanin, Shakur, webernet, Arancaytar et al: various ↵Dries Buytaert2007-07-04
| | | | menu module fixes.
* - Patch #126229 by yched: fixed the upgrade path.Dries Buytaert2007-07-04
|
* - 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. ;)
* - Patch #155986 by Uwe: fixed typos.Dries Buytaert2007-07-02
|