Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Fixed a warning. | Dries Buytaert | 2004-09-08 |
| | |||
* | - Moved some documentation around and fixed a missing translation. | Dries Buytaert | 2004-09-08 |
| | |||
* | - Modified patch #10644 by drumm: fixed some broken URLs. Patch modified to | Dries Buytaert | 2004-09-08 |
| | | | | use /user/$uid instead of /user/$uid/edit (where possible). | ||
* | - Patch #10373 by jabart/killed: performance improvement: caching the ↵ | Dries Buytaert | 2004-09-08 |
| | | | | variable table improves performance with 20% when serving cached pages. | ||
* | - Fixed cache problem introduced by Adrian's PostgreSQL patch. | Dries Buytaert | 2004-09-08 |
| | |||
* | - Patch #10622 by Adrian: fixes various PostgreSQL related problems. | Dries Buytaert | 2004-09-08 |
| | | | | | | | | | | | | | 1) Menu problems with Postgres (this is a highly critical 1 line fix) 2) Archive module fails with Postgres 3) Postgres setup problems - changes to database.pgsql (although i made these changes myself before finding this patch) 4) Book module fails with Postgres 5) Postgres problems following creation of a new type of user - which is actually about a taxonomy.module bug. 6) Creating accregator_item_table in PostgreSQL 7) Postgres - Polls not displayed on Poll Page 8) Blog module has sql errors with postgres This should not affect MySQL users (hopefully). | ||
* | - Patch #6464 by TDobes: don't enforce book revision -- rely on the default ↵ | Dries Buytaert | 2004-09-07 |
| | | | | setting. | ||
* | - Patch #10192 by JonBob: fixed issue with menus not expanding. | Dries Buytaert | 2004-09-07 |
| | |||
* | Fixing bad bluemarine/pushbutton paths in updates.inc. | Steven Wittens | 2004-09-07 |
| | |||
* | - Decode node type to userfriendly name. | Kjartan Mannes | 2004-09-06 |
| | |||
* | Node.module: teaser autogeneration should not overwrite user/module-supplied ↵ | Steven Wittens | 2004-09-06 |
| | | | | | | teaser data. (makes excerpt.module possible) | ||
* | Fixing problem with locale update for 'en' -> 'en-local' translations. ↵ | Steven Wittens | 2004-09-06 |
| | | | | (patch by killes) | ||
* | #9861: Updates.inc/database.pgsql: incorrect menu sequence when $db_prefix ↵ | Steven Wittens | 2004-09-05 |
| | | | | was used. | ||
* | Comment.module: | Steven Wittens | 2004-09-05 |
| | | | | Comment previewing was broken since 1.263, resulting in a double page. | ||
* | Upload.module: add explicit cast to (array) for $node->files in case it's ↵ | Steven Wittens | 2004-09-05 |
| | | | | not set (e.g. nodes that don't take attachments). | ||
* | #9292: Minor PHP5 fix. | Steven Wittens | 2004-09-03 |
| | |||
* | Fixing URL in taxonomy path update (taxonomy/terms -> taxonomy/term). | Steven Wittens | 2004-09-01 |
| | |||
* | - #9983: UI consistency patch. | Steven Wittens | 2004-08-27 |
| | |||
* | - #10398: User role settings corrupt after requesting new password. | Steven Wittens | 2004-08-27 |
| | |||
* | - #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 |
| |