summaryrefslogtreecommitdiff
path: root/modules/system.module
Commit message (Collapse)AuthorAge
* - Removed dead code. Patch by stefan.Dries Buytaert2003-10-02
|
* - Moved the locale settings from the user module to the locale module.Dries Buytaert2003-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 Buytaert2003-09-28
|
* - Made sure the system module can be translated entirely. Patch by Stefan.Dries Buytaert2003-09-28
|
* - Made sure all menu items can be translated. Path by Goba.Dries Buytaert2003-09-28
|
* - Committed Goba's translation fixes.Dries Buytaert2003-09-28
|
* - Committed Al's new admin link texts. Remarks:Dries Buytaert2003-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 Buytaert2003-09-26
|
* - Committed a partial administration page integration patch.Dries Buytaert2003-09-19
|
* - Tidied up the usage of module_invoke() and module_invoke_all(). Patch byDries Buytaert2003-09-14
| | | | Jonathan Chaffer.
* - Updated the system module to the new help system. Needs a bit of work ↵Dries Buytaert2003-08-21
| | | | | | after the rest has been completed.
* - Documentation improvement by Charly. Task #2257.Dries Buytaert2003-07-13
|
* - Committed a slightly modified version of Slavica's table prefix patch.Dries Buytaert2003-07-10
|
* - Improvement: don't perform XSS checks for trusted users. Trusted usersDries Buytaert2003-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 byDries Buytaert2003-06-18
| | | | Eric A. Farris.
* - Improvements: XHTML-ifications. Patch by GmbH.Dries Buytaert2003-06-15
|
* - Charset simpliciations. Patch #46 by Al.Dries Buytaert2003-06-08
|
* - More charset patches by Al.Dries Buytaert2003-06-05
|
* - Bugfix: renamed the SQL field 'types' to 'nodes' because 'types' is a ↵Dries Buytaert2003-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 Buytaert2003-05-29
|
* - Fixed a typo in the PostgreSQL database scheme. Patch by Michael Frankowski.Dries Buytaert2003-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 Buytaert2003-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 Buytaert2003-04-15
| | | | - Updated the cache system's documentation - it was no longer current.
* - Cache improvement: only flush cache when told to.Dries Buytaert2003-03-16
|
* - Fixed coding style issues. Patch by Ax.Dries Buytaert2003-03-14
|
* - Eliminated system_init(), the session stuff, and made it possible toDries Buytaert2003-03-12
| | | | rebuild the menu.
* - Changed _nodeapi("conf") to _nodeapi("settings").Kjartan Mannes2003-03-08
| | | | | - Changed node settings page to use table(). - Minor code beautification here and there.
* - Removed the path_uri() function in favor of the $base_url variable andDries Buytaert2003-03-07
| | | | fixes a handful of bugs introduced by the clean URL patch.
* - Corrected coding style and fixed some "undefined index/variable" warnings.Dries Buytaert2003-03-04
| | | | Patch by Ax.
* - Fixed typo in system module. Patch by Ax.Dries Buytaert2003-03-04
|
* - Various system module improvements. Patch by Al.Dries Buytaert2003-03-02
|
* - Removed <?php ?> tags from documentation and made sure the important links areDries Buytaert2003-02-27
| | | | at the top. Patch by Al.
* - Fixed some broken links.Dries Buytaert2003-02-24
|
* - New menu houskeeping. Prototyped by Zbynek.Dries Buytaert2003-02-20
| | | | | | | | | | | | | | | | The following modules need updating: * glossary module * feed module (Breyten's version) * mailhandler module * notify module * project module * smileys module * admin module * style module * taxonomy_dhtml module To avoid unexpected problems menu_add() is deprecated (it will print an error message when used) and menu() should be used instead.
* - Theme options patch. See mailing list.Dries Buytaert2003-02-17
|
* - Clean URLs.Dries Buytaert2003-02-14
|
* - See http://lists.drupal.org/pipermail/drupal-devel/2003-February/021824.html.Dries Buytaert2003-02-11
|
* - Applied Alastair's date patch.Dries Buytaert2003-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | - Removed all instances of '$user->nodes'. - Committed Moshe's taxonomy patch - minus the node_compact_list() bit. It needs a bit more thought/work. This patch changes the links of taxonomy pages/feeds so update your custom code and themes accordingly! Themes should now use "taxonomy_link("taxonomy terms", $node)" to get an array of taxonomy term links. The old construct is deprecated and should be changed. // old theme blob: if (function_exists("taxonomy_node_get_terms")) { foreach (taxonomy_node_get_terms($node->nid) as $term) { $terms[] = l($term->name, NULL, array(), "or=$term->tid"); } } // new theme blob: if (module_exist("taxonomy")) { $terms = taxonomy_link("taxonomy terms", $node); } // old URL: http://foo.com/index.php?or=1,2 // new URL: http://foo.com/?q=taxonomy/page/or/1,2
* - Applied Moshe's _exit patch (slightly modified).Dries Buytaert2003-01-26
| | | | - Fixed bug in system.module.
* - Some first changes to the system.module; tidied up some code, preparationsDries Buytaert2003-01-26
| | | | | for theme settings and borrowing some ideas from Kjartan's long-awaited system.module patch.
* - Clean URL patch.Dries Buytaert2003-01-06
|
* - Fixed a typo in the documentation, as well as extended the documentationDries Buytaert2002-12-29
| | | | while I was at it.
* - Usability improvement: made the theme selector and module selector pagesDries Buytaert2002-12-29
| | | | use the new table rendering functions.
* - Refactored the administration pages.Dries Buytaert2002-12-24
|
* - Applied patch by Gerhard to dissable submission throttle.Dries Buytaert2002-12-02
|
* - Fixed a caching bug.Dries Buytaert2002-11-25
|
* - removing some obsolete code.Kjartan Mannes2002-11-20
|
* - Applied Natrak's "create PHP content" patch.Dries Buytaert2002-11-18
|
* Patch based on work of Kjartan:Dries Buytaert2002-11-17
| | | | | | | | | | | | | | - Changed cache API. - Fixed caching bug in comment.module. Odd this hasn't been reported yet. - Fixed caching bug in forum.module. - Fixed caching bug in system.module. - Fixed caching bug in block.module. - Simplified caching support in forum.module thanks to improved cache API.
* - Applied Stefan's t()-function patches.Dries Buytaert2002-11-10
|