Samuel Georges
022eb4d673
Create initial version of repeater form widget
2015-03-04 19:05:32 +11:00
Samuel Georges
165d2f86e0
Combine datepicker JS assets, sync z-index for timepicker
2015-02-28 19:32:17 +11:00
Samuel Georges
f8ae611ec9
Refactor form widgets to use new fillFromConfig() helper
2015-02-28 14:43:34 +11:00
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
Samuel Georges
6a8146fa19
Refs #795 - Fixes set values for datetime
2014-11-26 19:02:06 +11:00
Samuel Georges
81a02cea96
Refs #795 : Combine TimePicker and DatePicker
2014-11-26 17:57:59 +11:00
webmaxx
faf867f745
Added form widget "TimePicker" to Backend.
2014-11-25 13:33:33 +04:00
Sam Georges
c32ba4cbad
Minor code clean
2014-11-04 17:41:48 +11:00
Sam Georges
d2547d1891
Proposed fix for hasOne not working in Relation field type
2014-11-04 12:34:45 +11:00
Sam Georges
f99f776e44
Update ACE to source mode
2014-11-02 13:06:43 +11:00
Sam Georges
2fbc277ece
Fixes #680 - Update and minify ACE editor, removed modes we dont need ( #725 )
2014-11-01 17:16:43 +11:00
Sam Georges
212d28d66b
Refs #725 - Remove ace modes we don't use
2014-11-01 17:11:15 +11:00
Sam Georges
c83797231d
Subsequent expressions are on a new line (see developer guide > PSR exceptions)
2014-11-01 12:00:45 +11:00
Sam Georges
a9eecfecd5
Remove blueimp uploader, replaced with dropzone.js
2014-10-20 18:55:31 +11:00
Stefan Talen
0a05e08a38
Fixing issues with files in modules/backend
2014-10-18 12:05:51 +02:00
Stefan Talen
347dff7e75
Merge branch 'develop' of https://github.com/octobercms/october into feature/PSR-2
...
Conflicts:
modules/backend/behaviors/RelationController.php
modules/backend/classes/WidgetManager.php
modules/cms/classes/CmsCompoundObject.php
modules/cms/twig/Extension.php
modules/cms/twig/PlaceholderNode.php
modules/cms/widgets/TemplateList.php
2014-10-18 11:07:17 +02:00
alekseybobkov
219f1ff8f7
Merge branch 'develop' into static-pages-support
...
Conflicts:
modules/backend/assets/less/controls/filelist.less
2014-10-16 21:03:20 -07:00
alekseybobkov
12175b29db
Multiple updates in the back-end widgets and styles
2014-10-16 20:47:23 -07:00
Dmitriy
d055bbedaa
Rename Datepicker.php to DatePicker.php
2014-10-16 22:03:10 +03:00
Stefan Talen
06890d711a
Merge branch 'develop' of https://github.com/octobercms/october into feature/PSR-2
...
Conflicts:
modules/backend/behaviors/UserPreferencesModel.php
modules/cms/classes/Controller.php
modules/system/classes/CombineAssets.php
2014-10-16 18:44:18 +02:00
Sam Georges
d194f34cf8
Merge branch 'develop' into customize-backend
2014-10-13 18:35:39 +11:00
Stefan Talen
f29151100b
Updating modules/backend/formwidgets
2014-10-10 23:50:05 +02:00
alekseybobkov
799af7a3b3
Merge branch 'develop' into static-pages-support
2014-10-05 22:46:08 -07:00
alekseybobkov
335506be53
Minor updates in the RichEditor widget styling
2014-10-05 22:39:39 -07:00
alekseybobkov
26e8d5bda5
Minor updates in the back-end UI
2014-10-05 22:21:03 -07:00
Sam Georges
eb886af176
Bug fixes
2014-10-04 13:31:04 +10:00
Sam Georges
be5ba5dd7b
Update redactor to v10
2014-10-04 13:16:29 +10:00
Sam Georges
79fd2e2afe
Adds colorpicker form widget, add initial form for customizing backend
2014-10-03 18:01:37 +10:00
Sam Georges
fee5925246
Revert image plugin until completed
2014-10-03 17:59:18 +10:00
alekseybobkov
a534f7bc79
Fixes in the Richeditor styling. Implemented parsed content caching for content blocks.
2014-09-29 22:58:30 -07:00
alekseybobkov
dcf7bb7d4f
Merge branch 'develop' into misc-tmp
2014-09-27 23:29:41 -07:00
alekseybobkov
6b42055184
Fixes in the rich editor, improved the content block rendering code, minor fixes in the popover and form styling.
2014-09-27 23:28:38 -07:00
Sam Georges
bdb3d5ff45
Remove hard coded key name ref
2014-09-25 18:35:10 +10:00
Sam Georges
746f425d88
Added new containerAttributes property to form fields
2014-09-25 18:05:35 +10:00
Sam Georges
5f12d9fc9b
Keep relation constraints in Relation form widget
2014-09-23 07:56:15 +10:00
Sam Georges
49117a2732
Minor
2014-09-20 16:56:11 +10:00
Sam Georges
feb409c8c6
Add text to empty figure captions
2014-09-20 16:53:26 +10:00
Sam Georges
334725594a
Add image toolbar button
2014-09-20 16:47:52 +10:00
Sam Georges
12b8e07aa2
Add table plugins, isolate WYSIWYG classes to OC prefix, add front end defaults
2014-09-20 15:46:50 +10:00
Sam Georges
d27eed4e15
Bug fix
2014-09-20 13:25:09 +10:00
alekseybobkov
632d1b82cf
Fixed Redactor styles
2014-09-18 20:30:45 -07:00
alekseybobkov
e383f0bd01
Fixes in the Redactor styling
2014-09-18 20:03:59 -07:00
Sam Georges
d31f2eb97e
Create custom redactor stylesheet, add figure and quote redactor plugins. So v. cool! :-)
...
This will break the stretch implementation, since we no longer using iframe. Att: @alekseybobkov
2014-09-18 19:20:47 +10:00
Sam Georges
3007cc6e0a
Rich editor should use a data locker so fullscreen does not pull textarea out of the form element. Add cleanup plugin.
2014-09-18 15:18:05 +10:00
Sam Georges
e7e518adf8
Rich Editor no longer uses iframe or individual stylesheet, adds fullscreen button
2014-09-18 14:48:21 +10:00
Sam Georges
4f00fbdbc6
Minor. keyField -> keyFrom
2014-09-17 16:47:55 +10:00
Sam Georges
c8f3c640b8
columnName -> fieldName + general improvements to FormWidgetBase
2014-09-17 16:07:06 +10:00
Sam Georges
fdb90d3882
nameColumn -> nameFrom
2014-09-17 14:00:10 +10:00
Sam Georges
109df00340
nameColumn -> nameFrom
...
descriptionColumn -> descriptionFrom
2014-09-17 13:39:37 +10:00
Sam Georges
b8fbb073ac
Minor
2014-09-14 10:57:58 +10:00
Sam Georges
277a2daf7b
Improvements to rich editor
2014-09-13 14:09:48 +10:00
Sam Georges
c2a71e88bb
Clean up some sloppy work
2014-09-12 20:20:52 +10:00
Sam Georges
8291dbf4d3
Widgets can now state that they contribute no data when the form is saved
...
Applied to FileUpload.php
2014-09-06 22:22:59 +10:00
Sam Georges
f3c6260c3e
Slightly different fix to #580 . Closes #580
2014-09-06 22:02:56 +10:00
Sam Georges
91a7ea9da2
Minor code improvements
2014-09-06 21:46:19 +10:00
Samuel Georges
fa0ada51c6
Merge pull request #579 from Flynsarmy/nestedFileUpload
...
Refs #485 , #504 - Allow adding nested FileUpload files
2014-09-06 21:40:49 +10:00
Sam Georges
347e25babc
Add search capability to manage mode (lists)
2014-09-06 13:18:55 +10:00
alekseybobkov
b69f7b649e
Fixes the source editor in the Redactor.
2014-09-04 20:18:29 -07:00
alekseybobkov
df55946b61
Merge branch 'misc-tmp' into develop
2014-09-03 20:01:17 -07:00
Sam Georges
0acd45e4ca
Styling and API improvements to code editor
2014-08-30 15:03:35 +10:00
alekseybobkov
fdd83b53c9
Updates in the back-end UX
2014-08-28 19:03:47 +11:00
Sam Georges
3c8f3cdb3f
Ctrl/Cmd+S should work inside Redactor
2014-08-22 21:47:22 +10:00
Sam Georges
799273414f
Update redactor to latest
2014-08-22 20:15:12 +10:00
alekseybobkov
e7767176ce
Updated the treeview control, updated Redactor scripts, the CMS Content is now a compound object
2014-08-22 18:45:05 +11:00
flynsarmy
4df7af076d
Remove unused variables
2014-08-22 14:59:32 +10:00
flynsarmy
11acd6e799
Refs #485 , #504 - Add support for nested columns.
2014-08-22 14:38:53 +10:00
Paul Wilde
1d038d3173
More translation strings.
2014-08-12 01:15:38 +01:00
Paul Wilde
906370c6bd
Added translation strings for permission labels, mail template/layout column labels, editor fullscreen, list pagination and list setup modal.
2014-08-09 03:02:15 +01:00
Miloš Stanić
d5f47bb988
Update _image_single.htm
...
Paperclip icon with a href was not displayed on the already uploaded image, due to error in icon name.
2014-08-04 19:02:48 +02:00
Samuel Georges
0052fc92a9
Merge pull request #507 from Flynsarmy/getGrid
...
[DataGrid widget] Add getGrid method
2014-08-01 19:40:56 +10:00
flynsarmy
963425e973
Add getGrid method
2014-08-01 15:32:45 +10:00
Sam Georges
34bedb0b33
Minor fixes
2014-08-01 13:39:51 +10:00
flynsarmy
2e76630ce6
Remove incorrect method arguments
2014-07-30 20:44:18 +10:00
flynsarmy
a56022d764
Add comment
2014-07-30 20:18:12 +10:00
flynsarmy
8da4b38672
Improve getDataSourceValues so model knows what attribute it's dealing with
2014-07-30 20:11:47 +10:00
Sam Georges
eb7bdb3fbc
Tidy up code. Refs #497
2014-07-30 17:23:14 +10:00
Sam Georges
16468d224b
Improve getAutocompleteValues so model knows what attribute it's dealing with
2014-07-30 17:19:48 +10:00
flynsarmy
23fd094c8e
Allow models to pass data source values to the DataGrid widget
2014-07-30 16:17:03 +10:00
alekseybobkov
d8ca802401
Minor UX improvements
2014-07-28 18:01:16 +11:00
alekseybobkov
33c63ac318
Minor fix in the Redactor styling
2014-07-28 09:06:50 +11:00
Andrew Garside
0f7117a74c
Added moment.js into loadAssets
2014-07-26 16:39:03 +10:00
Andrew Garside
b48c4ea8b9
Added moment.js to allow the datepicker to open on the current value instead of the current date when it has a value
2014-07-26 16:18:52 +10:00
Sam Georges
f6fffad37d
Convert DataGrid form widget in to Grid widget (no longer exclusive to forms)
2014-07-16 17:28:37 +10:00
Sam Georges
a2fba71c7f
Fixes #413 - Search feature is now usable
2014-07-14 15:04:53 +10:00
Sam Georges
f4a9286c45
Improve form widget
2014-07-09 19:36:49 +10:00
Sam Georges
651aabaced
Adds a loading indicator to the record finder
2014-07-08 13:34:52 +10:00
Sam Georges
3fc226b0ad
Add search to record finder
2014-07-08 12:23:32 +10:00
Sam Georges
d912b73aab
Clean up event parameters to dev standards
2014-07-04 19:14:14 +10:00
alekseybobkov
634bacb203
Record finder styling
2014-07-03 23:03:01 +11:00
Sam Georges
b09b6d6863
Improved naming onReload -> onRefresh
...
Improved Record finder
2014-07-03 18:37:51 +10:00
Sam Georges
005f2848c7
Start work on record finder
2014-07-02 20:49:46 +10:00
Sam Georges
ddb6337efe
EditorSettings -> EditorPreferences (System has settings, User has preferences, App has configuration)
...
Create a My Settings page, now linked when clicking a User
Create backend preferences form for setting locale
Dropdown options now support an image or icon in their options
2014-07-01 17:17:53 +10:00
Sam Georges
893f7746f7
Improvements to naming standards
2014-06-30 13:27:28 +10:00
Sam Georges
7802213bcc
Fixes #55 - Assets are now referenced correctly as Assets instead of URLs
2014-06-26 17:29:07 +10:00
Sam Georges
af4d453cb8
Grid save/load
2014-06-23 19:19:34 +10:00
Sam Georges
9d696f0763
Tidy up code, add getDataAtRow() function
2014-06-21 17:59:39 +10:00
Sam Georges
311369894a
Autcomplete values can now be supplied by the model
2014-06-21 17:07:57 +10:00
Sam Georges
c402004c9c
Account for scrollbars
2014-06-21 16:17:09 +10:00
Sam Georges
4351ddd505
DataGrid Toolbar links now work
2014-06-21 16:08:10 +10:00
Sam Georges
62c17e3196
Add a toolbar and sizing to DataGrid
2014-06-21 15:35:31 +10:00
Sam Georges
6fcc845bf9
Create custom plugin for handsontable
2014-06-21 13:54:47 +10:00