aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG86
1 files changed, 86 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 67077b767..53d8a0f2e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,89 @@
+Hubzilla 1.14 (2016-10-13)
+ - New hook bbcode_filter
+ - Unify the various mail sending instance to enotify::send() and z_mail()
+ - Provide ability for admin to change account password
+ - Replace deprecated Sabre functions
+ - Add plugin hook for 'get_profile_photo'
+ - Convert NULL_DATE to a legal date for compatibility with MySQL strict mode
+ - Allow a site to over-ride the help table-of-contents files
+ - Autoscroll to target post/comment when in single-thread mode
+ - Indicator for own response verb activity
+ - Add server role documentation
+ - Pro: remove 'Additional Features' link for techlevel 0
+ - Upgrade fullcalendar library to version 3
+ - Whitelist button tag in htmlpurifier
+ - Upgrade justifiedGallery library to version 3.6.3
+ - Pubsites improvements
+ - Upgrade foundation library to version 6.2.3
+ - Ability to move photos to another album
+ - Submodules for settings page
+ - Submodules for admin page
+ - Remove chatroom suggestions
+ - Revamped and improved theme select backend
+ - Theme preview
+ - Implement techlevels for pro server role
+ - BBcode checklist
+ - Improve save to folder modal dialog
+ - Case insensitive sort apps
+ - Add authors to post distribution
+ - Redirect to plugin page after enabling to show configuration settings if applicable
+ - Move allowed email domains to admin->security page
+ - Display text around the searched query in documentation search
+ - Comanche observer conditionals
+ - Remove ratings
+ - Context help for /connedit
+ - Provide configurable sidebar table-of-contents indexes for different levels of the help hierarchy
+ - Comanche conditionals
+ - Cover photo enhancements (does not disappear after initial scrolldown)
+ - Website import/export
+ - Server roles (basic, standard and pro)
+
+ Bugfixes
+ - Fix connected time not shown on ajax loaded connections
+ - API issues
+ - Fix readmore.js collapsing on scrolldirection change in some mobile browsers
+ - Personalize Server Emails
+ - Audio player doesn't automatically show for m4a files
+ - Fix ajax page update with /channel?f=&mid=hash
+ - Angle bracket characters in DB password not recognised
+ - Regression: files/photos were not synchronising to channel clones properly
+ - Missing categories in preview mode
+ - attach_store() sql issue
+ - Rename id share_container to distr_container - share_container seem to be blacklisted in various security browser plugins
+ - Add 'map' extension to files served natively by nginx without using the project controller
+ - Zot discovery wasn't returning in all cases (after discovering zot)
+ - Do not show hidden channels in /randprof
+ - Numerous postgres fixes
+ - Illegal offset errors in include/conversation:status_editor() when no permissions array is passed
+ - Patch foundation-6.2.3 to work with jquery-3.1
+ - Custom/expert permissions bug
+ - Mail: return array instead of object
+ - Don't send purge_all notification to self
+ - Saved search: tags and connection searches weren't being saved
+ - Do not allow PERMS_PUBLIC as a choice for writable permission limits
+ - Force cover photos as well as profile photos to be public. As a side effect 'thing' photos will also be considered public
+ - Make lock switching actually work with multiple acl forms
+ - Create smarty dir before any templates can be initialised
+ - Fix aconfig
+ - Broken doc search
+ - Public forum check with custom/expert permissions
+
+ Plugins
+ - Standard Embed: update to convert old corporate bbcodes
+ - Cdav security: fix rw permission check
+ - Cdav: add partial support for recurring events in the browser client (editing/creating is not implemented)
+ - New plugin phpmailer: use phpmailer class instead of php's built-in mail() function
+ - Diaspora: third party on other network comment issue
+ - Diaspora: comment fix (hubzilla originated comment with plugin activated by comment author not making it to Diaspora)
+ - Cdav: provide calendar list view
+ - Diaspora: allow comments on public diaspora posts which were imported by subscribing to public tags.
+ - Wppost: add blog_id parameter for WordPress MU sites such as WordPress.com
+ - Wppost: don't log the password in normal mode
+ - Hubwall: provide choice of sender addresses, the real admin email, postmaster, or noreply.
+ - Chord: General cleanup of chord app
+ - Chord: Update chord binary for modern linux systems
+ - Start grouping addons by server_role
+
Hubzilla 1.12
- extensible permissions so you can create a new permission rule such as "can write to my wiki" or "can see me naked".
- guest access tokens can do anything you let them, including create posts and administer your channel