forked from yuki-kimoto/gitprep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
75 lines (74 loc) · 3 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
2.1 ()
- default login session time become 2 weeks and delete save check box.
- Fix commits page author links.
- add admin page link.
2.0 (7 May 2016)
- 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 (7 Feb 2016)
- Catch up latest Github design.
- Fix bug that relative image path in README.md and blob html.
1.11 (7 Nov 2015)
- support relative path in README.md and blob html.
- support git version 2
1.10 (27 Jun 2015)
- 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 (18 Nov 2014)
- fix atom feed entry url bug
1.9.1
- fix atom feed bug
1.9 (11 Nov 2014)
- 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 (6 Jun 2014)
- support publick key authentication
1.7 (26 Apr 2014)
- allow . as project name.
- add respository and user search page
1.6 (3 Apr 2014)
- 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 (26 Feb 2014)
- fix bug that git clone via http failed.
- show readme file in sub directory.
1.4 (26 Nov 2013)
- fix markdown bugs (*em*, _em_)
- default readme file is changed. README is changed to README.md
- add private repository and collaborator feature
1.3 (9 Oct 2013)
- add README.md support
- add submodule support
- add Smart HTTP and basic authentication support
- add Markdown format in normal file
1.2 (23 Aug 2013)
- add blame page
- add blanch import feature
1.1 (30 Jun 2013)
- add import_rep script to import repositories.
1.0 (12 Jun 2013)
- first major release