9
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 10, 2023 — May 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* [Cards/Groups] When editing groups from a card, group membership has been simplified with a simple matrix. Clicking on a column heading for Member, Manager, or Neither, will quickly select that option for every group. Previously, this was handled with dropdowns, which provided poor UX. More... over 6 years ago
[Cleanup/Cards] Improved the layout on group card editors. More... over 6 years ago
[Cleanup/Cards] Improved the layout on worker card editors. Left-aligned field labels, and used the tbody style for custom fields. More... over 6 years ago
[Installer/Cleanup] Minor improvements to the installer packages. More... over 6 years ago
* [Cards/Workers] When editing workers from a card, group membership has been simplified with a simple matrix. Clicking on a column heading for Member, Manager, or Neither, will quickly select that option for every group. Previously, this was handled with dropdowns, which provided poor UX. More... over 6 years ago
8.2.4-checkpoint More... over 6 years ago
* [Installer/Usability] In the installer, when using either Production or Tutorial environments, a 'Getting Started' project board is created with an interactive quick start checklist. More... over 6 years ago
* [Project Boards] On project boards with custom templates, the `.cerb-search-trigger` class is now enhanced with `cerbSearchTrigger()` when the `data-context` and `data-query` attributes are provided. More... over 6 years ago
* [Installer] The installer now creates default calendars for Office Hours and Office Holidays. More... over 6 years ago
[Worklists/Buckets] Slightly increased the group profile image on bucket worklists. More... over 6 years ago
[Installer] updated the installer packages with default group avatars. More... over 6 years ago
* [Installer] Fixed a bug in the installer that always created default 'Next Step' and 'Lead Source' custom fields on opportunity records. More... over 6 years ago
* [Installer/Usability] The installer no longer creates an empty 'Delivery blacklist' bot behavior. This was historically created in 5.5 when filtering behaviors moved into bots. The original patch didn't check if any filters existed before creating the default bot. More... over 6 years ago
* [Installer/Usability] The installer registration step now directly opens the bot interaction on cerb.ai for generating a free 3-seat license. More... over 6 years ago
[Installer/Packages] The package-based installer uses the given organization name to configure the tutorial (sigs, group reply as, etc). More... over 6 years ago
[Installer] The package-based installer now properly configured a password on the first admin account. More... over 6 years ago
[Packages] Fixed an issue when importing packages and there isn't a default group. More... over 6 years ago
* [Installer/Packages] The installer now uses package to configure the initial environment. The user is given an option between a 'Production' and 'Tutorial' environment. The tutorial environment creates a bunch of sample data to demonstrate Cerb's functionality. Optional packages can also be imported during installation: Auto-Reply Bot, Chat Bot, Customer Satisfaction Surveys, and Reminder Bot. More... over 6 years ago
* [Installer/Usability] In the installer, removed the extra step for configuring the default sender address. This has been combined with the outgoing mail setup page. More... over 6 years ago
[Code Cleanup] Cleaned up the installer. More... over 6 years ago
* [Records/Roles] In the records API, on roles, the `params` field can be set using an array of keys/values. More... over 6 years ago
* [Pages/Wizard] The page creation wizard now uses packages to create new content in the UI. Previously, the scripts to create new workspaces were much more complicated. More... over 6 years ago
* [Packages/Developers] When packages are imported, the `$records_created` response is now indexed by the unique ID (`uid`) of each object in the package. This makes it easy to procedurally import a package and then retrieve the new IDs of specific objects. This is also returned when importing packages from the API. More... over 6 years ago
* [Scheduler/Import] Removed the background importer job (cron.import) from the scheduler. This was used to import legacy content from Cerb 2.x/3.x, which is pretty rare these days. Those older installations can still upgrade first to an older version with the importer (e.g. 8.2), import, and then upgrade to current. This cleans up a lot of code that wasn't well-maintained. More... over 6 years ago
* [Custom Records] When deleting custom records, their card preferences are now properly removed as well. More... over 6 years ago
* [Packages] In packages, default values for plugin settings can now be provided. This is particularly helpful in packages that create the initial environment (installer, tutorial). More... over 6 years ago
8.2.4-checkpoint More... over 6 years ago
[Cleanup] The default 'Mail' workspace no longer includes the 'Responsibility' column/sort. This was extra complexity on first impressions, and it also hid tickets from non-member public groups. More... over 6 years ago
* [Packages] In packages, default values for worker preferences can now be provided. This is particularly helpful in packages that create the initial environment. More... over 6 years ago
* [Records/Groups] In the records API, on groups, the `reply_address_id` field is no longer required during creation. If not provided, the default sender address will be used. This simplifies packages and group creation. More... over 6 years ago