summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - Patch #147662 by Gordon et al: add new #pre_render callback to ↵Dries Buytaert2007-06-28
| | | | drupal_render().
* #154594 by drewish: clean up code comments for deletion APIGábor Hojtsy2007-06-28
|
* #152926 by dww: add hook_system_info_alter() to make .info file data ↵Gábor Hojtsy2007-06-27
| | | | modifiable in PHP code
* #154949 by Crell and dww: let modules and themes specify a minimum required ↵Gábor Hojtsy2007-06-27
| | | | PHP version, under which they will not be possible to be turned on
* #154941 by hunmonk: fix faulty variable initialization in locale JS parsingGábor Hojtsy2007-06-27
|
* #154218 by Steven: HTML to text email converter, centralizing email wrapping ↵Gábor Hojtsy2007-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 Hojtsy2007-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 Hojtsy2007-06-26
| | | | statements and fixing a schema referencing bug
* #154309 by KarenS: language code lost in format_date() when using the 'r' formatGábor Hojtsy2007-06-25
|
* #154046: Optimize confirm_form syntax for common usage (and fix some ↵Steven Wittens2007-06-24
| | | | $form_state bugs).
* #152670 by myself: refactor PO generation to decouple data collection, file ↵Gábor Hojtsy2007-06-23
| | | | generation and HTTP download; fix a bug with plural exports along the way
* #115139: Add centralized json handler (and send text/javascript content-type ↵Steven Wittens2007-06-22
| | | | header).
* #153781: Convert all remaining confirm_forms() to deletion api.Steven Wittens2007-06-22
|
* #132226: Single tabs should not appear.Steven Wittens2007-06-22
|
* #147723: Deletion API (by hunmonk). Woop woop.Steven Wittens2007-06-22
|
* Remove leftover t() from watchdog messagesGábor Hojtsy2007-06-18
|
* #150049 by Moshe Weitzman: empower custom url rewriting with url() optionsGábor Hojtsy2007-06-18
|
* #150521 by myself: streamline locale runtime performance and clean up code ↵Gábor Hojtsy2007-06-17
| | | | by not storing empty translations
* the language column is in locales_target, noted on IRC by wwwebernetGábor Hojtsy2007-06-17
|
* #115847 by chx and pwolanin: traverse to upper menu items for default tabsGábor Hojtsy2007-06-17
|
* - Patch #145177 by asimmonds: drupal_execute fixes.Dries Buytaert2007-06-17
|
* - Patch #147947 by hswong3i: some files shouldn't defined as text:big for ↵Dries Buytaert2007-06-15
| | | | Oracle compatibility.
* - Patch #151916 by JohnAlbin: fixing a double patch inclusion.Dries Buytaert2007-06-15
|
* - Patch #151491 by john vandyck: fixed notice with table sorting.Dries Buytaert2007-06-14
|
* #150671: Consistent code comment style (by dmitrig01).Steven Wittens2007-06-14
|
* #150554 suggested by kkaefer, patch by me: rename 'po' folders to the more ↵Gábor Hojtsy2007-06-13
| | | | user friendly 'translations' name
* - Patch #150676 by lyrincz: removed debug comment.Dries Buytaert2007-06-12
|
* - Patch #101927 by cooferat: fixed problem with post information.Dries Buytaert2007-06-11
|
* #150335 by myself: clean up editing form, allow for powerful form alteringGábor Hojtsy2007-06-09
|
* - Patch #150452 by JohnAlbin: fixed strict notice.Dries Buytaert2007-06-09
|
* #118026 by kkaefer with fixes from myself: JavaScript translation support ↵Gábor Hojtsy2007-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 Buytaert2007-06-08
| | | | strength and confirmation.
* - Patch #149562 by chx: avoid duplicate menu items.Dries Buytaert2007-06-06
|
* - Patch #149576 by hunmonk: a bad query is preventing batch processing from ↵Dries Buytaert2007-06-05
| | | | working correctly. token is a string, so it should not be escaped as a number.
* - Patch #149176 by chx, David et al: getting rid of the sequences table, ↵Dries Buytaert2007-06-05
| | | | using db_last_insert_id() instead of db_next_id().
* - Patch #147656 by pwolanin and chx: menu module update for Drupal 6.Dries Buytaert2007-06-05
|
* - Patch #146667 by yched: FAPI fix.Dries Buytaert2007-06-04
|
* - Patch #148972 by drewish: use correct sequence.Dries Buytaert2007-06-04
|
* - Patch #146667 by Eaton: correct builder argument ordering, eliminate ↵Dries Buytaert2007-06-04
| | | | redundant arguments
* #119441: JavaScript aggregator/compressor by m3avrck and others. (tweak)Steven Wittens2007-06-01
|
* - Patch #147873 by hswong3i: made an SQL query Oracle-friendly.Dries Buytaert2007-06-01
|
* #119441: JavaScript aggregator/compressor by m3avrck and others.Steven Wittens2007-06-01
|
* - Patch #136067 by ChrisKennedy: fixed required-attribute of password fields.Dries Buytaert2007-05-31
|
* - Patch #101268 by webernet et al: improve the usability of feed icons.Dries Buytaert2007-05-31
|
* - Patch #147873 by hswong3i: menu SQL fix.Dries Buytaert2007-05-31
|
* - Patch #147873 rollback.Dries Buytaert2007-05-30
|
* - Patch #147692 by hswong3i: gives SQL backends more control over db_query().Dries Buytaert2007-05-30
|
* - Patch #147873 by hswong3i: made menu.inc Oracle-friendly.Dries Buytaert2007-05-30
|
* - Patch #115267 by drewish, dopry et al: simplified file uploads code, ↵Dries Buytaert2007-05-30
| | | | improved file API, centralized file validation, implemented quotas and fixed file previews.
* #147640 by Jose A Reyero with further cleanup by myself: add language code ↵Gábor Hojtsy2007-05-29
| | | | | | to localization functions This makes it possible to call these functions with a given language code when sending emails to multiple users with different languages in a request for example.