summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/menu.test
Commit message (Collapse)AuthorAge
* #979958 by das-peter, Damien Tournoud: Fixed regression in load_functions ↵Angie Byron2010-12-02
| | | | detection for menu items
* - Patch #669510 by quicksketch, David_Rothstein, Dave Reid, casey, Gábor ↵Dries Buytaert2010-11-27
| | | | Hojtsy, mrfelton, effulgentsia: merge administration theme with hook_admin_paths().
* #606966 by chx, sun, mr.baileys: Fixed 'load arguments' of parent path are ↵Angie Byron2010-11-21
| | | | not inherited
* #550254 by Damien Tournoud, sun: Fixed some causes of menu links are ↵Angie Byron2010-11-20
| | | | sometimes not properly re-parented.
* #296115 by naxoc, dereine: Tests for menu router item titles.Angie Byron2010-10-15
|
* #925778 by mradcliffe, chx, sun, manarth: Fixed user edit title incorrectly ↵Angie Byron2010-10-08
| | | | shows currently logged in user.
* #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 #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths ↵Dries Buytaert2010-09-24
| | | | and local tasks #2.
* - Patch #865072 by bleen18, jhodgdon: updates to reflect that Bartik is ↵Dries Buytaert2010-08-08
| | | | default theme now.
* 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.
* #845742 by Damien Tournoud: Make Bartik the default core theme.Angie Byron2010-07-08
|
* #363580 by rfay, chx, Berdir, Rob Loach, Gábor Hojtsy, Shawn DeArmond: ↵Angie Byron2010-07-07
| | | | Fixed OpenID login fails when in maintenance mode, and 403 errors on certain user paths for logged-in users.
* - Patch #688334 by stella, BTMash, carlos8f, chx: fixed file inheritance is ↵Dries Buytaert2010-04-26
| | | | broken.
* #553944 follow-up by David_Rothstein: Allow modules to override per-page ↵Angie Byron2010-01-30
| | | | custom themes.
* - Patch #284899 by c960657, voxpelli, mattconnolly: fixed Drupal url problem ↵Dries Buytaert2010-01-29
| | | | with clean urls.
* - Patch #631550 by sun: fixed stale and improper logic for ↵Dries Buytaert2009-12-14
| | | | MENU_VISIBLE_IN_TREE and MENU_VISIBLE_IN_BREADCRUMB. Added lots of code comments, and added tests.
* #651712 by carlos8f: Fixed bug where rendered menu tree links do not include ↵Angie Byron2009-12-08
| | | | proper attributes (with tests).
* #632030 by JohnAlbin: Merge Garland and Minnelli into one theme.Angie Byron2009-12-01
|
* - Patch #491214 by JohnAlbin, Gábor Hojtsy, eigentor: implement a more ↵Dries Buytaert2009-12-01
| | | | usable top level Appearance page. Yay.
* #547068 follow-up by David_Rothstein: Don't use Seven for maintenance page.Angie Byron2009-11-19
|
* #547068 by sun, seutje, yoroy, Gábor Hojtsy, adrian, Bojhan, and ↵Angie Byron2009-11-19
| | | | markboulton: Use Seven theme for installation / updates.
* #511286 follow-up by DamZ: Make testMenuGetNames() less brittle (and also ↵Angie Byron2009-10-17
| | | | fix it so we can turn testing bot back on).
* - Patch #511286 by JacobSingh, David_Rothstein, dmitrig01, Gábor Hojtsy, ↵Dries Buytaert2009-10-17
| | | | ksenzee et al: add customizable shortcuts to the toolbar.
* - Patch #576076 by yoroy, Gábor Hojtsy | Bojhan: remove the 'Add a main ↵Dries Buytaert2009-10-01
| | | | menu link'.
* - 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().
* #457450 by agentrickard: Added hooks to track changes to menu links.Angie Byron2009-09-17
|
* #566094 by Arancaytar and smk-ka: Fixed hierarchy generation in ↵Angie Byron2009-09-11
| | | | menu_tree_data().
* - Patch #473240 by Arancaytar, c960657: menu_get_names() crashed when called.Dries Buytaert2009-09-09
|
* #193366 by Anthony Hersey: Move various rebuild functions to module page ↵Angie Byron2009-07-14
| | | | submission rather than viewing for vastly increased performance.
* #500866 by boombatower: Remove t() from getInfo in tests.Angie Byron2009-07-13
|
* - Patch #394524 by Berdir, Damien Tournoud: converted to the new database ↵Dries Buytaert2009-05-30
| | | | abstraction layer.
* - Patch #293511 by cwgordon7, catch, dereine, Wisif, ThiOz: added a test for ↵Dries Buytaert2009-05-17
| | | | menu_get_item() and menu_set_item().
* - Patch #423690 by Berdir: fixed bug in menu_link_maintain(). With tests.Dries Buytaert2009-04-13
|
* #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a ↵Angie Byron2009-03-31
| | | | static method to reduce memory footprint of SimpleTest.
* - Patch #401922 by Damien Tournoud: fixed parent link detection.Dries Buytaert2009-03-14
|
* #348627 by smk-ka and catch: Allow menu title callback property to bypass ↵Angie Byron2009-02-05
| | | | t() (+documentation and tests)
* - Removing whitespace.Dries Buytaert2009-01-26
|
* - Patch #320363 by mikey_p: renaming module for consistency.Dries Buytaert2008-12-28
|
* #293514 by mikey_p: Add tests for menu_rebuild_needed.Angie Byron2008-11-20
|
* #308534 by Dave Reid: Remove stray whitespace core-wide.Angie Byron2008-09-15
|
* #285309 by pwolanin: menu_name in hook_menu is ignored on updatesAngie Byron2008-09-02