July 2010 Archives by thread
Starting: Fri Jul 2 23:16:25 EDT 2010
Ending: Sat Jul 31 14:54:37 EDT 2010
Messages: 167
- [basie-commits] [1909] pinax-browser: fixed SVN file content viewing when not a txt file, redundancy in rev# passing/fixing, SVN dir view returns changeset info
Misa Sakamoto
- [basie-commits] [1910] pinax-browser: Added template for directory view ( currently applies only to svn repositories, since the hg backend doesn' t return the necessary metadata yet).
Colin Morris
- [basie-commits] [1911] pinax-browser: Added Author, Date and Log to directory view for HG
Joseph Yeung
- [basie-commits] [1912] pinax-browser: added template for file view
Johan Harjono
- [basie-commits] [1913] pinax-browser: Fixes None error for HG views
Joseph Yeung
- [basie-commits] [1914] pinax-browser: added example for static files workaround
Johan Harjono
- [basie-commits] [1915] pinax-browser: Updated the svn directory view template to look good and have the functionality described in the mock-up .
"Noam Sutskever <noamsu at gmail.com>" at compsci.ca
- [basie-commits] [1916] pinax-browser: Change the way it determine a dir or file.
Joseph Yeung
- [basie-commits] [1917] pinax-browser: Better error handling for HG views
Joseph Yeung
- [basie-commits] [1918] pinax-browser: Hg Directory Template
Joseph Yeung
- [basie-commits] [1919] pinax-browser: Tried to refactor some aspects of the Hg backend to make its methods similar to the SVN backend where possible (including using self.rev for a number of methods, rather than having them take the revision number as an argument.
Colin Morris
- [basie-commits] [1920] pinax-browser: Fixed idiosyncratic return value of an hg backend function on error.
Colin Morris
- [basie-commits] [1921] pinax-browser: Added (explicit) access to the repository root.
Colin Morris
- [basie-commits] [1922] pinax-browser: Added date column to dir template
Colin Morris
- [basie-commits] [1923] pinax-browser: Added Metadata for HG directory: Using recursive might not be the most efficient way.
Joseph Yeung
- [basie-commits] [1924] pinax-browser: more work on file template
Johan Harjono
- [basie-commits] [1925] pinax-browser: specified body width in file view
Johan Harjono
- [basie-commits] [1926] pinax-browser: Added pygment syntax highlighting to file view
Johan Harjono
- [basie-commits] [1927] pinax-browser: Made syntax highlighting more robust.
Colin Morris
- [basie-commits] [1928] pinax-browser: Creates, imports and tears down svn for tests.
Todd Ritchie
- [basie-commits] [1929] pinax-browser: Added revision page mockup.
David Weber
- [basie-commits] [1930] pinax-browser: Added sketch of what revision page should look like; do not have time to fully implement this in HTML/JS at the moment
David Weber
- [basie-commits] [1931] pinax-browser: stubs and sample repo for the hg tests
Nikita Pchelin
- [basie-commits] [1932] pinax-browser: updating hg tests
Nikita Pchelin
- [basie-commits] [1933] pinax-browser: First silly unit test passes.
Todd Ritchie
- [basie-commits] [1934] pinax-browser: implemeted get_file test for kiln_wrapper
Nikita Pchelin
- [basie-commits] [1935] pinax-browser: kiln_wrapper get_dir test case implemented
Nikita Pchelin
- [basie-commits] [1936] pinax-browser: get_history now retrieves author and date information for revisions.
Joel Crocker
- [basie-commits] [1937] pinax-browser: Fixed url regex
Colin Morris
- [basie-commits] [1938] pinax-browser: Added some basic handling of SubversionExceptions to history view.
Joel Crocker
- [basie-commits] [1939] pinax-browser: fixes links in HG dir
Joseph Yeung
- [basie-commits] [1940] pinax-browser: tabbing issues in svn.py
Misa Sakamoto
- [basie-commits] [1941] pinax-browser: Fixed typo that broke svn history links, wrote constructor and comparison methods for SvnRevision, trimmed some silly error catching ( on the principle that Django tracebacks are more useful, and shorter, less deeply indented code is better
Colin Morris
- [basie-commits] [1942] pinax-browser: adding models to store repo and repo type information , and exposing the first one in django admin, adding initial_data fixture to load repo types on syncdb
Nikita Pchelin
- [basie-commits] [1943] pinax-browser: manage. py extension to manage repos in the database + some light changes to the repo and repotype models
Nikita Pchelin
- [basie-commits] [1944] pinax-browser: made fields unique and not null
Nikita Pchelin
- [basie-commits] [1945] pinax-browser: rstrip paths of the trailing slash for the repo location
Nikita Pchelin
- [basie-commits] [1946] pinax-browser: Added some skeletal base classes, and simplified the way that files and directories are fetched.
Colin Morris
- [basie-commits] [1947] pinax-browser: Ironed out asymmetries in how hg and svn repos get history, so that we can write a unified view for both.
Colin Morris
- [basie-commits] [1948] pinax-browser: Added the history template.
"Noam Sutskever <noamsu at gmail.com>" at compsci.ca
- [basie-commits] [1949] pinax-browser: Cleaned up template inheritance a bitand added subroutine for generating breadcrumb trail .
Colin Morris
- [basie-commits] [1950] pinax-browser: Fix comment to show as date.
Joseph Yeung
- [basie-commits] [1951] pinax-browser: Add Diff backend calls to hg.
Joseph Yeung
- [basie-commits] [1952] pinax-browser: added svn back-end for revision view
Misa Sakamoto
- [basie-commits] [1953] pinax-browser: changing tabs into spaces
Nikita Pchelin
- [basie-commits] [1954] pinax-browser: bug fix in revision view
Misa Sakamoto
- [basie-commits] [1955] pinax-browser: changing svn backend & frontend: repo info is now looked up from the db using url's repo slug.
Nikita Pchelin
- [basie-commits] [1956] pinax-browser: now it actually does a proper lookup
Nikita Pchelin
- [basie-commits] [1957] pinax-browser: turning off path checks temporarly
Nikita Pchelin
- [basie-commits] [1958] pinax-browser: moved svn specific code from base to svn.py, some error handling added
Misa Sakamoto
- [basie-commits] [1959] pinax-browser: fixing quirks in the url patterns for dir view with a revision parameter
Nikita Pchelin
- [basie-commits] [1960] pinax-browser: changes to allow HgRepo to look repositories from the database
Nikita Pchelin
- [basie-commits] [1961] pinax-browser: fixed a couple other links...
Misa Sakamoto
- [basie-commits] [1962] pinax-browser: sorry, didn't mean to commit repo_browser/urls.py
Misa Sakamoto
- [basie-commits] [1963] pinax-browser: added a template that gives repository overview
Nikita Pchelin
- [basie-commits] [1964] pinax-browser: making repo. py more intelligent and adding a view to list existing repositories
Nikita Pchelin
- [basie-commits] [1965] pinax-browser: updating failing tests
Nikita Pchelin
- [basie-commits] [1966] pinax-browser: Fixed problem with getting the history for specified revision ranges using the history page interface .
Joel Crocker
- [basie-commits] [1967] pinax-browser: Add download files
Joseph Yeung
- [basie-commits] [1968] pinax-browser: Added starter to revision view template
David Weber
- [basie-commits] [1969] pinax-browser: Revised to revision view template
David Weber
- [basie-commits] [1970] pinax-browser: Added get_diff which makes use of difflib rather than calls to diff.
Todd Ritchie
- [basie-commits] [1971] pinax-browser: Commented out HgTest for now since it' s currently broken now that settings.py for repos is deprecated
Todd Ritchie
- [basie-commits] [1972] pinax-browser: Fixed typo that was preventing temporary svn repo from being torn down properly .
Todd Ritchie
- [basie-commits] [1973] pinax-browser: Undoing commenting everything out.
Todd Ritchie
- [basie-commits] [1974] pinax-browser: Fixed typo, had differ when I meant diff
Todd Ritchie
- [basie-commits] [1975] pinax-browser: Add HgRevisions
Joseph Yeung
- [basie-commits] [1976] pinax-browser: Fix Hg revisions
Joseph Yeung
- [basie-commits] [1977] pinax-browser: Fix: raises an exception if contents has characters outside of ASCII range!
Joseph Yeung
- [basie-commits] [1978] pinax-browser: History template now shows current revision range.
Joel Crocker
- [basie-commits] [1979] pinax-browser: Moved some non-type-specific code into the base classes to reduce redundancy
Colin Morris
- [basie-commits] [1980] pinax-browser: reverting collin's changes
Nikita Pchelin
- [basie-commits] [1981] pinax-browser: fixing unicode issue for history
Nikita Pchelin
- [basie-commits] [1982] pinax-browser: link to the vcsbrowser on the main page
Nikita Pchelin
- [basie-commits] [1983] pinax-browser: adding a slash to the vcsbrowser link so it' s absolute to the root
Nikita Pchelin
- [basie-commits] [1984] pinax-browser: Recommitting changes without touching classify_paths
Colin Morris
- [basie-commits] [1985] pinax-browser: get_download for directory.
Joseph Yeung
- [basie-commits] [1986] pinax-browser: Remove History for subdirectories on HG
Joseph Yeung
- [basie-commits] [1987] pinax-browser: fixing history link for dirs, they /do/ need to appear for svn view.
Nikita Pchelin
- [basie-commits] [1988] pinax-browser: Fix URL for hg Revision.
Joseph Yeung
- [basie-commits] [1989] pinax-browser: 'is' shouldn't be used to test for equality ( it often happens to work, but doesn't always)
Colin Morris
- [basie-commits] [1990] pinax-browser: removing changeset from kiln_wrapper
Nikita Pchelin
- [basie-commits] [1991] pinax-browser: Fixed bug preventing history link from appearing on dir page.
Joel Crocker
- [basie-commits] [1992] pinax-browser: Code clean up for hg backend
Joseph Yeung
- [basie-commits] [1993] pinax-browser: Switched the history URL to use a #: # for specifying the revision parameters.
Joel Crocker
- [basie-commits] [1994] pinax-browser: Switched urlconf to use a slug variable for constructing the url patterns.
Joel Crocker
- [basie-commits] [1995] pinax-browser: Fixed diff implementation, added bare diff template
Colin Morris
- [basie-commits] [1996] pinax-browser: Forgot to add the template
Colin Morris
- [basie-commits] [1997] pinax-browser: Fix revision "join" error.
Joseph Yeung
- [basie-commits] [1998] pinax-browser: Changed all urls to follow the new revision parameter format.
Joel Crocker
- [basie-commits] [1999] pinax-browser: Fixed small typo in allowed revision characters variable, rev_chars.
Joel Crocker
- [basie-commits] [2000] pinax-browser: first screencast draft
Nikita Pchelin
- [basie-commits] [2001] pinax-browser: Color-coded side-by-side diff implementation
Colin Morris
- [basie-commits] [2002] pinax-browser: Added controls for changing diff range, set lines to wrap at 80 characters ( configurable with a query string parameter)
Colin Morris
- [basie-commits] [2003] pinax-browser: Fixed messy alignment in dir view
Johan Harjono
- [basie-commits] [2004] pinax-browser: Added borders; table header more pronounced
Johan Harjono
- [basie-commits] [2005] pinax-browser: Revision numbers are now links in the breadcrumb trail
Colin Morris
- [basie-commits] [2006] pinax-browser: pagination for the history page
Nikita Pchelin
- [basie-commits] [2007] pinax-browser: revision hashes in dir view now truncated
Johan Harjono
- [basie-commits] [2008] pinax-browser: paginations links on the bottom and on the top of the page, johan promissed to take care of the style :)
Nikita Pchelin
- [basie-commits] [2009] pinax-browser: revision numbers on the history page now link to the file view of the file at that revision
Nikita Pchelin
- [basie-commits] [2010] pinax-browser: Ad hoc dictionary stuff in view_source view was getting ugly.
Colin Morris
- [basie-commits] [2011] pinax-browser: adding source browser tab
Nikita Pchelin
- [basie-commits] [2012] pinax-browser: started styling history view, truncated hg hash in history view
Johan Harjono
- [basie-commits] [2013] pinax-browser: added missing truncation code for hg hash
Johan Harjono
- [basie-commits] [2014] pinax-browser: Simplified history view somewhat, using revision objects rather than dicts.
Colin Morris
- [basie-commits] [2015] pinax-browser: added revision links in dir view
Johan Harjono
- [basie-commits] [2016] pinax-browser: get_id can't be used for logic, since it returns an abbreviated id for hg revisions
Colin Morris
- [basie-commits] [2017] pinax-browser: Standardized the way dates are stored and displayed.
Colin Morris
- [basie-commits] [2018] pinax-browser: cleaning up hg.py: imports to the top of the file, formatting
Nikita Pchelin
- [basie-commits] [2019] pinax-browser: Added helper function for fetching a repo based on slug, to cut down on repetition in views
Colin Morris
- [basie-commits] [2020] pinax-browser: Fix hg revision for 'TIP"
Joseph Yeung
- [basie-commits] [2021] pinax-browser: Fix Revision bug
Joseph Yeung
- [basie-commits] [2022] pinax-browser: Buttons were still broken because they used old-style revision numbers.
Colin Morris
- [basie-commits] [2023] pinax-browser: styled File View to be more copy-paste friendly
Johan Harjono
- [basie-commits] [2024] pinax-browser: Fix Download URL
Joseph Yeung
- [basie-commits] [2025] pinax-browser: Added radio buttons to history view.
"Noam Sutskever <noamsu at gmail.com>" at compsci.ca
- [basie-commits] [2026] pinax-browser: Removed redundant parts of head revision RE ( thanks to Joel for pointing this out)
Colin Morris
- [basie-commits] [2027] pinax-browser: added more change actions to svn side for revision view, now uses a dictionary and not separate lists per action
Misa Sakamoto
- [basie-commits] [2027] pinax-browser: added more change actions to svn side for revision view, now uses a dictionary and not separate lists per action
misa.sakamoto at utoronto.ca
- [basie-commits] [2028] pinax-browser: added error handling for browse and revision
Misa Sakamoto
- [basie-commits] [2028] pinax-browser: added error handling for browse and revision
Joel Crocker
- [basie-commits] [2029] pinax-browser: Diff now accepts one or two parameters, and if the second is not given it uses HEAD as a label.
Todd Ritchie
- [basie-commits] [2030] pinax-browser: Made long comments in dir view and history view expandable with jQuery.
"Noam Sutskever <noamsu at gmail.com>" at compsci.ca
- [basie-commits] [2031] pinax-browser: primitive Revision View template is up and running
Johan Harjono
- [basie-commits] [2032] pinax-browser: fixed odd number alignment in File View; Added rev number field in Revision View metadata table
Johan Harjono
- [basie-commits] [2033] pinax-browser: Revision View: Added files now link to their corresponding File View
Johan Harjono
- [basie-commits] [2034] pinax-browser: minor wording/grammar changes to the screencast ( great job Nikita!)
Misa Sakamoto
- [basie-commits] [2035] pinax-browser: Removed Action column in Dir View; refactored styling to look ok on browser window with limited width
Johan Harjono
- [basie-commits] [2036] pinax-browser: Added option to get history and download file in File View
Johan Harjono
- [basie-commits] [2037] pinax-browser: Add rename and copied case to HG revision
Joseph Yeung
- [basie-commits] [2038] pinax-browser: Removed accessors and instead added attribute docstrings, in deference to overwhelmingly positive response to said option on the mailing list .
Colin Morris
- [basie-commits] [2039] pinax-browser: added horizontal scrollbar in File View for source codes over 80 chars long
Johan Harjono
- [basie-commits] [2040] pinax-browser: fixed css in File View so it does not mess with pinax elements
Johan Harjono
- [basie-commits] [2041] pinax-browser: fixed alignment in diff view; controls and diff table no longer squeeze together
Johan Harjono
- [basie-commits] [2042] pinax-browser: trying out Inconsolata font for better code viewing
Johan Harjono
- [basie-commits] [2043] pinax-browser: added link to download patch in diff view + hooked it up to the appropriate backend function
Johan Harjono
- [basie-commits] [2044] pinax-browser: fine-tuning the padding and shades in diff view in an attempt to de-uglify it
Johan Harjono
- [basie-commits] [2045] pinax-browser: Hg revision show hash instead of "Tip" for latest revision
Joseph Yeung
- [basie-commits] [2046] pinax-browser: added minimum width to file view re nikita' s suggestion
Johan Harjono
- [basie-commits] [2047] pinax-browser: some more error classes added, refining get_log error
Misa Sakamoto
- [basie-commits] [2048] pinax-browser: error handling for browse, history, and revision added -- hg side still needs work
Misa Sakamoto
- [basie-commits] [2049] pinax-browser: got rid of ambiguous ValueError in svn.py (and views. py where applicable), added error handling for download as well
Misa Sakamoto
- [basie-commits] [2050] pinax-browser: got rid of 'old' error types in hg.py
Misa Sakamoto
- [basie-commits] [2051] pinax-browser: replaced asserts for errors with actual errors
Misa Sakamoto
- [basie-commits] [2052] pinax-browser: First draft of the feature list.
Todd Ritchie
- [basie-commits] [2053] pinax-browser: took out check of path existing at start rev for history
Misa Sakamoto
- [basie-commits] [2054] pinax-browser: fixed file view to yield maximum space for source code
Johan Harjono
- [basie-commits] [2055] pinax-browser: updating screencast to match what we can actually show + reordering
Nikita Pchelin
- [basie-commits] [2056] pinax-browser: added simple 404 error page templates
Johan Harjono
- [basie-commits] [2057] pinax-browser: removed temporary testing stub from urls
Johan Harjono
- [basie-commits] [2058] pinax-browser: Add download patch
Joseph Yeung
- [basie-commits] [2059] pinax-browser: Switched history's url to use multiple patterns.
Joel Crocker
- [basie-commits] [2060] pinax-browser: fixed revision page for hg, rewrote revision view to be less tortuous, added a simple class for changed paths to simplify things, added additional categories (renamed, copied, replaced) to revision page.
Colin Morris
- [basie-commits] [2061] pinax-browser: First version of directory diff for hg backend.
Joseph Yeung
- [basie-commits] [2062] pinax-browser: Fixed some css issues.
"Noam Sutskever <noamsu at gmail.com>" at compsci.ca
Last message date:
Sat Jul 31 14:54:37 EDT 2010
Archived on: Sat Jul 31 14:54:40 EDT 2010
This archive was generated by
Pipermail 0.09 (Mailman edition).