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: mantisbt/mantisbt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5a78041
Choose a base ref
...
head repository: mantisbt/mantisbt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e82cfe9
Choose a head ref

Commits on Sep 17, 2011

  1. Copy the full SHA
    a941db9 View commit details
  2. Copy the full SHA
    7b0506a View commit details
  3. Remove ERROR_INVALID_SORT_FIELD exception

    Too verbose of an error. The multi_sort function either works or it
    doesn't. At this low level, a descriptive and helpful error message that
    can assist with debugging is not possible. A generic exception can be
    used instead. Coupled with a backtrace, debugging is easy.
    davidhicks committed Sep 17, 2011
    Copy the full SHA
    5d431ef View commit details
  4. Copy the full SHA
    c60c8ea View commit details
  5. Copy the full SHA
    9393039 View commit details
  6. Copy the full SHA
    7dd05c2 View commit details
  7. Copy the full SHA
    4bf95dd View commit details
  8. Copy the full SHA
    4f1b5fc View commit details
  9. Copy the full SHA
    fbd77cf View commit details
  10. Copy the full SHA
    040a86e View commit details
  11. Copy the full SHA
    30aa0d3 View commit details
  12. Copy the full SHA
    67da585 View commit details
  13. Copy the full SHA
    48cdb2c View commit details
  14. Copy the full SHA
    74840e5 View commit details
  15. Copy the full SHA
    faf6a72 View commit details
  16. Copy the full SHA
    e3f240d View commit details
  17. Copy the full SHA
    b693bd8 View commit details
  18. Copy the full SHA
    53fe10f View commit details
  19. Copy the full SHA
    d1b99af View commit details
  20. Copy the full SHA
    2c3d5a7 View commit details
  21. Copy the full SHA
    2941195 View commit details
  22. Copy the full SHA
    588eac4 View commit details
  23. Copy the full SHA
    ede5fcb View commit details
  24. Copy the full SHA
    1119e28 View commit details
  25. Remove trigger_error call from user_api

    This trigger_error call was broken - it did not use MantisBT translation
    strings. Replaced with an UnspecifiedException exception for now.
    davidhicks committed Sep 17, 2011
    Copy the full SHA
    e2d6469 View commit details
  26. Copy the full SHA
    67515fe View commit details
  27. Remove error_api

    The traditional error_api system has now been completely removed. Some
    of the functionality still lives inside MantisBT\Error but will be
    replaced in due course with a better OO exception printer (one that can
    be extended to work with HTML, SOAP, JSON, ...).
    
    From now on, trigger_error should not be used to raise errors. Use the
    OO "throw ExceptionClass($parameters)" approach instead.
    davidhicks committed Sep 17, 2011
    Copy the full SHA
    e82cfe9 View commit details
Loading