summaryrefslogtreecommitdiff
path: root/modules/system
Commit message (Collapse)AuthorAge
* Reverting #500866. Needs more discussion.Angie Byron2010-08-05
|
* #500866 by boombatower, solotandem: Remove t() from assertion messages in ↵Angie Byron2010-08-05
| | | | SimpleTest, so translators do not get 1000s of bogus strings.
* #516254 by jhodgdon: Remove @return PHPDocs where nothing is returned.Angie Byron2010-08-05
|
* #842962 by jhodgdon, chx: Fixed hook_menu() and drupal_deliver_page() need ↵Angie Byron2010-08-05
| | | | to warn about access checks in documentation.
* #870204 by kiamlaluno, sun: Revert coding style changes to system.tar.inc.Angie Byron2010-08-05
|
* - Patch #872604 by Island Usurper: documentation for hook_entity_info() is ↵Dries Buytaert2010-08-04
| | | | malformed.
* - Patch #871988 by sun: avoid rebuilds in system_settings_form_submit().Dries Buytaert2010-08-03
|
* #851168 by Stevel, Damien Tournoud: Fixed db_find_tables() expects tables to ↵Angie Byron2010-08-02
| | | | be prefixed, inconsistent implementation and documentation.
* - Patch #139117 by hass, casey, Stefan Nagtegaal: remove outdated IE5-mac ↵Dries Buytaert2010-08-02
| | | | hacks for build_css_cache() regex.
* #853748 by Stevel, andypost: Fixed Folders in includes/database that do not ↵Angie Byron2010-07-31
| | | | contain an (installable) driver are used anyway.
* - Patch #769226 by Owen Barton, alanburke, sun: fixed JS/CSS preprocess ↵Dries Buytaert2010-07-30
| | | | should default to FALSE.
* - Patch #804328 by jcfiala, David_Rothstein: 'Compress cached pages'-setting ↵Dries Buytaert2010-07-28
| | | | should always clear cache on toggle.
* - Patch #850686 by Jacine, sun: renamed 'highlight' region to 'highlighted' ↵Dries Buytaert2010-07-28
| | | | for consistency.
* - Patch #788310 by jhodgdon: hook_menu_local_tasks_alter() doc is missing 2 ↵Dries Buytaert2010-07-26
| | | | parameters.
* - Patch #809600 by Damien Tournoud, chx: stop using bit-wise operators for ↵Dries Buytaert2010-07-26
| | | | {file_managed()}.status.
* - Patch #858076 by jhodgdon: confirm_form() param documentation should ↵Dries Buytaert2010-07-26
| | | | mention value elements.
* - Patch #818214 by David_Rothstein, dereine, JacobSingh: improper table ↵Dries Buytaert2010-07-24
| | | | structure for url_alias.
* - Patch #850152 by kiamlaluno: use 'elseif' in place of 'else if'.Dries Buytaert2010-07-24
|
* - Patch #800432 by marcingy: no index on {semaphore}.value.Dries Buytaert2010-07-24
|
* - Patch #861566 by p.brouwers: use uppercase for PHP constants, e.g. NULL, ↵Dries Buytaert2010-07-22
| | | | TRUE, FALSE.
* - Patch #846858 by kiamlaluno: it's/its grammar in various doc headers.Dries Buytaert2010-07-21
|
* - Patch #788166 by TR: password_confirm() element breaks if there is more ↵Dries Buytaert2010-07-20
| | | | than 1 on a page.
* - Patch #561708 by jurgenhaas, gleroux02, ksenzee, Island Usurper: ↵Dries Buytaert2010-07-19
| | | | theme_image() chokes if getimagesize() fails.
* - Patch #410636 by Stevel, randallknutson, c960657, Berdir: upgrade does not ↵Dries Buytaert2010-07-14
| | | | create required menus.
* #850060 by Dave Reid: Fixed Site mission token needs to be removed.Angie Byron2010-07-11
|
* - Patch #846858 by kiamlaluno: typo in the documentation for ↵Dries Buytaert2010-07-10
| | | | hook_schema_alter().
* - Patch #819388 by pwolanin: switch registry back to using hashes not file ↵Dries Buytaert2010-07-10
| | | | mtime and ctime.
* #845742 by Damien Tournoud: Make Bartik the default core theme.Angie Byron2010-07-08
|
* Roll-back of #749748. This broke JavaScript on node add forms, and probably ↵Angie Byron2010-07-07
| | | | elsewhere.
* #363580 by rfay, chx, Berdir, Rob Loach, Gábor Hojtsy, Shawn DeArmond: ↵Angie Byron2010-07-07
| | | | Fixed OpenID login fails when in maintenance mode, and 403 errors on certain user paths for logged-in users.
* #685892 follow-up by Stevel: Fix missing t() in update function.Angie Byron2010-07-07
|
* - Patch #749748 by mavimo, Dave Reid: contact and comment modules do not ↵Dries Buytaert2010-07-07
| | | | prefill with user info from cookie.
* - Patch #846254 by kiamlaluno: example for hook_update_N() contains wrong code.Dries Buytaert2010-07-07
|
* #685892 by Stevel, scor, Island Usurper, yched, quicksketch, et al: Fixed ↵Angie Byron2010-07-06
| | | | Upload -> File module upgrade path is broken.
* - Patch #805702 by Berdir: cron should use locking framework.Dries Buytaert2010-07-02
|
* - Patch #effulgentsia: remove left-overs.Dries Buytaert2010-07-01
|
* - Patch #523286 by aspilicious, Bojhan, anarcat, aaronbauman: cleanup IP ↵Dries Buytaert2010-06-30
| | | | blocking.
* - Patch #721086 by rfay, aspilicious, andypost: create tests for system ↵Dries Buytaert2010-06-29
| | | | actions, clean up token replacement, clean up triggers.
* - Patch #690746 by Damien Tournoud, Stevel: avoid table descriptions from ↵Dries Buytaert2010-06-29
| | | | disappearing.
* - Patch #831914 by Dave Reid: removed redundant/duplicate [node:uid], ↵Dries Buytaert2010-06-29
| | | | [comment:uid], and [file:uid] tokens.
* - Patch #837728 by aaronbauman: @see directives in system.api.php: move to ↵Dries Buytaert2010-06-29
| | | | bottom of docblocks, prepend blank line.
* - Patch #829484 by Berdir, Dave Reid, dereine: uncaught PDO Exception - XSS.Dries Buytaert2010-06-28
|
* - Patch #837832 by dereine, marcingy: increase the size of {sessions}.sid.Dries Buytaert2010-06-27
|
* - Patch #734944 by Dave Reid: documentation for hook_token_info_alter() is ↵Dries Buytaert2010-06-26
| | | | incorrect.
* - Patch #838408 by chx: remove hook_menu_active_handler_alter().Dries Buytaert2010-06-26
|
* - Patch #266246 by sun, effulgentsia, marcingy: remove smart defaults for ↵Dries Buytaert2010-06-26
| | | | system_settings_form().
* - Patch #718922 by derjochenmeyer, betz, mgifford, JohnAlbin, casey: ↵Dries Buytaert2010-06-26
| | | | .element-invisible does not work with VoiceOver on OS X Snow Leopard.
* - Patch #818214 by dereine: improper table structure for url_alias().Dries Buytaert2010-06-26
|
* - Patch #836748 by aaronbauman, jhodgdon: improve documentation about ↵Dries Buytaert2010-06-26
| | | | install/enable/etc. hook invocation order.
* - Patch #795174 by Berdir: use %alias in SelectQuery joins and remove ↵Dries Buytaert2010-06-25
| | | | workarounds.