gitprep / CHANGES /
Newer Older
70 lines | 2.894kb
update CHANGES
Yuki Kimoto authored on 2016-03-26
1
2.00_dev ()
2
  - drop Perl 5.8 support, now require Perl 5.10.1
3
  - use own temparaly directory when creating repositoy with readme file. Now not use /tmp.
4
  - add Mojolicious::Plugin::DBViewer to cpanfile
X-Forwarded-HTTPS header is ...
Yuki Kimoto authored on 2016-03-28
5
  - X-Forwarded-HTTPS header is DEPRECATED! use X-Forwarded-Proto header instead.
remove [basic]show_ignore_sp...
Yuki Kimoto authored on 2016-04-02
6
  - remove [basic]show_ignore_space_change_link option.
remove [basic]encoding_suspe...
Yuki Kimoto authored on 2016-04-06
7
    and move this feature to project settings page.
8
  - remove [basic]encoding_suspects option
9
    and move this feature to project settings page.
setup.sh is renamed to setup...
Yuki Kimoto authored on 2016-04-06
10
  - setup.sh is renamed to setup_module
separete database creating l...
Yuki Kimoto authored on 2016-04-06
11
  - separete database creating logic to setup_database script
add name and mail column to ...
Yuki Kimoto authored on 2016-04-06
12
  - add name and mail column to user table. mail is required for user registration.
update README
Yuki Kimoto authored on 2016-04-07
13
  - add user update page
fix bug that repository with...
Yuki Kimoto authored on 2016-04-12
14
  - fix bug that repository with read can't be created when git global user name and email
use own tmp directory to cre...
Yuki Kimoto authored on 2016-03-24
15
1.12 (7 Feb 2016)
update CHANGES
Yuki Kimoto authored on 2016-03-26
16
  - Catch up latest Github design.
17
  - Fix bug that relative image path in README.md and blob html.
use own tmp directory to cre...
Yuki Kimoto authored on 2016-03-24
18
1.11 (7 Nov 2015)
update CHANGES
Yuki Kimoto authored on 2015-11-05
19
  - support relative path in README.md and blob html.
20
  - support git version 2
improve Changes
Yuki Kimoto authored on 2015-11-05
21
1.10 (27 Jun 2015)
add show_ignore_space_change...
Yuki Kimoto authored on 2014-12-09
22
  - add show_ignore_space_change_link option to show --ignore-space-change page easily
add --ignore-space-change fe...
Yuki Kimoto authored on 2014-12-09
23
  - add --ignore-space-change feature in diff page by using w= query string
24
    for example, http://some.com/kimoto/gitprep_t/commit/3cf14ade5e28ee0cd83b9a3b1e1c332aed66df53?w=
remove password length limit
Yuki Kimoto authored on 2014-12-15
25
  - remove password length limit
imrpvoe readme for CGI insta...
Yuki Kimoto authored on 2015-06-27
26
  - improve CGI installation and change CGI script path. This is not backword compatible.
27
    you need to change CGI script path, path/gitprep.cgi to path/gitprep/gitprep/cgi
28
  - remove setup.php
29
  
improve Changes
Yuki Kimoto authored on 2015-11-05
30
1.9.2 (18 Nov 2014)
version up
Yuki Kimoto authored on 2014-12-02
31
  - fix atom feed entry url bug
version up
Yuki Kimoto authored on 2014-11-18
32
1.9.1
33
  - fix atom feed bug
improve Changes
Yuki Kimoto authored on 2015-11-05
34
1.9 (11 Nov 2014)
support atom feed of commits...
Yuki Kimoto authored on 2014-10-03
35
  - add ssh_rep_url_base to cnahge or hide ssh URL user directory
36
  - add atom feed of commits page
37
    for example, http://somehost.com/kimoto/gitprep_t/commits/master.atom
improve Changes
Yuki Kimoto authored on 2015-11-05
38
1.8 (6 Jun 2014)
update changes
Yuki Kimoto authored on 2014-05-21
39
  - support publick key authentication
improve Changes
Yuki Kimoto authored on 2015-11-05
40
1.7 (26 Apr 2014)
add changes
Yuki Kimoto authored on 2014-04-21
41
  - allow . as project name.
fix changes
Yuki Kimoto authored on 2014-04-24
42
  - add respository and user search page
improve Changes
Yuki Kimoto authored on 2015-11-05
43
1.6 (3 Apr 2014)
add changes
Yuki Kimoto authored on 2014-03-14
44
  - fix bug that can't create collaborator more than one.
45
  - support time zone.
46
  - change markdown parser from Text::Markdown::Discount to Text::Markdown::Hoedown
47
    because we want to support fenced code syntax
48
    ```
49
    code
50
    ```
add changes
Yuki Kimoto authored on 2014-03-17
51
  - add encoding_suspects to support multiple encoding in blob, commit diff, and blame.
improve Changes
Yuki Kimoto authored on 2015-11-05
52
1.5 (26 Feb 2014)
suppress warnings
Yuki Kimoto authored on 2014-02-17
53
  - fix bug that git clone via http failed.
README
Yuki Kimoto authored on 2014-02-17
54
  - show readme file in sub directory.
improve Changes
Yuki Kimoto authored on 2015-11-05
55
1.4 (26 Nov 2013)
fix markdown bugs (*em*, _em...
Yuki Kimoto authored on 2013-11-16
56
  - fix markdown bugs (*em*, _em_)
default readme file is chang...
Yuki Kimoto authored on 2013-11-16
57
  - default readme file is changed. README is changed to README.md
version up and add descripti...
Yuki Kimoto authored on 2013-11-22
58
  - add private repository and collaborator feature
improve Changes
Yuki Kimoto authored on 2015-11-05
59
1.3 (9 Oct 2013)
add faq
Yuki Kimoto authored on 2013-09-04
60
  - add README.md support
add changes
Yuki Kimoto authored on 2013-09-09
61
  - add submodule support
add CHANGS
Yuki Kimoto authored on 2013-10-03
62
  - add Smart HTTP and basic authentication support
add support normal file mark...
Yuki Kimoto authored on 2013-10-08
63
  - add Markdown format in normal file
improve Changes
Yuki Kimoto authored on 2015-11-05
64
1.2 (23 Aug 2013)
version 1.2 release
Yuki Kimoto authored on 2013-08-21
65
  - add blame page
66
  - add blanch import feature
improve Changes
Yuki Kimoto authored on 2015-11-05
67
1.1 (30 Jun 2013)
add import_rep script to imp...
Yuki Kimoto authored on 2013-06-29
68
  - add import_rep script to import repositories.
improve Changes
Yuki Kimoto authored on 2015-11-05
69
1.0 (12 Jun 2013)
first major release
Yuki Kimoto authored on 2013-06-12
70
  - first major release