summaryrefslogtreecommitdiff
path: root/resources/views/modules/recent_changes
AgeCommit message (Expand)AuthorFilesLines
2026-01-01Fix: #5198 - datatables needs an ID for saving state without pretty urlsGreg Roach1-0/+1
2025-02-20Code StyleGreg Roach1-1/+0
2024-12-12I18N commentsGreg Roach1-1/+1
2024-11-29PHPdocGreg Roach1-6/+10
2024-11-29Fix: sortable column alignment - workaround for DataTables #306Greg Roach1-7/+10
2024-04-03Update changes-table.phtml - add location iconHerzScheisse1-0/+4
2022-09-06CodeStyleGreg Roach3-0/+6
2022-08-25CodeStyleGreg Roach1-7/+7
2022-05-02Outdated bootstrap markupGreg Roach1-6/+6
2022-03-13CodeStyle - upper/lower case mismatchesGreg Roach1-1/+1
2022-02-26ValidationGreg Roach1-1/+1
2022-02-20Create Timestamp class and factory to replace direct-dependency on CarbonGreg Roach1-1/+1
2022-02-18PHPdocGreg Roach2-7/+7
2022-01-23Bootstrap5 needs explicit spacing between form rowsGreg Roach1-6/+6
2021-12-16Set explicit sort order in table viewsGreg Roach1-6/+6
2021-10-29CodeStyle: use JSON_THROW_ON_ERROR with json_encode()Greg Roach1-1/+1
2021-10-15Prefer object to stdClassGreg Roach2-12/+12
2021-08-18Upgrade Bootstrap from 4 to 5. Fixes: #3673. Fixes: #3400.Greg Roach2-14/+14
2021-03-29Correct date display (#3806)David Drury1-9/+7
2021-02-18HTML validationGreg Roach1-1/+1
2021-02-10CodeStyleGreg Roach1-0/+1
2021-02-08CodeStyleGreg Roach1-1/+1
2020-11-30Strict typesGreg Roach1-1/+1
2020-06-27Better handling for custom record typesGreg Roach1-8/+8
2020-06-07Pending/recent changes - replace 'user' with 'editor'Greg Roach1-1/+1
2020-06-05Better handling of unknown users in recent changes blockGreg Roach2-2/+2
2020-06-05Fix: unknown pending change user causes errorGreg Roach1-1/+1
2020-06-03Recent changes block, add options for source of data and display of timestampGreg Roach3-18/+46
2020-02-17Default order for recent changes tableGreg Roach1-0/+2
2020-02-02Fix: javascript error when homepage blocks do not need to 'show more'Greg Roach1-11/+11
2020-01-29Add high/low parameters to configure block paginationGreg Roach2-5/+8
2020-01-29Fix: #773, Fix: #1320, Fix: #2954, Fix: #3032 - Add pagination/show-more to l...Greg Roach2-14/+42
2020-01-29Use real timestamp/user for last-change block, not CHAN recordGreg Roach2-20/+32
2020-01-20Prefer constants to literal stringsGreg Roach1-8/+15
2019-12-23Fix: recent changes block, table-layout, does not showGreg Roach1-1/+1
2019-12-11Fix: #2856 - apply datatables styling/behaviour consistentlyGreg Roach1-1/+7
2019-12-03Apply PSR12 code style to templatesGreg Roach3-3/+15
2019-11-26Fix: #2796 - last-changes table overflows blocks in right-hand columnsGreg Roach1-58/+60
2019-05-09PSR-7 requestsGreg Roach1-2/+2
2019-04-01Fix: #2363 - inconsistent parameter names for select and radio inputsGreg Roach1-2/+2
2019-03-26Replace Bootstrap4 class with viewsGreg Roach1-5/+3
2019-03-03Convert from Carbon (v1) to CarbonImmutable (v2)Greg Roach2-5/+5
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach2-3/+3
2019-01-24Working on iconsGreg Roach1-8/+17
2018-10-12Use .phtml extension for template filesGreg Roach3-0/+0
2018-10-04Code styleGreg Roach3-92/+92
2018-10-03Validate parametersGreg Roach1-1/+1
2018-08-30Fixed HTML issues, removed duplicate quotes, added missing quotes, fixed case...Rico Sonntag1-1/+1
2018-07-15Move module views to the views/modules folderGreg Roach1-0/+40
2018-07-14Convert functions to viewsGreg Roach2-0/+82