Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #182950: fieldset massaging for usability. | Dries Buytaert | 2007-10-12 |
| | |||
* | #182410 by greggles: HTTP Basic authentication username and password was ↵ | Gábor Hojtsy | 2007-10-11 |
| | | | | parsed in drupal_http_request() but then not used in the request | ||
* | #178999 follow up patch by sun: fix lots of code comment formatting and ↵ | Gábor Hojtsy | 2007-10-08 |
| | | | | grammar errors in common.inc | ||
* | - Patch #178999 by JohnAlbin, sun and sammys: fixed race condition with ↵ | Dries Buytaert | 2007-10-06 |
| | | | | drupal_goto(). | ||
* | #163785 by Eaton, dvessel and quicksketch: theme .info files should be able ↵ | Gábor Hojtsy | 2007-10-05 |
| | | | | to override core and module CSS files based on file basenames | ||
* | - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the ↵ | Dries Buytaert | 2007-10-05 |
| | | | | .schema files into .install files to prevent mistakes. | ||
* | #180877 by Arancaytar: drupal_write_record() was not prefixing tables ↵ | Gábor Hojtsy | 2007-10-04 |
| | | | | properly because PHP string parsing behavior | ||
* | - Patch #173486 by scor: fixed code style issues. | Dries Buytaert | 2007-10-02 |
| | |||
* | - Patch #169982 by moshe, eaton, bjaspan, nedjo, yched, et al: missing ↵ | Dries Buytaert | 2007-10-02 |
| | | | | feature from schema API: load/save records based upon schema. | ||
* | - Patch #144634 by chx: fixed critical bug that prevented language ↵ | Dries Buytaert | 2007-10-02 |
| | | | | negotiation to work after/when drupal_goto() is called. | ||
* | #178999 by sammys: register header(Location) as a shutdown function in ↵ | Gábor Hojtsy | 2007-10-01 |
| | | | | drupal_goto() so the redirection takes place after the session data was written to the database | ||
* | #168620 by hass: remove extraneous @charset rules from the compressed CSS ↵ | Gábor Hojtsy | 2007-09-27 |
| | | | | files, because Safari chokes on them. Actual testing was done at #150759 | ||
* | #173494 by scor: removing a strange string concatenation from common.inc | Gábor Hojtsy | 2007-09-20 |
| | |||
* | Back to devopment version, now that we have the beta 1 tagged and released | Gábor Hojtsy | 2007-09-15 |
| | |||
* | Marking code as beta 1 in preparation of the first beta release of Drupal 6, ↵ | Gábor Hojtsy | 2007-09-14 |
| | | | | also add back E_NOTICE removal for the release. | ||
* | #174708 by multiple contributors: update jQuery to 1.2 | Gábor Hojtsy | 2007-09-12 |
| | |||
* | #63352 by kkaefer: add special prefix to long month names in format_date so ↵ | Gábor Hojtsy | 2007-09-12 |
| | | | | May is recognized differently in short and long formats | ||
* | #148677 by pwolanin: set active menu item on 403/404 pages (and on the user ↵ | Gábor Hojtsy | 2007-09-06 |
| | | | | page) | ||
* | #171606 by Heine: ported security fix from Drupal 4.7/5; use SCRIPT_NAME ↵ | Gábor Hojtsy | 2007-08-30 |
| | | | | instead of PHP_SELF in links to avoid XSS holes | ||
* | #168812 by webchick and pwolanin: in case we have a database error, trace it ↵ | Gábor Hojtsy | 2007-08-29 |
| | | | | back to the original database function call, so we can provide a more accurate error message for DB errors | ||
* | #170334 by JirkaRybka: allow @count to be used in singular format_plural() ↵ | Gábor Hojtsy | 2007-08-29 |
| | | | | values too | ||
* | - Patch #168028 by dvessler, merlinofchaos, pwolanin et al: both theme ↵ | Dries Buytaert | 2007-08-26 |
| | | | | functions and templates may need include files. Flush your caches. | ||
* | - Patch #145218 by profix898, bennybobw, Crell, forngren et al: use href ↵ | Dries Buytaert | 2007-08-23 |
| | | | | instead of @import for CSS. | ||
* | - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵ | Dries Buytaert | 2007-08-12 |
| | | | | Oracle and DB2. Also a performance improvement. | ||
* | - 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. ;) | ||
* | #158687 by drumm: fix URI encoding of some special chars | Gábor Hojtsy | 2007-07-13 |
| | |||
* | #156778 by asimmonds: revert node and comment deletions to the pre-deletion ↵ | Gábor Hojtsy | 2007-07-13 |
| | | | | API state | ||
* | #112374 by Wesley Tanaka: drupal_add_feed() should not allow adding the same ↵ | Gábor Hojtsy | 2007-07-04 |
| | | | | feed more then once to the page | ||
* | - Patch #104969 by Wesley: corrected PHPDoc. | Dries Buytaert | 2007-07-03 |
| | |||
* | #156426 by GreenMother: fix wrong datatype warning for parsed JS files | Gábor Hojtsy | 2007-07-03 |
| | |||
* | - Patch #155986 by Uwe: fixed typos. | Dries Buytaert | 2007-07-02 |
| | |||
* | - 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 #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. ;) | ||
* | - Patch #147662 by Gordon et al: add new #pre_render callback to ↵ | Dries Buytaert | 2007-06-28 |
| | | | | drupal_render(). | ||
* | #154594 by drewish: clean up code comments for deletion API | Gábor Hojtsy | 2007-06-28 |
| | |||
* | #154218 by Steven: HTML to text email converter, centralizing email wrapping ↵ | Gábor Hojtsy | 2007-06-26 |
| | | | | in Drupal core and providing a solid conversion function for contributed modules | ||
* | #154224 by hunmonk: add destination argument to _drupal_delete(), instead of ↵ | Gábor Hojtsy | 2007-06-26 |
| | | | | using drupal_goto() directly, so the callback cycle can complete | ||
* | #150210 by bjaspan and Frando: explicit table names for create table ↵ | Gábor Hojtsy | 2007-06-26 |
| | | | | statements and fixing a schema referencing bug | ||
* | #154309 by KarenS: language code lost in format_date() when using the 'r' format | Gábor Hojtsy | 2007-06-25 |
| | |||
* | #154046: Optimize confirm_form syntax for common usage (and fix some ↵ | Steven Wittens | 2007-06-24 |
| | | | | $form_state bugs). | ||
* | #115139: Add centralized json handler (and send text/javascript content-type ↵ | Steven Wittens | 2007-06-22 |
| | | | | header). | ||
* | #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 |
| | |||
* | #150049 by Moshe Weitzman: empower custom url rewriting with url() options | Gábor Hojtsy | 2007-06-18 |
| | |||
* | - Patch #147947 by hswong3i: some files shouldn't defined as text:big for ↵ | Dries Buytaert | 2007-06-15 |
| | | | | Oracle compatibility. | ||
* | #150671: Consistent code comment style (by dmitrig01). | Steven Wittens | 2007-06-14 |
| | |||
* | - Patch #101927 by cooferat: fixed problem with post information. | Dries Buytaert | 2007-06-11 |
| | |||
* | #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 #146667 by Eaton: correct builder argument ordering, eliminate ↵ | Dries Buytaert | 2007-06-04 |
| | | | | redundant arguments |