Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #57676 by JohnAlbin et al: properly support theme engine and theme specific ↵ | Gábor Hojtsy | 2007-08-29 |
| | | | | settings via a theme-settings.php file | ||
* | #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 | ||
* | #166071 by jjeff and dvessel: move default template preprocess code to ↵ | Gábor Hojtsy | 2007-08-28 |
| | | | | template_preprocess, and add *lots* of documentation to template files and functions | ||
* | - Patch #165811 by Crell and pwolanin: split system module. | Dries Buytaert | 2007-08-26 |
| | |||
* | #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) | ||
* | #166593 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) | ||
* | #160168 by kkaefer and pwolanin: restore lost Drupal 5 functionality of ↵ | Gábor Hojtsy | 2007-08-20 |
| | | | | being able to set primary and secondary links differently | ||
* | - Patch #80951 by killes, yched et al: block caching. | Dries Buytaert | 2007-08-19 |
| | |||
* | #161136 by hass: the previously aggressive caching incompatible hook_init ↵ | Gábor Hojtsy | 2007-08-18 |
| | | | | parts were broken out to hook_boot, so this should be reflected in the help text and check | ||
* | #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 | ||
* | #168429 by gaele: there is no settings module, fixing reference to system ↵ | Gábor Hojtsy | 2007-08-18 |
| | | | | module in help text | ||
* | - 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. | ||
* | #166491 by pwolanin: default theme settings page should display default ↵ | Gábor Hojtsy | 2007-08-11 |
| | | | | theme settings, not the theme list | ||
* | - Patch #154470 by pwolanin et al: optimize menu queries and indices. | Dries Buytaert | 2007-08-11 |
| | |||
* | #165013 by Eaton: fix image button behaviour by processing the right values ↵ | Gábor Hojtsy | 2007-08-10 |
| | | | | coming in the request | ||
* | - Patch #136386 by pwolanin: the modules admin page is still not coded for ↵ | Dries Buytaert | 2007-08-09 |
| | | | | the new system. | ||
* | #164935 by Ralf Stamm: standardize CVS Id tags in files: | Gábor Hojtsy | 2007-08-07 |
| | | | | | | - always include CVS Id tags in all files - add a new line after the CVS Id, if more code or phpdoc follows in the same code block - fix bogus Id tags previously added | ||
* | #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 #148346 by Steef and drewish: split image.inc into image.inc and ↵ | Dries Buytaert | 2007-08-02 |
| | | | | image.gd.inc and improved the documentation. | ||
* | - Patch #163723 by Eaton and Frando: fix default page.tpl markup (and ↵ | Dries Buytaert | 2007-08-02 |
| | | | | removed some whitespace). | ||
* | - Patch #162708 by Eaton and Earl: add support for image buttons to FAPI3. | Dries Buytaert | 2007-07-29 |
| | | | | | | | This is a small form API extension (doesn't break existing code) that facilitates the Drupal 6 upgrade of the Views module. A good example of why it can be beneficial to start upgrading your modules early on in the code freeze. ;) | ||
* | #149092 by Gurpartap Singh slightly modified: Usability: generalize timezone ↵ | Gábor Hojtsy | 2007-07-25 |
| | | | | discovery to use on user registration | ||
* | - Patch #149593 by yched: batch API fixes. | Dries Buytaert | 2007-07-20 |
| | |||
* | - Pach #154216 by asimmonds and Rok Zlender: FormAPI date element broken. | Dries Buytaert | 2007-07-16 |
| | |||
* | - Rollback of patch #147947: lacks proper upgrade path. | Dries Buytaert | 2007-07-15 |
| | |||
* | - Patch #94154 by dww, Earl et al: update notifications for Drupal! | Dries Buytaert | 2007-07-11 |
| | | | | Woot, woot! :) | ||
* | - Patch #151055 by pwolanin et al: fixed problems with moving menu items. | Dries Buytaert | 2007-07-09 |
| | |||
* | #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 #154398 by quicksketch et al: add dynamic AHAH submission properties ↵ | Dries Buytaert | 2007-07-04 |
| | | | | to Forms API. This patch was ready for a long time and is somewhat of a usability improvement (enabler). | ||
* | - Patch #126229 by yched: fixed the upgrade path. | Dries Buytaert | 2007-07-04 |
| | |||
* | - Patch #156425 by asimmonds: added missing CVS IDs. | Dries Buytaert | 2007-07-03 |
| | |||
* | - 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 #33334 by ChrisKennedy and wulf: admin/modules links to 'throttle ↵ | Dries Buytaert | 2007-07-03 |
| | | | | configuration page' even when it is disabled. | ||
* | - Patch #155986 by Uwe: fixed typos. | Dries Buytaert | 2007-07-02 |
| | |||
* | #141725 by Crell and dvessel: allow themes to define multiple CSS and JS ↵ | Gábor Hojtsy | 2007-07-01 |
| | | | | files in their .info files, which can be clearly overriden | ||
* | - Rollback of patch #147723: delete API. Talked to Steven and Gabor and we | Dries Buytaert | 2007-07-01 |
| | | | | | | | | | unanimously agreed to rollback the deletion API. We all support the features this patch added, yet not its actual design and implementation. After some talk, we decided that it would be better for Drupal -- in the long term -- not to go with a solution that isn't 100%. We also recognize that in the short term, this patch would have been useful addition. So let's figure out how we can implement this properly in D7. | ||
* | - Patch #120360 by nedjo: enable AJAX by making all behaviours reattachable. | Dries Buytaert | 2007-07-01 |
| | |||
* | #154064 by pwolanin: get hook_help() up to speed to menu changes, allowing ↵ | Gábor Hojtsy | 2007-06-30 |
| | | | | router path based lookups, and also full path argument lookup with a passed argument array | ||
* | #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. | ||
* | - Patch #147767 by Eaton, moshe et al: fixed punctuation error. | Dries Buytaert | 2007-06-29 |
| | |||
* | - Patch #148410 by jvandyk: added rewrite of the actions module! | Dries Buytaert | 2007-06-29 |
| | | | | | | | | | | This is a very important patch, but one that is merely an enabler. Hopefully we'll see more people submitting "action patches" in the near future. Thanks for the hard work and persistence, John. *If* you decide to update the Drupal Pro Development book to Drupal 6, make sure to add a chapter on actions. ;) | ||
* | #136585 by hunmonk and pwolanin: fix too tight permissions on admin/content | Gábor Hojtsy | 2007-06-28 |
| | |||
* | #152926 by dww: add hook_system_info_alter() to make .info file data ↵ | Gábor Hojtsy | 2007-06-27 |
| | | | | modifiable in PHP code | ||
* | #154949 by Crell and dww: let modules and themes specify a minimum required ↵ | Gábor Hojtsy | 2007-06-27 |
| | | | | PHP version, under which they will not be possible to be turned on |