summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAge
* - Fixed bug 4916: users can have disabled themes. Modified patch by Mathias.Dries Buytaert2004-01-02
* - Patch #4858: search module did not remember the search filter. Patch byDries Buytaert2004-01-02
* - Made it possible to set and display multiple status messages. Modified pat...Dries Buytaert2003-12-30
* - Updated code to use new semantics of url() and l().Dries Buytaert2003-12-29
* - Added $fragment identifier to url() and l(). Patch by Goba.Dries Buytaert2003-12-29
* - Fixed a weird typo introduced by the <b> -> <strong> patches and indentedDries Buytaert2003-12-29
* - Fixed typo introduced by the <b> -> <strong> patches. This might need a be...Dries Buytaert2003-12-29
* - XHTML improvements: <b> -> <strong>. Patch by Stefan.Dries Buytaert2003-12-29
* - Fixed glitch with form_radio(). Reported by Kjartan.Dries Buytaert2003-12-29
* - Removed the ID from radio buttons: we'll need to rethink this a bit.Dries Buytaert2003-12-29
* - Removed the id= from checkboxes: it is acting weird in some cases. :oIDries Buytaert2003-12-28
* - Improved Doxygen documentation.Kjartan Mannes2003-12-27
* - Fixed fileuploads for nodes failing without preview.Kjartan Mannes2003-12-27
* - Fixed switch in file_create_url().Kjartan Mannes2003-12-27
* - Added file handling. Work by Kjartan.Dries Buytaert2003-12-26
* - Removed the ID from radio buttons for now: duplicate IDs confuse the browser.Dries Buytaert2003-12-26
* - Refactored form_radios() such that less HTML code is emitted and such thatDries Buytaert2003-12-24
* - Fixed bug #4771: variable_get(site_name, ...) -> variable_get('site_name', ...Dries Buytaert2003-12-22
* - Accessibility improvement: changed a <b>-tag to a <strong>-tag, used toDries Buytaert2003-12-22
* - Updated documentation, small bug fix and small improvements to the <label>Dries Buytaert2003-12-22
* - Fixed password field.Dries Buytaert2003-12-22
* - Accessibility improvements: made the <label>-tags use the 'for'-attribute.Dries Buytaert2003-12-22
* - Getting the fix rght.Kjartan Mannes2003-12-19
* - Fixing magic_gpc fix.Kjartan Mannes2003-12-19
* - Fixed bug 4703: don't display the help text when the user has no accessDries Buytaert2003-12-18
* - Fixing wrong superglobal usage.Kjartan Mannes2003-12-18
* - Small updateDries Buytaert2003-12-18
* - Fixed typo: $outpout -> $output. Fixed bug 4690.Dries Buytaert2003-12-18
* Patch by Kjartan:Dries Buytaert2003-12-17
* - Type in comment block.Kjartan Mannes2003-12-16
* - Reworked 404 (page not found) handling. Patch by walkah. You can specify aDries Buytaert2003-12-16
* - Patch 161 by Gordon: adds new form_button() function with a more generic ve...Dries Buytaert2003-12-15
* - Bugfix: removed incorrect print statements from theme.inc.Dries Buytaert2003-12-13
* - Small change to the default theme.Dries Buytaert2003-12-13
* Patch by Kjartan:Dries Buytaert2003-12-13
* - Patch by Kjartan:Dries Buytaert2003-12-13
* - Fixed race condition in session handler. Patch by Kjartan.Dries Buytaert2003-12-13
* - Simplified the way the 'real path' is resolved.Dries Buytaert2003-12-12
* - Small improvement to make request_uri() work on multiple platforms.Dries Buytaert2003-12-11
* - Moved the watchdog() function to the bootsrap file. Patch by Moshe.Dries Buytaert2003-12-10
* - Fixed <title> extraction deleting body.Kjartan Mannes2003-12-09
* - Improvements by Goba:Dries Buytaert2003-12-08
* - Tidied up the DoxyGen comments. Patch by Kjartan.Dries Buytaert2003-12-08
* - Patch 0185 by Jeremy: made it possible to automatically disable modules whenDries Buytaert2003-12-07
* - Patch 185 by Ax: fixed undefined variables, synchronized xtemplate with sf,...Dries Buytaert2003-12-04
* - Introduced a drupal_set_message() and drupal_get_message() function.Dries Buytaert2003-12-01
* - Made it possible to auto-throttle blocks. That is, blocks can beDries Buytaert2003-11-28
* - Renamed 'Content-length' to 'Content-Length. Fixes bug #4323Dries Buytaert2003-11-28
* Fixed typo. Patch by Manuel.Dries Buytaert2003-11-27
* - Doxygen improvements. Patch by Ax.Dries Buytaert2003-11-26