GitHub/WoltLab/WCF.git
Author Commit
2024-12-17 Marcel WerkImprove formatting of digits columns
2024-12-14 Marcel WerkChange the definition of title columns
2024-12-14 Marcel WerkAdjust join type
2024-12-14 Marcel WerkAdd link action
2024-12-14 Marcel WerkAllow usage of a grid view as a form node
2024-12-12 Marcel WerkMake sure that `readObjects` is only executed once
2024-12-12 Marcel WerkImprove handling of ambiguous columns
2024-12-11 Marcel WerkAllow the checkbox form field to be nullable
2024-12-11 Marcel WerkFix position of the filter button when the table is...
2024-12-10 Marcel WerkAdd option to invert the logic in toggle action
2024-12-10 Marcel WerkFix empty object name in confirmation message
2024-12-10 Marcel WerkMigrate modification log to grid view
2024-12-10 Marcel WerkAdd option for a fallback value in user renderer
2024-12-10 Marcel WerkAdd option to apply a text filter to a different column
2024-12-10 Marcel WerkImprove handling of the value encoding
2024-12-10 Marcel WerkAdd renderer for object links
2024-12-10 Marcel WerkSkip truncate if value is empty or null
2024-12-10 Marcel WerkAdd missing encoding of the url
2024-12-09 Marcel WerkAdd filter for object ids
2024-12-09 Marcel WerkAdd renderer for object ids
2024-12-09 Marcel WerkAdd renderer for emails
2024-12-09 Marcel WerkApply the row link only to columns that don't contain...
2024-12-03 Marcel WerkUnify RPC endpoint naming
2024-11-22 Marcel WerkChange RPC route to lowercase
2024-11-22 Marcel WerkAdd missing language phrase
2024-11-19 Marcel WerkMigrate acp session log to grid view
2024-11-19 Marcel WerkAdd renderer / filter for users
2024-11-19 Marcel WerkAdd renderer for truncated text
2024-11-19 Marcel WerkAdd renderer / filter for ip addresses
2024-11-19 Marcel WerkFix empty time filter selections
2024-11-19 Marcel WerkAdd missing escaping of like values
2024-11-14 Marcel WerkImprove code documentation
2024-11-13 Marcel WerkAdd code documentation
2024-11-13 Marcel WerkAdd column renderer for currencies
2024-11-12 Marcel WerkRename grid view namespace for consistent naming
2024-11-12 Marcel WerkRename ArrayGridView to DataSourceGridView
2024-11-12 Marcel WerkMake action column sticky
2024-11-12 Marcel WerkMigration user option list to grid view
2024-11-12 Marcel WerkAdd support for toggle actions
2024-11-12 Marcel WerkAdd time filter for columns
2024-11-12 Marcel WerkAdd date range form field
2024-11-12 Marcel WerkAllow filtering of the user rank grid view
2024-11-12 Marcel WerkAdd filter for i18n text columns
2024-11-12 Marcel WerkAdd events and an option to add columns before / after...
2024-11-12 Marcel WerkMove grid view initialization to the constructor
2024-11-12 Marcel WerkAdd default filtering for non DBO grid views
2024-11-12 Marcel WerkImprove visuals of the filter buttons
2024-11-12 Marcel WerkUse grid view filters for exception log filtering
2024-11-12 Marcel WerkAdd option to hide columns
2024-11-12 Marcel WerkHTML / CSS overhaul
2024-11-12 Marcel WerkMigrate exception log to grid view
2024-11-12 Marcel WerkAdd api endpoint for exception details
2024-11-12 Marcel WerkAdd row links
2024-11-12 Marcel WerkRemove obsolete whitespace
2024-11-12 Marcel WerkFix typescript issue
2024-11-12 Marcel WerkMigrate cronjob log list to grid view
2024-11-12 Marcel WerkAdd filters
2024-11-12 Marcel WerkAdd popstate handling
2024-11-12 Marcel WerkAdd context menu / row actions
2024-11-12 Marcel WerkAdd rpc endpoint for deletion of user ranks
2024-11-12 Marcel WerkFix initial sort order
2024-11-12 Marcel WerkIncrease default rows per page
2024-11-12 Marcel WerkAdd column renderer for timestamps
2024-11-12 Marcel WerkAdd column renderer for phrases
2024-11-12 Marcel WerkHandle I18n sorting
2024-11-12 Marcel WerkImprove creation of the dbo object list
2024-11-12 Marcel WerkFix typescript issue
2024-11-12 Marcel WerkApply suggestions from code review
2024-11-12 Marcel WerkMove column rendering into templates
2024-11-12 Marcel WerkReset to page 1 when changing sort order
2024-11-12 Marcel WerkRemove debug code
2024-11-12 Marcel WerkAdd abstract implementation for DBO lists
2024-11-12 Marcel WerkAdd sorting function
2024-11-12 Marcel WerkGrid view (PoC)
2024-11-09 Marcel WerkToggle button webcomponent
2024-11-08 CyperghostAlso use the correct path for the emojis in the ACP
2024-11-05 CyperghostFixes the problem that the user's time zone is not...
2024-10-31 Olaf BraunMerge pull request #6041 from WoltLab/upload-field...
2024-10-31 Olaf BraunMerge pull request #6042 from WoltLab/deprecate-dateuti...
2024-10-31 CyperghostDirectly pass filename
2024-10-30 CyperghostAdd php doc to `DateFormField::getDateTimeFormatter()`
2024-10-30 CyperghostUse `\IntlDateFormatter` to format the datetime object
2024-10-30 CyperghostRemove the unused functions `CLIUtil::formatTime()...
2024-10-29 Olaf BraunMerge pull request #6026 from WoltLab/emoji-picker-v2
2024-10-29 CyperghostNo longer use `DateUtil::format()` to format the date.
2024-10-29 CyperghostUse `\DateTime::format()` instead of `DateUtil::format()`
2024-10-29 CyperghostUse `\IntlDateFormatter` to format the date
2024-10-29 CyperghostUse `DateTime::format()` instead of `DateUtil::format()`
2024-10-29 CyperghostMark `DateUtil::format()` as deprecated
2024-10-29 CyperghostValidate file extensions in `UploadFormField`
2024-10-28 CyperghostImport editor type for `*.svg`
2024-10-28 CyperghostUpdate module `@woltlab/editor`
2024-10-28 CyperghostAdd module comment doc
2024-10-28 CyperghostAdd a comment that this file is auto-generated
2024-10-28 Olaf BraunMerge pull request #6036 from WoltLab/google-maps-advan...
2024-10-28 Olaf BraunMerge pull request #6037 from WoltLab/password-strength...
2024-10-28 Olaf BraunUpdate wcfsetup/install/files/lib/system/form/builder...
2024-10-24 CyperghostAdd strength meter support to `PasswordFormField`
2024-10-24 CyperghostChange type of `InitialMarkerPosition`
2024-10-24 Cyperghost`draggable` is deprecated and `gestureHandling` should...
next