0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Obey filter in server graph view More... over 17 years ago
Fixed layout bug in graph when graph_remainder_mode=drop; fixed huge unnecessary database query in graph when graph_remainder_mode=keep or empty; added retrieval and storage of block size for files, in addition to file size; added cache for recursive file and block sizes; made web application use cache if possible; minor rendering improvement in graph; faster_nested_set now properly rewires parent association during inserts; added ETA output to file monitor for initial file retrieval phase; added documentation to earth-webapp.yml More... over 17 years ago
Improve appearance of and information in footer More... over 17 years ago
Improve appearance of and information in footer More... over 17 years ago
Enable keyword substitution for app/views/layouts/application.rhtml More... over 17 years ago
Show Subversion revision and last modified date in footer on each HTML page. Fixes #95 More... over 17 years ago
Using the new :dependent => :delete_cascade committed to the Rails directory previously More... over 17 years ago
Added debug output More... over 17 years ago
Patch for Rails that adds :dependent => :delete_cascade to has_many associations More... over 17 years ago
Committed the Rails patch from http://dev.rubyonrails.org/ticket/7309 More... over 17 years ago
Made tree nodes :dependent=>destroy; fixed a bug which would screw up left/right values when deleting a subtree; removed debug.log mistakenly put under version control More... over 17 years ago
Do not draw outer border for level 1 in graph if level 1 is empty More... over 17 years ago
Moved public/svg.css to public/stylesheets/svg.css and changed references in graph HTML pages More... over 17 years ago
Fix routing to allow hostnames containing hyphens; make minimum angle in graph configurable via earth-webapp.yml; introduce remainder_mode for graph to allow configuring handling of small leftover segments; improve tooltips in graph; add dividers to fading graph edge; factor out filtering condition code and use filtering in graph; make links between browser and graph preserve filtering; allow setting cached files in directory and use more efficient retrieval of files in graph controller; improve tooltips in graph; nicer layout for graph HTML page; hide empty directory option in graph HTML page More... over 17 years ago
Boo. My change broke the unit tests ... quickly reverting and will look into "why" this happens in a minute. More... over 17 years ago
Added graph view; added depth support to load_all_children in faster_nested_set; improved title for HTML pages; factored out breadcrumb trail and filters in browser view; added web application configuration file More... over 17 years ago
Removed MIME type CSV as it's now in vendor/rails/actionpack/lib/action_controller/mime_type.rb line 138. More... over 17 years ago
Change migration into using ruby migration rather than straight SQL More... over 17 years ago
Refactored views to use cycle (pretty!) More... over 17 years ago
Now the stats of the directories are spread across the update time to More... over 17 years ago
Removed unused inflector code More... over 17 years ago
We're at Rails 1.2.1 now More... over 17 years ago
Fixed ticket #99. Was giving the file count rather than the directory count More... over 17 years ago
The daemon should hog a lot less memory when it is running now as the More... over 17 years ago
Extracted the benchmarking code More... over 17 years ago
Removing accidentaly created directory More... over 17 years ago
Initial import. More... over 17 years ago
r13...@duck: matthewl | 2007-01-21 08:45:38 +1100 More... over 17 years ago
Shows how many directories the daemon is updating More... over 17 years ago
Added support for 'level' column recording the level in the tree to faster_nested_set, and changed directory model, model tests, and database schema to use that column More... over 17 years ago