viewsvn.git
16 years agoAdding language settings to config.php so that people can control the language output... master origin
Robert Sesek [Thu, 2 Aug 2007 23:14:41 +0000 (23:14 +0000)]
Adding language settings to config.php so that people can control the language output of their repository viewer

16 years agoAdding the INSTALLING file 1.0.0-b1
Robert Sesek [Mon, 7 May 2007 00:35:52 +0000 (00:35 +0000)]
Adding the INSTALLING file

16 years agoincludes/config.php.new: We're hypocritical in our description of the webpath directi...
Robert Sesek [Mon, 7 May 2007 00:30:52 +0000 (00:30 +0000)]
includes/config.php.new: We're hypocritical in our description of the webpath directive because we put a trailing slash in or example but tell people not to

16 years agoDon't use peg-revision with "svn cat" in view.php
Robert Sesek [Tue, 1 May 2007 01:07:11 +0000 (01:07 +0000)]
Don't use peg-revision with "svn cat" in view.php

17 years agoIn Revision::_fetchRevisionInfo() we can't use "svn info" for some reason because...
Robert Sesek [Mon, 23 Apr 2007 04:13:58 +0000 (04:13 +0000)]
In Revision::_fetchRevisionInfo() we can't use "svn info" for some reason because it tends to be stupid and annoying (it doesn't return the right revision, etc.) so we might as well just use "svn log" and limit 1 to get the same thing, but better... at some point I'll also combine it with Revision::getRevisionInfo()

17 years agoStarting to use the peg-revision system so we can actually travel back through time
Robert Sesek [Mon, 23 Apr 2007 00:49:15 +0000 (00:49 +0000)]
Starting to use the peg-revision system so we can actually travel back through time

17 years agoAdding support for properties to be the only change in a diff
Robert Sesek [Mon, 23 Apr 2007 00:29:16 +0000 (00:29 +0000)]
Adding support for properties to be the only change in a diff

17 years ago- Rewrote the Diff class to be much more easy-to-read and extend
Robert Sesek [Mon, 23 Apr 2007 00:19:34 +0000 (00:19 +0000)]
- Rewrote the Diff class to be much more easy-to-read and extend
- Cleaned up diff.php

17 years agoIn our "go to head" link in view.php, we want to use view and not browse as the action
Robert Sesek [Sun, 22 Apr 2007 06:03:05 +0000 (06:03 +0000)]
In our "go to head" link in view.php, we want to use view and not browse as the action

17 years agoIf a log wasn't more than 20 items nothing would show up
Robert Sesek [Sun, 22 Apr 2007 05:52:30 +0000 (05:52 +0000)]
If a log wasn't more than 20 items nothing would show up

17 years agoAdded a link to the log lon view.php
Robert Sesek [Sun, 22 Apr 2007 05:41:41 +0000 (05:41 +0000)]
Added a link to the log lon view.php

17 years agoWe also need to change the paths to files in the templates because we no longer have...
Robert Sesek [Sat, 21 Apr 2007 21:43:39 +0000 (21:43 +0000)]
We also need to change the paths to files in the templates because we no longer have templates/default/ just templates/

17 years agoWe need to remove the usage of the template directory in includes/init.php and remove...
Robert Sesek [Sat, 21 Apr 2007 21:41:13 +0000 (21:41 +0000)]
We need to remove the usage of the template directory in includes/init.php and remove the config option

17 years agoPart 2 of 2: Removing the default/ folder because we no longer have anything in it
Robert Sesek [Sat, 21 Apr 2007 21:39:10 +0000 (21:39 +0000)]
Part 2 of 2: Removing the default/ folder because we no longer have anything in it

17 years agoPart 1 of 2: Moving templates out of the default/ folder because we no longer are...
Robert Sesek [Sat, 21 Apr 2007 21:38:24 +0000 (21:38 +0000)]
Part 1 of 2: Moving templates out of the default/ folder because we no longer are using this concept of "styles"

17 years agoRemoving the docs/ directory because we really no longer need it for anything
Robert Sesek [Sat, 21 Apr 2007 21:36:22 +0000 (21:36 +0000)]
Removing the docs/ directory because we really no longer need it for anything

17 years agoThis is now a Blue Static project, so remove the Iris Studios references
Robert Sesek [Sat, 21 Apr 2007 21:31:58 +0000 (21:31 +0000)]
This is now a Blue Static project, so remove the Iris Studios references

17 years agoInstead of using the revision argument in log.php to hold the page number, just tack...
Robert Sesek [Sat, 21 Apr 2007 21:30:22 +0000 (21:30 +0000)]
Instead of using the revision argument in log.php to hold the page number, just tack on a GET paramater

17 years agoWe now paginate log.php so we dont' flood the browser with log information
Robert Sesek [Sat, 21 Apr 2007 21:21:57 +0000 (21:21 +0000)]
We now paginate log.php so we dont' flood the browser with log information

17 years agoWe now have the high revision link working on diff.php
Robert Sesek [Sat, 21 Apr 2007 18:28:11 +0000 (18:28 +0000)]
We now have the high revision link working on diff.php

17 years agoAdding links in browse.php and view.php to view the changes and go to the head revisi...
Robert Sesek [Sat, 21 Apr 2007 18:24:37 +0000 (18:24 +0000)]
Adding links in browse.php and view.php to view the changes and go to the head revision (if not already at it) to make browsing slightly easier

17 years agoMerging the updates from the GeSHi vendor to the trunk
Robert Sesek [Mon, 16 Apr 2007 05:34:54 +0000 (05:34 +0000)]
Merging the updates from the GeSHi vendor to the trunk

17 years agoRepository can now take in an array of repositories to include to explicitly allow...
Robert Sesek [Tue, 10 Apr 2007 05:27:14 +0000 (05:27 +0000)]
Repository can now take in an array of repositories to include to explicitly allow only certain repositories in a container path

17 years agoWe no longer need a database to run ViewSVN
Robert Sesek [Tue, 10 Apr 2007 03:58:04 +0000 (03:58 +0000)]
We no longer need a database to run ViewSVN

17 years agoIn footer.tpl, Blue Static is the copyright holder, not Iris Studios...
Robert Sesek [Tue, 10 Apr 2007 03:53:02 +0000 (03:53 +0000)]
In footer.tpl, Blue Static is the copyright holder, not Iris Studios...

17 years ago- In Revision::getRevisionInfo(), we want to use the verbose option for our call...
Robert Sesek [Tue, 10 Apr 2007 03:50:35 +0000 (03:50 +0000)]
- In Revision::getRevisionInfo(), we want to use the verbose option for our call to log so we can get file changes
- Added ConstructFileChanges()
- Adding includes/class_diff.php to parse diffs... I want to rewrite this because it's fugly code
- Rudimentary diff now works

17 years agoAdd the link for the log on browse.php
Robert Sesek [Tue, 10 Apr 2007 02:23:14 +0000 (02:23 +0000)]
Add the link for the log on browse.php

17 years agoWe forgot to add includes/class_libsvn.php which makes all those previous commits...
Robert Sesek [Tue, 10 Apr 2007 01:38:18 +0000 (01:38 +0000)]
We forgot to add includes/class_libsvn.php which makes all those previous commits pretty useless...

17 years agoForgot to add the webpath in blame.tpl
Robert Sesek [Mon, 9 Apr 2007 06:43:36 +0000 (06:43 +0000)]
Forgot to add the webpath in blame.tpl

17 years ago- Blame now works
Robert Sesek [Mon, 9 Apr 2007 06:42:09 +0000 (06:42 +0000)]
- Blame now works
- Added FormatCode() and it's helper _FormatSpaces()

17 years agoWe don't need the -v option in the log command because we don't display the changed...
Robert Sesek [Mon, 9 Apr 2007 06:28:46 +0000 (06:28 +0000)]
We don't need the -v option in the log command because we don't display the changed files on log.php

17 years agoFixing log.php
Robert Sesek [Mon, 9 Apr 2007 06:28:02 +0000 (06:28 +0000)]
Fixing log.php

17 years agoWe can get rid of update.sh.php too...
Robert Sesek [Mon, 9 Apr 2007 05:53:26 +0000 (05:53 +0000)]
We can get rid of update.sh.php too...

17 years agoWe can remove rebuild.sh.php because we no longer do the database thing
Robert Sesek [Mon, 9 Apr 2007 05:52:53 +0000 (05:52 +0000)]
We can remove rebuild.sh.php because we no longer do the database thing

17 years agoWe don't need to load the database because we no longer use it and I don't think...
Robert Sesek [Mon, 9 Apr 2007 05:49:50 +0000 (05:49 +0000)]
We don't need to load the database because we no longer use it and I don't think we will...

17 years agoRemoving a whole bunch of old files and classes that we no longer need because we...
Robert Sesek [Mon, 9 Apr 2007 05:49:02 +0000 (05:49 +0000)]
Removing a whole bunch of old files and classes that we no longer need because we've simplified the way ViewSVN operates

17 years ago- Making it so the last component in ConstructNavbar() doesn't work as a link
Robert Sesek [Mon, 9 Apr 2007 05:35:03 +0000 (05:35 +0000)]
- Making it so the last component in ConstructNavbar() doesn't work as a link
- Making ConstructNavbar() carry over revisions
- Added ConstructLink()

17 years agoClean up ConstructNavbar() so we don't have to make repeated calls to BSRegister...
Robert Sesek [Mon, 9 Apr 2007 05:24:18 +0000 (05:24 +0000)]
Clean up ConstructNavbar() so we don't have to make repeated calls to BSRegister::Get()

17 years agoWe now can get revision information:
Robert Sesek [Mon, 9 Apr 2007 05:22:05 +0000 (05:22 +0000)]
We now can get revision information:
- Added Revision::getRevisionInfo()
- Revision now takes an optional subpath, which allows us to find the most recent change revision
- Added FormatLogMessage()
- Added FormatSvnDate()

17 years agoProperties now work:
Robert Sesek [Mon, 9 Apr 2007 04:48:58 +0000 (04:48 +0000)]
Properties now work:
- Added Revision::getPropsForPath()
- Added FormatPropList() to format a property array

17 years agoUpdating view.php to work
Robert Sesek [Mon, 9 Apr 2007 04:29:03 +0000 (04:29 +0000)]
Updating view.php to work

17 years agoDefining SVN constants in the files we've finished updating
Robert Sesek [Mon, 9 Apr 2007 04:20:35 +0000 (04:20 +0000)]
Defining SVN constants in the files we've finished updating

17 years agoFixed the repository jump selector
Robert Sesek [Mon, 9 Apr 2007 04:17:36 +0000 (04:17 +0000)]
Fixed the repository jump selector

17 years agoAdded a link to the root of the repository in ConstructNavbar()
Robert Sesek [Mon, 9 Apr 2007 04:01:47 +0000 (04:01 +0000)]
Added a link to the root of the repository in ConstructNavbar()

17 years agoFixing the browser (mostly)
Robert Sesek [Mon, 9 Apr 2007 02:14:50 +0000 (02:14 +0000)]
Fixing the browser (mostly)

17 years agoWe now have a working index.php again:
Robert Sesek [Mon, 9 Apr 2007 00:24:01 +0000 (00:24 +0000)]
We now have a working index.php again:
- Switched to ISSO3 trunk
- Starting to migrate to PHP5-native code

17 years agoAdding .htaccess to do some URL rewriting
Robert Sesek [Mon, 9 Apr 2007 00:02:40 +0000 (00:02 +0000)]
Adding .htaccess to do some URL rewriting

17 years agoImplementing getSvnPath() pre-php5
Robert Sesek [Sun, 30 Apr 2006 22:48:40 +0000 (22:48 +0000)]
Implementing getSvnPath()

17 years agoFixes for ApplicationController
Robert Sesek [Sun, 30 Apr 2006 22:46:07 +0000 (22:46 +0000)]
Fixes for ApplicationController

17 years agoAdding a separate config file
Robert Sesek [Sun, 30 Apr 2006 22:32:32 +0000 (22:32 +0000)]
Adding a separate config file

17 years agoStarting work on ApplicationController
Robert Sesek [Sun, 30 Apr 2006 22:30:13 +0000 (22:30 +0000)]
Starting work on ApplicationController

17 years agoRemove the arraytest from the suite
Robert Sesek [Mon, 24 Apr 2006 07:12:44 +0000 (07:12 +0000)]
Remove the arraytest from the suite

17 years agoI think I've finished the unit tests for AppController
Robert Sesek [Mon, 24 Apr 2006 07:11:10 +0000 (07:11 +0000)]
I think I've finished the unit tests for AppController

17 years agoRemove the CLI printer
Robert Sesek [Mon, 24 Apr 2006 06:48:00 +0000 (06:48 +0000)]
Remove the CLI printer

18 years agoAdding empty class file so that the test doesn't die
Robert Sesek [Mon, 24 Apr 2006 00:55:00 +0000 (00:55 +0000)]
Adding empty class file so that the test doesn't die

18 years agoRenaming the test file
Robert Sesek [Sun, 23 Apr 2006 23:40:15 +0000 (23:40 +0000)]
Renaming the test file

18 years agoA few cleanup of the old setup tests
Robert Sesek [Sun, 23 Apr 2006 23:37:32 +0000 (23:37 +0000)]
A few cleanup of the old setup tests

18 years agoAdding PHPUnit tests
Robert Sesek [Sun, 23 Apr 2006 23:34:18 +0000 (23:34 +0000)]
Adding PHPUnit tests

18 years agoMerging updated GeSHi code for 1.0.7.9 updates
Robert Sesek [Sun, 23 Apr 2006 21:35:01 +0000 (21:35 +0000)]
Merging updated GeSHi code for 1.0.7.9 updates

18 years agoLots of brokenness pre-node-objects
Robert Sesek [Sun, 23 Apr 2006 20:54:19 +0000 (20:54 +0000)]
Lots of brokenness

18 years agoChange the path for the ISSO kernel
Robert Sesek [Sun, 23 Apr 2006 20:22:36 +0000 (20:22 +0000)]
Change the path for the ISSO kernel

18 years agoDon't need the path to ISSO anymore
Robert Sesek [Sun, 23 Apr 2006 20:21:41 +0000 (20:21 +0000)]
Don't need the path to ISSO anymore

18 years agoAdding externals framework
Robert Sesek [Sun, 23 Apr 2006 20:21:21 +0000 (20:21 +0000)]
Adding externals framework

18 years agoRemove the looping
Robert Sesek [Mon, 20 Feb 2006 20:51:20 +0000 (20:51 +0000)]
Remove the looping

18 years agoAdding an aggregate updater script
Robert Sesek [Mon, 20 Feb 2006 20:45:23 +0000 (20:45 +0000)]
Adding an aggregate updater script

18 years agoNeed to add a "px"
Robert Sesek [Mon, 6 Feb 2006 02:27:14 +0000 (02:27 +0000)]
Need to add a "px"

18 years agoUpdating GeSHi to latest version, 1.0.7.6
Robert Sesek [Sat, 28 Jan 2006 22:28:21 +0000 (22:28 +0000)]
Updating GeSHi to latest version, 1.0.7.6

18 years agoSelect the right repository in the selection list
Robert Sesek [Sat, 28 Jan 2006 21:53:29 +0000 (21:53 +0000)]
Select the right repository in the selection list

18 years agoStop printing out that stupid debug info
Robert Sesek [Sat, 28 Jan 2006 21:01:52 +0000 (21:01 +0000)]
Stop printing out that stupid debug info

18 years agoTrying to fix the problem where if the cache is built up, then until you refresh...
Robert Sesek [Sat, 28 Jan 2006 20:55:23 +0000 (20:55 +0000)]
Trying to fix the problem where if the cache is built up, then until you refresh, the old data is still displayed

18 years agoDon't add a path on the full changeset link
Robert Sesek [Sat, 28 Jan 2006 19:32:37 +0000 (19:32 +0000)]
Don't add a path on the full changeset link

18 years agoChange access of paths to a static method
Robert Sesek [Wed, 25 Jan 2006 05:16:08 +0000 (05:16 +0000)]
Change access of paths to a static method

18 years agoNeed to check for the 'c' prefix here
Robert Sesek [Mon, 23 Jan 2006 05:52:18 +0000 (05:52 +0000)]
Need to check for the 'c' prefix here

18 years agoAllow individual queries for cacheV::build() so we don't hit MySQL max packet
Robert Sesek [Mon, 23 Jan 2006 05:45:52 +0000 (05:45 +0000)]
Allow individual queries for cacheV::build() so we don't hit MySQL max packet

18 years agoAdded command-line rebuilder. This needs some security.
Robert Sesek [Mon, 23 Jan 2006 05:38:13 +0000 (05:38 +0000)]
Added command-line rebuilder. This needs some security.

18 years agoPrefix the cache tables with a "c" so we don't get issues with MySQL
Robert Sesek [Mon, 23 Jan 2006 05:37:57 +0000 (05:37 +0000)]
Prefix the cache tables with a "c" so we don't get issues with MySQL

18 years agoProperties are now shown on view.php and browse.php
Robert Sesek [Mon, 23 Jan 2006 05:25:09 +0000 (05:25 +0000)]
Properties are now shown on view.php and browse.php

18 years ago- We can now get properties on /
Robert Sesek [Mon, 23 Jan 2006 05:24:22 +0000 (05:24 +0000)]
- We can now get properties on /
- Do an init system so we don't get an [] => '' property

18 years agoRevision ranges aren't allowed for info and proplist in build()
Robert Sesek [Mon, 23 Jan 2006 05:20:23 +0000 (05:20 +0000)]
Revision ranges aren't allowed for info and proplist in build()

18 years agoUnserialize properties
Robert Sesek [Mon, 23 Jan 2006 05:12:03 +0000 (05:12 +0000)]
Unserialize properties

18 years agoDead code stripping
Robert Sesek [Mon, 23 Jan 2006 05:06:52 +0000 (05:06 +0000)]
Dead code stripping

18 years agoDead code stripping
Robert Sesek [Mon, 23 Jan 2006 05:02:38 +0000 (05:02 +0000)]
Dead code stripping

18 years agoNeed to make sure we aren't dealing with the string HEAD in fetch_revision_context()
Robert Sesek [Mon, 23 Jan 2006 04:59:20 +0000 (04:59 +0000)]
Need to make sure we aren't dealing with the string HEAD in fetch_revision_context()

18 years agoMake the width nice and small
Robert Sesek [Mon, 23 Jan 2006 04:44:04 +0000 (04:44 +0000)]
Make the width nice and small

18 years agoWe're not supposed to use curly braces to access chars in strings
Robert Sesek [Mon, 23 Jan 2006 00:46:17 +0000 (00:46 +0000)]
We're not supposed to use curly braces to access chars in strings

18 years agoMaking some fields private
Robert Sesek [Mon, 23 Jan 2006 00:45:11 +0000 (00:45 +0000)]
Making some fields private

18 years agoDead comment stripping
Robert Sesek [Mon, 23 Jan 2006 00:43:40 +0000 (00:43 +0000)]
Dead comment stripping

18 years agoNavbar is kind of working...
Robert Sesek [Sun, 22 Jan 2006 23:35:48 +0000 (23:35 +0000)]
Navbar is kind of working...

18 years agoRemoving this line was a not a Good Thing(tm)
Robert Sesek [Sun, 22 Jan 2006 23:29:30 +0000 (23:29 +0000)]
Removing this line was a not a Good Thing(tm)

18 years agoPath types no more!
Robert Sesek [Sun, 22 Jan 2006 23:27:43 +0000 (23:27 +0000)]
Path types no more!

18 years agoLots of documentation updates
Robert Sesek [Sun, 22 Jan 2006 23:16:56 +0000 (23:16 +0000)]
Lots of documentation updates

18 years agoSwitching over to the contextual revision number
Robert Sesek [Sun, 22 Jan 2006 23:03:18 +0000 (23:03 +0000)]
Switching over to the contextual revision number

18 years agoAdd contextual revision number which should be used EVERYWHERE :)
Robert Sesek [Sun, 22 Jan 2006 23:00:19 +0000 (23:00 +0000)]
Add contextual revision number which should be used EVERYWHERE :)

18 years agoview.php improvements
Robert Sesek [Sun, 22 Jan 2006 22:41:33 +0000 (22:41 +0000)]
view.php improvements

18 years agoRemove the extra link parts
Robert Sesek [Sun, 22 Jan 2006 22:37:34 +0000 (22:37 +0000)]
Remove the extra link parts

18 years agoAdd support for single revision number passing
Robert Sesek [Sun, 22 Jan 2006 22:36:49 +0000 (22:36 +0000)]
Add support for single revision number passing

18 years agoChange build() to change an empty node name with /
Robert Sesek [Sun, 22 Jan 2006 22:35:56 +0000 (22:35 +0000)]
Change build() to change an empty node name with /

18 years agoDon't use fetch_node_string() as it's evil
Robert Sesek [Sun, 22 Jan 2006 22:31:43 +0000 (22:31 +0000)]
Don't use fetch_node_string() as it's evil

18 years agoRemoving more extra path parts
Robert Sesek [Sun, 22 Jan 2006 22:19:03 +0000 (22:19 +0000)]
Removing more extra path parts

18 years agoRemove the extra path part
Robert Sesek [Sun, 22 Jan 2006 22:18:24 +0000 (22:18 +0000)]
Remove the extra path part