- 31 Oct, 2009 3 commits
- 30 Oct, 2009 4 commits
- 29 Oct, 2009 8 commits
- 27 Oct, 2009 9 commits
- 26 Oct, 2009 5 commits
- 25 Oct, 2009 2 commits
- 24 Oct, 2009 9 commits
- Patch #572452 by catch, JoshuaRogers: drupal_get_filename() and drupal_load() should not use drupal_static(). Performance improvement.
- Patch #618938 by pwolanin: fixed Drupal version is not being available until the end of bootstrap.
- Patch #200931 by Darren Oh, asimmonds: fixed schema not being available in hook_install()/hook_enable().
#610290 by dww and sun: system_run_authorized() shouldn't always drupal_goto() so it can be used in submit handlers.
#615528 by David_Rothstein: Fixed Incorrect code comment regarding DrupalFakeCache in the installer.
#613912 by dww: Move host and port into a collapsed 'Advanced settings' fieldset on the authorize.php connection settings forms.
#610204 by effulgentsia, Gábor Hojtsy, sun, Damien Tournoud and ksenzee: API changes to support overlays: lays ground work for implementation.
#561452 follow-up by David_Rothstein: Use helper functions rather than file scans to retrieve module data on permissions page.
#609728 by dww and JacobSingh: Skip authorize.php step in update manager if webroot files are owned by the httpd user.
#605920 by dww and Bojhan: Fix all buttons in update manager workflow to use 'Sentence case' labels.
#612974 by effulgentsia: Optimize toolbar to only build if it will be displayed (performance improvement).
#609152 by redndahead, bleen18 and jim0203: Ensure node filter page validates that there were rows selected. (with tests)
- Patch #606180 by JacobSingh: add better validation and errors message when installing new code via update manager. Usability improvement.
- Patch #605918 by dww, JacobSingh: port update manager to use the new Archiver class, not directly Archive_Tar, and fixed usability problem with unwanted link showing up.
#602520 by JacobSingh and dww: Make FileTransfer form have one option for FTP (ftp_extension() preferred).