Created attachment 192621 [details] patch-update from 1.0.48 to 1.2.2 Attached is patch to update www/kanboard port to 1.2.2 for review and approval by maintainer.
Created attachment 192642 [details] patch-update from 1.0.48 to 1.2.3 Version 1.2.3 (April 18, 2018) ------------------------------ New features: * Add Project MetaData API calls * Add default filter per user Improvements: * Use utf8mb4 encoding for MySQL instead of utf8 (Emoji support) * Increase text fields length in several tables * Move documentation to https://docs.kanboard.org/ * Make sure no empty group is submitted on project permissions page * Translate subtasks status and internal links labels in notifications * Add link to tasks and projects in overdue notifications * Add missing translations * Move custom libs to the source tree Bug fixes: * Fix margin for task recurrence tooltip Version 1.2.2 (March 30, 2018) ------------------------------ Improvements: * Add thumbnail quality parameter (default to 95) * Always display SQL errors * Move SimpleLogger lib into app source tree * Add system log driver and use it by default * Display exceptions from plugins while refreshing board * Redirect to original URL after OAuth login * Add author name and email arguments to mail client * Improve HTTP client to raise exceptions * Update translations Bug fixes: * Fix broken daily summary export * Fix role precedence in LDAP integration Version 1.2.1 (February 28, 2018) --------------------------------- New features: * Add automatic action to change column once a start date is reached * Add automatic action to change color once start date is reached * Add CSS class to categories to allow custom styling * Add option to disable Mysql SSL server verification * Add timeout parameter for database connection * Add error log for authentication failure to allow fail2ban integration Improvements: * Set the correct swimlane/column ID when moving a task via its internal dialog * Allow filtering for tasks without due date * Add plugin hook 'aftersave' after creating Task * Run SessionHandler::write() into a transaction * Remove dependency on PicoFeed * Add CSRF check for task and project files upload * Add missing CSRF check on avatar upload form * Add missing CSRF check in saveUploadDB() method * Update Vagrantfile to use Ubuntu Xenial * Send event author in webhook notification * Update translations * Update documentation Version 1.2.0 (December 27, 2017) --------------------------------- Breaking changes: * Kanboard supports only PHP >= 5.6 (PHP 5.3, 5.4 and 5.5 are not supported anymore) New features: * PHP sessions are now stored into the database, In this way, it's easier to run Kanboard behind a load-balancer Improvements: * Copy category from parent task when creating a task from a subtask * Translation updates and improvements Version 1.1.1 (December 9, 2017) -------------------------------- Breaking changes: * The Docker tag "stable" is not used anymore, instead use a specific version tag * Task limit apply across all swimlanes * Kanboard is now using the domain kanboard.org New features: * New automatic action to create a subtask assigned to the creator and start the timer * New automatic action to stop the timer of subtasks * Add command line tool to remove project activities after one year * Add command line tool to disable projects not touched during one year * Add config option to exclude fields from auth providers sync * Add new plugin hooks Improvements: * Open audio files in a new tab * Upgrade Docker image to Alpine Linux 3.7 * Improve Docker build to use Docker Hub hooks * The application version is now included into the Docker image * Disable private projects when disabling a user * Allow administrators to update username of remote users * Improve layout on mobile/tablet devices * Changed board column headings to show swimlane-column total in bold * Enable dragging to collapsed columns * Add missing checks for requirements Bug fixes: * Add class "js-modal-replace" to icons to make it clickable * Improve permission checks on custom filters page to avoid forbidden access Version 1.1.0 (November 20, 2017) --------------------------------- Breaking changes: * Remove feature "Allow everybody to access to this project" (You must define project members and groups) * Composer dependencies are now included in the repository to be able to use git-archive (except development dependencies) New features: * Add predefined templates for task descriptions * Add the possibility to send tasks and comments to multiple recipients * Add users, groups and projects search * Add command line argument to display Kanboard version * Add user backend provider system (to be used by external plugins) * Add Romanian and Chinese (Taiwan) translation Improvements: * Minor CSS improvements * Add help message on project sharing page * Task CSV import is now able to handle the priority, start date, tags and one external link * Improve iCalendar feed to include tasks with start/end date and due date with a time * Check if the start date is before due date * You can get an archive of Kanboard by using the download button in Github or the command git archive * Translation updates Bug fixes: * Fix project dropdown visibility when page is scrolled down * Task move events must be executed synchronously * Handle CSV files with only "\r" line endings
poudriere testport on 11.1 amd64 works for me. I'll test it a little bit more.
+1 I was able to start Kanban with Apache just as described in the official documentation.[1] It would be nice to update it once we upgrade to 1.2.3. [1]: https://docs.kanboard.org/en/latest/admin_guide/freebsd_installation.html
A commit references this bug: Author: miwi Date: Fri Jul 27 18:26:51 UTC 2018 New revision: 475451 URL: https://svnweb.freebsd.org/changeset/ports/475451 Log: - Update 1.2.3 PR: 227611 Sponsored by: iXsystems Inc. Changes: head/www/kanboard/Makefile head/www/kanboard/distinfo head/www/kanboard/pkg-plist