summaryrefslogtreecommitdiff
path: root/modules/block/block.admin.inc
Commit message (Collapse)AuthorAge
* - 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.
* Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() ↵Angie Byron2008-10-13
| | | | check_plain() by default.
* Roll-back of #242873: This caused horrendous problems with SimpleTest on ↵Angie Byron2008-10-12
| | | | some configurations.
* #242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by ↵Angie Byron2008-10-11
| | | | default.
* - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now ↵Dries Buytaert2008-07-16
| | | | printes #markup, not #value.
* - Patch #212608 by Gábor Hojtsy, webchick, stefgosselin: fixed E_NOTICE on ↵Dries Buytaert2008-06-25
| | | | block administration.
* - Patch #257634 by Senpai and catch: code clean-upDries Buytaert2008-05-15
|
* - Patch #245504 by catch, David_Rothstein, Freso, et al: removed the ↵Dries Buytaert2008-04-16
| | | | throttle module from Drupal core.
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵Dries Buytaert2008-04-14
| | | | discussion we've decided to make the concatenation operator consistent with the other operators.
* #203274 by Pasqualle: remove excessive witespace from our code (minor)Gábor Hojtsy2007-12-22
|
* #202425 by keith.smith: standardize reference to block placement page as ↵Gábor Hojtsy2007-12-19
| | | | 'blocks administration page' to avoid any confusion
* - Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: ↵Dries Buytaert2007-11-26
| | | | fixed minor spelling issues and fixed spacing issues.
* - Patch #181066 by quicksketch et al: drag and drop of table rows on the ↵Dries Buytaert2007-11-14
| | | | block adminsitration page.
* - Patch #184742 by John Morahan: fixed PHP warning.Dries Buytaert2007-11-14
|
* #157752 by quicksketch: extend AHAH functionality to most types of form ↵Gábor Hojtsy2007-10-05
| | | | elements, without writing JavaScript. Also AHAH enable the blocks admin page.
* - Patch #159936 by dvessel: tpl-ify block module.Dries Buytaert2007-09-01
|
* - 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.
* - 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 #159610 by Crell: performance improvement: split up block module.Dries Buytaert2007-07-16