make phorkie compatible with elasticsearch 1.3
[phorkie.git] / NEWS.rst
1 Version 0.4.0 - 2014-07-15
2 --------------------------
3 * Fix bug #27: Render .json files
4 * Fix bug #31: Forked pastes cannot be remote forked
5 * Fix bug #33: Do not index login page
6 * Fix bug #41: AGPL link broken
7 * Fix bug #43: github gist cloning does not work
8 * Fix bug #44: Anchors of files with spaces in their name
9 * Fix renaming of binary files
10 * Implement request #6: Atom feed for new and updated pastes
11 * Implement request #7: Track and display remote forks
12 * Implement request #21: Send linkbacks when forking remote pastes
13 * Implement request #32: Distribute phorkie as .phar file with all dependencies
14 * Implement request #34: Store last OpenID in cookie and pre-fill login form
15 * Implement request #35: Store author of a paste
16 * Implement request #37: Show user icon in navbar and profile page
17 * Implement request #42: Single click remote forking with web+fork: url handler
18 * Add autoconfiguration for public git clone urls over http
19 * Add baseurl setting to make phorkie run in a subdirectory of a domain
20 * Add setupcheck page that checks dependencies and other things
21 * Add support for file names with directories in pastes
22 * Add support for UTF-8 characters in file names
23 * Add support for web hooks
24 * Add support for forking HTTP and HTTPS git URLs
25 * Extract gist titles
26 * Make it possible to install dependencies via composer
27
28
29 Version 0.3.1 - 2012-09-27
30 --------------------------
31 * Check for OpenID package in SetupCheck
32 * Fix bug #24: setupcheck: verify geshi installation
33 * Fix bug #25: setupcheck: verify markdown
34
35
36 Version 0.3.0 - 2012-09-27
37 --------------------------
38 * Fix bug #10: error when nothing submitted [cweiske]
39 * Fix bug #11: do not index edit, delete and tool pages [cweiske]
40 * Fix bug #20: elasticsearch error on deletion [cweiske]
41 * Fix bug #22: Edited pastes not in "recently created" [cweiske]
42 * Fix bug #23: "work dir not found" on failed remote fork [cweiske]
43 * Implement request #5: Add OpenID authentication [jnovack]
44 * Implement request #9: autodetect file type [cweiske]
45 * Implement request #12: DOAP and rel="vcs-git" support [cweiske]
46 * Implement request #13: remote forking support [cweiske]
47 * Hide additional file fields by default, button to toggle their visibility
48   [cweiske]
49 * Markdown support [jnovack]
50 * Added nginx rewrite rules to README [skl]
51
52
53 Version 0.2.0 - 2012-05-25
54 --------------------------
55 * Elasticsearch support
56 * Use title instead of paste ID
57 * Pager for result listings
58 * Implement request #3: Show new pastes in sidebar of "new paste" page
59
60
61 Version 0.1.0 - 2012-04-19
62 --------------------------
63 Initial version