0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Aug 08, 2024 — Aug 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added functional tests. also updated code where needed to correct functioanlity. also updated unit tests. More... about 16 years ago
added testing gems (factory_girl and shoulda). also created unit tests. updated pastes views to be more consistent. More... about 16 years ago
ran gems:build and setup ignores on the native artifacts. More... about 16 years ago
froze nokogiri gem. does not include native build artifacts. More... about 16 years ago
setup base for pastes index view. includes changes to mvc as well as introducing will_paginate gem. More... about 16 years ago
removed support for more than one theme. keeping it simple for now. More... about 16 years ago
added copy to clipboard functionality. includes flash file, javascript, and layout changes. More... about 16 years ago
trimmed down the themes to just one (blackboard). also tested all of the parsers with just the blackboard theme. works like a charm. More... about 16 years ago
cleaned up some of the themes css. also removed notice div from layout and css. More... about 16 years ago
updated layout to only include needed js files. More... about 16 years ago
made the main nav links stand out a bit more. More... about 16 years ago
renamed scaffold css to app css More... about 16 years ago
added schema/logic to track number of lines in our paste model. More... about 16 years ago
added logic to remember last theme and parser. will also set defaults if there is a last item. More... about 16 years ago
removed flash notices for pastes. also handled blank code pastes by just re-rendering new action. More... about 16 years ago
refactored theme switching js. More... about 16 years ago
added theme selction to show. also narrowed down valid themes and cleane up thier stylesheets. More... about 16 years ago
reordered right side links to be inline with rest of site. More... about 16 years ago
added ability for source code div to scroll if it is too long. also updated edit view to be inline with the rest. More... about 16 years ago
cleaned up new/show views as well as related css and app layout. new and show now match from a style perspective. More... about 16 years ago
increased the font size for code highlighting. More... about 16 years ago
added header nav links and css. also added support for raw file (.txt). More... about 16 years ago
added spot for notices. More... about 16 years ago
refactored code highlighting logic in paste model. More... about 16 years ago
removed parsers controller, views, and functional test. More... about 16 years ago
cleaned up show view and css. More... about 16 years ago
fixed highlighted text (now properly includes span tags). also update views and stylesheets to make sure highlighted text is display correctly. More... about 16 years ago
moved the logic that separates line numbers and code into the model. could still use some refactoring. More... about 16 years ago
added nokogiri gem for parsing of ultraviolet output. got basic separation of line numbers and code working (for yaml at least). still need to clean up (including getting correct css applied and moving logic into model. More... about 16 years ago
added theme stylesheets to rails public dir. also setup pastes show action to highlight the syntax. currently the theme is hard coded. More... about 16 years ago