summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* #156426 by GreenMother: fix wrong datatype warning for parsed JS filesGábor Hojtsy2007-07-03
|
* - Patch #155986 by Uwe: fixed typos.Dries Buytaert2007-07-02
|
* #141725 by Crell and dvessel: allow themes to define multiple CSS and JS ↵Gábor Hojtsy2007-07-01
| | | | files in their .info files, which can be clearly overriden
* #146386 by kbahey: refactor 'submitted by user - date' themeing and make it ↵Gábor Hojtsy2007-07-01
| | | | more verbose to translate
* #155282 by Jose A Reyero: apply db_rewrite_sql() to the block listing query ↵Gábor Hojtsy2007-07-01
| | | | to allow for multilingual blocks
* #82499 by Jose A Reyero and a little bit from myself: send emails localized ↵Gábor Hojtsy2007-07-01
| | | | in the language needed in specific situations, and centralize mail composing operations with hook_mail()
* - Rollback of patch #147723: delete API. Talked to Steven and Gabor and weDries Buytaert2007-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.
* #154064 by pwolanin: get hook_help() up to speed to menu changes, allowing ↵Gábor Hojtsy2007-06-30
| | | | router path based lookups, and also full path argument lookup with a passed argument array
* - Patch #148410 by jvandyk: added rewrite of the actions module!Dries Buytaert2007-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 #153535 by traxer: according to the XHTML1 Strict specification, it ↵Dries Buytaert2007-06-28
| | | | is not allowed to generate empty <tr></tr> tags.
* - 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
|