Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
worldstechnologies committed May 18, 2016
1 parent 1d85144 commit 241c9da
Show file tree
Hide file tree
Showing 111 changed files with 331 additions and 299 deletions.
7 changes: 6 additions & 1 deletion ChangeLog 100755 → 100644
@@ -1,8 +1,13 @@
2016-05-18 Jainish Senjaliya <jainishsenjaliya@gmail.com>

* Bug Fixes
* Released version 2.0.1

2016-03-27 Jainish Senjaliya <jainishsenjaliya@gmail.com>

* Major Changes.
* After upgrade plugin you must need to update plugin configuration
* Changes in design, HTML and configuration
* After upgrade plugin you must need to update plugin configuration
* Compatibility with TYPO3 7.6.99
* Released version 2.0.0

Expand Down
4 changes: 3 additions & 1 deletion Classes/Controller/ContactFormController.php 100755 → 100644
Expand Up @@ -208,10 +208,12 @@ public function contactFormAction()
*/
public function redirectURL($pageUid = "",$additionalParams = array())
{
$pageUid = $pageUid >0?$pageUid:$GLOBALS['TSFE']->id;
$pageUid = $pageUid !=""?$pageUid:$GLOBALS['TSFE']->id;
$baseUri = $this->request->getBaseUri();
$url = $this->uriBuilder->reset()->setTargetPageUid($pageUid)->setArguments($additionalParams)->buildFrontendUri();

$url = $pageUid>0?$baseUri.$url:$url;

header('Location:' . $url); die;
}
}
Empty file modified Classes/Domain/Model/ContactForm.php 100755 → 100644
Empty file.
Empty file modified Classes/Domain/Repository/ContactFormRepository.php 100755 → 100644
Empty file.
Empty file modified Classes/Service/ContactFormService.php 100755 → 100644
Empty file.
Empty file modified Classes/Utility/Hook/ContentElementWizard.php 100755 → 100644
Empty file.
Empty file modified Classes/Utility/Hook/PluginInformation.php 100755 → 100644
Empty file.
Empty file modified Classes/Utility/Hook/hook.php 100755 → 100644
Empty file.
Empty file modified Classes/Utility/Hook/typoscript.php 100755 → 100644
Empty file.
Empty file modified Classes/ViewHelpers/Validation/CaptchaViewHelper.php 100755 → 100644
Empty file.
Empty file modified Configuration/Flexform/FlexForm.xml 100755 → 100644
Empty file.
Empty file.
Empty file modified Configuration/TCA/tx_jscontactform_domain_model_contactform.php 100755 → 100644
Empty file.
Empty file modified Configuration/TypoScript/Overrides/Constants.ts 100755 → 100644
Empty file.
Empty file modified Configuration/TypoScript/Overrides/Setup.ts 100755 → 100644
Empty file.
Empty file modified Configuration/TypoScript/constants.txt 100755 → 100644
Empty file.
Empty file modified Configuration/TypoScript/setup.txt 100755 → 100644
Empty file.
Empty file modified Documentation/AdministratorManual.rst 100755 → 100644
Empty file.
Empty file modified Documentation/DeveloperCorner.rst 100755 → 100644
Empty file.
Empty file modified Documentation/Images/AdministratorManual/ExtensionManager.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified Documentation/Images/IntroductionPackage.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified Documentation/Images/Typo3.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified Documentation/Images/UserManual/BackendView.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
95 changes: 47 additions & 48 deletions Documentation/Index.rst 100755 → 100644
@@ -1,57 +1,56 @@
.. Editor configuration
...................................................
* utf-8 with BOM as encoding
* tab indent with 4 characters for code snippet.
* optional: soft carriage return preferred.
.. Includes roles, substitutions, ...
.. include:: _IncludedDirectives.rst

=================
Extension Name
=================

:Extension name: Contact Form
:Extension key: js_contact_form
:Version: 1.1.1
:Description: manuals covering TYPO3 extension "Contact Form"
:Language: en
:Author: Jainish Senjaliya
:Creation: 2014-06-13
:Generation: 12:52
:Licence: Open Content License available from `www.opencontent.org/opl.shtml <http://www.opencontent.org/opl.shtml>`_

The content of this document is related to TYPO3, a GNU/GPL CMS/Framework available from `www.typo3.org
<http://www.typo3.org/>`_

**Table of Contents**
.. ==================================================
.. FOR YOUR INFORMATION
.. --------------------------------------------------
.. -*- coding: utf-8 -*- with BOM.
.. toctree::
:maxdepth: 2
.. include:: Includes.txt

.. _start:

=============================================================
Contact Form
=============================================================

.. only:: html

:Classification:
js_contact_form

:Version:
|release|

ProjectInformation
UserManual
AdministratorManual
TyposcriptReference
DeveloperCorner
RestructuredtextHelp
:Language:
en

.. STILL TO ADD IN THIS DOCUMENT
@todo: add section about how screenshots can be automated. Pointer to PhantomJS could be added.
@todo: explain how documentation can be rendered locally and remotely.
@todo: explain what files should be versionned and what not (_build, Makefile, conf.py, ...)
:Description:
Contact form extensions for TYPO3 where user can send his contact information to admin & copy of that is also sent to user on their email. Admin can select required fields & can also manage the mandatory fields for the form via typoscripts. All dynamic stuffs can easily managed from typoscript. This Form has both server & client side validations.

.. include:: ../Readme.rst
:Keywords:
Contact Form, Form, contactformulier, Contact, formulier, js_contact_form

What does it do?
=================
:Copyright:
2014 - 2016

In this chapter should be given a brief overview of the extension. What does it do? What problem does it solve? Who is interested in this? Basically, this section includes everything people need to know to decide whether they should go on with this extension.
:Author:
Jainish Senjaliya

.. figure:: Images/IntroductionPackage.png
:width: 500px
:alt: Introduction Package
:Email:
jainishsenjaliya@gmail.com

Introduction Package just after installation (caption of the image)
:License:
This document is published under the Open Content License
available from http://www.opencontent.org/opl.shtml

:Rendered:
|today|

The content of this document is related to TYPO3,
a GNU/GPL CMS/Framework available from `www.typo3.org <http://www.typo3.org/>`_.

**Table of Contents**

.. toctree::
:maxdepth: 3
:titlesonly:

How the Frontend of the Introduction Package looks like just after installation (legend of the image)
Links
24 changes: 24 additions & 0 deletions Documentation/Links.rst
@@ -0,0 +1,24 @@
.. ==================================================
.. FOR YOUR INFORMATION
.. --------------------------------------------------
.. -*- coding: utf-8 -*- with BOM.
.. include:: Includes.txt


.. _links:

Links
-----

:TER:
https://typo3.org/extensions/repository/view/js_contact_form

:Bug Tracker:
https://forge.typo3.org/projects/extension-js_contact_form/issues

:Git Repository:
https://github.com/jainishsenjaliya/js_contact_form

:Contact:
`@<Jainish Senjaliya> <https://twitter.com/jainish85>`__
Empty file modified Documentation/ProjectInformation.rst 100755 → 100644
Empty file.
Empty file modified Documentation/RestructuredtextHelp.rst 100755 → 100644
Empty file.
Empty file modified Documentation/TyposcriptReference.rst 100755 → 100644
Empty file.
Empty file modified Documentation/UserManual.rst 100755 → 100644
Empty file.
Empty file modified Documentation/_De/Images/UserManual/BackendView.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified Documentation/_De/UserManual.rst 100755 → 100644
Empty file.
Empty file modified Documentation/_Fr/Images/UserManual/BackendView.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified Documentation/_Fr/UserManual.rst 100755 → 100644
Empty file.
Empty file modified Documentation/_IncludedDirectives.rst 100755 → 100644
Empty file.
Empty file modified Readme.rst 100755 → 100644
Empty file.
Empty file modified Resources/Private/Language/de.locallang-plugin-information.xlf 100755 → 100644
Empty file.
Empty file modified Resources/Private/Language/de.locallang-wizard.xlf 100755 → 100644
Empty file.
Empty file modified Resources/Private/Language/de.locallang.xlf 100755 → 100644
Empty file.
Empty file modified Resources/Private/Language/en.locallang-plugin-information.xlf 100755 → 100644
Empty file.
Empty file modified Resources/Private/Language/en.locallang-wizard.xlf 100755 → 100644
Empty file.
Empty file modified Resources/Private/Language/en.locallang.xlf 100755 → 100644
Empty file.
Empty file modified Resources/Private/Language/locallang-plugin-information.xlf 100755 → 100644
Empty file.
Empty file modified Resources/Private/Language/locallang-wizard.xlf 100755 → 100644
Empty file.
Empty file modified Resources/Private/Language/locallang.xlf 100755 → 100644
Empty file.
Empty file modified Resources/Private/Language/locallang_csh_flexform.xml 100755 → 100644
Empty file.
Empty file.
Empty file modified Resources/Private/Language/locallang_db.xlf 100755 → 100644
Empty file.
Empty file modified Resources/Private/Language/locallang_flexform.xlf 100755 → 100644
Empty file.
Empty file modified Resources/Private/Language/locallang_tca.xlf 100755 → 100644
Empty file.
Empty file modified Resources/Private/Language/nl.locallang-plugin-information.xlf 100755 → 100644
Empty file.
Empty file modified Resources/Private/Language/nl.locallang-wizard.xlf 100755 → 100644
Empty file.
Empty file modified Resources/Private/Language/nl.locallang.xlf 100755 → 100644
Empty file.
Empty file modified Resources/Private/Layouts/Default.html 100755 → 100644
Empty file.
Empty file modified Resources/Private/Partials/Form/Input.html 100755 → 100644
Empty file.
Empty file modified Resources/Private/Partials/Form/Submit.html 100755 → 100644
Empty file.
Empty file modified Resources/Private/Partials/Form/Textarea.html 100755 → 100644
Empty file.
Empty file modified Resources/Private/Partials/Message/Error/Message.html 100755 → 100644
Empty file.
Empty file modified Resources/Private/Partials/Message/Info/Message.html 100755 → 100644
Empty file.
Empty file modified Resources/Private/Partials/Message/Message.html 100755 → 100644
Empty file.
Empty file modified Resources/Private/Partials/Message/Success/Message.html 100755 → 100644
Empty file.
Empty file modified Resources/Private/Partials/Template/Template.html 100755 → 100644
Empty file.
Empty file modified Resources/Private/Templates/ContactForm/ContactForm.html 100755 → 100644
Empty file.
Empty file modified Resources/Private/Templates/Email/HTMLFormat.html 100755 → 100644
Empty file.
Empty file modified Resources/Private/Templates/Email/Layouts/Default.html 100755 → 100644
Empty file.
Empty file modified Resources/Private/Templates/Email/Receiver.html 100755 → 100644
Empty file.
Empty file modified Resources/Private/Templates/Email/User.html 100755 → 100644
Empty file.
Empty file modified Resources/Private/Templates/Email/UserInformation.html 100755 → 100644
Empty file.
Empty file modified Resources/Public/Css/Basic.css 100755 → 100644
Empty file.

0 comments on commit 241c9da

Please sign in to comment.