Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #149540 by chx: first user installed as uid = 2 in MySQL 4.1. | Dries Buytaert | 2007-08-30 |
| | |||
* | - Patch #149540 by chx: first user installed as uid = 2 in MySQL 4.1. | Dries Buytaert | 2007-08-30 |
| | |||
* | #111127 rollback by chx, slightly extended: roll back node_load cache, it ↵ | Gábor Hojtsy | 2007-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 Hojtsy | 2007-08-30 |
| | | | | need to return an array | ||
* | #147657 by chx: menu module update function | Gábor Hojtsy | 2007-08-29 |
| | |||
* | #149567 by chx and meba: set install_task variable to 'done' on update, so ↵ | Gábor Hojtsy | 2007-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 Hojtsy | 2007-08-29 |
| | | | | actions.module is not turned on | ||
* | #170638 by JirkaRybka and chx: move update access variable to settings.php, ↵ | Gábor Hojtsy | 2007-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 Hojtsy | 2007-08-26 |
| | | | | near flowless updates | ||
* | #111127 by chx: cache node_load(), so heavy operations loading data from ↵ | Gábor Hojtsy | 2007-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 Hojtsy | 2007-08-22 |
| | | | | cross-database compatibility (ie. better SQL parsing and altering options) | ||
* | - Patch #80951 by killes, yched et al: block caching. | Dries Buytaert | 2007-08-19 |
| | |||
* | #163191 follow up patch by hswong3i and pwolanin: use a has_rows flag where ↵ | Gábor Hojtsy | 2007-08-18 |
| | | | | we dont need a counter | ||
* | - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵ | Dries Buytaert | 2007-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 Buytaert | 2007-08-12 |
| | | | | Oracle and DB2. Also a performance improvement. | ||
* | - Patch #154470 by pwolanin et al: optimize menu queries and indices. | Dries Buytaert | 2007-08-11 |
| | |||
* | #165141 by hswong3i: when inserting values into VARCHAR fields, we should ↵ | Gábor Hojtsy | 2007-08-07 |
| | | | | use quotes, even if the values are numbers | ||
* | - Patch #94154 by dww, Earl et al: update notifications for Drupal! | Dries Buytaert | 2007-07-11 |
| | | | | Woot, woot! :) | ||
* | #156910 by asimmonds: fix code indentation problems introduced with new code ↵ | Gábor Hojtsy | 2007-07-05 |
| | | | | in this development cycle; only whitespace changes | ||
* | - Patch #151583 by pwolanin, Shakur, webernet, Arancaytar et al: various ↵ | Dries Buytaert | 2007-07-04 |
| | | | | menu module fixes. | ||
* | - Patch #126229 by yched: fixed the upgrade path. | Dries Buytaert | 2007-07-04 |
| | |||
* | - Patch #126229 by ChrisKennedy, asimmonds et al: increase node title ↵ | Dries Buytaert | 2007-07-03 |
| | | | | maxlength to 255 so people can use it to enter publictions with really long titles. ;) | ||
* | - Patch #155986 by Uwe: fixed typos. | Dries Buytaert | 2007-07-02 |
| | |||
* | #99011 follow up patch my merlinofchaos: inform users if the settings.php or ↵ | Gábor Hojtsy | 2007-06-30 |
| | | | | the settings directory in use is not write protected after installation. | ||
* | #150210 by bjaspan and Frando: explicit table names for create table ↵ | Gábor Hojtsy | 2007-06-26 |
| | | | | statements and fixing a schema referencing bug | ||
* | #151951 by webernet, slightly modified: enable the garland theme, not just ↵ | Gábor Hojtsy | 2007-06-23 |
| | | | | set it as default | ||
* | #142280 by Jose A Reyero, yched and myself: Content translation support ↵ | Gábor Hojtsy | 2007-06-15 |
| | | | | built on the existing node language feature | ||
* | - Patch #149626 by ChrisKennedy: fixed update 6023 | Dries Buytaert | 2007-06-07 |
| | |||
* | - Patch #149176 by chx, David et al: getting rid of the sequences table, ↵ | Dries Buytaert | 2007-06-05 |
| | | | | using db_last_insert_id() instead of db_next_id(). | ||
* | - Patch #115267 by drewish, dopry et al: simplified file uploads code, ↵ | Dries Buytaert | 2007-05-30 |
| | | | | improved file API, centralized file validation, implemented quotas and fixed file previews. | ||
* | - Patch #145058 by pwolanin (and chx): re-parenting and caching for menu links. | Dries Buytaert | 2007-05-27 |
| | |||
* | - Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. ↵ | Dries Buytaert | 2007-05-25 |
| | | | | Oh, behave. | ||
* | - Patch #140218 by drewish: fixed MySQL 5 strict bug. | Dries Buytaert | 2007-05-25 |
| | |||
* | - Patch #140218 by Crell et al: make it possible to move page callbacks to ↵ | Dries Buytaert | 2007-05-22 |
| | | | | their own include files. | ||
* | - Patch #54833 by Steven: added an HTML corrector. | Dries Buytaert | 2007-05-20 |
| | |||
* | - Patch #144859 by dww: added optional e-mail notifications when user are ↵ | Dries Buytaert | 2007-05-20 |
| | | | | approved, blocked, or deleted. | ||
* | - Patch #144746 by drewish: fixed menu router table definition. | Dries Buytaert | 2007-05-18 |
| | |||
* | - Patch #105039 by ChrisKennedy: more polish for the custom date formats. ↵ | Dries Buytaert | 2007-05-17 |
| | | | | Previous custom data format patch was also by Chris but got accidentically committed with another patch. Thanks Chris. | ||
* | - Patch #140666 by bjaspan: fix some primary keys. | Dries Buytaert | 2007-05-16 |
| | |||
* | - Patch #137767 by chx and pwolanin: multiple menu support. | Dries Buytaert | 2007-05-16 |
| | |||
* | - Patch #127539 by yched: batch processing fixes. | Dries Buytaert | 2007-05-16 |
| | |||
* | - Patch #138706 by hunmonk: fixed PostgreSQL caching problem. | Dries Buytaert | 2007-05-14 |
| | |||
* | - Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :) | Dries Buytaert | 2007-05-14 |
| | |||
* | #141637 by merlinofchaos and yched: follow up fixes to the installer patch, ↵ | Gábor Hojtsy | 2007-05-11 |
| | | | | properly rebuilding the menu when done and returning update results | ||
* | - Patch #141637 by merlinofchaos, gabor, et al: provide a site config form ↵ | Dries Buytaert | 2007-05-10 |
| | | | | at the end of install to collect data, plus allow profiles to modify and add more. | ||
* | #127539 by bjaspan: fix comma syntax error in update.php and system.install | Gábor Hojtsy | 2007-05-09 |
| | |||
* | - Patch #139673 by hunmonk and bjaspan: made caching work on PostgreSQL. | Dries Buytaert | 2007-05-06 |
| | |||
* | - Patch #137211 by merlinofchaos: move theme information to .info files and ↵ | Dries Buytaert | 2007-05-06 |
| | | | | improved theme inheritance. | ||
* | #127539: progressive operation support, refactoring update.php code to a ↵ | Gábor Hojtsy | 2007-05-04 |
| | | | | | | | | | | | generic batch API to support runnning operations in multiple HTTP requests - update.php is already on the batch API - node access rebuilding is in the works - automatic locale importing is in the works Thanks to Yves Chedemois (yched) for the good code quality, very wide awareness of issues related to batches, and the fantastic turnaround times. Hats off. | ||
* | - Patch #137415 by slantview: simplified the cache API/usages, and made it a ↵ | Dries Buytaert | 2007-04-25 |
| | | | | tad smarter. Makes it easier to program for, and easier to replace. Will need to be documented. |