Samuel Georges
bb8292d883
Add warning about impending doom
2015-02-28 13:39:21 +11:00
Samuel Georges
85c47c4e01
public -> protected $defaultAlias
2015-02-28 12:43:53 +11:00
Samuel Georges
3524b17484
Fixes #973 - Double encode HTML entities in CodeEditor value
2015-02-28 10:38:04 +11:00
Samuel Georges
5b758e0d4c
Merge pull request #950 from gpasztor87/master
...
Emmet support for Codeeditor
2015-02-21 15:05:44 +11:00
Samuel Georges
c0839464fd
Fileupload should detect the thumb extension
2015-02-20 22:12:24 +11:00
Pásztor Gábor
12bfc52941
Emmet support for Codeeditor
2015-02-18 20:54:36 +01:00
Samuel Georges
24f3168ce6
Check for empty arrays too
2015-02-14 21:40:49 +11:00
Samuel Georges
6bac3f9251
Fixes broken file uploads
2015-02-14 21:38:49 +11:00
Samuel Georges
7c5693b298
Added "Auto close tags and special characters" to Code editor preferences.
2015-02-14 19:50:12 +11:00
Samuel Georges
c36971b8fc
Minify and combine RichEditor assets
2015-02-14 16:40:50 +11:00
Samuel Georges
8fab7df4d9
Update redactor to latest
2015-02-14 16:36:08 +11:00
Samuel Georges
6a2f64757b
*** REMOVED ALL DEPRECATED CODE **
2015-02-14 14:11:25 +11:00
Samuel Georges
fe611b8834
Input fields can now use icons, added icons to datepicker inputs
2015-02-13 22:57:55 +11:00
Samuel Georges
0a6e14f4d2
Popup control now supports several sizes via `data-size` attribute: giant, huge, large, small, tiny.
...
Fixes various bugs in RC version
2015-02-11 14:36:00 +11:00
Samuel Georges
9d649ebb1e
Remove deprecated path symbols
2015-02-07 16:20:34 +11:00
Samuel Georges
8e1b4c2f68
Remove cms.tempDir - use temp_path()
2015-02-07 15:42:20 +11:00
Samuel Georges
beb818efa5
Merge branch 'develop' into laravel5
...
Conflicts:
modules/cms/classes/CmsCompoundObject.php
modules/system/ServiceProvider.php
2015-02-04 19:35:55 +11:00
Samuel Georges
694a7dfb74
Uploader now supports defining acceptable file types
2015-01-31 15:31:46 +11:00
Samuel Georges
6c5e4e421f
Minor
2015-01-31 14:12:38 +11:00
Samuel Georges
c7f3721b58
Refs #915 - fixes toolbars in fullscreen mode
2015-01-31 14:11:15 +11:00
Samuel Georges
b1b700368f
Radical reorg of some classes
2015-01-28 11:49:54 +11:00
Alex Bass
ac70759e23
Fixed problem with white text on white background in editor
2015-01-22 16:12:57 -05:00
Samuel Georges
a0490c3a4e
Fix bad error message
2015-01-21 20:02:16 +11:00
Samuel Georges
46dd064aad
Minor
2015-01-21 17:01:35 +11:00
alekseybobkov
39c4ec6371
Remove Redactor-specific markup and attributes from the edited text.
2015-01-15 21:35:39 -08:00
alekseybobkov
5d82dc5d10
minor
2015-01-14 19:41:42 -08:00
alekseybobkov
f5aee22110
Improved default checkbox value handling in the Inspector. Imrpovements in the Redactor figure toolbar support.
2015-01-14 19:39:53 -08:00
Samuel Georges
363ef7fde3
Merge pull request #868 from Rias500/master
...
Allow SVG in image upload
2015-01-13 17:51:48 +11:00
Samuel Georges
66cc3a852f
Minor fix
2015-01-13 17:26:53 +11:00
alekseybobkov
c26545913c
Improvements in the table widget, added new events to the CMS core, form styling, added support for the Table widget in in the CMS area.
2015-01-07 22:21:52 -08:00
=
ef5e54aa1a
Allow SVG in image upload
2015-01-06 11:40:45 +01:00
alekseybobkov
e3216614a9
Added code comments
2015-01-04 20:32:34 -08:00
Samuel Georges
b74b19741b
Unify the logic for getting field values from a dataset
...
Amongst Form Widgets and "the" Form widget
ping @alekseybobkov
2015-01-05 12:54:14 +11:00
Samuel Georges
5d2a177646
getModelArrayAttribute -> resolveModelAttribute
2015-01-05 11:18:43 +11:00
Samuel Georges
d91d4112a5
getLoadData -> getLoadValue
2015-01-05 09:45:04 +11:00
Samuel Georges
0be582c42d
getSaveData -> getSaveValue
2015-01-05 09:43:39 +11:00
alekseybobkov
7e5ce04a79
Merge branch 'develop' into dynamic-partials
2015-01-03 16:41:25 -08:00
alekseybobkov
6440b718d8
Updates in the rich editor styling, minor improvements in the Inspector and CMS core.
2015-01-03 16:39:38 -08:00
Samuel Georges
85b97c5419
Refs #850 - Minor code clean
2015-01-03 15:48:07 +11:00
Samuel Georges
735ede7d47
Merge pull request #850 from scottbedard/patch-2
...
Valid strtotime() format when time is left empty
2015-01-03 15:45:01 +11:00
Samuel Georges
ae8289735c
Rem unneeded file
2015-01-03 15:15:52 +11:00
Samuel Georges
be702900d7
Rem debug code
2015-01-03 13:20:40 +11:00
Samuel Georges
7dd147a62a
Create initial DataTable form widget
2015-01-03 11:57:50 +11:00
Scott Bedard
8286880148
Valid strtotime() format when time is left empty
...
Date-type laravel validation ("date", "before", and "after") may not be used with datetime widgets containing empty time fields because they are not in a valid strtotime() format (example: 2014-12-27 :00).
This extra check ensures a valid strtotime() format by only adding the ":00" seconds value when a time value is present.
2014-12-27 17:33:27 -05:00
Adam
04e02727ce
Type in oc-icon-paperclip class
...
Fixed type in oc-icon-paperclip class (from paper-clip to paperclip) which meant that the attachment link wasn't showing in backed.
2014-12-15 11:49:30 +00:00
Chris Harvey
78fb9fb110
Correcting class name for missing relation exception
2014-12-10 11:34:05 +00:00
Samuel Georges
ab24c547a2
Move NO_SAVE_DATA to FormField
2014-12-05 16:46:04 +11:00
Samuel Georges
3dbe487698
Various fixes to datepicker and form widget
2014-11-27 19:02:23 +11:00
Samuel Georges
e6d82bec69
Clean up code from #797 , remove conflicts in CSS
2014-11-27 09:44:34 +11:00
webmaxx
7973037d5f
Fixes display values for datetime
2014-11-26 13:57:25 +03:00