summaryrefslogtreecommitdiff
path: root/modules/block
Commit message (Collapse)AuthorAge
* #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
|
* - Patch #87298 by webchick, neil, dww et al: show version numbers on modules ↵Dries Buytaert2006-11-21
| | | | page.
* - Patch #92992 by webchick and neclimdul: clean up documentation that is ↵Dries Buytaert2006-11-21
| | | | superseded by the new 'by module' administration dashboard.
* - Patch #63267 by profix et al: trim the content of the 'pages' setting so ↵Dries Buytaert2006-11-08
| | | | it can be evaluated properly.
* - Patch #91906 by kkaefer and RobRoy: usability improvement to the block ↵Dries Buytaert2006-11-08
| | | | administration interface.
* - Patch #93536 by Gabor: eliminate remaining bluemarine traces from core code.Dries Buytaert2006-11-08
|
* #90508 by Heine and the security team. Every form gets a token.Neil Drumm2006-10-31
|
* #84146: Use 'Sentence capitalization' for menu items, page titles, form ↵Steven Wittens2006-10-22
| | | | items, etc
* - Patch #87057 by chx and profix898: fixed problem with not being able to ↵Dries Buytaert2006-10-08
| | | | configure blocks per theme.
* - Patch #81740 by merlinofchaos, webchick, moshe, neclimdul et al: added ↵Dries Buytaert2006-10-05
| | | | package support to the modules page.
* #42514 by wtanaka and dopry. More thoroughly delete custom blocks.Neil Drumm2006-09-05
|
* #82336 by jvandyk. Set the default input format if we don't have one.Neil Drumm2006-09-05
|
* - Patch #80952 by earl, webchick, neclimdul et al: .info filesDries Buytaert2006-08-31
|
* #68187 by Zen. Blovk visibity by path checks both aliased and non-aliased paths.Neil Drumm2006-08-31
|
* - Patch #80934 by timnc: more t() fixes.Dries Buytaert2006-08-27
|