summaryrefslogtreecommitdiff
path: root/includes/module.inc
Commit message (Expand)AuthorAge
* - Patch #9650 by Adrian: this change introduces a module_load function, which...Dries Buytaert2004-07-31
* - #9287: More doxygen/documentation fixes by JonBobSteven Wittens2004-07-22
* - Code and documentation improvements by JonBob.Dries Buytaert2004-07-14
* - Fixed bug 5440: sort() -> asort(). Suggested by Goba.Dries Buytaert2004-01-27
* - Fixed bug 5140: Drupal does not work with PHP 4.2.1 and cleaned up theDries Buytaert2004-01-26
* - Removed instances of the 'throttle_enable' variable.Dries Buytaert2004-01-19
* Committed filter separation patch: all filter-related things are now in filte...Steven Wittens2004-01-05
* - Patch 0185 by Jeremy: made it possible to automatically disable modules whenDries Buytaert2003-12-07
* - Improved module loading when serving cached pages. Moshe's bootstrap patch.Dries Buytaert2003-11-18
* - Committed a slightly modified version of Slavica's table prefix patch.Dries Buytaert2003-07-10
* - adding admin module to module_list.Kjartan Mannes2003-06-06
* - Fixed some PHP "notices".Dries Buytaert2003-04-21
* - Eliminated system_init(), the session stuff, and made it possible toDries Buytaert2003-03-12
* - Removing drupal module from the always loaded modules (again).Kjartan Mannes2003-03-09
* - Clean URL patch.Dries Buytaert2003-01-06
* - Small improvement. Patch by Moshe.Dries Buytaert2002-12-21
* - Patch by Jeremy to fix a module loading bug:Dries Buytaert2002-11-29
* - changing the sorting algorithm in module_list so it is case insensitive.Kjartan Mannes2002-11-17
* Patch by Natrak:Dries Buytaert2002-11-08
* - Committed Marco's block rewrite:Dries Buytaert2002-10-26
* - removed function module_rehash().Kjartan Mannes2002-10-17
* - fixed a bug in module_invoke_all , it will now also add 0's to the resultKjartan Mannes2002-09-30
* - Reverted module.inc to the old module_invoke() function.Dries Buytaert2002-08-15
* - "module_invoke()" and "module_invoke_all()" can now be called with anyDries Buytaert2002-08-14
* - removing the drupal module as always loaded.Kjartan Mannes2002-06-27
* - adding descriptions to modules (thanks Joe + Scott).Kjartan Mannes2002-06-01
* - Coding style changes.Kjartan Mannes2002-05-23
* This is a major change to the system, needs more testing!Kjartan Mannes2002-04-14
* - Applied Natrak's module improvements.Dries Buytaert2002-01-30
* - no changes, just line endings that got foubared.Kjartan Mannes2002-01-13
* SessionKjartan Mannes2002-01-09
* - node.module:Dries Buytaert2001-11-05
* - A large batch of updates, amongst them a rewritten node system. MoreDries Buytaert2001-11-01
* - added the CVS keyword $Id$ to all files to make future version trackingKjartan Mannes2001-10-20
* - Removed a node's link ID (lid) as discussed on the mailing list. SeeDries Buytaert2001-10-16
* - PEAR-ification of Drupal by claw: you can now host Drupal on a wideDries Buytaert2001-10-09
* module.incKjartan Mannes2001-08-23
* - Various updates, mostly related to our RDF/RSS backend.Dries Buytaert2001-07-15
* - theme system:Dries Buytaert2001-07-14
* - common.inc:Dries Buytaert2001-07-03
* Extremely large commit:Dries Buytaert2001-06-29
* - Removed a few lines of dead code.Dries Buytaert2001-05-29
* CHANGESDries Buytaert2001-05-20
* CHANGES:Dries Buytaert2001-05-19
* Oops, I used sort() instead of asort(), which destroys the keys in associativ...Steven Wittens2001-05-18
* Made module_list() return an alphabetically sorted list.Steven Wittens2001-05-18
* - Uhm. Rewrote the module system: less code clutter, less run-timeDries Buytaert2001-05-05
* ChangesKjartan Mannes2001-04-23
* - Addition: added a new function "module_hook($module, $hook)" to checkDries Buytaert2001-04-19
* - applied David Norman's patch to turn all <?'s into fully qualifiedDries Buytaert2001-03-10