~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/media/browser/listing.js

  • Committer: wagrant
  • Date: 2008-07-17 06:28:23 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:910
filebrowser_lib: Send the current revision along with the listing if we
                 are a revision browser.
browser: Link to the currently selected revision of each file.

I think we are now a useful (and fairly complete) revision browser.

Show diffs side-by-side

added added

removed removed

Lines of Context:
692
692
        {
693
693
            td = dom_make_link_elem("td", filename,
694
694
                 "Navigate to " + path_join(path, filename),
695
 
                 app_path(this_app, path, filename));
 
695
                 build_revision_url(path, filename, current_revision),
 
696
                 null, true);
696
697
        }
697
698
        else
698
699
        {