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

First attempt to get PHP 8.0 support #160

Open
wants to merge 274 commits into
base: devel
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 14, 2021

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

Commits on Apr 15, 2021

  1. Break list() into component parts, because sometimes a few are missin…

    …g and we need to check for existence; also, do some more checking for empty/unset vars
    GwynethLlewelyn committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    176e68e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ec6cd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2791872 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8ba986 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6d8c65 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d11e46b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3978421 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    45bba40 View commit details
    Browse the repository at this point in the history
  9. Adding __construct() as the new way to create objects; also, all func…

    …tions flagged as static in the comments became *really* static (mandatory in PHP 8.0)
    GwynethLlewelyn committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    4016d4a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bdc9821 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a0e6193 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    240802c View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Configuration menu
    Copy the full SHA
    58f2fd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fd2c35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c4688f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0a3112 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7dc2dca View commit details
    Browse the repository at this point in the history
  6. Attempt to get more debugging working correctly, before dropping the …

    …database and restarting from scratch with a new install
    GwynethLlewelyn committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    f45021c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    008dde2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    139dc5c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    50e89b4 View commit details
    Browse the repository at this point in the history
  10. Instead of dprint’ing strings with PHP_EOL, move PHP_EOL as a config …

    …option to be added automagically to dprint (to-do; hardcoded for now)
    GwynethLlewelyn committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    ac482a4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9dc5f4e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dece263 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e547a56 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2021

  1. static function

    GwynethLlewelyn committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    ce950c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    406d319 View commit details
    Browse the repository at this point in the history
  3. Small fix

    GwynethLlewelyn committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    dd193f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94f9f6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67a78d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    842cd3a View commit details
    Browse the repository at this point in the history
  7. Minor formatting

    GwynethLlewelyn committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    47243c7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    251b6ef View commit details
    Browse the repository at this point in the history
  9. Bump error level to 8

    GwynethLlewelyn committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    618140e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    15dec11 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e274d25 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5cc15bf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9abf7da View commit details
    Browse the repository at this point in the history
  14. Balancing ()

    GwynethLlewelyn committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    0dd8462 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1a9e977 View commit details
    Browse the repository at this point in the history
  16. Bump debug level to 8

    GwynethLlewelyn committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    cd1387a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0450680 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2183886 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    908ce45 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9df0ecf View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9060d1e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8296ed3 View commit details
    Browse the repository at this point in the history
  23. Cleaning up results from db_adodb in order to catch erros due to non-…

    …existing objects much, much earlier
    GwynethLlewelyn committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    c7c951c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6334fa1 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d107994 View commit details
    Browse the repository at this point in the history
  26. Wrongly placed else

    GwynethLlewelyn committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    734b60e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    5898d96 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    f19a8ab View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7f69458 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    2a9e772 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    2d2b6e7 View commit details
    Browse the repository at this point in the history
  32. TODO: GetURLArguments() — Figure out if we can do just a `foreach($_R…

    …EQUEST)` as opposed to dealing with `$_GET` and `$_POST` separately
    GwynethLlewelyn committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    8ad2419 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2021

  1. Configuration menu
    Copy the full SHA
    4abca6e View commit details
    Browse the repository at this point in the history
  2. Removed PEAR-old — we just stick with the latest version (at least un…

    …til I change all of this again!)
    GwynethLlewelyn committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    a241853 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3754a20 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Configuration menu
    Copy the full SHA
    84d2ad5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2583ba View commit details
    Browse the repository at this point in the history
  3. Fix deprecated each()

    GwynethLlewelyn committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    13330be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1443530 View commit details
    Browse the repository at this point in the history
  5. Make sure that $watchAll is set either to true or false (do not presu…

    …me that PHP 8 creates a variable)
    GwynethLlewelyn committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    35b1b72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    59621cc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b407222 View commit details
    Browse the repository at this point in the history
  8. Fixed parenthesis

    GwynethLlewelyn committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    733e7ba View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2c91079 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f7df58e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f0f9251 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ac9e762 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ead5aab View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

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

Commits on Apr 22, 2021

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

Commits on Apr 23, 2021

  1. Configuration menu
    Copy the full SHA
    f60b5b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    253d2b0 View commit details
    Browse the repository at this point in the history
  3. Minor cleaning up

    GwynethLlewelyn committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    ccea199 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b90460a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2fb6f06 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5d2104 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0f24acc View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2021

  1. Configuration menu
    Copy the full SHA
    ee1b8a1 View commit details
    Browse the repository at this point in the history
  2. Whoops extraneous )

    GwynethLlewelyn committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    392fff2 View commit details
    Browse the repository at this point in the history
  3. went for ?? operator

    GwynethLlewelyn committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    24c5b9c View commit details
    Browse the repository at this point in the history
  4. Extra code fencing

    GwynethLlewelyn committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    136d11f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84ef0fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd3a2d5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d1200e3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b1950c8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8686161 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4d3e814 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8dfaeee View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6370a90 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    36cfaca View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    276aacc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4440b7c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    319fc75 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. Configuration menu
    Copy the full SHA
    2aad0d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c830ef View commit details
    Browse the repository at this point in the history
  3. Attempting to put all JavaScript at the _bottom_ of files (requires d…

    …etailed explanation about WHY…)
    GwynethLlewelyn committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    54a21d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    836a905 View commit details
    Browse the repository at this point in the history
  5. More error fencing

    GwynethLlewelyn committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    1175588 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    603c9c4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ef12f0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    599d689 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b9594d1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2c95ba3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aa447f8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2bc1a41 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8aec17a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2dfe176 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ba7268f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0a7271c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5520456 View commit details
    Browse the repository at this point in the history
  18. Moved jpgraph v4.1.1 to jpgraph-4.1.1 (temporarily, before removing i…

    …t) and installed newest version of jpgraph (proceeding to configure it!)
    GwynethLlewelyn committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    a18421d View commit details
    Browse the repository at this point in the history
  19. Made a copy of the original config file (as it was done for JpGraph 4…

    ….1.1) and added the same 2 options as before. README became README.md.
    GwynethLlewelyn committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    10ddaaa View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    99b211b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f6f6224 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    6f795af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    322959f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fb1eb7 View commit details
    Browse the repository at this point in the history
  4. Adding HTML Purifier (Standalone version) 4.13.0 (see https://htmlpur…

    …ifier.org) to replace Drupal 6 anti-XSS code
    GwynethLlewelyn committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    fcf9e81 View commit details
    Browse the repository at this point in the history
  5. First attempt to use HTML Purifier as opposed to filter_xss(), to make

    sure that we get 'proper' HTML for the rich text editor.
    GwynethLlewelyn committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    817addf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    abf2526 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    17aa0bd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2907b94 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    af9c7dc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d403944 View commit details
    Browse the repository at this point in the history
  11. Adding allowed tags 's', 'u', 'p', 'q', 'blockquote', 'sub', 'sup', '…

    …abbr', 'kbd', 'var', 'samp', 'hr', 'address', 'caption', 'del', 'ins', 'dfn', 'mark', 'small', 'wbr'
    GwynethLlewelyn committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    488c902 View commit details
    Browse the repository at this point in the history
  12. Update main_functions.php

    HTML Purifier does not recognise <mark> and <wbr>, so these got removed for now
    GwynethLlewelyn committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    d9b51ec View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9afdcc4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6c4538b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5068f1a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6ac23dc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4a2724f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    140fd44 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e26ad5f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1b9bbf8 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6b1eb18 View commit details
    Browse the repository at this point in the history
  22. Tweaked comments

    GwynethLlewelyn committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    58fc794 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    81a3deb View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    57995fb View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    124b11b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4a6a117 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    021c36e View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    72355cb View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    974bff2 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    47f8f71 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    b2050b3 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    a4750cb View commit details
    Browse the repository at this point in the history
  33. In ancient times we had register_globals turned on, so we could get a…

    …way with this; now we’ll have to extract it from $_GET[]
    GwynethLlewelyn committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    d748188 View commit details
    Browse the repository at this point in the history
  34. Convert CR/LF to LF

    GwynethLlewelyn committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    28761f8 View commit details
    Browse the repository at this point in the history
  35. Quill it!

    GwynethLlewelyn committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    db03558 View commit details
    Browse the repository at this point in the history
  36. Quill it!

    GwynethLlewelyn committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    8f18d9d View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    f2b358c View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    8bca307 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    c686475 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    b3df78d View commit details
    Browse the repository at this point in the history
  41. Removed old-style, register_globals-kind of ‘safe’ assignment `$url_q…

    …uery_string .=`- unnecessary and throws a warning under PHP 8
    GwynethLlewelyn committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    f651acc View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    a661bac View commit details
    Browse the repository at this point in the history
  43. Pretty-print file

    GwynethLlewelyn committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    ed12254 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Configuration menu
    Copy the full SHA
    5635a21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    438e3f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fe64ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1640eab View commit details
    Browse the repository at this point in the history
  5. Pretty-print

    GwynethLlewelyn committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    e119629 View commit details
    Browse the repository at this point in the history
  6. Pretty-print

    GwynethLlewelyn committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    dec34a5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    791780b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4f320fc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    939f2dc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    73b6db0 View commit details
    Browse the repository at this point in the history
  11. Tweaking font sizes

    GwynethLlewelyn committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    64d1c29 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    61a2a38 View commit details
    Browse the repository at this point in the history
  13. Cleaning up more CSS

    GwynethLlewelyn committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    5484ac0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ee9ba14 View commit details
    Browse the repository at this point in the history
  15. New mechanism for styling the Quill editor: load overrides.css _aft…

    …er_ loading CSS for Quill
    GwynethLlewelyn committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    4375668 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    33f8c06 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b99c6d5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4f59f95 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a0f8732 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    29cbaee View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    bfd69b1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    097a76d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b69a86b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c7884f6 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    26ed53d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0f97a4d View commit details
    Browse the repository at this point in the history
  27. Major change (potentially breaking): for consistency's sake, themes n…

    …ow have css/main.css
    
    Also: added styles to the cute colours on the Key: bottom bar
    GwynethLlewelyn committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    15a3802 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    1169620 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    ac1d954 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    88b71f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Bumping version

    GwynethLlewelyn committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    760edd0 View commit details
    Browse the repository at this point in the history
  2. 4 Configuration menu
    Copy the full SHA
    456b6cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a92829 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1931908 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3624d19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a46bd4b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4cd3bdb View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Configuration menu
    Copy the full SHA
    82b42cc View commit details
    Browse the repository at this point in the history
  2. Cosmetic changes only

    GwynethLlewelyn committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    6c0bf56 View commit details
    Browse the repository at this point in the history
  3. Adding QuillJS

    GwynethLlewelyn committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    d4a3a73 View commit details
    Browse the repository at this point in the history
  4. $msg is mentioned on view.php, but it seems that it’s only available …

    …on addedit.php (I have to check on other modules to see how these work)
    GwynethLlewelyn committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    731253b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    046c075 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2bd16f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6de1bd8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e9d8a8b View commit details
    Browse the repository at this point in the history
  9. HTML formatting

    GwynethLlewelyn committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    7c87eaf View commit details
    Browse the repository at this point in the history
  10. Minor issues

    GwynethLlewelyn committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    52e928f View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Configuration menu
    Copy the full SHA
    bc4a932 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49ee08d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5958f46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dee69f0 View commit details
    Browse the repository at this point in the history
  5. Rewriting most of the strings with embedded PHP variables, mostly bec…

    …ause a few do not work that well under PHP 8
    GwynethLlewelyn committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    beb6cb4 View commit details
    Browse the repository at this point in the history
  6. Removing $owner_filter_id_pre — was that a mistake? $owner_filter_id_…

    …pre is not defined anywhere…
    GwynethLlewelyn committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    f442183 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    781368a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5adb498 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2796653 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bfeb3aa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9455478 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    40f8571 View commit details
    Browse the repository at this point in the history
  13. Subtle change to allow overLib popups to be styled according to the c…

    …urrent style (if the style doesn't explicitly override it, it keeps the default styling, without breaking anything)
    GwynethLlewelyn committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    5ad2960 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2021

  1. Configuration menu
    Copy the full SHA
    6da4cdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35378ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb9b445 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a36d20 View commit details
    Browse the repository at this point in the history
  5. One ( too much

    GwynethLlewelyn committed May 1, 2021
    Configuration menu
    Copy the full SHA
    23be90c View commit details
    Browse the repository at this point in the history
  6. Fixing $ticket_type/$ticket_parent (not obvious error) and restyled f…

    …ollowup ticket table with 'modern' CSS as opposed to calculating colours in a hardwired way.
    GwynethLlewelyn committed May 1, 2021
    Configuration menu
    Copy the full SHA
    74bfe6b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    92a8b9b View commit details
    Browse the repository at this point in the history
  8. Removing weird property bordertable which doesn't exist. The *class…

    …* `.bordertable`, however, is used _once_ on the Classic style...
    GwynethLlewelyn committed May 1, 2021
    Configuration menu
    Copy the full SHA
    d251810 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c8c980f View commit details
    Browse the repository at this point in the history
  10. Fixes and more fixes

    GwynethLlewelyn committed May 1, 2021
    Configuration menu
    Copy the full SHA
    01f713e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    36820c7 View commit details
    Browse the repository at this point in the history
  12. Another massive overhaul - sanitising PHP/HTML; liberally adding Quil…

    …l Rich Text Editor around, as much as feasible.
    GwynethLlewelyn committed May 1, 2021
    Configuration menu
    Copy the full SHA
    17beae9 View commit details
    Browse the repository at this point in the history
  13. Placing a bit more debugging info to see if we can get overLib workin…

    …g properly with *correct* styling!
    GwynethLlewelyn committed May 1, 2021
    Configuration menu
    Copy the full SHA
    dd05f89 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    aa21eaf View commit details
    Browse the repository at this point in the history

Commits on May 2, 2021

  1. Configuration menu
    Copy the full SHA
    ca7dd28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5107f70 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

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

Commits on May 4, 2021

  1. Dealing with permissions (mostly adding debugging to figure out what’…

    …s wrong with some fields shown as empty)
    GwynethLlewelyn committed May 4, 2021
    Configuration menu
    Copy the full SHA
    3a973e1 View commit details
    Browse the repository at this point in the history
  2. Revert bug introduced by bad search and replace

    I mistakenly did a global search & replace for PERM_EDIT with PERM_DENY — stoopid!
    GwynethLlewelyn committed May 4, 2021
    Configuration menu
    Copy the full SHA
    6e74572 View commit details
    Browse the repository at this point in the history
  3. Adding a new logging facility

    I have some issues under nginx + PHP-FPM where syslog lines get truncated/buffered/filtered, so this option allows logs to be sent directly to a file on the system instead.
    GwynethLlewelyn committed May 4, 2021
    Configuration menu
    Copy the full SHA
    0bc26d9 View commit details
    Browse the repository at this point in the history
  4. Trying to fix permissions...

    ... and cleaned up a bug with overLib
    GwynethLlewelyn committed May 4, 2021
    Configuration menu
    Copy the full SHA
    30d4ca7 View commit details
    Browse the repository at this point in the history
  5. Typo: ',' to '.'

    GwynethLlewelyn committed May 4, 2021
    Configuration menu
    Copy the full SHA
    5f5fe5a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02079d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    850129f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0510441 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Add another static keyword

    GwynethLlewelyn committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    df2b6e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Chore: missing images?

    I have no idea why...?
    GwynethLlewelyn committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    90a8f14 View commit details
    Browse the repository at this point in the history