root/branches/stable/streamlined/CHANGELOG

Revision 856, 2.8 kB (checked in by matthew, 5 months ago)

fixed enumeration editing bugs

Line 
1 1.0RC03 -- 02/29/08
2          - public API change: streamlined_model now called streamlined_ui
3          - added CSS IDs to each item table row on the list view (MJB)
4          - now outputting flash notices on the list view (MJB)
5          - fixed enumeration editing bugs (MJB)
6
7 1.0RC02 -- 02/22/08
8          - fixed show stopper bug on editing relationships (SDH)
9          - fixed html escaping bug (SDH)
10          - security check on quick add model
11          - security check on quick add model_name_method
12          - fixed bugs around STREAMLINED_SELECT_NONE   
13          - fixed bug: was treating all delegate_targets as associations
14          
15 1.0RC01 -- 02/15/08
16
17 02/15/08 - changed #breadcrumb method to #streamlined_breadcrumb
18          - changed breadcrumb div id from breadcrumb to streamlined_breadcrumb
19          - added select component that lets you select none for has_manies
20          - fixed habtm bug #162 (thanks ErsatzTom)
21
22 01/27/08 - fixed streamlined support for Postgres
23
24 01/20/08 - renamed db_action_filter to before_streamlined_create
25          - renamed db_action_methods to callbacks
26
27 New Year - working on Rails 2.0.x
28          - add multi_rails for different Rails version testing
29
30 12/21/07 - Moved all tests to test-spec [SDH, JNR]
31
32 10/30/07 - Moved the init code setting up various path constants (STREAMLINED_ROOT, etc) from controller to the Streamlined:Environment module [Rob Sanheim]
33
34 10/30/07 - update copyrights, urls, various other little cleanups [Rob Sanheim]
35
36 10/24/07 - Merged in Luis' additional_includes declaration [Matthew Bass]
37          - added classic_pagination so that Pagination would work out of the box with Rails 2.x
38
39 10/24/07 - Added :filterable option for ActiveRecord columns [Matthew Bass]
40
41 10/19/07 - Added export form with options and column selector. Removed icons. [Kerry Foley and Michael Anton]
42          - Added xml and stylesheet exports that match the list.  Added yaml.
43
44 10/06/07 - Linked "Streamlined" branding above top menu to the default route [Matthew Bass]
45
46 10/06/07 - Applied new styling patch from ticket #114 [Matthew Bass]
47
48 10/02/07 - Removed @streamlined_items_count variable from the list action since it's not being used anywhere [Matthew Bass]
49
50 10/01/07 - Fixed bug with incorrect partial look-up for namespaced controller [Jason Rudolph and Stu Halloway]
51
52 09/22/07 - Added rdoc for the new #ui_for syntax to the top of ui.rb (ticket #93) [Matthew Bass]
53
54 09/22/07 - Applied patch to fix next/previous page buttons (ticket #26) [Matthew Bass]
55
56 09/22/07 - Updated streamlined:model rake task to use new #ui_for syntax (ticket #92) [Matthew Bass]
57
58 09/19/07 - Added :sort_column option for Addition columns [Matthew Bass]
59
60 09/14/07 - Additional options can now be set with the #pagination declaration [Matthew Bass]
61
62 09/14/07 - Created CHANGELOG [Matthew Bass]
63
64 0.9 -- 9/12/2007
Note: See TracBrowser for help on using the browser.