summaryrefslogtreecommitdiff
path: root/modules/system
Commit message (Collapse)AuthorAge
* - Patch #445062 by Arancaytar: check for PHP tokenizer extension to be ↵Dries Buytaert2009-04-26
| | | | installed.
* - Patch #383220 by mr.baileys: cron trigger needs an action.Dries Buytaert2009-04-26
|
* - Patch #445070 by Arancaytar: added missing parameter documentation.Dries Buytaert2009-04-26
|
* - Patch #19837 by xmacinfo, j.somers: make 'not verified' togglable as a ↵Dries Buytaert2009-04-26
| | | | theme setting.
* - Patch #352880 by dereine, Dave Reid: replace strstre with strpos.Dries Buytaert2009-04-26
|
* #369409 by dropcube: Move block.tpl.php to block.module rather than ↵Angie Byron2009-04-26
| | | | system.module.
* - Patch #440826 by brianV: whitespace clean-up.Dries Buytaert2009-04-25
|
* - Patch #147310 by c960657: added tests for private files, fixed a problem ↵Dries Buytaert2009-04-24
| | | | with private files and minor improvements.
* - Patch #147310 by c960657 et al: better cache headers for reverse proxies.Dries Buytaert2009-04-22
|
* - Patch #375482 by mfb: avoid PDO exceptions when block module is not enabled.Dries Buytaert2009-04-21
|
* - Patch #423948 by mfb: updated documentation, update functions should ↵Dries Buytaert2009-04-21
| | | | include schema descriptions.
* - Patch #439038 by JeremyFrench: fixed typo in CSS file.Dries Buytaert2009-04-20
|
* - Patch #299176 by chx, Crell: added example of hook_query_alter to API ↵Dries Buytaert2009-04-20
| | | | documentation.
* - Patch #427296 by taz88ny: move some code from system.module to bloc.module ↵Dries Buytaert2009-04-20
| | | | where it belongs.
* Roll-back of #333054; needs more discussion.Angie Byron2009-04-20
|
* - Patch #430342 by kkaefer et al: usability improvement: changed 'site ↵Dries Buytaert2009-04-19
| | | | maintenance' to 'maintenance mode'.
* #372563 by cytefx: Rename drupal_set_html_head() to drupal_ADD_html_head() ↵Angie Byron2009-04-15
| | | | which actually describes what it does.
* - Patch #394332 by Xano: clean up language around logging and alerts.Dries Buytaert2009-04-13
|
* #323112 by dmitrig01, kkaefer, quicksketch, frando and many many more: Now ↵Angie Byron2009-04-11
| | | | presenting... Vertical Tabs. Fantastic new UI improvement for node forms and hopefully more in the future.
* - Patch #424252 by swentel: move block cache settings from system module to ↵Dries Buytaert2009-04-05
| | | | block module now block module is optional.
* - Patch #392362 by Xano, Dave Reid: remove clean URL option from the ↵Dries Buytaert2009-04-04
| | | | installation process -- automatically enable clean URLs when possible, or hide the option when clean URLs cannot be enabled.
* - Patch #363262 by Dave Reid: adds a lost index to the URL table.Dries Buytaert2009-04-03
|
* - Patch #333054 by c960657: page cache should be case sensitive.Dries Buytaert2009-04-01
|
* #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a ↵Angie Byron2009-03-31
| | | | static method to reduce memory footprint of SimpleTest.
* #414218 by cha0s: Document hook_update_N()'s ability to use batch API.Angie Byron2009-03-29
|
* #410638 follow-up by foxtrotcharlie and David Rothstein: Fix help text on ↵Angie Byron2009-03-25
| | | | blocks so that 'Powered by' doesn't show up on all system blocks.
* #410638 by foxtrotcharlie: Prevent 'Powered by Drupal' settings showing up ↵Angie Byron2009-03-25
| | | | on all system blocks.
* - Patch #273137 by pwolanin, David_Rothstein, chx, et al: split navigation ↵Dries Buytaert2009-03-20
| | | | to user and administration menu. Will require follow-up patches.
* - Patch #333156 by stella: add ability to configure the default country.Dries Buytaert2009-03-17
|
* #347250 by catch, drewish, and Berdir: Add function for loading multiple ↵Angie Byron2009-03-14
| | | | users in one request.
* #360081 by quicksketch: Stop using global variables for JavaScript settings.Angie Byron2009-03-13
|
* - Patch #331013 by drewish: documentation clean-up.Dries Buytaert2009-03-10
|
* - Patch #373613 by drewish, quicksketch: working around some Debian issues. ↵Dries Buytaert2009-03-10
| | | | They ship a different GD library.
* - Patch #373613 by quicksketch and drewish: in order to operate on images ↵Dries Buytaert2009-03-09
| | | | | | | | | | multiple times (such as crop, scale, then desaturate) without quality loss, we need to pass images by their raw GD (or other library) resources rather than re-opening the same image repeatedly, which causes wasted processing and loss of quality when using JPEG images. This patch reworks the image toolkits, adds some new image manipulations and adds some impressive SimpleTests.
* - Patch #244904 by keith.smith, edmund.kwok, xano, David_Rothstein: rename ↵Dries Buytaert2009-03-08
| | | | 'input formats'.
* #383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X.Angie Byron2009-03-08
|
* #331832 by jhodgdon: Add pointer from hook_form_alter() docs to ↵Angie Byron2009-03-08
| | | | hook_form_FORM_ID_alter().
* #387218 by geerlingguy, JohnAlbin, and scor: Print/document RDF variables in ↵Angie Byron2009-03-02
| | | | page.tpl.php.
* #304163 by chx: Allow update.php to re-generate settings.php. Now possible ↵Angie Byron2009-03-01
| | | | to upgrade Drupal 6 to Drupal 7. Oh, yeah.
* Roll-back of users -> user table name change in #330983: Broken pgsql is no fun.Angie Byron2009-02-26
|
* - Patch #243524 by Dave Reid, chx: display INFO_ALL output when calling ↵Dries Buytaert2009-02-25
| | | | system_php().
* - Patch #383318 by mr.baileys: incorrect memory shortage warning when memory ↵Dries Buytaert2009-02-25
| | | | limit is unlimited.
* #367299 by EclipseGc, JohnAlbin, geerlingguy, and Todd Nienkerk: Update and ↵Angie Byron2009-02-24
| | | | polish default page.tpl.php to make it easier for CSS designers to theme.
* - Patch #380064 by c960657: make file_scan_directory() use save property ↵Dries Buytaert2009-02-22
| | | | names as file_load().
* #330983 by recidive and boombatower: Rename users/users_roles tables to ↵Angie Byron2009-02-18
| | | | user/user_role for consistency.
* #215080 by drifter and robertDouglass: Add index on system name and type to ↵Angie Byron2009-02-18
| | | | speed query.
* #371231 by JohnAlbin and EclipseGC: Rename clear-block CSS class to ↵Angie Byron2009-02-18
| | | | clearfix, which is the lingo that designers use for it.
* #125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow ↵Angie Byron2009-02-18
| | | | compatibility with other JavaScript libraries.
* #135976 by Dave Reid: Move Administration Theme setting to the themes page ↵Angie Byron2009-02-11
| | | | where it is findable (with tests).
* #365149 by karschsp: Fix @endcode at the end of hook_page_alter() example.Angie Byron2009-02-09
|