summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAge
* - Code improvements: changed some " to '.Dries Buytaert2004-01-25
* - Improvement #5388: removed unnecessary SQL queries when no URL aliases are ...Dries Buytaert2004-01-25
* - Patch #5351 by Kyber: fixed bug in field_get().Dries Buytaert2004-01-23
* - Added missing permission check. Patch by Ax.Dries Buytaert2004-01-21
* - Removed instances of the 'throttle_enable' variable.Dries Buytaert2004-01-19
* - Fixed bug 5247: active link marking invalidates HTML. Patch by Goba.Dries Buytaert2004-01-19
* - Fixed incomplete input checking.Dries Buytaert2004-01-17
* - Fixed bug in session query that prevented sessions to work on PostgreSQL.Dries Buytaert2004-01-17
* - Correction: I accidentically removed some $base_urls.Dries Buytaert2004-01-14
* Patch 5114 by Kjartan:Dries Buytaert2004-01-14
* - Patch 4859: new drupal_unpack() consolidates duplicate code and makes itDries Buytaert2004-01-13
* - Fixing bug #5091: Inconsistent download method defaults.Kjartan Mannes2004-01-13
* - Made l() add 'class="active"' to the active/current URL.Dries Buytaert2004-01-12
* - Patch #5021: clean up URLs in _help texts. Patch by UnConeD.Dries Buytaert2004-01-11
* - Fixed bug 4745: undefined warning in sess_read().Dries Buytaert2004-01-11
* Round 3 of aggregator improvements:Dries Buytaert2004-01-11
* - Fixed ability to override default HTTP headers in drupal_http_request().Steven Wittens2004-01-07
* - Many excellent news aggregator improvements by Kjartan:Dries Buytaert2004-01-07
* - Fixed bug #5004: missing <title>-tag in the example theme.Dries Buytaert2004-01-07
* - New and updated doxygen comments.Kjartan Mannes2004-01-06
* - Improved XML encoding fix. There is now a function drupal_xml_parser_create():Steven Wittens2004-01-06
* Committed filter separation patch: all filter-related things are now in filte...Steven Wittens2004-01-05
* - Partial patch #4927: mass URL aliasing by Goba.Dries Buytaert2004-01-05
* - Fixing doxygen comment.Kjartan Mannes2004-01-02
* - 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