summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAge
* - Added a brand-new access.module which allows you to manage 'roles'Dries Buytaert2001-06-20
* - Changed '?meta=' to 'index.php?meta='. Patch by Simone.Dries Buytaert2001-06-19
* - Made it so that usernames can contain spaces. Like that, people canDries Buytaert2001-06-19
* ChangesKjartan Mannes2001-06-18
* Changesnatrak2001-06-18
* - Merged "system settings" and "module settings" into one page. IMHODries Buytaert2001-06-17
* Oops, a rather large commit:Dries Buytaert2001-06-17
* - Minor bug fix in node_links().natrak2001-06-17
* Changesnatrak2001-06-15
* ChangesKjartan Mannes2001-06-15
* - Fixed an error in variable_get(). If a variable was set to 0 it would retur...natrak2001-06-15
* - Added meta.module, an improved index.module that allows you toDries Buytaert2001-06-15
* - Improved watchdog and submission throttle: removed redundant code,Dries Buytaert2001-06-13
* - Fixed typo; missing ".Dries Buytaert2001-06-13
* - Applied Remco's patch:Dries Buytaert2001-06-13
* - Applied Remco's patch, but added a closing </LI>-tag as well.Dries Buytaert2001-06-13
* - Added missing </TD>.Dries Buytaert2001-06-13
* - Fixed "administer" not being locale'd. (req. by Gerhard)Steven Wittens2001-06-12
* - Changed field_set(), field_get() and field_merge() to use ',' andDries Buytaert2001-06-11
* Changesnatrak2001-06-11
* ChangesKjartan Mannes2001-06-11
* This a rather large commit that needs a lot of fine-tuning. If youDries Buytaert2001-06-10
* ChangesKjartan Mannes2001-06-10
* - Fixed inconsistent behavior of 'node_save()' and simplified theDries Buytaert2001-06-07
* - Updated the $themes array to include all the themes.Kjartan Mannes2001-06-07
* - Improved db_fetch_array() to return an associative array only:Dries Buytaert2001-06-06
* - Modified error_handler() to ignore errors when @function() is used toKjartan Mannes2001-06-04
* CHANGES:Dries Buytaert2001-06-04
* - Changed form_select() to return NULL if called without $options. This shouldKjartan Mannes2001-06-04
* - Moved most of the options in structure.module to node.module. TheDries Buytaert2001-06-02
* CHANGESKjartan Mannes2001-06-02
* - Made the code generated by include/common.inc XHTML 1.0 compliant: allDries Buytaert2001-05-31
* - Fixed an extra <P> in form_file().Kjartan Mannes2001-05-30
* - Removed a few lines of dead code.Dries Buytaert2001-05-29
* - Added a experimental index.module to try out some of the discussedDries Buytaert2001-05-25
* - Improved the rating module: made it possible to define "weights"Dries Buytaert2001-05-24
* - Fixed small glitch in check_preview().Dries Buytaert2001-05-24
* - Fixed a "bug" with in_array. Behaves strangely when the key is of type long.natrak2001-05-23
* - Removed includes/timer.inc: it has been integrated in common.inc.Dries Buytaert2001-05-20
* - Improved node_get() so that it will try to skip one additional queryDries Buytaert2001-05-20
* - Changed the node_get_object() and node_get_array() functions to allow multi...Steven Wittens2001-05-20
* - Improved node_preview(). Fixes a problem with poll.module.Dries Buytaert2001-05-20
* 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
* - Changed form_file($name) to form_file($title, $name, $size, $description = 0).Kjartan Mannes2001-05-18
* - Tidied up the field_get() API and improved the implementation ofDries Buytaert2001-05-17
* - Removed debug output.Dries Buytaert2001-05-17
* - Fixed bug in account.module.Dries Buytaert2001-05-17