mirror of
https://github.com/apache/archiva.git
synced 2025-02-08 02:59:43 +00:00
add note on available runtime system properties
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1235557 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cadc118a5d
commit
92e0de2ef1
@ -28,6 +28,15 @@
|
||||
As we are not designer :-), the application will use the <a href="http://twitter.github.com/bootstrap" target="_blank">twitter bootstrap css</a>.
|
||||
</p>
|
||||
</subsection>
|
||||
<subsection name="Runtime Properties">
|
||||
<p>The application is designed to use http cache mechanism for css, javascript. Except REST call to get datas which will never use cache as a query timestamp parameter is used.
|
||||
But as this can cause issue in developpement phase, two system properties (disabled by default) prevent can prevent caching and/or help debuging
|
||||
<ul>
|
||||
<li>archiva.devMode= true/false: if true will add a timestamp query parameter for loading js and html templates.</li>
|
||||
<li>archiva.javascriptLog= true/false: will activate javascript log, method available with $.log(msg)</li>
|
||||
</ul>
|
||||
</p>
|
||||
</subsection>
|
||||
<subsection name="Used Javascript frameworks">
|
||||
<p>
|
||||
We use some well known javascript framework librairies :
|
||||
|
Loading…
x
Reference in New Issue
Block a user