summaryrefslogtreecommitdiff
path: root/modules/block
Commit message (Collapse)AuthorAge
...
* - Patch #159936 by dvessel: tpl-ify block module.Dries Buytaert2007-09-01
|
* - Patch #168028 by dvessler, merlinofchaos, pwolanin et al: both theme ↵Dries Buytaert2007-08-26
| | | | functions and templates may need include files. Flush your caches.
* - Patch #80951 by webchick: fixed broken query.Dries Buytaert2007-08-20
|
* - Patch #80951 by killes, yched et al: block caching.Dries Buytaert2007-08-19
|
* - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵Dries Buytaert2007-08-12
| | | | Oracle and DB2. Also a performance improvement.
* #164935 by Ralf Stamm: standardize CVS Id tags in files:Gábor Hojtsy2007-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
* - Patch #159936 by dvessel: fixed block administration page.Dries Buytaert2007-07-24
|
* - Patch #159634 by Crell: split the blog module.Dries Buytaert2007-07-22
|
* - Patch #159936 by dvessel: tpl-ified the block.module.Dries Buytaert2007-07-18
|
* - Patch #153594 by profix898: usability: remove word 'settings' in blocks ↵Dries Buytaert2007-07-16
| | | | administration.
* - Patch #159610 by Crell: performance improvement: split up block module.Dries Buytaert2007-07-16
|
* #155282 by Jose A Reyero: apply db_rewrite_sql() to the block listing query ↵Gábor Hojtsy2007-07-01
| | | | to allow for multilingual blocks
* - 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
* #152585 by yched and drewish: fix block module FAPI3 parametersGábor Hojtsy2007-06-28
|
* #153781: Convert all remaining confirm_forms() to deletion api.Steven Wittens2007-06-22
|
* - Patch #145646 by lyricnz: select fields more strictly.Dries Buytaert2007-06-11
|
* - Patch #146910 by dww: only allow enabling modules with the same Drupal ↵Dries Buytaert2007-06-08
| | | | core compatibility version.
* - 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 #146667 by Eaton: correct builder argument ordering, eliminate ↵Dries Buytaert2007-06-04
| | | | redundant arguments
* - Patch #146470 by Eaton et al: standardize form API3 hook parameter order.Dries Buytaert2007-05-28
|
* #145737 by yhager, documentation cleaned up by myself: add support for RTL ↵Gábor Hojtsy2007-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.
* - Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. ↵Dries Buytaert2007-05-25
| | | | Oh, behave.
* - Patch #109104 by Zen: ambiguous column reference with PostgreSQL.Dries Buytaert2007-05-20
|
* - Patch #141664 by ChrisKennedy: fixed E_ALL warning.Dries Buytaert2007-05-14
|
* - Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :)Dries Buytaert2007-05-14
|
* - Patch #128082 by Goba et al: Allow localization of built-in menu items.Dries Buytaert2007-04-30
|
* - Patch #132018 by Steven et al: add .info files to themes.Dries Buytaert2007-04-17
|
* - Patch #107061 by Steven et al: add jQuery teaser splitter.Dries Buytaert2007-04-09
|
* - Patch #130987 by merlinofchaos: added theme registry for easier themability.Dries Buytaert2007-04-06
|
* #130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)Steven Wittens2007-03-27
|
* - Rollback. :-)Dries Buytaert2007-03-25
|
* - Patch #80963 by Dries et al: fixed race condition in _block_rehash().Dries Buytaert2007-03-25
|
* - Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices. ↵Dries Buytaert2007-01-31
| | | | Thanks.
* - Rollback of E_ALL patch. Too much extra breakage.Dries Buytaert2007-01-25
|
* - Patch #112715 by webchick et al: fixed some E_ALL errors.Dries Buytaert2007-01-25
|
* - Patch #34755 by chx et al: faster menu system. HEAD is temporary broken ↵Dries Buytaert2007-01-24
| | | | and there is no upgrade path yet.
* - Patch #92630 by RobRoy: simplify adding new blocks.Dries Buytaert2007-01-23
|
* - Patch #107447 by webchick: code style fixes.Dries Buytaert2007-01-11
|
* - Patch #103717 by profix88: unable to edit blocks for administration theme ↵Dries Buytaert2006-12-18
| | | | when it is not enabled.
* #102604: Document BLOCK_REGION_NONE constantSteven Wittens2006-12-11
|
* #100516: CSS preprocessor to cache and compress all .css files. Benchmarks ↵Steven Wittens2006-12-10
| | | | show up to 40% faster page loads.
* - Patch #101196 by webchick and matt: corrected information in block.module ↵Dries Buytaert2006-12-08
| | | | help.
* #101523: Fix menu indentation after conditional CSS patchSteven Wittens2006-12-07
|
* #100563: Conditional loading of (some) module.css filesSteven Wittens2006-12-01
|
* - Patch #98390 by Heine: correcting the help text.Dries Buytaert2006-11-28
|
* #98078 by Heine. Fix double escaping on admin/build/blocks.Neil Drumm2006-11-27
|
* #97824 by Gurpartap. Move enclosing elements outside of their t().Neil Drumm2006-11-26
|
* #98384 by RobRoy. Add a space between two sentences.Neil Drumm2006-11-25
|
* - Patch # #98366 by webchick and ac: simplified strings for translators.Dries Buytaert2006-11-24
|