-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
349 additions
and
181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Usage Check | ||
|
||
This addon searches for pictures, modules and templates that are not used anymore. | ||
|
||
## Installation | ||
|
||
All files are directly included and can be moved to | ||
`redaxo/inlcude/addons/usage_check` (using Redaxo 4.x) or | ||
`redaxo/src/addons/usage_check` (using Redaxo 5.x) | ||
|
||
The directory itself (`usage_check`) is not included. | ||
Why? If you like, you can check out this repository to the right directory. This | ||
would be impossible, if I included the `usage_check` folder. | ||
|
||
You can also download the ZIP archive from here. The unzipped files can be moved | ||
to the right destination depending on your Redaxo copy version. | ||
|
||
After copying the files you'll need to install and activate this addon using | ||
the Redaxo backend. | ||
|
||
## Compatibility | ||
- PHP version: __5.3.2__ or later | ||
- tested on Redaxo versions __4.3.2__, __4.4.1__, __4.5__, __4.6.1__, __5.0.1__, __5.1__ | ||
|
||
This addon works with Redaxo 4 and Redaxo 5 | ||
|
||
##Language file notice | ||
|
||
The folder `usage_check/lang` needs writing rights for your PHP / Apache user. | ||
|
||
Reason: I'm using `de_de_utf8.lang` and `en_gb_utf8.lang` only. | ||
|
||
Redaxo usually needs the language files `de_de.lang` and `en_gb.lang`. | ||
Redaxo 4 needs these files in __ISO-8859-1__, Redaxo 5 in __UTF-8__. So I | ||
decided to use the old `xx_yy_utf8.lang` files as these are always UTF-8. | ||
These have to be converted according to the used Redaxo version. That's why it | ||
needs writing rights. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.