summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #28986: fixed Incorrect order of PosgreSQL statements.Dries Buytaert2005-08-16
|
* - Patch #28924 by Jeremy: simplified 'group by'-clause to improve performance.Dries Buytaert2005-08-16
|
* - Patch #16216 by nedjo: multiple block regions!Dries Buytaert2005-08-16
|
* - Patch #28871 by Malthus: added missing quotes.Dries Buytaert2005-08-15
|
* - Updating CHANGELOG.txt.Dries Buytaert2005-08-15
|
* - Patch #28861 by Malthus: fixed typo in XML-RPC backend. Missing $.Dries Buytaert2005-08-14
| | | | - Made chx the XML-RPC maintainer.
* - Fixed the filter module.Dries Buytaert2005-08-14
|
* - Patch #28826 by chx: make xmlrpc_multicall working.Dries Buytaert2005-08-14
|
* - Patch #27897 by kubaZygmunt: fixed PHP warning.Dries Buytaert2005-08-11
|
* - Patch #25522 by Cvbge: _db_query() does not return FALSE in case of errors ↵Dries Buytaert2005-08-11
| | | | as stated in documentation.
* - Patch #13941 by Prometheus6: made the aggregator module parse Atom feeds.Dries Buytaert2005-08-11
|
* - Patch by Uwe: tidied up the CVS IDs.Dries Buytaert2005-08-11
|
* - Patch by Uwe: tidied up CVS IDs.Dries Buytaert2005-08-11
|
* - Patch #28482 by Uwe: add CVS $Id$ tags to all source files in Drupal core. ↵Dries Buytaert2005-08-11
| | | | | | This allows admins to know exactly which version of which files they use. In addition I want to use CVS $Id$ tags in my upcoming security.module to check for possible vulnerabilities. That's not possible if some files simply don't have $Id$s. Note: I also (mostly) unified the tags to use the "// ID" form instead of "/* ID */", but that's more of a cosmetic issue. I'm not sure whether *.txt files and the stuff in themes/ need tags(?).
* - Patch #23750 by jerakeen: use the creation date rather than the update ↵Dries Buytaert2005-08-11
| | | | date in RSS feeds.
* - Patch #26236 by Robin Monks: added 'send me a copy'-functionality to the ↵Dries Buytaert2005-08-11
| | | | contact forms.
* - Patch #26637 by Robert Douglas: he documentation to theme_node clearly ↵Dries Buytaert2005-08-10
| | | | says the the parameter $teaser is "Whether to display the teaser only, as on the main page." Naming this parameter $main in the themes is confusing.
* - Patch #27947 by Robert Douglas: simplified code, removed SQL query.Dries Buytaert2005-08-10
|
* - Patch #27980 by Neil Drumm: removed unused function.Dries Buytaert2005-08-10
|
* - Bug 23810: removed redundant variable from SQL query.Dries Buytaert2005-08-10
|
* - Patch #18778 by Gerhard/Olen: sort users by creation date rather than user ID.Dries Buytaert2005-08-10
|
* - Patch by Thomas: always use db abstraction layerDries Buytaert2005-08-10
|
* - Patch #28599 by Cvbge: fixed typo in documentation: 'user' -> 'used'.Dries Buytaert2005-08-10
|
* - Menu: remove array_merge warning when editing a node without menu item.Steven Wittens2005-08-09
|
* - #27985: make node type column biggerSteven Wittens2005-08-08
|
* - #28464: fix XMLRPC array vs. struct type-checkingSteven Wittens2005-08-08
|
* - Patch #24002: fixed node created timestamp changing on node edit.Dries Buytaert2005-08-07
|
* - Patch #27713 by tostinni: fixed two problems on the block add page:Dries Buytaert2005-08-07
| | | | | + description field isn't marked as requiered +when the field isn't unique, an error is displayed, but the wrong text field is set as erronous.
* - Patch #26637 by Robert Douglas: $teaser misnamed in themes theme_node().Dries Buytaert2005-08-07
| | | | TODO: update documentation!
* - #23560: Sort watchdog date by wid to ensure unique ordering.Steven Wittens2005-08-06
|
* - #25395: Allow for more integers in node_access grant_x columnsSteven Wittens2005-08-05
|
* - #27852: redirect to user edit page on first log-inSteven Wittens2005-08-05
|
* - #27853: PHP notices.Steven Wittens2005-08-05
|
* - #27864: Correctly distinguish 403s from 404s for nodes.Steven Wittens2005-08-05
|
* - #27844: Simplify pushbutton link generation.Steven Wittens2005-08-05
|
* - #27981: Add media parameter to theme_add_styleSteven Wittens2005-08-05
|
* - #28154: remove useless /view from user resultsSteven Wittens2005-08-03
|
* - #28053: left-over blogapi bugs after xmlrpc library switchSteven Wittens2005-08-02
|
* - Druplicon-small.png no longer used.Steven Wittens2005-08-02
|
* - Readding FOUC-preventing script tagSteven Wittens2005-08-02
|
* - Patch #27840 by Tobias: removed unnecessary script-tag from template.Dries Buytaert2005-08-01
|
* - Patch #27737 by Gerhard: format_name($object) -> theme('username', $object).Dries Buytaert2005-08-01
| | | | | | Usernames can now be themed; eg. an icon/avatar could be added. TODO: update contributed modules + update the migration docs.
* - Add some Unicode checks to username validationSteven Wittens2005-07-31
|
* - Patch by Neil: removed redundant form_group() from throttle settings page.Dries Buytaert2005-07-31
|
* - Patch #27535 by Ber: set 'preview status message' using drupal_set_message().Dries Buytaert2005-07-31
|
* - Patch #27863 by Robrecht: fixed order of parameters passed to imagecopy(). ↵Dries Buytaert2005-07-31
| | | | Could result in black images.
* - Patch #27633 by Tobias:Dries Buytaert2005-07-31
| | | | | + made it possible to specify a subject when submitting a message on the contact form. + fixed some bugs/glitches.
* - Patch #27431 by Cvbge: add file size infomation to image_get_info()Dries Buytaert2005-07-31
|
* - Removed some whitespaceDries Buytaert2005-07-31
|
* - OopsieSteven Wittens2005-07-30
|