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
Steven Wittens
a4cc9aa817
#12155 : use defined constant rather than integer in file.inc.
2004-10-26 20:57:34 +00:00
Dries Buytaert
10f329c057
- Patch #11728 by Uwe Hermann: fixed some typos in the code comments, Doxygen documentation and screen output.
...
Uwe: I dropped the 'iff' chunks as 'iff' stands for 'if and only if'.
2004-10-19 18:02:31 +00:00
Dries Buytaert
1c7a8b161a
- Patch #10419 by ccourtne: documentation improvements and rename prevention option.
2004-09-17 18:18:04 +00:00
Steven Wittens
793486909f
#10803 : file_save_data() does not pass $replace along.
2004-09-13 23:30:58 +00:00
Dries Buytaert
b84b6e42cf
- Patch #10663 by JonBob: documentation improvements: fixed some typos and improved consistency to the use of Doxygen/api.module commands in the comments.
2004-09-09 05:51:08 +00:00
Steven Wittens
44f341bebc
Patch by me and Kjartan.
...
Upload.module
- Fixing a bug caused by the PHP5 patches.
Beware: PHP4's array_merge() will silently accept objects and convert them to arrays. We should not depend on this behaviour in the future.
File.inc / file-using modules:
- Removing the constant FILE_SEPARATOR: forward slashes work fine on Windows, and it was being used incorrectly as an URL separator sometimes.
- Adding @ to mkdir and chmod to supress ugly PHP errors. They are already reported with drupal_set_message().
- Fixing default for variable 'file_directory_temp'.
- Clarifying the help tip for 'file_directory_temp' in admin > settings.
2004-08-24 19:21:30 +00:00
Steven Wittens
51cf18e531
- #9292 : Make Drupal (somewhat) PHP5 compatible. xtemplate is still horribly broken.
2004-08-22 17:03:42 +00:00
Dries Buytaert
94e30bf776
- Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks.
2004-08-21 06:42:38 +00:00
Dries Buytaert
6ea5c56ded
- Theme system changes. Please consult http://drupal.org/node/view/9576 for details.
2004-08-20 07:51:27 +00:00
Dries Buytaert
83a739bd89
- Code improvements by Stefan: made all status messages consistent (and easier to translate).
2004-08-18 19:57:27 +00:00
Dries Buytaert
78b052a6af
- The upload (filehandler) module has landed!
2004-08-17 21:35:26 +00:00
Dries Buytaert
2f33b939c5
- Patch #9983 by Stefan: usability improvement: made sure all status messages start with a capital letter.
2004-08-16 18:02:48 +00:00
Dries Buytaert
090743bdba
- Patch #8670 by asimmonds: more spelling fixes.
2004-06-21 20:05:37 +00:00
Kjartan Mannes
c957fe0aab
- Commited patch #4878 : Support file uploads via blogapi.
2004-06-04 18:00:48 +00:00
Kjartan Mannes
c3463a22ae
- Removing early experimental tab code that slipped in.
...
- Fixing a copy paste error in file.inc.
- Some double => single quote changes.
2004-06-02 18:26:44 +00:00
Dries Buytaert
7231c88a32
- Added support for 403 handling. Patch by JonBob. As a side benefit,
...
administrators will be able to define a custom 403 page, just as they
can define 404 pages now.
This needs to be documented in the "Changes since / migrating to ..."
pages.
2004-04-21 13:56:38 +00:00
Dries Buytaert
a4a785e7a3
- Patch #6517 by kika: drupal_http_request() fails to open feed because on PHP 4.1.2. Also updated file.inc.
2004-03-24 18:58:36 +00:00
Kjartan Mannes
16c1bcada1
- Fixed constants problem.
...
- Made filename modification more logical when there was no extension.
2004-02-27 11:25:13 +00:00
Dries Buytaert
0d612d70eb
- Patch #5874 by Bart: made file uploads work with PHP 4.2.
2004-02-15 15:40:06 +00:00
Kjartan Mannes
3a9625e2e3
- Fixing extension splitting (was using the first dot instead of the last one).
2004-01-29 11:39:22 +00:00
Kjartan Mannes
75685d8c3d
- Fixing bug #5091 : Inconsistent download method defaults.
2004-01-13 10:33:02 +00:00
Kjartan Mannes
0d7e205062
- New and updated doxygen comments.
2004-01-06 19:52:14 +00:00
Kjartan Mannes
6387508d23
- Fixing doxygen comment.
2004-01-02 23:12:44 +00:00
Kjartan Mannes
2639c1d42f
- Improved Doxygen documentation.
2003-12-27 21:29:20 +00:00
Kjartan Mannes
41d2b2a349
- Fixed fileuploads for nodes failing without preview.
2003-12-27 19:21:48 +00:00
Kjartan Mannes
46f8f14322
- Fixed switch in file_create_url().
...
- Fixed profile module not extracting mime type.
- Improved file matching in profile module.
2003-12-27 14:28:23 +00:00
Dries Buytaert
15f289a8f0
- Added file handling. Work by Kjartan.
2003-12-26 23:03:21 +00:00