- 15 Apr, 2012 1 commit
-
-
Crell authored
Execute termination listeners, including the subscriber formerly known as drupal_page_footer() and now represented by this class.
-
- 01 Apr, 2012 1 commit
-
-
Crell authored
Add the request object to a collector function for the time being. This requires doing a partial bootstrap to get the class loader working, since BOOTSTRAP_FULL requires the request to already be in place.
-
- 23 Mar, 2012 1 commit
-
-
Crell authored
-
- 06 Mar, 2012 1 commit
-
-
Crell authored
-
- 29 Feb, 2012 1 commit
-
-
Crell authored
-
- 26 Feb, 2012 1 commit
-
-
Crell authored
-
- 24 Feb, 2012 1 commit
-
-
Crell authored
-
- 23 Feb, 2012 2 commits
- 13 Feb, 2012 2 commits
- 01 Nov, 2011 1 commit
-
-
quicksketch authored
Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core Drupal files under a core subdirectory.
-
- 25 Feb, 2011 1 commit
-
-
The Great Git Migration authored
-
- 15 Oct, 2009 1 commit
-
- 08 Feb, 2009 1 commit
-
- 27 Jan, 2009 1 commit
-
- 20 Sep, 2008 1 commit
-
-
webchick authored
-
- 21 Aug, 2008 1 commit
-
- 26 Dec, 2007 1 commit
-
- 06 Apr, 2007 1 commit
-
-
Dries authored
-
- 11 Feb, 2007 1 commit
-
-
Dries authored
-
- 12 Dec, 2006 1 commit
-
-
Steven Wittens authored
-
- 27 Jan, 2006 1 commit
-
-
Dries authored
-
- 08 Oct, 2005 1 commit
-
-
Dries authored
(Untested because the admin/settings page doesn't work yet.)
-
- 28 Aug, 2005 1 commit
-
-
Dries authored
-
- 23 Jul, 2005 1 commit
-
-
Dries authored
-
- 22 Jun, 2005 1 commit
-
-
Dries authored
up the documentation a little. chx: can you double-check whether the global $conf variable is secure? (That is, make sure it can't be send using the URL or something.)
-
- 21 May, 2005 1 commit
-
-
Dries authored
-
- 24 Apr, 2005 1 commit
-
-
Dries authored
- Patch 20910 by chx: centralize print theme page.
-
- 21 Aug, 2004 1 commit
-
-
Dries authored
- Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks.
-
- 12 Aug, 2004 1 commit
-
- 18 Jun, 2004 1 commit
-
-
Dries authored
Tabs patch! CHANGES ------- + Introduced tabs. First, we extended the menu system to support tabs. Next, a tab was added for every link that was (1) an administrative action other than the implicit 'view' (2) relevant to that particular page only. This is illustrated by the fact that all tabs are verbs and that clicking a page's tab leads you to a subpage of that page. + Flattened the administration menu. The tabs helped simplify the navigation menu as I could separate 'actions' from 'navigation'. In addition, I removed the 'administer > configuration'-menu, renamed 'blocks' to 'sidebars' which I hope is a bit more descriptive, and made a couple more changes. Earlier, we already renamed 'taxonomy' to 'categorization' and we move 'statistics' under 'logs'. + Grouped settings. All settings have been grouped under 'administer > settings'. TODO ---- + Update core themes: only Xtemplate default supports tabs and even those look ugly. Need help. + Update contributed modules. The menu() hook changed drastically. Updating your code adhere the new menu() function should be 90% of the work. Moreover, ensure that your modue's admin links are still valid and that URLs to node get updated to the new scheme ('node/view/x' -> 'node/x').
-
- 21 Apr, 2004 1 commit
-
-
Dries authored
- Added support for 403 handling. Patch by JonBob. As a side benefit, administrators will be able to define a custom 403 page, just as they can define 404 pages now. This needs to be documented in the "Changes since / migrating to ..." pages.
-
- 15 Apr, 2004 1 commit
-
-
Dries authored
configurable! Menu items can be disabled, repositioned, added and so on. Upgrading to requires you to run update.php. This functionality depricates some of the 'navigation modules' in the contributions repository. Furthermore, modules can now 'suggest' menu items and site adminstrators can choose to enable them. Modules in the contributions repository should try to take advantage of this.
-
- 16 Dec, 2003 1 commit
-
-
Dries authored
- Reworked 404 (page not found) handling. Patch by walkah. You can specify a custom 404 page in the administration page. As a result, error.php could be removed.
-
- 25 Nov, 2003 1 commit
-
-
Dries authored
- Committed phase 4 of JonBob's menu system changes.
-
- 20 Nov, 2003 2 commits
-
-
Dries authored
- Patch by JonBob: Phase 2 of the menu system integration project. This unifies the interface used by admin and non-admin pages, and deprecates the _page hook in favor of explicit callbacks from menu(). Breadcrumbs, titles, and help text go away as a result of this patch; they will return in the phase 3 patch, printed by the theme.
-
Dries authored
- Removed duplicate call to drupal_page_header(). Patch by Moshe.
-
- 18 Nov, 2003 2 commits