summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAge
* - Added some extra information about PHP settings.Dries Buytaert2002-12-02
* - Patch by Jeremy to fix a module loading bug:Dries Buytaert2002-11-29
* - Fixed small glitch in drupal_goto(): somethimes a "&" got appended. PatchDries Buytaert2002-11-29
* - Applied Ax's pager patch: includes documentation (rewrote it somewhat) and twoDries Buytaert2002-11-26
* - Added some comments/explanation wrt to the "$db_url" settings; this seemedDries Buytaert2002-11-26
* - SID will now only be appended when session.use_trans_sid is set. PatchDries Buytaert2002-11-21
* - Don't display "1" when there is only one page.Dries Buytaert2002-11-18
* - changing theme patch. Now Drupal will init the $this->path automatically.Kjartan Mannes2002-11-17
* - changing the sorting algorithm in module_list so it is case insensitive.Kjartan Mannes2002-11-17
* Patch based on work of Kjartan:Dries Buytaert2002-11-17
* - made the themes path aware. If your theme creates a constructor function itKjartan Mannes2002-11-16
* - Small cosmetic change. Patch by Natrak.Dries Buytaert2002-11-10
* - Fixed db_query_range() in PEAR database abstraction layer. Patch by James.Dries Buytaert2002-11-09
* - Oops. Braino.Dries Buytaert2002-11-09
* - Oops. The db_query_range() query got added twice.Dries Buytaert2002-11-09
* - Added check to see whether $items is initiliazed. Thanks James.Dries Buytaert2002-11-09
* - Added a db_query_range function. Patch by Natrak, slightly modified.Dries Buytaert2002-11-09
* - Applied Moshe's "theme head" patch:Dries Buytaert2002-11-09
* * Added Jeremy's pager:Dries Buytaert2002-11-09
* Patch by Natrak:Dries Buytaert2002-11-08
* - removing whitespace (+testing still).Kjartan Mannes2002-11-06
* - Committed Marco's block rewrite:Dries Buytaert2002-10-26
* - Killed a warning. Reported by ax.Dries Buytaert2002-10-24
* - Made it possible to connect to mysql databases running on non-standardDries Buytaert2002-10-23
* - Wrapped some hardcoded colors in "theme_invoke()"s; we can still createDries Buytaert2002-10-22
* . fixing what I did earlier. Not sure how that happend.Kjartan Mannes2002-10-20
* - applying patch from Ax. Bug #389:Kjartan Mannes2002-10-20
* - removed function module_rehash().Kjartan Mannes2002-10-17
* - Committed Jeremy's incarnation of the statistics module. Last minutesDries Buytaert2002-10-13
* - changed format_date to allow W (week of year) in a custom format.Kjartan Mannes2002-10-04
* - fixed a bug in module_invoke_all , it will now also add 0's to the resultKjartan Mannes2002-09-30
* - fixed a bug in module_invoke_all , it will now also add 0's to the resultKjartan Mannes2002-09-27
* - Commited Marco's new comment module and forum module!!!Dries Buytaert2002-09-15
* - adding doctype to basic theme.Kjartan Mannes2002-09-11
* - removing the "No valid themes enabled" warning.Kjartan Mannes2002-09-08
* - Fixed function prototype of db_error(). Patch by James.Dries Buytaert2002-08-26
* - Applied a (modified) version of Marco's SQL sequence patch.Dries Buytaert2002-08-20
* - 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
* - An attempt to solve drupal_goto() in presence of session IDs.Dries Buytaert2002-08-08
* - Made it possible to store arrays in the variables table. Patch by Marco.Dries Buytaert2002-07-06
* - A variety of small localization updates. Patch by Ori Folger.Dries Buytaert2002-07-05
* - removing the drupal module as always loaded.Kjartan Mannes2002-06-27
* - Added the improved db_query() function with timings from Marco's sandbox.Dries Buytaert2002-06-23
* - Added the theme_invoke() function from Moshe's sandbox.Dries Buytaert2002-06-23
* - Let the blocks itself take care of translating their titles. Patch byDries Buytaert2002-06-20
* - cosmetics mostly.Kjartan Mannes2002-06-15
* - added some missing title attributs to links.Kjartan Mannes2002-06-14
* - adding missing $bacground/$foreground variables.Kjartan Mannes2002-06-12
* - adding descriptions to modules (thanks Joe + Scott).Kjartan Mannes2002-06-01