Samuel Georges
659c7098b9
Improve dashboard performance
...
Dashboard widgets should defer their data requesting using AJAX so they don't kill/lag the whole page request
2016-02-14 08:19:34 +11:00
Samuel Georges
808c8f0ca4
Minor tidy and rollback from #1720
2016-02-13 14:41:17 +11:00
Joshua Wilson
6f3d7a58f2
Phpdoc cleanup for System\Traits
...
removed in WidgetMaker trait
phpdoc cleanup of backend traits and classes
Minor fix for cases when file is not found
2016-02-13 14:06:50 +11:00
Samuel Georges
e367febb93
Roll back some stuff from #1704
2016-02-13 13:18:48 +11:00
Alwin Drenth
386f958b6e
Code improvements and added proper PhpDoc
2016-02-13 13:08:30 +11:00
Samuel Georges
6347f2bb03
Complete multilingual richeditor support
...
Refs #1652
2016-02-13 12:59:49 +11:00
Szabó Gergő
7fb1ed9bdb
Add multilingual support to Rich editor
2016-02-13 12:08:27 +11:00
Samuel Georges
6d8ec9b4dc
Fixes data source polluting base proto
...
Recompile assets
2016-02-10 20:22:50 +11:00
Samuel Georges
acfb35cbed
Merge branch 'develop' into stable
2016-02-10 20:03:51 +11:00
Samuel Georges
cd055ad437
Fixes formExtendModel method so it actually works.
...
The extension must occur after the ::find() method, which will return a fresh object. When it occurs before, any changes to the model are lost. Where this may have prior been used to dynamically return a different model, the formCreateModelObject override method should return this value now.
2016-02-10 19:38:35 +11:00
alekseybobkov
e38f7b6987
Minor fix in the tabs styles.
2016-01-30 21:01:17 -08:00
alekseybobkov
8cb5ec1c0e
Fixed several minor bugs in Inspector.
2016-01-29 22:16:33 -08:00
alekseybobkov
f6dec96c86
Improved memory management in the table widget client-side scripts. Minor CSS fixes.
2016-01-22 21:43:45 -08:00
Samuel Georges
6828094252
Lay initial ground work for server data source
...
- The first server data source (ServerEventDataSource) is event based, so the implementing code is responsible for handling the data maintenance logic explicitly.
- The nature of the server side data source should show the data is maintained automatically with AJAX by individual events triggered on the client side. Records are maintained one-to-one, when you edit it, it updates on the server and so on.
- Only the READ events are implemented at this point.
2016-01-16 17:38:05 +11:00
Samuel Georges
f2699a7039
Fixes bug preventing pagination click
2016-01-16 16:20:33 +11:00
Samuel Georges
3cfc7b6a5d
Move widget classes that are exclusive to their own space
2016-01-16 16:02:28 +11:00
Samuel Georges
2855a4e344
Fixes issue in uploader when one of the dimensions is auto
2016-01-16 15:13:42 +11:00
Samuel Georges
d34350a7b1
Merge branch 'develop' into stable
2016-01-16 10:20:21 +11:00
Alwin Drenth
94cbe93e8c
Update Dutch language
2016-01-16 10:18:20 +11:00
Samuel Georges
c4f5a25193
Merge pull request #1687 from gpasztor87/stable
...
Remove deprecated code
2016-01-16 09:09:07 +11:00
Samuel Georges
ee155bf1f3
Merge pull request #1702 from gpasztor87/patch-2
...
Cleanup
2016-01-16 09:07:15 +11:00
Samuel Georges
b21a0c453d
Merge pull request #1700 from gpasztor87/develop
...
Minor fix in timepicker
2016-01-16 09:05:27 +11:00
Samuel Georges
d2561dcfd0
Merge pull request #1689 from CSNWEB/patch-2
...
Use Grammar from Query in Widget List
2016-01-16 09:02:29 +11:00
Pásztor Gábor
31457bd2ee
Cleanup
2016-01-15 10:20:57 +01:00
Pásztor Gábor
537f637e47
Storage path
2016-01-15 10:07:39 +01:00
Pásztor Gábor
c678cc1988
Remove unneded imports from ListController behavior
2016-01-15 09:12:26 +01:00
Pásztor Gábor
4af9a374d6
Minor fix in timepicker
2016-01-14 13:17:45 +01:00
Samuel Georges
a3b338671d
Pass filter conditions thru dongle
...
Minor fix to new YAML syntax in demo theme
2016-01-12 21:17:07 +11:00
Samuel Georges
d8922c263f
Remove global scopes for join SQL
...
Fixes PostgreSQL strictness
Refs https://github.com/rainlab/blog-plugin/issues/171
2016-01-12 20:53:53 +11:00
CSNWEB
aa5f37aae6
Use Grammar from Query in Widget List
...
When using models with a different database software than the default, the old code produced a syntax error.
Using the Grammar from the query ensures that the alias is always wrapped correctly.
Suggestion: The code should be scanned for similar errors, produced by using DB Facade.
2016-01-10 14:10:49 +01:00
Pásztor Gábor
36bc775712
Remove DataGrid registration from ServiceProvider
2016-01-09 17:15:36 +01:00
Pásztor Gábor
373c31a8e7
Remove deprecated DataGrid formwidget
2016-01-09 16:41:56 +01:00
Samuel Georges
ae73c2c592
Remove test testListsNestedUnknownColumn
...
^ because different DB drivers behave differently
Minor touch ups
2016-01-04 17:54:23 +11:00
Samuel Georges
1d2929e2f0
Update composer refs
2016-01-02 18:44:59 +11:00
Samuel Georges
2213c6f28c
Fix string comparison function
...
Flush stray output on view errors
2016-01-02 16:13:30 +11:00
Samuel Georges
0762e5cf53
Remove dependency on illuminate\html
2016-01-02 14:59:59 +11:00
Samuel Georges
188351a82a
Merge pull request #1675 from gpasztor87/patch-1
...
Minor fix
2016-01-02 11:55:54 +11:00
Pásztor Gábor
e1a9d8d393
Minor fix
...
It does not worked for me in popup window.
2015-12-30 19:32:14 +01:00
alekseybobkov
7d9d2176ef
Merge branch 'builder-ui' into develop
...
Conflicts:
modules/system/assets/ui/js/input.monitor.js
modules/system/assets/ui/js/inspector.editor.object.js
modules/system/assets/ui/storm-min.js
2015-12-24 14:36:31 -08:00
alekseybobkov
747ca4357f
Set default focus in popup windows, minor style fix in the flash message, minor fix in YAML-based back-end navigation initialization.
2015-12-24 14:15:02 -08:00
Samuel Georges
12972cd086
Lax the validation rules on login, email + pass
2015-12-19 09:53:17 +11:00
Samuel Georges
01b2d0d186
Add relation-inset class, fixes relation-flush
2015-12-19 09:53:12 +11:00
myst6re
55bceba32c
Commit deferred data when creating/updating a pivot table.
2015-12-12 11:44:59 +11:00
Samuel Georges
1643cf69b9
Merge pull request #1650 from gergo85/master
...
Update the Hungarian translation
2015-12-12 11:41:43 +11:00
alekseybobkov
e6d93cf3d4
Added YAML mode for the code editor
2015-12-10 21:41:27 -08:00
Samuel Georges
a186a60c43
Fixes the datepicker saving an empty value when disabled
...
Refs https://github.com/responsiv/campaign-plugin/issues/4
2015-12-09 08:19:53 +11:00
Szabó Gergő
e781240cc6
Update the Hungarian translation
2015-12-05 11:49:19 +01:00
Samuel Georges
92e1d1bf13
Merge pull request #1606 from gergo85/master
...
Add alignment button to Rich editor
2015-12-05 10:22:31 +11:00
Samuel Georges
04e61adac3
Add official support for "nolink" columns - Fixes #1599
...
To make a row non-clickable, use the `clickable` option in the list column definition
2015-12-05 10:05:42 +11:00
Samuel Georges
4db92fa8b5
Alt fix for #1585
2015-12-05 08:47:07 +11:00