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