Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - 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 |
| | |||
* | - Charset simpliciations. Patch #46 by Al. | Dries Buytaert | 2003-06-08 |
| | |||
* | - More charset patches by Al. | Dries Buytaert | 2003-06-05 |
| | |||
* | - Bugfix: renamed the SQL field 'types' to 'nodes' because 'types' is a ↵ | Dries Buytaert | 2003-06-04 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reserved keyword in MySQL 4. This fixes critical bug #1618. Patch by Marco. ==> This fix requires to run update.php! - Bugfix: made sessions work without warnings when register_globals is turned off. The solution is to use $_SESSION instead of session_register(). This fixes critical bug #1797. Patch by Marco. - Bugfix: sometimes error messages where being discarded when previewing a node. Patch by Craig Courtney. - Bugfix: fixed charset problems. This fixes critical bug #1549. Patch '0023.charset.patch' by Al. - Code improvements: removed some dead code from the comment module. Patch by Marco. - Documentation improvements: polished the node module help texts and form descriptions. Patch '0019.node.module.help.patch' by Al. - CSS improvements all over the map! Patch '0021.more.css.patch' by Al. - GUI improvements: improved the position of Druplicon in the admin menu. Patch '0020.admin.logo.patch' by Al. - GUI improvements: new logos for theme Marvin and theme UnConeD. Logos by Kristjan Jansen. - GUI improvements: small changes to the output emitted by the profile module. Suggestions by Steven Wittens. - GUI improvements: small fixes to Xtemplate. Patch '0022.xtemplate.css.patch' by Al. TODO: - Some modules such as the buddy list module and the annotation module in the contributions repository are also using session_register(). They should be updated. We should setup a task on Drupal. - There is code emitting '<div align="right">' which doesn't validate. - Does our XML feeds validate with the charset changes? - The forum module's SQL doesn't work properly on PostgreSQL. | ||
* | - Michael Frankowski's excellent help text improvements! | Dries Buytaert | 2003-05-29 |
| | |||
* | - Fixed a typo in the PostgreSQL database scheme. Patch by Michael Frankowski. | Dries Buytaert | 2003-05-13 |
| | | | | | | | | | | | | | - Fixed a typo in the MSSQL database scheme. Patch by Michael Frankowski. - Removed dependency on "register_globals = on"! Patches by Michael Frankowski. Notes: + Updated the patches to use $foo["bar"] instead of $foo['bar']. + Updated the INSTALL and CHANGELOG files as well. - Tiny improvement to the "./scripts/code-clean.sh" script. | ||
* | - Applied Michael Caerwyn's "%s -> %d" patch. | Dries Buytaert | 2003-05-07 |
| | | | | - Changed all occurences of '%d' to %d as suggested on the mailing list. | ||
* | - I have added an option to enable/disable cron support. | Dries Buytaert | 2003-04-15 |
| | | | | - Updated the cache system's documentation - it was no longer current. | ||
* | - Cache improvement: only flush cache when told to. | Dries Buytaert | 2003-03-16 |
| | |||
* | - Fixed coding style issues. Patch by Ax. | Dries Buytaert | 2003-03-14 |
| | |||
* | - Eliminated system_init(), the session stuff, and made it possible to | Dries Buytaert | 2003-03-12 |
| | | | | rebuild the menu. | ||
* | - Changed _nodeapi("conf") to _nodeapi("settings"). | Kjartan Mannes | 2003-03-08 |
| | | | | | - Changed node settings page to use table(). - Minor code beautification here and there. |