summaryrefslogtreecommitdiff
path: root/update.php
Commit message (Collapse)AuthorAge
* #67234 by Ralf, Dave Reid, David_Rothstein, Rob Loach, dww, et al: Added a ↵Angie Byron2009-10-09
| | | | permission to update.php.
* - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵Dries Buytaert2009-10-09
| | | | take a single argument. Code clean-up and performance improvement. Woot.
* - Patch #584278 by cam8001, Dave Reid | moshe weitzman: Fixed pending ↵Dries Buytaert2009-09-28
| | | | updates always being plural.
* - Patch #557542 by CorniI, catch, fago, Crell, sun | pwolanin, chx, ↵Dries Buytaert2009-09-27
| | | | webchick, mattyoung, alexanderpas, justinrandell, dropcube, moshe weitzman, Damien Tournoud, Rob Loach, Dries: cache module_implements() for better performance and scalability.
* - Patch #570572 by winston, David_Rothstein | Shai, Xano, alexanderpas, ↵Dries Buytaert2009-09-14
| | | | emmajane, kazar: changed label for user/1 account from 'administrator' to 'site maintenance account'.
* - Patch #394268 by Crell, sun, yched: changed DIE update_sql() DIE!.Dries Buytaert2009-09-07
|
* - Patch #460320 by catch, fago, Frando: standardized, pluggable entity ↵Dries Buytaert2009-08-25
| | | | loading for nodes, users, taxonomies, files and comments.
* #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵Angie Byron2009-08-24
| | | | function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
* Of all the patches to accidentally commit without a message. :( Rolling back ↵Angie Byron2009-08-24
| | | | registry rip. Let's try that again.
* *** empty log message ***Angie Byron2009-08-24
|
* #554754 by gordon and dww: Added a new function update_get_update_list() to ↵Angie Byron2009-08-21
| | | | return list of pending updates.
* #546048 by Gábor Hojtsy: Move maintenance mode setting to config/development.Angie Byron2009-08-11
|
* - Patch #545356 by Damien Tournoud: sidebars were broken in install.php, ↵Dries Buytaert2009-08-11
| | | | update.php, and the expert profile due to a previous patch that made the sidebar regions more semantic for RTL support.
* #536150 follow-up by gordonh and dww: Move more update.php functions to ↵Angie Byron2009-08-03
| | | | update.inc.
* - Patch #233091 by dww, anarcat, gordon: restructured update.php to start ↵Dries Buytaert2009-07-29
| | | | making it possible to update Drupal sites from the shell.
* - Patch #517542 by David Strauss: renamed functions for clarity. We say ↵Dries Buytaert2009-07-14
| | | | 'yay' to clarity!
* - Patch #278592 by Razorraser: removed left-over function.Dries Buytaert2009-06-23
|
* - Patch #278592 by catch, Dave Reid, lilou et al: remove D5 to D6 updates.Dries Buytaert2009-06-22
|
* - Patch #486090 by catch: fixed upgrade path from Drupal 6 to Drupal 7.Dries Buytaert2009-06-09
|
* - Patch #334283 by Damien Tournoud, andypost, Freso et al: add context to ↵Dries Buytaert2009-06-08
| | | | t() to help deal with ambigious strings (and improved the locale APIs a bit). Example: May is both a short month name as a long month name in English, but not necessarily in other languages.
* - Patch #147000 by Berdir: unify and rewrite module_rebuild_cache() and ↵Dries Buytaert2009-06-06
| | | | system_theme_data().
* - Patch #477944 by Damien Tournoud: fix and streamline page cache and ↵Dries Buytaert2009-06-02
| | | | session handling.
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* - Patch #428744 by Gabor: make the main page content a real block and clean ↵Dries Buytaert2009-05-21
| | | | up some of the content API.
* #456824 follow-up by catch: Fix D6 -> D7 upgrade path failure.Angie Byron2009-05-16
|
* - Patch #353069 by Moshe Weitzman, dmitrig01: make drupal_get_form() return ↵Dries Buytaert2009-05-12
| | | | unrendered forms.
* - Patch #304163 by chx, David_Rothstein: allow update.php to regenerate ↵Dries Buytaert2009-05-09
| | | | settings.php
* - Patch #430342 by kkaefer et al: usability improvement: changed 'site ↵Dries Buytaert2009-04-19
| | | | maintenance' to 'maintenance mode'.
* - Patch #314314 by mr.baileys, Dave Reid, bastos: fixed invalid HTML in ↵Dries Buytaert2009-03-09
| | | | update.php.
* #304163 by chx: Allow update.php to re-generate settings.php. Now possible ↵Angie Byron2009-03-01
| | | | to upgrade Drupal 6 to Drupal 7. Oh, yeah.
* #371886 follow-up: Made an a an A so that update.php works again.Angie Byron2009-03-01
|
* #371886 by karschsp: update.php button should use sentence capitalization.Angie Byron2009-03-01
|
* Roll-back of users -> user table name change in #330983: Broken pgsql is no fun.Angie Byron2009-02-26
|
* #330983 follow-up by David Rothenstein: Move rename function later in the ↵Angie Byron2009-02-20
| | | | process to un-break D6->D7 upgrade path.
* #330983 by recidive and boombatower: Rename users/users_roles tables to ↵Angie Byron2009-02-18
| | | | user/user_role for consistency.
* #363013 by mannkind: Use getwd() rather than realpath(__FILE__) to determine ↵Angie Byron2009-02-08
| | | | drupal root, so we don't break symlinks.
* - Patch #361699 by David Rothstein: prevent CSRF on update.php. Already ↵Dries Buytaert2009-01-21
| | | | went into D6.
* - Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, ↵Dries Buytaert2009-01-19
| | | | unless something has been written to . This is an important performance improvements -- as long as you use modules that use carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module.
* #349327 by stewsnooze: Change link from 'Main page' to 'Front page' in ↵Angie Byron2009-01-17
| | | | update.php for consistency.
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
|
* - Patch #333143 by justinrandell: cleaning up the Drupal bootstrap code, ↵Dries Buytaert2008-11-24
| | | | removing bootstrap flag in system table.
* #320009 by Dave Reid: Catch D7 modules without a files[] line in their .info ↵Angie Byron2008-11-20
| | | | files.
* #303889 by David_Rothstein, kbahey, and chx: Make it possible to update D6 ↵Angie Byron2008-11-03
| | | | -> D7.
* - Patch #325426 by moshe: correct count in update.php.Dries Buytaert2008-10-24
|
* #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.Angie Byron2008-10-12
|
* #305653 by Dave Reid, cdale, and snowball43: Fix bug where enabled themes ↵Angie Byron2008-10-10
| | | | get unmarked during update.php.
* - Patch #309821 by sun et al: automatic site maintenance during update.php.Dries Buytaert2008-10-08
|
* #259623 by dopry and Damien Tournoud: Convert includes/requires to use ↵Angie Byron2008-09-20
| | | | absolute paths.
* - Patch #309821 by Rob Loach: automatically put sites in maintenance mode ↵Dries Buytaert2008-09-19
| | | | when updates are being run.
* #286035 follow-up by maartenvg: Fix problem with contrib updates not firing ↵Angie Byron2008-09-09
| | | | unless system update exists.