viewsvn.git
2005-12-17 Robert SesekRemoving commented-out debug code and deprecated fetch_...
2005-12-17 Robert SesekChecking in experimental diff system that's been rewritten
2005-12-09 Robert SesekDon't need to convert slashes into anything special
2005-12-02 Robert SesekLocalizing files
2005-12-02 Robert SesekLoad the localization module
2005-12-02 Robert SesekInstead of passing 0 as the high revision in fetch_logs...
2005-12-02 Robert Sesekisdir() should use fetch_rev_num() instead of HEAD
2005-12-02 Robert SesekUse the @REV method rather than -rREV
2005-12-02 Robert SesekDebug all comannds through the interface
2005-12-02 Robert SesekUse E_ALL & ~E_NOTICE
2005-12-02 Robert SesekMake ViewSVN use ISSO2
2005-12-02 Robert Sesek- get view link to work for files
2005-11-03 Robert SesekReverse the way the conditional works for the view...
2005-10-08 Robert SesekSort the repository list alphabetically
2005-09-12 Robert SesekPut the jumper in a <table> ugh; stupid CSS
2005-09-12 Robert SesekOnly show the chooser if we have the $show[] right
2005-09-12 Robert SesekTypo fix
2005-09-12 Robert SesekSanitize the browse.php message
2005-09-12 Robert Sesek- added header
2005-09-11 Robert SesekNeed to allow overriding of $low in viewsvn::paths...
2005-09-11 Robert SesekIf we can't find an exact revision, find the next close...
2005-09-11 Robert SesekDon't allow revision ranges; use HEAD
2005-09-11 Robert SesekFull changeset link is now right
2005-09-11 Robert SesekClean the view.tpl log message
2005-09-11 Robert SesekInclude the repository in the file changeset links
2005-09-11 Robert SesekWe have to use viewsvn::paths::isdir() but we'll silence it
2005-09-11 Robert SesekDon't use viewsvn::paths::isdir() to construct the...
2005-09-11 Robert SesekAdded backtrace
2005-09-11 Robert SesekShow colour file change blocks
2005-09-11 Robert SesekFix the full changeset link
2005-09-11 Robert SesekClean diff log message
2005-09-11 Robert Sesek- fixing broken <a> tags, made them closing ones
2005-09-11 Robert SesekMake all breadcrumb bits links
2005-09-11 Robert SesekShow log information on diffs
2005-09-11 Robert SesekWe only need to watch for 3 lines of indexes, not 5
2005-09-11 Robert SesekWe can now handle inline diffs that span multiple lines...
2005-09-11 Robert SesekFix display in IE6 where the line number boxes wouldn...
2005-09-11 Robert SesekYet another escape fixer
2005-09-11 Robert SesekMake sure we keep our escaped chars intact
2005-09-11 Robert SesekDidn't convert this mis-spelled path
2005-09-11 Robert SesekRemoving hard-coded /viewsvn/ path
2005-09-11 Robert SesekShow revision information on browse.php
2005-09-11 Robert SesekSplit the magical inline tags so we don't parse them...
2005-09-11 Robert SesekEnable word wrapping
2005-09-11 Robert SesekMoving links to the navbar
2005-09-11 Robert SesekMoved control links to be down with the navbar
2005-09-11 Robert SesekColour .head links white
2005-09-11 Robert SesekRemoving unused nodelist style
2005-09-11 Robert SesekChanging header gradient
2005-09-11 Robert SesekAdopting the GPL
2005-09-11 Robert SesekChange the border width for the header so we get the...
2005-09-11 Robert SesekRenaming diff CSS classes to make a bit more sense
2005-09-11 Robert SesekConverting values to rgb()
2005-09-11 Robert SesekStyle to diff system
2005-09-11 Robert Sesek- added main.css
2005-09-11 Robert SesekStyling blame system
2005-09-11 Robert SesekClosing the <a> tag
2005-09-11 Robert Sesek- styled log page
2005-09-10 Robert SesekStyling the browsing system
2005-09-10 Robert SesekNeed /viewsvn/ in the path so we can find our style...
2005-09-10 Robert SesekApplying style to index.tpl; created main css
2005-09-10 Robert SesekAdding body elements
2005-09-10 Robert SesekForgot to send headinclude.tpl
2005-09-10 Robert SesekAdding header, footer, doctype, and headinclude templat...
2005-09-10 Robert SesekConverting inline diff bits to be CSS classes
2005-09-03 Robert SesekSplit the error seeker so we can have it in there as...
2005-09-03 Robert SesekChange log.php to view.php for regular files 1.0.0-a1
2005-09-03 Robert SesekWrong package... woops
2005-09-01 Robert SesekRemoving @$viewsvn->in
2005-09-01 Robert SesekCache templates
2005-09-01 Robert SesekRemoved instance of @$viewsvn->in
2005-09-01 Robert SesekAdd "R" to the list of valid stati in SVNLog::process()
2005-09-01 Robert SesekExtracted HTML from files and into templates
2005-08-29 Robert SesekAllow disabling of path::parse
2005-08-29 Robert SesekMoving definitions of common variables to global.php
2005-08-29 Robert Sesekdiff to HEAD only if we're not on HEAD
2005-08-29 Robert SesekFixing diff to PREV link
2005-08-29 Robert SesekLots of inter-page link work; revision stuff is now...
2005-08-28 Robert SesekFixed parse error, which didn't show because we silenced it
2005-08-28 Robert SesekOnly show view.php link if !isdir()
2005-08-28 Robert Seseksvnlib::common::isdir() speed up
2005-08-28 Robert Sesek- silence cat call in svnlib::common::isdir
2005-08-28 Robert SesekAdding some helpful links, more still to come
2005-08-28 Robert SesekRevisions cache is created from logs cache, prevents...
2005-08-28 Robert SesekNow show changed files on browse.php
2005-08-28 Robert SesekChanging the error occurence system
2005-08-28 Robert SesekLogs now have changed files
2005-08-28 Robert Sesek- added diff.php
2005-08-28 Robert SesekGot cat working with old revisions
2005-08-28 Robert SesekTrigger an error on matching error info
2005-08-28 Robert SesekBasic SVNCommon lib setup
2005-08-28 Robert SesekNew testing data
2005-08-28 Robert SesekAdded multi file support in diffs
2005-08-28 Robert SesekFinished advanced diff system
2005-08-28 Robert SesekGot the advanced diff finally working now?
2005-08-28 Robert SesekFix for advanced add display in diff
2005-08-28 Robert SesekAdvanced diff data is done
2005-08-28 Robert SesekTurn off E_ANNOYING.. er E_NOTICE
2005-08-28 Robert Sesek- whitespace diff working
2005-08-28 Robert SesekBasic diff stuff is kind of working
next