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

18 years agoAdding some debug stuff to figure out why PHP5 is weird
Robert Sesek [Sun, 22 Jan 2006 19:15:02 +0000 (19:15 +0000)]
Adding some debug stuff to figure out why PHP5 is weird

18 years agoFix the repository switcher
Robert Sesek [Sun, 22 Jan 2006 19:00:28 +0000 (19:00 +0000)]
Fix the repository switcher

18 years agoWe can't do Paths::sanitize before we check if $attach is NULL because it'll ruin...
Robert Sesek [Sun, 22 Jan 2006 18:53:15 +0000 (18:53 +0000)]
We can't do Paths::sanitize before we check if $attach is NULL because it'll ruin that value in href_compound()

18 years agos/Node_Controller/Controller/g
Robert Sesek [Sun, 22 Jan 2006 18:47:29 +0000 (18:47 +0000)]
s/Node_Controller/Controller/g

18 years agoMoving node.php to controller.php
Robert Sesek [Sun, 22 Jan 2006 18:46:07 +0000 (18:46 +0000)]
Moving node.php to controller.php

18 years ago- Got blame.php to work
Robert Sesek [Sun, 22 Jan 2006 18:43:09 +0000 (18:43 +0000)]
- Got blame.php to work
- Changing the library extensions to simply pass the controller (only done for SVNBlame at the moment)

18 years agoCan't use $this in regex #e
Robert Sesek [Sun, 22 Jan 2006 18:40:25 +0000 (18:40 +0000)]
Can't use $this in regex #e

18 years agoFixed cacheV::build(). We can now actually run the function sans fatal errors
Robert Sesek [Sun, 22 Jan 2006 18:33:00 +0000 (18:33 +0000)]
Fixed cacheV::build(). We can now actually run the function sans fatal errors

18 years agoDon't use out() for the link
Robert Sesek [Sun, 22 Jan 2006 18:24:56 +0000 (18:24 +0000)]
Don't use out() for the link

18 years agorequire() the controller even if we override paths
Robert Sesek [Sun, 22 Jan 2006 18:23:35 +0000 (18:23 +0000)]
require() the controller even if we override paths

18 years agoview.php now works
Robert Sesek [Sun, 22 Jan 2006 07:07:54 +0000 (07:07 +0000)]
view.php now works

18 years agoFix construct_breadcrumb()
Robert Sesek [Sun, 22 Jan 2006 07:06:37 +0000 (07:06 +0000)]
Fix construct_breadcrumb()

18 years agos/count/sizeof/g
Robert Sesek [Sun, 22 Jan 2006 06:56:19 +0000 (06:56 +0000)]
s/count/sizeof/g

18 years agoMaking all classes that are subservient to Node_Controller not have to pass info...
Robert Sesek [Sun, 22 Jan 2006 06:53:12 +0000 (06:53 +0000)]
Making all classes that are subservient to Node_Controller not have to pass info along via args

18 years agoMoving the type-specific classes from SVNCommon to SVNLib as they belong in the library
Robert Sesek [Sun, 22 Jan 2006 06:39:35 +0000 (06:39 +0000)]
Moving the type-specific classes from SVNCommon to SVNLib as they belong in the library

18 years agoRemoving some unnecessary stuff
Robert Sesek [Sun, 22 Jan 2006 06:38:46 +0000 (06:38 +0000)]
Removing some unnecessary stuff

18 years agoDon't need the second and third arguments for the log link
Robert Sesek [Sun, 22 Jan 2006 06:31:48 +0000 (06:31 +0000)]
Don't need the second and third arguments for the log link

18 years agoGot the browse.php navbar working
Robert Sesek [Sun, 22 Jan 2006 06:28:28 +0000 (06:28 +0000)]
Got the browse.php navbar working

18 years agoChange the way revs work in href_compound()
Robert Sesek [Sun, 22 Jan 2006 06:24:34 +0000 (06:24 +0000)]
Change the way revs work in href_compound()

18 years agoWhitespace OCD
Robert Sesek [Sun, 22 Jan 2006 06:23:12 +0000 (06:23 +0000)]
Whitespace OCD

18 years agoIn short:
Robert Sesek [Sun, 22 Jan 2006 06:22:03 +0000 (06:22 +0000)]
In short:
- A whole bunch of stuff regarding paths
- We no longer use $viewsvn->path in template, it's generated fully by href_struct()
- browse.php should [somewhat] work
- Moved SVNLib::rev() to SVNCommon

18 years agoMigrating stuff from Paths to Node_Controller
Robert Sesek [Sun, 22 Jan 2006 06:01:36 +0000 (06:01 +0000)]
Migrating stuff from Paths to Node_Controller

18 years agoAdded new functions to mimic out()
Robert Sesek [Sun, 22 Jan 2006 05:51:37 +0000 (05:51 +0000)]
Added new functions to mimic out()

18 years agoI really hate all of this crappy code
Robert Sesek [Sun, 22 Jan 2006 05:42:42 +0000 (05:42 +0000)]
I really hate all of this crappy code

18 years agoAdded fetch_head_rev()
Robert Sesek [Sun, 22 Jan 2006 03:00:16 +0000 (03:00 +0000)]
Added fetch_head_rev()

18 years agoview.php no longer throws PHP errors
Robert Sesek [Sun, 22 Jan 2006 02:56:41 +0000 (02:56 +0000)]
view.php no longer throws PHP errors

18 years agoGot construct_breadcrumb() to work
Robert Sesek [Sun, 22 Jan 2006 02:54:52 +0000 (02:54 +0000)]
Got construct_breadcrumb() to work

18 years agoRemoving the code from SVNCommon's constructor
Robert Sesek [Sun, 22 Jan 2006 01:48:50 +0000 (01:48 +0000)]
Removing the code from SVNCommon's constructor

18 years agoRemoving the stuff in SVNCommon2 (except for 1 function) as it's all part of Node_Con...
Robert Sesek [Sun, 22 Jan 2006 01:47:14 +0000 (01:47 +0000)]
Removing the stuff in SVNCommon2 (except for 1 function) as it's all part of Node_Controller now

18 years agobrowse.php now works without throwing PHP errors
Robert Sesek [Sun, 22 Jan 2006 01:44:06 +0000 (01:44 +0000)]
browse.php now works without throwing PHP errors

18 years agoChugging through the errors
Robert Sesek [Sun, 22 Jan 2006 01:38:13 +0000 (01:38 +0000)]
Chugging through the errors

18 years agoWe now can get the SVN binary to link
Robert Sesek [Sun, 22 Jan 2006 01:33:09 +0000 (01:33 +0000)]
We now can get the SVN binary to link

18 years agoTypo that caused me so much crap
Robert Sesek [Sun, 22 Jan 2006 01:29:15 +0000 (01:29 +0000)]
Typo that caused me so much crap

18 years agoSetting up paths in the controller
Robert Sesek [Fri, 13 Jan 2006 05:32:18 +0000 (05:32 +0000)]
Setting up paths in the controller

18 years agoSet access on vars
Robert Sesek [Fri, 13 Jan 2006 05:20:49 +0000 (05:20 +0000)]
Set access on vars

18 years agodev notes
Robert Sesek [Fri, 13 Jan 2006 05:18:00 +0000 (05:18 +0000)]
dev notes

18 years agoAdd cacheV to the controller
Robert Sesek [Fri, 13 Jan 2006 05:11:53 +0000 (05:11 +0000)]
Add cacheV to the controller

18 years agoTab space OCD
Robert Sesek [Fri, 13 Jan 2006 05:05:52 +0000 (05:05 +0000)]
Tab space OCD

18 years agoSVNLib is no longer global. bye bye
Robert Sesek [Fri, 13 Jan 2006 05:04:59 +0000 (05:04 +0000)]
SVNLib is no longer global. bye bye

18 years agoMore refactoring. This time breaking up svnlib.php
Robert Sesek [Fri, 13 Jan 2006 05:02:56 +0000 (05:02 +0000)]
More refactoring. This time breaking up svnlib.php

18 years agoI love breaking things. Refactoring big time.
Robert Sesek [Fri, 13 Jan 2006 04:53:10 +0000 (04:53 +0000)]
I love breaking things. Refactoring big time.

18 years agoUpdating to reflect new ISSO changes
Robert Sesek [Fri, 13 Jan 2006 04:49:40 +0000 (04:49 +0000)]
Updating to reflect new ISSO changes

18 years agoISSO_DB_LAYER needs to be defined before we load the module
Robert Sesek [Fri, 13 Jan 2006 02:34:27 +0000 (02:34 +0000)]
ISSO_DB_LAYER needs to be defined before we load the module

18 years agoReducing Xqueries
Robert Sesek [Thu, 12 Jan 2006 19:04:52 +0000 (19:04 +0000)]
Reducing Xqueries

18 years agoChange to storing $node['commit']['revision'] in _nodes pre-cachev
Robert Sesek [Thu, 12 Jan 2006 18:35:53 +0000 (18:35 +0000)]
Change to storing $node['commit']['revision'] in _nodes

18 years agoGrr.. this whole last revision thing is annoying
Robert Sesek [Thu, 12 Jan 2006 18:21:46 +0000 (18:21 +0000)]
Grr.. this whole last revision thing is annoying

18 years agoUse $latest to get the revision information
Robert Sesek [Thu, 12 Jan 2006 18:21:11 +0000 (18:21 +0000)]
Use $latest to get the revision information

18 years agoTurn off E_ALL.. what a pain it is
Robert Sesek [Thu, 12 Jan 2006 18:19:52 +0000 (18:19 +0000)]
Turn off E_ALL.. what a pain it is

18 years agoMake fetch_prev_rev() work if there is no history
Robert Sesek [Thu, 12 Jan 2006 18:17:20 +0000 (18:17 +0000)]
Make fetch_prev_rev() work if there is no history

18 years agoBringing view.php up to speed
Robert Sesek [Thu, 12 Jan 2006 18:12:33 +0000 (18:12 +0000)]
Bringing view.php up to speed

18 years agoCreated fetch_prev_revision() and warnings--
Robert Sesek [Thu, 12 Jan 2006 18:10:35 +0000 (18:10 +0000)]
Created fetch_prev_revision() and warnings--

18 years agowarnings -= 2
Robert Sesek [Thu, 12 Jan 2006 17:51:16 +0000 (17:51 +0000)]
warnings -= 2

18 years agoGetting things back on track in browse.php
Robert Sesek [Thu, 12 Jan 2006 17:48:20 +0000 (17:48 +0000)]
Getting things back on track in browse.php

18 years agowarnings--
Robert Sesek [Thu, 12 Jan 2006 17:42:57 +0000 (17:42 +0000)]
warnings--

18 years agoDebug-level error reporting
Robert Sesek [Thu, 12 Jan 2006 17:41:58 +0000 (17:41 +0000)]
Debug-level error reporting

18 years agoAgain changing cacheV; we now store each node's history in _nodes
Robert Sesek [Thu, 12 Jan 2006 16:50:37 +0000 (16:50 +0000)]
Again changing cacheV; we now store each node's history in _nodes

18 years agoAdd time debug for each Xquery
Robert Sesek [Thu, 12 Jan 2006 16:24:21 +0000 (16:24 +0000)]
Add time debug for each Xquery

18 years agoRandom pieces that don't work all quite yet. browse.php is getting there
Robert Sesek [Thu, 12 Jan 2006 07:16:57 +0000 (07:16 +0000)]
Random pieces that don't work all quite yet. browse.php is getting there

18 years agoChanging table column names; removing no-longer-used columns
Robert Sesek [Thu, 12 Jan 2006 06:24:39 +0000 (06:24 +0000)]
Changing table column names; removing no-longer-used columns

18 years agoChanging some of that large chunk we just sent in
Robert Sesek [Thu, 12 Jan 2006 06:18:27 +0000 (06:18 +0000)]
Changing some of that large chunk we just sent in

18 years agoCreate the whole second cache table. This is a lot of changes :)
Robert Sesek [Thu, 12 Jan 2006 06:07:53 +0000 (06:07 +0000)]
Create the whole second cache table. This is a lot of changes :)

18 years agoAdd two tables now, per the spec
Robert Sesek [Thu, 12 Jan 2006 02:28:05 +0000 (02:28 +0000)]
Add two tables now, per the spec

18 years agoAdding properties to the list of things to store
Robert Sesek [Thu, 12 Jan 2006 02:21:01 +0000 (02:21 +0000)]
Adding properties to the list of things to store

18 years agoAdding ViewSVN spec
Robert Sesek [Thu, 12 Jan 2006 02:17:16 +0000 (02:17 +0000)]
Adding ViewSVN spec

18 years agoMoving dev/ to docs/
Robert Sesek [Wed, 11 Jan 2006 00:32:11 +0000 (00:32 +0000)]
Moving dev/ to docs/

18 years agoForgot to change this $repos to $viewsvn->paths->repos
Robert Sesek [Tue, 10 Jan 2006 06:04:34 +0000 (06:04 +0000)]
Forgot to change this $repos to $viewsvn->paths->repos

18 years agoUse unify_node() in build()
Robert Sesek [Mon, 9 Jan 2006 17:45:22 +0000 (17:45 +0000)]
Use unify_node() in build()

18 years agocacheV::rebuild() doesn't exist, but build() does
Robert Sesek [Mon, 9 Jan 2006 17:39:25 +0000 (17:39 +0000)]
cacheV::rebuild() doesn't exist, but build() does

18 years agoChange INSERT to REPLACE so we don't get duplicate keys
Robert Sesek [Mon, 9 Jan 2006 08:50:43 +0000 (08:50 +0000)]
Change INSERT to REPLACE so we don't get duplicate keys

18 years agoChange revision to UNSIGNED and PKEY
Robert Sesek [Mon, 9 Jan 2006 08:49:53 +0000 (08:49 +0000)]
Change revision to UNSIGNED and PKEY

18 years agoAdding in some extra function goodness
Robert Sesek [Mon, 9 Jan 2006 08:44:16 +0000 (08:44 +0000)]
Adding in some extra function goodness

18 years agoUpdate the $count ivar
Robert Sesek [Mon, 9 Jan 2006 08:39:41 +0000 (08:39 +0000)]
Update the $count ivar

18 years agoChange cacheV::rebuild() to build() and allow for only partial building of the table
Robert Sesek [Mon, 9 Jan 2006 08:36:18 +0000 (08:36 +0000)]
Change cacheV::rebuild() to build() and allow for only partial building of the table

18 years agoLoad the XML module
Robert Sesek [Mon, 9 Jan 2006 08:30:08 +0000 (08:30 +0000)]
Load the XML module

18 years agoWhitepace OCD
Robert Sesek [Mon, 9 Jan 2006 08:23:41 +0000 (08:23 +0000)]
Whitepace OCD

18 years agoAdd cacheV controls to global.php
Robert Sesek [Mon, 9 Jan 2006 08:23:33 +0000 (08:23 +0000)]
Add cacheV controls to global.php

18 years agoDefine ISSO_DB_LAYER
Robert Sesek [Mon, 9 Jan 2006 08:19:34 +0000 (08:19 +0000)]
Define ISSO_DB_LAYER

18 years agoRemoving some extraneous fields
Robert Sesek [Mon, 9 Jan 2006 08:16:15 +0000 (08:16 +0000)]
Removing some extraneous fields

18 years agoChecking in cacheV controller
Robert Sesek [Mon, 9 Jan 2006 08:15:26 +0000 (08:15 +0000)]
Checking in cacheV controller