Go to file
Samuel Georges 7e3cf98a75 Adds data-trigger-closest-parent to Trigger API
Test code:

<form id="form1">
    <input
        type="text" name="aa" value="aaa"
        data-trigger-action="show"
        data-trigger="input[name=bb]"
        data-trigger-condition="checked"
        data-trigger-closest-parent="form"
     />

    <input type="checkbox" name="bb" />
</form>

<form id="form2">
    <input
        type="text" name="aa" value="aaa"
        data-trigger-action="show"
        data-trigger="input[name=bb]"
        data-trigger-condition="checked"
        data-trigger-closest-parent="form"
     />

    <input type="checkbox" name="bb" />
</form>
2015-03-07 09:47:44 +11:00
bootstrap Insurance policy so #978 never occurs again 2015-03-02 16:01:18 +11:00
config Minor touch ups 2015-03-03 18:38:36 +11:00
modules Adds data-trigger-closest-parent to Trigger API 2015-03-07 09:47:44 +11:00
plugins/october/demo Implemented server-side drop-down event, updated documentation. 2014-12-10 19:49:50 -08:00
storage Implement plugins_path() usage 2015-02-07 15:37:07 +11:00
tests Minor 2015-03-04 19:22:25 +11:00
themes/demo Minor touch ups 2015-03-03 18:38:36 +11:00
.editorconfig Add editorconfig 2014-10-24 13:04:32 -04:00
.gitattributes Base files 2014-05-14 23:21:55 +10:00
.gitignore Add .env.*.php files to .gitignore 2014-10-07 14:13:04 +03:00
.htaccess Improve htaccess security 2015-02-20 22:11:42 +11:00
CHANGELOG.md Improvements made to the user menu in the back-end 2015-03-06 20:41:14 +11:00
CONTRIBUTING.md Add note about other plugins 2014-11-01 15:57:06 +11:00
README.md Try a better logo on readme 2015-03-04 18:18:48 +11:00
artisan Remove patch code 2015-02-07 14:12:20 +11:00
composer.json Fixes functional tests so they pass, add details about selenium set up 2015-03-02 17:18:53 +11:00
index.php Migrate bootstrap process 2015-02-04 19:31:41 +11:00
phpunit.xml Add env vars to phpunit 2015-02-20 22:12:11 +11:00
server.php Server for L5 2015-02-26 00:34:37 +04:00

README.md

October

October is a Content Management System (CMS) and web platform whose sole purpose is to make your development workflow simple again. It was born out of frustration with existing systems, we feel building websites has become a convoluted and confusing process that leaves developers unsatisfied. We want to turn you around to the simpler side and get back to basics.

October's mission is to show the world that web development is not rocket science.

Learning October

The best place to learn October is by reading the documentation.

Installing October

Instructions on how to install October can be found at the installation guide.

Development Team

October was created by Alexey Bobkov and Samuel Georges, who both continue to develop the platform.

Coding standards

Please follow the following guides and code standards:

Foundation library

The CMS uses Laravel as a foundation PHP framework.

Using LESS

The theme is based on the Twitter Bootstrap framework and uses LESS language for generating the CSS. Please use a suitable LESS application for compiling the assets/less/*.less file to assets/css/*.css. The following application is recommended:

Contact

You can communicate with us using the following mediums:

License

The OctoberCMS platform is open-sourced software licensed under the MIT license.

Contributing

Before sending a Pull Request, be sure to review the Contributing Guidelines first.