summaryrefslogtreecommitdiff
path: root/modules/dashboard
Commit message (Collapse)AuthorAge
* Issue #908822 by jmking, asimmonds | salvis: Fixed Dashboard discards <em ↵David Rothstein2014-11-02
| | | | class="placeholder"> elements.
* Issue #2061545 by StephaneQ, rterrein: Add missing ampersand in sample ↵Jennifer Hodgdon2013-08-13
| | | | hook_dashboard_regions_alter function body
* Issue #2059685 by StephaneQ, Cottser: Remove t() from test assertion ↵Jennifer Hodgdon2013-08-12
| | | | messages in dashboard module
* Issue #2011436 by kalman.hosszu: Fixed line indent in dashboard.js.David Rothstein2013-08-05
|
* Issue #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pagesJennifer Hodgdon2012-03-26
|
* Issue #1332658 by sven.lauer, David_Rothstein, xjm, Albert Volkman: Clean up ↵webchick2012-02-14
| | | | API docs for dashboard module.
* Issue #1166806 by droplet, TR: Removed legacy CVS Id tags in core.webchick2011-05-28
|
* - Patch #766624 by aspilicious: dashboard lacks rtl styling.Dries Buytaert2011-04-12
|
* - Patch #766624 by aspilicious: dashboard lacks rtl styling.Dries Buytaert2011-04-12
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1056108 by 1V: consistent use of 'JavaScript' and 'Ajax'.Dries Buytaert2011-02-19
|
* - Patch #1019710 by stephenh: Changed Standardize @file comments in .test files.Dries Buytaert2011-02-04
|
* - Patch #997884 by jhodgdon: improved t() documentation.Dries Buytaert2011-01-13
|
* #746470 by follow-up by aspilicious, Jacine, jbrown, sgabe, et al: Add ↵Angie Byron2011-01-03
| | | | border-radius for IE9 / Opera 10.50
* #915174 by sdboyer, sun: Remove pointless files[] declarations on files that ↵Angie Byron2010-12-20
| | | | are not declaring classes.
* #601932 by David_Rothstein, carlos8f, yoroy, Bojhan, et al: Allow dashboard ↵Angie Byron2010-11-06
| | | | to limit available blocks.
* #950878 follow-up: Commit the dang install file.Angie Byron2010-11-01
|
* #950878 by carlos8f, David_Rothstein: Fixed Disabling the dashboard module ↵Angie Byron2010-10-31
| | | | permanently removes all blocks from the dashboard.
* - Patch #930670 by David_Rothstein: table-based dashboard admin page should ↵Dries Buytaert2010-10-21
| | | | be linked to from the dashboard only (not from the rest of the admin UI).
* - Patch #896494 by Jeff Burnz: #dashboard doesn't wrap around ↵Dries Buytaert2010-10-03
| | | | .dashboard-region's.
* #699858 by David_Rothstein, catch, yoroy, sun, ronald_istos, et al: Fix ↵Angie Byron2010-10-01
| | | | admin/by-task is confusing because it looks too similar to admin/config. Makes admin/by-task a very minimal view, and makes admin/by-module a more fully fledged index.
* - Patch #922590 by David_Rothstein: submitting the dashboard configuration ↵Dries Buytaert2010-09-27
| | | | form prints 'The block settings have been updated' twice.
* - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths ↵Dries Buytaert2010-09-24
| | | | and local tasks #2.
* #761956 follow-up by bleen18: Fixed missing regions on Dashboard ↵Angie Byron2010-09-14
| | | | configuration page.
* #761956 by David_Rothstein, Xen, sun, tstoeckler, Bojhan, zzolo, yoroy, ↵Angie Byron2010-08-30
| | | | jenlampton, linclark, BarisW: Fixed Dashboard blocks and regions should not appear on the main blocks configuration page.
* - Patch #652122 by sun, catch, moshe weitzman, Berdir, mr.baileys, chx, ↵Dries Buytaert2010-08-20
| | | | David_Rothstein, Scott Reynolds, Damien Tournoud: fix dashboard as the default /admin local task.
* Reverting #500866. Needs more discussion.Angie Byron2010-08-05
|
* #500866 by boombatower, solotandem: Remove t() from assertion messages in ↵Angie Byron2010-08-05
| | | | SimpleTest, so translators do not get 1000s of bogus strings.
* #619902 follow-up by David_Rothstein: Fixed Use drupal_static() in ↵Angie Byron2010-08-05
| | | | dashboard_regions().
* #716302 follow-up by David_Rothstein: Tests for Dashboard module.Angie Byron2010-07-02
|
* - Patch #818206 by Berdir et al: apply coding standard for no-arg constructors.Dries Buytaert2010-06-17
|
* #668640 by casey, aspilicious, et al: Re-implement Overlay without jQuery UI ↵Angie Byron2010-06-08
| | | | Dialog; massive performance improvement, helps address several critical issues.
* #716302 by lotyrin, David_Rothstein, Jody Lynn: Fixed Permissions not ↵Angie Byron2010-06-04
| | | | working on admin/dashboard.
* #801158 by casey: Fixed Dashboard adds customise dashboard link every time ↵Angie Byron2010-05-24
| | | | block is added.
* - Patch #790650 by casey: dashboard always appears in drag-and-drop mode ↵Dries Buytaert2010-05-18
| | | | when Seven is not used (and on 404 pages).
* - Patch #639162 by casey: block contextual menu should be available ↵Dries Buytaert2010-05-14
| | | | immediately when dragged to dashboard canvas area.
* #655736 by David_Rothstein: De-couple Dashboard and Toolbar modules from ↵Angie Byron2010-04-29
| | | | Overlay.
* - Patch #748798 by casey, Rob Loach, Jacine: changed CSS Coding Standards.Dries Buytaert2010-04-28
|
* #560746 follow-up by chx: Split hook_block_info_alter() into list_ and ↵Angie Byron2010-04-22
| | | | info_alter() and clean up block_rehash().
* - Patch #716496 by JohnAlbin: documentation updates for theme functions.Dries Buytaert2010-04-13
|
* - Patch #652122 by catch, Berdir, mr.baileys, sun, David_Rothstein: access ↵Dries Buytaert2010-04-06
| | | | dashboard permission is useless.
* - Patch #649982 by casey: improve the drag-drop handling for dashboard ↵Dries Buytaert2010-03-28
| | | | customization.
* - Patch #746470 by aspilicious, jbrown: add border-radius for IE9 / Opera 10.50.Dries Buytaert2010-03-20
|
* - Patch #721188 by aspilicious, yoroy: make drag icon position align better.Dries Buytaert2010-03-18
|
* - Patch #609128 by vordude: dashboard should provide feedback when clicking ↵Dries Buytaert2010-03-01
| | | | 'Done'.
* - Patch #720506 by Jacine: fixed invalid markup.Dries Buytaert2010-02-21
|
* - Patch #652122 by mr.baileys, Berdir, catch: dashboard should insert itself ↵Dries Buytaert2010-02-17
| | | | as the default local task on /admin.
* #337947 follow-up by Jacine: Capitalization and markup fixes for Dashboard.Angie Byron2010-02-17
|
* #706776 by Jacine: Fixed Broken link to blocks page in Dashboard.Angie Byron2010-02-15
|
* - Rollbacked some changes that I accidentically committed along with the RDF ↵Dries Buytaert2010-02-15
| | | | patch.