forked from indirect/rails-footnotes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
executable file
·69 lines (58 loc) · 2.32 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
TODO:
* Create ProfilerNote
* Javascript injection for partials
== Footnotes v3.5
Author: Leon Li([email protected])
Site: http://leondotli.blogspot.com/
* add variable notes, default simple value, for display value detail,
you need set params[:variable_detail]("ALL" or variable names such as
@name or @city)
* improve query note, count total db time and display it,
highlight by red color for alert query times, db time and explain,
the color depth depends on worse degree with config(cattr_accessor
:alert_db_time, :alert_sql_number, :alert_explain)
* Fixed bugs of layout link and route note related
== Footnotes v3.4
Author: José Valim ([email protected])
Site: http://josevalim.blogspot.com/
* 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.
Author: Duane Johnson ([email protected])
Site: 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