summaryrefslogtreecommitdiff
path: root/modules/block/block.admin.inc
Commit message (Collapse)AuthorAge
* - Patch #684774 by sun: block visibility settings cannot be properly extended.Dries Buytaert2010-01-15
|
* #674854 by flobruit: Fixed block help text misleading for translators.Angie Byron2010-01-10
|
* #679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more ↵Angie Byron2010-01-09
| | | | extraneous 'Please' in the interface.
* - Patch #677562 by jhodgdon: massaging of block administration page help texts.Dries Buytaert2010-01-08
|
* #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons.Angie Byron2010-01-03
|
* - Patch #558666 by sun, dropcube: revamp text format/filter configuration ↵Dries Buytaert2009-12-14
| | | | for better usability.
* #556390 follow-up by David_Rothstein: String clean-up on block visibility ↵Angie Byron2009-12-13
| | | | settings.
* - Patch #556390 by sun, Dave Reid, Davy Van Den Bremt, Rob Loach, yoroy: ↵Dries Buytaert2009-12-07
| | | | vertical Tabs on block visibility settings.
* - Patch #648710 by pwolanin, Gábor Hojtsy: fixed error when creating new ↵Dries Buytaert2009-12-02
| | | | block without region.
* #108818 by David Strauss, chx, Crell: Add transactions to key X_save() routines.Angie Byron2009-11-19
|
* - Patch #606640 by eojthebrave, sun, catch: don't use menu loaders because ↵Dries Buytaert2009-11-11
| | | | menu loaders are executed on every menu system access check. Performance improvement.
* #602522 by effulgentsia, sun, and moshe weitzman: Make links in renderable ↵Angie Byron2009-11-03
| | | | arrays and forms (e.g. 'Operations') alterable.
* #606640 by eojthebrave and sun: Use proper menu router paths for the block ↵Angie Byron2009-10-16
| | | | module.
* - Patch #581118 by Gábor Hojtsy: blocks admin user interface should not do ↵Dries Buytaert2009-10-14
| | | | theme switching.
* - Patch #553944 by David_Rothstein, ksenzee | JacobSingh, sun, jhodgdon, ↵Dries Buytaert2009-09-30
| | | | pwolanin: allow modules to specify per-page custom themes in hook_menu().
* #571086 by sun and merlinofchaos: Added a 'wrapper callback' that executesAngie Byron2009-09-18
| | | | | | before a form builder function, to facilitate common form elements. Clean-up from form_builder changes from CTools patch. Has nice side-benefit of making all form functions' signatures consistent.
* #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... ↵Angie Byron2009-09-18
| | | | hey hey hey... gooood byeeee...
* #564370 by catch: Fixed block caching form_alter() which was located in ↵Angie Byron2009-09-11
| | | | wrong file post-registry rip.
* - Patch #495968 by Frando, moshe weitzman: added drupal_render() cache ↵Dries Buytaert2009-08-31
| | | | pattern. Start using it for blocks.
* - Patch #560746 by dropcube: rename hook_block_list() to hook_block_info() ↵Dries Buytaert2009-08-29
| | | | for consistency in the API.
* #561970 by Davy Van Den Bremt: Rename 'box' to 'custom block'. Here's to ↵Angie Byron2009-08-28
| | | | core's database schema making sense.
* - Patch #503782 by Davy Van Den Brempt: not able to select region at block ↵Dries Buytaert2009-08-27
| | | | creation.
* - Patch #503782 by sign, skilip: not able to select region at block creation.Dries Buytaert2009-08-26
|
* #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: ↵Angie Byron2009-08-22
| | | | Convert 'class' attribute to use an array, not a string.
* - Patch #459980 by Xano: rework admin/settings/performance.Dries Buytaert2009-08-12
|
* - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to ↵Dries Buytaert2009-07-20
| | | | admin/structure.
* - Patch #511284 by catch, moshe weitzman: add html_top and move the admin ↵Dries Buytaert2009-07-18
| | | | toolbar into html_top.
* - Patch #517542 by David Strauss: renamed functions for clarity. We say ↵Dries Buytaert2009-07-14
| | | | 'yay' to clarity!
* - Patch #453254 by Pasqualle, Gábor Hojtsy: re-introduce per-content type ↵Dries Buytaert2009-07-01
| | | | visibility to block settings.
* - Patch #503836 by gaele: made the block visibility option a tiny bit more ↵Dries Buytaert2009-06-27
| | | | clear.
* - Patch #480112 by JamesAn: converted to drupal_static().Dries Buytaert2009-06-07
|
* - Patch #337212 by Berdir: clean-up.Dries Buytaert2009-05-29
|
* - Patch #337212 by Berdir: another Berdir patch to convert modules to the ↵Dries Buytaert2009-05-28
| | | | new database layer. Rock.
* - Patch #428744 by Gabor: make the main page content a real block and clean ↵Dries Buytaert2009-05-21
| | | | up some of the content API.
* #196862 by Damien Tournoud, et al: Replace COUNT(*) queries with SELECT 1 ↵Angie Byron2009-05-16
| | | | ... LIMIT 1 queries when all that's required is a check for whether rows exist.
* #124158 by nedjo, jcnventura: Pull all PHP handling into PHP module.Angie Byron2009-05-07
|
* - Patch #441962 by brianV: code style and documentation clean-up.Dries Buytaert2009-04-26
|
* #372400 by swentel and BrightLoudNoise: Fix 'delete' link on block ↵Angie Byron2009-02-11
| | | | administration screen.
* - Patch #355236 by Frando: refactor drupal_render() theming.Dries Buytaert2009-02-03
|
* - Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: ↵Dries Buytaert2009-01-27
| | | | hook_page_alter. Oh, behave.
* - Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove from ↵Dries Buytaert2008-12-16
| | | | hook_block().
* - Patch #335621 by Dave Reid: fixed warning.Dries Buytaert2008-11-22
|
* - Patch #293370 by maartenvg, swentel, et al: block sorting fails if more ↵Dries Buytaert2008-11-22
| | | | than 20 blocks are present.
* - Patch #202183 by maartenvg: usability - shorten block configuration page.Dries Buytaert2008-11-22
|
* - Patch #331570 by recidive: rename block module tables to singular. ↵Dries Buytaert2008-11-15
| | | | Requires you to run update.php.
* #329224 by boombatower and sun: November ↵Angie Byron2008-11-07
| | | | Make-All-Tests-Pass-Again-Extravaganza: Fix notices in block tests.
* - Patch #319666 by Dave Reid: remove unnecessary boolean ternary conditaionals.Dries Buytaert2008-10-29
|
* - Patch #266358 by Rob Loach, mfer: use array in drupal_add_css().Dries Buytaert2008-10-26
|
* #315739 by sun: Fix logic of block form action.Angie Byron2008-10-25
|
* - Patch #302518 by AlexisWilke: fixed problem with PostgreSQL users not ↵Dries Buytaert2008-10-20
| | | | being able to delete blocks.