diff options
Diffstat (limited to '.idea')
-rw-r--r-- | .idea/inspectionProfiles/Project_Default.xml | 22 | ||||
-rw-r--r-- | .idea/vcs.xml | 1 | ||||
-rw-r--r-- | .idea/workspace.xml | 9 |
3 files changed, 29 insertions, 3 deletions
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 13b5b9f..21b49a5 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -12,5 +12,27 @@ </value> </option> </inspection_tool> + <inspection_tool class="HtmlUnknownTag" enabled="true" level="WARNING" enabled_by_default="true"> + <option name="myValues"> + <value> + <list size="13"> + <item index="0" class="java.lang.String" itemvalue="nobr" /> + <item index="1" class="java.lang.String" itemvalue="noembed" /> + <item index="2" class="java.lang.String" itemvalue="comment" /> + <item index="3" class="java.lang.String" itemvalue="noscript" /> + <item index="4" class="java.lang.String" itemvalue="embed" /> + <item index="5" class="java.lang.String" itemvalue="script" /> + <item index="6" class="java.lang.String" itemvalue="ftech-webring-widget" /> + <item index="7" class="java.lang.String" itemvalue="ftww-base" /> + <item index="8" class="java.lang.String" itemvalue="ftww-title" /> + <item index="9" class="java.lang.String" itemvalue="ftww-actions" /> + <item index="10" class="java.lang.String" itemvalue="ftww-description" /> + <item index="11" class="java.lang.String" itemvalue="ftww-disabled" /> + <item index="12" class="java.lang.String" itemvalue="ftww-notice" /> + </list> + </value> + </option> + <option name="myCustomValuesEnabled" value="true" /> + </inspection_tool> </profile> </component>
\ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 9661ac7..9c515ef 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,5 +2,6 @@ <project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
+ <mapping directory="$PROJECT_DIR$/includes/webring" vcs="Git" />
</component>
</project>
\ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 18fa470..a7c6807 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,9 +2,10 @@ <project version="4">
<component name="ChangeListManager">
<list default="true" id="efd4dd1a-d09c-4a08-b9ea-ac28a5f96210" name="Default Changelist" comment="">
+ <change beforePath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/.idea/vcs.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/admin/panes/telemetry.php" beforeDir="false" afterPath="$PROJECT_DIR$/admin/panes/telemetry.php" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/version.txt" beforeDir="false" afterPath="$PROJECT_DIR$/version.txt" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/index.php" beforeDir="false" afterPath="$PROJECT_DIR$/index.php" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -145,7 +146,9 @@ <workItem from="1628420373945" duration="287000" />
<workItem from="1628426128888" duration="21760000" />
<workItem from="1628515885916" duration="803000" />
- <workItem from="1629045529995" duration="32000" />
+ <workItem from="1629045529995" duration="667000" />
+ <workItem from="1629238263326" duration="617000" />
+ <workItem from="1629581877363" duration="3137000" />
</task>
<servers />
</component>
|