summaryrefslogtreecommitdiff
path: root/modules/system
Commit message (Collapse)AuthorAge
...
* #539022 follow-up by David_Rothstein: Batch API should use the current theme ↵Angie Byron2009-11-02
| | | | to run the batches.
* #239825 follow-up: Adjusting comments.Angie Byron2009-11-02
|
* #211015 by sun: Check for an existing #theme property for confirm_form() ↵Angie Byron2009-11-02
| | | | before clobbering it.
* #239825 by jeffschuler and bjaspan: Add support for OS-specific line endings ↵Angie Byron2009-11-02
| | | | on e-mails.
* #504080 by eigentor, dcor, heather, lisarex, Bojhan, and keith.smith: Remove ↵Angie Byron2009-11-02
| | | | wall of text from Themes admin description.
* #607008 by dww, Gerhard Killesreiter, JacobSingh, and chx: Changed Fix bugs ↵Angie Byron2009-11-01
| | | | in https support and use https for authorize.php if available.
* #192056 by effulgentsia, Dave Cohen, andypost, hswong3i, geodaniel, ↵Angie Byron2009-11-01
| | | | pwolanin, and dahacouk: Ensure user's raw login name is never output directly.
* - Patch #602306 by alex_b: removed some unused code.Dries Buytaert2009-10-31
|
* - Patch #618938 by pwolanin: fixed Drupal version is not being available ↵Dries Buytaert2009-10-30
| | | | until the end of bootstrap.
* #610290 by dww and sun: system_run_authorized() shouldn't always ↵Angie Byron2009-10-29
| | | | drupal_goto() so it can be used in submit handlers.
* #613912 by dww: Move host and port into a collapsed 'Advanced settings' ↵Angie Byron2009-10-27
| | | | fieldset on the authorize.php connection settings forms.
* #561452 follow-up by David_Rothstein: Use helper functions rather than file ↵Angie Byron2009-10-27
| | | | scans to retrieve module data on permissions page.
* - Patch #602490 by dww: fixed help text and action links to find the update ↵Dries Buytaert2009-10-25
| | | | manager pages.
* #613238 by catch: Add more missing columns and tables required for upgrade.Angie Byron2009-10-24
|
* #602520 by JacobSingh and dww: Make FileTransfer form have one option for ↵Angie Byron2009-10-24
| | | | FTP (ftp_extension() preferred).
* #320331 follow-up by Dave Reid: Remove documentation for no-longer-existing ↵Angie Byron2009-10-24
| | | | custom_url_rewrite functions.
* #320331 by Dave Reid, dww, John Morahan, cwgordon7, moshe weitzman, c960657, ↵Angie Byron2009-10-24
| | | | and smoothify: Turn custom_url_rewrite_inbound() and custom_url_rewrite_outbound() into hooks.
* #613238 by catch: Fixed missing columns and tables required for upgrade.Angie Byron2009-10-24
|
* #599804 by catch: Fix upgrade path.Angie Byron2009-10-24
|
* #524710 by catch and gordon: Add role_permission() table earlier in order to ↵Angie Byron2009-10-24
| | | | allow upgrade path to work.
* #612920 by catch: Added required table columns so that update.php doesn't ↵Angie Byron2009-10-24
| | | | spew fatal errors.
* #600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme ↵Angie Byron2009-10-23
| | | | functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
* - Patch #608478 by seutje, Bojhan: replace 'Powered by' icon with text.Dries Buytaert2009-10-23
|
* #356074 follow-up by mfb: Fix sequences API upgrade path.Angie Byron2009-10-20
|
* - Patch #443200 by c960657: fixed user pictures not working with private files.Dries Buytaert2009-10-20
|
* - Patch #550742 by sun: removed some left-over code.Dries Buytaert2009-10-19
|
* - Patch #493030 by scor, Stefan Freudenberg, pwolanin, fago, Benjamin ↵Dries Buytaert2009-10-19
| | | | Melançon, kriskras, dmitrig01, sun: added RDFa support to Drupal core. Oh my, oh my.
* - Fixed update number.Dries Buytaert2009-10-18
|
* - Patch #589126 by mfb: fixed bug with user module using a flood window of 6 ↵Dries Buytaert2009-10-18
| | | | hours, but flood events more than 1 hour old being deleted by cron. Improved API documentation, and added tests.
* PHP really doesn't like more than one system_update_7043() function. No, no ↵Angie Byron2009-10-18
| | | | it does not.
* #356074 by chx and Damien Tournoud: Provide a sequences API. Gets rid of ↵Angie Byron2009-10-18
| | | | stupid tables that only contain an incrementing ID, and fixes database import problems due to user ID 0.
* #516150 by David_Rothstein, dropcube, Senpai, alexanderpas, sun: Add ↵Angie Byron2009-10-18
| | | | fallback for main content block rendering. (Make it so you can't render your site completely unusable by disabling block module. Oopsie.)
* - Patch #278592 by catch, Dave Reid, andypost, lilou, sun, tobiasb: sync 6.x ↵Dries Buytaert2009-10-17
| | | | extra updates with HEAD.
* #473268 by David_Rothstein, sun, yoroy, Gábor Hojtsy, cwgordon7, et al.: ↵Angie Byron2009-10-17
| | | | Allow contextual editing of dang near everything on the page. Also adds a context system to menu local tasks.
* #606640 by eojthebrave and sun: Use proper menu router paths for the block ↵Angie Byron2009-10-16
| | | | module.
* - Patch #557272 by kkaefer, Rob Loach, quicksketch: added FAPI JavaScript ↵Dries Buytaert2009-10-16
| | | | States system.
* - Patch #593746 by #593746 by sun, andypost: prepare Drupal core for dynamic ↵Dries Buytaert2009-10-16
| | | | data translation.
* - Patch #604618 by axyjo, sun: archiver code clean-up.Dries Buytaert2009-10-16
|
* #605442 by catch: Add a generic hook_entity_load().Angie Byron2009-10-16
|
* - Patch #356074 by chx, Damien Tournoud: provide a sequences API.Dries Buytaert2009-10-16
|
* #538660 by JacobSingh, dww, JoshuaRogers, adrian, Crell, chx, anarcat, and ↵Angie Byron2009-10-15
| | | | cwgordon7: Add a functioning Plugin Manager to core. Can you say module installation and updates through the UI? I knew you could! :D
* - Patch #604618 by Crell, JacobSingh: create a common interface for Archive ↵Dries Buytaert2009-10-15
| | | | operations so we can handle .zip, .tar.gz.
* - Patch #332333 by dmitrig01, alexw: add a real API to path.module.Dries Buytaert2009-10-15
|
* #216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same ↵Angie Byron2009-10-15
| | | | parameters as url().
* - Patch #599804 by effulgentsia, catch: unify page, AJAX 'path', and AJAX ↵Dries Buytaert2009-10-15
| | | | 'callback' callbacks. Oh my, this is the beginning of something big.
* - Patch #412730 by Crell, jbomb, JohnAlbin: theme system should report when ↵Dries Buytaert2009-10-15
| | | | a theme key is not found.
* - Patch #594650 by sun, c960657: provide central ()['values'] clearance.Dries Buytaert2009-10-15
|
* - Patch #582456 by dereine, sun, tobiasb: make confirm_form() respect query ↵Dries Buytaert2009-10-14
| | | | string destination.
* - Patch #602306 by David Strauss, Damien Tournoud: Fixed bug in the default ↵Dries Buytaert2009-10-14
| | | | queue implementation.
* - Patch #563708 by JohnAlbin, joshmiller: improve theme_get_setting() and ↵Dries Buytaert2009-10-14
| | | | make custom theme settings a true form_alter().