- Blame now works
[viewsvn.git] / includes / svnlib.php
2007-04-09 Robert Sesek- Blame now works
2007-04-09 Robert SesekFixing log.php
2006-01-23 Robert SesekDead code stripping
2006-01-22 Robert SesekLots of documentation updates
2006-01-22 Robert Sesekdiff.php now runs without throwing errors, but it's...
2006-01-22 Robert Sesek- log.php now works and displays correctly
2006-01-22 Robert Sesek- Got blame.php to work
2006-01-22 Robert Seseks/count/sizeof/g
2006-01-22 Robert SesekMaking all classes that are subservient to Node_Control...
2006-01-22 Robert SesekMoving the type-specific classes from SVNCommon to...
2006-01-22 Robert SesekIn short:
2006-01-22 Robert SesekWe now can get the SVN binary to link
2006-01-13 Robert SesekMore refactoring. This time breaking up svnlib.php
2006-01-12 Robert SesekRandom pieces that don't work all quite yet. browse...
2006-01-09 Robert SesekChanging empty fetch_rev_(str|num)() calls to the cache...
2005-12-23 Robert Sesek- Change .list to .reposlist for the repository list
2005-12-23 Robert SesekWe need a + instead of * to match the revision strings
2005-12-23 Robert SesekFixed the parsing issues with format_log_message()
2005-12-23 Robert SesekChecking in not-working rev. maker
2005-12-23 Robert SesekAdded format_log_message() to SVNLib
2005-12-21 Robert SesekAccessing characters using {} in strings is deprecated...
2005-12-21 Robert SesekProperty deletions, modifications, and additions are...
2005-12-20 Robert SesekWe no longer break diff indicies
2005-12-20 Robert SesekGot most of the property stuff working
2005-12-19 Robert Sesekfetch_head_rev() now works well :)
2005-12-17 Robert SesekDon't return 'min' index on fetch_diff_extent()
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 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-09-11 Robert SesekIf we can't find an exact revision, find the next close...
2005-09-11 Robert SesekInclude the repository in the file changeset links
2005-09-11 Robert SesekShow colour file change blocks
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 SesekYet another escape fixer
2005-09-11 Robert SesekMake sure we keep our escaped chars intact
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 SesekAdopting the GPL
2005-09-11 Robert SesekRenaming diff CSS classes to make a bit more sense
2005-09-03 Robert SesekSplit the error seeker so we can have it in there as...
2005-09-01 Robert SesekAdd "R" to the list of valid stati in SVNLog::process()
2005-08-29 Robert SesekLots of inter-page link work; revision stuff is now...
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 SesekRevisions cache is created from logs cache, prevents...
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 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 Sesek- whitespace diff working
2005-08-28 Robert SesekBasic diff stuff is kind of working
2005-08-28 Robert SesekAdded more checks for svnlib::log() revision stuff
2005-08-28 Robert Sesek- added view.php
2005-08-28 Robert SesekBlame stuff is done
2005-08-27 Robert SesekDid base logging stuff
2005-08-27 Robert Sesek- browse.php basics in place
2005-08-27 Robert SesekChecking in inital code base