Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #63881 by kbahey and jakeg: improved Drupal's logging functionality. ↵ | Dries Buytaert | 2007-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 Buytaert | 2007-02-04 |
| | | | | modules in install profiles. | ||
* | - Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices. ↵ | Dries Buytaert | 2007-01-31 |
| | | | | Thanks. | ||
* | - Rollback of E_ALL patch. Too much extra breakage. | Dries Buytaert | 2007-01-25 |
| | |||
* | - Patch #112715 by webchick et al: fixed some E_ALL errors. | Dries Buytaert | 2007-01-25 |
| | |||
* | - Patch #34755 by chx et al: faster menu system. HEAD is temporary broken ↵ | Dries Buytaert | 2007-01-24 |
| | | | | and there is no upgrade path yet. | ||
* | - Patch #101379 by ChrisKennedy, neclimdul et al: modules missing .info ↵ | Dries Buytaert | 2006-12-07 |
| | | | | files wrongly adding empty entries to module page. | ||
* | #97271 by Jaza. Ensure that hooks are not invoked for newly-disabled modules. | Neil Drumm | 2006-11-27 |
| | |||
* | #88030 by beginner. Properly initialize a variable. | Neil Drumm | 2006-11-26 |
| | |||
* | #93212 by Jaza. Refactor module enabling for greater API avialiablity during ↵ | Neil Drumm | 2006-11-16 |
| | | | | hook_enable(). | ||
* | #88843 by lyricnz. Properly check if dependencies are set. | Neil Drumm | 2006-11-07 |
| | |||
* | - Patch #88287 by asimmonds, dww et al: installer doesn't support modules ↵ | Dries Buytaert | 2006-10-23 |
| | | | | outside root/modules directory. Critical bugfix. | ||
* | - Patch #81740 by merlinofchaos, webchick, moshe, neclimdul et al: added ↵ | Dries Buytaert | 2006-10-05 |
| | | | | package support to the modules page. | ||
* | #84875: Dependency system for core | Steven Wittens | 2006-10-02 |
| | |||
* | - Patch #81757 by neclimdul: Remove non private copy of module_parse_meta_file. | Dries Buytaert | 2006-08-31 |
| | |||
* | - Patch #80952 by earl, webchick, neclimdul et al: .info files | Dries Buytaert | 2006-08-31 |
| | |||
* | - Patch #77936 by moshe and rdouglass: pluggable session handling. | Dries Buytaert | 2006-08-31 |
| | |||
* | #79601: module_exist() -> module_exists() | Steven Wittens | 2006-08-20 |
| | |||
* | - Patch #73961 by m3avrck, timcn, et al: simplify adding CSS in Drupal. | Dries Buytaert | 2006-08-03 |
| | |||
* | #76209: (Eaton et al) | Steven Wittens | 2006-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 Buytaert | 2006-07-13 |
| | | | | et al: an initial install system for Drupal core. | ||
* | - Patch #69341 by chx: remove some SQL queries from the Drupal bootstrap ↵ | Dries Buytaert | 2006-06-28 |
| | | | | process. | ||
* | - Patch #65801 by Moshe et al: fixed locale initialization slowness. | Dries Buytaert | 2006-06-08 |
| | |||
* | #61802 by Zen, Double spaced sentences clean up | Neil Drumm | 2006-05-07 |
| | |||
* | #46617, Restore some module listings, partially applied, I've omitted places ↵ | Gerhard Killesreiter | 2006-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 Killesreiter | 2006-02-27 |
| | | | | required modules, patch by Robert Douglass | ||
* | - Patch #42886 by chx: critical feature: allow modules to be reordered. | Dries Buytaert | 2006-01-08 |
| | |||
* | - Patch #40631 by Chris Johnson: is_array() slower than isset() or empty(). | Dries Buytaert | 2005-12-14 |
| | |||
* | - Patch #40886 by chx: fixed problem with recursive/nested node API calls ↵ | Dries Buytaert | 2005-12-14 |
| | | | | manipulating the same array references. | ||
* | - Patch #29385 by chx: no ?> add end of files. | Dries Buytaert | 2005-08-25 |
| | |||
* | - Patch #27645 by Neil: refactor away module_load_all(). | Dries Buytaert | 2005-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 Buytaert | 2005-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 Buytaert | 2005-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 Buytaert | 2005-01-16 |
| | |||
* | Remove left-overs from admin.module. | Steven Wittens | 2005-01-14 |
| | |||
* | - Patch #13405 by Moshe: make you actually do something useful with the init ↵ | Dries Buytaert | 2004-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 Buytaert | 2004-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 Buytaert | 2004-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 Buytaert | 2004-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 Buytaert | 2004-10-19 |
| | | | | | | Doxygen documentation and screen output. Uwe: I dropped the 'iff' chunks as 'iff' stands for 'if and only if'. | ||
* | - Patch #11600 by jhriggs: the module_load_all() function will currently ↵ | Dries Buytaert | 2004-10-15 |
| | | | | 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. | ||
* | - Patch #10663 by JonBob: documentation improvements: fixed some typos and ↵ | Dries Buytaert | 2004-09-09 |
| | | | | improved consistency to the use of Doxygen/api.module commands in the comments. | ||
* | - #9292: Make Drupal (somewhat) PHP5 compatible. xtemplate is still horribly ↵ | Steven Wittens | 2004-08-22 |
| | | | | broken. | ||
* | - Patch #9650 by Adrian: this change introduces a module_load function, ↵ | Dries Buytaert | 2004-07-31 |
| | | | | | | | | | | | | 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. | ||
* | - #9287: More doxygen/documentation fixes by JonBob | Steven Wittens | 2004-07-22 |
| | |||
* | - Code and documentation improvements by JonBob. | Dries Buytaert | 2004-07-14 |
| | |||
* | - Fixed bug 5440: sort() -> asort(). Suggested by Goba. | Dries Buytaert | 2004-01-27 |
| | |||
* | - Fixed bug 5140: Drupal does not work with PHP 4.2.1 and cleaned up the | Dries Buytaert | 2004-01-26 |
| | | | | bootstrap code. Patch by Kjartan. | ||
* | - Removed instances of the 'throttle_enable' variable. | Dries Buytaert | 2004-01-19 |
| | |||
* | Committed filter separation patch: all filter-related things are now in ↵ | Steven Wittens | 2004-01-05 |
| | | | | | | | | 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) |