1.1-rc7
Pre-release
Pre-release
- Project centric approach
- JS fixes
- directory listing no longer contains directory sizes
- Solaris IPS package delivers to /var/share
- HTML compliant again
- more colors added to syntax highlighting
NOTE: it is recommended to reindex (not necessarily from scratch - just to get the configuration updated)
Otherwise, if projects are enabled, it is necessary to add this to configuration.xml:
<void property="projectsEnabled">
<boolean>true</boolean>
</void>
or if the webapp is still running set the property via message:
/usr/opengrok/bin/Messages -n config -t set "projectsEnabled = true"
and mark the existing projects (those that are indexed) as enabled by running:
/usr/opengrok/bin/Messages -n project -t $PROJECT indexed
for each project.