Steven Wittens
f52898718b
The patch for renumbering the filter.module filters (after the legacy.module patch) forgot about updates.inc. Fixed.
2004-08-21 19:52:46 +00:00
Dries Buytaert
cc5df6e510
Patch #7603 by JonBob: emit absolute URLs where possible (even though it isn't strictly necessary).
2004-08-21 19:37:25 +00:00
Dries Buytaert
47b72af612
- Patch #6809 by TDobes: fixed the textarea hook so WYSIWYG editors are made possible again.
...
TODO: apply the documentation and htmlarea module patches.
2004-08-21 17:06:51 +00:00
Dries Buytaert
7736eb4995
- Patch #10166 by jvandyk: bugfix: valid_url() believed that URLs with encoded spaces in them (eg. http://example.org/my%20file.html ) are not valid.
2004-08-21 17:02:48 +00:00
Dries Buytaert
cb3a404b75
- Patch #9942 by JonBob: fixed a typo: 'form' -> 'from'.
2004-08-21 16:53:49 +00:00
Dries Buytaert
f311646b1e
- Patch #10195 by JonBob: bugfix: common.inc used the function ob_get_clean() which is only available in PHP >= 4.3.
2004-08-21 16:44:05 +00:00
Dries Buytaert
6881cc9ad6
- Patch #10202 by Ax: don't emit an erroneous whitespace when no table headers are provided. Makes for clean XHTML.
2004-08-21 16:21:56 +00:00
Dries Buytaert
8b8a2bd634
- Patch #10187 by JonBob: bugfix: added missing permission check.
2004-08-21 16:04:12 +00:00
Dries Buytaert
d619ccc87e
- Patch #10247 by Bart Jansens: bugfixes: added some missing braces and changed the default value in one variable_get so the same default value is used everywhere.
2004-08-21 15:57:25 +00:00
Dries Buytaert
cfe20d0b8e
- Patch #9654 by Bart Jansens: added some missing {} and fixed the upgrade path from Drupal 4.4.x.
2004-08-21 15:52:45 +00:00
Dries Buytaert
6b116794d9
- Patch #10084 : added 'edit own book page' permission: this makes the book
...
module consistent with the other node modules.
2004-08-21 15:37:01 +00:00
Dries Buytaert
03fa966c1f
- Patch #9576 by TDobes: bugfix: fixed bug in recent theme system changes.
2004-08-21 10:16:13 +00:00
Dries Buytaert
ab616a560a
- Patch #10233 by Ax: code improvement: made sure the default filtered tags
...
are XHTML compliant.
2004-08-21 10:13:54 +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
6696028a75
- Patch by TDobes: bugfix: fixed a typo.
2004-08-21 06:34:59 +00:00
Steven Wittens
5390f182c3
Adding a note to CHANGELOG about the template system changes.
2004-08-20 17:27:24 +00:00
Steven Wittens
9f2d6f0e51
- Fixing 'flash of unstyled content' in bluemarine/pushbutton, which got reintroduced after the template changes.
...
- Fixed separate styles: added theme_get_styles() and the xtemplate {styles} tag to make sure stylesheets get included in the right order (drupal-specific, template-specific, style-specific).
- Fixing missing class on screenshots.
- Renamed drupal_get_theme_setting() and drupal_get_theme_settings() to theme_get_setting() and theme_get_settings().
2004-08-20 17:21:37 +00:00
Dries Buytaert
1a82f4d4db
- Usability improvement: changed 'Status' to 'Enabled' because that is what
...
we use elsewhere.
2004-08-20 14:37:47 +00:00
Dries Buytaert
1c6159e366
- Usability improvement: capitalize all header titles.
2004-08-20 14:36:07 +00:00
Dries Buytaert
1a807c870a
- Patch by TDobes:
...
+ removes 'toggle_search' from the features array in chameleon.theme
+ merges changes to bluemarine from just a couple of hours before template patch was committed
2004-08-20 14:30:57 +00:00
Dries Buytaert
81861a8e91
- Removing some DOS-style line endings. Thanks TDobes.
2004-08-20 09:34:53 +00:00
Dries Buytaert
a4f9fe89f2
- Removed the CSS capitalization: it breaks on browsers like Konqueror.
2004-08-20 08:14: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
6e14528192
- Patch #10196 by drumm: fixed off by one error.
2004-08-20 05:40:16 +00:00
Steven Wittens
870cc81607
Tiny tweak to XTemplate CSS: the vertical padding at the bottom of a sticky post should be outside the gray sticky rectangle, not inside it.
2004-08-20 04:43:46 +00:00
Steven Wittens
9cb5f7cdf8
Avatar/picture fixes:
...
- Changing theme('image') so the automatic image size fetching can be toggled independently from attributes. Specifying attributes and autosizing are 2 different things.
- Suppressing PHP errors from getimagesize() using @. drupal_set_message() is used to report these errors already and in a much prettier way.
- #9958 : Fixing broken displaying of avatars.
- Don't show the default avatar in 'edit my account' if the user has no avatar of his/her own.
- Added ability to delete avatars (without having to replace them).
2004-08-20 04:35:33 +00:00
Steven Wittens
2436854a82
user.module - Fixing incorrect t() replacement string.
2004-08-20 00:41:56 +00:00
Dries Buytaert
fa25c7a0ca
- Code improvements by Stefan: use capital letters for header titles (and added some missing t() functions).
2004-08-19 15:41:57 +00:00
Steven Wittens
feb61eea86
Fixing incorrect default value of allowed_html at one instance.
2004-08-19 14:55:17 +00:00
Steven Wittens
eb5d7d2a27
Fixed bad permissions in upload.module:
...
- Admin - upload only shows up for 'access administration section' perms
- Users without 'upload files' perm do not see the attachments form (and cannot attach even when sending their own http request)
Note: if a user can edit a node, but not 'upload files', then the attachments are left untouched (and cannot be changed).
2004-08-18 21:55:39 +00:00
Dries Buytaert
db548f7579
- Bugfix, spotted by Gerhard: editing a book page did not update the author.
2004-08-18 20:46:28 +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
0e36182c96
- Code improvements by Stefan:
...
+ " -> '
+ Using form_set_error() instead of drupal_set_message().
+ Removed dead code.
2004-08-18 19:45:50 +00:00
Dries Buytaert
775153089d
- Small change to the wording of the 'note'.
2004-08-18 06:08:04 +00:00
Steven Wittens
8050af67b3
Setting the default workflow for attachments by upload.module to be enabled.
...
This makes sense because people will expect attachments to work everywhere when they enable this module. This also matches comment.module's behaviour, where comments are allowed by default unless turned off.
2004-08-18 04:24:33 +00:00
Steven Wittens
3bc3eb6246
Adding a note about the locale.module to CHANGELOG.
2004-08-17 23:11:22 +00:00
Dries Buytaert
ec68794d31
- Updated the CHANGELOG.txt.
2004-08-17 22:13:34 +00:00
Dries Buytaert
78b052a6af
- The upload (filehandler) module has landed!
2004-08-17 21:35:26 +00:00
Dries Buytaert
eeb2b17b7b
- Bugfix: include the xmlrpc library.
2004-08-17 18:40:59 +00:00
Steven Wittens
d1d52fe478
Minor code clean-up in aggregator_configure().
2004-08-17 17:37:26 +00:00
Steven Wittens
621ec02ee7
Fixing a faulty check in cache_get() which prevented empty data from being returned. This was required for filtercache, where a cache entry with empty data can have meaning (e.g. as the output for the input '<script></script>' when script is not allowed).
2004-08-16 22:39:48 +00:00
Dries Buytaert
d5e1e83e77
- Patch #9900 by Al: bugfix: don't display two <hr />'s.
2004-08-16 21:27:39 +00:00
Dries Buytaert
1b1bcc35ac
- Patch #10026 by Al: bugfix: don't show the 'more help' links when the help module is disabled.
2004-08-16 21:25:54 +00:00
Dries Buytaert
5f9bea269c
- Patch #10115 by James: bugfixes:
...
+ If an array of tb urls is given for mt_tb_ping_urls, the last url actually gets pinged twice.
+ mt_allow_comments and mt_convert_breaks were not being sent properly in the xmlrpc response for getPost.
2004-08-16 20:32:32 +00:00
Dries Buytaert
451821abe7
- Patch #10110 by JonBob: code improvement: looks like we have an artifact from before clean URLs in node.module. This patch removes the global variable $mod, which is no longer set and not necessary here anyway.
2004-08-16 18:31:44 +00:00
Dries Buytaert
50cd304847
- Patch #7458 : bugfix: reverted the conditional inclusion of xmlrpc.inc.
2004-08-16 18:29:11 +00:00
Dries Buytaert
c39ac09b32
- Added missing ')'.
2004-08-16 18:06:08 +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
4545f798a9
- Patch #10103 by Gerhard: book module cleanup.
2004-08-16 17:54:24 +00:00
Dries Buytaert
ef07dd08f4
- Patch #10102 by Gerhard: removing some cruft from the node module!
2004-08-16 17:51:12 +00:00