summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAge
...
* - 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
* Improved and optimized format_interval()Steven Wittens2001-05-17
* Updated the custom timestamp format to include locale support.Steven Wittens2001-05-17
* - Extended form() to take an optional forth parameter which is appended toKjartan Mannes2001-05-17
* - Removed the "history"-field from the SQL table "users" and addedDries Buytaert2001-05-16
* - Updated to only die() if page is directly requested.natrak2001-05-16
* - Fixed bug in path_uri()Dries Buytaert2001-05-16
* - Created 2 new functions:Dries Buytaert2001-05-15
* - Fixed typo: "$language" should have been "$languages".Dries Buytaert2001-05-14
* - Renamed "hostname.conf" to "setting.php" (cfr. "setting.module").Dries Buytaert2001-05-14
* - Made the main page display sub-topics when a specific topicDries Buytaert2001-05-12
* CHANGES:Dries Buytaert2001-05-10
* - Code review: improved search API, tidied up the search related code,Dries Buytaert2001-05-09
* - Added custom PHP error handler to track down warnings and errors.Dries Buytaert2001-05-06
* - Uhm. Rewrote the module system: less code clutter, less run-timeDries Buytaert2001-05-05
* CHANGES:Dries Buytaert2001-05-02
* Welp. Large commit ahead.Dries Buytaert2001-04-30
* CHANGES:Dries Buytaert2001-04-29
* - Addition: added a new, tiny forum module: I will use this forumDries Buytaert2001-04-29
* CHANGESKjartan Mannes2001-04-27
* CHANGESnatrak2001-04-27
* ChangesKjartan Mannes2001-04-23
* Changesnatrak2001-04-23
* - Oops: left in a debug-statementSteven Wittens2001-04-21
* - Fixed bug when node-navigation-combobox wouldn't select the correct item if...Steven Wittens2001-04-21
* - Added "custom" date/time format... to allow user-timezone-adjusted custom d...Steven Wittens2001-04-21
* - Fixed typo "sumbission"Steven Wittens2001-04-21