Edgewall Software

Changes between Version 26 and Version 27 of MultipleRepositorySupport


Ignore:
Timestamp:
Jul 29, 2009, 12:15:16 AM (15 years ago)
Author:
Christian Boos
Comment:

youngest_rev is now used consistently

Legend:

Unmodified
Added
Removed
Modified
  • MultipleRepositorySupport

    v26 v27  
    8181== TODO ==
    8282=== Major ===
    83  - address points from ticket:8203#comment:2
    8483 - split repository names at "/" in the repository browser (i.e. show only the ''a'' entry at toplevel when we have repositories `a/one` and `a/two`, show ''one'' and ''two'' when expanding ''a'')
    8584 - ~~currently, a "default" repository (the one defined in the `[trac]` section) ''needs'' to be defined, otherwise the versioncontrol modules are disabled~~ r7972 - `repository_dir` entry needs simply to be present (can be empty)
     
    10099
    101100=== Minor Points ===
    102  - the browser quickjump menu wants to go to the repository youngest (svn), not the youngest cached so far.
    103    There might be more places like that, we need to deal consistently with the youngest cached.
     101 - ~~the browser quickjump menu wants to go to the repository youngest (svn), not the youngest cached so far.
     102   There might be more places like that, we need to deal consistently with the youngest cached.~~ fixed in r8396
    104103 - ~~browser expansion doesn't work for the repository index. I'm pretty sure it used to work at some point.~~ fixed in r8076.
    105104 - More [changeset:6448 IRepositoryProvider] components, though this is becoming less pertinent now that we manage the repositories in the db and the `repository` table: