Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - 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. | ||
* | - Patch #26778 by Uwe: fixed incorrect form description/help. | Dries Buytaert | 2005-09-08 |
| | |||
* | - #30716: Fix typo in system.module | Steven Wittens | 2005-09-08 |
| | |||
* | - Patch #26033 by m4avrck: fixed PHP5 warnings (call by reference) | Dries Buytaert | 2005-09-08 |
| | |||
* | - Patch #30122 by m3verick: changed include_once()'s to include "./$file" | Dries Buytaert | 2005-09-08 |
| | | | | for performance's sake. | ||
* | - Patch #29506 by Nedjo: block regions were not initiated for newly enabled ↵ | Dries Buytaert | 2005-08-28 |
| | | | | themes. | ||
* | - Patch #29785 by Chx: multiple node types were broken so we refactored | Dries Buytaert | 2005-08-28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | part of the node system! If you have a module that implements node types, you'll have to udpate its CVS HEAD version. We replaced _node_name() and _node_types() by _node(). The new _node() hook let's you define one or more node types, including their names. The implementation of the _node() hook needs to: return array($type1 => array('name' => $name1, 'base' => $base1), $type2 => array('name' => $name2, 'base' => $base2)); where $type is the node type, $name is the human readable name of the type and $base is used instead of <hook> for <hook>_load, <hook>_view, etc. For example, the story module's node hook looks like this: function story_node() { return array('story' => array('name' => t('story'), 'base' => 'story')); } The page module's node hook module like: function page_node() { return array('page' => array('name' => t('page'), 'base' => 'page')); } However, more complex node modules like the project module and the flexinode module can use the 'base' parameter to specify a different base. The project module implements two node types, proejcts and issues, so it can do: function project_node() { return array( array('project_project' => array('name' => t('project'), 'base' => 'project'), array('project_issue' => array('name' => t('issue'), 'base' => 'project_issue')); } In the flexinode module's case there can only one base ... This hook will simplify the CCK, and will make it easy (or easier) to merge the story and page module. In addition, node_list() became node_get_types(). In addition, we created the following functions: node_get_name($type) and node_get_base($type). | ||
* | - Patch #29385 by chx: no ?> add end of files. | Dries Buytaert | 2005-08-25 |
| |