summaryrefslogtreecommitdiff
path: root/modules/system
Commit message (Collapse)AuthorAge
* - Patch #511284 by catch, moshe weitzman: add html_top and move the admin ↵Dries Buytaert2009-07-18
| | | | toolbar into html_top.
* - Patch #518750 by Damien Tournoud: rethink system settings form.Dries Buytaert2009-07-16
|
* #509392 by adrian: Add .info files for installation profiles.Angie Byron2009-07-15
|
* #193366 by Anthony Hersey: Move various rebuild functions to module page ↵Angie Byron2009-07-14
| | | | submission rather than viewing for vastly increased performance.
* #500866 by boombatower: Remove t() from getInfo in tests.Angie Byron2009-07-13
|
* - Patch #516254 by drewish remove @return PHPDocs where nothing is to return.Dries Buytaert2009-07-11
|
* #452538 by Mike Wacker: Allow node access modules to have control over ↵Angie Byron2009-07-10
| | | | unpublished nodes. (with tests)
* - Patch #497590 by Dave Reid: remove pointless 'system paths only' warning ↵Dries Buytaert2009-07-08
| | | | from admin/settings/site-information.
* - Patch #506976 by catch: rename hook_perm to hook_permission.Dries Buytaert2009-07-05
|
* #315100 by Rob Loach, quicksketch, sun, skilip, aaron, et al: Add ability ↵Angie Byron2009-07-04
| | | | for modules to register JS/CSS libraries.
* - Patch #509924 by quicksketch: fixed notice.Dries Buytaert2009-07-04
|
* - Patch #473762 by Razorraser: add link to update.php on site maintenance page.Dries Buytaert2009-07-04
|
* - Patch #468534 by paul.lovvik: add a region at the top of the page above ↵Dries Buytaert2009-07-04
| | | | the header region.
* #453254 follow-up by agentrickard: Move block update to block.install.Angie Byron2009-07-04
|
* - Patch #310139 by pwolanin, c960657: drupal_query_string_encode() should ↵Dries Buytaert2009-07-03
| | | | not call drupal_urlencode().
* - Patch #395472 by JacobSingh, chx, cwgordon7: more improvements to the file ↵Dries Buytaert2009-07-01
| | | | transfer system to pave the path for a plugin manager. Heroic effort.
* - Patch #453254 by Pasqualle: upgrade path for per-content type visibility ↵Dries Buytaert2009-07-01
| | | | of blocks.
* - Patch #437822 by jhodgdon: corrected documentation.Dries Buytaert2009-07-01
|
* - Patch #306027 by agentrickard, catch, dereine, Dave Reid, drewish, et al: ↵Dries Buytaert2009-07-01
| | | | automatically clean the {role_permission} table when modules are uninstalled.
* - Patch #314358 by wonder95, Crell, killes, et al: add option to ignore ↵Dries Buytaert2009-07-01
| | | | slave servers. Finally.
* #495956 follow-up by axyjo: Remove needless serialize() from system.install.Angie Byron2009-06-30
|
* #495956 by andypost, cafuego, fiasco: Convert initial queries in ↵Angie Byron2009-06-28
| | | | system_install() to DBTNG to stop weird inconsistencies on various platforms.
* #460706 by wulff and c960657: Don't show surrounding fieldset on user ↵Angie Byron2009-06-28
| | | | registration form when only one profile category exists.
* #482346 by Berdir: Move module installation logic to module_enable() to ↵Angie Byron2009-06-28
| | | | prevent errors upon enabling modules.
* #504016 by catch: Remove faulty assertion that makes assumptions about ↵Angie Byron2009-06-27
| | | | default installed modules.
* - Patch #359853 by jhodgdon: corrected and improved the documentation of ↵Dries Buytaert2009-06-27
| | | | hook_mail_alter().
* - Patch #501466 by catch: move comment administration to a tab.Dries Buytaert2009-06-27
|
* - Patch #501384 by jhodgdon: fixed typos.Dries Buytaert2009-06-27
|
* - Patch #395472 by chx, dww, cwgordon7, JacobSingh, et al: added different ↵Dries Buytaert2009-06-23
| | | | file transport mechanisms to core in preparation of a plugin manager.
* - Patch #278592 by catch, Dave Reid, lilou et al: remove D5 to D6 updates.Dries Buytaert2009-06-22
|
* - Patch #409750 by yched et al: overhaul and extend node build modes.Dries Buytaert2009-06-22
|
* - Patch #147000 by Berdir, JohnAlbin: bugfix because of conflicting/merged ↵Dries Buytaert2009-06-21
| | | | patches.
* - Patch #495956 by cafuego, sun: system.install incorrectly assumes ANON and ↵Dries Buytaert2009-06-21
| | | | AUTH RID are always sequential.
* #496922 by sun and Arancaytar: Fix JS Clean URL test to remove phantom ↵Angie Byron2009-06-20
| | | | redirects.
* #351487 follow-up by JohnAlbin: Fix accidental roll-back.Angie Byron2009-06-20
|
* - Patch #495964 by jhodgdon: fixed documentation error.Dries Buytaert2009-06-19
|
* #455844 by yched, JohnAlbin, moshe weitzman, Frando, et al: Allow more ↵Angie Byron2009-06-18
| | | | granular theming of drupal_render()ed elements.
* - Patch #490074 by andypost, bjaspan, catch: fix upgrade path from Drupal 6 ↵Dries Buytaert2009-06-18
| | | | to Drupal 7.
* - Patch #491490 by torelad: updated hook_perm() documentation.Dries Buytaert2009-06-18
|
* - Patch #486558 by PEAR, chx: add tar-support to Drupal.Dries Buytaert2009-06-17
|
* - Patch #481214 by pp: hidden taxonomy variables in the message action.Dries Buytaert2009-06-16
|
* - Patch #276615 by mikeytown2: only clear the CSS cache when submitting the ↵Dries Buytaert2009-06-16
| | | | form, not when displaying the form.
* - Fixed a merge problem.Dries Buytaert2009-06-13
|
* - Fixed a merge problem.Dries Buytaert2009-06-13
|
* - Patch #391412 by JamesAn et al: move contact form, post, and user settings ↵Dries Buytaert2009-06-13
| | | | below Site configuration.
* - Patch #221399 by smk-ka, jeffschuler, lilou, earnie et al: make it ↵Dries Buytaert2009-06-13
| | | | possible to enable blocks on 404 pages.
* - Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and ↵Dries Buytaert2009-06-12
| | | | teasers as fields. Oh, my.
* - Patch #288946 by jeffschuler, z.stolar: increase path length to 255.Dries Buytaert2009-06-11
|
* - Patch #147000 by Berdir: follow-up bug fix.Dries Buytaert2009-06-11
|
* - Patch #486090 by catch: fixed upgrade path from Drupal 6 to Drupal 7.Dries Buytaert2009-06-09
|