Show More
@@ -46,6 +46,7 b' news' | |||
|
46 | 46 | larger repositories. |
|
47 | 47 | - implements #214 added support for downloading subrepos in download menu. |
|
48 | 48 | - Added basic API for direct operations on rhodecode via JSON |
|
49 | - Implemented advanced hook management | |
|
49 | 50 | |
|
50 | 51 | fixes |
|
51 | 52 | ----- |
@@ -345,6 +345,22 b' Directory ::' | |||
|
345 | 345 | All other LDAP settings will likely be site-specific and should be |
|
346 | 346 | appropriately configured. |
|
347 | 347 | |
|
348 | ||
|
349 | ||
|
350 | Hook management | |
|
351 | --------------- | |
|
352 | ||
|
353 | Hooks can be managed in similar way to this used in .hgrc files. | |
|
354 | To access hooks setting click `advanced setup` on Hooks section of Mercurial | |
|
355 | Settings in Admin. | |
|
356 | ||
|
357 | There are 4 built in hooks that cannot be changed (only enable/disable by | |
|
358 | checkboxes on previos section). | |
|
359 | To add another custom hook simply fill in first section with | |
|
360 | <name>.<hook_type> and the second one with hook path. Example hooks | |
|
361 | can be found at *rhodecode.lib.hooks*. | |
|
362 | ||
|
363 | ||
|
348 | 364 | Setting Up Celery |
|
349 | 365 | ----------------- |
|
350 | 366 |
General Comments 0
You need to be logged in to leave comments.
Login now