-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathChanges
96 lines (60 loc) · 2.26 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
Changes for cpan2ebook (perlybook.org)
0.27 2014-12-02
- add cpanfile for easier installation (#52, thanks to stelim)
- added contributors in "About"
- use secrets() instead of secret() (#52, thanks to stelim)
0.26 2014-05-14
- import Perltuts image (#47, thanks to rolpereira)
0.25 2013-04-26
- Pertuts-Problem-Fix: Tutorial-List now in Config
- log if cache-hit or not
0.24 2013-04-23
- startscript enhanced
- removed redundant code
0.23 2013-04-19
- replace deprecated start method for Mojolicious 3.95
0.22 2013-01-06
- add exception pages for production mode
- use Mojolicious::Plugin::MailException
0.21 2013-01-06
- .mobis can be sent via mail (#6)
- set path to own config file via environment variable
0.20 2013-01-06
- fix autocompletion
- update jquery and jqueryui
0.19 2013-01-05
- rename form field names (#31)
- added more version infos on "About" page
- fixed issue #34: use correct cache name for perltuts cache
0.18 2013-01-04
- fixed issue #32: return from controller as soon as
render_data for download is called
0.17 2012-12-10
- Fixed issue with Starman and Mojolicious::Plugin::CHI
Mojolicious::Plugin::CHI in minimal version 0.05 required
- Set meta tags for Perltuts ebooks
- Changed author meta tag for CPAN ebooks
- fix errornous log message introduced in 0.16
- minor stuff
0.16 2012-11-26 (failed in production)
- Replace CHI with Mojolicious::Plugin::CHI
- No pattern check anymore for remote_address
- Minor code changes
- Change parameter name for Perltuts-Cache in config file
0.15 2012-09-27
- Mention Perltuts in About and menu
- Better caching automatisation for Perltuts
- remove old debug-log-message in Perltuts
0.14 2012-09-21
- integrate perltuts.com tutorials: perlybook.org/perltuts
0.13 2012-07-26
- Direct download from Kindle Reader possible now (issue22)
- Solved issue12, bug coming from missuse of autocompletion
- minor code syntax enhancements
0.12 2012-07-09
- Added link to blog
0.11 2012-06-20
- Upgrading to EBook-MOBI-0.46 because of github issue 20
- adding cache deletion of single keys (for support)
0.1 2012-06-14
- Initial release