Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - #10342: PHP5 fix with undefined array. | Steven Wittens | 2004-08-25 |
| | |||
* | Removing a left-over debug statement from Distributed Authentication. | Steven Wittens | 2004-08-24 |
| | |||
* | Patch by me and Kjartan. | Steven Wittens | 2004-08-24 |
| | | | | | | | | | | | | 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. | ||
* | Book.module: <top-level> item didn't show up in parent selector. | Steven Wittens | 2004-08-24 |
| | |||
* | - Fixing bug with PHP5 patch. | Steven Wittens | 2004-08-23 |
| | |||
* | - #9292: Make Drupal (somewhat) PHP5 compatible. xtemplate is still horribly ↵ | Steven Wittens | 2004-08-22 |
| | | | | broken. | ||
* | - #10269: Missing db_prefix braces in updates.inc. | Steven Wittens | 2004-08-22 |
| | |||
* | - #9576: Patch by TDobes, only allow the user to choose between enabled themes. | Steven Wittens | 2004-08-22 |
| | |||
* | Locale: | Steven Wittens | 2004-08-21 |
| | | | | | | | - 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). | ||
* | The patch for renumbering the filter.module filters (after the legacy.module ↵ | Steven Wittens | 2004-08-21 |
| | | | | patch) forgot about updates.inc. Fixed. | ||
* | Patch #7603 by JonBob: emit absolute URLs where possible (even though it ↵ | Dries Buytaert | 2004-08-21 |
| | | | | isn't strictly necessary). | ||
* | - Patch #6809 by TDobes: fixed the textarea hook so WYSIWYG editors are made ↵ | Dries Buytaert | 2004-08-21 |
| | | | | | | possible again. TODO: apply the documentation and htmlarea module patches. | ||
* | - Patch #10166 by jvandyk: bugfix: valid_url() believed that URLs with ↵ | Dries Buytaert | 2004-08-21 |
| | | | | encoded spaces in them (eg. http://example.org/my%20file.html ) are not valid. | ||
* | - Patch #9942 by JonBob: fixed a typo: 'form' -> 'from'. | Dries Buytaert | 2004-08-21 |
| | |||
* | - Patch #10195 by JonBob: bugfix: common.inc used the function ↵ | Dries Buytaert | 2004-08-21 |
| | | | | ob_get_clean() which is only available in PHP >= 4.3. | ||
* | - Patch #10202 by Ax: don't emit an erroneous whitespace when no table ↵ | Dries Buytaert | 2004-08-21 |
| | | | | headers are provided. Makes for clean XHTML. | ||
* | - Patch #10187 by JonBob: bugfix: added missing permission check. | Dries Buytaert | 2004-08-21 |
| | |||
* | - Patch #10247 by Bart Jansens: bugfixes: added some missing braces and ↵ | Dries Buytaert | 2004-08-21 |
| | | | | changed the default value in one variable_get so the same default value is used everywhere. | ||
* | - Patch #9654 by Bart Jansens: added some missing {} and fixed the upgrade ↵ | Dries Buytaert | 2004-08-21 |
| | | | | path from Drupal 4.4.x. | ||
* | - Patch #10084: added 'edit own book page' permission: this makes the book | Dries Buytaert | 2004-08-21 |
| | | | | module consistent with the other node modules. | ||
* | - Patch #9576 by TDobes: bugfix: fixed bug in recent theme system changes. | Dries Buytaert | 2004-08-21 |
| | |||
* | - Patch #10233 by Ax: code improvement: made sure the default filtered tags | Dries Buytaert | 2004-08-21 |
| | | | | are XHTML compliant. | ||
* | - Patch by JonBob: for consistency and readability, add brief descriptions ↵ | Dries Buytaert | 2004-08-21 |
| | | | | 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. | ||
* | - Patch by TDobes: bugfix: fixed a typo. | Dries Buytaert | 2004-08-21 |
| | |||
* | Adding a note to CHANGELOG about the template system changes. | Steven Wittens | 2004-08-20 |
| | |||
* | - Fixing 'flash of unstyled content' in bluemarine/pushbutton, which got ↵ | Steven Wittens | 2004-08-20 |
| | | | | | | | | 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(). | ||
* | - Usability improvement: changed 'Status' to 'Enabled' because that is what | Dries Buytaert | 2004-08-20 |
| | | | | we use elsewhere. | ||
* | - Usability improvement: capitalize all header titles. | Dries Buytaert | 2004-08-20 |
| | |||
* | - Patch by TDobes: | Dries Buytaert | 2004-08-20 |
| | | | | | + 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 | ||
* | - Removing some DOS-style line endings. Thanks TDobes. | Dries Buytaert | 2004-08-20 |
| | |||
* | - Removed the CSS capitalization: it breaks on browsers like Konqueror. | Dries Buytaert | 2004-08-20 |
| | |||
* | - Theme system changes. Please consult http://drupal.org/node/view/9576 for ↵ | Dries Buytaert | 2004-08-20 |
| | | | | details. | ||
* | - Patch #10196 by drumm: fixed off by one error. | Dries Buytaert | 2004-08-20 |
| | |||
* | Tiny tweak to XTemplate CSS: the vertical padding at the bottom of a sticky ↵ | Steven Wittens | 2004-08-20 |
| | | | | post should be outside the gray sticky rectangle, not inside it. | ||
* | Avatar/picture fixes: | Steven Wittens | 2004-08-20 |
| | | | | | | | | - 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). | ||
* | user.module - Fixing incorrect t() replacement string. | Steven Wittens | 2004-08-20 |
| | |||
* | - Code improvements by Stefan: use capital letters for header titles (and ↵ | Dries Buytaert | 2004-08-19 |
| | | | | added some missing t() functions). | ||
* | Fixing incorrect default value of allowed_html at one instance. | Steven Wittens | 2004-08-19 |
| | |||
* | Fixed bad permissions in upload.module: | Steven Wittens | 2004-08-18 |
| | | | | | | | - 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). | ||
* | - Bugfix, spotted by Gerhard: editing a book page did not update the author. | Dries Buytaert | 2004-08-18 |
| | |||
* | - Code improvements by Stefan: made all status messages consistent (and ↵ | Dries Buytaert | 2004-08-18 |
| | | | | easier to translate). | ||
* | - Code improvements by Stefan: | Dries Buytaert | 2004-08-18 |
| | | | | | | + " -> ' + Using form_set_error() instead of drupal_set_message(). + Removed dead code. | ||
* | - Small change to the wording of the 'note'. | Dries Buytaert | 2004-08-18 |
| | |||
* | Setting the default workflow for attachments by upload.module to be enabled. | Steven Wittens | 2004-08-18 |
| | | | | 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. | ||
* | Adding a note about the locale.module to CHANGELOG. | Steven Wittens | 2004-08-17 |
| | |||
* | - Updated the CHANGELOG.txt. | Dries Buytaert | 2004-08-17 |
| | |||
* | - The upload (filehandler) module has landed! | Dries Buytaert | 2004-08-17 |
| | |||
* | - Bugfix: include the xmlrpc library. | Dries Buytaert | 2004-08-17 |
| | |||
* | Minor code clean-up in aggregator_configure(). | Steven Wittens | 2004-08-17 |
| | |||
* | Fixing a faulty check in cache_get() which prevented empty data from being ↵ | Steven Wittens | 2004-08-16 |
| | | | | 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). |