forked from yuki-kimoto/gitprep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
111 lines (108 loc) · 4.22 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
2.6.1 (2017-06-10)
- add wiki feature
2.5.1 (2016-12-6)
- fix img src relative image url
2.5 (2016-12-05)
- GitPrep theme color become dark blue.
2.4.2 (2016-08-23)
- fix issue count bugs
- add issue count and pull reqeust count to header
2.4.1 (2016-08-22)
- fix compare page view link bug
2.4 (2016-08-20)
- add tar.gz download button
- add website URL settings. you can create external link.
- fix "New pull request" button link
- add "compare across forks" button in compare page
- fix pull request error bug when already pull request exists.
- fix compare page bug
- fix pulls page bug
2.3.1 (2016-08-12)
- prevent XSS attack in issue and pull request message
2.3 (2016-08-06)
- Sorry, I found critical database specification mistake.
I must fix pull_request and pull_request_message table.
All your pull requests is removed. Please create Pull request again by the following command.
old/fix_v2_pull_request data/gitprep.db
- support markdown table
- support markdown foo_bar_baz
- support issue system
2.2.1 (2016-06-14)
- fix _search page error bug.
2.2 (2016-06-04)
- add command line merging interface to pull request page
- add createing patch feture to pull request page
2.1 (2016-05-31)
- default login session time become 2 weeks and delete save check box.
- Fix commits page author links.
- add admin page link.
2.0 (2016-05-07)
- drop Perl 5.8 support, now require Perl 5.10.1
- use own temparaly directory when creating repositoy with readme file. Now not use /tmp.
- add Mojolicious::Plugin::DBViewer to cpanfile
- X-Forwarded-HTTPS header is DEPRECATED! use X-Forwarded-Proto header instead.
- remove [basic]show_ignore_space_change_link option.
and move this feature to project settings page.
- remove [basic]encoding_suspects option
and move this feature to project settings page.
- setup.sh is renamed to setup_module.
- separete database creating logic to setup_database script.
- add name and mail column to user table. mail is required for user registration.
- add user update page.
- fix bug that repository with read can't be created when git global user name and email.
- drop cygwin support.
1.12 (2016-02-07)
- Catch up latest Github design.
- Fix bug that relative image path in README.md and blob html.
1.11 (2015-11-07)
- support relative path in README.md and blob html.
- support git version 2
1.10 (2015-07-27)
- add show_ignore_space_change_link option to show --ignore-space-change page easily
- add --ignore-space-change feature in diff page by using w= query string
for example, http://some.com/kimoto/gitprep_t/commit/3cf14ade5e28ee0cd83b9a3b1e1c332aed66df53?w=
- remove password length limit
- improve CGI installation and change CGI script path. This is not backword compatible.
you need to change CGI script path, path/gitprep.cgi to path/gitprep/gitprep/cgi
- remove setup.php
1.9.2 (2014-11-18)
- fix atom feed entry url bug
1.9.1
- fix atom feed bug
1.9 (2014-11-11)
- add ssh_rep_url_base to cnahge or hide ssh URL user directory
- add atom feed of commits page
for example, http://somehost.com/kimoto/gitprep_t/commits/master.atom
1.8 (2014-07-06)
- support publick key authentication
1.7 (2014-04-26)
- allow . as project name.
- add respository and user search page
1.6 (2014-04-03)
- fix bug that can't create collaborator more than one.
- support time zone.
- change markdown parser from Text::Markdown::Discount to Text::Markdown::Hoedown
because we want to support fenced code syntax
```
code
```
- add encoding_suspects to support multiple encoding in blob, commit diff, and blame.
1.5 (2014-02-26)
- fix bug that git clone via http failed.
- show readme file in sub directory.
1.4 (2013-11-26)
- fix markdown bugs (*em*, _em_)
- default readme file is changed. README is changed to README.md
- add private repository and collaborator feature
1.3 (2013-10-09)
- add README.md support
- add submodule support
- add Smart HTTP and basic authentication support
- add Markdown format in normal file
1.2 (2013-08-23)
- add blame page
- add blanch import feature
1.1 (2013-06-30)
- add import_rep script to import repositories.
1.0 (2013-06-12 )
- first major release