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: kalkun-sms/Kalkun
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.3-rc-2
Choose a base ref
...
head repository: kalkun-sms/Kalkun
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.3
Choose a head ref
  • 11 commits
  • 16 files changed
  • 1 contributor

Commits on Feb 3, 2025

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

Commits on Feb 12, 2025

  1. Configuration menu
    Copy the full SHA
    04ca1d7 View commit details
    Browse the repository at this point in the history
  2. sms_to_twitter: don't load config a 2nd time

    It is already loaded in the parent::_construct()
    tenzap committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    6a774a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd394a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1fa16b1 View commit details
    Browse the repository at this point in the history
  5. use CI's CI_Input to get 'php://input'

    This eases tests
    tenzap committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    120234e View commit details
    Browse the repository at this point in the history
  6. use trim instead of preg_replace to set base_url, and prepend /

    Useful when invoked from cli with vendor/bin/phpunit, in that case the url would be
    http://localhost/vendor... instead of http://localhostvendor/...
    tenzap committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    58701d8 View commit details
    Browse the repository at this point in the history
  7. init variable for PHP 5.6

    Otherwise PHP 5.6 reports Undefined variable: result on line 56
    tenzap committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    7f8a4bb View commit details
    Browse the repository at this point in the history
  8. use CI's CI_Input to get 'php://input'

    To be consistent with previous commit
    tenzap committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    6ee19b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. release 0.8.3

    tenzap committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    338b158 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c34bde View commit details
    Browse the repository at this point in the history
Loading