summaryrefslogtreecommitdiff
path: root/modules/system
Commit message (Collapse)AuthorAge
* #237274 by alexanderpas: Fixed hook_update_N: Documented summary is not one ↵Angie Byron2010-02-23
| | | | line.
* #334956 by JohnAlbin and thund3rbox: Remove no-longer-needed fix for 'Flash ↵Angie Byron2010-02-23
| | | | of Unstyled Content in IE' in maintenance template.
* - Patch #712364 by djac: corrected PHPdoc.Dries Buytaert2010-02-20
|
* #563106 follow-up by adrian: More upgrade path fixes.Angie Byron2010-02-18
|
* #717666 by heyrocker: Document hook_countries_alter().Angie Byron2010-02-18
|
* #710142 by Berdir, moshe weitzman, chx: Handle exceptions in shutdown ↵Angie Byron2010-02-17
| | | | functions (with tests). Hopefully the last of these weird 'Stack frame in Unknown line 0' errors.
* - Patch #706648 by orangecoat-ciallella: correcting tab weights, part 2.Dries Buytaert2010-02-17
|
* - Patch #652122 by mr.baileys, Berdir, catch: dashboard should insert itself ↵Dries Buytaert2010-02-17
| | | | as the default local task on /admin.
* #716348 by grendzy and hefox: Documentation of drupal_get_path() and system ↵Angie Byron2010-02-17
| | | | table missing the fact that 'profile' is stored there now.
* #325877 by alpritt: Fixed Password checker breaks if no description.Angie Byron2010-02-16
|
* #713794 by Rob Loach: Fixed hook_ajax_render_alter() is undocumented.Angie Byron2010-02-15
|
* - Rollbacked some changes that I accidentically committed along with the RDF ↵Dries Buytaert2010-02-15
| | | | patch.
* - Patch #685034 by linclark: the number of comments in RDFa should be typed.Dries Buytaert2010-02-15
|
* - Patch #687210 by joachim: fixed errors and erroneous warning when admin ↵Dries Buytaert2010-02-15
| | | | theme is 'default'.
* -Patch #713388 by Bojhan, mr.baileys: better weight items inside categories ↵Dries Buytaert2010-02-13
| | | | on Configuration.
* #707724 by chx: Rename confusing arguments in field/entity APIs.Angie Byron2010-02-11
|
* #525622 by scor, catch, and yched: Allow Entity path callback to deal with ↵Angie Byron2010-02-11
| | | | options.
* - Patch #708574 by jhodgdon: hook_archiver_info_alter() was not documented.Dries Buytaert2010-02-10
|
* - Patch #641408 by cha0s: test if json_encode() is available during ↵Dries Buytaert2010-02-10
| | | | installation.
* - Patch #708144 by lilou: remove double semicolons at end of line.Dries Buytaert2010-02-09
|
* #699842 by mr.baileys: Move permissions and roles to a tab/sub-tab at ↵Angie Byron2010-02-07
| | | | admin/people.
* - Patch #652246 by effulgentsia, scor: optimize theme('field') and use it ↵Dries Buytaert2010-02-07
| | | | for comment body.
* #706718 by heyrocker: Fixed API documentation for hook_stream_wrappers().Angie Byron2010-02-07
|
* - Patch #705116 by c960657: remove unused 'administer files' permission.Dries Buytaert2010-02-05
|
* - Patch #566494 by Dave Reid, chx, JoshuaRogers, David_Rothstein, Gábor ↵Dries Buytaert2010-02-05
| | | | Hojtsy, moshe weitzman, Rob Loach, TheRec, catch: fixed cron doing a full bootstrap on every page request (including cached ones).
* #211182 by Damien Tournoud, David_Rothstein, clemens.tolboom, scor, hunmonk, ↵Angie Byron2010-02-03
| | | | et al: Allow updates to specify dependencies to ensure they run in a predictable order.
* - Patch #645758 by Dave Reid: system_settings_form() should set a high ↵Dries Buytaert2010-02-02
| | | | weight for buttons.
* - Patch #700592 by dww: ArchiverTar class supports .tgz but we didn't ↵Dries Buytaert2010-02-01
| | | | recognize it.
* - Patch #693082 by dww: added an ArchiverZip class to support .zip files in ↵Dries Buytaert2010-02-01
| | | | update manager.
* #700686 by dww: Make ArchiverInterface::listContents() return a simple list ↵Angie Byron2010-02-01
| | | | of files, rather than a keyed array, which is inconsistent between extension handlers.
* - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines ↵Dries Buytaert2010-01-30
| | | | at end of files.
* - Patch #681538 by aspilicious, jhodgdon: improved documentation, better ↵Dries Buytaert2010-01-30
| | | | @see also links.
* #553944 follow-up by David_Rothstein: Allow modules to override per-page ↵Angie Byron2010-01-30
| | | | custom themes.
* #684202 by catch: Added Entity insert/delete/update hooks, to support caching.Angie Byron2010-01-30
|
* #576180 by Damien Tournoud: Fix name-spacing of machine-name generation ↵Angie Byron2010-01-30
| | | | javascript.
* #698294 by joachim: Fixed out of date mention of FieldUI in contrib in code ↵Angie Byron2010-01-29
| | | | docs.
* - Patch #685074 by pwolanin: some stream wrappers need to be hidden or ↵Dries Buytaert2010-01-26
| | | | read-only.
* - Patch #563106 by adrian, David_Rothstein: more upgrade path fixes to help ↵Dries Buytaert2010-01-25
| | | | contrib updates make progress.
* - Patch #693614 by asimmonds: fixed PHPDoc spelling typos.Dries Buytaert2010-01-25
|
* - Patch #672496 by jbrown: radio and checkbox widgets should be centered ↵Dries Buytaert2010-01-18
| | | | vertically.
* - Patch #678504 by heyrocker, David_Rothstein: incorrect menu argument for ↵Dries Buytaert2010-01-18
| | | | ip address blocking.
* - Patch #687716 by heyrocker: IP blocking test incorrectly checks for ↵Dries Buytaert2010-01-18
| | | | existence of blocked IP.
* - Patch #609622 by Rob Loach, casey, andypost, mfer: keep jQuery Form up to ↵Dries Buytaert2010-01-18
| | | | date.
* - Patch #569276 by lut4rp, reglogge, webkenny: Fixed the title and ↵Dries Buytaert2010-01-18
| | | | description for 'Error message display' in Logging and Errors.
* - Patch #368006 by deviantintegral, lisarex: module incompatibility message ↵Dries Buytaert2010-01-15
| | | | was confusing.
* #605272 by dww: Fixed Use a better directory when installing code via the ↵Angie Byron2010-01-14
| | | | update manager.
* #649224 by David_Rothstein and ksenzee: Fixed Cannot run certain batch ↵Angie Byron2010-01-13
| | | | processes (tests, update manager, etc) with the overlay enabled.
* - Patch #653620 by yched: let's give people a tiny bit more progress bar.Dries Buytaert2010-01-13
|
* #525622 by Frando, yched, et al: Add entity hook callbacks so that 'as link' ↵Angie Byron2010-01-13
| | | | formatters have a generic way to build the url of an 'entity'.
* #606730 by hunmonk: Provide a helper function for block delta updates.Angie Byron2010-01-13
|