summaryrefslogtreecommitdiff
path: root/includes/module.inc
Commit message (Collapse)AuthorAge
* #151868 by chx: avoid using array_shift() because it takes a lot of time to ↵Gábor Hojtsy2007-08-30
| | | | rehash the array, so indexing the array is more performant, then shifting items one by one
* #166593 by hswong3i: move literal values out of some core queries to support ↵Gábor Hojtsy2007-08-22
| | | | cross-database compatibility (ie. better SQL parsing and altering options)
* #152926 by dww: Fix hook_system_info_alter() to save the altered data not ↵Gábor Hojtsy2007-08-08
| | | | the original
* - Patch #165422 by hswong3i: status is an int. Required to make DB2 work.Dries Buytaert2007-08-08
|
* - Patch #160263 by Rok Zlender: module_implements() refresh is not working.Dries Buytaert2007-07-18
|
* #152926 by dww: add hook_system_info_alter() to make .info file data ↵Gábor Hojtsy2007-06-27
| | | | modifiable in PHP code
* #154949 by Crell and dww: let modules and themes specify a minimum required ↵Gábor Hojtsy2007-06-27
| | | | PHP version, under which they will not be possible to be turned on
* - Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. ↵Dries Buytaert2007-05-25
| | | | Oh, behave.
* - Patch #136049 by lyricnz: small performance improvement - removed some ↵Dries Buytaert2007-05-07
| | | | redundant fields.
* - Patch #132018 by Steven et al: add .info files to themes.Dries Buytaert2007-04-17
|
* - Patch #63881 by kbahey and jakeg: improved Drupal's logging functionality. ↵Dries Buytaert2007-04-10
| | | | Added support for external loggers, and included a small syslog module into core.
* - Patch #108272 by webchick, Ralf et al: improved handling of required ↵Dries Buytaert2007-02-04
| | | | modules in install profiles.
* - Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices. ↵Dries Buytaert2007-01-31
| | | | Thanks.
* - Rollback of E_ALL patch. Too much extra breakage.Dries Buytaert2007-01-25
|
* - Patch #112715 by webchick et al: fixed some E_ALL errors.Dries Buytaert2007-01-25
|
* - Patch #34755 by chx et al: faster menu system. HEAD is temporary broken ↵Dries Buytaert2007-01-24
| | | | and there is no upgrade path yet.
* - Patch #101379 by ChrisKennedy, neclimdul et al: modules missing .info ↵Dries Buytaert2006-12-07
| | | | files wrongly adding empty entries to module page.
* #97271 by Jaza. Ensure that hooks are not invoked for newly-disabled modules.Neil Drumm2006-11-27
|
* #88030 by beginner. Properly initialize a variable.Neil Drumm2006-11-26
|
* #93212 by Jaza. Refactor module enabling for greater API avialiablity during ↵Neil Drumm2006-11-16
| | | | hook_enable().
* #88843 by lyricnz. Properly check if dependencies are set.Neil Drumm2006-11-07
|
* - Patch #88287 by asimmonds, dww et al: installer doesn't support modules ↵Dries Buytaert2006-10-23
| | | | outside root/modules directory. Critical bugfix.
* - Patch #81740 by merlinofchaos, webchick, moshe, neclimdul et al: added ↵Dries Buytaert2006-10-05
| | | | package support to the modules page.
* #84875: Dependency system for coreSteven Wittens2006-10-02
|
* - Patch #81757 by neclimdul: Remove non private copy of module_parse_meta_file.Dries Buytaert2006-08-31
|
* - Patch #80952 by earl, webchick, neclimdul et al: .info filesDries Buytaert2006-08-31
|
* - Patch #77936 by moshe and rdouglass: pluggable session handling.Dries Buytaert2006-08-31
|
* #79601: module_exist() -> module_exists()Steven Wittens2006-08-20
|
* - Patch #73961 by m3avrck, timcn, et al: simplify adding CSS in Drupal.Dries Buytaert2006-08-03
|
* #76209: (Eaton et al)Steven Wittens2006-08-03
| | | | | - Make installer code integrate better with module.inc / system.module - Fix schema version bug when installing core
* - Patch #68926 by chx, jeremy, steven, eaton, webchick, amazon, neil, nedjo ↵Dries Buytaert2006-07-13
| | | | et al: an initial install system for Drupal core.
* - Patch #69341 by chx: remove some SQL queries from the Drupal bootstrap ↵Dries Buytaert2006-06-28
| | | | process.
* - Patch #65801 by Moshe et al: fixed locale initialization slowness.Dries Buytaert2006-06-08
|
* #61802 by Zen, Double spaced sentences clean upNeil Drumm2006-05-07
|
* #46617, Restore some module listings, partially applied, I've omitted places ↵Gerhard Killesreiter2006-02-27
| | | | | | where I felt that sortign by weight would be wanted. We can discuss those on the issue. Patch by chx.
* #21084, Node module is not marked "required", but is required by other ↵Gerhard Killesreiter2006-02-27
| | | | required modules, patch by Robert Douglass
* - Patch #42886 by chx: critical feature: allow modules to be reordered.Dries Buytaert2006-01-08
|
* - Patch #40631 by Chris Johnson: is_array() slower than isset() or empty().Dries Buytaert2005-12-14
|
* - Patch #40886 by chx: fixed problem with recursive/nested node API calls ↵Dries Buytaert2005-12-14
| | | | manipulating the same array references.
* - Patch #29385 by chx: no ?> add end of files.Dries Buytaert2005-08-25
|
* - Patch #27645 by Neil: refactor away module_load_all().Dries Buytaert2005-07-29
| | | | "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."
* - Patch #19895 by Moshe: currently modules can inadvertently load all other ↵Dries Buytaert2005-04-03
| | | | 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.
* - Patch #17770 by chx: fixed module_invoke() and module_invoke_all() not to ↵Dries Buytaert2005-03-01
| | | | use NULL defaults (bugfix) + removed the limitation on the number of paramaters that can be used.
* - Patch #14731 by chx: made it possible to rewrite node queries.Dries Buytaert2005-01-16
|
* Remove left-overs from admin.module.Steven Wittens2005-01-14
|
* - Patch #13405 by Moshe: make you actually do something useful with the init ↵Dries Buytaert2004-12-01
| | | | hook. A recent patch to 4.5 and HEAD made this patch run too early in the request (for non-cached pages).
* - Patch #13405 by Moshe:Dries Buytaert2004-11-25
| | | | | + Make bootstrap functionality work with HEAD. + Move functions into bootstrap.inc so that statistics_exit() works for cached pages. (Does this close any issues?)
* - Patch #5942 by jhriggs and Adrian:Dries Buytaert2004-11-24
| | | | | + added support for multi-site configurations. + tidied up some old cruft and added code comments.
* - Refactored the throttle module. Patch by Jeremy and me.Dries Buytaert2004-11-07
| | | | | | | | | | | | * 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!
* - Patch #11728 by Uwe Hermann: fixed some typos in the code comments, ↵Dries Buytaert2004-10-19
| | | | | | Doxygen documentation and screen output. Uwe: I dropped the 'iff' chunks as 'iff' stands for 'if and only if'.