Fix E_NOTICE: Only variables should be passed by reference
[phorkie.git] / NEWS.rst
1 Version 0.8.1 - 2017-08-29
2 --------------------------
3 * Fix owner name/email tracking
4 * Fix gist title resolver on some PHP configurations
5 * Make composer dependency installation work fine
6 * New GeSHi version 1.0.9.0
7
8
9 Version 0.8.0 - 2017-04-19
10 --------------------------
11 * Add support for git 2.11
12 * Fix 'Please tell me who you are' messages
13 * Fix crash on /new when a paste has been deleted
14 * Fix crash on broken git repositories
15 * Fix memory leak
16 * Move phorkie off sourceforge
17
18
19 Version 0.7.0 - 2015-11-05
20 --------------------------
21 * Add support for elasticsearch 2.0
22 * Add text file detection for unknown file extensions
23
24
25 Version 0.6.1 - 2015-07-15
26 --------------------------
27 * Fix crash when renaming file
28 * Fix jumping to file anchor after file rename
29
30
31 Version 0.6.0 - 2015-07-08
32 --------------------------
33 * Add simple cache for rendered files
34 * Add "add file" button to display page
35 * Add jumping to file after saving from single file edit mode
36 * Adjust "additional options" layout and position
37 * Fix autologin reload button; it reloads the current page now
38 * Remove OpenID provider buttons
39
40
41 Version 0.5.0 - 2015-01-29
42 --------------------------
43 * Implement paste embedding via JavaScript
44 * Implement paste embedding via oEmbed
45 * Implement single file editing
46 * Implement automatic login
47 * Implement Elasticsearch 1.3 compatibility
48 * Work around PHP bug #68347 to parse ini files correctly
49 * Move clone URLs to sidebar
50 * Move additional button into text field
51
52
53 Version 0.4.0 - 2014-07-15
54 --------------------------
55 * Fix bug #27: Render .json files
56 * Fix bug #31: Forked pastes cannot be remote forked
57 * Fix bug #33: Do not index login page
58 * Fix bug #41: AGPL link broken
59 * Fix bug #43: github gist cloning does not work
60 * Fix bug #44: Anchors of files with spaces in their name
61 * Fix renaming of binary files
62 * Implement request #6: Atom feed for new and updated pastes
63 * Implement request #7: Track and display remote forks
64 * Implement request #21: Send linkbacks when forking remote pastes
65 * Implement request #32: Distribute phorkie as .phar file with all dependencies
66 * Implement request #34: Store last OpenID in cookie and pre-fill login form
67 * Implement request #35: Store author of a paste
68 * Implement request #37: Show user icon in navbar and profile page
69 * Implement request #42: Single click remote forking with web+fork: url handler
70 * Add autoconfiguration for public git clone urls over http
71 * Add baseurl setting to make phorkie run in a subdirectory of a domain
72 * Add setupcheck page that checks dependencies and other things
73 * Add support for file names with directories in pastes
74 * Add support for UTF-8 characters in file names
75 * Add support for web hooks
76 * Add support for forking HTTP and HTTPS git URLs
77 * Extract gist titles
78 * Make it possible to install dependencies via composer
79
80
81 Version 0.3.1 - 2012-09-27
82 --------------------------
83 * Check for OpenID package in SetupCheck
84 * Fix bug #24: setupcheck: verify geshi installation
85 * Fix bug #25: setupcheck: verify markdown
86
87
88 Version 0.3.0 - 2012-09-27
89 --------------------------
90 * Fix bug #10: error when nothing submitted [cweiske]
91 * Fix bug #11: do not index edit, delete and tool pages [cweiske]
92 * Fix bug #20: elasticsearch error on deletion [cweiske]
93 * Fix bug #22: Edited pastes not in "recently created" [cweiske]
94 * Fix bug #23: "work dir not found" on failed remote fork [cweiske]
95 * Implement request #5: Add OpenID authentication [jnovack]
96 * Implement request #9: autodetect file type [cweiske]
97 * Implement request #12: DOAP and rel="vcs-git" support [cweiske]
98 * Implement request #13: remote forking support [cweiske]
99 * Hide additional file fields by default, button to toggle their visibility
100   [cweiske]
101 * Markdown support [jnovack]
102 * Added nginx rewrite rules to README [skl]
103
104
105 Version 0.2.0 - 2012-05-25
106 --------------------------
107 * Elasticsearch support
108 * Use title instead of paste ID
109 * Pager for result listings
110 * Implement request #3: Show new pastes in sidebar of "new paste" page
111
112
113 Version 0.1.0 - 2012-04-19
114 --------------------------
115 Initial version