Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - 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 | ||
* | #150210 by bjaspan and Frando: explicit table names for create table ↵ | Gábor Hojtsy | 2007-06-26 |
| | | | | statements and fixing a schema referencing bug | ||
* | #154046: Optimize confirm_form syntax for common usage (and fix some ↵ | Steven Wittens | 2007-06-24 |
| | | | | $form_state bugs). | ||
* | #151951 by webernet, slightly modified: enable the garland theme, not just ↵ | Gábor Hojtsy | 2007-06-23 |
| | | | | set it as default | ||
* | #153781: Convert all remaining confirm_forms() to deletion api. | Steven Wittens | 2007-06-22 |
| | |||
* | #147723: Deletion API (by hunmonk). Woop woop. | Steven Wittens | 2007-06-22 |
| | |||
* | - Patch #152469 by fgm: fixed PHPdoc comment. | Dries Buytaert | 2007-06-17 |
| | |||
* | #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 #147947 by hswong3i: some files shouldn't defined as text:big for ↵ | Dries Buytaert | 2007-06-15 |
| | | | | Oracle compatibility. | ||
* | - Patch #151256 by Chris Kennedy: fapi fix for saving date and time settings. | Dries Buytaert | 2007-06-12 |
| | |||
* | #118026 by kkaefer with fixes from myself: JavaScript translation support ↵ | Gábor Hojtsy | 2007-06-08 |
| | | | | and script.js as a default theme JS file to use, if found | ||
* | - Patch #143026 by ChrisKennedy and Steven: dynamically check password ↵ | Dries Buytaert | 2007-06-08 |
| | | | | strength and confirmation. | ||
* | - Patch #146910 by dww: only allow enabling modules with the same Drupal ↵ | Dries Buytaert | 2007-06-08 |
| | | | | core compatibility version. | ||
* | - 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 #144746 by drewish: fixed menu_router schema. | Dries Buytaert | 2007-06-05 |
| | |||
* | - Patch #147656 by pwolanin and chx: menu module update for Drupal 6. | Dries Buytaert | 2007-06-05 |
| | |||
* | #146462 by Gurpartap Singh: update jQuery to 1.1.2 and make the core JS ↵ | Gábor Hojtsy | 2007-06-04 |
| | | | | files compatible with the new version | ||
* | - Patch #146667 by Eaton: correct builder argument ordering, eliminate ↵ | Dries Buytaert | 2007-06-04 |
| | | | | redundant arguments | ||
* | - Patch #148167 by bjaspan: clear schema cache when modules are ↵ | Dries Buytaert | 2007-06-01 |
| | | | | enabled/disabled. | ||
* | #119441: JavaScript aggregator/compressor by m3avrck and others. | Steven Wittens | 2007-06-01 |
| | |||
* | - Patch #148089 by ChrisKennedy: fixed clean URL test on Safari. | Dries Buytaert | 2007-05-30 |
| | |||
* | Some RTL CSS files had wrong CVS Id comments, fix that | Gábor Hojtsy | 2007-05-30 |
| | |||
* | - 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 #146470 by Eaton et al: standardize form API3 hook parameter order. | Dries Buytaert | 2007-05-28 |
| | |||
* | - Patch #145058 by pwolanin (and chx): re-parenting and caching for menu links. | Dries Buytaert | 2007-05-27 |
| | |||
* | #145737 by yhager, documentation cleaned up by myself: add support for RTL ↵ | Gábor Hojtsy | 2007-05-27 |
| | | | | | | | | | CSS overrides and default RTL CSS override files for modules Note: properties, which are different in the RTL display are marked with /* LTR */ in default CSS files now, so maintainers remember that changing them should also have an effect on RTL CSS files. This should open the way for better RTL (right-to-left written) language (such as Arabic and Hebrew) support. | ||
* | #128866 by myself: bjaspan noted that the pgsql and mysql updates on ↵ | Gábor Hojtsy | 2007-05-25 |
| | | | | locale_update_6002() are reversed, I noted that the variables table got the language column inadvertently | ||
* | - Patch #142773 by kbahey: made Drupal work correctly when behind a reverse ↵ | Dries Buytaert | 2007-05-25 |
| | | | | proxy. | ||
* | - 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 #144162 by JohnAlbin: fixed problems with FAPI3 patch. | Dries Buytaert | 2007-05-23 |
| | |||
* | - Patch #140218 by Crell et al: make it possible to move page callbacks to ↵ | Dries Buytaert | 2007-05-22 |
| | | | | their own include files. | ||
* | #144496 by myself: import translations for newly installed modules and ↵ | Gábor Hojtsy | 2007-05-21 |
| | | | | | | | enabled themes; as a side effect, improve usability of the module screen by performing module changes all at once | ||
* | - Patch #54833 by Steven: added an HTML corrector. | Dries Buytaert | 2007-05-20 |
| | |||
* | - Patch #144919 by dww: hide user picture settings when possible. | 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. |