Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent variable_init from retuning an empty array. #37

Open
wants to merge 30 commits into
base: master
Choose a base branch
from

Commits on Mar 29, 2012

  1. Configuration menu
    Copy the full SHA
    c2f92a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2013

  1. Merge remote-tracking branch 'upstream/master'

    mikeytown2 committed Mar 19, 2013
    Configuration menu
    Copy the full SHA
    0883914 View commit details
    Browse the repository at this point in the history
  2. Issue #939810 by mikeytown2: Notice: Undefined index: key in format_x…

    …ml_elements()
    mikeytown2 committed Mar 19, 2013
    Configuration menu
    Copy the full SHA
    855b220 View commit details
    Browse the repository at this point in the history
  3. Issue #557542 by mikeytown2, c960657, catch, & glennpratt: Cache modu…

    …le_implements()
    mikeytown2 committed Mar 19, 2013
    Configuration menu
    Copy the full SHA
    0fb3577 View commit details
    Browse the repository at this point in the history
  4. Issue #1317236 by mikeytown2: Race condition in file_delete: Warning:…

    … unlink() No such file or directory in file_delete()
    mikeytown2 committed Mar 19, 2013
    Configuration menu
    Copy the full SHA
    707636f View commit details
    Browse the repository at this point in the history
  5. Issue #1004820 by mikeytown2: Notice: Undefined index: type in dblog_…

    …build_filter_query()
    mikeytown2 committed Mar 19, 2013
    Configuration menu
    Copy the full SHA
    cdbd300 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71e7146 View commit details
    Browse the repository at this point in the history
  7. Issue #753064 by mikeytown2: _menu_link_translate() might avoid calli…

    …ng _menu_load_objects()
    mikeytown2 committed Mar 19, 2013
    Configuration menu
    Copy the full SHA
    e909d96 View commit details
    Browse the repository at this point in the history
  8. Issue #261148 by mikeytown2, catch, chx: menu_masks variable is empty…

    … (race condition)
    mikeytown2 committed Mar 19, 2013
    Configuration menu
    Copy the full SHA
    471dea8 View commit details
    Browse the repository at this point in the history
  9. Issue #1688282 by mikeytown2:

    Unknown error: Function split() is deprecated in _filter_autop()
    mikeytown2 committed Mar 19, 2013
    Configuration menu
    Copy the full SHA
    9c92a1a View commit details
    Browse the repository at this point in the history
  10. Issue #521838 by mikeytown2: Speedup/Clean up drupal_get_schema_versi…

    …ons()
    mikeytown2 committed Mar 19, 2013
    Configuration menu
    Copy the full SHA
    9325a37 View commit details
    Browse the repository at this point in the history
  11. Issue #1710656 by mikeytown2: If item is hidden in _menu_tree_check_a…

    …ccess() skip it right away.
    mikeytown2 committed Mar 19, 2013
    Configuration menu
    Copy the full SHA
    a506b7d View commit details
    Browse the repository at this point in the history
  12. Issue #352180 by scor: Better, multi-site friendly www. addition/remo…

    …val in .htaccess
    mikeytown2 committed Mar 19, 2013
    Configuration menu
    Copy the full SHA
    280a930 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1bfe877 View commit details
    Browse the repository at this point in the history
  14. Issue #496184 by mikeytown2: db_set_active errors out if db_connect f…

    …ails. Add in the ability to handle this gracefully (don't always call _db_error_page).
    mikeytown2 committed Mar 19, 2013
    Configuration menu
    Copy the full SHA
    4b90144 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    91e2070 View commit details
    Browse the repository at this point in the history
  16. Issue #1103910 by mikeytown2, catch: bootstrap_invoke_all() queries b…

    …ootstrap modules twice
    mikeytown2 committed Mar 19, 2013
    Configuration menu
    Copy the full SHA
    c2da748 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9a5b2d4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d9f1d55 View commit details
    Browse the repository at this point in the history
  19. Issue #960056 by cedarm: trigger_get_assigned_actions() has no static…

    … cache.
    mikeytown2 committed Mar 19, 2013
    Configuration menu
    Copy the full SHA
    e08f3da View commit details
    Browse the repository at this point in the history
  20. Issue #353595 by hefox: node_access issues four queries on default in…

    …stall node/1 and has no static cache.
    mikeytown2 committed Mar 19, 2013
    Configuration menu
    Copy the full SHA
    470a314 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ba7c5b5 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    932f132 View commit details
    Browse the repository at this point in the history
  23. Issue #818818 by mikeytown2: Race Condition when using file_save_data…

    … FILE_EXISTS_REPLACE
    mikeytown2 committed Mar 19, 2013
    Configuration menu
    Copy the full SHA
    907a84c View commit details
    Browse the repository at this point in the history
  24. Issue #667714 by mikeytown2, tinker: Impossible to insert serialized …

    …data with update_sql()
    mikeytown2 committed Mar 19, 2013
    Configuration menu
    Copy the full SHA
    895f06d View commit details
    Browse the repository at this point in the history
  25. Issue #972528 by mikeytown2, mkalkbrenner: dblog fails to log MAX_ALL…

    …OWED_PACKET errors because they're longer than MAX_ALLOWED_PACKET
    mikeytown2 committed Mar 19, 2013
    Configuration menu
    Copy the full SHA
    a1ef2cd View commit details
    Browse the repository at this point in the history
  26. Issue #360377 by janusman: book_get_books() cache becomes stale when …

    …batch-inserting book pages
    mikeytown2 committed Mar 19, 2013
    Configuration menu
    Copy the full SHA
    0dcfca3 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7d8cdc5 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2013

  1. php 5.4 fixes

    mikeytown2 committed Mar 22, 2013
    Configuration menu
    Copy the full SHA
    cb7df7a View commit details
    Browse the repository at this point in the history
  2. Fix file mode

    mikeytown2 committed Mar 22, 2013
    Configuration menu
    Copy the full SHA
    f949838 View commit details
    Browse the repository at this point in the history