Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: elkarte/Elkarte
base: c3979c8de314
Choose a base ref
...
head repository: elkarte/Elkarte
compare: e95dc9b051da
Choose a head ref
  • 17 commits
  • 136 files changed
  • 2 contributors

Commits on May 20, 2013

  1. WIP removing globals

    Signed-off-by: emanuele <emanuele45@gmail.com>
    emanuele45 committed May 20, 2013
    Copy the full SHA
    b77f579 View commit details
    Browse the repository at this point in the history
  2. WIP removing globals

    Signed-off-by: emanuele <emanuele45@gmail.com>
    emanuele45 committed May 20, 2013
    Copy the full SHA
    4c10d87 View commit details
    Browse the repository at this point in the history
  3. $smcFunc['db_query'] => $db->query

    Signed-off-by: emanuele <emanuele45@gmail.com>
    emanuele45 committed May 20, 2013
    Copy the full SHA
    ed96515 View commit details
    Browse the repository at this point in the history
  4. $smcFunc['db_num_rows'] => $db->num_rows

    Signed-off-by: emanuele <emanuele45@gmail.com>
    emanuele45 committed May 20, 2013
    Copy the full SHA
    85d6d20 View commit details
    Browse the repository at this point in the history
  5. $smcFunc['db_free_result'] => $db->free_result

    Signed-off-by: emanuele <emanuele45@gmail.com>
    emanuele45 committed May 20, 2013
    Copy the full SHA
    cc2bda6 View commit details
    Browse the repository at this point in the history
  6. $smcFunc['db_insert_id'] => $db->insert_id

    Signed-off-by: emanuele <emanuele45@gmail.com>
    emanuele45 committed May 20, 2013
    Copy the full SHA
    204e98e View commit details
    Browse the repository at this point in the history
  7. $smcFunc['db_fetch_row'] => $db->fetch_row

    Signed-off-by: emanuele <emanuele45@gmail.com>
    emanuele45 committed May 20, 2013
    Copy the full SHA
    a2f5902 View commit details
    Browse the repository at this point in the history
  8. $smcFunc['db_fetch_assoc'] => $db->fetch_assoc

    Signed-off-by: emanuele <emanuele45@gmail.com>
    emanuele45 committed May 20, 2013
    Copy the full SHA
    9175b42 View commit details
    Browse the repository at this point in the history
  9. $smcFunc['db_insert'] => $db->insert

    Signed-off-by: emanuele <emanuele45@gmail.com>
    emanuele45 committed May 20, 2013
    Copy the full SHA
    17bb6b6 View commit details
    Browse the repository at this point in the history
  10. $smcFunc['db_affected_rows'] => $db->affected_rows

    Signed-off-by: emanuele <emanuele45@gmail.com>
    emanuele45 committed May 20, 2013
    Copy the full SHA
    a55eb5f View commit details
    Browse the repository at this point in the history
  11. $smcFunc['db_quote'] => $db->quote

    Signed-off-by: emanuele <emanuele45@gmail.com>
    emanuele45 committed May 20, 2013
    Copy the full SHA
    4623782 View commit details
    Browse the repository at this point in the history
  12. $smcFunc['db_escape_string'] => $db->escape_string

    Signed-off-by: emanuele <emanuele45@gmail.com>
    emanuele45 committed May 20, 2013
    Copy the full SHA
    18e43b1 View commit details
    Browse the repository at this point in the history
  13. $smcFunc['db_case_sensitive'] => $db->db_case_sensitive

    Signed-off-by: emanuele <emanuele45@gmail.com>
    emanuele45 committed May 20, 2013
    Copy the full SHA
    298661a View commit details
    Browse the repository at this point in the history
  14. $smcFunc['db_unescape_string'] => $db->unescape_string

    Signed-off-by: emanuele <emanuele45@gmail.com>
    emanuele45 committed May 20, 2013
    Copy the full SHA
    9b7eb43 View commit details
    Browse the repository at this point in the history
  15. Some make-up

    Signed-off-by: emanuele <emanuele45@gmail.com>
    emanuele45 committed May 20, 2013
    Copy the full SHA
    d6885af View commit details
    Browse the repository at this point in the history
  16. Last bits of $smcFunc restored and some $db removed

    Signed-off-by: emanuele <emanuele45@gmail.com>
    emanuele45 committed May 20, 2013
    Copy the full SHA
    4ecb17b View commit details
    Browse the repository at this point in the history
  17. Merge pull request #435 from emanuele45/database_snr

    Database search and replace!
    norv committed May 20, 2013
    Copy the full SHA
    e95dc9b View commit details
    Browse the repository at this point in the history