forked from TechToThePeople/noverwrite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.xml
30 lines (29 loc) · 1.25 KB
/
info.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0"?>
<extension key="eu.tttp.noverwrite" type="module">
<file>noverwrite</file>
<name>Prevent users from overwriting their record</name>
<description>This extension makes the first and last name fields read only, to prevent users from accidentally overwriting their information when filling out publicly visible forms (e.g. donation or membership).
</description>
<license>agpl</license>
<maintainer>
<author>Stoob (and packaged by xavier)</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2014-04-21</releaseDate>
<version>1.3</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.2</ver>
<ver>4.3</ver>
<ver>4.4</ver>
<ver>4.5</ver>
<ver>4.6</ver>
<ver>4.7</ver>
</compatibility>
<comments>Based on an idea and initial code from Stoob and improved with Tim's suggestion to do it at the php instead of the js level.
</comments>
<civix>
<namespace>CRM/Noverwrite</namespace>
</civix>
<urls><url desc="Main Extension Page">http://github.com/TechToThePeople/noverwrite</url><url desc="Documentation">http://github.com/TechToThePeople/noverwrite</url><url desc="Support">http://forum.civicrm.org</url><url desc="Licensing">http://civicrm.org/licensing</url></urls>
</extension>