viewsvn.git
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

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

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

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

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

18 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

18 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

18 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

18 years agoNo longer need the override for fetch_node()
Robert Sesek [Sun, 22 Jan 2006 22:17:21 +0000 (22:17 +0000)]
No longer need the override for fetch_node()

18 years agocacheV now stores the right paths... this makes me very happy
Robert Sesek [Sun, 22 Jan 2006 22:16:04 +0000 (22:16 +0000)]
cacheV now stores the right paths... this makes me very happy

18 years agoDon't specify a revision range in browse.php diff to PREV link
Robert Sesek [Sun, 22 Jan 2006 22:06:05 +0000 (22:06 +0000)]
Don't specify a revision range in browse.php diff to PREV link

18 years agoAdd a debug message about the hash
Robert Sesek [Sun, 22 Jan 2006 22:04:30 +0000 (22:04 +0000)]
Add a debug message about the hash

18 years ago- fetch_prev_revision() should now work as desired
Robert Sesek [Sun, 22 Jan 2006 22:03:34 +0000 (22:03 +0000)]
- fetch_prev_revision() should now work as desired
- Added an optional override parameter to fetch_node() to specify a node

18 years agoFix format_log_message()
Robert Sesek [Sun, 22 Jan 2006 21:52:45 +0000 (21:52 +0000)]
Fix format_log_message()

18 years agoStick the main controller in $viewsvn
Robert Sesek [Sun, 22 Jan 2006 21:51:09 +0000 (21:51 +0000)]
Stick the main controller in $viewsvn

18 years agoOnly show the diff to PREV under the right circumstances
Robert Sesek [Sun, 22 Jan 2006 21:47:48 +0000 (21:47 +0000)]
Only show the diff to PREV under the right circumstances

18 years agoFixing diff.php display
Robert Sesek [Sun, 22 Jan 2006 21:00:31 +0000 (21:00 +0000)]
Fixing diff.php display

18 years agoFixing SVNCommon::construct_file_changes()
Robert Sesek [Sun, 22 Jan 2006 21:00:21 +0000 (21:00 +0000)]
Fixing SVNCommon::construct_file_changes()

18 years agoFixed diff to PREV link
Robert Sesek [Sun, 22 Jan 2006 20:59:35 +0000 (20:59 +0000)]
Fixed diff to PREV link

18 years agoCan't deglobalize $viewsvn in fetch_rev_num
Robert Sesek [Sun, 22 Jan 2006 20:26:56 +0000 (20:26 +0000)]
Can't deglobalize $viewsvn in fetch_rev_num

18 years agodiff.php now runs without throwing errors, but it's still not working per se
Robert Sesek [Sun, 22 Jan 2006 20:22:10 +0000 (20:22 +0000)]
diff.php now runs without throwing errors, but it's still not working per se

18 years agoFixed the diff to PREV link
Robert Sesek [Sun, 22 Jan 2006 20:13:07 +0000 (20:13 +0000)]
Fixed the diff to PREV link

18 years agoFixed fetch_prev_revision()
Robert Sesek [Sun, 22 Jan 2006 20:11:38 +0000 (20:11 +0000)]
Fixed fetch_prev_revision()

18 years agoCan't use out() in construct_file_changes()
Robert Sesek [Sun, 22 Jan 2006 20:01:52 +0000 (20:01 +0000)]
Can't use out() in construct_file_changes()

18 years agoChanges because this is now a static class
Robert Sesek [Sun, 22 Jan 2006 19:52:53 +0000 (19:52 +0000)]
Changes because this is now a static class

18 years agoForgot to fix these links
Robert Sesek [Sun, 22 Jan 2006 19:51:37 +0000 (19:51 +0000)]
Forgot to fix these links

18 years ago- log.php now works and displays correctly
Robert Sesek [Sun, 22 Jan 2006 19:43:09 +0000 (19:43 +0000)]
- log.php now works and displays correctly
- SVNLib's SVNLog now works

18 years agoisdir() shouldn't have to pass nodes
Robert Sesek [Sun, 22 Jan 2006 19:36:44 +0000 (19:36 +0000)]
isdir() shouldn't have to pass nodes

18 years agoDon't return / on the back of repos paths
Robert Sesek [Sun, 22 Jan 2006 19:18:31 +0000 (19:18 +0000)]
Don't return / on the back of repos paths