Took 2 hours 7 minutes
This commit is contained in:
Tobias Hopp 2020-10-04 13:14:08 +02:00
parent 7248a2678b
commit f3cc31e9b6
3 changed files with 31 additions and 10 deletions

25
.idea/workspace.xml generated
View File

@ -19,9 +19,10 @@
<select /> <select />
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="fc13552d-b118-4828-b78f-fc8714e0cfdc" name="Default Changelist" comment="&#10;Updating database-conf"> <list default="true" id="fc13552d-b118-4828-b78f-fc8714e0cfdc" name="Default Changelist" comment="Final COMMIT!!!">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/config.inc.php" beforeDir="false" afterPath="$PROJECT_DIR$/config.inc.php" afterDir="false" /> <change beforePath="$PROJECT_DIR$/config.inc.php" beforeDir="false" afterPath="$PROJECT_DIR$/config.inc.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/model/FaqModel.class.inc.php" beforeDir="false" afterPath="$PROJECT_DIR$/model/FaqModel.class.inc.php" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -32,7 +33,7 @@
<execution /> <execution />
</component> </component>
<component name="DarkyenusTimeTracker"> <component name="DarkyenusTimeTracker">
<option name="totalTimeSeconds" value="119779" /> <option name="totalTimeSeconds" value="73466" />
<option name="gitIntegration" value="true" /> <option name="gitIntegration" value="true" />
<option name="naggedAbout" value="1" /> <option name="naggedAbout" value="1" />
</component> </component>
@ -76,7 +77,8 @@
<option name="number" value="Default" /> <option name="number" value="Default" />
<option name="presentableId" value="Default" /> <option name="presentableId" value="Default" />
<updated>1601618466935</updated> <updated>1601618466935</updated>
<workItem from="1601618467981" duration="36471000" /> <workItem from="1601618467981" duration="36776000" />
<workItem from="1601809534320" duration="505000" />
</task> </task>
<task id="LOCAL-00001" summary="Initial commit"> <task id="LOCAL-00001" summary="Initial commit">
<created>1601618764031</created> <created>1601618764031</created>
@ -155,7 +157,14 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1601751040426</updated> <updated>1601751040426</updated>
</task> </task>
<option name="localTasksCounter" value="12" /> <task id="LOCAL-00012" summary="Final COMMIT!!!">
<created>1601751093352</created>
<option name="number" value="00012" />
<option name="presentableId" value="LOCAL-00012" />
<option name="project" value="LOCAL" />
<updated>1601751093352</updated>
</task>
<option name="localTasksCounter" value="13" />
<servers /> <servers />
</component> </component>
<component name="TypeScriptGeneratedFilesManager"> <component name="TypeScriptGeneratedFilesManager">
@ -171,6 +180,7 @@
</entry> </entry>
</map> </map>
</option> </option>
<option name="oldMeFiltersMigrated" value="true" />
</component> </component>
<component name="VcsManagerConfiguration"> <component name="VcsManagerConfiguration">
<MESSAGE value="Initial commit" /> <MESSAGE value="Initial commit" />
@ -182,7 +192,8 @@
<MESSAGE value="Fixing a little things" /> <MESSAGE value="Fixing a little things" />
<MESSAGE value="Should be the final commit" /> <MESSAGE value="Should be the final commit" />
<MESSAGE value="&#10;Updating database-conf" /> <MESSAGE value="&#10;Updating database-conf" />
<option name="LAST_COMMIT_MESSAGE" value="&#10;Updating database-conf" /> <MESSAGE value="Final COMMIT!!!" />
<option name="LAST_COMMIT_MESSAGE" value="Final COMMIT!!!" />
</component> </component>
<component name="WindowStateProjectService"> <component name="WindowStateProjectService">
<state x="728" y="326" width="800" height="683" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1601632929047"> <state x="728" y="326" width="800" height="683" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1601632929047">
@ -221,10 +232,10 @@
<screen x="0" y="34" width="1920" height="1046" /> <screen x="0" y="34" width="1920" height="1046" />
</state> </state>
<state x="441" y="192" width="1037" height="736" key="SettingsEditor/0.34.1920.1046@0.34.1920.1046" timestamp="1601632853044" /> <state x="441" y="192" width="1037" height="736" key="SettingsEditor/0.34.1920.1046@0.34.1920.1046" timestamp="1601632853044" />
<state x="555" y="292" width="800" height="535" key="Vcs.Push.Dialog.v2" timestamp="1601751041908"> <state x="555" y="292" width="800" height="535" key="Vcs.Push.Dialog.v2" timestamp="1601751094619">
<screen x="0" y="34" width="1920" height="1046" /> <screen x="0" y="34" width="1920" height="1046" />
</state> </state>
<state x="555" y="292" width="800" height="535" key="Vcs.Push.Dialog.v2/0.34.1920.1046@0.34.1920.1046" timestamp="1601751041908" /> <state x="555" y="292" width="800" height="535" key="Vcs.Push.Dialog.v2/0.34.1920.1046@0.34.1920.1046" timestamp="1601751094619" />
<state x="809" y="122" width="639" height="876" key="com.intellij.database.view.ui.AbstractDbRefactoringDialog" timestamp="1601632983240"> <state x="809" y="122" width="639" height="876" key="com.intellij.database.view.ui.AbstractDbRefactoringDialog" timestamp="1601632983240">
<screen x="0" y="34" width="1920" height="1046" /> <screen x="0" y="34" width="1920" height="1046" />
</state> </state>

View File

@ -8,4 +8,4 @@ define( 'MYSQL_DB', 'c1online_faq' );
define( 'CODE_LENGTH', 4 ); define( 'CODE_LENGTH', 4 );
define( 'SHARE_URL_PREFIX', 'https://faq.hw-table.de/?code=' ); define( 'SHARE_URL_PREFIX', 'https://faq.hw-table.de/?code=' );
define( 'WASTED_TIME', '33hrs and 17mins' ); define( 'WASTED_TIME', '20hrs and 17mins' );

View File

@ -43,9 +43,19 @@ class FaqModel
$return = array(); $return = array();
foreach( $result as $index => $value ) foreach( $result as $index => $value )
{ {
$result[$index]['question'] = substr( $result[$index]['question'], 0, 50 ); $end_question = '';
$end_answer = '';
if( strlen( $result[$index]['question'] ) > 50 )
{
$end_question = '...';
}
if( strlen( $result[$index]['answer'] ) > 50 )
{
$end_answer = '...';
}
$result[$index]['question'] = substr( $result[$index]['question'], 0, 50 ) . $end_question;
$result[$index]['question'] = str_replace( "\n", ' ', $result[$index]['question'] ); $result[$index]['question'] = str_replace( "\n", ' ', $result[$index]['question'] );
$result[$index]['answer'] = substr( $result[$index]['answer'], 0, 50 ); $result[$index]['answer'] = substr( $result[$index]['answer'], 0, 50 ) . $end_answer;
$result[$index]['answer'] = str_replace( "\n", ' ', $result[$index]['answer'] ); $result[$index]['answer'] = str_replace( "\n", ' ', $result[$index]['answer'] );
} }