9
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Improved the Search 'Add Criteria' section by removing the modal dialog which required too many clicks. You can now add new criteria more quickly and with more specific helpers in the UI. LIKE operators will automatically wildcard phrases if no wildcards were provided, etc. More... over 17 years ago
* Fixed Group Filters reload (wasn't showing buckets) More... over 17 years ago
* Security rewrites in .htaccess-dist (blocks data directories) More... over 17 years ago
* htaccess file now restricts directory browsing. More... over 17 years ago
* Abstracted the creation of the default SearchView so it can be created from wherever it's missing. More... over 17 years ago
* The mail parsing job will now check that the subdirectory that contains mail is writable before attempting to parse the messages inside it, since it needs to have permission to rename/delete. If it is not writable, it will output the folder with a warning indicating it had to be skipped. More... over 17 years ago
* The maintenance cron job now removes empty subdirectories from within storage/mail/new More... over 17 years ago
* Header menu items are no longer displayed when not logged in More... over 17 years ago
* Fixed the parser job to ensure it's reading messages off the disk in alphabetical order. More... over 17 years ago
* New installs will now default to having the tour (assist mode) enabled. More... over 17 years ago
git-svn-id: http://svn.webgroupmedia.com/cerb4/cerb4@185 58cff151-b722-0410-b014-f78a459f8f02 More... over 17 years ago
Linux permissions fixes More... over 17 years ago
* Added the ability to pile sort in ticket views based on the import source (C3 mailbox, etc.) More... over 17 years ago
* Fixed bug where deleting a bucket did not affect the move counts which are stored in serialized arrays in the worker_pref table. This was causing blank quick move links to show up between commas. * Added assist mode preference toggle support * Clicking the "close tour" link from the tour header will also change the state of the tour preference * listeners no longer check if the tour is enabled before doing tour initialization. A tour enabled Smarty variable is now set in the core PageController. The check may be re-added later if we put the tour enabled state in the application model scope rather than just the Smarty scope. * Moved the save password logic out of the Render method and into the appropriate post callback function More... over 17 years ago
* Added ability for workers to change their password from preferences More... over 17 years ago
* Fixed the UserMeet Community Tool classloader references. More... over 17 years ago
* Dashboard counts will update along with team filters More... over 17 years ago
* Team totals now show the amount of new tickets in each team inbox, rather than the total of all open tickets. More... over 17 years ago
* More Ticket View Auto-Assist tuning ("temporarily" removed subjects from matches; increased top domain limit; correlated top senders to top domains) More... over 17 years ago
git-svn-id: http://svn.webgroupmedia.com/cerb4/cerb4@176 58cff151-b722-0410-b014-f78a459f8f02 More... over 17 years ago
* Ticket View Auto-Assist now groups senders into their parent domains and renders them nested (as per Mike's suggestion). This helps you quickly ignore the fully-qualified e-mail addresses if you already set up an outcome/rule for the full domain. More... over 17 years ago
* Removed the 'Learn as you go' version of the Ticket View auto-assist More... over 17 years ago
* Made the Ticket View 'auto-assist' functionality into an Ajax packet so it's not doing extra work when the user isn't requesting it. More... over 17 years ago
* Ticket View Quick Move links are now rendered much cleaner, without the team prefix and using a subtle color to differentiate between Team and Bucket destination. More... over 17 years ago
* Added 'undo' functionality for all ticket view actions (report spam/delete/closed/move) which easily allows a rollback of the last change. More... over 17 years ago
* Uniform team-level signatures are in, along with some replacement wildcards (worker first/last/title). If there's no team signature set it will use the helpdesk default from Config->Mail. More... over 17 years ago
* Added 'Inbox' totals to the Team Filters panel. More... over 17 years ago
git-svn-id: http://svn.webgroupmedia.com/cerb4/cerb4@168 58cff151-b722-0410-b014-f78a459f8f02 More... over 17 years ago
* Added a 'next action' field to tickets. This is editable while replying and shows up in ticket views as a column. This helps us keep our heads clear of trying to remember why various tickets are still open and not acted on. More... over 17 years ago
* Tunes Bayes anti-spam to be a lot more efficient and relevant. More... over 17 years ago