viewsvn.git
2007-08-02 Robert SesekAdding language settings to config.php so that people... master origin
2007-05-07 Robert SesekAdding the INSTALLING file 1.0.0-b1
2007-05-07 Robert Sesekincludes/config.php.new: We're hypocritical in our...
2007-05-01 Robert SesekDon't use peg-revision with "svn cat" in view.php
2007-04-23 Robert SesekIn Revision::_fetchRevisionInfo() we can't use "svn...
2007-04-23 Robert SesekStarting to use the peg-revision system so we can actua...
2007-04-23 Robert SesekAdding support for properties to be the only change...
2007-04-23 Robert Sesek- Rewrote the Diff class to be much more easy-to-read...
2007-04-22 Robert SesekIn our "go to head" link in view.php, we want to use...
2007-04-22 Robert SesekIf a log wasn't more than 20 items nothing would show up
2007-04-22 Robert SesekAdded a link to the log lon view.php
2007-04-21 Robert SesekWe also need to change the paths to files in the templa...
2007-04-21 Robert SesekWe need to remove the usage of the template directory...
2007-04-21 Robert SesekPart 2 of 2: Removing the default/ folder because we...
2007-04-21 Robert SesekPart 1 of 2: Moving templates out of the default/ folde...
2007-04-21 Robert SesekRemoving the docs/ directory because we really no longe...
2007-04-21 Robert SesekThis is now a Blue Static project, so remove the Iris...
2007-04-21 Robert SesekInstead of using the revision argument in log.php to...
2007-04-21 Robert SesekWe now paginate log.php so we dont' flood the browser...
2007-04-21 Robert SesekWe now have the high revision link working on diff.php
2007-04-21 Robert SesekAdding links in browse.php and view.php to view the...
2007-04-16 Robert SesekMerging the updates from the GeSHi vendor to the trunk
2007-04-10 Robert SesekRepository can now take in an array of repositories...
2007-04-10 Robert SesekWe no longer need a database to run ViewSVN
2007-04-10 Robert SesekIn footer.tpl, Blue Static is the copyright holder...
2007-04-10 Robert Sesek- In Revision::getRevisionInfo(), we want to use the...
2007-04-10 Robert SesekAdd the link for the log on browse.php
2007-04-10 Robert SesekWe forgot to add includes/class_libsvn.php which makes...
2007-04-09 Robert SesekForgot to add the webpath in blame.tpl
2007-04-09 Robert Sesek- Blame now works
2007-04-09 Robert SesekWe don't need the -v option in the log command because...
2007-04-09 Robert SesekFixing log.php
2007-04-09 Robert SesekWe can get rid of update.sh.php too...
2007-04-09 Robert SesekWe can remove rebuild.sh.php because we no longer do...
2007-04-09 Robert SesekWe don't need to load the database because we no longer...
2007-04-09 Robert SesekRemoving a whole bunch of old files and classes that...
2007-04-09 Robert Sesek- Making it so the last component in ConstructNavbar...
2007-04-09 Robert SesekClean up ConstructNavbar() so we don't have to make...
2007-04-09 Robert SesekWe now can get revision information:
2007-04-09 Robert SesekProperties now work:
2007-04-09 Robert SesekUpdating view.php to work
2007-04-09 Robert SesekDefining SVN constants in the files we've finished...
2007-04-09 Robert SesekFixed the repository jump selector
2007-04-09 Robert SesekAdded a link to the root of the repository in Construct...
2007-04-09 Robert SesekFixing the browser (mostly)
2007-04-09 Robert SesekWe now have a working index.php again:
2007-04-09 Robert SesekAdding .htaccess to do some URL rewriting
2006-04-30 Robert SesekImplementing getSvnPath() pre-php5
2006-04-30 Robert SesekFixes for ApplicationController
2006-04-30 Robert SesekAdding a separate config file
2006-04-30 Robert SesekStarting work on ApplicationController
2006-04-24 Robert SesekRemove the arraytest from the suite
2006-04-24 Robert SesekI think I've finished the unit tests for AppController
2006-04-24 Robert SesekRemove the CLI printer
2006-04-24 Robert SesekAdding empty class file so that the test doesn't die
2006-04-23 Robert SesekRenaming the test file
2006-04-23 Robert SesekA few cleanup of the old setup tests
2006-04-23 Robert SesekAdding PHPUnit tests
2006-04-23 Robert SesekMerging updated GeSHi code for 1.0.7.9 updates
2006-04-23 Robert SesekLots of brokenness pre-node-objects
2006-04-23 Robert SesekChange the path for the ISSO kernel
2006-04-23 Robert SesekDon't need the path to ISSO anymore
2006-04-23 Robert SesekAdding externals framework
2006-02-20 Robert SesekRemove the looping
2006-02-20 Robert SesekAdding an aggregate updater script
2006-02-06 Robert SesekNeed to add a "px"
2006-01-28 Robert SesekUpdating GeSHi to latest version, 1.0.7.6
2006-01-28 Robert SesekSelect the right repository in the selection list
2006-01-28 Robert SesekStop printing out that stupid debug info
2006-01-28 Robert SesekTrying to fix the problem where if the cache is built...
2006-01-28 Robert SesekDon't add a path on the full changeset link
2006-01-25 Robert SesekChange access of paths to a static method
2006-01-23 Robert SesekNeed to check for the 'c' prefix here
2006-01-23 Robert SesekAllow individual queries for cacheV::build() so we...
2006-01-23 Robert SesekAdded command-line rebuilder. This needs some security.
2006-01-23 Robert SesekPrefix the cache tables with a "c" so we don't get...
2006-01-23 Robert SesekProperties are now shown on view.php and browse.php
2006-01-23 Robert Sesek- We can now get properties on /
2006-01-23 Robert SesekRevision ranges aren't allowed for info and proplist...
2006-01-23 Robert SesekUnserialize properties
2006-01-23 Robert SesekDead code stripping
2006-01-23 Robert SesekDead code stripping
2006-01-23 Robert SesekNeed to make sure we aren't dealing with the string...
2006-01-23 Robert SesekMake the width nice and small
2006-01-23 Robert SesekWe're not supposed to use curly braces to access chars...
2006-01-23 Robert SesekMaking some fields private
2006-01-23 Robert SesekDead comment stripping
2006-01-22 Robert SesekNavbar is kind of working...
2006-01-22 Robert SesekRemoving this line was a not a Good Thing(tm)
2006-01-22 Robert SesekPath types no more!
2006-01-22 Robert SesekLots of documentation updates
2006-01-22 Robert SesekSwitching over to the contextual revision number
2006-01-22 Robert SesekAdd contextual revision number which should be used...
2006-01-22 Robert Sesekview.php improvements
2006-01-22 Robert SesekRemove the extra link parts
2006-01-22 Robert SesekAdd support for single revision number passing
2006-01-22 Robert SesekChange build() to change an empty node name with /
2006-01-22 Robert SesekDon't use fetch_node_string() as it's evil
2006-01-22 Robert SesekRemoving more extra path parts
2006-01-22 Robert SesekRemove the extra path part
next