To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
Small fixes -- avoid troubles when trying to retrive root /hg URL
Drop out of loop as soon as the first LDAP auth succeeds for a suitable role (fixing #316)
Switch to SSL earlier when doing a push -- check for branchmap command. This is unequivocally a hack
Syntax fixes etc
Overhaul SoundSoftware authentication manager to handle HTTPS redirects itself and also to avoid info leakage for nonexistent projects
Merge from branch "cannam"
Merge from branch "luisf"
Merge from branch "live"
More debug info
Salted is now the default everywhere
Merge
Merge from branch "bug_182"
Ensure package name is given to javadoc even when only one package prefix found (fixing #182); use tree overview file as index instead of frame-based index file for multi-package extractions
Merge from branch "cannam-pre-20110113-merge"
Merge from branch "redmine-1.2"
Merge from branch "cannam-pre-20110113-merge". Includes fix for bug #169.
Fix updates for tracking external Mercurial repos
Merge from branch bug_169
Introduce a method on the sys controller to clear a repository cache; use a file in the mirror dir to notify the Ruby external repo script that it needs to call it
If the remote repo URL changes, move aside the existing local mirror and start afresh.(Not yet tested: checkpointing this prior to working on a different aspect of the problem)
Merge from branch "bug_168"
Ensure we always use the same version of hg
Update the master branch via git pull master rather than git fetch (which doesn't merge any particular branch)
Merge from branch "feature_113"
Add the MATLAB doc extractor to the general doc extraction script
Tune appearance of MATLAB docs. * use three cols for short index; * add a div to identify the whole output in wider stylesheet context; * avoid showing leading ./ in directory path; * make author file path relative to config file location if relative path provided
Fix index file name; minor text changes; hack in link to repo (currently hard-coded with project name!)
Remove A element from around A-Z index letters; avoid spare blank line after comment lines in listing
Some layout and link fixes
Use mixed-case version (not lower-case function name key) for link target
Fix index links
Add config file and credit footer
First cut at making frames optional in mtree output
Add mtree2html2001.pl from Hartmut Pohlheim (with permission, thanks!)Rename to matlab-docs.pl to make its purpose in our context a bit clearer.
Remove obsolete stub
Merge from branch "bug_97"
Merge from branch "feature_74"
Merge from branch "feature_73"
Fix failure to handle uninitialised values; add salting version
First pass at checking external repo status for read-write repo access
Do not show external checkbox/field until the repo has been automatically populatedPull external Hg as well as git and svn reposSome textual changes
Do more-or-less the right thing to pull in and update external repos
A bit more work on external repo conversion script
Merge from branch "feature_20"
Ensure some rather essential parameters get included (after file safety check)!
Merge from branch "feature_20" (initial implementation of #20).
Merge from branch "feature_20". This initial implementation of #20 has been tested, but needs to be tested again in the proper context.
Make use of doxysafe
Add a whitelisting mechanism for Doxyfile contents
Or, we can just retrieve the external repo URL through the project...
Pull doc extractor script out into separate javadoc, doxygen, and controller scripts
Merge from branch "cannam-pre-20110113-merge". Brings in table reorganisation for Projects page; moves our scripts from extra/svn to extra/soundsoftware; reduces page min-width
Merge from branch "feature_75". Should have merged 5 commits ago. Oops