1833 Commits

Author SHA1 Message Date
Samuel Georges
3ee2ec86f8 Allow toolbarButtons: false 2016-02-15 17:58:59 +11:00
Samuel Georges
fd27a3df91 Fixes syntax error 2016-02-14 09:01:42 +11:00
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
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
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
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
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
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
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
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
flynsarmy
c62eb8fb86 Remove brackets from table widget alias 2016-02-04 21:25:33 +10: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
Sajjad
d2619b6ba4 Update persian language 2016-01-28 18:00:07 +03:30
tschallacka
e4b0c0fe27 Fixed static id naming primary key
RelationController forced belongs to relations to have a primary key named id.
If primary key was named differently it wouldn't register the onclick.
This fixes that by taking the primary key name from the model.
2016-01-26 14:17:18 +01:00
Alexander Guth
17e0a2afa7 Fix doubble-applied filters 2016-01-23 17:57:08 +01:00
alekseybobkov
f6dec96c86 Improved memory management in the table widget client-side scripts. Minor CSS fixes. 2016-01-22 21:43:45 -08:00
Tomasz Strojny
e930775cf7 Added switch option translation (Polish) 2016-01-21 09:58:14 +01:00
jBOKA
00f9de9a67 German translation (Import/Export) 2016-01-20 18:05:28 +01: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