summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - Removed the menu cache. Too many problems with it.Dries Buytaert2004-04-27
|
* - 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 ↵Dries Buytaert2004-04-26
| | | | days back has an erroneous assignment in form_radios().
* - 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 #6498 by jhriggs: <label> requires opening and closing tags.Dries Buytaert2004-04-21
|
* - 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.
* - Patch #7161 by jhriggs: fixed bug with 'last page' functionality.Dries Buytaert2004-04-15
|
* - Patch by JonBob/Jonathan: reworked the menu system so that menus areDries Buytaert2004-04-15
| | | | | | | | | | | | configurable! Menu items can be disabled, repositioned, added and so on. Upgrading to requires you to run update.php. This functionality depricates some of the 'navigation modules' in the contributions repository. Furthermore, modules can now 'suggest' menu items and site adminstrators can choose to enable them. Modules in the contributions repository should try to take advantage of this.
* 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
|
* - Patch #6774 by jhriggs: fixed tablesort sort order reversal errors.Dries Buytaert2004-03-30
|
* - 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.
* - Tracker and forum module improvements!Dries Buytaert2004-03-20
| | | | | Note: the CSS of the tracker page has changed. Some CSS files still have to be updated.
* - Patch #6402 by TDobes: removed MSSQL example from conf.php as MSSQL is no ↵Dries Buytaert2004-03-12
| | | | longer supported.
* - 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
|
* - Fixed constants problem.Kjartan Mannes2004-02-27
| | | | - Made filename modification more logical when there was no extension.
* 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 5834 by Jeremy: made multiple pagers on one page work.Dries Buytaert2004-02-15
|
* - Bug #5684: filter duplicate headers.Dries Buytaert2004-02-15
|
* - Patch #5874 by Bart: made file uploads work with PHP 4.2.Dries Buytaert2004-02-15
|
* - Fixed two bugs in the menu system: only make a menu collapsable when it hasDries Buytaert2004-02-15
| | | | _visible_ children, accept 'foo/0'-style URLs (0 != NULL).
* - 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
* - Patch #5744 by JonBob: tablesort does not call theme("image") correctly.Dries Buytaert2004-02-10
|
* - Patch 5775 by Goba: fixes the only error currently reported by the doxygenDries Buytaert2004-02-10
| | | | parser in Drupal core, plus fixes some errorneous (copy-pasted) doxygen docs.
* - Modified format_date() to handle timezones properly.Kjartan Mannes2004-02-08
|
* - Changed some double quotes to single quotes.Dries Buytaert2004-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.
* - Modified patch from pz: made tablesort.inc's validate.Dries Buytaert2004-02-01
|
* - Patch #5163 by mattias: allow theme_table to accept a html attributesDries Buytaert2004-01-31
| | | | parameter array.
* - Fixing extension splitting (was using the first dot instead of the last one).Kjartan Mannes2004-01-29
|
* - Patch #5448 by pz: removed code duplication from theme.inc.Dries Buytaert2004-01-29
|
* - Fixed bug #5384: tablesort outputs invalid HTML (improved patch).Dries Buytaert2004-01-29
|
* - Fixed bug #5384: tablesort outputs invalid HTML.Dries Buytaert2004-01-28
|
* - Fixed bug #5439: Doxygen errors in theme.incKjartan Mannes2004-01-28
|
* - Patch 4332 by Goba: eliminate compose tips module.Dries Buytaert2004-01-27
|