2989 Commits

Author SHA1 Message Date
alekseybobkov
bfb0fa1671 Merge branch 'develop' of github.com:octobercms/october into develop 2016-02-04 18:00:42 -08:00
alekseybobkov
241332e14a Minor style updates for the Inspector header area 2016-02-04 18:00:10 -08:00
flynsarmy
c62eb8fb86 Remove brackets from table widget alias 2016-02-04 21:25:33 +10:00
Samuel Georges
23da8330e7 Test for detaching belongs to many after delete 2016-02-03 22:09:21 +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
Samuel Georges
09bbf668a6 Key must be 32 chars 2016-01-29 16:22:04 +11:00
Samuel Georges
e554586f8f Update encryption cipher in config 2016-01-29 16:15:55 +11:00
Sajjad
d2619b6ba4 Update persian language 2016-01-28 18:00:07 +03:30
Samuel Georges
eeb0d387b0 Merge pull request #1731 from gpasztor87/patch-1
Add faker to require-dev
2016-01-28 21:30:31 +11:00
Pásztor Gábor
9fc2aa42b6 Add faker to require-dev 2016-01-28 09:24:46 +01:00
alekseybobkov
264090fb3b Added new Inspector editor - String List Autocomplete 2016-01-26 19:53:35 -08:00
Samuel Georges
d00883bd8f Minor touch ups to Nullable tests 2016-01-27 08:40:23 +11:00
Samuel Georges
a8e72541e1 Merge pull request #1724 from scottbedard/stable
Add tests for Nullable trait
2016-01-27 08:05:13 +11:00
tschallacka
828006a88a deleted surplus file... somehow it didn'tget cleaned up 2016-01-26 14:22:24 +01:00
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
scottbedard
88f94a35d8 Add tests for Nullable trait 2016-01-24 21:39:46 -07:00
Samuel Georges
f07bd4ba4b Write tests for morphTo simple value get/set 2016-01-25 10:15:58 +11:00
Jens Herlevsen
2350e30853 Make default 404 page use 404 status code 2016-01-24 19:04:22 +01:00
Amanda Tresbach
adf42896da Fix negative count 2016-01-24 14:23:58 -02:00
alekseybobkov
6aef72bb87 Added "depend" parameter to the Inspector autocomplete editor. Minor fix in the Inspector. 2016-01-23 20:27:57 -08:00
Samuel Georges
a498ca49a4 Write tests for hasMany simple value get/set 2016-01-24 12:39:39 +11:00
Joel E. Svensson
ed583491e0 Fixes #1681
Added a customzied slug-function to MediaManager which supports @-signs
2016-01-23 20:36:05 +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
Samuel Georges
af4f42e208 Add 503 header when maintenance mode enabled.
Fixes #1655
2016-01-21 20:16:53 +11: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
205d122dce Logic error. Fixes #1692 2016-01-19 21:03:03 +11:00
Pásztor Gábor
665ab36641 Add extra file types 2016-01-18 10:38:51 +01:00
alekseybobkov
778e73964e Merge branch 'develop' of github.com:octobercms/october into develop 2016-01-17 18:55:12 -08:00
alekseybobkov
5f2e6f3306 Allow word wrap in the Inspector autocomplete editor 2016-01-17 18:55:00 -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
b65a653176 Add ability to null asset broadcasting from AJAX 2016-01-16 17:12:54 +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
239ebf7bb6 Merge pull request #1701 from gpasztor87/patch-1
Storage path
2016-01-16 09:06:27 +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
6291829bba Merge pull request #1697 from mcustiel/feature-fix-plugintestbase
Fix in PluginTestBase
2016-01-16 09:04:38 +11:00
Samuel Georges
43c9f63086 Merge pull request #1693 from jwilson8767/patch-3
Flash twig node now displays all messages of all types.
2016-01-16 09:03:47 +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
Samuel Georges
33805df3f0 Merge pull request #1677 from vojtasvoboda/patch-4
Update RequestLog.php
2016-01-16 09:01:11 +11:00
Pásztor Gábor
31457bd2ee Cleanup 2016-01-15 10:20:57 +01:00
Pásztor Gábor
40b8af22a9 Remove unneded Password and Gate alias. 2016-01-15 10:14:39 +01:00
Pásztor Gábor
537f637e47 Storage path 2016-01-15 10:07:39 +01:00