summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - Simplified the session code (PostgreSQL update).Dries Buytaert2005-03-01
|
* - Missing '>' (reported by Goba)Steven Wittens2005-03-01
|
* #17747: PGSQL improvementsSteven Wittens2005-02-28
|
* - Patch #17869: make local tasks more themeable.Dries Buytaert2005-02-28
|
* - Patch #17687 by Gerhard: removed some cruft.Dries Buytaert2005-02-21
|
* #17477: Remove dependency on GD for avatar uploading.Steven Wittens2005-02-21
|
* - Fixing broken search after sql rewrite patchesSteven Wittens2005-02-19
| | | | - Minor code style fixes.
* - Removing dead variableSteven Wittens2005-02-09
|
* - #16111: bad quotes in db_rewrite_sqlSteven Wittens2005-02-05
|
* - PHP5 fix due object references: node previewing should not put node output ↵Steven Wittens2005-02-04
| | | | into form.
* - Patch #16246 by Moshe: added mechanism to direct the user back to the ↵Dries Buytaert2005-02-01
| | | | | | referring page after completing a form. (Moshe: the patch against node.module failed to apply.)
* - Patch #16358 by James: added toolkit to enable better image handling. The ↵Dries Buytaert2005-02-01
| | | | | | | | | | | | | | avatar code and the upload module have been updated to take advantage of the new image API. There are 5 main functions that modules may now utilize to handle images: * image_get_info() - this function checks a file. If it exists and is a valid image file, it will return an array containing things like the pixel dimensions of the image, plus the 'type' and common extension. * image_scale - resizes a given image to fit within a given width / height dimensions, while maintaining aspect ratio (not distorting the image). This function can be used to generate thumbnails, or ensure a maximum resolution, etc. * image_resize - similar to image_scale (but will not respect aspect ratio - may well distort the image). * image_rotate - rotate an image by X degrees * image_crop - crops an image to a given rectangle (defined as top-left x/y coordinates plus a width & height of the rectangle). Contribution modules will now be able to rely on these base manipulation functions to offer additional functionality (such as image nodes, photo galleries, advanced image manipulation, etc).
* - Patch #16513 by James (slightly modified): export categories and ↵Dries Buytaert2005-02-01
| | | | | | enclosures to RSS feeds (and made RSS feeds extensible). NOTE: this needs to be documented.
* - Patch #16303 by Gerhard: fixed PHP notices.Dries Buytaert2005-01-31
|
* - Patch #16111 by chx: fixed some bugs in the db_rewrite_sql() code.Dries Buytaert2005-01-31
|
* - Patch #16111 by chx: PHPdoc/documentation improvements.Dries Buytaert2005-01-30
|
* - Patch #16253 by Goba: incremental improvements to the new content markers.Dries Buytaert2005-01-30
| | | | Goba: it would be nice if one of the core themes would showcase this functionality. ;-)
* - Patch #16111 by chx: generalized node_rewrite_query to db_rewrite_query.Dries Buytaert2005-01-29
|
* - Patch by Remco: <div> -> </div>.Dries Buytaert2005-01-28
|
* - Patch by Jeremy: fixed unclosed "Dries Buytaert2005-01-27
|
* - Patch by Jeremy: made the diffs more meaningful.Dries Buytaert2005-01-27
|
* - Patch #16273 by Jeremy: improved the themability of the pager.Dries Buytaert2005-01-27
|
* - Patch #16253 by Goba: this simple and straightforward patch adds the ↵Dries Buytaert2005-01-27
| | | | ability to define different types of markers (while retaining the old default behaviour of the new and required markers to look the same). Someone with enough time on his hands might be able to partition the new marker to a real new marker and a changed marker (since node_is_new() returns TRUE even if nodes changed, and not only when they are new). This is the base on which the new patch can be worked though.
* - Modified patch #14170 by Neil: improved default workflow (default node ↵Dries Buytaert2005-01-24
| | | | | | type) configuration page. Modified the patch to remove some redundant code, to translate strings, and to better use the menu system.
* - Fixed PHP5 warning: the $result object in drupal_http_request() needed to ↵Dries Buytaert2005-01-22
| | | | | | be properly initialized using 'new StdClass'. (I just installed PHP 5.0.3, no less. Why don't you?)
* - Small clean-up: '>= 1' => '> 0' => ''.Dries Buytaert2005-01-22
|
* - Patch #15976 by Neil: if one single admin modifiable menu item is added ↵Dries Buytaert2005-01-22
| | | | then it is not put in the menu table because the comparison is > 1 instead of > 0.
* - Patch #9477 by JonBob: improved handling of user-specified paths.Dries Buytaert2005-01-19
|
* - Reversing bad commit, sorry everyone.Steven Wittens2005-01-17
|
* - Various code style fixesSteven Wittens2005-01-17
|
* - Patch #14731 by chx: made it possible to rewrite node queries.Dries Buytaert2005-01-16
|
* Remove left-overs from admin.module.Steven Wittens2005-01-14
|
* - Watchdog improvement: added a 'view' link for 'access denied' messages.Dries Buytaert2005-01-10
|
* - Patch #15399 by adschar: fixed PHP5 error when a new session is inserted ↵Dries Buytaert2005-01-10
| | | | into the session table. (Better fix.)
* - Patch #15399 by adschar: fixed PHP5 error when a new session is inserted ↵Dries Buytaert2005-01-10
| | | | into the session table.
* #15347: PHP5 typecasting errorSteven Wittens2005-01-09
|
* - Patch #13260 by UnConeD: watchdog module improvements.Dries Buytaert2005-01-09
| | | | | | | | | | We added a 'severity' column to watchdog(): watchdog($type, $message, $link) --> watchdog($type, $message, $severity, $link); * Specify a severity in case you are reporting a warning or error. * The $link-parameter is now the fourth parameter instead of the third. TODO: document this in the upgrade guide.
* - Patch #15254: removed hardcoded 'public' schema from the PostgreSQL backend.Dries Buytaert2005-01-07
|
* - Patch #13020 by chx: let Drupal handle multiple database layers.Dries Buytaert2004-12-30
| | | | - Removed the PEAR database backend. It's no longer being used/maintained.
* - Patch #14890: corrected the documentation of conf_init().Dries Buytaert2004-12-29
|
* - Improved the input checking.Dries Buytaert2004-12-28
|
* #14757: Fix XSS vulnerability due to entity usage.Steven Wittens2004-12-25
|
* - Patch #13907 by Neil: less ways to set the page title.Dries Buytaert2004-12-15
| | | | | | | * Less logic in theme code. * Encourages use of the menu system. * Easier to find where a title or breadcrumb comes from in other people's code because there are less places to look. Look in menu and then grep for the appropriate set function. Looking for calls to theme_page() is hard because there are too many of them. * Very slightly more efficient.
* - Refactored the queue module: removed the queue module's field from the ↵Dries Buytaert2004-12-07
| | | | | | | | | | node table. With help from Gerhard. - Slight addition to INSTALL.txt with regard to PHP versions. - Updated/reworded some node type descriptions as per Boris' suggestions. - Adding missing {} around a table name in update.php.
* Pager_query's count query was broken if no query arguments were given.Steven Wittens2004-12-06
|
* - Patch by Steven: fixed bug in pager_query().Dries Buytaert2004-12-04
|
* - Patch #7058 by Neil: format_date does not properly handle escaped characters.Dries Buytaert2004-12-03
|
* Fix for pager_query() after #13581 (array of query arguments).Steven Wittens2004-12-02
|
* - Patch 13738 by TDobes: there was a major theming issue I missed in my ↵Dries Buytaert2004-12-01
| | | | bug-testing after the multi-site patch landed. Styles now seem to have their description field filled with the filename of their parent theme/template rather than the theme_key of the parent. This is a problem because init_theme still expected to see the theme_key and therefore dropped back to the base theme (no theme at all).
* - Patch #13405 by Moshe: make you actually do something useful with the init ↵Dries Buytaert2004-12-01
| | | | hook. A recent patch to 4.5 and HEAD made this patch run too early in the request (for non-cached pages).