summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #25634 by chx: simplified node_load().Dries Buytaert2005-07-17
|
* - Patch #26391 by chx: replaced the old XML-RPC library with a ↵Dries Buytaert2005-07-13
| | | | smaller/better/working one.
* - Fix by darix: fixed content type settings broken by berkes' last patch.Dries Buytaert2005-07-07
|
* - Removed tab.Dries Buytaert2005-07-05
|
* - Patches by Ber: move user settings and node settings to admin/settings.Dries Buytaert2005-07-03
|
* - Patch #25928 by Uwe: 'the the' -> 'the'.Dries Buytaert2005-07-03
|
* - 'File Attachments' -> 'File attachments'.Dries Buytaert2005-07-03
|
* - Patch #26233 by Goba: fixed problem with block regions being buggy.Dries Buytaert2005-07-03
|
* - Patch 7897: don't show blocks if they have no contentDries Buytaert2005-07-02
|
* - Fixed problems with filter formats and problem with XML-RPC server.Dries Buytaert2005-06-29
|
* - Patch by Drumm: removed redundant word.Dries Buytaert2005-06-27
|
* - Patch #25603 by Stefan: made the sizes of forms consistent.Dries Buytaert2005-06-27
| | | | TODO: document the defaults in the PHPdoc comments.
* - Patch by Robert: fixed problem with username blocking.Dries Buytaert2005-06-23
|
* - Patch by deekayen: roll back permission patch.Dries Buytaert2005-06-23
|
* - Patch #25504 by kumo: fixed problem with the weights of book pages not ↵Dries Buytaert2005-06-22
| | | | being remembered.
* - Patch #18213 by chx: boostrap system. Modified to work with HEAD, tidiedDries Buytaert2005-06-22
| | | | | | | up the documentation a little. chx: can you double-check whether the global $conf variable is secure? (That is, make sure it can't be send using the URL or something.)
* - Patch #25121 by Robrecht J.: changed itemized lists with hardcoded CSS to ↵Dries Buytaert2005-06-21
| | | | definition lists.
* - Patch #21566 by deekayan: fixed user_access() function returning a string ↵Dries Buytaert2005-06-21
| | | | and not a boolean. Also improves performance of user_access().
* - Patch #25398 by Ber: drop.org -> drupal.org.Dries Buytaert2005-06-21
|
* - Patch #3962 by deekayen: improved error message when a blocked user ↵Dries Buytaert2005-06-21
| | | | attempts to login.
* - Patch #16204 by Thox: committed the collapsible form elements patch.Dries Buytaert2005-06-21
| | | | | | NOTE: this patch works well, but the improved node edit form still has some rough edges. It is important that we continue to improve usability. Give it a try.
* - 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.