- Making it so the last component in ConstructNavbar() doesn't work as a link
[viewsvn.git] / includes / cachev.php
2006-04-23 Robert SesekLots of brokenness pre-node-objects
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-23 Robert SesekAllow individual queries for cacheV::build() so we...
2006-01-23 Robert SesekPrefix the cache tables with a "c" so we don't get...
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 SesekNeed to make sure we aren't dealing with the string...
2006-01-23 Robert SesekMaking some fields private
2006-01-22 Robert SesekAdd contextual revision number which should be used...
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 SesekNo longer need the override for fetch_node()
2006-01-22 Robert SesekcacheV now stores the right paths... this makes me...
2006-01-22 Robert SesekAdd a debug message about the hash
2006-01-22 Robert Sesek- fetch_prev_revision() should now work as desired
2006-01-22 Robert SesekFixed fetch_prev_revision()
2006-01-22 Robert Sesekisdir() shouldn't have to pass nodes
2006-01-22 Robert SesekAdding some debug stuff to figure out why PHP5 is weird
2006-01-22 Robert SesekFixed cacheV::build(). We can now actually run the...
2006-01-22 Robert Seseks/count/sizeof/g
2006-01-22 Robert SesekMaking all classes that are subservient to Node_Control...
2006-01-22 Robert SesekAdded fetch_head_rev()
2006-01-22 Robert Sesekbrowse.php now works without throwing PHP errors
2006-01-22 Robert SesekChugging through the errors
2006-01-13 Robert SesekAdd cacheV to the controller
2006-01-12 Robert SesekChange to storing $node['commit']['revision'] in _nodes pre-cachev
2006-01-12 Robert SesekGrr.. this whole last revision thing is annoying
2006-01-12 Robert SesekMake fetch_prev_rev() work if there is no history
2006-01-12 Robert SesekCreated fetch_prev_revision() and warnings--
2006-01-12 Robert SesekGetting things back on track in browse.php
2006-01-12 Robert SesekAgain changing cacheV; we now store each node's history...
2006-01-12 Robert SesekRandom pieces that don't work all quite yet. browse...
2006-01-12 Robert SesekChanging table column names; removing no-longer-used...
2006-01-12 Robert SesekChanging some of that large chunk we just sent in
2006-01-12 Robert SesekCreate the whole second cache table. This is a lot...
2006-01-09 Robert SesekUse unify_node() in build()
2006-01-09 Robert SesekChange INSERT to REPLACE so we don't get duplicate...
2006-01-09 Robert SesekAdding in some extra function goodness
2006-01-09 Robert SesekUpdate the $count ivar
2006-01-09 Robert SesekChange cacheV::rebuild() to build() and allow for only...
2006-01-09 Robert SesekChecking in cacheV controller