- 22 Aug, 2004 2 commits
-
-
Steven Wittens authored
-
Steven Wittens authored
-
- 21 Aug, 2004 16 commits
-
-
Steven Wittens authored
- Fixing broken .po import (due to file.inc changes). - Do not show error notice on import page when no languages have been added (no longer necessary due to ability to add-and-import in one step). - Added a notice about importing possibly taking a while. - Raised the PHP execution time limit for importing (if not in safe mode, similar to cron.php).
-
Steven Wittens authored
The patch for renumbering the filter.module filters (after the legacy.module patch) forgot about updates.inc. Fixed.
-
Dries Buytaert authored
-
Dries Buytaert authored
- Patch #6809 by TDobes: fixed the textarea hook so WYSIWYG editors are made possible again. TODO: apply the documentation and htmlarea module patches.
-
Dries Buytaert authored
- 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.
-
Dries Buytaert authored
-
Dries Buytaert authored
- Patch #10195 by JonBob: bugfix: common.inc used the function ob_get_clean() which is only available in PHP >= 4.3.
-
Dries Buytaert authored
- Patch #10202 by Ax: don't emit an erroneous whitespace when no table headers are provided. Makes for clean XHTML.
-
Dries Buytaert authored
- Patch #10187 by JonBob: bugfix: added missing permission check.
-
Dries Buytaert authored
- 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.
-
Dries Buytaert authored
- Patch #9654 by Bart Jansens: added some missing {} and fixed the upgrade path from Drupal 4.4.x.
-
Dries Buytaert authored
module consistent with the other node modules.
-
Dries Buytaert authored
- Patch #9576 by TDobes: bugfix: fixed bug in recent theme system changes.
-
Dries Buytaert authored
- Patch #10233 by Ax: code improvement: made sure the default filtered tags are XHTML compliant.
-
Dries Buytaert authored
- 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.
-
Dries Buytaert authored
- Patch by TDobes: bugfix: fixed a typo.
-
- 20 Aug, 2004 12 commits
-
-
Steven Wittens authored
-
Steven Wittens authored
- 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().
-
Dries Buytaert authored
- Usability improvement: changed 'Status' to 'Enabled' because that is what we use elsewhere.
-
Dries Buytaert authored
- Usability improvement: capitalize all header titles.
-
Dries Buytaert authored
+ 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
-
Dries Buytaert authored
-
Dries Buytaert authored
- Removed the CSS capitalization: it breaks on browsers like Konqueror.
-
Dries Buytaert authored
- Theme system changes. Please consult http://drupal.org/node/view/9576 for details.
-
Dries Buytaert authored
- Patch #10196 by drumm: fixed off by one error.
-
Steven Wittens authored
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.
-
Steven Wittens authored
- 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).
-
Steven Wittens authored
-
- 19 Aug, 2004 2 commits
-
-
Dries Buytaert authored
- Code improvements by Stefan: use capital letters for header titles (and added some missing t() functions).
-
Steven Wittens authored
-
- 18 Aug, 2004 6 commits
-
-
Steven Wittens authored
- 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).
-
Dries Buytaert authored
- Bugfix, spotted by Gerhard: editing a book page did not update the author.
-
Dries Buytaert authored
- Code improvements by Stefan: made all status messages consistent (and easier to translate).
-
Dries Buytaert authored
+ " -> ' + Using form_set_error() instead of drupal_set_message(). + Removed dead code.
-
Dries Buytaert authored
- Small change to the wording of the 'note'.
-
Steven Wittens authored
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.
-
- 17 Aug, 2004 2 commits
-
-
Steven Wittens authored
-
Dries Buytaert authored
-