Breno Douglas Araujo Souza
ec03b7b2f8
Access paramater in onStart method in the partial
...
Variables passed in parameter partils not accessed in onStart method in the partial.
With merged vars before render partial, stays like this::
```php
function onStart() {
$this['param'];
}
```
2016-02-27 14:18:22 +11:00
breno
cc45c499ed
fix color button close in modal
2016-02-27 14:18:21 +11:00
sNuuFix
a724a3aeb2
Fixed framework extra stylesheets for validator.w3.org HTML5 validation.
2016-02-27 14:13:20 +11:00
Samuel Georges
fbed1dd2ed
Merge pull request #1799 from mcustiel/feature-component-autowiring
...
Added the ability to inject dependencies into components
2016-02-27 14:09:14 +11:00
Samuel Georges
d58a8478f6
FTFY Refs #1796
...
The event should come after the logic as per the developer guidelines. If the event comes before the logic, it should be called beforeLogin. In this case, beforeLogin doesn't make sense, so just move the event after the parent::afterLogin call.
2016-02-27 14:07:21 +11:00
Samuel Georges
48148cfcd0
Merge pull request #1796 from filipac/patch-1
...
Add a new event on login - backend.user.login
2016-02-27 14:06:18 +11:00
Samuel Georges
b9a4808c28
Merge pull request #1800 from mrmlnc/develop
...
Update Russian localization to the current build number
2016-02-27 14:01:29 +11:00
Samuel Georges
2fc0db5732
Merge pull request #1804 from haegemon/develop
...
fix output of function isDisabled in accordance to phpdoc and function naming
2016-02-27 14:01:10 +11:00
Samuel Georges
fa61ef2df9
Fortify index_onDelete a little more
...
Refs #1805
2016-02-27 13:58:59 +11:00
Samuel Georges
65eac15b00
Merge pull request #1805 from gpasztor87/develop
...
Add index_onDelete method to ListController behavior.
2016-02-27 13:16:44 +11:00
Pásztor Gábor
984674d987
Missing return
2016-02-25 07:44:02 +01:00
Pásztor Gábor
c17e9b0e33
Add index_onDelete method to ListController behavior.
2016-02-25 07:42:07 +01:00
Samuel Georges
40e458d0b0
Colon is a valid character, doesn't mess up themes with underscores
...
Eg: SLIDERWEB.SLIDERWEB_0002_hydrogen-theme -> SLIDERWEB.SLIDERWEB.0002.hydrogen-theme
Reference: https://www.w3.org/TR/html401/types.html#type-name
ID and NAME tokens must begin with a letter ([A-Za-z]) and may be followed by any number of letters, digits ([0-9]), hyphens ("-"), underscores ("_"), colons (":"), and periods (".").
2016-02-25 15:01:12 +11:00
pawel
c38b841eb8
fix function output in accordance to phpdoc and function naming
2016-02-25 01:11:29 +03:00
Samuel Georges
9dc1b4d836
* Build 317
2016-02-24 13:29:02 +11:00
Samuel Georges
83fbddf5ee
URI should end with the extension
...
This prevents access to files such as script.jpg.php, while such a file is not possible to upload today, we can never be too sure.
2016-02-24 10:49:34 +11:00
Denis Malinochkin
d801bafed5
Update Russian localization to the current build number
2016-02-23 17:43:05 +03:00
Mariano Custiel
c94706ed05
Added the ability to create instances of components from factories to allow injection of dependencies in components
...
Fixed descriptions
Added missing new lines at the end of fixture components
Fixed problem with include path
Fixed code as suggested. Now everything is solved through app::make
Removed tests that are not needed anymore since last changes
2016-02-22 09:44:14 +01:00
Samuel Georges
c7530eece9
Merge pull request #1781 from sajjad-ser/master
...
Fix Some Typo
2016-02-20 10:17:01 +11:00
Samuel Georges
9b06549a13
Merge pull request #1783 from iBourgeois/master
...
Update AssetList.php
2016-02-20 10:15:13 +11:00
Samuel Georges
95f4be8b68
Include user id in cache key
...
Fixes #1740
2016-02-20 09:39:18 +11:00
Samuel Georges
49d56480b8
Merge pull request #1786 from jfoliveira/feature/pt_br_translations
...
Update pt-br translations
2016-02-20 07:42:32 +11:00
alekseybobkov
af3c67a270
Merge branch 'develop' of github.com:octobercms/october into develop
2016-02-15 17:23:29 -08:00
alekseybobkov
d58b6d4d51
Fixed loading permissions from plugin.yaml
2016-02-15 17:23:10 -08:00
Jeferson Oliveira
68689fbc90
Fix preposition.
2016-02-15 23:03:50 -02:00
Jeferson Oliveira
f0271638c9
Update pt-br translations.
2016-02-15 22:22:00 -02:00
Derek Bourgeois
4797364a04
Update AssetList.php
...
Allow .otf and .woff2 font formats by default. These file types are included in popular packages such as Bootstrap and Font Awesome.
2016-02-15 10:37:56 -05:00
Sajjad Servatjoo
6b5a5101aa
Merge pull request #1 from saman3230/master
...
fix some typo
2016-02-15 17:26:21 +03:30
saman3230
21574edf01
FIX typo
2016-02-15 17:21:16 +03:30
Samuel Georges
fd27a3df91
Fixes syntax error
2016-02-14 09:01:42 +11:00
Filip Iulian Pacurar
1ab94d4514
Add a new event on login - backend.user.login
...
I wanted to listen to an event when a users logs-in in the backend and I realised that October does not yet have that. It would be great to support this out of the box to avoid users make changes to core files or listen to hack-ish events to do something after login.
2016-02-13 12:46:51 +02:00
Mahmut Namli
6391e9b323
Added new translation strings
2016-02-13 16:44:43 +11:00
Samuel Georges
35c9f7e590
Merge pull request #1768 from jfoliveira/recordfinder_fix_hardcoded_id
...
Fix hardcoded column name `id` on recordfinder form widget
2016-02-13 16:42:56 +11:00
Samuel Georges
da5ede06b5
Merge pull request #1749 from Flynsarmy/tableWidgetAlias
...
Remove brackets from DataTable's table widget
2016-02-13 16:30:11 +11:00
Lucas Martín
2fa6b2d7be
Update lang.php + client.php
2016-02-13 16:28:48 +11:00
Samuel Georges
def553be8e
Merge pull request #1753 from gpasztor87/patch-1
...
Ignore sqlite files.
2016-02-13 16:14:25 +11:00
Samuel Georges
2c9e61e182
Minor typo - Fixes #1735
2016-02-13 15:55:02 +11:00
Samuel Georges
5e6fc130bb
Merge pull request #1732 from sajjad-ser/master
...
Update persian language
2016-02-13 15:52:39 +11:00
Jérémy Gaulin
e24e467b60
Externalized keys + French translation
2016-02-13 15:51:28 +11:00
Samuel Georges
e0fc27b0cb
Refs #1727 - Tabs to spaces
2016-02-13 15:47:34 +11:00
Samuel Georges
7d3a73cd31
Merge pull request #1727 from tschallacka/fix_for_static_primary_key_naming_relationcontroller
...
Fix for static primary key naming relationcontroller
2016-02-13 15:46:07 +11:00
Samuel Georges
43f1ce7734
Merge pull request #1723 from Herlevsen/develop
...
Make default 404 page use 404 status code
2016-02-13 15:43:48 +11:00
Samuel Georges
668ccf2588
Merge pull request #1722 from tresbach/patch-1
...
Fix negative count
2016-02-13 15:30:22 +11:00
Samuel Georges
6562170d2a
Merge pull request #1719 from alxy/patch-12
...
Fix doubble-applied filters
2016-02-13 13:56:39 +11:00
Samuel Georges
cc531a25e2
Merge pull request #1715 from initbizlab/master
...
Added switch option translation (Polish)
2016-02-13 13:55:44 +11:00
Samuel Georges
6ca0561946
Merge pull request #1713 from jBOKA/patch-1
...
German translation (Import/Export)
2016-02-13 13:55:30 +11:00
Samuel Georges
17b22dcbdf
Merge pull request #1708 from gpasztor87/develop
...
Add extra file types
2016-02-13 13:47:58 +11:00
Samuel Georges
fade9413d9
* Build 317
2016-02-11 06:16:46 +11:00
Samuel Georges
ac6ba5b4c3
Merge pull request #1766 from gpasztor87/patch-3
...
Add version.yaml to Demo plugin.
2016-02-11 06:14:25 +11:00
Jeferson Oliveira
6ae4742ff4
Fix hardcoded column name `id` by reading the `keyFrom` option defined in the .yaml file.
2016-02-10 08:45:21 -02:00