Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Missing check_url() in form(). | Steven Wittens | 2005-04-10 |
| | |||
* | - Patch #19609 by Daniel: fix problem with database prefixing | Dries Buytaert | 2005-04-08 |
| | |||
* | - Fixed bug #19868: undefined variable. | Dries Buytaert | 2005-04-08 |
| | |||
* | - #19874: Fix aggregator escaping after check_plain bug | Steven Wittens | 2005-04-07 |
| | | | | - Fix bug in decode_entities() with double-escaped entities. | ||
* | - Patch #13503 by chx: made the menu cache locale aware. | Dries Buytaert | 2005-04-07 |
| | |||
* | - Patch #18828 by me, jbond and TDobes: moves the textarea hook for 'pre' ↵ | Dries Buytaert | 2005-04-06 |
| | | | | between the title and the textarea. This makes it easier for simply textarea enhancements like quicktags to add a toolbar just above the textarea. | ||
* | - Patch #19933 by willmoy: stop output buffering once the page has been ↵ | Dries Buytaert | 2005-04-05 |
| | | | | rendered. | ||
* | - Patch #19895 by Moshe: currently modules can inadvertently load all other ↵ | Dries Buytaert | 2005-04-03 |
| | | | | modules during the bootstrap. this is easy to do by calling a node_load() or module_invoke_all(). this degrades performance for anonymous users when caching is enabled. With this patch, the module writer will see an php error like "Call to undefined function: drupal_set_html_head()" if this is attempted. basically, unavailable functions are actually reported as unavailable. | ||
* | - #19873: drupal_specialchars -> check_plain | Steven Wittens | 2005-04-02 |
| | |||
* | - Patch #19739 by Uwe: corrected many typo's in the documentation and code ↵ | Dries Buytaert | 2005-03-31 |
| | | | | comments | ||
* | - #18817: Clean up plain-text checking (see drupal-devel!) | Steven Wittens | 2005-03-31 |
| | |||
* | - Patch #19590 by Moshe: lazy initialization of the theme system. Improves | Dries Buytaert | 2005-03-29 |
| | | | | | performance of pages that don't need the theme system (such as RSS feeds) and makes it easier to set a custom theme. | ||
* | - #19517: Fix GD2 toolkit error. | Steven Wittens | 2005-03-29 |
| | | | | - Tweak code style. | ||
* | - Patch #18700 by Stefan and James: removed GD1 calls, improved error/status ↵ | Dries Buytaert | 2005-03-23 |
| | | | | reporting, etc. | ||
* | - Patch #19212 by chx: removed unused variables, and fixed the error reporting | Dries Buytaert | 2005-03-21 |
| | | | | in form_file(). | ||
* | - #19130: Handle trailing dot in hostname when scanning for config. | Steven Wittens | 2005-03-19 |
| | |||
* | - #5900: Fix browser caching issues. | Steven Wittens | 2005-03-18 |
| | |||
* | - #18597: Resolve conflict in column name between queue.module and poll.module. | Steven Wittens | 2005-03-18 |
| | |||
* | - Patch #13738 by TDobes: theme system fixes: | Dries Buytaert | 2005-03-16 |
| | | | | | | | | | | * Fix a bug which would cause the "configure" link for styles to be broken. * Fix a bug with using drupal_get_filename for theme engines. Although this is not called anywhere in core, we should still fix it for contrib. (i.e. themes that may want to manually invoke a theme engine to create a hybrid theme) * Correct an inaccurate comment in theme.inc * Populate the default primary links with an "edit primary links" link for consistency with the secondary links * remove some unnecessary variables in the theme administration which had misleading and confusing names * replace time-consuming foreach when rendering theme admin page with a more efficient array_key_exists * usability: rather than completely removing the search box checkbox when search.module is disabled, simply disable it. (UI elements shouldn't appear/disappear.) | ||
* | - Removed . We'll reintroduce it when really necessary. | Dries Buytaert | 2005-03-08 |
| | |||
* | - Patch #16914 by chx: avoid that putting a .theme file directly in './themes' | Dries Buytaert | 2005-03-08 |
| | | | | breaks your Drupal. Only themes in './themes/subdir' are picked up now. | ||
* | - Patch #18437 by Mathias: Drupal doesn't allow URL aliases that map to ↵ | Dries Buytaert | 2005-03-06 |
| | | | | Userland Manila posts since they usually contain the '$' and are considered an invalid URL. This patch allows '$' in an URL and thus an alias. It also resolves a disparity between the 'allowable characters' of absolute and relative URLs. As far as I can tell, those parts of the regexp should be the same. | ||
* | #18329: Unify confirmation messages (and make them themable) | Steven Wittens | 2005-03-03 |
| | |||
* | - Ignore PHP5's strict warnings for now. The real solution is to rewrite ↵ | Dries Buytaert | 2005-03-03 |
| | | | | both xmlrpc.inc and xtemplate.inc. | ||
* | - Moving comment | Steven Wittens | 2005-03-03 |
| | |||
* | - #18319: Move encoding conversion out of drupal_xml_parser_create() so it ↵ | Steven Wittens | 2005-03-03 |
| | | | | can be used by modules. | ||
* | - Patch #17770 by chx: fixed module_invoke() and module_invoke_all() not to ↵ | Dries Buytaert | 2005-03-01 |
| | | | | use NULL defaults (bugfix) + removed the limitation on the number of paramaters that can be used. | ||
* | - Simplified the session code (PostgreSQL update). | Dries Buytaert | 2005-03-01 |
| | |||
* | - Missing '>' (reported by Goba) | Steven Wittens | 2005-03-01 |
| | |||
* | #17747: PGSQL improvements | Steven Wittens | 2005-02-28 |
| | |||
* | - Patch #17869: make local tasks more themeable. | Dries Buytaert | 2005-02-28 |
| | |||
* | - Patch #17687 by Gerhard: removed some cruft. | Dries Buytaert | 2005-02-21 |
| | |||
* | #17477: Remove dependency on GD for avatar uploading. | Steven Wittens | 2005-02-21 |
| | |||
* | - Fixing broken search after sql rewrite patches | Steven Wittens | 2005-02-19 |
| | | | | - Minor code style fixes. | ||
* | - Removing dead variable | Steven Wittens | 2005-02-09 |
| | |||
* | - #16111: bad quotes in db_rewrite_sql | Steven Wittens | 2005-02-05 |
| | |||
* | - PHP5 fix due object references: node previewing should not put node output ↵ | Steven Wittens | 2005-02-04 |
| | | | | into form. | ||
* | - Patch #16246 by Moshe: added mechanism to direct the user back to the ↵ | Dries Buytaert | 2005-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 Buytaert | 2005-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 Buytaert | 2005-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 Buytaert | 2005-01-31 |
| | |||
* | - Patch #16111 by chx: fixed some bugs in the db_rewrite_sql() code. | Dries Buytaert | 2005-01-31 |
| | |||
* | - Patch #16111 by chx: PHPdoc/documentation improvements. | Dries Buytaert | 2005-01-30 |
| | |||
* | - Patch #16253 by Goba: incremental improvements to the new content markers. | Dries Buytaert | 2005-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 Buytaert | 2005-01-29 |
| | |||
* | - Patch by Remco: <div> -> </div>. | Dries Buytaert | 2005-01-28 |
| | |||
* | - Patch by Jeremy: fixed unclosed " | Dries Buytaert | 2005-01-27 |
| | |||
* | - Patch by Jeremy: made the diffs more meaningful. | Dries Buytaert | 2005-01-27 |
| | |||
* | - Patch #16273 by Jeremy: improved the themability of the pager. | Dries Buytaert | 2005-01-27 |
| | |||
* | - Patch #16253 by Goba: this simple and straightforward patch adds the ↵ | Dries Buytaert | 2005-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. |