forked from indirect/rails-footnotes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
85 lines (71 loc) · 2.98 KB
/
CHANGELOG
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
== Footnotes v3.7.0
* Migrate to Bundler
* Support only Rails3
== Footnotes v3.6.7
* fixed log_note error - long overdue (thanks to many including Moritz Heidkamp)
* 1.9: ignore more assigns (thanks to justin case)
* 1.9 fixed test mocking (thanks to lsylvester)
* sort notes includes (thanks Alexey Smolianiov)
* handle controller paths in gems / others (thanks ubilabs)
* more graceful fallback when controller not found
* fixes for table entries being double encoded
* moved rpm exclude sql explain logic to config option
== Footnotes v3.6.6
* fix for ruby 1.9 compat (thanks to ivanoats)
* fix for log note (thanks to tobias)
* pre rails 2.3 support fixes (thanks to tobias)
* better disabling of query notes (thanks to tobias)
* fixed variable assignment escaping (thanks to gdelvino)
* fixed cookie value escaping (thanks to indirect)
* Turn off footnotes with a parameter footnotes=false (thanks to indirect)
== Footnotes v3.6
* Cookies, sessions and params notes now use table;
* Old components note removed;
* Added assigns notes (thanks to scorpio);
* Improve query note, count query time and display it with several configurable
options (:alert_db_time and :alert_sql_number) (thanks to scorpio);
* Fixed bugs of layout link and route note related (thanks to scorpio).
== Footnotes v3.5
* Added NewRelic RPM footnote (thanks to kbrock);
* Several bug fixes (thanks to kbrock, ivanoats and kristopher).
== Footnotes v3.4
* Rails 2.3 compatible.
== Footnotes v3.3.1
* Changed prefix to support %s and %d;
* Created gemspec;
* Some code refactoring (called eval just once instead of three times).
== Footnotes v3.3
* Rails Edge (aka 2.2) compatibility;
* Initial Ruby 1.9 compatibility.
== Footnotes v3.2.2
* Added trace to QueriesNote;
* Fixed incompatibility with Ultrasphinx (thanks to mhartl);
* Added W3C compatibility (thanks to tapajos);
* Added support to other log mechanisms in LogNote.
== Footnotes v3.2.1
* Added some tests;
* Redefined Footnotes CSS and Javascripts to use concise names.
== Footnotes v3.2
* Now you can easily add your own notes;
* Added numbers to tabs;
* Added Queries note;
* Added MySQL Query Analyzer.
== Footnotes v3.1
* Code refactoring (using modules, except backtracer);
* Ability to cherry pick notes;
* Working on Rails 2.1.
== Footnotes v3.0
* Some code refactoring;
* Stylesheets bug fixed: was showing not only css in Stylesheets div;
* Logtail fix: working with Rails 2.0 logger and in all OS, since it's Regexp based;
* Rails 1.2 (except backtrace) and 2.0 compatible;
* RoutingNavigator (based on Rick Olson plugin);
* FilterChain.
== Textmate Footnotes v2.0
Copyright (c) 2006 InquiryLabs, Inc.
http://inquirylabs.com/
Description:
Creates clickable footnotes on each rendered page, as well as clickable
links in the backtrace should an error occur in your Rails app. Links take
you to the right place inside TextMate.
Enable only the TextMate on Macs in development mode