Dries Buytaert
6c38bc57e8
- Patch #60441 by dopry: fixed file_create_url().
2006-06-09 05:41:25 +00:00
Gerhard Killesreiter
5059b82164
fixing stuff
2006-06-01 21:54:48 +00:00
Gerhard Killesreiter
be6b7b0f1d
prevent execution of scripts from files directory
2006-05-25 01:33:53 +00:00
Neil Drumm
9cff02e91b
#61802 by Zen, Double spaced sentences clean up
2006-05-07 00:08:36 +00:00
Dries Buytaert
d071f99172
- Removing trailing whitespace.
2006-04-17 20:48:26 +00:00
Gerhard Killesreiter
ab9f953246
#5961 , use PHP constants for file uploads. Patch by dopry
2006-04-13 14:47:11 +00:00
Gerhard Killesreiter
70aae83c8e
#58166 , fixes for typos, patch by Uwe Herrmann
2006-04-11 11:33:15 +00:00
Gerhard Killesreiter
e24028e9d1
#53197 , function file_check_location return wrong exit code, patch by Patrick Deburca
2006-04-08 18:39:26 +00:00
Gerhard Killesreiter
27ccbf1f6f
#55520 , improved docs, patch by dopry
2006-03-30 17:45:32 +00:00
Gerhard Killesreiter
4797222c13
#55520 , upload.module does not display previews for when private files are enabled, patch by dopry.
2006-03-29 06:49:25 +00:00
Gerhard Killesreiter
fef6ede20b
#55910 , fix warnings in file.inc, patch by chx.
2006-03-26 15:02:51 +00:00
Dries Buytaert
28c0c6197a
- Patch #52092 by wtanaka, dopry and moshe: fixed regression with hook_file_download.
2006-03-10 19:02:06 +00:00
Gerhard Killesreiter
c126bbaa21
#50234 , add documentation to file.inc methods, patch by drewish.
...
edited for some formatting issues.
2006-03-08 23:42:55 +00:00
Dries Buytaert
dda131587f
- Patch #5961 by dopry et al: fixed problems with file api and open_basedir restrictions.
2006-03-07 19:14:30 +00:00
Dries Buytaert
360ab25d22
- Patch #43220 by chx: removed the mime type magic until a better fix comes along.
2006-03-02 08:46:50 +00:00
Dries Buytaert
98834e15e3
- Patch #49675 by robert/killes: made replacing files work.
2006-02-22 19:16:37 +00:00
Dries Buytaert
ffc7c5c3c6
- Patch #44011 by Souvent22 et al: critical bugfix: make private downloads work again.
2006-01-18 19:18:30 +00:00
Dries Buytaert
399302a215
- Patch #40599 by Chris: minor code improvement: removed redundant isset().
2006-01-05 10:59:34 +00:00
Dries Buytaert
83cb8d9e95
- Patch #40599 by Chris Johnson: file_download() checks module_invoke() return = -1.
2006-01-04 09:23:44 +00:00
Dries Buytaert
0dfc8e059f
- Patch #41437 by webchick: improved code comments.
2005-12-17 17:24:46 +00:00
Dries Buytaert
764f1177ef
- Patch #40631 by Chris Johnson: is_array() slower than isset() or empty().
2005-12-14 20:10:45 +00:00
Dries Buytaert
12e0151715
- Patch #40855 by Ber: fixed typo in watchdog message.
2005-12-12 11:36:56 +00:00
Dries Buytaert
fe01762387
- Fixed bug with checking for .txt files.
2005-11-30 19:28:18 +00:00
Dries Buytaert
a74ebcc87a
- More fixes
2005-11-30 15:31:23 +00:00
Dries Buytaert
2917261693
- Removed valid_input_check().
2005-11-30 10:27:13 +00:00
Dries Buytaert
2d0df351d7
- Various fixes. Updated CHANGELOG.txt
2005-11-29 20:17:10 +00:00
Dries Buytaert
64a617c208
- Patch #26249 by Morbus: improved handling of temporary files/directory.
...
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 .
2005-11-12 09:23:50 +00:00
Dries Buytaert
745b7beda8
- Patch #10658 by Morbus: create new folders with the right permissions.
2005-11-04 20:19:14 +00:00
Dries Buytaert
46abc88ee4
- Patch #26249 by crunchywelch, Junyor: use upload_tmp_dir as default temporary directory. Fixed file problems on Windows NT systems.
2005-11-01 16:31:09 +00:00
Dries Buytaert
db1ef4bd2d
- Patch #21924 by walkah: made enclosures use absolute URLs to work around broken RSS parsers.
2005-09-13 19:05:34 +00:00
Dries Buytaert
d7139b85db
- Bug #30390 : fixed parse error. Alternative fix.
2005-09-06 19:00:55 +00:00
Dries Buytaert
7b8a409675
- Patch #29385 by chx: no ?> add end of files.
2005-08-25 21:14:17 +00:00
Dries Buytaert
b69b43d1ec
- Patch #28482 by Uwe: add CVS $Id$ tags to all source files in Drupal core. 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(?).
2005-08-11 12:57:41 +00:00
Dries Buytaert
c3cf0622b6
- Patch by Drumm: one more attempt at fixing file_create_path().
2005-05-18 05:17:11 +00:00
Dries Buytaert
fa2469c1dd
- Patch #23028 by chx: fixed file_check_location() problems.
2005-05-17 20:49:54 +00:00
Dries Buytaert
b0c9983190
- Patch by James/Gerhard: made file_create_path() more robust.
2005-05-14 21:05:08 +00:00
Dries Buytaert
4d95035518
- Patch #22118 by Robin Monks: made file_transfer() more robust.
2005-05-06 09:31:45 +00:00
Dries Buytaert
2debcfb1ef
- Patch #15595 by Stefan and Djun: improved status messages.
...
TODO: we should write down a couple guidelines for these document them in
the PHPDoc code of drupal_set_message()! .
2005-05-05 22:22:46 +00:00
Dries Buytaert
7bdcba1720
- Patch #19739 by Uwe: corrected many typo's in the documentation and code comments
2005-03-31 21:18:08 +00:00
Steven Wittens
be14203534
- #18817 : Clean up plain-text checking (see drupal-devel!)
2005-03-31 09:25:33 +00:00
Dries Buytaert
7dbce6f402
- Removed . We'll reintroduce it when really necessary.
2005-03-08 22:10:26 +00:00
Dries Buytaert
3becbd8997
- Patch #16914 by chx: avoid that putting a .theme file directly in './themes'
...
breaks your Drupal. Only themes in './themes/subdir' are picked up now.
2005-03-08 22:06:11 +00:00
Dries Buytaert
173f528f59
- Modified patch #14170 by Neil: improved default workflow (default node type) configuration page.
...
Modified the patch to remove some redundant code, to translate strings, and to better use the menu system.
2005-01-24 21:20:16 +00:00
Dries Buytaert
64b100d19a
- Patch #13260 by UnConeD: watchdog module improvements.
...
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.
2005-01-09 09:22:40 +00:00
Dries Buytaert
5d759ccbb9
- Patch #5942 by jhriggs and Adrian:
...
+ added support for multi-site configurations.
+ tidied up some old cruft and added code comments.
2004-11-24 22:44:01 +00:00
Dries Buytaert
918d33f41f
- Modified patch #7235 : do a better job checking the OS and acting upon it.
2004-11-15 12:04:44 +00:00
Dries Buytaert
63ee97f65d
- Patch #9292 by killes from Carl: fixed a PHP5 compatibility problem with file handling.
2004-11-08 22:31:18 +00:00
Steven Wittens
d54ef6db84
Rest of #12167 (respect input check bypass permission)
2004-11-03 00:47:27 +00:00
Steven Wittens
3e36c7864b
#12167 : Respect 'bypass input data check' permission in file.inc.
2004-11-02 12:43:35 +00:00
Steven Wittens
987988300a
#12183 : surpress php error on copy()
2004-10-28 23:42:36 +00:00