From 2b65d776852bc8302602557b6a0752c5bd4191bd Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Sun, 16 Nov 2014 13:47:35 +0100 Subject: [PATCH 1/5] Updage CHANGELOG --- CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 165695f8f..d910917e9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +Version 3.3.2 + + Set default value for all not-null fields (fixes SQL warinigs) (annando) + Fix item filters in network page (issue #1222) (fabrixxm) + Remove reference to an ex Friendica hub from documentation (beardyunixer, tobiasd) + Version 3.3.1 JSONP support for API (fabrixxm) From 039e09dd5e6ff495a07ed0c72750222a742de15e Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Wed, 10 Dec 2014 13:41:36 +0100 Subject: [PATCH 2/5] Update CHANGELOG --- CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index d910917e9..bece6b374 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,12 @@ Version 3.3.2 Set default value for all not-null fields (fixes SQL warinigs) (annando) Fix item filters in network page (issue #1222) (fabrixxm) Remove reference to an ex Friendica hub from documentation (beardyunixer, tobiasd) + API throttling (annando) + Use a san-serif font in breathe style of vier theme (silke) + Prevent BBCode parsing problems with URLs (annando) + Add back tags to posts to Diaspora (annando) + Better display of pictures in posts (annando) + Fix out of control gprobe process (annando) Version 3.3.1 From 45f593070a605457351f08f0a5f03fbab45bdc78 Mon Sep 17 00:00:00 2001 From: Daniel Dupriest Date: Tue, 16 Dec 2014 20:23:48 +0900 Subject: [PATCH 3/5] Changed typo(?) in install.md I think you mean to say 'chmod' here to change permissions on smarty3 without changing ownership. --- doc/Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Install.md b/doc/Install.md index 4ef1e40e5..28b8ba9f7 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -47,7 +47,7 @@ you might have trouble getting everything to work.] `mkdir view/smarty3` - `chown 777 view/smarty3` + `chmod 777 view/smarty3` - For installing addons From fdf3163d298d4b7a72bb5885ee0793ba244705fc Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Fri, 26 Dec 2014 10:44:23 +0100 Subject: [PATCH 4/5] merge changelist.txt into CHANGELOG --- CHANGELOG | 103 ++++++++++++++++++++++++++++++++++++++++++++----- changelist.txt | 42 -------------------- 2 files changed, 94 insertions(+), 51 deletions(-) delete mode 100644 changelist.txt diff --git a/CHANGELOG b/CHANGELOG index bece6b374..33a1c58bb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,12 +3,12 @@ Version 3.3.2 Set default value for all not-null fields (fixes SQL warinigs) (annando) Fix item filters in network page (issue #1222) (fabrixxm) Remove reference to an ex Friendica hub from documentation (beardyunixer, tobiasd) - API throttling (annando) - Use a san-serif font in breathe style of vier theme (silke) - Prevent BBCode parsing problems with URLs (annando) - Add back tags to posts to Diaspora (annando) - Better display of pictures in posts (annando) - Fix out of control gprobe process (annando) + API throttling (annando) + Use a san-serif font in breathe style of vier theme (silke) + Prevent BBCode parsing problems with URLs (annando) + Add back tags to posts to Diaspora (annando) + Better display of pictures in posts (annando) + Fix out of control gprobe process (annando) Version 3.3.1 @@ -30,12 +30,97 @@ Version 3.3.1 Version 3.3 - See http://friendica.com/node/64 + API + added support in the API to allow image uploads from Twidere + support for the diaspora app in Firefox + + Themes + Stopped support of unmaintained themes. They will continue to work if enabled but are no longer displayed in the list of themes. + Merged all "zero" themes into a theme with variations. + new default avatar by Andi Stadler + + Usability + network page as default page after login + sections on users' settings page are now collapsable + automatic updating the network stream was improved + + Interaction + ignoring of threads + for selected contects one can now get notifications when they post something, useful e.g. for forums + After a new friendica contact is added, the user is directed to the contact page of the new contact. (Instead of the remote profile) + many improvement on all connectors, new app.net connector + the algorithm for shortening postings when posting to limited platforms was improved + improvements for the remote_self functionality for RSS/Atom feeds were done + + System stuff + no more apc support due problems with PHP 5.5 + privacy image cache moved from an addon into the core + updated the following libraries: smarty 3.1.19, fullcalendar 1.6.4, jquery 1.11, jgrowl 1.3.0 + added modernizer 2.8.3, better browser support + updates to the DB structure for better performance + preperations to use PDO in a later release + new notification system + web interface translations updated, addon translations now also possible separately from the main UI and done for CS, IT, RO, DE + vagrant support added for developers + some bugs were fixed for the profile import function + BBCode handling and reformatting to e.g. markdown was improved + Internal PusH server for communication with OStatus contacts + + Addons + translation now done at transifex as well + "newmemberwidget" adds widget with help links + welcome message to sidebar of network tab for new members + new statistics addon to take part in the Diaspora* survey + new bidirectional connector for app.net + new relay connector for Diaspora* + new connector for the buffer service + improvements for the connectors with Twitter, StatusNet/GNU Social, pump.io, google+ and facebook + improvements to the cal and jappix-mini addons + + Change in the structure of the git repo + The "master" branch will now contain stable stuff and hotfixes. + The new "develop" branch will contain the latest changes. Version 3.2 - See http://friendica.com/node/61 + LICENSE change from Friendica uses now the AGPL + Language updates: PT_BR, RU, NB_NO, DE, PL, CS, ZH-CN, IT, CA, FR, NL + new languages: BG + added a README.translate and updates to the translation utils + addons are now translated separately + Theme updates: vier, smoothly, diabook, decaf-mobile, dispy, frost, frost-mobile, quattro + Bug fixes: #516, #517, #525, #476, #540, #546, #712, #728 + sample nginx and lighttpd config + new default templating engine: smarty3 + new share element + maintenance mode for longer running upgrade tasks + small fixed + edit profile photo link + better caching of pictures + threadening for outgoing emails + mail import + oembed thumbnails + SN subscriptions & more SN like behaviour if snautofollow addon is used + collect content of SN discussion threads + communication with Diaspora* + usage of the API + search improvements + MIME types for attachments + support Open Graph and Dublin Core when showing single items + better use of APC if present + use https versions of videos from youtube and vimeo to make firefox happy + fixes to the documentation + if a home.html is there, home.css is used as well + update included TinyMCE to version 3.5.8, fancybox + made more options available in the admin panel that were hidden before + show the admin information about when accounts expire in the admin panel + improving the install.php script + addons now can be members only + item object now contains the "edited" information left for the theme designers to show this info in a pretty way + improvments to the user-import from exported account files + It's now possible to authenticate an ejabberd server against friendica. + bugtracker moved to github + improvements to MySQL queries Version 3.1 - See http://friendica.com/node/58 \ No newline at end of file + See http://friendica.com/node/58 diff --git a/changelist.txt b/changelist.txt deleted file mode 100644 index 95c5abd27..000000000 --- a/changelist.txt +++ /dev/null @@ -1,42 +0,0 @@ -Friendica 3.2 ------------- - -* LICENSE change from Friendica uses now the AGPL -* Language updates: PT_BR, RU, NB_NO, DE, PL, CS, ZH-CN, IT, CA, FR, NL -* new languages: BG -* added a README.translate and updates to the translation utils -* addons are now translated separately -* Theme updates: vier, smoothly, diabook, decaf-mobile, dispy, frost, frost-mobile, quattro -* Bug fixes: #516, #517, #525, #476, #540, #546, #712, #728 -* sample nginx and lighttpd config -* new default templating engine: smarty3 -* new share element -* maintenance mode for longer running upgrade tasks -* small fixed - * edit profile photo link - * better caching of pictures - * threadening for outgoing emails - * mail import - * oembed thumbnails - * SN subscriptions & more SN like behaviour if snautofollow addon is used - * collect content of SN discussion threads - * communication with Diaspora* - * usage of the API - * search improvements - * MIME types for attachments - * support Open Graph and Dublin Core when showing single items - * better use of APC if present - * use https versions of videos from youtube and vimeo to make firefox happy -* fixes to the documentation -* if a home.html is there, home.css is used as well -* update included TinyMCE to version 3.5.8, fancybox -* made more options available in the admin panel that were hidden before -* show the admin information about when accounts expire in the admin panel -* improving the install.php script -* addons now can be members only -* item object now contains the "edited" information left for the theme designers to show this info in a pretty way -* improvments to the user-import from exported account files -* It's now possible to authenticate an ejabberd server against friendica. -* bugtracker moved to github -* improvements to MySQL queries - From d10c8ddf570b880cdf0f5d391e98d144171bec64 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Fri, 26 Dec 2014 10:46:10 +0100 Subject: [PATCH 5/5] Update version in boot.php --- boot.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boot.php b/boot.php index 44d72bb3c..34836a97a 100644 --- a/boot.php +++ b/boot.php @@ -15,8 +15,8 @@ require_once('update.php'); require_once('include/dbstructure.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_CODENAME', 'Ginger'); -define ( 'FRIENDICA_VERSION', '3.3.1' ); +define ( 'FRIENDICA_CODENAME', 'Ginger'); +define ( 'FRIENDICA_VERSION', '3.3.2' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1175 ); define ( 'EOL', "
\r\n" );