Adding language settings to config.php so that people can control the language output...
[viewsvn.git] / browse.php
2007-04-23 Robert SesekStarting to use the peg-revision system so we can actua...
2007-04-21 Robert SesekThis is now a Blue Static project, so remove the Iris...
2007-04-21 Robert SesekAdding links in browse.php and view.php to view the...
2007-04-10 Robert SesekAdd the link for the log on browse.php
2007-04-09 Robert Sesek- Making it so the last component in ConstructNavbar...
2007-04-09 Robert SesekWe now can get revision information:
2007-04-09 Robert SesekProperties now work:
2007-04-09 Robert SesekDefining SVN constants in the files we've finished...
2007-04-09 Robert SesekFixing the browser (mostly)
2006-01-23 Robert SesekProperties are now shown on view.php and browse.php
2006-01-23 Robert SesekWe're not supposed to use curly braces to access chars...
2006-01-23 Robert SesekDead comment stripping
2006-01-22 Robert SesekSwitching over to the contextual revision number
2006-01-22 Robert SesekDon't specify a revision range in browse.php diff to...
2006-01-22 Robert SesekOnly show the diff to PREV under the right circumstances
2006-01-22 Robert SesekFixed diff to PREV link
2006-01-22 Robert SesekMaking all classes that are subservient to Node_Control...
2006-01-22 Robert SesekDon't need the second and third arguments for the log...
2006-01-22 Robert SesekGot the browse.php navbar working
2006-01-22 Robert SesekWhitespace OCD
2006-01-22 Robert SesekIn short:
2006-01-22 Robert SesekMigrating stuff from Paths to Node_Controller
2006-01-22 Robert SesekI really hate all of this crappy code
2006-01-22 Robert Sesekbrowse.php now works without throwing PHP errors
2006-01-12 Robert SesekUse $latest to get the revision information
2006-01-12 Robert SesekGetting things back on track in browse.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...
2006-01-09 Robert SesekMigrating the three *very* important variables into...
2005-12-23 Robert SesekAdded format_log_message() to SVNLib
2005-09-12 Robert SesekTypo fix
2005-09-12 Robert SesekSanitize the browse.php message
2005-09-11 Robert SesekShow revision information on browse.php
2005-09-11 Robert SesekAdopting the GPL
2005-09-10 Robert SesekStyling the browsing system
2005-09-03 Robert SesekChange log.php to view.php for regular files 1.0.0-a1
2005-09-01 Robert SesekRemoving @$viewsvn->in
2005-09-01 Robert SesekCache templates
2005-09-01 Robert SesekExtracted HTML from files and into templates
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 SesekAdding some helpful links, more still to come
2005-08-28 Robert Sesek- added diff.php
2005-08-28 Robert SesekPass revision numbers along
2005-08-27 Robert SesekBreadcrumb system working
2005-08-27 Robert SesekOnly show "up one level" if we're not at the root path
2005-08-27 Robert Sesek- browse.php basics in place
2005-08-27 Robert SesekPath parser is done