summaryrefslogtreecommitdiff
path: root/includes/common.inc
Commit message (Collapse)AuthorAge
* - 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
| | | | | | | | administrators will be able to define a custom 403 page, just as they can define 404 pages now. This needs to be documented in the "Changes since / migrating to ..." pages.
* Truncate UTF-8 patch. Introduced a new function truncate_utf8() for chopping ↵Steven Wittens2004-04-15
| | | | off strings at unsure locations, without risking incomplete UTF-8 data.
* - Patch #6947 by Ax: fixed a Doxygen warning, fixed some uninitialized varables.Dries Buytaert2004-04-12
| | | | (I'm back from vacation.)
* - 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 ↵Dries Buytaert2004-03-24
| | | | PHP 4.1.2. Also updated file.inc.
* - Ported patch #6470 by Brian: fixed more XHTML erros related to multiple ↵Dries Buytaert2004-03-24
| | | | selects.
* - Profile module improvements: added a URL-type field to the profile module.Dries Buytaert2004-03-21
| | | | | We can use this for the 'URL of homepage' field on drupal.org. URL fields are rendered as links and are being validated.
* - Patch 6345 by Chris: the 4th argument of form() is misnamed and used 0 as ↵Dries Buytaert2004-03-11
| | | | default value
* - 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 ↵Steven Wittens2004-02-24
| | | | radio/check labels non-bold again.
* - 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
| | | | - Fixed '\n' => "\n".
* - Added a short snippet to drupal_xml_parser_create() which invokes iconv() ↵Steven Wittens2004-02-17
| | | | to convert unsupported encodings.
* - Patch 5592 by Goba: introduced a new function, drupal_map_assoc().Dries Buytaert2004-02-12
|
* - Patch 4902 by Goba:Dries Buytaert2004-02-11
| | | | | | | | | | | | | + only adds an optional parameter to url() and l(), so individual links can be set to be absolute + modifies drupal_goto() to accept the parameters of url() without the $absolute parameter, so cleaner invocations can be used + rework of some code in node_feed, making it much better to look at (the current code uses foreach with an immediate brake to get the first key of the associative array, geeeeez) + added xml:base to the rss tag generated by node_feed() + set all user mail URLs to be absolute + fix a small fragmented URL in user.module
* - Modified format_date() to handle timezones properly.Kjartan Mannes2004-02-08
|
* - Patch #5708 by Goba: moved the URL aliasing functions to a common place, soDries Buytaert2004-02-08
| | | | | | they will be part of the same documentation group, as well as created a new 'formatting functions' group and added a lot of docs for them. Also fixed some small errors reported by the doxygen parser.
* - Subset of patch 5613 by Goba: fixed some translation issues.Dries Buytaert2004-02-05
|
* - Fixed bug 5532: search broken if any subsearch returns without results.Dries Buytaert2004-02-01
| | | | Patch by Goba.
* - Patch #5448 by pz: removed code duplication from theme.inc.Dries Buytaert2004-01-29
|
* - Patch 4332 by Goba: eliminate compose tips module.Dries Buytaert2004-01-27
|
* - Patch #5393 by Goba: changes the search hook return value, and requires an ↵Dries Buytaert2004-01-26
| | | | | | | | | | | array containing two elements, the first being the requested title, and the second being the result list. Advantages: * Cleaner search code in common.inc * Po extraction is possible and works fine * No hardcoded exceptions for node and comment modules, since any module can return results in order of relevance (or another order)
* - Improvement #5388: removed unnecessary SQL queries when no URL aliases are ↵Dries Buytaert2004-01-25
| | | | defined.
* - Patch #5351 by Kyber: fixed bug in field_get().Dries Buytaert2004-01-23
|
* - Added missing permission check. Patch by Ax.Dries Buytaert2004-01-21
| | | | - Added a $granularity field to format_interval().
* - Fixed bug 5247: active link marking invalidates HTML. Patch by Goba.Dries Buytaert2004-01-19
|
* - Fixed incomplete input checking.Dries Buytaert2004-01-17
|
* - Correction: I accidentically removed some $base_urls.Dries Buytaert2004-01-14
|
* Patch 5114 by Kjartan:Dries Buytaert2004-01-14
| | | | | | | - Adds drupal_set_header() and drupal_get_headers(). - Cache now stores custom headers. - Replace theme_head() with drupal_get_html_head(), added drupal_set_html_head(). - Added RSS autodiscover links to node, blog and taxonomy pages.
* - 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 ability to override default HTTP headers in drupal_http_request().Steven Wittens2004-01-07
| | | | - Fixed issue with drupal_get_path_alias(): should return false for non-aliased URLs.
* - Many excellent news aggregator improvements by Kjartan:Dries Buytaert2004-01-07
| | | | | | | + Added drupal_http_request(). + Replaced rssfeeds with OPML feed subscription list. + Added support for pubDate. + Added support for conditional gets using ETag and Last-Modified.
* - 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
| | | | | | | | | | | | | | | /** * Wrapper around xml_parser_create() which extracts the encoding from the XML * data first and sets the output encoding to UTF-8. This function should be * used instead of xml_parser_create(), because PHP's XML parser doesn't check * the input encoding itself. * * This is also where unsupported encodings should be converted. * Callers should take this into account: $data might have been changed after * the call. * * @param $data The XML data which will be parsed later. */
* Committed filter separation patch: all filter-related things are now in ↵Steven Wittens2004-01-05
| | | | | | | | filter.module (which is a required module). To do this cleanly, I reorganised some bits of system.module: there is now a generic handler available for simple variable-get/set based configuration pages. Look at filter_admin() or system_view() for example usage. (based on the patch by Goba)
* - Partial patch #4927: mass URL aliasing by Goba.Dries Buytaert2004-01-05
|
* - Patch #4858: search module did not remember the search filter. Patch byDries Buytaert2004-01-02
| | | | Kjartan.
* - Made it possible to set and display multiple status messages. Modified ↵Dries Buytaert2003-12-30
| | | | | | patch by Kjartan.
* - 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 typo introduced by the <b> -> <strong> patches. This might need a ↵Dries Buytaert2003-12-29
| | | | | | better fix.
* - 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
|