-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
132 lines (93 loc) · 4.13 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
Revision history for Perl extension Hoya
0.05_04 2013-10-18 13:58
- Fixed "defined(@array)" wanings.
0.05_03 2013-01-23 02:40
- Fixed Hoya::DSH::DBIx::Skinny.
0.05_02 2012-07-05 18:00
- Fixed "z2h" rule in Hoya::Form::Validator.
0.05_01 2012-01-16 20:46
- Fixed "Use of qw(...) as parentheses is deprecated" warning in Perl-5.14.
0.0004_02 2011-10-27 13:00
- Fixed Hoya::DSH::DBIx::Skinny::match_against_strref.
Can toggle enabled/disabled "IN BOOLEAN MODE".
0.0004_01 2011-08-05 23:00
- Added Hoya::View::Xslate.
In template engine, Text::Xslate (with Kolon syntax) is available.
To use "Xslate" view, set conf.VIEW.TYPE to "Xslate".
0.0003_21 2011-07-21 12:46
- Added Hoya::Action::is_submitted_as.
0.0003_20 2011-07-12 19:55
- Added Hoya::DSH::DBIx::Skinny::match_against_strref.
0.0003_19 2011-06-17 15:40
- Modified Hoya::DSH::DBIx::Skinny::count_from_resultset.
0.0003_18 2011-06-17 13:05
- Added Hoya::DSH::DBIx::Skinny::count_from_resultset.
0.0003_17 2011-05-14 14:00
- Fixed: don't depend on DBI::st::fetchall_hmv (originally extended) in Hoya::DSH::DBI
- Hoya::DSH::DBI::q always return Hash::MultiValue object
when spedified to return as hashref (3rd parameter is "hash")
0.0003_16 2011-05-12 16:00
- Fixed: Hoya::Re::EMAIL does not match "foo [email protected]"
0.0003_15 2011-04-18 13:45
- Fixed "decimal-place-comma" bug in Hoya::Util::mark_commas
0.0003_14 2011-03-19 21:55
- Fixed resultset wrapping of Hoya::DSH::DBIx::Skinny
0.0003_13 2011-02-28 22:32
- Parameter "cut" is available in Hoya::Plack::Middleware::Static::(Skin|Upload).
0.0003_12 2011-02-11 18:26
- Binary response is available. (now only "zip" and "pdf")
0.0003_11 2011-01-12 18:00
- Fixed UUV warning in Hoya::Mapper::UserAgent
0.0003_10 2011-01-03 19:35
- No utf8 at Hoya::X::Business::Payment::Epsilon
0.0003_09 2011-01-03 15:50
- Fixed UUV warning in Hoya::X::Business::Payment
- Modified Hoya::X::Business::Payment::Epsilon
0.0003_08 2010-12-29 23:35
- Hoya::Action::cookie's parameter "expires_on_close" is available.
0.0003_07 2010-12-28 22:40
- requires Plack::Session
- Added Hoya::DSH::DBIx::Skinny::replace
- Added Hoya::Action::expire_session
0.0003_06 2010-12-14 22:33
- requires DBIx::Skinny >= 0.0727.
0.0003_05 2010-12-11 18:45
- Fixed database disconnection proccessing of Hoya::MetaModel and Hoya::DSH::DBIx::Skinny
0.0003_04 2010-11-24 19:05
- Fixed "model name" processing in Hoya::Factory::Model
- Added some tests for Hoya::Util
0.0003_03 2010-11-20 08:15
- Added Hoya::Util::mark_commas
0.0003_02 2010-10-20 18:53
- Fixed test
0.0003_01 2010-10-20 18:15
- Modified "model" loading process.
0.0002_10 2010-10-29 18:07
- Fixed Hoya::Form::Validator
0.0002_09 2010-10-28 12:34
- Fixed source code for Test::Perl::Critic
- Added/Modified some test code
0.0002_08 2010-10-06 22:53
- Requires Crypt::SSLeay, if use "X"
0.0002_07 2010-10-06 21:39
- Requires LWP::UserAgent, XML::Simple, HTTP::Request::Common, if use "X"
0.0002_06 2010-10-06 13:40
- Added Hoya::X::Business:Payment::Epsilon
0.0002_05 2010-10-02 09:33
- Improved Hoya::Re
0.0002_04 2010-10-02 08:44
- Added Hoya::X::Params::Validate::Spec
- Modified Hoya::Mapper::URL
- Modified Hoya::Config::Core
0.0002_03 2010-09-30 11:57
- Modified Hoya::DSH::DBIx::Skinny and related files
0.0002_02 2010-09-01 22:15
- Modified almost of all source codes
- Added Hoya::X::Text::MediawikiFormat
0.0002_01 2010-07-02 10:25
- DBIx::Skinny is available as Hoya::DSH::DBIx::Skinny
- Modified configuration loading process.
0.0001 2010-07-01 07:27
- First prototype.
0.0000 2010-02-08 12:10
- original version