gitprep / CHANGES /
Newer Older
50 lines | 1.721kb
add --ignore-space-change fe...
Yuki Kimoto authored on 2014-12-09
1
1.10
add show_ignore_space_change...
Yuki Kimoto authored on 2014-12-09
2
  - 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
3
  - add --ignore-space-change feature in diff page by using w= query string
4
    for example, http://some.com/kimoto/gitprep_t/commit/3cf14ade5e28ee0cd83b9a3b1e1c332aed66df53?w=
remove password length limit
Yuki Kimoto authored on 2014-12-15
5
  - remove password length limit
imrpvoe readme for CGI insta...
Yuki Kimoto authored on 2015-06-27
6
  - improve CGI installation and change CGI script path. This is not backword compatible.
7
    you need to change CGI script path, path/gitprep.cgi to path/gitprep/gitprep/cgi
8
  - remove setup.php
9
  
version up
Yuki Kimoto authored on 2014-12-02
10
1.9.2
11
  - fix atom feed entry url bug
version up
Yuki Kimoto authored on 2014-11-18
12
1.9.1
13
  - fix atom feed bug
support atom feed of commits...
Yuki Kimoto authored on 2014-10-03
14
1.9
15
  - add ssh_rep_url_base to cnahge or hide ssh URL user directory
16
  - add atom feed of commits page
17
    for example, http://somehost.com/kimoto/gitprep_t/commits/master.atom
update changes
Yuki Kimoto authored on 2014-05-21
18
1.8
19
  - support publick key authentication
add changes
Yuki Kimoto authored on 2014-04-21
20
1.7
21
  - allow . as project name.
fix changes
Yuki Kimoto authored on 2014-04-24
22
  - add respository and user search page
fix bug that can't create co...
Yuki Kimoto authored on 2014-03-08
23
1.6
add changes
Yuki Kimoto authored on 2014-03-14
24
  - fix bug that can't create collaborator more than one.
25
  - support time zone.
26
  - change markdown parser from Text::Markdown::Discount to Text::Markdown::Hoedown
27
    because we want to support fenced code syntax
28
    ```
29
    code
30
    ```
add changes
Yuki Kimoto authored on 2014-03-17
31
  - add encoding_suspects to support multiple encoding in blob, commit diff, and blame.
suppress warnings
Yuki Kimoto authored on 2014-02-17
32
1.5
33
  - fix bug that git clone via http failed.
README
Yuki Kimoto authored on 2014-02-17
34
  - show readme file in sub directory.
fix markdown bugs (*em*, _em...
Yuki Kimoto authored on 2013-11-16
35
1.4
36
  - fix markdown bugs (*em*, _em_)
default readme file is chang...
Yuki Kimoto authored on 2013-11-16
37
  - default readme file is changed. README is changed to README.md
version up and add descripti...
Yuki Kimoto authored on 2013-11-22
38
  - add private repository and collaborator feature
add faq
Yuki Kimoto authored on 2013-09-04
39
1.3
40
  - add README.md support
add changes
Yuki Kimoto authored on 2013-09-09
41
  - add submodule support
add CHANGS
Yuki Kimoto authored on 2013-10-03
42
  - add Smart HTTP and basic authentication support
add support normal file mark...
Yuki Kimoto authored on 2013-10-08
43
  - add Markdown format in normal file
version 1.2 release
Yuki Kimoto authored on 2013-08-21
44
1.2
45
  - add blame page
46
  - add blanch import feature
add import_rep script to imp...
Yuki Kimoto authored on 2013-06-29
47
1.1
48
  - add import_rep script to import repositories.
first major release
Yuki Kimoto authored on 2013-06-12
49
1.0
50
  - first major release