diff options
| author | Nick Palmer <nick@sluggardy.net> | 2007-06-07 19:02:24 +0000 |
|---|---|---|
| committer | Nick Palmer <nick@sluggardy.net> | 2007-06-07 19:02:24 +0000 |
| commit | 78abf2a2bb635794b3274ed765454bbec2fc03d6 (patch) | |
| tree | 56163bd03e9479305f6980bc38db9a5b5218664a /admin | |
| parent | 1732ef99fd1dcb3478b69a284b0a206d778ab2d1 (diff) | |
| download | liberty-78abf2a2bb635794b3274ed765454bbec2fc03d6.tar.gz liberty-78abf2a2bb635794b3274ed765454bbec2fc03d6.tar.bz2 liberty-78abf2a2bb635794b3274ed765454bbec2fc03d6.zip | |
Added inline diff option to liberty which works much better with the WYSIWYG editors and can use xdiff for speed.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin_liberty_inc.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/admin_liberty_inc.php b/admin/admin_liberty_inc.php index 89c188a..0b9690a 100644 --- a/admin/admin_liberty_inc.php +++ b/admin/admin_liberty_inc.php @@ -20,6 +20,10 @@ $formLibertyFeatures = array( 'label' => 'Allow Owner Change', 'note' => 'Allow users with the proper permission to change the owner of content.', ), + "liberty_inline_diff" => array( + 'label' => 'Use Inline Diff', + 'note' => 'Use inline diff tool when diffing revisions instead of the line based unified diff tool. This is particularly useful when using a WYSIWYG editor which tends to put things all on one line. Note that this diff can take advantage of the PECL xdiff package for speed if you have that installed.', + ), ); if( $gBitSystem->isPackageActive( 'quota' )) { |
