- 31 Aug, 2006 1 commit
-
-
Dries authored
-
- 20 Aug, 2006 1 commit
-
-
Steven Wittens authored
-
- 03 Aug, 2006 2 commits
-
-
Dries authored
-
Steven Wittens authored
- Make installer code integrate better with module.inc / system.module - Fix schema version bug when installing core
-
- 13 Jul, 2006 1 commit
-
- 28 Jun, 2006 1 commit
-
-
Dries authored
-
- 08 Jun, 2006 1 commit
-
-
Dries authored
-
- 07 May, 2006 1 commit
-
-
drumm authored
-
- 27 Feb, 2006 2 commits
-
-
Gerhard Killesreiter authored
#46617, Restore some module listings, partially applied, I've omitted places where I felt that sortign by weight would be wanted. We can discuss those on the issue. Patch by chx.
-
Gerhard Killesreiter authored
#21084, Node module is not marked "required", but is required by other required modules, patch by Robert Douglass
-
- 08 Jan, 2006 1 commit
-
-
Dries authored
-
- 14 Dec, 2005 2 commits
-
-
Dries authored
-
- 25 Aug, 2005 1 commit
-
-
Dries authored
-
- 29 Jul, 2005 1 commit
-
-
Dries authored
"This function is called in one place, so it can be rolled into the calling function. The return value isn't used so we can remove handling of it. This is executed for every non-cached page view, so the smaller code should save a smallish ammount of memory and time."
-
- 03 Apr, 2005 1 commit
-
-
Dries authored
- Patch #19895 by Moshe: currently modules can inadvertently load all other modules during the bootstrap. this is easy to do by calling a node_load() or module_invoke_all(). this degrades performance for anonymous users when caching is enabled. With this patch, the module writer will see an php error like "Call to undefined function: drupal_set_html_head()" if this is attempted. basically, unavailable functions are actually reported as unavailable.
-
- 01 Mar, 2005 1 commit
-
- 16 Jan, 2005 1 commit
-
- 14 Jan, 2005 1 commit
-
-
Steven Wittens authored
-
- 01 Dec, 2004 1 commit
-
- 25 Nov, 2004 1 commit
-
-
Dries authored
+ Make bootstrap functionality work with HEAD. + Move functions into bootstrap.inc so that statistics_exit() works for cached pages. (Does this close any issues?)
-
- 24 Nov, 2004 1 commit
-
-
Dries authored
+ added support for multi-site configurations. + tidied up some old cruft and added code comments.
-
- 07 Nov, 2004 1 commit
-
-
Dries authored
* There are only two throttle levels instead of 5, namely 'enabled' and 'disabled'. This makes it a _lot_ easier to predict when the throttle will kick in. However, if you maintain a module that is throttle-aware, it needs to be updated! * The throttle mechanism now uses the current number of anonymous users or the current number of authenticated users to kick in. This is a _lot_ more intuitive than the old throttle mechanism. * The throttle block has been removed -- you can now use the "Who's online" block to determine the good throttle settings. * Most of the documentation has been removed because it was deprecated. * It's less code!
-
- 19 Oct, 2004 1 commit
-
- 15 Oct, 2004 1 commit
-
-
Dries authored
- Patch #11600 by jhriggs: the module_load_all() function will currently behave unexpectedly if a module cannot be found (has been removed, renamed, etc). Once one module fails to load, all subsequent modules will not be loaded due to a short circuit condition when performing a boolean AND.
-
- 09 Sep, 2004 1 commit
-
- 22 Aug, 2004 1 commit
-
-
Steven Wittens authored
-
- 31 Jul, 2004 1 commit
-
-
Dries authored
- Patch #9650 by Adrian: this change introduces a module_load function, which maintains a list of modules that have already been loaded in a static array, and will not load another module of the same name, or if the file does not exist. Modules can be stored anywhere, as there is now a set of functions called module_get_filename, and module_set_filename .. which allow system_listing and module_list to specify the locations of the files. A new function module_load_all() replaces the hardcoded includes in module_init, and loads all modules which have been enabled, using module_load. module_listing no longer includes files itself, instead it just keeps the listing (and sets the filenames). This patch is a requirement for the multisite configuration patch, as overriding modules are currently being loaded due to the only protection of loading them is include_once.
-
- 22 Jul, 2004 1 commit
-
-
Steven Wittens authored
-
- 14 Jul, 2004 1 commit
-
-
Dries authored
-
- 27 Jan, 2004 1 commit
-
-
Dries authored
- Fixed bug 5440: sort() -> asort(). Suggested by Goba.
-
- 26 Jan, 2004 1 commit
-
-
Dries authored
bootstrap code. Patch by Kjartan.
-
- 19 Jan, 2004 1 commit
-
-
Dries authored
- Removed instances of the 'throttle_enable' variable.
-
- 05 Jan, 2004 1 commit
-
-
Steven Wittens authored
Committed filter separation patch: all filter-related things are now in filter.module (which is a required module). To do this cleanly, I reorganised some bits of system.module: there is now a generic handler available for simple variable-get/set based configuration pages. Look at filter_admin() or system_view() for example usage. (based on the patch by Goba)
-
- 07 Dec, 2003 1 commit
-
-
Dries authored
- Patch 0185 by Jeremy: made it possible to automatically disable modules when under heave load.
-
- 18 Nov, 2003 1 commit
-
-
Dries authored
- Improved module loading when serving cached pages. Moshe's bootstrap patch. - Used legend and fieldset tags for the configuration page.
-
- 10 Jul, 2003 1 commit
-
-
Dries authored
- Committed a slightly modified version of Slavica's table prefix patch.
-
- 06 Jun, 2003 1 commit
-
-
Kjartan authored
-
- 21 Apr, 2003 1 commit
-
-
Dries authored
- Fixed some PHP "notices".
-
- 12 Mar, 2003 1 commit
-
-
Dries authored
- Eliminated system_init(), the session stuff, and made it possible to rebuild the menu.
-