summaryrefslogtreecommitdiff
path: root/includes/common.inc
Commit message (Expand)AuthorAge
* - Patch #9819 by JonBob: fixed XHTML bug - make sure the <div> is always closed.Dries Buytaert2004-08-06
* - Patch #9330: ucfirst() gives problem when used with multibyte charset.Dries Buytaert2004-08-06
* - Patch #7458 by killes: conditionally include xmlrpc.inc.Dries Buytaert2004-08-04
* Fixing a rather nasty bug with page cache:Steven Wittens2004-07-29
* - #9287: More doxygen/documentation fixes by JonBobSteven Wittens2004-07-22
* - Fixing bad strpos usage (have to use the ===/!== operators to check for 'fa...Steven Wittens2004-07-21
* - Patch #9238 by JonBob: added code and Doxygen comments to common.inc andDries Buytaert2004-07-13
* Slightly improved code in drupal_xml_parser_create.Steven Wittens2004-07-12
* Now Drupal tries iconv, recode and mbstring to convert unknown XML encodings ...Steven Wittens2004-07-12
* - Call 'exit' hook when drupal_goto() is called. Also necessary for theDries Buytaert2004-07-11
* - Many form_ functions called theme('form_element') with the wrong parameters!Dries Buytaert2004-07-08
* - Patch by Steven and me: refactored the form handling of nodes. The node sys...Dries Buytaert2004-07-04
* - Textarea's did not have error handling support yet.Dries Buytaert2004-07-04
* - Patch #8973 by JonBob: Drupal contains many undefined variables and array i...Dries Buytaert2004-07-02
* - Preventing caching of page when status messages are present (needed for red...Steven Wittens2004-06-28
* - Patch #8344 by Kjartan: drupal_http_request() did not always handle EOLsDries Buytaert2004-06-21
* - Patch #8670 by asimmonds: more spelling fixes.Dries Buytaert2004-06-21
* Tabs patch!Dries Buytaert2004-06-18
* - Commiting patch #8288: Let modules pass $attributes to form_checkboxes() an...Kjartan Mannes2004-06-04
* - Patch #4950 by Stefan (and Morbus): made watchdog messages translatable.Dries Buytaert2004-06-02
* - Removing early experimental tab code that slipped in.Kjartan Mannes2004-06-02
* - Patch #8105 by mathias: made the menu system aware of path aliases.Dries Buytaert2004-06-01
* - Improved form handling.Dries Buytaert2004-05-31
* - Patch #8089 by matthias: make sure aliased links can be flagged as 'active'.Dries Buytaert2004-05-28
* - Patch #7725 by Marius: fixed glitch in e-mail address validation code. A s...Dries Buytaert2004-05-24
* - Modified patch #7958 by Adrian: store status messages in a session so they ...Dries Buytaert2004-05-22
* - Made it possible for anonymous users to leave their name, e-mail addressDries Buytaert2004-05-18
* - Patch #6682 by jhriggs: added form_checkboxes(), much like form_radios()Dries Buytaert2004-05-15
* Adding support for <optgroup> through form_select. See the PHPdoc for usage.Steven Wittens2004-05-05
* Standard text/html HTTP Content-Type was not cached, causing encoding issues ...Steven Wittens2004-05-03
* - Patch #6887 by drumm: fixed drupal_http_requestDries Buytaert2004-04-27
* - Patch #7403 by jhriggs: the required-form-items patch that hit HEAD a few d...Dries Buytaert2004-04-26
* - Bugfix: strip all HTML from the feed description.Dries Buytaert2004-04-24
* - Patch #6791: mark required fields. Modified patch by Michelangelo.Dries Buytaert2004-04-24
* - Patch #6887 by Gerhard: fget -> fread for sake of compatibility.Dries Buytaert2004-04-21
* - Added support for 403 handling. Patch by JonBob. As a side benefit,Dries Buytaert2004-04-21
* Truncate UTF-8 patch. Introduced a new function truncate_utf8() for chopping ...Steven Wittens2004-04-15
* - Patch #6947 by Ax: fixed a Doxygen warning, fixed some uninitialized varables.Dries Buytaert2004-04-12
* - Partial patch 6680 by Brian: fixed invalid XHTML in search result page.Dries Buytaert2004-03-31
* - Fixed bug #6697: improved the URL validation functionDries Buytaert2004-03-27
* - Patch #6517 by kika: drupal_http_request() fails to open feed because on PH...Dries Buytaert2004-03-24
* - Ported patch #6470 by Brian: fixed more XHTML erros related to multiple sel...Dries Buytaert2004-03-24
* - Profile module improvements: added a URL-type field to the profile module.Dries Buytaert2004-03-21
* - Patch 6345 by Chris: the 4th argument of form() is misnamed and used 0 as d...Dries Buytaert2004-03-11
* - Fixed bug #6345: drupal_attributes() adds redundant space.Dries Buytaert2004-03-10
* - Improved drupal_not_found()Dries Buytaert2004-03-08
* - Removed broken throttle.Dries Buytaert2004-03-01
* Improved <label> patch: got rid of ID's by implicit association, and made rad...Steven Wittens2004-02-24
* - Patch by Steven: added <label>s to checkboxes and radio buttons.Dries Buytaert2004-02-23
* - Fixed bug #5977: Date translation screwed.Kjartan Mannes2004-02-21