public
Description: Mango Framework
Homepage: http://mangoframework.com/
Clone URL: git://github.com/claco/mango.git
mango / Changes
100644 102 lines (87 sloc) 4.455 kb
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
# $Id$
This file documents the revision history for Perl extension Mango.
 
    - Require Catalyst::Devel 1.07 that now uses .conf instead of .yml
    - Converted helper/tests to use .conf instead of .yml :-)
 
0.01000_13 Sun June 1 21:29:24 2008
    - Added redirect_to_login/redirect_from_login
    - Added start of Checkout including plugin loading from core, catalyst and
       then MyApp
    - Added Catalyst Initialize plugin, Checkout and Checkout::Stash classes
    - Now requires Handel 1.00011 for stash->clear fix
    - Start migration from CGI::FormBuilder to HTML::FormFu
    - Added W3C HTML/Atom/RSS validation checks to all live cat tests
    - Started checkout workflow using Class::Workflow
 
0.01000_12 Mon May 12 21:18:25 2008
    - Fixed various controllers to use Chained instead of index : Private
    - Converted Live Catalyst tests to Test::Class and added tests for
        path config option and subclass renames
    - Added RSS tests to live tests
    - Added Admin tests
 
0.01000_11 Sun Apr 13 20:39:27 2008
    - Added just enough pod to get spelling/coverage happy.
        Needs serious cleanup.
    - Added critic tests and set perltidy standard for dist
    - Refactor View::Feed. Needs more tests.
 
0.01000_10 Fri Jan 18 22:27:19 2008
    - Added Atom/RSS Feeds to Wishlists
    - Added Atom/RSS Feeds to Products(tags)
    - Added Feed() action attribute and enable_(feeds|atom|rss)_feed
    - Fixed REST->entity() to use new config
    - Stop importing blessed in Feed View
 
0.01000_09 Tue Jan 15 22:51:56 2008
    - Added related_tags to Products Provider
    - Products controller now works for tag browsing, view, with tests
 
0.01000_08 Sat Jan 12 22:20:37 2008
    - Added wishlist restore plus tests
    - Added Users/Wishlists public views with tests
    - Renamed resource names
    - mango.pl adds profile to go with 'admin' user
    - Split Cart into Cart/Items just like Wishlists/Items
    - Added sign up page and tests
 
0.01000_07 Mon Jan 7 19:07:23 2008
    - Added Catalyst::View::TT/Session/Cookie/Store to PREREQ
    - Fixed problem in tests with latest Error.pm
    - Updated XML::Atom PREREQ and test
    - Mango->share now uses module_dir and falls back to ../../share when using
        local INC files
    - Added mango.pl to create app/config/data/components/database
    - Moved users specific controller/form/templates into Users/users namespace
    - Fixed urls to deal with not ending in /
    - Updating an Attribute wasn't setting update()
    - Converted admin to RESTish access
    - Controllers now inherit from M::Catalyst:Controller (which does REST/Form
    - Merge plugins into Plugin::Application
    - Added Auth helpers is_admin/unauthorized
    - Added REST helpers want_html/browser/yaml/feed, etc
    - Form I18N is now FIELD_LABEL_$FIELD instead of LABEL_$FIELD
    - Form I18N is now BUTTON_LABEL_$FIELD instead of LABEL_$FIELD
    - Form I18N is now CONSTRAINT_$CONSTRAINT instead of $FIELD_$CONTSTRAINT
    - Wishlist admin works mostly, with tests
 
0.01000_06 Sep 09 20:01:22 2007
    - Fixed Template->share when Mango has never been installed
    - Stripped action from yml forms, now get path_prefix on the fly
    - Base Controllers have form_directory set to cope with subclass rename
    - Cart Controller works with add/update/clear/save/delete
    - Added Forms plugin companion to Forms controller
    - Cart forms is not build from sub-forms
 
0.01000_05 May 30 12:11:16 2007
    - Form->render now localizes field labels/submit
    - Views now fall back to auto/Mango/templates
    - Added Form/FormFile attributes to Form controller
 
0.01000_04 May 28 09:44:12 2007
    - Added Mango::Form/Results for form file config parsing/validation
    - Added base Catalyst Models/Views/Controllers/Plugins
    - Added tests/pod for new Catalyst base modules
 
0.01000_03 Apr 20 18:20:11 2007
    - Updated/reviewed all pod
    - Changed throwing exceptions away from indirect syntax
    - Added Mango::Object::Meta to store non-column information
    - Added Object->meta_class
    - Reworked tests/providers/objects to put data first, and other in meta
    - Added Object->get_columns
 
0.01000_02 Web Apr 18 22:06:43 2007
    - Make prereqs for DBIC/Handel real versions
    - Added Build.PL to make mst a happy camper
 
0.01000_01 Mon Apr 16 21:28:13 2007
    - initial revision. core modules only.
    - Thanks to Brian Cassidy (LTjake) for the junkstart RSS/Atom code.