Konstantin L
2b5cf64ddf
Use Config::get() instead of config() helper.
2017-01-10 15:51:26 +01:00
Sergey Karavay
22d09e50db
Add Belarusian translated language files into backend, cms and system modules.
...
All lines translated.
2017-01-10 08:06:28 +00:00
Sergey Karavay
024ec54051
Merge remote-tracking branch 'upstream/develop' into develop
2017-01-09 20:07:41 +00:00
Samuel Georges
f9c659343b
Further styling improvements
...
Refs #2575
2017-01-09 08:37:36 +11:00
Samuel Georges
62d7ff9532
Merge pull request #2575 from triasrahman/develop
...
Enhance usability of list pagination.
2017-01-09 07:51:01 +11:00
Samuel Georges
5f4945af7c
Merge pull request #2586 from octoberfa/master
...
Update Persian Language
2017-01-08 11:37:57 +11:00
Samuel Georges
f9a8d02172
Merge pull request #2577 from gpasztor87/develop
...
Style fixes on report container and plugin details page.
2017-01-08 11:20:38 +11:00
Samuel Georges
0162e99747
Minor fixes #2580
2017-01-08 10:26:06 +11:00
Sajjad
3d3a788076
Update Persian Language
2016-12-30 18:14:53 +03:30
Sergey Karavay
fe4d593519
Add Belarusian language into preferences, fix translations of languages for all locales.
...
Notes:
Translations for all languages in preferences' drop-down should be written in native language not depending from current locale. As for example, you can take Youtube language settings at the bottom of the screen. And user can choose a language he can actually read.
As all localisation strings go to "en" as a fallback, we can just remove locale translations from all localization files except "en"".
2016-12-23 10:12:56 +00:00
Pásztor Gábor
4172889c33
Fix image sizes in plugin details page.
2016-12-21 20:53:48 +01:00
Trias Nur Rahman
897c875fa9
Enhance usability of list pagination.
2016-12-21 21:50:44 +07:00
Samuel Georges
6af6ebe733
Added config backendForceSecure used to force HTTPS
...
Refs https://security.googleblog.com/2016/09/moving-towards-more-secure-web.html
2016-12-17 10:16:02 +11:00
Konstantin L
f10de2fc10
Respect database tables config.
2016-12-15 20:57:17 +01:00
Vojta Svoboda
a7f2e48a44
Translate ‘plugin not found’ phrase ( #2538 )
2016-12-10 13:24:26 +11:00
Samuel Georges
b85c4f9b7b
Improve list tree styling and minor fix
...
Fixes bug with non standard primary key on model when using tree mode
Fixes #2532
Recompile assets
2016-12-10 13:19:32 +11:00
Samuel Georges
e8ba7fef5b
Plugin dependency definitions no longer case sensitive
...
Dependency checking is disabled for the front end to increase performance
2016-12-10 10:59:45 +11:00
Samuel Georges
0a2b343047
Simplify system events
...
This pipes all event calls through a new EventEmitter trait, which substitutes the October Rain event emitter trait. The view event has been moved to this trait also.
Pass some variables by reference to allow multi-extension.
Fixes #2420
2016-12-10 09:02:06 +11:00
Samuel Georges
4b79531499
Merge pull request #2531 from jBOKA/patch-1
...
Updated validation message for string.min and string.max
2016-12-08 07:59:13 +11:00
Pásztor Gábor
94ab13cd8b
Fix exception message, remove some unneded imports.
2016-12-07 21:33:05 +01:00
Samuel Georges
78c64cf4a8
Minor revision to style fix
...
Refs #2542
2016-12-08 01:59:19 +11:00
Pásztor Gábor
8de7891bcc
Style fix on secondary tabs.
2016-12-07 15:41:59 +01:00
Samuel Georges
04d54089f8
Merge pull request #2527 from gergo85/patch-2
...
Change the codeeditor language to html on the Mail template page
2016-12-06 07:55:07 +11:00
Samuel Georges
7f38d9b6b3
Merge pull request #2537 from gpasztor87/patch-2
...
Style fix in popover.
2016-12-03 08:12:24 +11:00
Pásztor Gábor
98dc55f5ab
Style fix in popover.
2016-12-02 21:56:59 +01:00
jBOKA
b046c5ca2e
Updated validation message for string.min and string.max
...
The Validation message results in "Filename of :attribute must not be longer than :max characters" for type string.
2016-12-01 17:05:54 +01:00
Szabó Gergő
1ef2e6cfb7
Change the codeeditor language to html
2016-11-30 15:50:44 +01:00
Samuel Georges
6679aa6557
Increase default flash message interval
...
The data-validate-error container does not necessarily need to reside inside a form, but give it priority if it does.
2016-11-28 20:48:05 +11:00
Samuel Georges
329a275f10
Prevent code eval on cached assets
...
When the request tells the server that the asset is cached, there is no point firing up the combiner, computing the contents and affecting performance. This change should result in a nice boost in secondary page load times.
Thanks to @zerkms for pointing this out
Fixes #2474
2016-11-23 08:42:47 +11:00
Samuel Georges
07ef1bdf2b
Last checkbox/radio in last form group
...
Makes it look good
2016-11-23 07:53:10 +11:00
kaserv
4025b4885b
fix for array fields validation in client-side framework
2016-11-22 17:04:41 +04:00
Samuel Georges
b885ca0d24
Adds nowrap class & recompile less
2016-11-22 06:56:03 +11:00
Samuel Georges
0a8f169cc3
Improvements to framework extras
...
- Form validation
- Button loader
- Flash messages
2016-11-18 07:41:02 +11:00
Samuel Georges
10326c2d63
Framework supports passing a "flash" option
...
This will request the Flash contents, if they are available. It also clears the flash bag contents, which is why this is an optional feature.
Introduced "ajaxValidation" event for capturing all invalid fields at once
2016-11-18 07:39:54 +11:00
Pásztor Gábor
cf1fda7437
Allow combine scss files from command.
2016-11-16 20:09:46 +01:00
Samuel Georges
5c5ffb7950
Merge pull request #2483 from henrydinhh/master
...
Add Vietnamese Map
2016-11-15 07:48:21 +11:00
Samuel Georges
f4f7355bf2
A nested tab plugin's tabs are leaking in to the parent tab plugin.
...
Fixes #2481
2016-11-14 08:46:32 +11:00
Henry Dinh
4c34b798ce
Add Vietnamese Map
2016-11-12 21:02:32 +07:00
Samuel Georges
a2a0b207c6
Expose isCodeViewActive API function
...
Recompile JS
2016-11-12 14:12:48 +11:00
Szabó Gergő
74cf5da83b
Extend the licence file name list
...
Some plugin use the LICENSE.md file name instead of LICENCE.md.
2016-11-11 09:56:46 +01:00
Samuel Georges
bda625fe58
Remove dependency for NIH method
...
Refs #2454
2016-11-08 08:21:29 +11:00
Samuel Georges
c32c001c20
Merge pull request #2454 from zerkms/MIRROR_RELATIVE
...
Added `--relative` option to the `october:mirror` command
2016-11-08 07:48:58 +11:00
Samuel Georges
46c473e2f2
Fixes fetching multi tiered pivot relation values
...
Refs https://github.com/daftspunk/oc-crm-plugin/issues/3
Minor code clean on select.js
2016-11-08 07:02:31 +11:00
Samuel Georges
4aca2d40ff
Remove "allowClear" and tidy up #2459
...
Allow clear is not necessary, equivalent of allowClear false is "placeholder" and allowClear true is "emptyOption".
2016-11-07 08:43:52 +11:00
Joseba Juániz
1ee0250441
Dropdown can support either placeholder / emptyOption
...
The difference between a placeholder and an emptyOption is that the placeholder cannot be reselected,whereas the emptyOption can.
Fixes #2450
2016-11-07 08:29:49 +11:00
Samuel Georges
6985139d44
Merge pull request #2463 from gpasztor87/line-chart-doc
...
Added line chart documentation
2016-11-07 08:06:38 +11:00
Pásztor Gábor
4685ea98c2
Added line chart documentation
2016-11-06 21:56:18 +01:00
Pásztor Gábor
98315b0f72
JS fixes and typo
2016-11-06 17:14:12 +01:00
Ivan Kurnosov
b1ff9f78ba
Added --relative
option to the october:mirror
command
2016-11-04 10:29:46 +13:00
Samuel Georges
0aadcc6675
Merge paths and vars when calling widget handler
...
When an AJAX handler is called for a widget, the view paths and specified variables should be merged in to the controller. This sets the appropriate context:
1) Look at the widget first
2) Fall back to the controller
Fixes #2432
2016-11-02 08:50:15 +11:00