30 Sep, 2011
1 commit
29 Sep, 2011
1 commit
27 Sep, 2011
3 commits
26 Sep, 2011
5 commits
-
Conflicts: app/controllers/apps_controller.rb app/models/app.rb app/models/deploy.rb app/models/problem.rb app/views/notices/_backtrace.html.haml app/views/notices/_summary.html.haml public/stylesheets/application.css spec/models/problem_spec.rb
-
…les, fixed whitespace, upgraded RSpec to 2.6.0 Conflicts: app/helpers/errs_helper.rb app/mailers/mailer.rb app/models/notice.rb app/views/errs/_table.html.haml app/views/errs/show.html.haml app/views/notices/_summary.html.haml spec/models/issue_trackers/redmine_tracker_spec.rb spec/views/errs/show.html.haml_spec.rb
14 Sep, 2011
1 commit
13 Sep, 2011
2 commits
-
…ional 'stylesheet_link_tag'
12 Sep, 2011
1 commit
-
On branch: master
11 Sep, 2011
5 commits
-
headers; - cache sortable attributes on Problem - index sortable attributes for performance
-
problems as well (as browsers)
-
- line numbers make no sense apart from file names - put visual emphasis on most important information
-
- move navigation to the header - pagination links don't need to be buttons - tighten up subnav in Errs#show
10 Sep, 2011
2 commits
-
… to go out of sync depending on zoom levels for webkit browsers. Sure, you shouldn't use tables for layouts, but when you have a 'heading' and a 'column' for a 'table' of data ... that's what they're for! [ci skip]
09 Sep, 2011
4 commits
-
…back to issue trackers such as redmine. Redmine can now also be configured with 2 projects - one for creating tickets, and one for viewing files. (Some organizations do it this way because of permissions issues)
-
github url, but points to a redmine repo. The format of the link is something like: https://redmine.example.com/projects/my_great_project/repository/revisions/master/entry after that file path and line number are appended. Conflicts: app/views/notices/_backtrace.html.haml
08 Sep, 2011
3 commits
07 Sep, 2011
2 commits
06 Sep, 2011
4 commits
-
… no comments on err.)
05 Sep, 2011
6 commits
-
… Reduces duplication.