summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #24397 by deekayen: replaced deprecated reference to conf.php.Dries Buytaert2005-06-19
|
* - Patch #24766 by deekayen (David): fixed user module showing the epoch ↵Dries Buytaert2005-06-19
| | | | instead of 'never'.
* - Patch #21918 by budda/Robin: forum icons are broken when you change the ↵Dries Buytaert2005-06-19
| | | | forum icon path. TODO 1: the forum icons should probably be configurable on a per-site or per-theme basis. TODO 2: I spent 5 minutes looking for this setting.
* - Patch #1898 by Djun: more book module improvements including but not limitedDries Buytaert2005-06-07
| | | | to OPML export functionality, better code comments, better help texts, etc.
* - Patch #24135 by Moshe: made it possible to ban visitors based on ↵Dries Buytaert2005-06-07
| | | | hostname/IP. Banning visitors can either be done from the 'access control' pages, or directly from the statistics pages. This feature is very convenient to block badly behaving crawlers.
* - Patch #24450 by Neil: removed some dead code.Dries Buytaert2005-06-07
|
* - book_render() was broken after a faulty commit. Adding back.Steven Wittens2005-06-07
| | | | | See: http://cvs.drupal.org/viewcvs/drupal/drupal/modules/book.module?r1=1.294&r2=1.295
* - Patch #24003 by Steven: fix problems with node attribute checking (and ↵Dries Buytaert2005-06-06
| | | | improve defaults).
* - Removing some whitespaceDries Buytaert2005-06-06
|
* - Crop long columns.Dries Buytaert2005-06-06
|
* - Modified version of patch #1482 by Djun:Dries Buytaert2005-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch enables export of books as XML documents. The XML is DocBook "at the level of structure", but node contents are wrapped as CDATA, since we can't be sure that the contents are valid XML. Several other bugs/feature requests are also addressed with this patch: - Fixes bugs http://drupal.org/node/1898 http://drupal.org/node/1482 http://drupal.org/node/8049 http://drupal.org/node/1899 Should go a long way towards implementing feature request http://drupal.org/node/2062 It should also be easy to extend this to produce OPML, for example. - Adds about 170 lines, of which more than 100 are comments - Added doxygen comments - Made doxygen comment format consistent; fixed minor grammatical slips - A proper Doctype and more informative HTML element is generated for printer-friendly HTML output. - Refactored book_print() to use book_recurse(). - Refactored book_recurse(). Applies 'visitor' callback functions to nodes during weight/title order tree-traversal. The parameterized visitor callbacks can be used to generate different kinds of output. There are many other kinds of operations on books which can be implemented by writing a pre-node/post-node pair of callback functions: word-count/ statistics gathering, comparison, copying, search and replace... - Introduced book_export() which uses book_recurse() to generate DocBook-like XML to export book contents in a structured form. An md5 hash is computed for each node to help import code to decide if a node needs to be updated or not.
* - urlencode() the subjects in the admin overview page.Dries Buytaert2005-06-04
|
* - Fixed registration bug.Dries Buytaert2005-06-01
|
* - #23685: urlencode() profile field names and values in the URL (any dynamic ↵Steven Wittens2005-06-01
| | | | data in an url should be urlencoded to prevent characters like # and & from being interpreted by the browser/server).
* - #23736: Remove dependency of system.module on node.moduleSteven Wittens2005-06-01
|
* - #23734: Replace date() with format_date() in aggregatorSteven Wittens2005-06-01
|
* - #18836: Cleanup teaser generation code, and refine handling of PHP code ↵Steven Wittens2005-06-01
| | | | teasers.
* - #18836: Cleanup teaser generation code, and refine handling of PHP code ↵Steven Wittens2005-06-01
| | | | teasers.
* - Use & instead of numerical entity in autop.Steven Wittens2005-06-01
|
* - Code cleanup: improve format_plural usage, add some missing ↵Steven Wittens2005-05-31
| | | | placeholder/check calls, and introduce API for <link> tags.
* - Typo in upload messages: %quote -> %quotaSteven Wittens2005-05-31
|
* - Patch #18275 by Steven: "create content" menu displays extraneous links.Dries Buytaert2005-05-26
| | | | (Not sure if this needs to be backported to DRUPAL-4-6.)
* - Patch #23633 by Moshe: improve grouping in default profile page.Dries Buytaert2005-05-26
|
* - Patch #23588 by Ber: fixed incorrect call to theme_user_picture.Dries Buytaert2005-05-25
|
* - #18406: make node_page 404 on meaningless nidsSteven Wittens2005-05-25
|
* - #19434: Improved forum admin texts.Steven Wittens2005-05-25
|
* - #20809: User-configurable, per-theme, optional favicons.Steven Wittens2005-05-25
|
* - #23213: Report upload size limits in megabytes, not bytes.Steven Wittens2005-05-25
|
* - #20963: Make taxonomy_select_nodes() more useful to other modules, by ↵Steven Wittens2005-05-25
| | | | allowing custom sorting orders.
* - #23014: Only show forum blocks if there are topics to list.Steven Wittens2005-05-25
|
* - Sort admin-content by descending node date. This got lost in the ↵Steven Wittens2005-05-25
| | | | refinement-filter patch.
* * cue Star Wars theme tune *Steven Wittens2005-05-24
| | | | | | Return of the JavaScript! - #22519: form_autocomplete(): Ajax based autocompletion. Currently used for user names and folksonomy tags.
* - Patch #23383 by Ber: added theme_user_list() function.Dries Buytaert2005-05-23
|
* - #23285: Allow theming of comment previews, like node previews.Steven Wittens2005-05-22
|
* - Patch #22192 by tostinne: fixed invalid XHTML codeDries Buytaert2005-05-22
|
* - Patch #16452 by chx: made it possible to rewrite some taxonomy queries.Dries Buytaert2005-05-21
|
* - Patch #7684 by MrRoot/grohk: order taxonomy terms by vocabulary weight, ↵Dries Buytaert2005-05-21
| | | | then term weight.
* - Patch #11791 by kps: trim passwords to avoid copy-paste mistakes.Dries Buytaert2005-05-21
|
* - Patch #22469 by mathias: added missing DISTINCT()s to two SQL queries.Dries Buytaert2005-05-21
|
* - Patch #16303 by Gerhard: fixed some warnings.Dries Buytaert2005-05-21
|
* - Patch #23320 by Chris Messina: made it easier to theme the ↵Dries Buytaert2005-05-21
| | | | printer-friendly book pages.
* - Removing the /*! USE INDEX */. It actually degrades performance ↵Dries Buytaert2005-05-20
| | | | significantly.
* - Patch #23160 by drumm: fixed status message by adding a missing string ↵Dries Buytaert2005-05-19
| | | | substition.
* - Renamed "top users" page to "top visitors" and added some page generation ↵Dries Buytaert2005-05-19
| | | | | | times per user. This make it trivial to spot evil crawlers.
* - Fixing some plain/url check calls.Steven Wittens2005-05-18
|
* - Patch #23028 by chx: fixed file_check_location() problems.Dries Buytaert2005-05-17
|
* - Patch by chx: added a db_rewrite_sql() in node_load() just to make sure.Dries Buytaert2005-05-17
|
* - Improvement: avoid people hitting 'Send message' without checking the ↵Dries Buytaert2005-05-16
| | | | category/subject.
* - Modified patch #22878 by Junyor: made all terms on the taxonomy overview ↵Dries Buytaert2005-05-14
| | | | page links to the taxonomy term list page.
* - Patch #22883 by darix: system_theme_listing() passes scalar to ↵Dries Buytaert2005-05-14
| | | | drupal_attributes(). this patch fixes it and wraps the params into array()