Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mattwire
advloggingwithchangelog
Commits
598a9d4f
Commit
598a9d4f
authored
Feb 29, 2020
by
bgm
Browse files
Merge branch 'readme' into 'master'
Update info.xml and readme See merge request
extensions/advloggingwithchangelog!1
parents
74dd21f5
28a75e9a
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
598a9d4f
...
...
@@ -9,8 +9,8 @@ The extension is licensed under [AGPL-3.0](LICENSE.txt).
## Requirements
*
PHP v7.
0
+
*
CiviCRM 5.
latest
*
PHP v7.
1
+
*
CiviCRM 5.
19+
## Installation
...
...
@@ -22,5 +22,7 @@ Once enabled, the old changelog will be displayed under the advanced changelog (
## Known Issues
This extension overrides a core template file, as well as duplicates part of a
PHP file. This can cause problems when upgrading if the core files have been changed.
This extension overrides a core template file by replacing the path handler
for
`civicrm/contact/view/log`
with the one from this extension,
as well as duplicates part of a PHP file.
This can cause problems when upgrading if the core files have been changed.
info.xml
View file @
598a9d4f
<?xml version="1.0"?>
<extension
key=
"advloggingwithchangelog"
type=
"module"
>
<file>
advloggingwithchangelog
</file>
<name>
FIXME
</name>
<description>
FIXME
</description>
<name>
Advanced logging with Changelog
</name>
<description>
Use this on sites that enabled advanced logging after some time and still want access to the basic changelog
</description>
<license>
AGPL-3.0
</license>
<maintainer>
<author>
Mathieu Lutfy
</author>
<email>
mathieu@symbiotic.coop
</email>
</maintainer>
<urls>
<url
desc=
"Main Extension Page"
>
http://FIXME
</url>
<url
desc=
"Documentation"
>
http://FIXME
</url>
<url
desc=
"Support"
>
http://FIXME
</url>
<url
desc=
"Main Extension Page"
>
https://lab.civicrm.org/extensions/advloggingwithchangelog
</url>
<url
desc=
"Licensing"
>
http://www.gnu.org/licenses/agpl-3.0.html
</url>
</urls>
<releaseDate>
20
19-04-01
</releaseDate>
<releaseDate>
20
20-02-29
</releaseDate>
<version>
1.0
</version>
<develStage>
alpha
</develStage>
<develStage>
stable
</develStage>
<compatibility>
<ver>
4.7
</ver>
<ver>
5.19
</ver>
</compatibility>
<comments>
This is a new, undeveloped module
</comments>
<civix>
<namespace>
CRM/Advloggingwithchangelog
</namespace>
</civix>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment