Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | - Removed broken throttle. | Dries Buytaert | 2004-03-01 | |
| | ||||
* | - Aggregator: fix for http://drupal.org/node/view/5733 | Steven Wittens | 2004-02-19 | |
| | | | | - System: the 404 setting instructions advise using 'node', this should be '' (redirecting the user to the front page without any message whatsoever is confusing) | |||
* | - Patch by Steven: removed redundant permission checks. These are no longer | Dries Buytaert | 2004-02-15 | |
| | | | | required thanks to the new 404 handling. | |||
* | Fix bad default timezone format for timezone display. Would cause a bug on ↵ | Steven Wittens | 2004-02-10 | |
| | | | | sites that haven't been configured completely yet. | |||
* | - Modified format_date() to handle timezones properly. | Kjartan Mannes | 2004-02-08 | |
| | ||||
* | - Batch two with profile module improvements: | Dries Buytaert | 2004-02-07 | |
| | | | | | | + Reworked the 'account administration' page. + Fixed bug in the 'edit account' page. + Removed some dead code from the system.module. | |||
* | - First batch of profile module improvements: | Dries Buytaert | 2004-02-07 | |
| | | | | | | | | | | | | | + Tidied up the profile configuration page: grouped form elements. + Tidied up the block configuration settings: removed hard-coded table. + Changed the profile API to return the preferred group name, and changed the user module to group settings. Modules implementing the _user hook will need to be udpated. + Removed register_form and register_validate for now. | |||
* | Patch 5287 by Stefan: multiline help texts should become inside a single ↵ | Dries Buytaert | 2004-01-23 | |
| | | | | $output. | |||
* | - Removed instances of the 'throttle_enable' variable. | Dries Buytaert | 2004-01-19 | |
| | ||||
* | - Patch #5021: clean up URLs in _help texts. Patch by UnConeD. | Dries Buytaert | 2004-01-11 | |
| | ||||
* | Committed filter separation patch: all filter-related things are now in ↵ | Steven Wittens | 2004-01-05 | |
| | | | | | | | | filter.module (which is a required module). To do this cleanly, I reorganised some bits of system.module: there is now a generic handler available for simple variable-get/set based configuration pages. Look at filter_admin() or system_view() for example usage. (based on the patch by Goba) | |||
* | - Updated code to use new semantics of url() and l(). | Dries Buytaert | 2003-12-29 | |
| | ||||
* | - Fixing temp directory check. | Kjartan Mannes | 2003-12-29 | |
| | ||||
* | - Tidied up some inconsistencies in the code: scripts/code-style.sh is your ↵ | Dries Buytaert | 2003-12-28 | |
| | | | | friend. | |||
* | - Added file handling. Work by Kjartan. | Dries Buytaert | 2003-12-26 | |
| | ||||
* | - Reworked 404 (page not found) handling. Patch by walkah. You can specify a | Dries Buytaert | 2003-12-16 | |
| | | | | | custom 404 page in the administration page. As a result, error.php could be removed. | |||
* | - Patch 0185 by Jeremy: made it possible to automatically disable modules when | Dries Buytaert | 2003-12-07 | |
| | | | | under heave load. | |||
* | - Introduced a drupal_set_message() and drupal_get_message() function. | Dries Buytaert | 2003-12-01 | |
| | | | | | | | Contributed themes and modules need to be updated: - modules: status() is no more; use drupal_set_message() instead. - themes: use drupal_get_message() to check for status messages and visualize them. | |||
* | - Committed phase 4 of JonBob's menu system changes. | Dries Buytaert | 2003-11-25 | |
| | ||||
* | - Made the help text sharable by removing incorrect use of $base_url. Patch | Dries Buytaert | 2003-11-23 | |
| | | | | by Goba. | |||
* | - Committed patch #165 by Moshe. | Dries Buytaert | 2003-11-23 | |
| | ||||
* | - Improved theme configuration page. Modified version of Adrian. | Dries Buytaert | 2003-11-20 | |
| | ||||
* | - Patch by JonBob: | Dries Buytaert | 2003-11-20 | |
| | | | | | | | | Phase 2 of the menu system integration project. This unifies the interface used by admin and non-admin pages, and deprecates the _page hook in favor of explicit callbacks from menu(). Breadcrumbs, titles, and help text go away as a result of this patch; they will return in the phase 3 patch, printed by the theme. | |||
* | - Improved module loading when serving cached pages. Moshe's bootstrap patch. | Dries Buytaert | 2003-11-18 | |
| | | | | - Used legend and fieldset tags for the configuration page. | |||
* | - table(...) -> theme("table", ...) | Dries Buytaert | 2003-11-13 | |
| | ||||
* | - Committed stage 2 of the theme system improvements! Patch by CodeMonkeyX. | Dries Buytaert | 2003-11-09 | |
| | ||||
* | - Translation fix: the date in the calendar block could not be translated. ↵ | Dries Buytaert | 2003-11-09 | |
| | | | | | | | | Patch by Goba. - Translation fix: made the word 'permission' translatable in the system module' help text. Patch by Goba. - Translation fix: the ping module's help text was translated twice. Patch by Goba. | |||
* | - Usability improvement: replaced many selection boxes by radio buttons. | Dries Buytaert | 2003-11-07 | |
| | | | | Patch by Stefan. | |||
* | - Added support for "special timezones". Patch by Steven/UnConeD. | Dries Buytaert | 2003-10-30 | |
| | ||||
* | - Usability improvement: removed the cron setting. It was dead code. | Dries Buytaert | 2003-10-24 | |
| | ||||
* | - Documentation improvement: updated documentation to match menu item changes. | Dries Buytaert | 2003-10-24 | |
| | | | | Fixes critical bug #3453. (In the end, someone has to do it ...) | |||
* | - Committed part 3 of Michael's help system improvements: removed the $help | Dries Buytaert | 2003-10-09 | |
| | | | | parameter from the menu() function. | |||
* | - Help system improvements: eliminated the _system hook. Patch by Michael. | Dries Buytaert | 2003-10-07 | |
| | | | | | | - Bloggerapi module fixes. Patch by Kjartan. - Coding style fixes. Patch by Michael. | |||
* | - Help improvements and translation improvements from Michael. Thanks! | Dries Buytaert | 2003-10-03 | |
| | ||||
* | - Removed dead code. Patch by stefan. | Dries Buytaert | 2003-10-02 | |
| | ||||
* | - Moved the locale settings from the user module to the locale module. | Dries Buytaert | 2003-09-30 | |
| | | | | | | | Patch by Stefan. - Moved the theme settings from the user module to the system module and made the code more intelligent. Patch by Stefan. | |||
* | - More translation fixes for the menu items. Patch by Gabor. | Dries Buytaert | 2003-09-28 | |
| | ||||
* | - Made sure the system module can be translated entirely. Patch by Stefan. | Dries Buytaert | 2003-09-28 | |
| | ||||
* | - Made sure all menu items can be translated. Path by Goba. | Dries Buytaert | 2003-09-28 | |
| | ||||
* | - Committed Goba's translation fixes. | Dries Buytaert | 2003-09-28 | |
| | ||||
* | - Committed Al's new admin link texts. Remarks: | Dries Buytaert | 2003-09-27 | |
| | | | | | | | 1) As explained by Al, there is still a glitch with the 'create content' menu. 2) The user module part of the patch did not apply due to Kjartan's earlier patch. | |||
* | - Committed the admin menu integration patch. Thanks Adrian, Stefan and others. | Dries Buytaert | 2003-09-26 | |
| | ||||
* | - Committed a partial administration page integration patch. | Dries Buytaert | 2003-09-19 | |
| | ||||
* | - Tidied up the usage of module_invoke() and module_invoke_all(). Patch by | Dries Buytaert | 2003-09-14 | |
| | | | | Jonathan Chaffer. | |||
* | - Updated the system module to the new help system. Needs a bit of work ↵ | Dries Buytaert | 2003-08-21 | |
| | | | | | | after the rest has been completed. | |||
* | - Documentation improvement by Charly. Task #2257. | Dries Buytaert | 2003-07-13 | |
| | ||||
* | - Committed a slightly modified version of Slavica's table prefix patch. | Dries Buytaert | 2003-07-10 | |
| | ||||
* | - Improvement: don't perform XSS checks for trusted users. Trusted users | Dries Buytaert | 2003-07-01 | |
| | | | | | | | | | | | | | | | are those that have the "bypass input data check" permission set. Should address bug #2147. - Improvement: simplified index.php and modules/admin.module. - Bugfix: fixed broken links in bloggerapi documentation. Patch by Chris Johnson. Fixes bug #2030. - Bugfix: fixed the date shown on a book module preview. Reported as part of bug #2097. - Bugfix: fixed broken URL in the book module documentation. | |||
* | - Improvement: made the default homepage setting more flexible. Patch by | Dries Buytaert | 2003-06-18 | |
| | | | | Eric A. Farris. | |||
* | - Improvements: XHTML-ifications. Patch by GmbH. | Dries Buytaert | 2003-06-15 | |
| |