Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #67244 by Steve Dondley and Morbus Iff, write out a more compatible ↵ | Neil Drumm | 2006-08-14 |
| | | | | files/.htaccess. | ||
* | #72545 by pwolanin, validation for upload module administration. | Neil Drumm | 2006-08-06 |
| | |||
* | - Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants. | Dries Buytaert | 2006-07-05 |
| | |||
* | - Patch #60441 by dopry: fixed file_create_url(). | Dries Buytaert | 2006-06-09 |
| | |||
* | fixing stuff | Gerhard Killesreiter | 2006-06-01 |
| | |||
* | prevent execution of scripts from files directory | Gerhard Killesreiter | 2006-05-25 |
| | |||
* | #61802 by Zen, Double spaced sentences clean up | Neil Drumm | 2006-05-07 |
| | |||
* | - Removing trailing whitespace. | Dries Buytaert | 2006-04-17 |
| | |||
* | #5961, use PHP constants for file uploads. Patch by dopry | Gerhard Killesreiter | 2006-04-13 |
| | |||
* | #58166, fixes for typos, patch by Uwe Herrmann | Gerhard Killesreiter | 2006-04-11 |
| | |||
* | #53197, function file_check_location return wrong exit code, patch by ↵ | Gerhard Killesreiter | 2006-04-08 |
| | | | | Patrick Deburca | ||
* | #55520, improved docs, patch by dopry | Gerhard Killesreiter | 2006-03-30 |
| | |||
* | #55520, upload.module does not display previews for when private files are ↵ | Gerhard Killesreiter | 2006-03-29 |
| | | | | enabled, patch by dopry. | ||
* | #55910, fix warnings in file.inc, patch by chx. | Gerhard Killesreiter | 2006-03-26 |
| | |||
* | - Patch #52092 by wtanaka, dopry and moshe: fixed regression with ↵ | Dries Buytaert | 2006-03-10 |
| | | | | hook_file_download. | ||
* | #50234, add documentation to file.inc methods, patch by drewish. | Gerhard Killesreiter | 2006-03-08 |
| | | | | edited for some formatting issues. | ||
* | - Patch #5961 by dopry et al: fixed problems with file api and open_basedir ↵ | Dries Buytaert | 2006-03-07 |
| | | | | restrictions. | ||
* | - Patch #43220 by chx: removed the mime type magic until a better fix comes ↵ | Dries Buytaert | 2006-03-02 |
| | | | | along. | ||
* | - Patch #49675 by robert/killes: made replacing files work. | Dries Buytaert | 2006-02-22 |
| | |||
* | - Patch #44011 by Souvent22 et al: critical bugfix: make private downloads ↵ | Dries Buytaert | 2006-01-18 |
| | | | | work again. | ||
* | - Patch #40599 by Chris: minor code improvement: removed redundant isset(). | Dries Buytaert | 2006-01-05 |
| | |||
* | - Patch #40599 by Chris Johnson: file_download() checks module_invoke() ↵ | Dries Buytaert | 2006-01-04 |
| | | | | return = -1. | ||
* | - Patch #41437 by webchick: improved code comments. | Dries Buytaert | 2005-12-17 |
| | |||
* | - Patch #40631 by Chris Johnson: is_array() slower than isset() or empty(). | Dries Buytaert | 2005-12-14 |
| | |||
* | - Patch #40855 by Ber: fixed typo in watchdog message. | Dries Buytaert | 2005-12-12 |
| | |||
* | - Fixed bug with checking for .txt files. | Dries Buytaert | 2005-11-30 |
| | |||
* | - More fixes | Dries Buytaert | 2005-11-30 |
| | |||
* | - Removed valid_input_check(). | Dries Buytaert | 2005-11-30 |
| | |||
* | - Various fixes. Updated CHANGELOG.txt | Dries Buytaert | 2005-11-29 |
| | |||
* | - Patch #26249 by Morbus: improved handling of temporary files/directory. | Dries Buytaert | 2005-11-12 |
| | | | | | | | | If your module uses variable_get('file_directory_temp', ...) or variable_get('file_directory_path', ...) please update it to use the new API. A list of affected modules is available at http://drupal.org/node/26249#comment-54194. | ||
* | - Patch #10658 by Morbus: create new folders with the right permissions. | Dries Buytaert | 2005-11-04 |
| | |||
* | - Patch #26249 by crunchywelch, Junyor: use upload_tmp_dir as default ↵ | Dries Buytaert | 2005-11-01 |
| | | | | temporary directory. Fixed file problems on Windows NT systems. | ||
* | - Patch #21924 by walkah: made enclosures use absolute URLs to work around ↵ | Dries Buytaert | 2005-09-13 |
| | | | | broken RSS parsers. | ||
* | - Bug #30390: fixed parse error. Alternative fix. | Dries Buytaert | 2005-09-06 |
| | |||
* | - Patch #29385 by chx: no ?> add end of files. | Dries Buytaert | 2005-08-25 |
| | |||
* | - Patch #28482 by Uwe: add CVS $Id$ tags to all source files in Drupal core. ↵ | Dries Buytaert | 2005-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 by Drumm: one more attempt at fixing file_create_path(). | Dries Buytaert | 2005-05-18 |
| | |||
* | - Patch #23028 by chx: fixed file_check_location() problems. | Dries Buytaert | 2005-05-17 |
| | |||
* | - Patch by James/Gerhard: made file_create_path() more robust. | Dries Buytaert | 2005-05-14 |
| | |||
* | - Patch #22118 by Robin Monks: made file_transfer() more robust. | Dries Buytaert | 2005-05-06 |
| | |||
* | - Patch #15595 by Stefan and Djun: improved status messages. | Dries Buytaert | 2005-05-05 |
| | | | | | TODO: we should write down a couple guidelines for these document them in the PHPDoc code of drupal_set_message()! . | ||
* | - 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 |
| | |||
* | - 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. | ||
* | - Modified patch #14170 by Neil: improved default workflow (default node ↵ | Dries Buytaert | 2005-01-24 |
| | | | | | | type) configuration page. Modified the patch to remove some redundant code, to translate strings, and to better use the menu system. | ||
* | - Patch #13260 by UnConeD: watchdog module improvements. | Dries Buytaert | 2005-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 #5942 by jhriggs and Adrian: | Dries Buytaert | 2004-11-24 |
| | | | | | + added support for multi-site configurations. + tidied up some old cruft and added code comments. | ||
* | - Modified patch #7235: do a better job checking the OS and acting upon it. | Dries Buytaert | 2004-11-15 |
| | |||
* | - Patch #9292 by killes from Carl: fixed a PHP5 compatibility problem with ↵ | Dries Buytaert | 2004-11-08 |
| | | | | file handling. |