Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #45845 by jaza/chx: set default value of weight-selectors to 0 for ↵ | Dries Buytaert | 2006-01-24 |
| | | | | consistency with Drupal 4.6. | ||
* | - Patch #45793 by chx: fixed bug in user.module that results in storing ↵ | Dries Buytaert | 2006-01-24 |
| | | | | plain text passwords. | ||
* | - Patch #45320 by Zen: improved usability of off-line mode. | Dries Buytaert | 2006-01-22 |
| | |||
* | - #40515: Ensure UTF-8 character set on the database side (and include ↵ | Steven Wittens | 2006-01-21 |
| | | | | upgrade path for incorrectly set up databases) | ||
* | - Patch #44136 by riccardoR: can't enable more than one language. | Dries Buytaert | 2006-01-17 |
| | |||
* | - Patch #44261 by Kobus/Zen: drupal -> Drupal. | Dries Buytaert | 2006-01-12 |
| | |||
* | - #41940: Locale string search broken in some cases (and remove some ↵ | Steven Wittens | 2006-01-05 |
| | | | | | | inappropriate db_escape_string() usage) - #43491: Missing drupal_goto() after saving settings | ||
* | - Cleaned up the cron status message. | Dries Buytaert | 2006-01-05 |
| | |||
* | - Patch #41548 by Neil: critical bugfix: theme didn't load when styles are used. | Dries Buytaert | 2006-01-04 |
| | |||
* | - Patch #42057 by hunmonk and chx: made saving user accounts work again. | Dries Buytaert | 2006-01-02 |
| | |||
* | - Patch 42498 by m3avrck: unified cron-trackers and added a section that ↵ | Dries Buytaert | 2005-12-31 |
| | | | | lets you figure out whether cron is running (usability improvement). | ||
* | - Patch #36465 by chx / Richard: made it possible to link to the front page. | Dries Buytaert | 2005-12-27 |
| | |||
* | - Patch #41914 by Robert: modules page producing duplicate entry database ↵ | Dries Buytaert | 2005-12-22 |
| | | | | errors. | ||
* | - Patch #41461 by spiderman: reset the default theme to bluemarine after reset. | Dries Buytaert | 2005-12-21 |
| | |||
* | - Patch #41124 by amanuel/owe: make the logo upload work. | Dries Buytaert | 2005-12-16 |
| | |||
* | - Patch #40524 by drumm: made sure that visiting the admin/modules page does ↵ | Dries Buytaert | 2005-12-09 |
| | | | | not break your setup if you haven't run udpate.php yet. | ||
* | - Patch #40341 by Neil: fixed problems with database schema versions. | Dries Buytaert | 2005-12-08 |
| | | | | | | | - When user #1 creates an account (we can assume this happens only once), system.module's schema version is set to the latest availiable. - system_get_files_database() now includes a 'schema_version' child of each file object. - That new information is re-saved when Drupal re-populates the system table. - An array of newly-enabled modules is built, module_list() is reloaded, and the schema versions of each newly-enabled module are set to the most recent availiable. If the schema version is already set (presumably from a previous installation) it is not changed. | ||
* | - Patch #38645 by Morbus: reworked the _regions() hook. | Dries Buytaert | 2005-12-07 |
| | |||
* | - Patch #39155 by Alex/chx: #validate, #submit, #process consistency | Dries Buytaert | 2005-12-03 |
| | |||
* | - Patch #39576 by chx: rename '_execute' to '_submit' and '#execute' to ↵ | Dries Buytaert | 2005-12-02 |
| | | | | '#submit'. | ||
* | - Patch #39594 by m3avrck: removed comma from date. | Dries Buytaert | 2005-12-02 |
| | |||
* | - Patch #38981 by Robert: add permission to enable/disbale theme switching ↵ | Dries Buytaert | 2005-11-30 |
| | | | | by users. | ||
* | - Various fixes. Updated CHANGELOG.txt | Dries Buytaert | 2005-11-29 |
| | |||
* | - Menu wasn't being wiped after enabling/disabling themes | Steven Wittens | 2005-11-29 |
| | |||
* | - Patch #36313 by assimmonds: make the search box look identical to Drupal 4.6 | Dries Buytaert | 2005-11-25 |
| | |||
* | - Patch #38692 by saerdna: removed duplicate form-text class. | Dries Buytaert | 2005-11-24 |
| | |||
* | - Patch #38349 by chx: form API bugfixes. | Dries Buytaert | 2005-11-23 |
| | |||
* | - Patch #37752 by chx and Richard: renamed #post_process to #after_build. | Dries Buytaert | 2005-11-21 |
| | |||
* | - Patch #36333 by Tobias Maier: make sure to enable the default theme. | Dries Buytaert | 2005-11-14 |
| | |||
* | - Patch #35575 by Richard, chx and Ber: system module no longer saves the ↵ | Dries Buytaert | 2005-11-13 |
| | | | | files and tmp dir.: | ||
* | - Patch #35644 by webchick: forms API simplificiations. | Dries Buytaert | 2005-11-12 |
| | |||
* | - Patch #26249 by Morbus: improved handling of temporary files/directory. | Dries Buytaert | 2005-11-12 |
| | | | | | | | | If your module uses variable_get('file_directory_temp', ...) or variable_get('file_directory_path', ...) please update it to use the new API. A list of affected modules is available at http://drupal.org/node/26249#comment-54194. | ||
* | - Patch #22215 by Richard Archer: refactored primary and secondary links. | Dries Buytaert | 2005-11-03 |
| | | | | | | | | | Deprecates the primary_links module. This patch was much needed. Thanks Richards! NOTE: if some themers could investigate if there is room for improvement with regard to theming, that would be awesome. | ||
* | - Patch #26249 by crunchywelch, Junyor: use upload_tmp_dir as default ↵ | Dries Buytaert | 2005-11-01 |
| | | | | temporary directory. Fixed file problems on Windows NT systems. | ||
* | - Patch #26139 by webchick / Kieran / documentation team: improved admin ↵ | Dries Buytaert | 2005-11-01 |
| | | | | help of core modules! / | ||
* | - Patch #35759 by mikeryan: fixed typo in file_directory_temp fieldname. | Dries Buytaert | 2005-11-01 |
| | |||
* | - #35264: More form api fixes | Steven Wittens | 2005-10-26 |
| | |||
* | - Patch #34086 by chx: fixed blog regions being broken. | Dries Buytaert | 2005-10-25 |
| | |||
* | - Patch #30930 by m3avrck/deekayen: cured PHP5 warnings. | Dries Buytaert | 2005-10-22 |
| | |||
* | - Patch #34831 by asimmonds: added missing table header. | Dries Buytaert | 2005-10-22 |
| | |||
* | - #34401: Validation error (form method must be lowercase 'get' or 'post') | Steven Wittens | 2005-10-19 |
| | |||
* | - Patch #34052 by webchick: fixed typo in form code. | Dries Buytaert | 2005-10-18 |
| | |||
* | - #33433: More form API fixes, and error handling improvements by Chx. | Steven Wittens | 2005-10-13 |
| | |||
* | - Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes. | Dries Buytaert | 2005-10-11 |
| | |||
* | - Second batch of form API fixes by chx. | Dries Buytaert | 2005-10-09 |
| | |||
* | - Modified version of patch #32622 by kbahey: added 'site ↵ | Dries Buytaert | 2005-10-08 |
| | | | | | | offline/maintenance' feature. (Untested because the admin/settings page doesn't work yet.) | ||
* | - Patch #33433 by chx: fixed a number of form API problems. | Dries Buytaert | 2005-10-08 |
| | | | | | | | | | | | * Default form value * Leftover debug function in form.inc * PHP5 issue with comment date (I got this patch from another issue) * Validation error fix (was calling legacy form validate) * Lots o' warnings on comment preview * Filter tips plus argument (gremlins. I swear this was not there.) * Message to clear what's going on with system settings * Non-freetagging taxonomies fixed | ||
* | - Patch #29465: new form API by Adrian et al. | Dries Buytaert | 2005-10-07 |
| | | | | | | | TODO: + The contact.module was broken; a new patch for contact.module is needed. + Documentation is needed. + The most important modules need to be updated ASAP. | ||
* | - Patch #3986 by James (and Boris :)):consolidated all feed-related settings ↵ | Dries Buytaert | 2005-09-18 |
| | | | | | | | | | | | in one place. * adds a "feed settings" section to admin/settings where 2 new settings are introduced: * number of items per feed * default length of feed descriptions (title only, teaser, full) * patches all of core to obey the above - including the new aggregator (out) feeds * adds support for adding namespaces in _nodeapi('rss item') - which means things like iTunes RSS and yahoo's media rss can be implemented by the appropriate modules (i.e. audio.module) * includes some additional info in the default node feed - specifically the element (links directly to comments) - and dc:creator - to show node author information. | ||
* | - Patch #30935 by m3avrck: generate width and height attributes for the ↵ | Dries Buytaert | 2005-09-13 |
| | | | | theme screenshots on the theme administration page. |