forked from manwar/Dancer2-Cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
47 lines (34 loc) · 1.39 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
Revision history for Dancer2-Cookbook
0.13 Sun Apr 12 15:15:00 2015
- Implemented Dancer2::Plugin::Res.
0.12 Fri Apr 10 17:50:00 2015
- Centralised schema handler.
0.11 Tue Apr 07 00:15:00 2015
- Made the chart database driven.
0.10 Sun Apr 05 20:00:00 2015
- Added link 'Work', showing charts for GitHub/MetaCPAN favourites using route chaining.
0.09 Sat Apr 04 23:05:00 2015
- Implemented route chaining.
0.08 Fri Apr 03 02:35:00 2015
- Applied CSS style to Login/Register page.
- Applied CAPTCHA to Register page.
0.07 Thu Apr 02 18:50:00 2015
- Implemented CAPTCHA to the login page.
0.06 Wed Apr 01 13:05:00 2015
- Experimented with Dancer2::Core::Error.
- Added Chart using Highchart library with ajax call.
0.05 Mon Mar 09 12:47:00 2015
- Updated bookstore.db and add table 'user'.
0.04 Sun Mar 08 22:40:00 2015
- Added login page and basic authentication.
- Added register page.
- Added logout functionality.
0.03 Sun Mar 08 04:40:00 2015
- Updated delete book page and added AJAX call.
0.02 Fri Mar 06 20:50:00 2015
- Added unique constraint to the tables 'author' and 'book'.
- Updated add author/book page to handle database error.
- Added edit link to author/book on the list page.
- Added edit author/book page.
0.01 Fri Mar 06 18:00:00 2015
- First draft released.